Trace number 3263308

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
priss 1.0? (TO) 4800.39 1201.82

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_20_70_1-dir.shuffled-as.sat03-146.cnf
MD5SUM7ef2b563e57ba91e22d23e55abe69485
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses46988
Sum of the clauses size94536
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 246968
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 520

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 22833
0.00/0.01	c parsetime: 10422us
0.00/0.01	c parsed 46988 clauses with 600 variables
0.00/0.01	c NW started thread 0 successfully (1101064512)
0.00/0.02	c NW started thread 1 successfully (1111554368)
0.00/0.02	c NW started thread 2 successfully (1122044224)
0.00/0.02	c NW started thread 3 successfully (1132534080)
9.40/2.40	c preprocessor returned 10023 variables
9.40/2.40	c preprocessing returned UNKNOWN
9.40/2.40	c PP set 0 variables
9.40/2.40	c pp time: 2384554us (2s)
9.40/2.43	c preprocessor returned 10023 variables
9.40/2.43	c preprocessing returned UNKNOWN
9.40/2.43	c PP set 0 variables
9.40/2.43	c pp time: 2405286us (2s)
9.40/2.44	c preprocessor returned 10023 variables
9.40/2.44	c preprocessing returned UNKNOWN
9.40/2.44	c PP set 0 variables
9.40/2.44	c pp time: 2417494us (2s)
70.91/17.80	c preprocessor returned 30050 variables
70.91/17.80	c preprocessing returned UNKNOWN
70.91/17.80	c PP set 0 variables
70.91/17.80	c pp time: 17774334us (17s)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3263308-1307639497/watcher-3263308-1307639497 -o /tmp/evaluation-result-3263308-1307639497/solver-3263308-1307639497 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3263308-1307639497.cnf 1855440640 4800 15500 4 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.68 7.97 7.98 5/182 22832
/proc/meminfo: memFree=31890308/32951124 swapFree=67056304/67111528
[pid=22832] ppid=22830 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22832/stat : 22832 (priss.sh) S 22830 22832 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 954180326 8908800 251 33554432000 4194304 4922060 140733845427040 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22832/statm: 2175 251 211 178 0 68 0

[startup+0.972385 s]
/proc/loadavg: 7.68 7.97 7.98 5/182 22832
/proc/meminfo: memFree=31890308/32951124 swapFree=67056304/67111528
[pid=22832] ppid=22830 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22832/stat : 22832 (priss.sh) S 22830 22832 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 954180326 8908800 251 33554432000 4194304 4922060 140733845427040 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22832/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.07237 s]
/proc/loadavg: 7.68 7.97 7.98 5/182 22832
/proc/meminfo: memFree=31890308/32951124 swapFree=67056304/67111528
[pid=22832] ppid=22830 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22832/stat : 22832 (priss.sh) S 22830 22832 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 954180326 8908800 251 33554432000 4194304 4922060 140733845427040 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22832/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.17235 s]
/proc/loadavg: 7.68 7.97 7.98 5/182 22832
/proc/meminfo: memFree=31890308/32951124 swapFree=67056304/67111528
[pid=22832] ppid=22830 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22832/stat : 22832 (priss.sh) S 22830 22832 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 954180326 8908800 251 33554432000 4194304 4922060 140733845427040 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22832/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.27233 s]
/proc/loadavg: 7.68 7.97 7.98 5/182 22832
/proc/meminfo: memFree=31890308/32951124 swapFree=67056304/67111528
[pid=22832] ppid=22830 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22832/stat : 22832 (priss.sh) S 22830 22832 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 954180326 8908800 251 33554432000 4194304 4922060 140733845427040 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22832/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.57228 s]
/proc/loadavg: 7.68 7.97 7.98 5/182 22832
/proc/meminfo: memFree=31890308/32951124 swapFree=67056304/67111528
[pid=22832] ppid=22830 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22832/stat : 22832 (priss.sh) S 22830 22832 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 954180326 8908800 251 33554432000 4194304 4922060 140733845427040 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22832/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10699 s]
/proc/loadavg: 7.68 7.97 7.98 9/188 22838
/proc/meminfo: memFree=31843780/32951124 swapFree=67056304/67111528
[pid=22832] ppid=22830 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22832/stat : 22832 (priss.sh) S 22830 22832 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 954180326 8908800 251 33554432000 4194304 4922060 140733845427040 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22832/statm: 2175 251 211 178 0 68 0
[pid=22833] ppid=22832 vsize=287592 CPUtime=12.22 cores=0,2,4,6
/proc/22833/stat : 22833 (priss) S 22832 22832 21841 0 -1 4202496 19882 0 0 0 1218 4 0 0 19 0 5 0 954180326 294494208 11325 33554432000 4194304 5787044 140737370197840 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/22833/statm: 71898 11325 404 389 0 67648 0
[pid=22833/tid=22835] ppid=22832 vsize=287592 CPUtime=3.04 cores=0,2,4,6
/proc/22833/task/22835/stat : 22835 (priss) R 22832 22832 21841 0 -1 4202560 5528 0 0 0 304 0 0 0 18 0 5 0 954180328 294494208 11325 33554432000 4194304 5787044 140737370197840 18446744073709551615 5591793 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22833/tid=22836] ppid=22832 vsize=287592 CPUtime=3.03 cores=0,2,4,6
/proc/22833/task/22836/stat : 22836 (priss) R 22832 22832 21841 0 -1 4202560 4358 0 0 0 302 1 0 0 18 0 5 0 954180328 294494208 11325 33554432000 4194304 5787044 140737370197840 18446744073709551615 5590350 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22833/tid=22837] ppid=22832 vsize=287592 CPUtime=3.04 cores=0,2,4,6
/proc/22833/task/22837/stat : 22837 (priss) R 22832 22832 21841 0 -1 4202560 3961 0 0 0 303 1 0 0 18 0 5 0 954180329 294494208 11325 33554432000 4194304 5787044 140737370197840 18446744073709551615 4220930 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22833/tid=22838] ppid=22832 vsize=287592 CPUtime=3.05 cores=0,2,4,6
/proc/22833/task/22838/stat : 22838 (priss) R 22832 22832 21841 0 -1 4202560 3250 0 0 0 305 0 0 0 25 0 5 0 954180329 294494208 11325 33554432000 4194304 5787044 140737370197840 18446744073709551615 260020089837 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.22
Current children cumulated vsize (KiB) 296292

