Trace number 3249445

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.17 1201.82

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-7x39.cnf
MD5SUMf717554c4e7f802b3078c48464dbcd9d
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 variables1092
Number of clauses64155
Sum of the clauses size253344
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21638
Number of clauses of size 30
Number of clauses of size 462517
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 5031
0.00/0.00	c setup for 4cores
0.00/0.02	c parsetime: 16530us
0.00/0.02	c parsed 64155 clauses with 1092 variables
0.00/0.02	c NW started thread 0 successfully (1085077824)
0.00/0.03	c NW started thread 1 successfully (1116473664)
0.00/0.03	c NW started thread 2 successfully (1126963520)
0.00/0.05	c NW started thread 3 successfully (1137453376)
15.88/4.07	c preprocessor returned 10010 variables
15.88/4.07	c preprocessing returned UNKNOWN
15.88/4.07	c PP set 0 variables
15.88/4.07	c pp time: 4039645us (4s)
16.28/4.10	c preprocessor returned 10010 variables
16.28/4.10	c preprocessing returned UNKNOWN
16.28/4.10	c PP set 0 variables
16.28/4.10	c pp time: 4068331us (4s)
16.28/4.11	c preprocessor returned 10010 variables
16.28/4.11	c preprocessing returned UNKNOWN
16.28/4.11	c PP set 0 variables
16.28/4.11	c pp time: 4086896us (4s)
88.16/22.15	c preprocessor returned 30044 variables
88.16/22.15	c preprocessing returned UNKNOWN
88.16/22.15	c PP set 0 variables
88.16/22.15	c pp time: 22108637us (22s)

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-3249445-1304056420/watcher-3249445-1304056420 -o /tmp/evaluation-result-3249445-1304056420/solver-3249445-1304056420 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3249445-1304056420.cnf 351561056 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: 6.94 7.82 7.84 5/182 5030
/proc/meminfo: memFree=22144136/32951124 swapFree=67111528/67111528
[pid=5030] ppid=5028 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5030/stat : 5030 (prissAuto.sh) S 5028 5030 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498057363 8908800 252 33554432000 4194304 4922060 140736149816496 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5030/statm: 2175 252 211 178 0 68 0

[startup+0.0682411 s]
/proc/loadavg: 6.94 7.82 7.84 5/182 5030
/proc/meminfo: memFree=22144136/32951124 swapFree=67111528/67111528
[pid=5030] ppid=5028 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5030/stat : 5030 (prissAuto.sh) S 5028 5030 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498057363 8908800 252 33554432000 4194304 4922060 140736149816496 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5030/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.226401 s]
/proc/loadavg: 6.94 7.82 7.84 5/182 5030
/proc/meminfo: memFree=22144136/32951124 swapFree=67111528/67111528
[pid=5030] ppid=5028 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5030/stat : 5030 (prissAuto.sh) S 5028 5030 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498057363 8908800 252 33554432000 4194304 4922060 140736149816496 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5030/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.326382 s]
/proc/loadavg: 6.94 7.82 7.84 5/182 5030
/proc/meminfo: memFree=22144136/32951124 swapFree=67111528/67111528
[pid=5030] ppid=5028 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5030/stat : 5030 (prissAuto.sh) S 5028 5030 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498057363 8908800 252 33554432000 4194304 4922060 140736149816496 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5030/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.62815 s]
/proc/loadavg: 6.94 7.82 7.84 5/182 5030
/proc/meminfo: memFree=22144136/32951124 swapFree=67111528/67111528
[pid=5030] ppid=5028 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5030/stat : 5030 (prissAuto.sh) S 5028 5030 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498057363 8908800 252 33554432000 4194304 4922060 140736149816496 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5030/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.70114 s]
/proc/loadavg: 6.94 7.82 7.84 5/182 5030
/proc/meminfo: memFree=22144136/32951124 swapFree=67111528/67111528
[pid=5030] ppid=5028 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5030/stat : 5030 (prissAuto.sh) S 5028 5030 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498057363 8908800 252 33554432000 4194304 4922060 140736149816496 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5030/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10089 s]
/proc/loadavg: 7.02 7.82 7.84 9/188 5036
/proc/meminfo: memFree=22074044/32951124 swapFree=67111528/67111528
[pid=5030] ppid=5028 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5030/stat : 5030 (prissAuto.sh) S 5028 5030 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498057363 8908800 252 33554432000 4194304 4922060 140736149816496 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5030/statm: 2175 252 211 178 0 68 0
[pid=5031] ppid=5030 vsize=286792 CPUtime=12.3 cores=1,3,5,7
/proc/5031/stat : 5031 (priss) S 5030 5030 4923 0 -1 4202496 11268 0 0 0 1228 2 0 0 18 0 5 0 498057363 293675008 11082 33554432000 4194304 5787044 140736546553488 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5031/statm: 71698 11082 352 389 0 67448 0
[pid=5031/tid=5033] ppid=5030 vsize=286792 CPUtime=3.06 cores=1,3,5,7
/proc/5031/task/5033/stat : 5033 (priss) R 5030 5030 4923 0 -1 4202560 2495 0 0 0 306 0 0 0 22 0 5 0 498057365 293675008 11082 33554432000 4194304 5787044 140736546553488 18446744073709551615 4336171 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5031/tid=5034] ppid=5030 vsize=286792 CPUtime=3.06 cores=1,3,5,7
/proc/5031/task/5034/stat : 5034 (priss) R 5030 5030 4923 0 -1 4202560 1129 0 0 0 306 0 0 0 22 0 5 0 498057366 293675008 11082 33554432000 4194304 5787044 140736546553488 18446744073709551615 4336756 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5031/tid=5035] ppid=5030 vsize=286792 CPUtime=3.06 cores=1,3,5,7
/proc/5031/task/5035/stat : 5035 (priss) R 5030 5030 4923 0 -1 4202560 1353 0 0 0 306 0 0 0 22 0 5 0 498057366 293675008 11082 33554432000 4194304 5787044 140736546553488 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5031/tid=5036] ppid=5030 vsize=286792 CPUtime=3.04 cores=1,3,5,7
/proc/5031/task/5036/stat : 5036 (priss) R 5030 5030 4923 0 -1 4202560 2402 0 0 0 304 0 0 0 22 0 5 0 498057367 293675008 11082 33554432000 4194304 5787044 140736546553488 18446744073709551615 4336759 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 295492

