Trace number 3263615

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.09 1201.72

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_60_20_50_3-dir.shuffled-as.sat03-114.cnf
MD5SUM9ffa0325c9e00b41c025f41d20ec5a0c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4252.27
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses49070
Sum of the clauses size98700
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 249050
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 520

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 20224
0.00/0.00	c setup for 4cores
0.00/0.01	c parsetime: 10855us
0.00/0.01	c parsed 49070 clauses with 600 variables
0.00/0.01	c NW started thread 0 successfully (1101773120)
0.00/0.02	c NW started thread 1 successfully (1089907008)
0.00/0.02	c NW started thread 2 successfully (1112262976)
0.00/0.03	c NW started thread 3 successfully (1122752832)
9.91/2.57	c preprocessor returned 10023 variables
9.91/2.57	c preprocessing returned UNKNOWN
9.91/2.57	c PP set 0 variables
9.91/2.57	c pp time: 2558184us (2s)
9.91/2.58	c preprocessor returned 10023 variables
9.91/2.58	c preprocessing returned UNKNOWN
9.91/2.58	c PP set 0 variables
9.91/2.58	c pp time: 2561043us (2s)
9.91/2.59	c preprocessor returned 10023 variables
9.91/2.59	c preprocessing returned UNKNOWN
9.91/2.59	c PP set 0 variables
9.91/2.59	c pp time: 2569815us (2s)
75.81/19.07	c preprocessor returned 30050 variables
75.81/19.07	c preprocessing returned UNKNOWN
75.81/19.07	c PP set 0 variables
75.81/19.07	c pp time: 19047645us (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-3263615-1304064649/watcher-3263615-1304064649 -o /tmp/evaluation-result-3263615-1304064649/solver-3263615-1304064649 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3263615-1304064649.cnf 1580764723 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.00 8.14 8.14 6/186 20223
/proc/meminfo: memFree=25357008/32951124 swapFree=67111524/67111528
[pid=20223] ppid=20221 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20223/stat : 20223 (prissAuto.sh) S 20221 20223 19041 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518063020 8908800 251 33554432000 4194304 4922060 140733932126416 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20223/statm: 2175 251 211 178 0 68 0

[startup+0.0155889 s]
/proc/loadavg: 8.00 8.14 8.14 6/186 20223
/proc/meminfo: memFree=25357008/32951124 swapFree=67111524/67111528
[pid=20223] ppid=20221 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20223/stat : 20223 (prissAuto.sh) S 20221 20223 19041 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518063020 8908800 251 33554432000 4194304 4922060 140733932126416 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20223/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.310952 s]
/proc/loadavg: 8.00 8.14 8.14 6/186 20223
/proc/meminfo: memFree=25357008/32951124 swapFree=67111524/67111528
[pid=20223] ppid=20221 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20223/stat : 20223 (prissAuto.sh) S 20221 20223 19041 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518063020 8908800 251 33554432000 4194304 4922060 140733932126416 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20223/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.400493 s]
/proc/loadavg: 8.00 8.14 8.14 6/186 20223
/proc/meminfo: memFree=25357008/32951124 swapFree=67111524/67111528
[pid=20223] ppid=20221 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20223/stat : 20223 (prissAuto.sh) S 20221 20223 19041 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518063020 8908800 251 33554432000 4194304 4922060 140733932126416 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20223/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700438 s]
/proc/loadavg: 8.00 8.14 8.14 6/186 20223
/proc/meminfo: memFree=25357008/32951124 swapFree=67111524/67111528
[pid=20223] ppid=20221 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20223/stat : 20223 (prissAuto.sh) S 20221 20223 19041 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518063020 8908800 251 33554432000 4194304 4922060 140733932126416 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20223/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50029 s]
/proc/loadavg: 8.00 8.14 8.14 9/192 20229
/proc/meminfo: memFree=25358712/32951124 swapFree=67111524/67111528
[pid=20223] ppid=20221 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20223/stat : 20223 (prissAuto.sh) S 20221 20223 19041 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518063020 8908800 251 33554432000 4194304 4922060 140733932126416 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20223/statm: 2175 251 211 178 0 68 0
[pid=20224] ppid=20223 vsize=346152 CPUtime=5.9 cores=1,3,5,7
/proc/20224/stat : 20224 (priss) S 20223 20223 19041 0 -1 4202496 12771 0 0 0 588 2 0 0 18 0 5 0 518063020 354459648 8385 33554432000 4194304 5787044 140734515205984 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20224/statm: 86538 8385 355 389 0 82288 0
[pid=20224/tid=20226] ppid=20223 vsize=346152 CPUtime=1.47 cores=1,3,5,7
/proc/20224/task/20226/stat : 20226 (priss) R 20223 20223 19041 0 -1 4202560 1979 0 0 0 147 0 0 0 19 0 5 0 518063022 354459648 8385 33554432000 4194304 5787044 140734515205984 18446744073709551615 4356585 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20224/tid=20227] ppid=20223 vsize=346152 CPUtime=1.46 cores=1,3,5,7
/proc/20224/task/20227/stat : 20227 (priss) R 20223 20223 19041 0 -1 4202560 2304 0 0 0 146 0 0 0 20 0 5 0 518063022 354459648 8385 33554432000 4194304 5787044 140734515205984 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20224/tid=20228] ppid=20223 vsize=346152 CPUtime=1.46 cores=1,3,5,7
/proc/20224/task/20228/stat : 20228 (priss) R 20223 20223 19041 0 -1 4202560 2278 0 0 0 146 0 0 0 20 0 5 0 518063022 354459648 8385 33554432000 4194304 5787044 140734515205984 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20224/tid=20229] ppid=20223 vsize=346152 CPUtime=1.45 cores=1,3,5,7
/proc/20224/task/20229/stat : 20229 (priss) R 20223 20223 19041 0 -1 4202560 3418 0 0 0 145 0 0 0 20 0 5 0 518063023 354459648 8385 33554432000 4194304 5787044 140734515205984 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.9
Current children cumulated vsize (KiB) 354852