[startup+6.30041 s]
/proc/loadavg: 7.71 7.97 7.98 9/188 22838
/proc/meminfo: memFree=31833212/32951124 swapFree=67056304/67111528
[pid=22832] ppid=22830 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22832/stat : 22832 (priss.sh) S 22830 22832 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 954180326 8908800 251 33554432000 4194304 4922060 140733845427040 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22832/statm: 2175 251 211 178 0 68 0
[pid=22833] ppid=22832 vsize=287592 CPUtime=25 cores=0,2,4,6
/proc/22833/stat : 22833 (priss) S 22832 22832 21841 0 -1 4202496 21529 0 0 0 2495 5 0 0 19 0 5 0 954180326 294494208 12972 33554432000 4194304 5787044 140737370197840 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/22833/statm: 71898 12972 404 389 0 67648 0
[pid=22833/tid=22835] ppid=22832 vsize=287592 CPUtime=6.25 cores=0,2,4,6
/proc/22833/task/22835/stat : 22835 (priss) R 22832 22832 21841 0 -1 4202560 6098 0 0 0 624 1 0 0 25 0 5 0 954180328 294494208 12972 33554432000 4194304 5787044 140737370197840 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22833/tid=22836] ppid=22832 vsize=287592 CPUtime=6.21 cores=0,2,4,6
/proc/22833/task/22836/stat : 22836 (priss) R 22832 22832 21841 0 -1 4202560 4861 0 0 0 620 1 0 0 25 0 5 0 954180328 294494208 12972 33554432000 4194304 5787044 140737370197840 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22833/tid=22837] ppid=22832 vsize=287592 CPUtime=6.23 cores=0,2,4,6
/proc/22833/task/22837/stat : 22837 (priss) R 22832 22832 21841 0 -1 4202560 4535 0 0 0 622 1 0 0 25 0 5 0 954180329 294494208 12972 33554432000 4194304 5787044 140737370197840 18446744073709551615 4229536 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22833/tid=22838] ppid=22832 vsize=287592 CPUtime=6.25 cores=0,2,4,6
/proc/22833/task/22838/stat : 22838 (priss) R 22832 22832 21841 0 -1 4202560 3250 0 0 0 625 0 0 0 25 0 5 0 954180329 294494208 12972 33554432000 4194304 5787044 140737370197840 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25
Current children cumulated vsize (KiB) 296292

