Trace number 3257719

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 Auto? (TO) 4800.38 1201.92

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v2400c266431g3.cnf
MD5SUM231f625a25c77518fbce98fe99f807b5
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 variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

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: 1183
0.00/0.00	c setup for 4cores
0.00/0.06	c parsetime: 58705us
0.00/0.06	c parsed 266431 clauses with 2400 variables
0.00/0.08	c NW started thread 0 successfully (1090574656)
0.00/0.10	c NW started thread 1 successfully (1106340160)
0.00/0.13	c NW started thread 2 successfully (1116830016)
0.00/0.17	c NW started thread 3 successfully (1127319872)
43.46/11.07	c preprocessor returned 10005 variables
43.46/11.07	c preprocessing returned UNKNOWN
43.46/11.07	c PP set 0 variables
43.46/11.07	c pp time: 10940313us (10s)
43.46/11.08	c preprocessor returned 10005 variables
43.46/11.08	c preprocessing returned UNKNOWN
43.46/11.08	c PP set 0 variables
43.46/11.08	c pp time: 10980207us (10s)
43.85/11.12	c preprocessor returned 10005 variables
43.85/11.12	c preprocessing returned UNKNOWN
43.85/11.12	c PP set 0 variables
43.85/11.12	c pp time: 11048423us (11s)
77.80/19.64	c preprocessor returned 30023 variables
77.80/19.64	c preprocessing returned UNKNOWN
77.80/19.64	c PP set 0 variables
77.80/19.64	c pp time: 19470272us (19s)

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-3257719-1304043527/watcher-3257719-1304043527 -o /tmp/evaluation-result-3257719-1304043527/solver-3257719-1304043527 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3257719-1304043527.cnf 1386750559 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: 8.23 8.18 8.12 6/186 1182
/proc/meminfo: memFree=21048660/32951124 swapFree=67111524/67111528
[pid=1182] ppid=1180 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/1182/stat : 1182 (prissAuto.sh) S 1180 1182 32466 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515950582 8908800 252 33554432000 4194304 4922060 140733500775664 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1182/statm: 2175 252 211 178 0 68 0

[startup+0.089062 s]
/proc/loadavg: 8.23 8.18 8.12 6/186 1182
/proc/meminfo: memFree=21048660/32951124 swapFree=67111524/67111528
[pid=1182] ppid=1180 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/1182/stat : 1182 (prissAuto.sh) S 1180 1182 32466 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515950582 8908800 252 33554432000 4194304 4922060 140733500775664 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1182/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101527 s]
/proc/loadavg: 8.23 8.18 8.12 6/186 1182
/proc/meminfo: memFree=21048660/32951124 swapFree=67111524/67111528
[pid=1182] ppid=1180 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/1182/stat : 1182 (prissAuto.sh) S 1180 1182 32466 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515950582 8908800 252 33554432000 4194304 4922060 140733500775664 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1182/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300764 s]
/proc/loadavg: 8.23 8.18 8.12 6/186 1182
/proc/meminfo: memFree=21048660/32951124 swapFree=67111524/67111528
[pid=1182] ppid=1180 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/1182/stat : 1182 (prissAuto.sh) S 1180 1182 32466 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515950582 8908800 252 33554432000 4194304 4922060 140733500775664 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1182/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700691 s]
/proc/loadavg: 8.23 8.18 8.12 6/186 1182
/proc/meminfo: memFree=21048660/32951124 swapFree=67111524/67111528
[pid=1182] ppid=1180 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/1182/stat : 1182 (prissAuto.sh) S 1180 1182 32466 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515950582 8908800 252 33554432000 4194304 4922060 140733500775664 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1182/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50054 s]
/proc/loadavg: 8.23 8.18 8.12 10/192 1188
/proc/meminfo: memFree=20970492/32951124 swapFree=67111524/67111528
[pid=1182] ppid=1180 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/1182/stat : 1182 (prissAuto.sh) S 1180 1182 32466 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515950582 8908800 252 33554432000 4194304 4922060 140733500775664 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1182/statm: 2175 252 211 178 0 68 0
[pid=1183] ppid=1182 vsize=314800 CPUtime=5.5 cores=0,2,4,6
/proc/1183/stat : 1183 (priss) S 1182 1182 32466 0 -1 4202496 45454 0 0 0 535 15 0 0 18 0 5 0 515950582 322355200 19657 33554432000 4194304 5787044 140735751482672 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/1183/statm: 78700 19657 350 389 0 74450 0
[pid=1183/tid=1185] ppid=1182 vsize=314800 CPUtime=1.38 cores=0,2,4,6
/proc/1183/task/1185/stat : 1185 (priss) R 1182 1182 32466 0 -1 4202560 8419 0 0 0 135 3 0 0 18 0 5 0 515950590 322355200 19657 33554432000 4194304 5787044 140735751482672 18446744073709551615 4336560 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=1183/tid=1186] ppid=1182 vsize=314800 CPUtime=1.33 cores=0,2,4,6
/proc/1183/task/1186/stat : 1186 (priss) R 1182 1182 32466 0 -1 4202560 7760 0 0 0 129 4 0 0 19 0 5 0 515950592 322355200 19657 33554432000 4194304 5787044 140735751482672 18446744073709551615 255376959218 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=1183/tid=1187] ppid=1182 vsize=314800 CPUtime=1.32 cores=0,2,4,6
/proc/1183/task/1187/stat : 1187 (priss) R 1182 1182 32466 0 -1 4202560 7461 0 0 0 131 1 0 0 19 0 5 0 515950595 322355200 19657 33554432000 4194304 5787044 140735751482672 18446744073709551615 4336718 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=1183/tid=1188] ppid=1182 vsize=314800 CPUtime=1.31 cores=0,2,4,6
/proc/1183/task/1188/stat : 1188 (priss) R 1182 1182 32466 0 -1 4202560 8287 0 0 0 127 4 0 0 19 0 5 0 515950599 322355200 19657 33554432000 4194304 5787044 140735751482672 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.5
Current children cumulated vsize (KiB) 323500