[startup+3.10101 s]
/proc/loadavg: 8.00 8.14 8.14 9/192 20229
/proc/meminfo: memFree=25324364/32951124 swapFree=67111524/67111528
[pid=20223] ppid=20221 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20223/stat : 20223 (prissAuto.sh) S 20221 20223 19041 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518063020 8908800 251 33554432000 4194304 4922060 140733932126416 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20223/statm: 2175 251 211 178 0 68 0
[pid=20224] ppid=20223 vsize=350252 CPUtime=12.3 cores=1,3,5,7
/proc/20224/stat : 20224 (priss) S 20223 20223 19041 0 -1 4202496 19996 0 0 0 1226 4 0 0 18 0 5 0 518063020 358658048 11465 33554432000 4194304 5787044 140734515205984 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20224/statm: 87563 11465 404 389 0 83313 0
[pid=20224/tid=20226] ppid=20223 vsize=350252 CPUtime=3.07 cores=1,3,5,7
/proc/20224/task/20226/stat : 20226 (priss) R 20223 20223 19041 0 -1 4202560 4058 0 0 0 306 1 0 0 18 0 5 0 518063022 358658048 11465 33554432000 4194304 5787044 140734515205984 18446744073709551615 5590564 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20224/tid=20227] ppid=20223 vsize=350252 CPUtime=3.06 cores=1,3,5,7
/proc/20224/task/20227/stat : 20227 (priss) R 20223 20223 19041 0 -1 4202560 4430 0 0 0 305 1 0 0 18 0 5 0 518063022 358658048 11465 33554432000 4194304 5787044 140734515205984 18446744073709551615 5590976 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20224/tid=20228] ppid=20223 vsize=350252 CPUtime=3.06 cores=1,3,5,7
/proc/20224/task/20228/stat : 20228 (priss) R 20223 20223 19041 0 -1 4202560 4270 0 0 0 306 0 0 0 18 0 5 0 518063022 358658048 11465 33554432000 4194304 5787044 140734515205984 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20224/tid=20229] ppid=20223 vsize=350252 CPUtime=3.04 cores=1,3,5,7
/proc/20224/task/20229/stat : 20229 (priss) R 20223 20223 19041 0 -1 4202560 4446 0 0 0 304 0 0 0 25 0 5 0 518063023 358658048 11465 33554432000 4194304 5787044 140734515205984 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 358952

[startup+6.30044 s]
/proc/loadavg: 8.08 8.15 8.14 10/192 20229
/proc/meminfo: memFree=25294680/32951124 swapFree=67111524/67111528
[pid=20223] ppid=20221 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20223/stat : 20223 (prissAuto.sh) S 20221 20223 19041 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518063020 8908800 251 33554432000 4194304 4922060 140733932126416 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20223/statm: 2175 251 211 178 0 68 0
[pid=20224] ppid=20223 vsize=350252 CPUtime=25.07 cores=1,3,5,7
/proc/20224/stat : 20224 (priss) S 20223 20223 19041 0 -1 4202496 21473 0 0 0 2503 4 0 0 18 0 5 0 518063020 358658048 12942 33554432000 4194304 5787044 140734515205984 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20224/statm: 87563 12942 404 389 0 83313 0
[pid=20224/tid=20226] ppid=20223 vsize=350252 CPUtime=6.27 cores=1,3,5,7
/proc/20224/task/20226/stat : 20226 (priss) R 20223 20223 19041 0 -1 4202560 4504 0 0 0 626 1 0 0 25 0 5 0 518063022 358658048 12942 33554432000 4194304 5787044 140734515205984 18446744073709551615 5590590 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20224/tid=20227] ppid=20223 vsize=350252 CPUtime=6.26 cores=1,3,5,7
/proc/20224/task/20227/stat : 20227 (priss) R 20223 20223 19041 0 -1 4202560 4922 0 0 0 625 1 0 0 25 0 5 0 518063022 358658048 12942 33554432000 4194304 5787044 140734515205984 18446744073709551615 4220225 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20224/tid=20228] ppid=20223 vsize=350252 CPUtime=6.26 cores=1,3,5,7
/proc/20224/task/20228/stat : 20228 (priss) R 20223 20223 19041 0 -1 4202560 4809 0 0 0 626 0 0 0 25 0 5 0 518063022 358658048 12942 33554432000 4194304 5787044 140734515205984 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20224/tid=20229] ppid=20223 vsize=350252 CPUtime=6.22 cores=1,3,5,7
/proc/20224/task/20229/stat : 20229 (priss) R 20223 20223 19041 0 -1 4202560 4446 0 0 0 622 0 0 0 25 0 5 0 518063023 358658048 12942 33554432000 4194304 5787044 140734515205984 18446744073709551615 232335586285 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 358952