[startup+12.7012 s]
/proc/loadavg: 7.73 7.97 7.98 9/188 22839
/proc/meminfo: memFree=31821332/32951124 swapFree=67056304/67111528
[pid=22832] ppid=22830 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22832/stat : 22832 (priss.sh) S 22830 22832 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 954180326 8908800 251 33554432000 4194304 4922060 140733845427040 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22832/statm: 2175 251 211 178 0 68 0
[pid=22833] ppid=22832 vsize=287592 CPUtime=50.55 cores=0,2,4,6
/proc/22833/stat : 22833 (priss) S 22832 22832 21841 0 -1 4202496 24051 0 0 0 5048 7 0 0 19 0 5 0 954180326 294494208 15494 33554432000 4194304 5787044 140737370197840 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/22833/statm: 71898 15494 404 389 0 67648 0
[pid=22833/tid=22835] ppid=22832 vsize=287592 CPUtime=12.64 cores=0,2,4,6
/proc/22833/task/22835/stat : 22835 (priss) R 22832 22832 21841 0 -1 4202560 6848 0 0 0 1263 1 0 0 25 0 5 0 954180328 294494208 15494 33554432000 4194304 5787044 140737370197840 18446744073709551615 4229321 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22833/tid=22836] ppid=22832 vsize=287592 CPUtime=12.58 cores=0,2,4,6
/proc/22833/task/22836/stat : 22836 (priss) R 22832 22832 21841 0 -1 4202560 5675 0 0 0 1256 2 0 0 25 0 5 0 954180328 294494208 15494 33554432000 4194304 5787044 140737370197840 18446744073709551615 5586675 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22833/tid=22837] ppid=22832 vsize=287592 CPUtime=12.63 cores=0,2,4,6
/proc/22833/task/22837/stat : 22837 (priss) R 22832 22832 21841 0 -1 4202560 5493 0 0 0 1261 2 0 0 25 0 5 0 954180329 294494208 15494 33554432000 4194304 5787044 140737370197840 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22833/tid=22838] ppid=22832 vsize=287592 CPUtime=12.65 cores=0,2,4,6
/proc/22833/task/22838/stat : 22838 (priss) R 22832 22832 21841 0 -1 4202560 3250 0 0 0 1265 0 0 0 25 0 5 0 954180329 294494208 15494 33554432000 4194304 5787044 140737370197840 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 296292

[startup+25.5009 s]
/proc/loadavg: 7.79 7.97 7.98 9/188 22839
/proc/meminfo: memFree=31779284/32951124 swapFree=67056304/67111528
[pid=22832] ppid=22830 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22832/stat : 22832 (priss.sh) S 22830 22832 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 954180326 8908800 251 33554432000 4194304 4922060 140733845427040 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22832/statm: 2175 251 211 178 0 68 0
[pid=22833] ppid=22832 vsize=304052 CPUtime=101.66 cores=0,2,4,6
/proc/22833/stat : 22833 (priss) S 22832 22832 21841 0 -1 4202496 33060 0 0 0 10155 11 0 0 19 0 5 0 954180326 311349248 23796 33554432000 4194304 5787044 140737370197840 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/22833/statm: 76013 23796 417 389 0 71763 0
[pid=22833/tid=22835] ppid=22832 vsize=304052 CPUtime=25.44 cores=0,2,4,6
/proc/22833/task/22835/stat : 22835 (priss) R 22832 22832 21841 0 -1 4202560 8260 0 0 0 2542 2 0 0 25 0 5 0 954180328 311349248 23796 33554432000 4194304 5787044 140737370197840 18446744073709551615 260020092336 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22833/tid=22836] ppid=22832 vsize=304052 CPUtime=25.3 cores=0,2,4,6
/proc/22833/task/22836/stat : 22836 (priss) R 22832 22832 21841 0 -1 4202560 8093 0 0 0 2528 2 0 0 25 0 5 0 954180328 311349248 23796 33554432000 4194304 5787044 140737370197840 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22833/tid=22837] ppid=22832 vsize=304052 CPUtime=25.43 cores=0,2,4,6
/proc/22833/task/22837/stat : 22837 (priss) R 22832 22832 21841 0 -1 4202560 7895 0 0 0 2539 4 0 0 25 0 5 0 954180329 311349248 23796 33554432000 4194304 5787044 140737370197840 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22833/tid=22838] ppid=22832 vsize=304052 CPUtime=25.44 cores=0,2,4,6
/proc/22833/task/22838/stat : 22838 (priss) R 22832 22832 21841 0 -1 4202560 6027 0 0 0 2543 1 0 0 25 0 5 0 954180329 311349248 23796 33554432000 4194304 5787044 140737370197840 18446744073709551615 5524642 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 312752