[startup+6.30032 s]
/proc/loadavg: 7.02 7.82 7.84 9/188 5036
/proc/meminfo: memFree=22031140/32951124 swapFree=67111528/67111528
[pid=5030] ppid=5028 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5030/stat : 5030 (prissAuto.sh) S 5028 5030 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498057363 8908800 252 33554432000 4194304 4922060 140736149816496 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5030/statm: 2175 252 211 178 0 68 0
[pid=5031] ppid=5030 vsize=312092 CPUtime=25.06 cores=1,3,5,7
/proc/5031/stat : 5031 (priss) S 5030 5030 4923 0 -1 4202496 24697 0 0 0 2500 6 0 0 18 0 5 0 498057363 319582208 21233 33554432000 4194304 5787044 140736546553488 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5031/statm: 78023 21233 404 389 0 73773 0
[pid=5031/tid=5033] ppid=5030 vsize=312092 CPUtime=6.24 cores=1,3,5,7
/proc/5031/task/5033/stat : 5033 (priss) R 5030 5030 4923 0 -1 4202560 7268 0 0 0 623 1 0 0 25 0 5 0 498057365 319582208 21233 33554432000 4194304 5787044 140736546553488 18446744073709551615 4254531 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5031/tid=5034] ppid=5030 vsize=312092 CPUtime=6.25 cores=1,3,5,7
/proc/5031/task/5034/stat : 5034 (priss) R 5030 5030 4923 0 -1 4202560 3378 0 0 0 625 0 0 0 20 0 5 0 498057366 319582208 21233 33554432000 4194304 5787044 140736546553488 18446744073709551615 254261276083 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5031/tid=5035] ppid=5030 vsize=312092 CPUtime=6.25 cores=1,3,5,7
/proc/5031/task/5035/stat : 5035 (priss) R 5030 5030 4923 0 -1 4202560 5240 0 0 0 623 2 0 0 22 0 5 0 498057366 319582208 21233 33554432000 4194304 5787044 140736546553488 18446744073709551615 4661477 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5031/tid=5036] ppid=5030 vsize=312092 CPUtime=6.24 cores=1,3,5,7
/proc/5031/task/5036/stat : 5036 (priss) R 5030 5030 4923 0 -1 4202560 4922 0 0 0 623 1 0 0 25 0 5 0 498057367 319582208 21233 33554432000 4194304 5787044 140736546553488 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 320792

