Trace number 3282259

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.92

General information on the benchmark

NameAPPLICATIONS/bitverif/
maxxororand/maxxororand064.cnf
MD5SUM49dbd2fb16b3d5ce554d30c48729a56d
Bench CategoryAPPLICATION (applications 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 variables92464
Number of clauses276623
Sum of the clauses size645451
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2184414
Number of clauses of size 392207
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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: 22618
0.00/0.07	c parsetime: 72651us
0.00/0.07	c parsed 276623 clauses with 92464 variables
0.00/0.09	c NW started thread 0 successfully (1107228992)
0.00/0.11	c NW started thread 1 successfully (1117718848)
0.00/0.13	c NW started thread 2 successfully (1128208704)
0.00/0.15	c NW started thread 3 successfully (1138698560)
19.87/5.19	c preprocessor returned 92464 variables
19.87/5.19	c preprocessing returned UNKNOWN
19.87/5.19	c PP set 200 variables
19.87/5.19	c pp time: 5052941us (5s)
19.87/5.19	c preprocessor returned 92464 variables
19.87/5.19	c preprocessing returned UNKNOWN
19.87/5.19	c PP set 200 variables
19.87/5.19	c pp time: 5037745us (5s)
19.87/5.19	c preprocessor returned 92464 variables
19.87/5.19	c preprocessing returned UNKNOWN
19.87/5.19	c PP set 200 variables
19.87/5.19	c pp time: 5010727us (5s)
19.87/5.19	c preprocessor returned 92464 variables
19.87/5.19	c preprocessing returned UNKNOWN
19.87/5.19	c PP set 200 variables
19.87/5.19	c pp time: 5029447us (5s)

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: 935)

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-3282259-1304041238/watcher-3282259-1304041238 -o /tmp/evaluation-result-3282259-1304041238/solver-3282259-1304041238 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3282259-1304041238.cnf 745211538 4800 15500 4 

running on 4 cores: 1,3,5,7

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: 8.18 8.11 8.09 5/182 22617
/proc/meminfo: memFree=13916084/32951124 swapFree=67111528/67111528
[pid=22617] ppid=22615 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22617/stat : 22617 (priss.sh) S 22615 22617 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496539643 8908800 251 33554432000 4194304 4922060 140735480377536 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22617/statm: 2175 251 211 178 0 68 0

[startup+0.0880099 s]
/proc/loadavg: 8.18 8.11 8.09 5/182 22617
/proc/meminfo: memFree=13916084/32951124 swapFree=67111528/67111528
[pid=22617] ppid=22615 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22617/stat : 22617 (priss.sh) S 22615 22617 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496539643 8908800 251 33554432000 4194304 4922060 140735480377536 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22617/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100992 s]
/proc/loadavg: 8.18 8.11 8.09 5/182 22617
/proc/meminfo: memFree=13916084/32951124 swapFree=67111528/67111528
[pid=22617] ppid=22615 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22617/stat : 22617 (priss.sh) S 22615 22617 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496539643 8908800 251 33554432000 4194304 4922060 140735480377536 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22617/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300923 s]
/proc/loadavg: 8.18 8.11 8.09 5/182 22617
/proc/meminfo: memFree=13916084/32951124 swapFree=67111528/67111528
[pid=22617] ppid=22615 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22617/stat : 22617 (priss.sh) S 22615 22617 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496539643 8908800 251 33554432000 4194304 4922060 140735480377536 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22617/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.70086 s]
/proc/loadavg: 8.18 8.11 8.09 5/182 22617
/proc/meminfo: memFree=13916084/32951124 swapFree=67111528/67111528
[pid=22617] ppid=22615 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22617/stat : 22617 (priss.sh) S 22615 22617 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496539643 8908800 251 33554432000 4194304 4922060 140735480377536 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22617/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50071 s]
/proc/loadavg: 8.18 8.11 8.09 6/188 22623
/proc/meminfo: memFree=13717892/32951124 swapFree=67111528/67111528
[pid=22617] ppid=22615 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22617/stat : 22617 (priss.sh) S 22615 22617 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496539643 8908800 251 33554432000 4194304 4922060 140735480377536 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22617/statm: 2175 251 211 178 0 68 0
[pid=22618] ppid=22617 vsize=482448 CPUtime=5.52 cores=1,3,5,7
/proc/22618/stat : 22618 (priss) S 22617 22617 22103 0 -1 4202496 90185 0 0 0 512 40 0 0 18 0 5 0 496539643 494026752 61820 33554432000 4194304 5787044 140733761303168 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22618/statm: 120612 61820 350 389 0 116362 0
[pid=22618/tid=22620] ppid=22617 vsize=482448 CPUtime=1.36 cores=1,3,5,7
/proc/22618/task/22620/stat : 22620 (priss) R 22617 22617 22103 0 -1 4202560 18700 0 0 0 127 9 0 0 18 0 5 0 496539652 494026752 61820 33554432000 4194304 5787044 140733761303168 18446744073709551615 4318956 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22618/tid=22621] ppid=22617 vsize=482448 CPUtime=1.34 cores=1,3,5,7
/proc/22618/task/22621/stat : 22621 (priss) R 22617 22617 22103 0 -1 4202560 18648 0 0 0 125 9 0 0 18 0 5 0 496539654 494026752 61820 33554432000 4194304 5787044 140733761303168 18446744073709551615 4339899 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22618/tid=22622] ppid=22617 vsize=482448 CPUtime=1.33 cores=1,3,5,7
/proc/22618/task/22622/stat : 22622 (priss) R 22617 22617 22103 0 -1 4202560 21163 0 0 0 124 9 0 0 18 0 5 0 496539656 494026752 61820 33554432000 4194304 5787044 140733761303168 18446744073709551615 4340081 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22618/tid=22623] ppid=22617 vsize=482448 CPUtime=1.31 cores=1,3,5,7
/proc/22618/task/22623/stat : 22623 (priss) R 22617 22617 22103 0 -1 4202560 18108 0 0 0 121 10 0 0 18 0 5 0 496539658 494026752 61820 33554432000 4194304 5787044 140733761303168 18446744073709551615 18446744073699065918 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.52
Current children cumulated vsize (KiB) 491148