[startup+12.7003 s]
/proc/loadavg: 8.07 8.15 8.14 9/192 20229
/proc/meminfo: memFree=25273308/32951124 swapFree=67111524/67111528
[pid=20223] ppid=20221 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20223/stat : 20223 (prissAuto.sh) S 20221 20223 19041 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518063020 8908800 251 33554432000 4194304 4922060 140733932126416 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20223/statm: 2175 251 211 178 0 68 0
[pid=20224] ppid=20223 vsize=350252 CPUtime=50.64 cores=1,3,5,7
/proc/20224/stat : 20224 (priss) S 20223 20223 19041 0 -1 4202496 23637 0 0 0 5059 5 0 0 18 0 5 0 518063020 358658048 15106 33554432000 4194304 5787044 140734515205984 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20224/statm: 87563 15106 404 389 0 83313 0
[pid=20224/tid=20226] ppid=20223 vsize=350252 CPUtime=12.67 cores=1,3,5,7
/proc/20224/task/20226/stat : 20226 (priss) R 20223 20223 19041 0 -1 4202560 5273 0 0 0 1266 1 0 0 25 0 5 0 518063022 358658048 15106 33554432000 4194304 5787044 140734515205984 18446744073709551615 5591024 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20224/tid=20227] ppid=20223 vsize=350252 CPUtime=12.66 cores=1,3,5,7
/proc/20224/task/20227/stat : 20227 (priss) R 20223 20223 19041 0 -1 4202560 5607 0 0 0 1264 2 0 0 25 0 5 0 518063022 358658048 15106 33554432000 4194304 5787044 140734515205984 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20224/tid=20228] ppid=20223 vsize=350252 CPUtime=12.66 cores=1,3,5,7
/proc/20224/task/20228/stat : 20228 (priss) R 20223 20223 19041 0 -1 4202560 5519 0 0 0 1265 1 0 0 25 0 5 0 518063022 358658048 15106 33554432000 4194304 5787044 140734515205984 18446744073709551615 5586675 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20224/tid=20229] ppid=20223 vsize=350252 CPUtime=12.59 cores=1,3,5,7
/proc/20224/task/20229/stat : 20229 (priss) R 20223 20223 19041 0 -1 4202560 4446 0 0 0 1259 0 0 0 25 0 5 0 518063023 358658048 15106 33554432000 4194304 5787044 140734515205984 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 358952

[startup+25.507 s]
/proc/loadavg: 8.20 8.17 8.15 9/192 20229
/proc/meminfo: memFree=25219372/32951124 swapFree=67111524/67111528
[pid=20223] ppid=20221 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20223/stat : 20223 (prissAuto.sh) S 20221 20223 19041 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518063020 8908800 251 33554432000 4194304 4922060 140733932126416 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20223/statm: 2175 251 211 178 0 68 0
[pid=20224] ppid=20223 vsize=354352 CPUtime=101.8 cores=1,3,5,7
/proc/20224/stat : 20224 (priss) S 20223 20223 19041 0 -1 4202496 32090 0 0 0 10170 10 0 0 18 0 5 0 518063020 362856448 21637 33554432000 4194304 5787044 140734515205984 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20224/statm: 88588 21637 417 389 0 84338 0
[pid=20224/tid=20226] ppid=20223 vsize=354352 CPUtime=25.47 cores=1,3,5,7
/proc/20224/task/20226/stat : 20226 (priss) R 20223 20223 19041 0 -1 4202560 7523 0 0 0 2545 2 0 0 25 0 5 0 518063022 362856448 21637 33554432000 4194304 5787044 140734515205984 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20224/tid=20227] ppid=20223 vsize=354352 CPUtime=25.46 cores=1,3,5,7
/proc/20224/task/20227/stat : 20227 (priss) R 20223 20223 19041 0 -1 4202560 6853 0 0 0 2543 3 0 0 25 0 5 0 518063022 362856448 21637 33554432000 4194304 5787044 140734515205984 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20224/tid=20228] ppid=20223 vsize=354352 CPUtime=25.47 cores=1,3,5,7
/proc/20224/task/20228/stat : 20228 (priss) R 20223 20223 19041 0 -1 4202560 6805 0 0 0 2545 2 0 0 25 0 5 0 518063022 362856448 21637 33554432000 4194304 5787044 140734515205984 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20224/tid=20229] ppid=20223 vsize=354352 CPUtime=25.33 cores=1,3,5,7
/proc/20224/task/20229/stat : 20229 (priss) R 20223 20223 19041 0 -1 4202560 8117 0 0 0 2532 1 0 0 25 0 5 0 518063023 362856448 21637 33554432000 4194304 5787044 140734515205984 18446744073709551615 5531862 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 363052