[startup+3.10024 s]
/proc/loadavg: 8.23 8.18 8.12 9/192 1188
/proc/meminfo: memFree=20962804/32951124 swapFree=67111524/67111528
[pid=1182] ppid=1180 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/1182/stat : 1182 (prissAuto.sh) S 1180 1182 32466 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515950582 8908800 252 33554432000 4194304 4922060 140733500775664 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1182/statm: 2175 252 211 178 0 68 0
[pid=1183] ppid=1182 vsize=316516 CPUtime=11.89 cores=0,2,4,6
/proc/1183/stat : 1183 (priss) S 1182 1182 32466 0 -1 4202496 47453 0 0 0 1174 15 0 0 18 0 5 0 515950582 324112384 21656 33554432000 4194304 5787044 140735751482672 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/1183/statm: 79129 21656 350 389 0 74879 0
[pid=1183/tid=1185] ppid=1182 vsize=316516 CPUtime=2.97 cores=0,2,4,6
/proc/1183/task/1185/stat : 1185 (priss) R 1182 1182 32466 0 -1 4202560 8808 0 0 0 294 3 0 0 20 0 5 0 515950590 324112384 21656 33554432000 4194304 5787044 140735751482672 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=1183/tid=1186] ppid=1182 vsize=316516 CPUtime=2.93 cores=0,2,4,6
/proc/1183/task/1186/stat : 1186 (priss) R 1182 1182 32466 0 -1 4202560 8404 0 0 0 289 4 0 0 22 0 5 0 515950592 324112384 21656 33554432000 4194304 5787044 140735751482672 18446744073709551615 4336808 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=1183/tid=1187] ppid=1182 vsize=316516 CPUtime=2.92 cores=0,2,4,6
/proc/1183/task/1187/stat : 1187 (priss) R 1182 1182 32466 0 -1 4202560 7911 0 0 0 291 1 0 0 23 0 5 0 515950595 324112384 21656 33554432000 4194304 5787044 140735751482672 18446744073709551615 4336718 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=1183/tid=1188] ppid=1182 vsize=316516 CPUtime=2.91 cores=0,2,4,6
/proc/1183/task/1188/stat : 1188 (priss) R 1182 1182 32466 0 -1 4202560 8803 0 0 0 287 4 0 0 23 0 5 0 515950599 324112384 21656 33554432000 4194304 5787044 140735751482672 18446744073709551615 4336703 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.89
Current children cumulated vsize (KiB) 325216

[startup+6.30065 s]
/proc/loadavg: 8.37 8.21 8.13 9/192 1188
/proc/meminfo: memFree=20954616/32951124 swapFree=67111524/67111528
[pid=1182] ppid=1180 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/1182/stat : 1182 (prissAuto.sh) S 1180 1182 32466 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515950582 8908800 252 33554432000 4194304 4922060 140733500775664 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1182/statm: 2175 252 211 178 0 68 0
[pid=1183] ppid=1182 vsize=316516 CPUtime=24.67 cores=0,2,4,6
/proc/1183/stat : 1183 (priss) S 1182 1182 32466 0 -1 4202496 47453 0 0 0 2452 15 0 0 18 0 5 0 515950582 324112384 21656 33554432000 4194304 5787044 140735751482672 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/1183/statm: 79129 21656 350 389 0 74879 0
[pid=1183/tid=1185] ppid=1182 vsize=316516 CPUtime=6.15 cores=0,2,4,6
/proc/1183/task/1185/stat : 1185 (priss) R 1182 1182 32466 0 -1 4202560 8808 0 0 0 612 3 0 0 25 0 5 0 515950590 324112384 21656 33554432000 4194304 5787044 140735751482672 18446744073709551615 4336560 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=1183/tid=1186] ppid=1182 vsize=316516 CPUtime=6.13 cores=0,2,4,6
/proc/1183/task/1186/stat : 1186 (priss) R 1182 1182 32466 0 -1 4202560 8404 0 0 0 609 4 0 0 25 0 5 0 515950592 324112384 21656 33554432000 4194304 5787044 140735751482672 18446744073709551615 4336664 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=1183/tid=1187] ppid=1182 vsize=316516 CPUtime=6.12 cores=0,2,4,6
/proc/1183/task/1187/stat : 1187 (priss) R 1182 1182 32466 0 -1 4202560 7911 0 0 0 611 1 0 0 25 0 5 0 515950595 324112384 21656 33554432000 4194304 5787044 140735751482672 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=1183/tid=1188] ppid=1182 vsize=316516 CPUtime=6.11 cores=0,2,4,6
/proc/1183/task/1188/stat : 1188 (priss) R 1182 1182 32466 0 -1 4202560 8803 0 0 0 607 4 0 0 25 0 5 0 515950599 324112384 21656 33554432000 4194304 5787044 140735751482672 18446744073709551615 4336763 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.67
Current children cumulated vsize (KiB) 325216