[startup+51.1012 s]
/proc/loadavg: 7.86 7.97 7.98 9/188 22840
/proc/meminfo: memFree=31733684/32951124 swapFree=67056304/67111528
[pid=22832] ppid=22830 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22832/stat : 22832 (priss.sh) S 22830 22832 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 954180326 8908800 251 33554432000 4194304 4922060 140733845427040 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22832/statm: 2175 251 211 178 0 68 0
[pid=22833] ppid=22832 vsize=317004 CPUtime=203.92 cores=0,2,4,6
/proc/22833/stat : 22833 (priss) S 22832 22832 21841 0 -1 4202496 41109 0 0 0 20371 21 0 0 19 0 5 0 954180326 324612096 31777 33554432000 4194304 5787044 140737370197840 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/22833/statm: 79251 31777 417 389 0 75001 0
[pid=22833/tid=22835] ppid=22832 vsize=317004 CPUtime=51.04 cores=0,2,4,6
/proc/22833/task/22835/stat : 22835 (priss) R 22832 22832 21841 0 -1 4202560 9721 0 0 0 5100 4 0 0 25 0 5 0 954180328 324612096 31777 33554432000 4194304 5787044 140737370197840 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22833/tid=22836] ppid=22832 vsize=317004 CPUtime=50.76 cores=0,2,4,6
/proc/22833/task/22836/stat : 22836 (priss) R 22832 22832 21841 0 -1 4202560 9655 0 0 0 5072 4 0 0 25 0 5 0 954180328 324612096 31777 33554432000 4194304 5787044 140737370197840 18446744073709551615 5591356 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22833/tid=22837] ppid=22832 vsize=317004 CPUtime=51.02 cores=0,2,4,6
/proc/22833/task/22837/stat : 22837 (priss) R 22832 22832 21841 0 -1 4202560 9763 0 0 0 5095 7 0 0 25 0 5 0 954180329 324612096 31777 33554432000 4194304 5787044 140737370197840 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22833/tid=22838] ppid=22832 vsize=317004 CPUtime=51.04 cores=0,2,4,6
/proc/22833/task/22838/stat : 22838 (priss) R 22832 22832 21841 0 -1 4202560 9185 0 0 0 5101 3 0 0 25 0 5 0 954180329 324612096 31777 33554432000 4194304 5787044 140737370197840 18446744073709551615 5526847 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.92
Current children cumulated vsize (KiB) 325704

[startup+102.301 s]
/proc/loadavg: 7.94 7.97 7.98 9/188 22841
/proc/meminfo: memFree=31657140/32951124 swapFree=67056304/67111528
[pid=22832] ppid=22830 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22832/stat : 22832 (priss.sh) S 22830 22832 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 954180326 8908800 251 33554432000 4194304 4922060 140733845427040 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22832/statm: 2175 251 211 178 0 68 0
[pid=22833] ppid=22832 vsize=337228 CPUtime=408.42 cores=0,2,4,6
/proc/22833/stat : 22833 (priss) S 22832 22832 21841 0 -1 4202496 55046 0 0 0 40806 36 0 0 19 0 5 0 954180326 345321472 45615 33554432000 4194304 5787044 140737370197840 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/22833/statm: 84307 45615 417 389 0 80057 0
[pid=22833/tid=22835] ppid=22832 vsize=337228 CPUtime=102.23 cores=0,2,4,6
/proc/22833/task/22835/stat : 22835 (priss) R 22832 22832 21841 0 -1 4202560 12803 0 0 0 10215 8 0 0 25 0 5 0 954180328 345321472 45615 33554432000 4194304 5787044 140737370197840 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22833/tid=22836] ppid=22832 vsize=337228 CPUtime=101.67 cores=0,2,4,6
/proc/22833/task/22836/stat : 22836 (priss) R 22832 22832 21841 0 -1 4202560 13900 0 0 0 10159 8 0 0 25 0 5 0 954180328 345321472 45615 33554432000 4194304 5787044 140737370197840 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22833/tid=22837] ppid=22832 vsize=337228 CPUtime=102.22 cores=0,2,4,6
/proc/22833/task/22837/stat : 22837 (priss) R 22832 22832 21841 0 -1 4202560 12474 0 0 0 10210 12 0 0 25 0 5 0 954180329 345321472 45615 33554432000 4194304 5787044 140737370197840 18446744073709551615 260032199193 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22833/tid=22838] ppid=22832 vsize=337228 CPUtime=102.24 cores=0,2,4,6
/proc/22833/task/22838/stat : 22838 (priss) R 22832 22832 21841 0 -1 4202560 13084 0 0 0 10219 5 0 0 25 0 5 0 954180329 345321472 45615 33554432000 4194304 5787044 140737370197840 18446744073709551615 5526800 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.42
Current children cumulated vsize (KiB) 345928

[startup+162.301 s]
/proc/loadavg: 8.01 7.99 7.98 9/188 22843
/proc/meminfo: memFree=31590244/32951124 swapFree=67056304/67111528
[pid=22832] ppid=22830 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22832/stat : 22832 (priss.sh) S 22830 22832 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 954180326 8908800 251 33554432000 4194304 4922060 140733845427040 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22832/statm: 2175 251 211 178 0 68 0
[pid=22833] ppid=22832 vsize=350448 CPUtime=648.08 cores=0,2,4,6

################
# More data... #
################