[startup+51.1005 s]
/proc/loadavg: 8.13 8.16 8.14 9/192 20230
/proc/meminfo: memFree=25136724/32951124 swapFree=67111524/67111528
[pid=20223] ppid=20221 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20223/stat : 20223 (prissAuto.sh) S 20221 20223 19041 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518063020 8908800 251 33554432000 4194304 4922060 140733932126416 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20223/statm: 2175 251 211 178 0 68 0
[pid=20224] ppid=20223 vsize=362552 CPUtime=204.01 cores=1,3,5,7
/proc/20224/stat : 20224 (priss) S 20223 20223 19041 0 -1 4202496 42315 0 0 0 20377 24 0 0 18 0 5 0 518063020 371253248 31793 33554432000 4194304 5787044 140734515205984 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20224/statm: 90638 31793 417 389 0 86388 0
[pid=20224/tid=20226] ppid=20223 vsize=362552 CPUtime=51.07 cores=1,3,5,7
/proc/20224/task/20226/stat : 20226 (priss) R 20223 20223 19041 0 -1 4202560 9399 0 0 0 5101 6 0 0 25 0 5 0 518063022 371253248 31793 33554432000 4194304 5787044 140734515205984 18446744073709551615 4218754 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20224/tid=20227] ppid=20223 vsize=362552 CPUtime=51.05 cores=1,3,5,7
/proc/20224/task/20227/stat : 20227 (priss) R 20223 20223 19041 0 -1 4202560 8642 0 0 0 5099 6 0 0 25 0 5 0 518063022 371253248 31793 33554432000 4194304 5787044 140734515205984 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20224/tid=20228] ppid=20223 vsize=362552 CPUtime=51.06 cores=1,3,5,7
/proc/20224/task/20228/stat : 20228 (priss) R 20223 20223 19041 0 -1 4202560 9979 0 0 0 5101 5 0 0 25 0 5 0 518063022 371253248 31793 33554432000 4194304 5787044 140734515205984 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20224/tid=20229] ppid=20223 vsize=362552 CPUtime=50.78 cores=1,3,5,7
/proc/20224/task/20229/stat : 20229 (priss) R 20223 20223 19041 0 -1 4202560 11503 0 0 0 5072 6 0 0 25 0 5 0 518063023 371253248 31793 33554432000 4194304 5787044 140734515205984 18446744073709551615 4217177 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.01
Current children cumulated vsize (KiB) 371252

[startup+102.3 s]
/proc/loadavg: 8.10 8.15 8.14 9/192 20231
/proc/meminfo: memFree=25036760/32951124 swapFree=67111524/67111528
[pid=20223] ppid=20221 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20223/stat : 20223 (prissAuto.sh) S 20221 20223 19041 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518063020 8908800 251 33554432000 4194304 4922060 140733932126416 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20223/statm: 2175 251 211 178 0 68 0
[pid=20224] ppid=20223 vsize=370752 CPUtime=408.51 cores=1,3,5,7
/proc/20224/stat : 20224 (priss) S 20223 20223 19041 0 -1 4202496 56869 0 0 0 40806 45 0 0 18 0 5 0 518063020 379650048 46145 33554432000 4194304 5787044 140734515205984 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20224/statm: 92688 46145 417 389 0 88438 0
[pid=20224/tid=20226] ppid=20223 vsize=370752 CPUtime=102.25 cores=1,3,5,7
/proc/20224/task/20226/stat : 20226 (priss) R 20223 20223 19041 0 -1 4202560 14036 0 0 0 10213 12 0 0 25 0 5 0 518063022 379650048 46145 33554432000 4194304 5787044 140734515205984 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20224/tid=20227] ppid=20223 vsize=370752 CPUtime=102.25 cores=1,3,5,7
/proc/20224/task/20227/stat : 20227 (priss) R 20223 20223 19041 0 -1 4202560 12151 0 0 0 10212 13 0 0 25 0 5 0 518063022 379650048 46145 33554432000 4194304 5787044 140734515205984 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20224/tid=20228] ppid=20223 vsize=370752 CPUtime=102.16 cores=1,3,5,7
/proc/20224/task/20228/stat : 20228 (priss) R 20223 20223 19041 0 -1 4202560 12727 0 0 0 10208 8 0 0 25 0 5 0 518063022 379650048 46145 33554432000 4194304 5787044 140734515205984 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20224/tid=20229] ppid=20223 vsize=370752 CPUtime=101.79 cores=1,3,5,7

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