[startup+12.7005 s]
/proc/loadavg: 8.34 8.20 8.13 9/192 1188
/proc/meminfo: memFree=20897728/32951124 swapFree=67111524/67111528
[pid=1182] ppid=1180 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/1182/stat : 1182 (prissAuto.sh) S 1180 1182 32466 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515950582 8908800 252 33554432000 4194304 4922060 140733500775664 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1182/statm: 2175 252 211 178 0 68 0
[pid=1183] ppid=1182 vsize=325600 CPUtime=50.23 cores=0,2,4,6
/proc/1183/stat : 1183 (priss) S 1182 1182 32466 0 -1 4202496 75668 0 0 0 5002 21 0 0 18 0 5 0 515950582 333414400 33536 33554432000 4194304 5787044 140735751482672 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/1183/statm: 81400 33536 404 389 0 77150 0
[pid=1183/tid=1185] ppid=1182 vsize=325600 CPUtime=12.52 cores=0,2,4,6
/proc/1183/task/1185/stat : 1185 (priss) R 1182 1182 32466 0 -1 4202560 18164 0 0 0 1247 5 0 0 25 0 5 0 515950590 333414400 33536 33554432000 4194304 5787044 140735751482672 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=1183/tid=1186] ppid=1182 vsize=325600 CPUtime=12.52 cores=0,2,4,6
/proc/1183/task/1186/stat : 1186 (priss) R 1182 1182 32466 0 -1 4202560 17899 0 0 0 1246 6 0 0 25 0 5 0 515950592 333414400 33536 33554432000 4194304 5787044 140735751482672 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=1183/tid=1187] ppid=1182 vsize=325600 CPUtime=12.52 cores=0,2,4,6
/proc/1183/task/1187/stat : 1187 (priss) R 1182 1182 32466 0 -1 4202560 14157 0 0 0 1249 3 0 0 25 0 5 0 515950595 333414400 33536 33554432000 4194304 5787044 140735751482672 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=1183/tid=1188] ppid=1182 vsize=325600 CPUtime=12.5 cores=0,2,4,6
/proc/1183/task/1188/stat : 1188 (priss) R 1182 1182 32466 0 -1 4202560 11921 0 0 0 1246 4 0 0 25 0 5 0 515950599 333414400 33536 33554432000 4194304 5787044 140735751482672 18446744073709551615 255376995299 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.23
Current children cumulated vsize (KiB) 334300

[startup+25.5011 s]
/proc/loadavg: 8.33 8.21 8.13 9/192 1188
/proc/meminfo: memFree=20868316/32951124 swapFree=67111524/67111528
[pid=1182] ppid=1180 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/1182/stat : 1182 (prissAuto.sh) S 1180 1182 32466 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515950582 8908800 252 33554432000 4194304 4922060 140733500775664 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1182/statm: 2175 252 211 178 0 68 0
[pid=1183] ppid=1182 vsize=333496 CPUtime=101.37 cores=0,2,4,6
/proc/1183/stat : 1183 (priss) S 1182 1182 32466 0 -1 4202496 89182 0 0 0 10112 25 0 0 18 0 5 0 515950582 341499904 39943 33554432000 4194304 5787044 140735751482672 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/1183/statm: 83374 39943 417 389 0 79124 0
[pid=1183/tid=1185] ppid=1182 vsize=333496 CPUtime=25.24 cores=0,2,4,6
/proc/1183/task/1185/stat : 1185 (priss) R 1182 1182 32466 0 -1 4202560 19402 0 0 0 2519 5 0 0 25 0 5 0 515950590 341499904 39943 33554432000 4194304 5787044 140735751482672 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=1183/tid=1186] ppid=1182 vsize=333496 CPUtime=25.33 cores=0,2,4,6
/proc/1183/task/1186/stat : 1186 (priss) R 1182 1182 32466 0 -1 4202560 18928 0 0 0 2526 7 0 0 25 0 5 0 515950592 341499904 39943 33554432000 4194304 5787044 140735751482672 18446744073709551615 5590464 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=1183/tid=1187] ppid=1182 vsize=333496 CPUtime=25.32 cores=0,2,4,6
/proc/1183/task/1187/stat : 1187 (priss) R 1182 1182 32466 0 -1 4202560 15071 0 0 0 2529 3 0 0 25 0 5 0 515950595 341499904 39943 33554432000 4194304 5787044 140735751482672 18446744073709551615 5586806 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=1183/tid=1188] ppid=1182 vsize=333496 CPUtime=25.3 cores=0,2,4,6
/proc/1183/task/1188/stat : 1188 (priss) R 1182 1182 32466 0 -1 4202560 22254 0 0 0 2524 6 0 0 25 0 5 0 515950599 341499904 39943 33554432000 4194304 5787044 140735751482672 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.37
Current children cumulated vsize (KiB) 342196