/proc/22833/task/22836/stat : 22836 (priss) R 22832 22832 21841 0 -1 4202560 33498 0 0 0 87713 30 0 0 25 0 5 0 954180328 657498112 117701 33554432000 4194304 5787044 140737370197840 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22833/tid=22837] ppid=22832 vsize=642088 CPUtime=882.23 cores=0,2,4,6
/proc/22833/task/22837/stat : 22837 (priss) R 22832 22832 21841 0 -1 4202560 32215 0 0 0 88181 42 0 0 25 0 5 0 954180329 657498112 117701 33554432000 4194304 5787044 140737370197840 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22833/tid=22838] ppid=22832 vsize=642088 CPUtime=882.17 cores=0,2,4,6
/proc/22833/task/22838/stat : 22838 (priss) R 22832 22832 21841 0 -1 4202560 31409 0 0 0 88199 18 0 0 25 0 5 0 954180329 657498112 117701 33554432000 4194304 5787044 140737370197840 18446744073709551615 5527692 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3524.12
Current children cumulated vsize (KiB) 650788

[startup+942.301 s]
/proc/loadavg: 8.23 8.14 8.04 9/188 22863
/proc/meminfo: memFree=31086536/32951124 swapFree=67056304/67111528
[pid=22832] ppid=22830 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22832/stat : 22832 (priss.sh) S 22830 22832 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 954180326 8908800 251 33554432000 4194304 4922060 140733845427040 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22832/statm: 2175 251 211 178 0 68 0
[pid=22833] ppid=22832 vsize=650456 CPUtime=3763.79 cores=0,2,4,6
/proc/22833/stat : 22833 (priss) S 22832 22832 21841 0 -1 4202496 134687 0 0 0 376253 126 0 0 19 0 5 0 954180326 666066944 123884 33554432000 4194304 5787044 140737370197840 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/22833/statm: 162614 123884 417 389 0 158364 0
[pid=22833/tid=22835] ppid=22832 vsize=650456 CPUtime=942.24 cores=0,2,4,6
/proc/22833/task/22835/stat : 22835 (priss) R 22832 22832 21841 0 -1 4202560 31734 0 0 0 94192 32 0 0 25 0 5 0 954180328 666066944 123884 33554432000 4194304 5787044 140737370197840 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22833/tid=22836] ppid=22832 vsize=650456 CPUtime=937.1 cores=0,2,4,6
/proc/22833/task/22836/stat : 22836 (priss) R 22832 22832 21841 0 -1 4202560 35453 0 0 0 93678 32 0 0 25 0 5 0 954180328 666066944 123884 33554432000 4194304 5787044 140737370197840 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22833/tid=22837] ppid=22832 vsize=650456 CPUtime=942.23 cores=0,2,4,6
/proc/22833/task/22837/stat : 22837 (priss) R 22832 22832 21841 0 -1 4202560 33243 0 0 0 94181 42 0 0 25 0 5 0 954180329 666066944 123884 33554432000 4194304 5787044 140737370197840 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22833/tid=22838] ppid=22832 vsize=650456 CPUtime=942.17 cores=0,2,4,6
/proc/22833/task/22838/stat : 22838 (priss) R 22832 22832 21841 0 -1 4202560 31472 0 0 0 94199 18 0 0 25 0 5 0 954180329 666066944 123884 33554432000 4194304 5787044 140737370197840 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3763.79
Current children cumulated vsize (KiB) 659156

[startup+1002.3 s]
/proc/loadavg: 8.12 8.12 8.04 9/188 22865
/proc/meminfo: memFree=31070756/32951124 swapFree=67056304/67111528
[pid=22832] ppid=22830 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22832/stat : 22832 (priss.sh) S 22830 22832 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 954180326 8908800 251 33554432000 4194304 4922060 140733845427040 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22832/statm: 2175 251 211 178 0 68 0
[pid=22833] ppid=22832 vsize=656700 CPUtime=4003.46 cores=0,2,4,6
/proc/22833/stat : 22833 (priss) S 22832 22832 21841 0 -1 4202496 138678 0 0 0 400215 131 0 0 19 0 5 0 954180326 672460800 127650 33554432000 4194304 5787044 140737370197840 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/22833/statm: 164175 127650 417 389 0 159925 0
[pid=22833/tid=22835] ppid=22832 vsize=656700 CPUtime=1002.24 cores=0,2,4,6
/proc/22833/task/22835/stat : 22835 (priss) R 22832 22832 21841 0 -1 4202560 32777 0 0 0 100191 33 0 0 25 0 5 0 954180328 672460800 127650 33554432000 4194304 5787044 140737370197840 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22833/tid=22836] ppid=22832 vsize=656700 CPUtime=996.78 cores=0,2,4,6
/proc/22833/task/22836/stat : 22836 (priss) R 22832 22832 21841 0 -1 4202560 37321 0 0 0 99642 36 0 0 25 0 5 0 954180328 672460800 127650 33554432000 4194304 5787044 140737370197840 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22833/tid=22837] ppid=22832 vsize=656700 CPUtime=1002.23 cores=0,2,4,6
/proc/22833/task/22837/stat : 22837 (priss) R 22832 22832 21841 0 -1 4202560 33244 0 0 0 100181 42 0 0 25 0 5 0 954180329 672460800 127650 33554432000 4194304 5787044 140737370197840 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22833/tid=22838] ppid=22832 vsize=656700 CPUtime=1002.16 cores=0,2,4,6
/proc/22833/task/22838/stat : 22838 (priss) R 22832 22832 21841 0 -1 4202560 32551 0 0 0 100198 18 0 0 25 0 5 0 954180329 672460800 127650 33554432000 4194304 5787044 140737370197840 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4003.46
Current children cumulated vsize (KiB) 665400