/proc/20224/task/20227/stat : 20227 (priss) R 20223 20223 19041 0 -1 4202560 34169 0 0 0 88174 50 0 0 25 0 5 0 518063022 711061504 130812 33554432000 4194304 5787044 140734515205984 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20224/tid=20228] ppid=20223 vsize=694396 CPUtime=877.91 cores=1,3,5,7
/proc/20224/task/20228/stat : 20228 (priss) R 20223 20223 19041 0 -1 4202560 34145 0 0 0 87747 44 0 0 25 0 5 0 518063022 711061504 130812 33554432000 4194304 5787044 140734515205984 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20224/tid=20229] ppid=20223 vsize=694396 CPUtime=881.8 cores=1,3,5,7
/proc/20224/task/20229/stat : 20229 (priss) R 20223 20223 19041 0 -1 4202560 37875 0 0 0 88136 44 0 0 25 0 5 0 518063023 711061504 130812 33554432000 4194304 5787044 140734515205984 18446744073709551615 5527758 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3524.24
Current children cumulated vsize (KiB) 703096

[startup+942.301 s]
/proc/loadavg: 8.09 8.14 8.16 9/192 20254
/proc/meminfo: memFree=24296668/32951124 swapFree=67111524/67111528
[pid=20223] ppid=20221 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20223/stat : 20223 (prissAuto.sh) S 20221 20223 19041 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518063020 8908800 251 33554432000 4194304 4922060 140733932126416 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20223/statm: 2175 251 211 178 0 68 0
[pid=20224] ppid=20223 vsize=698496 CPUtime=3763.89 cores=1,3,5,7
/proc/20224/stat : 20224 (priss) S 20223 20223 19041 0 -1 4202496 150180 0 0 0 376192 197 0 0 18 0 5 0 518063020 715259904 137273 33554432000 4194304 5787044 140734515205984 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20224/statm: 174624 137273 419 389 0 170374 0
[pid=20224/tid=20226] ppid=20223 vsize=698496 CPUtime=942.22 cores=1,3,5,7
/proc/20224/task/20226/stat : 20226 (priss) R 20223 20223 19041 0 -1 4202560 36729 0 0 0 94170 52 0 0 25 0 5 0 518063022 715259904 137273 33554432000 4194304 5787044 140734515205984 18446744073709551615 5588664 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20224/tid=20227] ppid=20223 vsize=698496 CPUtime=942.23 cores=1,3,5,7
/proc/20224/task/20227/stat : 20227 (priss) R 20223 20223 19041 0 -1 4202560 35433 0 0 0 94172 51 0 0 25 0 5 0 518063022 715259904 137273 33554432000 4194304 5787044 140734515205984 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20224/tid=20228] ppid=20223 vsize=698496 CPUtime=937.57 cores=1,3,5,7
/proc/20224/task/20228/stat : 20228 (priss) R 20223 20223 19041 0 -1 4202560 34146 0 0 0 93713 44 0 0 25 0 5 0 518063022 715259904 137273 33554432000 4194304 5787044 140734515205984 18446744073709551615 5591488 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20224/tid=20229] ppid=20223 vsize=698496 CPUtime=941.8 cores=1,3,5,7
/proc/20224/task/20229/stat : 20229 (priss) R 20223 20223 19041 0 -1 4202560 41080 0 0 0 94132 48 0 0 25 0 5 0 518063023 715259904 137273 33554432000 4194304 5787044 140734515205984 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3763.89
Current children cumulated vsize (KiB) 707196