[startup+51.1003 s]
/proc/loadavg: 8.29 8.21 8.14 9/192 1189
/proc/meminfo: memFree=20814232/32951124 swapFree=67111524/67111528
[pid=1182] ppid=1180 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/1182/stat : 1182 (prissAuto.sh) S 1180 1182 32466 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515950582 8908800 252 33554432000 4194304 4922060 140733500775664 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1182/statm: 2175 252 211 178 0 68 0
[pid=1183] ppid=1182 vsize=348608 CPUtime=203.62 cores=0,2,4,6
/proc/1183/stat : 1183 (priss) S 1182 1182 32466 0 -1 4202496 99127 0 0 0 20333 29 0 0 18 0 5 0 515950582 356974592 49888 33554432000 4194304 5787044 140735751482672 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/1183/statm: 87152 49888 417 389 0 82902 0
[pid=1183/tid=1185] ppid=1182 vsize=348608 CPUtime=50.7 cores=0,2,4,6
/proc/1183/task/1185/stat : 1185 (priss) R 1182 1182 32466 0 -1 4202560 21843 0 0 0 5064 6 0 0 25 0 5 0 515950590 356974592 49888 33554432000 4194304 5787044 140735751482672 18446744073709551615 5591289 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=1183/tid=1186] ppid=1182 vsize=348608 CPUtime=50.93 cores=0,2,4,6
/proc/1183/task/1186/stat : 1186 (priss) R 1182 1182 32466 0 -1 4202560 21352 0 0 0 5085 8 0 0 25 0 5 0 515950592 356974592 49888 33554432000 4194304 5787044 140735751482672 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=1183/tid=1187] ppid=1182 vsize=348608 CPUtime=50.91 cores=0,2,4,6
/proc/1183/task/1187/stat : 1187 (priss) R 1182 1182 32466 0 -1 4202560 18787 0 0 0 5087 4 0 0 25 0 5 0 515950595 356974592 49888 33554432000 4194304 5787044 140735751482672 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=1183/tid=1188] ppid=1182 vsize=348608 CPUtime=50.9 cores=0,2,4,6
/proc/1183/task/1188/stat : 1188 (priss) R 1182 1182 32466 0 -1 4202560 23618 0 0 0 5083 7 0 0 25 0 5 0 515950599 356974592 49888 33554432000 4194304 5787044 140735751482672 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.62
Current children cumulated vsize (KiB) 357308

[startup+102.307 s]
/proc/loadavg: 8.29 8.22 8.14 9/192 1190
/proc/meminfo: memFree=20732360/32951124 swapFree=67111524/67111528
[pid=1182] ppid=1180 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/1182/stat : 1182 (prissAuto.sh) S 1180 1182 32466 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515950582 8908800 252 33554432000 4194304 4922060 140733500775664 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1182/statm: 2175 252 211 178 0 68 0
[pid=1183] ppid=1182 vsize=369928 CPUtime=408.13 cores=0,2,4,6
/proc/1183/stat : 1183 (priss) S 1182 1182 32466 0 -1 4202496 114451 0 0 0 40774 39 0 0 18 0 5 0 515950582 378806272 65166 33554432000 4194304 5787044 140735751482672 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/1183/statm: 92482 65166 417 389 0 88232 0
[pid=1183/tid=1185] ppid=1182 vsize=369928 CPUtime=101.62 cores=0,2,4,6
/proc/1183/task/1185/stat : 1185 (priss) R 1182 1182 32466 0 -1 4202560 25828 0 0 0 10152 10 0 0 25 0 5 0 515950590 378806272 65166 33554432000 4194304 5787044 140735751482672 18446744073709551615 4254912 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=1183/tid=1186] ppid=1182 vsize=369928 CPUtime=102.12 cores=0,2,4,6
/proc/1183/task/1186/stat : 1186 (priss) R 1182 1182 32466 0 -1 4202560 26125 0 0 0 10201 11 0 0 25 0 5 0 515950592 378806272 65166 33554432000 4194304 5787044 140735751482672 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=1183/tid=1187] ppid=1182 vsize=369928 CPUtime=102.11 cores=0,2,4,6
/proc/1183/task/1187/stat : 1187 (priss) R 1182 1182 32466 0 -1 4202560 23133 0 0 0 10205 6 0 0 25 0 5 0 515950595 378806272 65166 33554432000 4194304 5787044 140735751482672 18446744073709551615 4220539 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=1183/tid=1188] ppid=1182 vsize=369928 CPUtime=102.1 cores=0,2,4,6

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