[startup+3.10042 s]
/proc/loadavg: 8.18 8.11 8.09 9/188 22623
/proc/meminfo: memFree=13655648/32951124 swapFree=67111528/67111528
[pid=22617] ppid=22615 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22617/stat : 22617 (priss.sh) S 22615 22617 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496539643 8908800 251 33554432000 4194304 4922060 140735480377536 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22617/statm: 2175 251 211 178 0 68 0
[pid=22618] ppid=22617 vsize=484032 CPUtime=11.9 cores=1,3,5,7
/proc/22618/stat : 22618 (priss) S 22617 22617 22103 0 -1 4202496 93742 0 0 0 1149 41 0 0 18 0 5 0 496539643 495648768 65377 33554432000 4194304 5787044 140733761303168 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22618/statm: 121008 65377 350 389 0 116758 0
[pid=22618/tid=22620] ppid=22617 vsize=484032 CPUtime=2.95 cores=1,3,5,7
/proc/22618/task/22620/stat : 22620 (priss) R 22617 22617 22103 0 -1 4202560 19078 0 0 0 286 9 0 0 20 0 5 0 496539652 495648768 65377 33554432000 4194304 5787044 140733761303168 18446744073709551615 4340045 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22618/tid=22621] ppid=22617 vsize=484032 CPUtime=2.93 cores=1,3,5,7
/proc/22618/task/22621/stat : 22621 (priss) R 22617 22617 22103 0 -1 4202560 19443 0 0 0 284 9 0 0 20 0 5 0 496539654 495648768 65377 33554432000 4194304 5787044 140733761303168 18446744073709551615 4340052 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22618/tid=22622] ppid=22617 vsize=484032 CPUtime=2.92 cores=1,3,5,7
/proc/22618/task/22622/stat : 22622 (priss) R 22617 22617 22103 0 -1 4202560 22850 0 0 0 283 9 0 0 20 0 5 0 496539656 495648768 65377 33554432000 4194304 5787044 140733761303168 18446744073709551615 4340054 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22618/tid=22623] ppid=22617 vsize=484032 CPUtime=2.9 cores=1,3,5,7
/proc/22618/task/22623/stat : 22623 (priss) R 22617 22617 22103 0 -1 4202560 18805 0 0 0 280 10 0 0 20 0 5 0 496539658 495648768 65377 33554432000 4194304 5787044 140733761303168 18446744073709551615 4340045 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.9
Current children cumulated vsize (KiB) 492732

[startup+6.30086 s]
/proc/loadavg: 8.17 8.11 8.09 9/188 22623
/proc/meminfo: memFree=13568936/32951124 swapFree=67111528/67111528
[pid=22617] ppid=22615 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22617/stat : 22617 (priss.sh) S 22615 22617 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496539643 8908800 251 33554432000 4194304 4922060 140735480377536 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22617/statm: 2175 251 211 178 0 68 0
[pid=22618] ppid=22617 vsize=512540 CPUtime=24.67 cores=1,3,5,7
/proc/22618/stat : 22618 (priss) S 22617 22617 22103 0 -1 4202496 126866 0 0 0 2419 48 0 0 18 0 5 0 496539643 524840960 86269 33554432000 4194304 5787044 140733761303168 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22618/statm: 128135 86269 417 389 0 123885 0
[pid=22618/tid=22620] ppid=22617 vsize=512540 CPUtime=6.12 cores=1,3,5,7
/proc/22618/task/22620/stat : 22620 (priss) R 22617 22617 22103 0 -1 4202560 28863 0 0 0 601 11 0 0 19 0 5 0 496539652 524840960 86269 33554432000 4194304 5787044 140733761303168 18446744073709551615 5585354 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22618/tid=22621] ppid=22617 vsize=512540 CPUtime=6.14 cores=1,3,5,7
/proc/22618/task/22621/stat : 22621 (priss) R 22617 22617 22103 0 -1 4202560 26340 0 0 0 603 11 0 0 20 0 5 0 496539654 524840960 86269 33554432000 4194304 5787044 140733761303168 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22618/tid=22622] ppid=22617 vsize=512540 CPUtime=6.13 cores=1,3,5,7
/proc/22618/task/22622/stat : 22622 (priss) R 22617 22617 22103 0 -1 4202560 32430 0 0 0 601 12 0 0 25 0 5 0 496539656 524840960 86269 33554432000 4194304 5787044 140733761303168 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22618/tid=22623] ppid=22617 vsize=512540 CPUtime=6.1 cores=1,3,5,7
/proc/22618/task/22623/stat : 22623 (priss) R 22617 22617 22103 0 -1 4202560 25667 0 0 0 599 11 0 0 20 0 5 0 496539658 524840960 86269 33554432000 4194304 5787044 140733761303168 18446744073709551615 5534357 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.67
Current children cumulated vsize (KiB) 521240