[startup+1002.31 s]
/proc/loadavg: 8.12 8.14 8.16 9/192 20255
/proc/meminfo: memFree=24258952/32951124 swapFree=67111524/67111528
[pid=20223] ppid=20221 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20223/stat : 20223 (prissAuto.sh) S 20221 20223 19041 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518063020 8908800 251 33554432000 4194304 4922060 140733932126416 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20223/statm: 2175 251 211 178 0 68 0
[pid=20224] ppid=20223 vsize=698496 CPUtime=4003.58 cores=1,3,5,7
/proc/20224/stat : 20224 (priss) S 20223 20223 19041 0 -1 4202496 152628 0 0 0 400156 202 0 0 18 0 5 0 518063020 715259904 139496 33554432000 4194304 5787044 140734515205984 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20224/statm: 174624 139496 419 389 0 170374 0
[pid=20224/tid=20226] ppid=20223 vsize=698496 CPUtime=1002.22 cores=1,3,5,7
/proc/20224/task/20226/stat : 20226 (priss) R 20223 20223 19041 0 -1 4202560 36731 0 0 0 100170 52 0 0 25 0 5 0 518063022 715259904 139496 33554432000 4194304 5787044 140734515205984 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20224/tid=20227] ppid=20223 vsize=698496 CPUtime=1002.23 cores=1,3,5,7
/proc/20224/task/20227/stat : 20227 (priss) R 20223 20223 19041 0 -1 4202560 35434 0 0 0 100172 51 0 0 25 0 5 0 518063022 715259904 139496 33554432000 4194304 5787044 140734515205984 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20224/tid=20228] ppid=20223 vsize=698496 CPUtime=997.25 cores=1,3,5,7
/proc/20224/task/20228/stat : 20228 (priss) R 20223 20223 19041 0 -1 4202560 34192 0 0 0 99681 44 0 0 25 0 5 0 518063022 715259904 139496 33554432000 4194304 5787044 140734515205984 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20224/tid=20229] ppid=20223 vsize=698496 CPUtime=1001.8 cores=1,3,5,7
/proc/20224/task/20229/stat : 20229 (priss) R 20223 20223 19041 0 -1 4202560 43479 0 0 0 100128 52 0 0 25 0 5 0 518063023 715259904 139496 33554432000 4194304 5787044 140734515205984 18446744073709551615 5527392 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4003.58
Current children cumulated vsize (KiB) 707196

[startup+1062.3 s]
/proc/loadavg: 8.12 8.14 8.15 9/192 20257
/proc/meminfo: memFree=24252968/32951124 swapFree=67111524/67111528
[pid=20223] ppid=20221 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20223/stat : 20223 (prissAuto.sh) S 20221 20223 19041 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518063020 8908800 251 33554432000 4194304 4922060 140733932126416 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20223/statm: 2175 251 211 178 0 68 0
[pid=20224] ppid=20223 vsize=698496 CPUtime=4243.22 cores=1,3,5,7
/proc/20224/stat : 20224 (priss) S 20223 20223 19041 0 -1 4202496 153079 0 0 0 424120 202 0 0 18 0 5 0 518063020 715259904 139947 33554432000 4194304 5787044 140734515205984 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20224/statm: 174624 139947 419 389 0 170374 0
[pid=20224/tid=20226] ppid=20223 vsize=698496 CPUtime=1062.21 cores=1,3,5,7
/proc/20224/task/20226/stat : 20226 (priss) R 20223 20223 19041 0 -1 4202560 36737 0 0 0 106169 52 0 0 25 0 5 0 518063022 715259904 139947 33554432000 4194304 5787044 140734515205984 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20224/tid=20227] ppid=20223 vsize=698496 CPUtime=1062.23 cores=1,3,5,7
/proc/20224/task/20227/stat : 20227 (priss) R 20223 20223 19041 0 -1 4202560 35438 0 0 0 106172 51 0 0 25 0 5 0 518063022 715259904 139947 33554432000 4194304 5787044 140734515205984 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20224/tid=20228] ppid=20223 vsize=698496 CPUtime=1056.93 cores=1,3,5,7
/proc/20224/task/20228/stat : 20228 (priss) R 20223 20223 19041 0 -1 4202560 34632 0 0 0 105648 45 0 0 25 0 5 0 518063022 715259904 139947 33554432000 4194304 5787044 140734515205984 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20224/tid=20229] ppid=20223 vsize=698496 CPUtime=1061.79 cores=1,3,5,7
/proc/20224/task/20229/stat : 20229 (priss) R 20223 20223 19041 0 -1 4202560 43480 0 0 0 106127 52 0 0 25 0 5 0 518063023 715259904 139947 33554432000 4194304 5787044 140734515205984 18446744073709551615 5527392 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4243.22
Current children cumulated vsize (KiB) 707196