[startup+1062.3 s]
/proc/loadavg: 8.13 8.13 8.05 9/188 22911
/proc/meminfo: memFree=31517940/32951124 swapFree=67056304/67111528
[pid=22832] ppid=22830 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22832/stat : 22832 (priss.sh) S 22830 22832 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 954180326 8908800 251 33554432000 4194304 4922060 140733845427040 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22832/statm: 2175 251 211 178 0 68 0
[pid=22833] ppid=22832 vsize=662368 CPUtime=4243.16 cores=0,2,4,6
/proc/22833/stat : 22833 (priss) S 22832 22832 21841 0 -1 4202496 141832 0 0 0 424180 136 0 0 19 0 5 0 954180326 678264832 130804 33554432000 4194304 5787044 140737370197840 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/22833/statm: 165592 130804 417 389 0 161342 0
[pid=22833/tid=22835] ppid=22832 vsize=662368 CPUtime=1062.25 cores=0,2,4,6
/proc/22833/task/22835/stat : 22835 (priss) R 22832 22832 21841 0 -1 4202560 32778 0 0 0 106192 33 0 0 25 0 5 0 954180328 678264832 130804 33554432000 4194304 5787044 140737370197840 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22833/tid=22836] ppid=22832 vsize=662368 CPUtime=1056.45 cores=0,2,4,6
/proc/22833/task/22836/stat : 22836 (priss) R 22832 22832 21841 0 -1 4202560 39093 0 0 0 105606 39 0 0 25 0 5 0 954180328 678264832 130804 33554432000 4194304 5787044 140737370197840 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22833/tid=22837] ppid=22832 vsize=662368 CPUtime=1062.23 cores=0,2,4,6
/proc/22833/task/22837/stat : 22837 (priss) R 22832 22832 21841 0 -1 4202560 33291 0 0 0 106181 42 0 0 25 0 5 0 954180329 678264832 130804 33554432000 4194304 5787044 140737370197840 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22833/tid=22838] ppid=22832 vsize=662368 CPUtime=1062.16 cores=0,2,4,6
/proc/22833/task/22838/stat : 22838 (priss) R 22832 22832 21841 0 -1 4202560 33885 0 0 0 106197 19 0 0 25 0 5 0 954180329 678264832 130804 33554432000 4194304 5787044 140737370197840 18446744073709551615 5527171 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4243.16
Current children cumulated vsize (KiB) 671068

[startup+1122.3 s]
/proc/loadavg: 8.12 8.12 8.04 9/188 22912
/proc/meminfo: memFree=31470900/32951124 swapFree=67056304/67111528
[pid=22832] ppid=22830 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22832/stat : 22832 (priss.sh) S 22830 22832 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 954180326 8908800 251 33554432000 4194304 4922060 140733845427040 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22832/statm: 2175 251 211 178 0 68 0
[pid=22833] ppid=22832 vsize=669584 CPUtime=4482.81 cores=0,2,4,6
/proc/22833/stat : 22833 (priss) S 22832 22832 21841 0 -1 4202496 144349 0 0 0 448143 138 0 0 19 0 5 0 954180326 685654016 133096 33554432000 4194304 5787044 140737370197840 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/22833/statm: 167396 133096 417 389 0 163146 0
[pid=22833/tid=22835] ppid=22832 vsize=669584 CPUtime=1122.25 cores=0,2,4,6
/proc/22833/task/22835/stat : 22835 (priss) R 22832 22832 21841 0 -1 4202560 32781 0 0 0 112191 34 0 0 25 0 5 0 954180328 685654016 133096 33554432000 4194304 5787044 140737370197840 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22833/tid=22836] ppid=22832 vsize=669584 CPUtime=1116.12 cores=0,2,4,6
/proc/22833/task/22836/stat : 22836 (priss) R 22832 22832 21841 0 -1 4202560 39720 0 0 0 111573 39 0 0 25 0 5 0 954180328 685654016 133096 33554432000 4194304 5787044 140737370197840 18446744073709551615 5591289 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22833/tid=22837] ppid=22832 vsize=669584 CPUtime=1122.23 cores=0,2,4,6
/proc/22833/task/22837/stat : 22837 (priss) R 22832 22832 21841 0 -1 4202560 33369 0 0 0 112181 42 0 0 25 0 5 0 954180329 685654016 133096 33554432000 4194304 5787044 140737370197840 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22833/tid=22838] ppid=22832 vsize=669584 CPUtime=1122.15 cores=0,2,4,6
/proc/22833/task/22838/stat : 22838 (priss) R 22832 22832 21841 0 -1 4202560 35694 0 0 0 112195 20 0 0 25 0 5 0 954180329 685654016 133096 33554432000 4194304 5787044 140737370197840 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4482.81
Current children cumulated vsize (KiB) 678284