[startup+12.7007 s]
/proc/loadavg: 8.15 8.11 8.09 9/188 22623
/proc/meminfo: memFree=13554888/32951124 swapFree=67111528/67111528
[pid=22617] ppid=22615 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22617/stat : 22617 (priss.sh) S 22615 22617 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496539643 8908800 251 33554432000 4194304 4922060 140735480377536 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22617/statm: 2175 251 211 178 0 68 0
[pid=22618] ppid=22617 vsize=513476 CPUtime=50.23 cores=1,3,5,7
/proc/22618/stat : 22618 (priss) S 22617 22617 22103 0 -1 4202496 128185 0 0 0 4973 50 0 0 18 0 5 0 496539643 525799424 87588 33554432000 4194304 5787044 140733761303168 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22618/statm: 128369 87588 417 389 0 124119 0
[pid=22618/tid=22620] ppid=22617 vsize=513476 CPUtime=12.49 cores=1,3,5,7
/proc/22618/task/22620/stat : 22620 (priss) R 22617 22617 22103 0 -1 4202560 29191 0 0 0 1237 12 0 0 25 0 5 0 496539652 525799424 87588 33554432000 4194304 5787044 140733761303168 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22618/tid=22621] ppid=22617 vsize=513476 CPUtime=12.54 cores=1,3,5,7
/proc/22618/task/22621/stat : 22621 (priss) R 22617 22617 22103 0 -1 4202560 26538 0 0 0 1243 11 0 0 25 0 5 0 496539654 525799424 87588 33554432000 4194304 5787044 140733761303168 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22618/tid=22622] ppid=22617 vsize=513476 CPUtime=12.53 cores=1,3,5,7
/proc/22618/task/22622/stat : 22622 (priss) R 22617 22617 22103 0 -1 4202560 32793 0 0 0 1241 12 0 0 25 0 5 0 496539656 525799424 87588 33554432000 4194304 5787044 140733761303168 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22618/tid=22623] ppid=22617 vsize=513476 CPUtime=12.5 cores=1,3,5,7
/proc/22618/task/22623/stat : 22623 (priss) R 22617 22617 22103 0 -1 4202560 26097 0 0 0 1238 12 0 0 25 0 5 0 496539658 525799424 87588 33554432000 4194304 5787044 140733761303168 18446744073709551615 5528398 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.23
Current children cumulated vsize (KiB) 522176

[startup+25.5004 s]
/proc/loadavg: 8.19 8.12 8.09 9/188 22624
/proc/meminfo: memFree=13535792/32951124 swapFree=67111528/67111528
[pid=22617] ppid=22615 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22617/stat : 22617 (priss.sh) S 22615 22617 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496539643 8908800 251 33554432000 4194304 4922060 140735480377536 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22617/statm: 2175 251 211 178 0 68 0
[pid=22618] ppid=22617 vsize=514996 CPUtime=101.36 cores=1,3,5,7
/proc/22618/stat : 22618 (priss) S 22617 22617 22103 0 -1 4202496 131615 0 0 0 10082 54 0 0 18 0 5 0 496539643 527355904 91018 33554432000 4194304 5787044 140733761303168 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22618/statm: 128749 91018 417 389 0 124499 0
[pid=22618/tid=22620] ppid=22617 vsize=514996 CPUtime=25.21 cores=1,3,5,7
/proc/22618/task/22620/stat : 22620 (priss) R 22617 22617 22103 0 -1 4202560 29683 0 0 0 2509 12 0 0 25 0 5 0 496539652 527355904 91018 33554432000 4194304 5787044 140733761303168 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22618/tid=22621] ppid=22617 vsize=514996 CPUtime=25.34 cores=1,3,5,7
/proc/22618/task/22621/stat : 22621 (priss) R 22617 22617 22103 0 -1 4202560 28251 0 0 0 2522 12 0 0 25 0 5 0 496539654 527355904 91018 33554432000 4194304 5787044 140733761303168 18446744073709551615 5590420 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22618/tid=22622] ppid=22617 vsize=514996 CPUtime=25.33 cores=1,3,5,7
/proc/22618/task/22622/stat : 22622 (priss) R 22617 22617 22103 0 -1 4202560 33455 0 0 0 2520 13 0 0 25 0 5 0 496539656 527355904 91018 33554432000 4194304 5787044 140733761303168 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22618/tid=22623] ppid=22617 vsize=514996 CPUtime=25.3 cores=1,3,5,7
/proc/22618/task/22623/stat : 22623 (priss) R 22617 22617 22103 0 -1 4202560 26660 0 0 0 2516 14 0 0 25 0 5 0 496539658 527355904 91018 33554432000 4194304 5787044 140733761303168 18446744073709551615 5549538 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.36
Current children cumulated vsize (KiB) 523696