[startup+12.7012 s]
/proc/loadavg: 7.10 7.82 7.84 9/188 5036
/proc/meminfo: memFree=21989244/32951124 swapFree=67111528/67111528
[pid=5030] ppid=5028 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5030/stat : 5030 (prissAuto.sh) S 5028 5030 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498057363 8908800 252 33554432000 4194304 4922060 140736149816496 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5030/statm: 2175 252 211 178 0 68 0
[pid=5031] ppid=5030 vsize=322756 CPUtime=50.62 cores=1,3,5,7
/proc/5031/stat : 5031 (priss) S 5030 5030 4923 0 -1 4202496 30841 0 0 0 5052 10 0 0 18 0 5 0 498057363 330502144 27377 33554432000 4194304 5787044 140736546553488 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5031/statm: 80689 27377 404 389 0 76439 0
[pid=5031/tid=5033] ppid=5030 vsize=322756 CPUtime=12.6 cores=1,3,5,7
/proc/5031/task/5033/stat : 5033 (priss) R 5030 5030 4923 0 -1 4202560 8909 0 0 0 1258 2 0 0 25 0 5 0 498057365 330502144 27377 33554432000 4194304 5787044 140736546553488 18446744073709551615 4220295 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5031/tid=5034] ppid=5030 vsize=322756 CPUtime=12.66 cores=1,3,5,7
/proc/5031/task/5034/stat : 5034 (priss) R 5030 5030 4923 0 -1 4202560 5028 0 0 0 1264 2 0 0 25 0 5 0 498057366 330502144 27377 33554432000 4194304 5787044 140736546553488 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5031/tid=5035] ppid=5030 vsize=322756 CPUtime=12.65 cores=1,3,5,7
/proc/5031/task/5035/stat : 5035 (priss) R 5030 5030 4923 0 -1 4202560 8089 0 0 0 1261 4 0 0 25 0 5 0 498057366 330502144 27377 33554432000 4194304 5787044 140736546553488 18446744073709551615 5592541 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5031/tid=5036] ppid=5030 vsize=322756 CPUtime=12.64 cores=1,3,5,7
/proc/5031/task/5036/stat : 5036 (priss) R 5030 5030 4923 0 -1 4202560 4926 0 0 0 1263 1 0 0 25 0 5 0 498057367 330502144 27377 33554432000 4194304 5787044 140736546553488 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 331456

[startup+25.5009 s]
/proc/loadavg: 7.30 7.83 7.84 9/188 5037
/proc/meminfo: memFree=21885316/32951124 swapFree=67111528/67111528
[pid=5030] ppid=5028 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5030/stat : 5030 (prissAuto.sh) S 5028 5030 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498057363 8908800 252 33554432000 4194304 4922060 140736149816496 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5030/statm: 2175 252 211 178 0 68 0
[pid=5031] ppid=5030 vsize=340988 CPUtime=101.73 cores=1,3,5,7
/proc/5031/stat : 5031 (priss) S 5030 5030 4923 0 -1 4202496 46607 0 0 0 10152 21 0 0 18 0 5 0 498057363 349171712 40627 33554432000 4194304 5787044 140736546553488 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5031/statm: 85247 40627 417 389 0 80997 0
[pid=5031/tid=5033] ppid=5030 vsize=340988 CPUtime=25.32 cores=1,3,5,7
/proc/5031/task/5033/stat : 5033 (priss) R 5030 5030 4923 0 -1 4202560 12506 0 0 0 2526 6 0 0 25 0 5 0 498057365 349171712 40627 33554432000 4194304 5787044 140736546553488 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5031/tid=5034] ppid=5030 vsize=340988 CPUtime=25.44 cores=1,3,5,7
/proc/5031/task/5034/stat : 5034 (priss) R 5030 5030 4923 0 -1 4202560 9555 0 0 0 2540 4 0 0 23 0 5 0 498057366 349171712 40627 33554432000 4194304 5787044 140736546553488 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5031/tid=5035] ppid=5030 vsize=340988 CPUtime=25.44 cores=1,3,5,7
/proc/5031/task/5035/stat : 5035 (priss) R 5030 5030 4923 0 -1 4202560 10870 0 0 0 2539 5 0 0 25 0 5 0 498057366 349171712 40627 33554432000 4194304 5787044 140736546553488 18446744073709551615 5590995 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5031/tid=5036] ppid=5030 vsize=340988 CPUtime=25.44 cores=1,3,5,7
/proc/5031/task/5036/stat : 5036 (priss) R 5030 5030 4923 0 -1 4202560 9787 0 0 0 2541 3 0 0 25 0 5 0 498057367 349171712 40627 33554432000 4194304 5787044 140736546553488 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 349688