[startup+1182.31 s]
/proc/loadavg: 8.12 8.11 8.04 9/188 22914
/proc/meminfo: memFree=31434236/32951124 swapFree=67056304/67111528
[pid=22832] ppid=22830 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22832/stat : 22832 (priss.sh) S 22830 22832 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 954180326 8908800 251 33554432000 4194304 4922060 140733845427040 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22832/statm: 2175 251 211 178 0 68 0
[pid=22833] ppid=22832 vsize=680772 CPUtime=4722.51 cores=0,2,4,6
/proc/22833/stat : 22833 (priss) S 22832 22832 21841 0 -1 4202496 148039 0 0 0 472107 144 0 0 19 0 5 0 954180326 697110528 136786 33554432000 4194304 5787044 140737370197840 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/22833/statm: 170193 136786 417 389 0 165943 0
[pid=22833/tid=22835] ppid=22832 vsize=680772 CPUtime=1182.25 cores=0,2,4,6
/proc/22833/task/22835/stat : 22835 (priss) R 22832 22832 21841 0 -1 4202560 32786 0 0 0 118191 34 0 0 25 0 5 0 954180328 697110528 136786 33554432000 4194304 5787044 140737370197840 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22833/tid=22836] ppid=22832 vsize=680772 CPUtime=1175.8 cores=0,2,4,6
/proc/22833/task/22836/stat : 22836 (priss) R 22832 22832 21841 0 -1 4202560 39724 0 0 0 117541 39 0 0 25 0 5 0 954180328 697110528 136786 33554432000 4194304 5787044 140737370197840 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22833/tid=22837] ppid=22832 vsize=680772 CPUtime=1182.24 cores=0,2,4,6
/proc/22833/task/22837/stat : 22837 (priss) R 22832 22832 21841 0 -1 4202560 35286 0 0 0 118178 46 0 0 25 0 5 0 954180329 697110528 136786 33554432000 4194304 5787044 140737370197840 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22833/tid=22838] ppid=22832 vsize=680772 CPUtime=1182.16 cores=0,2,4,6
/proc/22833/task/22838/stat : 22838 (priss) R 22832 22832 21841 0 -1 4202560 37458 0 0 0 118194 22 0 0 25 0 5 0 954180329 697110528 136786 33554432000 4194304 5787044 140737370197840 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4722.51
Current children cumulated vsize (KiB) 689472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.08 8.10 8.04 10/188 22914
/proc/meminfo: memFree=31418336/32951124 swapFree=67056304/67111528
[pid=22832] ppid=22830 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22832/stat : 22832 (priss.sh) S 22830 22832 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 954180326 8908800 251 33554432000 4194304 4922060 140733845427040 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22832/statm: 2175 251 211 178 0 68 0
[pid=22833] ppid=22832 vsize=687028 CPUtime=4800.39 cores=0,2,4,6
/proc/22833/stat : 22833 (priss) S 22832 22832 21841 0 -1 4202496 150238 0 0 0 479894 145 0 0 19 0 5 0 954180326 703516672 138985 33554432000 4194304 5787044 140737370197840 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/22833/statm: 171757 138985 417 389 0 167507 0
[pid=22833/tid=22835] ppid=22832 vsize=687028 CPUtime=1201.75 cores=0,2,4,6
/proc/22833/task/22835/stat : 22835 (priss) R 22832 22832 21841 0 -1 4202560 32789 0 0 0 120141 34 0 0 25 0 5 0 954180328 703516672 138985 33554432000 4194304 5787044 140737370197840 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22833/tid=22836] ppid=22832 vsize=687028 CPUtime=1195.19 cores=0,2,4,6
/proc/22833/task/22836/stat : 22836 (priss) R 22832 22832 21841 0 -1 4202560 40750 0 0 0 119479 40 0 0 25 0 5 0 954180328 703516672 138985 33554432000 4194304 5787044 140737370197840 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22833/tid=22837] ppid=22832 vsize=687028 CPUtime=1201.74 cores=0,2,4,6
/proc/22833/task/22837/stat : 22837 (priss) R 22832 22832 21841 0 -1 4202560 35968 0 0 0 120127 47 0 0 25 0 5 0 954180329 703516672 138985 33554432000 4194304 5787044 140737370197840 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22833/tid=22838] ppid=22832 vsize=687028 CPUtime=1201.65 cores=0,2,4,6
/proc/22833/task/22838/stat : 22838 (priss) R 22832 22832 21841 0 -1 4202560 37946 0 0 0 120143 22 0 0 25 0 5 0 954180329 703516672 138985 33554432000 4194304 5787044 140737370197840 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.39
Current children cumulated vsize (KiB) 695728

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1201.8 s]
/proc/loadavg: 8.08 8.10 8.04 10/188 22914
/proc/meminfo: memFree=31418336/32951124 swapFree=67056304/67111528
[pid=22832] ppid=22830 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/22832/stat : 22832 (priss.sh) S 22830 22832 21841 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 954180326 8908800 251 33554432000 4194304 4922060 140733845427040 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22832/statm: 2175 251 211 178 0 68 0
[pid=22833] ppid=22832 vsize=687028 CPUtime=4800.39 cores=0,2,4,6
/proc/22833/stat : 22833 (priss) S 22832 22832 21841 0 -1 4202496 150238 0 0 0 479894 145 0 0 19 0 5 0 954180326 703516672 138985 33554432000 4194304 5787044 140737370197840 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/22833/statm: 171757 138985 417 389 0 167507 0
[pid=22833/tid=22835] ppid=22832 vsize=687028 CPUtime=1201.75 cores=0,2,4,6
/proc/22833/task/22835/stat : 22835 (priss) R 22832 22832 21841 0 -1 4202560 32789 0 0 0 120141 34 0 0 25 0 5 0 954180328 703516672 138985 33554432000 4194304 5787044 140737370197840 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=22833/tid=22836] ppid=22832 vsize=687028 CPUtime=1195.19 cores=0,2,4,6
/proc/22833/task/22836/stat : 22836 (priss) R 22832 22832 21841 0 -1 4202560 40750 0 0 0 119479 40 0 0 25 0 5 0 954180328 703516672 138985 33554432000 4194304 5787044 140737370197840 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=22833/tid=22837] ppid=22832 vsize=687028 CPUtime=1201.74 cores=0,2,4,6
/proc/22833/task/22837/stat : 22837 (priss) R 22832 22832 21841 0 -1 4202560 35968 0 0 0 120127 47 0 0 25 0 5 0 954180329 703516672 138985 33554432000 4194304 5787044 140737370197840 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=22833/tid=22838] ppid=22832 vsize=687028 CPUtime=1201.65 cores=0,2,4,6
/proc/22833/task/22838/stat : 22838 (priss) R 22832 22832 21841 0 -1 4202560 37946 0 0 0 120143 22 0 0 25 0 5 0 954180329 703516672 138985 33554432000 4194304 5787044 140737370197840 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.39
Current children cumulated vsize (KiB) 695728

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22832 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.39
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.82
CPU time (s): 4800.39
CPU user time (s): 4798.94
CPU system time (s): 1.45
CPU usage (%): 399.427
Max. virtual memory (cumulated for all children) (KiB): 695728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 332
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 2

runsolver used 1.78773 second user time and 4.77027 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-09 19:11:37
IDJOB=3263308
IDBENCH=83952
IDSOLVER=1603
FILE ID=node110/3263308-1307639497
RUNJOBID= node110-1307633277-21859
PBS_JOBID= 13549381
Free space on /tmp= 74168 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_20_70_1-dir.shuffled-as.sat03-146.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263308-1307639497/watcher-3263308-1307639497 -o /tmp/evaluation-result-3263308-1307639497/solver-3263308-1307639497 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3263308-1307639497.cnf 1855440640 4800 15500 4

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 7ef2b563e57ba91e22d23e55abe69485
RANDOM SEED=1855440640

node110.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31890736 kB
Buffers:        221668 kB
Cached:         371068 kB
SwapCached:       8464 kB
Active:         546488 kB
Inactive:       289496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31890736 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:            1972 kB
Writeback:           0 kB
AnonPages:      241440 kB
Mapped:          13492 kB
Slab:           160152 kB
PageTables:       5296 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   481232 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74168 MiB
End job on node110 at 2011-06-09 19:31:41