[startup+1122.3 s]
/proc/loadavg: 8.12 8.14 8.15 9/192 20258
/proc/meminfo: memFree=24242896/32951124 swapFree=67111524/67111528
[pid=20223] ppid=20221 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20223/stat : 20223 (prissAuto.sh) S 20221 20223 19041 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518063020 8908800 251 33554432000 4194304 4922060 140733932126416 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20223/statm: 2175 251 211 178 0 68 0
[pid=20224] ppid=20223 vsize=702596 CPUtime=4482.9 cores=1,3,5,7
/proc/20224/stat : 20224 (priss) S 20223 20223 19041 0 -1 4202496 155445 0 0 0 448082 208 0 0 18 0 5 0 518063020 719458304 142313 33554432000 4194304 5787044 140734515205984 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20224/statm: 175649 142313 419 389 0 171399 0
[pid=20224/tid=20226] ppid=20223 vsize=702596 CPUtime=1122.21 cores=1,3,5,7
/proc/20224/task/20226/stat : 20226 (priss) R 20223 20223 19041 0 -1 4202560 36751 0 0 0 112169 52 0 0 25 0 5 0 518063022 719458304 142313 33554432000 4194304 5787044 140734515205984 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20224/tid=20227] ppid=20223 vsize=702596 CPUtime=1122.23 cores=1,3,5,7
/proc/20224/task/20227/stat : 20227 (priss) R 20223 20223 19041 0 -1 4202560 35449 0 0 0 112172 51 0 0 25 0 5 0 518063022 719458304 142313 33554432000 4194304 5787044 140734515205984 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20224/tid=20228] ppid=20223 vsize=702596 CPUtime=1116.6 cores=1,3,5,7
/proc/20224/task/20228/stat : 20228 (priss) R 20223 20223 19041 0 -1 4202560 36971 0 0 0 111610 50 0 0 25 0 5 0 518063022 719458304 142313 33554432000 4194304 5787044 140734515205984 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20224/tid=20229] ppid=20223 vsize=702596 CPUtime=1121.8 cores=1,3,5,7
/proc/20224/task/20229/stat : 20229 (priss) R 20223 20223 19041 0 -1 4202560 43482 0 0 0 112127 53 0 0 25 0 5 0 518063023 719458304 142313 33554432000 4194304 5787044 140734515205984 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4482.9
Current children cumulated vsize (KiB) 711296

[startup+1182.3 s]
/proc/loadavg: 8.04 8.12 8.14 9/192 20260
/proc/meminfo: memFree=24224280/32951124 swapFree=67111524/67111528
[pid=20223] ppid=20221 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20223/stat : 20223 (prissAuto.sh) S 20221 20223 19041 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518063020 8908800 251 33554432000 4194304 4922060 140733932126416 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20223/statm: 2175 251 211 178 0 68 0
[pid=20224] ppid=20223 vsize=702596 CPUtime=4722.58 cores=1,3,5,7
/proc/20224/stat : 20224 (priss) S 20223 20223 19041 0 -1 4202496 157639 0 0 0 472044 214 0 0 18 0 5 0 518063020 719458304 144507 33554432000 4194304 5787044 140734515205984 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20224/statm: 175649 144507 419 389 0 171399 0
[pid=20224/tid=20226] ppid=20223 vsize=702596 CPUtime=1182.21 cores=1,3,5,7
/proc/20224/task/20226/stat : 20226 (priss) R 20223 20223 19041 0 -1 4202560 36762 0 0 0 118169 52 0 0 25 0 5 0 518063022 719458304 144507 33554432000 4194304 5787044 140734515205984 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20224/tid=20227] ppid=20223 vsize=702596 CPUtime=1182.24 cores=1,3,5,7
/proc/20224/task/20227/stat : 20227 (priss) R 20223 20223 19041 0 -1 4202560 35460 0 0 0 118172 52 0 0 25 0 5 0 518063022 719458304 144507 33554432000 4194304 5787044 140734515205984 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20224/tid=20228] ppid=20223 vsize=702596 CPUtime=1176.27 cores=1,3,5,7
/proc/20224/task/20228/stat : 20228 (priss) R 20223 20223 19041 0 -1 4202560 39140 0 0 0 117572 55 0 0 25 0 5 0 518063022 719458304 144507 33554432000 4194304 5787044 140734515205984 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20224/tid=20229] ppid=20223 vsize=702596 CPUtime=1181.8 cores=1,3,5,7
/proc/20224/task/20229/stat : 20229 (priss) R 20223 20223 19041 0 -1 4202560 43485 0 0 0 118127 53 0 0 25 0 5 0 518063023 719458304 144507 33554432000 4194304 5787044 140734515205984 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4722.58
Current children cumulated vsize (KiB) 711296



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.03 8.11 8.14 7/189 20261
/proc/meminfo: memFree=24220932/32951124 swapFree=67111524/67111528
[pid=20223] ppid=20221 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20223/stat : 20223 (prissAuto.sh) S 20221 20223 19041 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518063020 8908800 251 33554432000 4194304 4922060 140733932126416 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20223/statm: 2175 251 211 178 0 68 0
[pid=20224] ppid=20223 vsize=768132 CPUtime=4800.09 cores=1,3,5,7
/proc/20224/stat : 20224 (priss) S 20223 20223 19041 0 -1 4202496 158366 0 0 0 479794 215 0 0 18 0 5 0 518063020 786567168 145234 33554432000 4194304 5787044 140734515205984 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20224/statm: 192033 145234 419 389 0 187783 0
[pid=20224/tid=20226] ppid=20223 vsize=768132 CPUtime=1201.62 cores=1,3,5,7
/proc/20224/task/20226/stat : 20226 (priss) R 20223 20223 19041 0 -1 4202560 36765 0 0 0 120110 52 0 0 25 0 5 0 518063022 786567168 145234 33554432000 4194304 5787044 140734515205984 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20224/tid=20227] ppid=20223 vsize=768132 CPUtime=1201.64 cores=1,3,5,7
/proc/20224/task/20227/stat : 20227 (priss) R 20223 20223 19041 0 -1 4202560 35489 0 0 0 120112 52 0 0 25 0 5 0 518063022 786567168 145234 33554432000 4194304 5787044 140734515205984 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20224/tid=20228] ppid=20223 vsize=768132 CPUtime=1195.56 cores=1,3,5,7
/proc/20224/task/20228/stat : 20228 (priss) R 20223 20223 19041 0 -1 4202560 39833 0 0 0 119500 56 0 0 25 0 5 0 518063022 786567168 145234 33554432000 4194304 5787044 140734515205984 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20224/tid=20229] ppid=20223 vsize=768132 CPUtime=1201.21 cores=1,3,5,7
/proc/20224/task/20229/stat : 20229 (priss) R 20223 20223 19041 0 -1 4202560 43487 0 0 0 120068 53 0 0 25 0 5 0 518063023 786567168 145234 33554432000 4194304 5787044 140734515205984 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 776832

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

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