[startup+51.1004 s]
/proc/loadavg: 7.67 7.88 7.86 9/188 5037
/proc/meminfo: memFree=21727644/32951124 swapFree=67111528/67111528
[pid=5030] ppid=5028 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5030/stat : 5030 (prissAuto.sh) S 5028 5030 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498057363 8908800 252 33554432000 4194304 4922060 140736149816496 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5030/statm: 2175 252 211 178 0 68 0
[pid=5031] ppid=5030 vsize=370144 CPUtime=203.95 cores=1,3,5,7
/proc/5031/stat : 5031 (priss) S 5030 5030 4923 0 -1 4202496 70421 0 0 0 20351 44 0 0 18 0 5 0 498057363 379027456 64278 33554432000 4194304 5787044 140736546553488 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5031/statm: 92536 64278 417 389 0 88286 0
[pid=5031/tid=5033] ppid=5030 vsize=370144 CPUtime=50.77 cores=1,3,5,7
/proc/5031/task/5033/stat : 5033 (priss) R 5030 5030 4923 0 -1 4202560 18733 0 0 0 5065 12 0 0 25 0 5 0 498057365 379027456 64278 33554432000 4194304 5787044 140736546553488 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5031/tid=5034] ppid=5030 vsize=370144 CPUtime=51.04 cores=1,3,5,7
/proc/5031/task/5034/stat : 5034 (priss) R 5030 5030 4923 0 -1 4202560 15745 0 0 0 5096 8 0 0 25 0 5 0 498057366 379027456 64278 33554432000 4194304 5787044 140736546553488 18446744073709551615 4238778 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5031/tid=5035] ppid=5030 vsize=370144 CPUtime=51.03 cores=1,3,5,7
/proc/5031/task/5035/stat : 5035 (priss) R 5030 5030 4923 0 -1 4202560 15840 0 0 0 5091 12 0 0 25 0 5 0 498057366 379027456 64278 33554432000 4194304 5787044 140736546553488 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5031/tid=5036] ppid=5030 vsize=370144 CPUtime=51.03 cores=1,3,5,7
/proc/5031/task/5036/stat : 5036 (priss) R 5030 5030 4923 0 -1 4202560 16214 0 0 0 5093 10 0 0 25 0 5 0 498057367 379027456 64278 33554432000 4194304 5787044 140736546553488 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.95
Current children cumulated vsize (KiB) 378844

[startup+102.3 s]
/proc/loadavg: 7.92 7.91 7.87 9/188 5039
/proc/meminfo: memFree=21496008/32951124 swapFree=67111528/67111528
[pid=5030] ppid=5028 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5030/stat : 5030 (prissAuto.sh) S 5028 5030 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498057363 8908800 252 33554432000 4194304 4922060 140736149816496 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5030/statm: 2175 252 211 178 0 68 0
[pid=5031] ppid=5030 vsize=608536 CPUtime=408.43 cores=1,3,5,7
/proc/5031/stat : 5031 (priss) S 5030 5030 4923 0 -1 4202496 102541 0 0 0 40761 82 0 0 18 0 5 0 498057363 623140864 96182 33554432000 4194304 5787044 140736546553488 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5031/statm: 152134 96182 417 389 0 147884 0
[pid=5031/tid=5033] ppid=5030 vsize=608536 CPUtime=101.7 cores=1,3,5,7
/proc/5031/task/5033/stat : 5033 (priss) R 5030 5030 4923 0 -1 4202560 28082 0 0 0 10147 23 0 0 20 0 5 0 498057365 623140864 96182 33554432000 4194304 5787044 140736546553488 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5031/tid=5034] ppid=5030 vsize=608536 CPUtime=102.23 cores=1,3,5,7
/proc/5031/task/5034/stat : 5034 (priss) R 5030 5030 4923 0 -1 4202560 21904 0 0 0 10209 14 0 0 25 0 5 0 498057366 623140864 96182 33554432000 4194304 5787044 140736546553488 18446744073709551615 5591808 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5031/tid=5035] ppid=5030 vsize=608536 CPUtime=102.22 cores=1,3,5,7
/proc/5031/task/5035/stat : 5035 (priss) R 5030 5030 4923 0 -1 4202560 26442 0 0 0 10197 25 0 0 25 0 5 0 498057366 623140864 96182 33554432000 4194304 5787044 140736546553488 18446744073709551615 254261277729 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5031/tid=5036] ppid=5030 vsize=608536 CPUtime=102.22 cores=1,3,5,7
/proc/5031/task/5036/stat : 5036 (priss) R 5030 5030 4923 0 -1 4202560 22224 0 0 0 10203 19 0 0 25 0 5 0 498057367 623140864 96182 33554432000 4194304 5787044 140736546553488 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.43
Current children cumulated vsize (KiB) 617236

[startup+162.301 s]
/proc/loadavg: 8.06 7.95 7.88 9/188 5040
/proc/meminfo: memFree=21276384/32951124 swapFree=67111528/67111528
[pid=5030] ppid=5028 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5030/stat : 5030 (prissAuto.sh) S 5028 5030 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498057363 8908800 252 33554432000 4194304 4922060 140736149816496 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5030/statm: 2175 252 211 178 0 68 0
[pid=5031] ppid=5030 vsize=651444 CPUtime=648.08 cores=1,3,5,7

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