[startup+51.1008 s]
/proc/loadavg: 8.13 8.11 8.09 9/188 22625
/proc/meminfo: memFree=13508356/32951124 swapFree=67111528/67111528
[pid=22617] ppid=22615 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22617/stat : 22617 (priss.sh) S 22615 22617 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496539643 8908800 251 33554432000 4194304 4922060 140735480377536 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22617/statm: 2175 251 211 178 0 68 0
[pid=22618] ppid=22617 vsize=519284 CPUtime=203.61 cores=1,3,5,7
/proc/22618/stat : 22618 (priss) S 22617 22617 22103 0 -1 4202496 137726 0 0 0 20300 61 0 0 18 0 5 0 496539643 531746816 97129 33554432000 4194304 5787044 140733761303168 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22618/statm: 129821 97129 417 389 0 125571 0
[pid=22618/tid=22620] ppid=22617 vsize=519284 CPUtime=50.67 cores=1,3,5,7
/proc/22618/task/22620/stat : 22620 (priss) R 22617 22617 22103 0 -1 4202560 31030 0 0 0 5053 14 0 0 25 0 5 0 496539652 531746816 97129 33554432000 4194304 5787044 140733761303168 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22618/tid=22621] ppid=22617 vsize=519284 CPUtime=50.93 cores=1,3,5,7
/proc/22618/task/22621/stat : 22621 (priss) R 22617 22617 22103 0 -1 4202560 29040 0 0 0 5080 13 0 0 25 0 5 0 496539654 531746816 97129 33554432000 4194304 5787044 140733761303168 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22618/tid=22622] ppid=22617 vsize=519284 CPUtime=50.92 cores=1,3,5,7
/proc/22618/task/22622/stat : 22622 (priss) R 22617 22617 22103 0 -1 4202560 35865 0 0 0 5078 14 0 0 25 0 5 0 496539656 531746816 97129 33554432000 4194304 5787044 140733761303168 18446744073709551615 5586709 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22618/tid=22623] ppid=22617 vsize=519284 CPUtime=50.9 cores=1,3,5,7
/proc/22618/task/22623/stat : 22623 (priss) R 22617 22617 22103 0 -1 4202560 28225 0 0 0 5074 16 0 0 25 0 5 0 496539658 531746816 97129 33554432000 4194304 5787044 140733761303168 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.61
Current children cumulated vsize (KiB) 527984

[startup+102.307 s]
/proc/loadavg: 8.11 8.10 8.09 9/188 22626
/proc/meminfo: memFree=13453632/32951124 swapFree=67111528/67111528
[pid=22617] ppid=22615 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22617/stat : 22617 (priss.sh) S 22615 22617 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496539643 8908800 251 33554432000 4194304 4922060 140735480377536 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22617/statm: 2175 251 211 178 0 68 0
[pid=22618] ppid=22617 vsize=659192 CPUtime=408.15 cores=1,3,5,7
/proc/22618/stat : 22618 (priss) S 22617 22617 22103 0 -1 4202496 149055 0 0 0 40736 79 0 0 18 0 5 0 496539643 675012608 108457 33554432000 4194304 5787044 140733761303168 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22618/statm: 164798 108457 417 389 0 160548 0
[pid=22618/tid=22620] ppid=22617 vsize=659192 CPUtime=101.59 cores=1,3,5,7
/proc/22618/task/22620/stat : 22620 (priss) R 22617 22617 22103 0 -1 4202560 33666 0 0 0 10142 17 0 0 25 0 5 0 496539652 675012608 108457 33554432000 4194304 5787044 140733761303168 18446744073709551615 4220688 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22618/tid=22621] ppid=22617 vsize=659192 CPUtime=102.14 cores=1,3,5,7
/proc/22618/task/22621/stat : 22621 (priss) R 22617 22617 22103 0 -1 4202560 31720 0 0 0 10196 18 0 0 25 0 5 0 496539654 675012608 108457 33554432000 4194304 5787044 140733761303168 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22618/tid=22622] ppid=22617 vsize=659192 CPUtime=102.13 cores=1,3,5,7
/proc/22618/task/22622/stat : 22622 (priss) R 22617 22617 22103 0 -1 4202560 38661 0 0 0 10193 20 0 0 25 0 5 0 496539656 675012608 108457 33554432000 4194304 5787044 140733761303168 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22618/tid=22623] ppid=22617 vsize=659192 CPUtime=102.1 cores=1,3,5,7

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