/proc/1183/task/1186/stat : 1186 (priss) R 1182 1182 32466 0 -1 4202560 66424 0 0 0 88146 64 0 0 25 0 5 0 515950592 929267712 202244 33554432000 4194304 5787044 140735751482672 18446744073709551615 5591019 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=1183/tid=1187] ppid=1182 vsize=907488 CPUtime=881.99 cores=0,2,4,6
/proc/1183/task/1187/stat : 1187 (priss) R 1182 1182 32466 0 -1 4202560 58843 0 0 0 88170 29 0 0 25 0 5 0 515950595 929267712 202244 33554432000 4194304 5787044 140735751482672 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=1183/tid=1188] ppid=1182 vsize=907488 CPUtime=882.09 cores=0,2,4,6
/proc/1183/task/1188/stat : 1188 (priss) R 1182 1182 32466 0 -1 4202560 49902 0 0 0 88172 37 0 0 25 0 5 0 515950599 929267712 202244 33554432000 4194304 5787044 140735751482672 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3523.72
Current children cumulated vsize (KiB) 916188

[startup+942.301 s]
/proc/loadavg: 8.15 8.17 8.13 9/192 1246
/proc/meminfo: memFree=21211716/32951124 swapFree=67111524/67111528
[pid=1182] ppid=1180 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/1182/stat : 1182 (prissAuto.sh) S 1180 1182 32466 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515950582 8908800 252 33554432000 4194304 4922060 140733500775664 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1182/statm: 2175 252 211 178 0 68 0
[pid=1183] ppid=1182 vsize=980120 CPUtime=3763.38 cores=0,2,4,6
/proc/1183/stat : 1183 (priss) S 1182 1182 32466 0 -1 4202496 258880 0 0 0 376134 204 0 0 18 0 5 0 515950582 1003642880 207696 33554432000 4194304 5787044 140735751482672 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/1183/statm: 245030 207696 417 389 0 240780 0
[pid=1183/tid=1185] ppid=1182 vsize=980120 CPUtime=937.02 cores=0,2,4,6
/proc/1183/task/1185/stat : 1185 (priss) R 1182 1182 32466 0 -1 4202560 64532 0 0 0 93640 62 0 0 25 0 5 0 515950590 1003642880 207696 33554432000 4194304 5787044 140735751482672 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=1183/tid=1186] ppid=1182 vsize=980120 CPUtime=942.11 cores=0,2,4,6
/proc/1183/task/1186/stat : 1186 (priss) R 1182 1182 32466 0 -1 4202560 66424 0 0 0 94146 65 0 0 25 0 5 0 515950592 1003642880 207696 33554432000 4194304 5787044 140735751482672 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=1183/tid=1187] ppid=1182 vsize=980120 CPUtime=941.99 cores=0,2,4,6
/proc/1183/task/1187/stat : 1187 (priss) R 1182 1182 32466 0 -1 4202560 60441 0 0 0 94169 30 0 0 25 0 5 0 515950595 1003642880 207696 33554432000 4194304 5787044 140735751482672 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=1183/tid=1188] ppid=1182 vsize=980120 CPUtime=942.09 cores=0,2,4,6
/proc/1183/task/1188/stat : 1188 (priss) R 1182 1182 32466 0 -1 4202560 53956 0 0 0 94165 44 0 0 25 0 5 0 515950599 1003642880 207696 33554432000 4194304 5787044 140735751482672 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3763.38
Current children cumulated vsize (KiB) 988820