/proc/5031/task/5034/stat : 5034 (priss) R 5030 5030 4923 0 -1 4202560 86282 0 0 0 82141 72 0 0 25 0 5 0 498057366 1428774912 321983 33554432000 4194304 5787044 140736546553488 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5031/tid=5035] ppid=5030 vsize=1395288 CPUtime=821.27 cores=1,3,5,7
/proc/5031/task/5035/stat : 5035 (priss) R 5030 5030 4923 0 -1 4202560 90168 0 0 0 81998 129 0 0 25 0 5 0 498057366 1428774912 321983 33554432000 4194304 5787044 140736546553488 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5031/tid=5036] ppid=5030 vsize=1395288 CPUtime=822.18 cores=1,3,5,7
/proc/5031/task/5036/stat : 5036 (priss) R 5030 5030 4923 0 -1 4202560 53719 0 0 0 82148 70 0 0 25 0 5 0 498057367 1428774912 321983 33554432000 4194304 5787044 140736546553488 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.26
Current children cumulated vsize (KiB) 1403988

[startup+882.301 s]
/proc/loadavg: 8.06 8.07 7.97 9/188 5069
/proc/meminfo: memFree=19888652/32951124 swapFree=67111528/67111528
[pid=5030] ppid=5028 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5030/stat : 5030 (prissAuto.sh) S 5028 5030 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498057363 8908800 252 33554432000 4194304 4922060 140736149816496 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5030/statm: 2175 252 211 178 0 68 0
[pid=5031] ppid=5030 vsize=1460824 CPUtime=3523.93 cores=1,3,5,7
/proc/5031/stat : 5031 (priss) S 5030 5030 4923 0 -1 4202496 338287 0 0 0 351980 413 0 0 18 0 5 0 498057363 1495883776 326004 33554432000 4194304 5787044 140736546553488 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5031/statm: 365206 326004 417 389 0 360956 0
[pid=5031/tid=5033] ppid=5030 vsize=1460824 CPUtime=878.59 cores=1,3,5,7
/proc/5031/task/5033/stat : 5033 (priss) R 5030 5030 4923 0 -1 4202560 100210 0 0 0 87728 131 0 0 25 0 5 0 498057365 1495883776 326004 33554432000 4194304 5787044 140736546553488 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5031/tid=5034] ppid=5030 vsize=1460824 CPUtime=882.14 cores=1,3,5,7
/proc/5031/task/5034/stat : 5034 (priss) R 5030 5030 4923 0 -1 4202560 86282 0 0 0 88141 73 0 0 25 0 5 0 498057366 1495883776 326004 33554432000 4194304 5787044 140736546553488 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5031/tid=5035] ppid=5030 vsize=1460824 CPUtime=880.94 cores=1,3,5,7
/proc/5031/task/5035/stat : 5035 (priss) R 5030 5030 4923 0 -1 4202560 90169 0 0 0 87965 129 0 0 25 0 5 0 498057366 1495883776 326004 33554432000 4194304 5787044 140736546553488 18446744073709551615 5591195 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5031/tid=5036] ppid=5030 vsize=1460824 CPUtime=882.19 cores=1,3,5,7
/proc/5031/task/5036/stat : 5036 (priss) R 5030 5030 4923 0 -1 4202560 57737 0 0 0 88140 79 0 0 25 0 5 0 498057367 1495883776 326004 33554432000 4194304 5787044 140736546553488 18446744073709551615 5527057 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3523.93
Current children cumulated vsize (KiB) 1469524

[startup+942.301 s]
/proc/loadavg: 8.06 8.07 7.98 9/188 5070
/proc/meminfo: memFree=19819188/32951124 swapFree=67111528/67111528
[pid=5030] ppid=5028 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5030/stat : 5030 (prissAuto.sh) S 5028 5030 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498057363 8908800 252 33554432000 4194304 4922060 140736149816496 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5030/statm: 2175 252 211 178 0 68 0
[pid=5031] ppid=5030 vsize=1460824 CPUtime=3763.61 cores=1,3,5,7
/proc/5031/stat : 5031 (priss) S 5030 5030 4923 0 -1 4202496 341958 0 0 0 375941 420 0 0 18 0 5 0 498057363 1495883776 329675 33554432000 4194304 5787044 140736546553488 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5031/statm: 365206 329675 417 389 0 360956 0
[pid=5031/tid=5033] ppid=5030 vsize=1460824 CPUtime=938.33 cores=1,3,5,7
/proc/5031/task/5033/stat : 5033 (priss) R 5030 5030 4923 0 -1 4202560 100217 0 0 0 93702 131 0 0 25 0 5 0 498057365 1495883776 329675 33554432000 4194304 5787044 140736546553488 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5031/tid=5034] ppid=5030 vsize=1460824 CPUtime=942.13 cores=1,3,5,7
/proc/5031/task/5034/stat : 5034 (priss) R 5030 5030 4923 0 -1 4202560 86284 0 0 0 94140 73 0 0 25 0 5 0 498057366 1495883776 329675 33554432000 4194304 5787044 140736546553488 18446744073709551615 5591289 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5031/tid=5035] ppid=5030 vsize=1460824 CPUtime=940.88 cores=1,3,5,7
/proc/5031/task/5035/stat : 5035 (priss) R 5030 5030 4923 0 -1 4202560 90170 0 0 0 93959 129 0 0 25 0 5 0 498057366 1495883776 329675 33554432000 4194304 5787044 140736546553488 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5031/tid=5036] ppid=5030 vsize=1460824 CPUtime=942.18 cores=1,3,5,7
/proc/5031/task/5036/stat : 5036 (priss) R 5030 5030 4923 0 -1 4202560 61398 0 0 0 94134 84 0 0 25 0 5 0 498057367 1495883776 329675 33554432000 4194304 5787044 140736546553488 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3763.61
Current children cumulated vsize (KiB) 1469524