/proc/22618/task/22621/stat : 22621 (priss) R 22617 22617 22103 0 -1 4202560 79049 0 0 0 88121 88 0 0 25 0 5 0 496539654 1658634240 334122 33554432000 4194304 5787044 140733761303168 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22618/tid=22622] ppid=22617 vsize=1619760 CPUtime=882.1 cores=1,3,5,7
/proc/22618/task/22622/stat : 22622 (priss) R 22617 22617 22103 0 -1 4202560 85179 0 0 0 88121 89 0 0 25 0 5 0 496539656 1658634240 334122 33554432000 4194304 5787044 140733761303168 18446744073709551615 5589424 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22618/tid=22623] ppid=22617 vsize=1619760 CPUtime=882.07 cores=1,3,5,7
/proc/22618/task/22623/stat : 22623 (priss) R 22617 22617 22103 0 -1 4202560 116244 0 0 0 88089 118 0 0 25 0 5 0 496539658 1658634240 334122 33554432000 4194304 5787044 140733761303168 18446744073709551615 5528429 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3523.7
Current children cumulated vsize (KiB) 1628460

[startup+942.3 s]
/proc/loadavg: 8.16 8.11 8.09 10/188 22681
/proc/meminfo: memFree=13141944/32951124 swapFree=67111528/67111528
[pid=22617] ppid=22615 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22617/stat : 22617 (priss.sh) S 22615 22617 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496539643 8908800 251 33554432000 4194304 4922060 140735480377536 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22617/statm: 2175 251 211 178 0 68 0
[pid=22618] ppid=22617 vsize=1685296 CPUtime=3763.39 cores=1,3,5,7
/proc/22618/stat : 22618 (priss) S 22617 22617 22103 0 -1 4202496 385413 0 0 0 375940 399 0 0 18 0 5 0 496539643 1725743104 343910 33554432000 4194304 5787044 140733761303168 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22618/statm: 421324 343910 417 389 0 417074 0
[pid=22618/tid=22620] ppid=22617 vsize=1685296 CPUtime=936.95 cores=1,3,5,7
/proc/22618/task/22620/stat : 22620 (priss) R 22617 22617 22103 0 -1 4202560 89135 0 0 0 93598 97 0 0 25 0 5 0 496539652 1725743104 343910 33554432000 4194304 5787044 140733761303168 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22618/tid=22621] ppid=22617 vsize=1685296 CPUtime=942.09 cores=1,3,5,7
/proc/22618/task/22621/stat : 22621 (priss) R 22617 22617 22103 0 -1 4202560 79049 0 0 0 94120 89 0 0 25 0 5 0 496539654 1725743104 343910 33554432000 4194304 5787044 140733761303168 18446744073709551615 233509964762 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22618/tid=22622] ppid=22617 vsize=1685296 CPUtime=942.1 cores=1,3,5,7
/proc/22618/task/22622/stat : 22622 (priss) R 22617 22617 22103 0 -1 4202560 85182 0 0 0 94121 89 0 0 25 0 5 0 496539656 1725743104 343910 33554432000 4194304 5787044 140733761303168 18446744073709551615 5590295 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22618/tid=22623] ppid=22617 vsize=1685296 CPUtime=942.07 cores=1,3,5,7
/proc/22618/task/22623/stat : 22623 (priss) R 22617 22617 22103 0 -1 4202560 118481 0 0 0 94086 121 0 0 25 0 5 0 496539658 1725743104 343910 33554432000 4194304 5787044 140733761303168 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3763.39
Current children cumulated vsize (KiB) 1693996