[startup+1201.7 s]
/proc/loadavg: 8.03 8.11 8.14 7/189 20261
/proc/meminfo: memFree=24220932/32951124 swapFree=67111524/67111528
[pid=20223] ppid=20221 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20223/stat : 20223 (prissAuto.sh) S 20221 20223 19041 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 518063020 8908800 251 33554432000 4194304 4922060 140733932126416 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20223/statm: 2175 251 211 178 0 68 0
[pid=20224] ppid=20223 vsize=768132 CPUtime=4800.09 cores=1,3,5,7
/proc/20224/stat : 20224 (priss) S 20223 20223 19041 0 -1 4202496 158366 0 0 0 479794 215 0 0 18 0 5 0 518063020 786567168 145234 33554432000 4194304 5787044 140734515205984 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/20224/statm: 192033 145234 419 389 0 187783 0
[pid=20224/tid=20226] ppid=20223 vsize=768132 CPUtime=1201.62 cores=1,3,5,7
/proc/20224/task/20226/stat : 20226 (priss) R 20223 20223 19041 0 -1 4202560 36765 0 0 0 120110 52 0 0 25 0 5 0 518063022 786567168 145234 33554432000 4194304 5787044 140734515205984 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20224/tid=20227] ppid=20223 vsize=768132 CPUtime=1201.64 cores=1,3,5,7
/proc/20224/task/20227/stat : 20227 (priss) R 20223 20223 19041 0 -1 4202560 35489 0 0 0 120112 52 0 0 25 0 5 0 518063022 786567168 145234 33554432000 4194304 5787044 140734515205984 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20224/tid=20228] ppid=20223 vsize=768132 CPUtime=1195.56 cores=1,3,5,7
/proc/20224/task/20228/stat : 20228 (priss) R 20223 20223 19041 0 -1 4202560 39833 0 0 0 119500 56 0 0 25 0 5 0 518063022 786567168 145234 33554432000 4194304 5787044 140734515205984 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20224/tid=20229] ppid=20223 vsize=768132 CPUtime=1201.21 cores=1,3,5,7
/proc/20224/task/20229/stat : 20229 (priss) R 20223 20223 19041 0 -1 4202560 43487 0 0 0 120068 53 0 0 25 0 5 0 518063023 786567168 145234 33554432000 4194304 5787044 140734515205984 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 776832

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20223 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.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.72
CPU time (s): 4800.09
CPU user time (s): 4797.94
CPU system time (s): 2.15
CPU usage (%): 399.436
Max. virtual memory (cumulated for all children) (KiB): 776832

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= 4
involuntary context switches= 2

runsolver used 1.59876 second user time and 4.96425 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-29 10:10:49
IDJOB=3263615
IDBENCH=83988
IDSOLVER=1602
FILE ID=node132/3263615-1304064649
RUNJOBID= node132-1304059832-19782
PBS_JOBID= 13170426
Free space on /tmp= 71872 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_60_20_50_3-dir.shuffled-as.sat03-114.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263615-1304064649/watcher-3263615-1304064649 -o /tmp/evaluation-result-3263615-1304064649/solver-3263615-1304064649 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3263615-1304064649.cnf 1580764723 4800 15500 4

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

MD5SUM BENCH= 9ffa0325c9e00b41c025f41d20ec5a0c
RANDOM SEED=1580764723

node132.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.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.74
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.833
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.76
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.833
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.75
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.833
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.77
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.833
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.67
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.833
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.82
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.833
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25357412 kB
Buffers:        764384 kB
Cached:        6223316 kB
SwapCached:          4 kB
Active:        1998472 kB
Inactive:      5098016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25357412 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            4344 kB
Writeback:           0 kB
AnonPages:      108416 kB
Mapped:          15116 kB
Slab:           435156 kB
PageTables:       4392 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   293344 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= 71868 MiB
End job on node132 at 2011-04-29 10:30:52