[startup+1002.3 s]
/proc/loadavg: 8.16 8.17 8.13 9/192 1247
/proc/meminfo: memFree=21188012/32951124 swapFree=67111524/67111528
[pid=1182] ppid=1180 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/1182/stat : 1182 (prissAuto.sh) S 1180 1182 32466 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515950582 8908800 252 33554432000 4194304 4922060 140733500775664 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1182/statm: 2175 252 211 178 0 68 0
[pid=1183] ppid=1182 vsize=980120 CPUtime=4003.05 cores=0,2,4,6
/proc/1183/stat : 1183 (priss) S 1182 1182 32466 0 -1 4202496 258883 0 0 0 400101 204 0 0 18 0 5 0 515950582 1003642880 207699 33554432000 4194304 5787044 140735751482672 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/1183/statm: 245030 207699 417 389 0 240780 0
[pid=1183/tid=1185] ppid=1182 vsize=980120 CPUtime=996.69 cores=0,2,4,6
/proc/1183/task/1185/stat : 1185 (priss) R 1182 1182 32466 0 -1 4202560 64532 0 0 0 99607 62 0 0 25 0 5 0 515950590 1003642880 207699 33554432000 4194304 5787044 140735751482672 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=1183/tid=1186] ppid=1182 vsize=980120 CPUtime=1002.11 cores=0,2,4,6
/proc/1183/task/1186/stat : 1186 (priss) R 1182 1182 32466 0 -1 4202560 66427 0 0 0 100146 65 0 0 25 0 5 0 515950592 1003642880 207699 33554432000 4194304 5787044 140735751482672 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=1183/tid=1187] ppid=1182 vsize=980120 CPUtime=1001.99 cores=0,2,4,6
/proc/1183/task/1187/stat : 1187 (priss) R 1182 1182 32466 0 -1 4202560 60441 0 0 0 100169 30 0 0 25 0 5 0 515950595 1003642880 207699 33554432000 4194304 5787044 140735751482672 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=1183/tid=1188] ppid=1182 vsize=980120 CPUtime=1002.09 cores=0,2,4,6
/proc/1183/task/1188/stat : 1188 (priss) R 1182 1182 32466 0 -1 4202560 53956 0 0 0 100165 44 0 0 25 0 5 0 515950599 1003642880 207699 33554432000 4194304 5787044 140735751482672 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4003.05
Current children cumulated vsize (KiB) 988820

[startup+1062.3 s]
/proc/loadavg: 8.10 8.15 8.13 9/192 1249
/proc/meminfo: memFree=21140380/32951124 swapFree=67111524/67111528
[pid=1182] ppid=1180 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/1182/stat : 1182 (prissAuto.sh) S 1180 1182 32466 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515950582 8908800 252 33554432000 4194304 4922060 140733500775664 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1182/statm: 2175 252 211 178 0 68 0
[pid=1183] ppid=1182 vsize=980120 CPUtime=4242.74 cores=0,2,4,6
/proc/1183/stat : 1183 (priss) S 1182 1182 32466 0 -1 4202496 258886 0 0 0 424069 205 0 0 18 0 5 0 515950582 1003642880 207702 33554432000 4194304 5787044 140735751482672 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/1183/statm: 245030 207702 417 389 0 240780 0
[pid=1183/tid=1185] ppid=1182 vsize=980120 CPUtime=1056.37 cores=0,2,4,6
/proc/1183/task/1185/stat : 1185 (priss) R 1182 1182 32466 0 -1 4202560 64534 0 0 0 105575 62 0 0 25 0 5 0 515950590 1003642880 207702 33554432000 4194304 5787044 140735751482672 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=1183/tid=1186] ppid=1182 vsize=980120 CPUtime=1062.11 cores=0,2,4,6
/proc/1183/task/1186/stat : 1186 (priss) R 1182 1182 32466 0 -1 4202560 66428 0 0 0 106146 65 0 0 25 0 5 0 515950592 1003642880 207702 33554432000 4194304 5787044 140735751482672 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=1183/tid=1187] ppid=1182 vsize=980120 CPUtime=1061.98 cores=0,2,4,6
/proc/1183/task/1187/stat : 1187 (priss) R 1182 1182 32466 0 -1 4202560 60441 0 0 0 106168 30 0 0 25 0 5 0 515950595 1003642880 207702 33554432000 4194304 5787044 140735751482672 18446744073709551615 4229318 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=1183/tid=1188] ppid=1182 vsize=980120 CPUtime=1062.09 cores=0,2,4,6
/proc/1183/task/1188/stat : 1188 (priss) R 1182 1182 32466 0 -1 4202560 53956 0 0 0 106165 44 0 0 25 0 5 0 515950599 1003642880 207702 33554432000 4194304 5787044 140735751482672 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4242.74
Current children cumulated vsize (KiB) 988820