[startup+1002.3 s]
/proc/loadavg: 8.15 8.12 8.09 9/188 22683
/proc/meminfo: memFree=13022484/32951124 swapFree=67111528/67111528
[pid=22617] ppid=22615 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22617/stat : 22617 (priss.sh) S 22615 22617 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496539643 8908800 251 33554432000 4194304 4922060 140735480377536 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22617/statm: 2175 251 211 178 0 68 0
[pid=22618] ppid=22617 vsize=1750832 CPUtime=4003.06 cores=1,3,5,7
/proc/22618/stat : 22618 (priss) S 22617 22617 22103 0 -1 4202496 400539 0 0 0 399883 423 0 0 18 0 5 0 496539643 1792851968 359036 33554432000 4194304 5787044 140733761303168 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22618/statm: 437708 359036 417 389 0 433458 0
[pid=22618/tid=22620] ppid=22617 vsize=1750832 CPUtime=996.62 cores=1,3,5,7
/proc/22618/task/22620/stat : 22620 (priss) R 22617 22617 22103 0 -1 4202560 89136 0 0 0 99565 97 0 0 25 0 5 0 496539652 1792851968 359036 33554432000 4194304 5787044 140733761303168 18446744073709551615 4238736 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22618/tid=22621] ppid=22617 vsize=1750832 CPUtime=1002.09 cores=1,3,5,7
/proc/22618/task/22621/stat : 22621 (priss) R 22617 22617 22103 0 -1 4202560 79049 0 0 0 100120 89 0 0 25 0 5 0 496539654 1792851968 359036 33554432000 4194304 5787044 140733761303168 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22618/tid=22622] ppid=22617 vsize=1750832 CPUtime=1002.1 cores=1,3,5,7
/proc/22618/task/22622/stat : 22622 (priss) R 22617 22617 22103 0 -1 4202560 85184 0 0 0 100121 89 0 0 25 0 5 0 496539656 1792851968 359036 33554432000 4194304 5787044 140733761303168 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22618/tid=22623] ppid=22617 vsize=1750832 CPUtime=1002.06 cores=1,3,5,7
/proc/22618/task/22623/stat : 22623 (priss) R 22617 22617 22103 0 -1 4202560 133604 0 0 0 100062 144 0 0 25 0 5 0 496539658 1792851968 359036 33554432000 4194304 5787044 140733761303168 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4003.06
Current children cumulated vsize (KiB) 1759532

[startup+1062.3 s]
/proc/loadavg: 8.10 8.11 8.09 9/188 22684
/proc/meminfo: memFree=12823432/32951124 swapFree=67111528/67111528
[pid=22617] ppid=22615 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22617/stat : 22617 (priss.sh) S 22615 22617 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496539643 8908800 251 33554432000 4194304 4922060 140735480377536 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22617/statm: 2175 251 211 178 0 68 0
[pid=22618] ppid=22617 vsize=1844228 CPUtime=4242.73 cores=1,3,5,7
/proc/22618/stat : 22618 (priss) S 22617 22617 22103 0 -1 4202496 431558 0 0 0 423813 460 0 0 18 0 5 0 496539643 1888489472 390055 33554432000 4194304 5787044 140733761303168 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22618/statm: 461057 390055 417 389 0 456807 0
[pid=22618/tid=22620] ppid=22617 vsize=1844228 CPUtime=1056.29 cores=1,3,5,7
/proc/22618/task/22620/stat : 22620 (priss) R 22617 22617 22103 0 -1 4202560 96132 0 0 0 105528 101 0 0 25 0 5 0 496539652 1888489472 390055 33554432000 4194304 5787044 140733761303168 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22618/tid=22621] ppid=22617 vsize=1844228 CPUtime=1062.09 cores=1,3,5,7
/proc/22618/task/22621/stat : 22621 (priss) R 22617 22617 22103 0 -1 4202560 91804 0 0 0 106105 104 0 0 25 0 5 0 496539654 1888489472 390055 33554432000 4194304 5787044 140733761303168 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22618/tid=22622] ppid=22617 vsize=1844228 CPUtime=1062.1 cores=1,3,5,7
/proc/22618/task/22622/stat : 22622 (priss) R 22617 22617 22103 0 -1 4202560 88324 0 0 0 106116 94 0 0 25 0 5 0 496539656 1888489472 390055 33554432000 4194304 5787044 140733761303168 18446744073709551615 4218896 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22618/tid=22623] ppid=22617 vsize=1844228 CPUtime=1062.07 cores=1,3,5,7
/proc/22618/task/22623/stat : 22623 (priss) R 22617 22617 22103 0 -1 4202560 141732 0 0 0 106049 158 0 0 25 0 5 0 496539658 1888489472 390055 33554432000 4194304 5787044 140733761303168 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4242.73
Current children cumulated vsize (KiB) 1852928