[startup+1002.3 s]
/proc/loadavg: 8.02 8.06 7.98 9/188 5072
/proc/meminfo: memFree=19741552/32951124 swapFree=67111528/67111528
[pid=5030] ppid=5028 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5030/stat : 5030 (prissAuto.sh) S 5028 5030 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498057363 8908800 252 33554432000 4194304 4922060 140736149816496 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5030/statm: 2175 252 211 178 0 68 0
[pid=5031] ppid=5030 vsize=1460824 CPUtime=4003.28 cores=1,3,5,7
/proc/5031/stat : 5031 (priss) S 5030 5030 4923 0 -1 4202496 345524 0 0 0 399902 426 0 0 18 0 5 0 498057363 1495883776 333241 33554432000 4194304 5787044 140736546553488 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5031/statm: 365206 333241 417 389 0 360956 0
[pid=5031/tid=5033] ppid=5030 vsize=1460824 CPUtime=998.06 cores=1,3,5,7
/proc/5031/task/5033/stat : 5033 (priss) R 5030 5030 4923 0 -1 4202560 100227 0 0 0 99675 131 0 0 25 0 5 0 498057365 1495883776 333241 33554432000 4194304 5787044 140736546553488 18446744073709551615 4254537 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5031/tid=5034] ppid=5030 vsize=1460824 CPUtime=1002.07 cores=1,3,5,7
/proc/5031/task/5034/stat : 5034 (priss) R 5030 5030 4923 0 -1 4202560 86291 0 0 0 100133 74 0 0 25 0 5 0 498057366 1495883776 333241 33554432000 4194304 5787044 140736546553488 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5031/tid=5035] ppid=5030 vsize=1460824 CPUtime=1000.87 cores=1,3,5,7
/proc/5031/task/5035/stat : 5035 (priss) R 5030 5030 4923 0 -1 4202560 90177 0 0 0 99958 129 0 0 25 0 5 0 498057366 1495883776 333241 33554432000 4194304 5787044 140736546553488 18446744073709551615 4220335 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5031/tid=5036] ppid=5030 vsize=1460824 CPUtime=1002.19 cores=1,3,5,7
/proc/5031/task/5036/stat : 5036 (priss) R 5030 5030 4923 0 -1 4202560 64940 0 0 0 100129 90 0 0 25 0 5 0 498057367 1495883776 333241 33554432000 4194304 5787044 140736546553488 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.28
Current children cumulated vsize (KiB) 1469524

[startup+1062.3 s]
/proc/loadavg: 8.01 8.05 7.98 9/188 5073
/proc/meminfo: memFree=19662292/32951124 swapFree=67111528/67111528
[pid=5030] ppid=5028 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5030/stat : 5030 (prissAuto.sh) S 5028 5030 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498057363 8908800 252 33554432000 4194304 4922060 140736149816496 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5030/statm: 2175 252 211 178 0 68 0
[pid=5031] ppid=5030 vsize=1464920 CPUtime=4242.95 cores=1,3,5,7
/proc/5031/stat : 5031 (priss) S 5030 5030 4923 0 -1 4202496 351954 0 0 0 423862 433 0 0 18 0 5 0 498057363 1500078080 339574 33554432000 4194304 5787044 140736546553488 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5031/statm: 366230 339574 417 389 0 361980 0
[pid=5031/tid=5033] ppid=5030 vsize=1464920 CPUtime=1058.06 cores=1,3,5,7
/proc/5031/task/5033/stat : 5033 (priss) R 5030 5030 4923 0 -1 4202560 101748 0 0 0 105672 134 0 0 25 0 5 0 498057365 1500078080 339574 33554432000 4194304 5787044 140736546553488 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5031/tid=5034] ppid=5030 vsize=1464920 CPUtime=1061.74 cores=1,3,5,7
/proc/5031/task/5034/stat : 5034 (priss) R 5030 5030 4923 0 -1 4202560 87360 0 0 0 106100 74 0 0 25 0 5 0 498057366 1500078080 339574 33554432000 4194304 5787044 140736546553488 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5031/tid=5035] ppid=5030 vsize=1464920 CPUtime=1060.87 cores=1,3,5,7
/proc/5031/task/5035/stat : 5035 (priss) R 5030 5030 4923 0 -1 4202560 91222 0 0 0 105958 129 0 0 25 0 5 0 498057366 1500078080 339574 33554432000 4194304 5787044 140736546553488 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5031/tid=5036] ppid=5030 vsize=1464920 CPUtime=1062.19 cores=1,3,5,7
/proc/5031/task/5036/stat : 5036 (priss) R 5030 5030 4923 0 -1 4202560 67735 0 0 0 106126 93 0 0 25 0 5 0 498057367 1500078080 339574 33554432000 4194304 5787044 140736546553488 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4242.95
Current children cumulated vsize (KiB) 1473620