[startup+1122.3 s]
/proc/loadavg: 8.24 8.17 8.13 9/192 1250
/proc/meminfo: memFree=21123496/32951124 swapFree=67111524/67111528
[pid=1182] ppid=1180 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/1182/stat : 1182 (prissAuto.sh) S 1180 1182 32466 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515950582 8908800 252 33554432000 4194304 4922060 140733500775664 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1182/statm: 2175 252 211 178 0 68 0
[pid=1183] ppid=1182 vsize=980120 CPUtime=4482.4 cores=0,2,4,6
/proc/1183/stat : 1183 (priss) S 1182 1182 32466 0 -1 4202496 258900 0 0 0 448034 206 0 0 18 0 5 0 515950582 1003642880 207716 33554432000 4194304 5787044 140735751482672 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/1183/statm: 245030 207716 417 389 0 240780 0
[pid=1183/tid=1185] ppid=1182 vsize=980120 CPUtime=1116.05 cores=0,2,4,6
/proc/1183/task/1185/stat : 1185 (priss) R 1182 1182 32466 0 -1 4202560 64536 0 0 0 111542 63 0 0 25 0 5 0 515950590 1003642880 207716 33554432000 4194304 5787044 140735751482672 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=1183/tid=1186] ppid=1182 vsize=980120 CPUtime=1122.11 cores=0,2,4,6
/proc/1183/task/1186/stat : 1186 (priss) R 1182 1182 32466 0 -1 4202560 66439 0 0 0 112146 65 0 0 25 0 5 0 515950592 1003642880 207716 33554432000 4194304 5787044 140735751482672 18446744073709551615 5591064 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=1183/tid=1187] ppid=1182 vsize=980120 CPUtime=1121.97 cores=0,2,4,6
/proc/1183/task/1187/stat : 1187 (priss) R 1182 1182 32466 0 -1 4202560 60442 0 0 0 112167 30 0 0 25 0 5 0 515950595 1003642880 207716 33554432000 4194304 5787044 140735751482672 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=1183/tid=1188] ppid=1182 vsize=980120 CPUtime=1122.09 cores=0,2,4,6
/proc/1183/task/1188/stat : 1188 (priss) R 1182 1182 32466 0 -1 4202560 53956 0 0 0 112165 44 0 0 25 0 5 0 515950599 1003642880 207716 33554432000 4194304 5787044 140735751482672 18446744073709551615 5528716 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 988820