[startup+1122.3 s]
/proc/loadavg: 8.08 8.10 8.09 9/188 22686
/proc/meminfo: memFree=12590624/32951124 swapFree=67111528/67111528
[pid=22617] ppid=22615 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22617/stat : 22617 (priss.sh) S 22615 22617 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496539643 8908800 251 33554432000 4194304 4922060 140735480377536 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22617/statm: 2175 251 211 178 0 68 0
[pid=22618] ppid=22617 vsize=1961724 CPUtime=4482.4 cores=1,3,5,7
/proc/22618/stat : 22618 (priss) S 22617 22617 22103 0 -1 4202496 469903 0 0 0 447738 502 0 0 18 0 5 0 496539643 2008805376 428400 33554432000 4194304 5787044 140733761303168 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22618/statm: 490431 428400 417 389 0 486181 0
[pid=22618/tid=22620] ppid=22617 vsize=1961724 CPUtime=1115.96 cores=1,3,5,7
/proc/22618/task/22620/stat : 22620 (priss) R 22617 22617 22103 0 -1 4202560 109388 0 0 0 111478 118 0 0 25 0 5 0 496539652 2008805376 428400 33554432000 4194304 5787044 140733761303168 18446744073709551615 4238583 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22618/tid=22621] ppid=22617 vsize=1961724 CPUtime=1122.09 cores=1,3,5,7
/proc/22618/task/22621/stat : 22621 (priss) R 22617 22617 22103 0 -1 4202560 105970 0 0 0 112090 119 0 0 25 0 5 0 496539654 2008805376 428400 33554432000 4194304 5787044 140733761303168 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22618/tid=22622] ppid=22617 vsize=1961724 CPUtime=1122.1 cores=1,3,5,7
/proc/22618/task/22622/stat : 22622 (priss) R 22617 22617 22103 0 -1 4202560 99112 0 0 0 112107 103 0 0 25 0 5 0 496539656 2008805376 428400 33554432000 4194304 5787044 140733761303168 18446744073709551615 5591539 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22618/tid=22623] ppid=22617 vsize=1961724 CPUtime=1122.06 cores=1,3,5,7
/proc/22618/task/22623/stat : 22623 (priss) R 22617 22617 22103 0 -1 4202560 141867 0 0 0 112048 158 0 0 25 0 5 0 496539658 2008805376 428400 33554432000 4194304 5787044 140733761303168 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 1970424

[startup+1182.3 s]
/proc/loadavg: 8.07 8.10 8.09 9/188 22688
/proc/meminfo: memFree=12444124/32951124 swapFree=67111528/67111528
[pid=22617] ppid=22615 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22617/stat : 22617 (priss.sh) S 22615 22617 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496539643 8908800 251 33554432000 4194304 4922060 140735480377536 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22617/statm: 2175 251 211 178 0 68 0
[pid=22618] ppid=22617 vsize=2147900 CPUtime=4722.08 cores=1,3,5,7
/proc/22618/stat : 22618 (priss) S 22617 22617 22103 0 -1 4202496 506434 0 0 0 471666 542 0 0 18 0 5 0 496539643 2199449600 464931 33554432000 4194304 5787044 140733761303168 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22618/statm: 536975 464931 417 389 0 532725 0
[pid=22618/tid=22620] ppid=22617 vsize=2147900 CPUtime=1175.64 cores=1,3,5,7
/proc/22618/task/22620/stat : 22620 (priss) R 22617 22617 22103 0 -1 4202560 122103 0 0 0 117428 136 0 0 25 0 5 0 496539652 2199449600 464931 33554432000 4194304 5787044 140733761303168 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22618/tid=22621] ppid=22617 vsize=2147900 CPUtime=1182.09 cores=1,3,5,7
/proc/22618/task/22621/stat : 22621 (priss) R 22617 22617 22103 0 -1 4202560 119628 0 0 0 118081 128 0 0 25 0 5 0 496539654 2199449600 464931 33554432000 4194304 5787044 140733761303168 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22618/tid=22622] ppid=22617 vsize=2147900 CPUtime=1182.1 cores=1,3,5,7
/proc/22618/task/22622/stat : 22622 (priss) R 22617 22617 22103 0 -1 4202560 108917 0 0 0 118095 115 0 0 25 0 5 0 496539656 2199449600 464931 33554432000 4194304 5787044 140733761303168 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22618/tid=22623] ppid=22617 vsize=2147900 CPUtime=1182.06 cores=1,3,5,7
/proc/22618/task/22623/stat : 22623 (priss) R 22617 22617 22103 0 -1 4202560 142220 0 0 0 118048 158 0 0 25 0 5 0 496539658 2199449600 464931 33554432000 4194304 5787044 140733761303168 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4722.08
Current children cumulated vsize (KiB) 2156600



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.12 8.11 8.09 9/188 22688
/proc/meminfo: memFree=12373404/32951124 swapFree=67111528/67111528
[pid=22617] ppid=22615 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22617/stat : 22617 (priss.sh) S 22615 22617 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496539643 8908800 251 33554432000 4194304 4922060 140735480377536 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22617/statm: 2175 251 211 178 0 68 0
[pid=22618] ppid=22617 vsize=2165108 CPUtime=4800.39 cores=1,3,5,7
/proc/22618/stat : 22618 (priss) S 22617 22617 22103 0 -1 4202496 521301 0 0 0 479480 559 0 0 18 0 5 0 496539643 2217070592 479798 33554432000 4194304 5787044 140733761303168 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22618/statm: 541277 479798 417 389 0 537027 0
[pid=22618/tid=22620] ppid=22617 vsize=2165108 CPUtime=1195.13 cores=1,3,5,7
/proc/22618/task/22620/stat : 22620 (priss) R 22617 22617 22103 0 -1 4202560 126054 0 0 0 119371 142 0 0 25 0 5 0 496539652 2217070592 479798 33554432000 4194304 5787044 140733761303168 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22618/tid=22621] ppid=22617 vsize=2165108 CPUtime=1201.7 cores=1,3,5,7
/proc/22618/task/22621/stat : 22621 (priss) R 22617 22617 22103 0 -1 4202560 123902 0 0 0 120039 131 0 0 25 0 5 0 496539654 2217070592 479798 33554432000 4194304 5787044 140733761303168 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22618/tid=22622] ppid=22617 vsize=2165108 CPUtime=1201.71 cores=1,3,5,7
/proc/22618/task/22622/stat : 22622 (priss) R 22617 22617 22103 0 -1 4202560 111747 0 0 0 120052 119 0 0 25 0 5 0 496539656 2217070592 479799 33554432000 4194304 5787044 140733761303168 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22618/tid=22623] ppid=22617 vsize=2165108 CPUtime=1201.67 cores=1,3,5,7
/proc/22618/task/22623/stat : 22623 (priss) R 22617 22617 22103 0 -1 4202560 146033 0 0 0 120004 163 0 0 25 0 5 0 496539658 2217070592 479799 33554432000 4194304 5787044 140733761303168 18446744073709551615 233509958689 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.39
Current children cumulated vsize (KiB) 2173808

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

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