[startup+1122.3 s]
/proc/loadavg: 8.13 8.07 7.99 9/188 5075
/proc/meminfo: memFree=19554520/32951124 swapFree=67111528/67111528
[pid=5030] ppid=5028 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5030/stat : 5030 (prissAuto.sh) S 5028 5030 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498057363 8908800 252 33554432000 4194304 4922060 140736149816496 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5030/statm: 2175 252 211 178 0 68 0
[pid=5031] ppid=5030 vsize=1612888 CPUtime=4482.61 cores=1,3,5,7
/proc/5031/stat : 5031 (priss) S 5030 5030 4923 0 -1 4202496 370466 0 0 0 447801 460 0 0 18 0 5 0 498057363 1651597312 358086 33554432000 4194304 5787044 140736546553488 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5031/statm: 403222 358086 417 389 0 398972 0
[pid=5031/tid=5033] ppid=5030 vsize=1612888 CPUtime=1118.06 cores=1,3,5,7
/proc/5031/task/5033/stat : 5033 (priss) R 5030 5030 4923 0 -1 4202560 110582 0 0 0 111656 150 0 0 25 0 5 0 498057365 1651597312 358086 33554432000 4194304 5787044 140736546553488 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5031/tid=5034] ppid=5030 vsize=1612888 CPUtime=1121.41 cores=1,3,5,7
/proc/5031/task/5034/stat : 5034 (priss) R 5030 5030 4923 0 -1 4202560 91681 0 0 0 112063 78 0 0 25 0 5 0 498057366 1651597312 358086 33554432000 4194304 5787044 140736546553488 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5031/tid=5035] ppid=5030 vsize=1612888 CPUtime=1120.87 cores=1,3,5,7
/proc/5031/task/5035/stat : 5035 (priss) R 5030 5030 4923 0 -1 4202560 96579 0 0 0 111951 136 0 0 25 0 5 0 498057366 1651597312 358086 33554432000 4194304 5787044 140736546553488 18446744073709551615 5591539 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5031/tid=5036] ppid=5030 vsize=1612888 CPUtime=1122.19 cores=1,3,5,7
/proc/5031/task/5036/stat : 5036 (priss) R 5030 5030 4923 0 -1 4202560 67735 0 0 0 112126 93 0 0 25 0 5 0 498057367 1651597312 358086 33554432000 4194304 5787044 140736546553488 18446744073709551615 5527209 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4482.61
Current children cumulated vsize (KiB) 1621588