[startup+1182.3 s]
/proc/loadavg: 8.23 8.18 8.13 9/192 1252
/proc/meminfo: memFree=21109708/32951124 swapFree=67111524/67111528
[pid=1182] ppid=1180 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/1182/stat : 1182 (prissAuto.sh) S 1180 1182 32466 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515950582 8908800 252 33554432000 4194304 4922060 140733500775664 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1182/statm: 2175 252 211 178 0 68 0
[pid=1183] ppid=1182 vsize=988320 CPUtime=4722.08 cores=0,2,4,6
/proc/1183/stat : 1183 (priss) S 1182 1182 32466 0 -1 4202496 261950 0 0 0 472000 208 0 0 18 0 5 0 515950582 1012039680 210766 33554432000 4194304 5787044 140735751482672 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/1183/statm: 247080 210766 417 389 0 242830 0
[pid=1183/tid=1185] ppid=1182 vsize=988320 CPUtime=1175.72 cores=0,2,4,6
/proc/1183/task/1185/stat : 1185 (priss) R 1182 1182 32466 0 -1 4202560 64597 0 0 0 117509 63 0 0 25 0 5 0 515950590 1012039680 210766 33554432000 4194304 5787044 140735751482672 18446744073709551615 5591024 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=1183/tid=1186] ppid=1182 vsize=988320 CPUtime=1182.11 cores=0,2,4,6
/proc/1183/task/1186/stat : 1186 (priss) R 1182 1182 32466 0 -1 4202560 67370 0 0 0 118145 66 0 0 25 0 5 0 515950592 1012039680 210766 33554432000 4194304 5787044 140735751482672 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=1183/tid=1187] ppid=1182 vsize=988320 CPUtime=1181.98 cores=0,2,4,6
/proc/1183/task/1187/stat : 1187 (priss) R 1182 1182 32466 0 -1 4202560 61471 0 0 0 118167 31 0 0 25 0 5 0 515950595 1012039680 210766 33554432000 4194304 5787044 140735751482672 18446744073709551615 4254407 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=1183/tid=1188] ppid=1182 vsize=988320 CPUtime=1182.09 cores=0,2,4,6
/proc/1183/task/1188/stat : 1188 (priss) R 1182 1182 32466 0 -1 4202560 54985 0 0 0 118165 44 0 0 25 0 5 0 515950599 1012039680 210766 33554432000 4194304 5787044 140735751482672 18446744073709551615 5528404 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4722.08
Current children cumulated vsize (KiB) 997020



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.23 8.18 8.14 9/192 1253
/proc/meminfo: memFree=21097424/32951124 swapFree=67111524/67111528
[pid=1182] ppid=1180 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/1182/stat : 1182 (prissAuto.sh) S 1180 1182 32466 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515950582 8908800 252 33554432000 4194304 4922060 140733500775664 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1182/statm: 2175 252 211 178 0 68 0
[pid=1183] ppid=1182 vsize=988320 CPUtime=4800.38 cores=0,2,4,6
/proc/1183/stat : 1183 (priss) S 1182 1182 32466 0 -1 4202496 264977 0 0 0 479824 214 0 0 18 0 5 0 515950582 1012039680 213793 33554432000 4194304 5787044 140735751482672 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/1183/statm: 247080 213793 417 389 0 242830 0
[pid=1183/tid=1185] ppid=1182 vsize=988320 CPUtime=1195.21 cores=0,2,4,6
/proc/1183/task/1185/stat : 1185 (priss) R 1182 1182 32466 0 -1 4202560 65943 0 0 0 119456 65 0 0 25 0 5 0 515950590 1012039680 213794 33554432000 4194304 5787044 140735751482672 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=1183/tid=1186] ppid=1182 vsize=988320 CPUtime=1201.72 cores=0,2,4,6
/proc/1183/task/1186/stat : 1186 (priss) R 1182 1182 32466 0 -1 4202560 69011 0 0 0 120101 71 0 0 25 0 5 0 515950592 1012039680 213794 33554432000 4194304 5787044 140735751482672 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=1183/tid=1187] ppid=1182 vsize=988320 CPUtime=1201.58 cores=0,2,4,6
/proc/1183/task/1187/stat : 1187 (priss) R 1182 1182 32466 0 -1 4202560 61490 0 0 0 120127 31 0 0 25 0 5 0 515950595 1012039680 213794 33554432000 4194304 5787044 140735751482672 18446744073709551615 5592797 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=1183/tid=1188] ppid=1182 vsize=988320 CPUtime=1201.7 cores=0,2,4,6
/proc/1183/task/1188/stat : 1188 (priss) R 1182 1182 32466 0 -1 4202560 55007 0 0 0 120126 44 0 0 25 0 5 0 515950599 1012039680 213794 33554432000 4194304 5787044 140735751482672 18446744073709551615 5534357 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 997020

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.23 8.18 8.14 9/192 1253
/proc/meminfo: memFree=21097424/32951124 swapFree=67111524/67111528
[pid=1182] ppid=1180 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/1182/stat : 1182 (prissAuto.sh) S 1180 1182 32466 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 515950582 8908800 252 33554432000 4194304 4922060 140733500775664 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1182/statm: 2175 252 211 178 0 68 0
[pid=1183] ppid=1182 vsize=988320 CPUtime=4800.38 cores=0,2,4,6
/proc/1183/stat : 1183 (priss) S 1182 1182 32466 0 -1 4202496 264977 0 0 0 479824 214 0 0 18 0 5 0 515950582 1012039680 213793 33554432000 4194304 5787044 140735751482672 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/1183/statm: 247080 213793 417 389 0 242830 0
[pid=1183/tid=1185] ppid=1182 vsize=988320 CPUtime=1195.21 cores=0,2,4,6
/proc/1183/task/1185/stat : 1185 (priss) R 1182 1182 32466 0 -1 4202560 65943 0 0 0 119456 65 0 0 25 0 5 0 515950590 1012039680 213794 33554432000 4194304 5787044 140735751482672 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=1183/tid=1186] ppid=1182 vsize=988320 CPUtime=1201.72 cores=0,2,4,6
/proc/1183/task/1186/stat : 1186 (priss) R 1182 1182 32466 0 -1 4202560 69011 0 0 0 120101 71 0 0 25 0 5 0 515950592 1012039680 213794 33554432000 4194304 5787044 140735751482672 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=1183/tid=1187] ppid=1182 vsize=988320 CPUtime=1201.58 cores=0,2,4,6
/proc/1183/task/1187/stat : 1187 (priss) R 1182 1182 32466 0 -1 4202560 61490 0 0 0 120127 31 0 0 25 0 5 0 515950595 1012039680 213794 33554432000 4194304 5787044 140735751482672 18446744073709551615 5592797 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=1183/tid=1188] ppid=1182 vsize=988320 CPUtime=1201.7 cores=0,2,4,6
/proc/1183/task/1188/stat : 1188 (priss) R 1182 1182 32466 0 -1 4202560 55007 0 0 0 120126 44 0 0 25 0 5 0 515950599 1012039680 213794 33554432000 4194304 5787044 140735751482672 18446744073709551615 5534357 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 997020

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1182 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.38
#
# 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.38
CPU user time (s): 4798.24
CPU system time (s): 2.14
CPU usage (%): 399.393
Max. virtual memory (cumulated for all children) (KiB): 997020

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

runsolver used 1.76173 second user time and 4.80427 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-29 04:18:47
IDJOB=3257719
IDBENCH=71269
IDSOLVER=1602
FILE ID=node135/3257719-1304043527
RUNJOBID= node135-1304038950-32484
PBS_JOBID= 13170376
Free space on /tmp= 71092 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v2400c266431g3.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3257719-1304043527/watcher-3257719-1304043527 -o /tmp/evaluation-result-3257719-1304043527/solver-3257719-1304043527 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3257719-1304043527.cnf 1386750559 4800 15500 4

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

MD5SUM BENCH= 231f625a25c77518fbce98fe99f807b5
RANDOM SEED=1386750559

node135.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.851
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.70
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.851
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.851
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.851
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	: 6640.14
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.851
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.78
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.851
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.75
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.851
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.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21048808 kB
Buffers:       1828936 kB
Cached:        8140588 kB
SwapCached:          4 kB
Active:        3704008 kB
Inactive:      7603024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21048808 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            4932 kB
Writeback:           8 kB
AnonPages:     1337148 kB
Mapped:          15656 kB
Slab:           528784 kB
PageTables:       7528 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1700500 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71112 MiB
End job on node135 at 2011-04-29 04:38:51