[startup+1201.9 s]
/proc/loadavg: 8.12 8.11 8.09 9/188 22688
/proc/meminfo: memFree=12373404/32951124 swapFree=67111528/67111528
[pid=22617] ppid=22615 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22617/stat : 22617 (priss.sh) S 22615 22617 22103 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 496539643 8908800 251 33554432000 4194304 4922060 140735480377536 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22617/statm: 2175 251 211 178 0 68 0
[pid=22618] ppid=22617 vsize=2165108 CPUtime=4800.39 cores=1,3,5,7
/proc/22618/stat : 22618 (priss) S 22617 22617 22103 0 -1 4202496 521301 0 0 0 479480 559 0 0 18 0 5 0 496539643 2217070592 479798 33554432000 4194304 5787044 140733761303168 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22618/statm: 541277 479798 417 389 0 537027 0
[pid=22618/tid=22620] ppid=22617 vsize=2165108 CPUtime=1195.13 cores=1,3,5,7
/proc/22618/task/22620/stat : 22620 (priss) R 22617 22617 22103 0 -1 4202560 126054 0 0 0 119371 142 0 0 25 0 5 0 496539652 2217070592 479798 33554432000 4194304 5787044 140733761303168 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22618/tid=22621] ppid=22617 vsize=2165108 CPUtime=1201.7 cores=1,3,5,7
/proc/22618/task/22621/stat : 22621 (priss) R 22617 22617 22103 0 -1 4202560 123902 0 0 0 120039 131 0 0 25 0 5 0 496539654 2217070592 479798 33554432000 4194304 5787044 140733761303168 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22618/tid=22622] ppid=22617 vsize=2165108 CPUtime=1201.71 cores=1,3,5,7
/proc/22618/task/22622/stat : 22622 (priss) R 22617 22617 22103 0 -1 4202560 111747 0 0 0 120052 119 0 0 25 0 5 0 496539656 2217070592 479799 33554432000 4194304 5787044 140733761303168 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22618/tid=22623] ppid=22617 vsize=2165108 CPUtime=1201.67 cores=1,3,5,7
/proc/22618/task/22623/stat : 22623 (priss) R 22617 22617 22103 0 -1 4202560 146033 0 0 0 120004 163 0 0 25 0 5 0 496539658 2217070592 479799 33554432000 4194304 5787044 140733761303168 18446744073709551615 233509958689 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.39
Current children cumulated vsize (KiB) 2173808

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22617 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.92
CPU time (s): 4800.39
CPU user time (s): 4794.8
CPU system time (s): 5.59
CPU usage (%): 399.394
Max. virtual memory (cumulated for all children) (KiB): 2173808

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= 331
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= 6
involuntary context switches= 3

runsolver used 1.69574 second user time and 4.86826 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-29 03:40:38
IDJOB=3282259
IDBENCH=70797
IDSOLVER=1603
FILE ID=node145/3282259-1304041238
RUNJOBID= node145-1304036411-22122
PBS_JOBID= 13170354
Free space on /tmp= 72184 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxxororand/maxxororand064.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3282259-1304041238/watcher-3282259-1304041238 -o /tmp/evaluation-result-3282259-1304041238/solver-3282259-1304041238 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3282259-1304041238.cnf 745211538 4800 15500 4

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

MD5SUM BENCH= 49dbd2fb16b3d5ce554d30c48729a56d
RANDOM SEED=745211538

node145.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.786
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.57
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.786
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.76
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.786
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.74
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.786
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.786
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.82
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.786
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.74
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13916240 kB
Buffers:       2098484 kB
Cached:       15233840 kB
SwapCached:          0 kB
Active:        6218724 kB
Inactive:     12244184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13916240 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6228 kB
Writeback:           0 kB
AnonPages:     1129324 kB
Mapped:          15740 kB
Slab:           508460 kB
PageTables:       7000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1350664 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= 72196 MiB
End job on node145 at 2011-04-29 04:00:42