[startup+1182.3 s]
/proc/loadavg: 8.15 8.08 8.00 9/188 5077
/proc/meminfo: memFree=19438072/32951124 swapFree=67111528/67111528
[pid=5030] ppid=5028 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5030/stat : 5030 (prissAuto.sh) S 5028 5030 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498057363 8908800 252 33554432000 4194304 4922060 140736149816496 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5030/statm: 2175 252 211 178 0 68 0
[pid=5031] ppid=5030 vsize=1711396 CPUtime=4722.29 cores=1,3,5,7
/proc/5031/stat : 5031 (priss) S 5030 5030 4923 0 -1 4202496 397409 0 0 0 471727 502 0 0 18 0 5 0 498057363 1752469504 385029 33554432000 4194304 5787044 140736546553488 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5031/statm: 427849 385029 417 389 0 423599 0
[pid=5031/tid=5033] ppid=5030 vsize=1711396 CPUtime=1178.07 cores=1,3,5,7
/proc/5031/task/5033/stat : 5033 (priss) R 5030 5030 4923 0 -1 4202560 120042 0 0 0 117639 168 0 0 25 0 5 0 498057365 1752469504 385029 33554432000 4194304 5787044 140736546553488 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5031/tid=5034] ppid=5030 vsize=1711396 CPUtime=1181.07 cores=1,3,5,7
/proc/5031/task/5034/stat : 5034 (priss) R 5030 5030 4923 0 -1 4202560 99956 0 0 0 118021 86 0 0 25 0 5 0 498057366 1752469504 385029 33554432000 4194304 5787044 140736546553488 18446744073709551615 5588098 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5031/tid=5035] ppid=5030 vsize=1711396 CPUtime=1180.88 cores=1,3,5,7
/proc/5031/task/5035/stat : 5035 (priss) R 5030 5030 4923 0 -1 4202560 104795 0 0 0 117936 152 0 0 25 0 5 0 498057366 1752469504 385029 33554432000 4194304 5787044 140736546553488 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5031/tid=5036] ppid=5030 vsize=1711396 CPUtime=1182.19 cores=1,3,5,7
/proc/5031/task/5036/stat : 5036 (priss) R 5030 5030 4923 0 -1 4202560 68727 0 0 0 118125 94 0 0 25 0 5 0 498057367 1752469504 385029 33554432000 4194304 5787044 140736546553488 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.29
Current children cumulated vsize (KiB) 1720096



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.11 8.08 8.00 9/188 5110
/proc/meminfo: memFree=20595328/32951124 swapFree=67111528/67111528
[pid=5030] ppid=5028 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5030/stat : 5030 (prissAuto.sh) S 5028 5030 4923 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 498057363 8908800 252 33554432000 4194304 4922060 140736149816496 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5030/statm: 2175 252 211 178 0 68 0
[pid=5031] ppid=5030 vsize=1725732 CPUtime=4800.17 cores=1,3,5,7
/proc/5031/stat : 5031 (priss) S 5030 5030 4923 0 -1 4202496 406214 0 0 0 479503 514 0 0 18 0 5 0 498057363 1767149568 393834 33554432000 4194304 5787044 140736546553488 18446744073709551615 254273440177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5031/statm: 431433 393834 417 389 0 427183 0
[pid=5031/tid=5033] ppid=5030 vsize=1725732 CPUtime=1197.57 cores=1,3,5,7
/proc/5031/task/5033/stat : 5033 (priss) R 5030 5030 4923 0 -1 4202560 122717 0 0 0 119584 173 0 0 25 0 5 0 498057365 1767149568 393834 33554432000 4194304 5787044 140736546553488 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5031/tid=5034] ppid=5030 vsize=1725732 CPUtime=1200.46 cores=1,3,5,7
/proc/5031/task/5034/stat : 5034 (priss) R 5030 5030 4923 0 -1 4202560 103559 0 0 0 119957 89 0 0 25 0 5 0 498057366 1767149568 393834 33554432000 4194304 5787044 140736546553488 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5031/tid=5035] ppid=5030 vsize=1725732 CPUtime=1200.37 cores=1,3,5,7
/proc/5031/task/5035/stat : 5035 (priss) R 5030 5030 4923 0 -1 4202560 107322 0 0 0 119880 157 0 0 25 0 5 0 498057366 1767149568 393834 33554432000 4194304 5787044 140736546553488 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5031/tid=5036] ppid=5030 vsize=1725732 CPUtime=1201.69 cores=1,3,5,7
/proc/5031/task/5036/stat : 5036 (priss) R 5030 5030 4923 0 -1 4202560 68727 0 0 0 120075 94 0 0 25 0 5 0 498057367 1767149568 393834 33554432000 4194304 5787044 140736546553488 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.17
Current children cumulated vsize (KiB) 1734432

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.82
CPU time (s): 4800.17
CPU user time (s): 4795.03
CPU system time (s): 5.14
CPU usage (%): 399.409
Max. virtual memory (cumulated for all children) (KiB): 1734432

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= 333
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.65175 second user time and 4.90625 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-29 07:53:40
IDJOB=3249445
IDBENCH=83170
IDSOLVER=1602
FILE ID=node140/3249445-1304056420
RUNJOBID= node140-1304056417-4942
PBS_JOBID= 13170433
Free space on /tmp= 72660 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-7x39.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3249445-1304056420/watcher-3249445-1304056420 -o /tmp/evaluation-result-3249445-1304056420/solver-3249445-1304056420 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3249445-1304056420.cnf 351561056 4800 15500 4

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

MD5SUM BENCH= f717554c4e7f802b3078c48464dbcd9d
RANDOM SEED=351561056

node140.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	: 5226.14
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.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.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.77
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.75
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.75
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:      22144416 kB
Buffers:       2297472 kB
Cached:        7818592 kB
SwapCached:          0 kB
Active:        2714228 kB
Inactive:      7524456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22144416 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6416 kB
Writeback:           0 kB
AnonPages:      122584 kB
Mapped:          15460 kB
Slab:           504548 kB
PageTables:       5120 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   305988 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72660 MiB
End job on node140 at 2011-04-29 08:13:44