Trace number 3291320

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

General information on the benchmark

NameSAT03/industrial/goldberg/hard_eq_check/
c6288mul.miter.shuffled-as.sat03-346.cnf
MD5SUM9799c8db3562549113e4a12f98721530
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark42.8615
Satisfiable
(Un)Satisfiability was proved
Number of variables9540
Number of clauses61421
Sum of the clauses size207840
Maximum clause length64
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 214116
Number of clauses of size 328488
Number of clauses of size 40
Number of clauses of size 518816
Number of clauses of size over 51

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: 16340
0.00/0.00	c setup for 4cores
0.00/0.02	c parsetime: 21231us
0.00/0.02	c parsed 61421 clauses with 9540 variables
0.00/0.03	c NW started thread 0 successfully (1108556096)
0.00/0.03	c NW started thread 1 successfully (1119045952)
0.00/0.04	c NW started thread 2 successfully (1129535808)
0.00/0.05	c NW started thread 3 successfully (1092061504)
0.00/1.02	c preprocessor returned 10002 variables
0.00/1.02	c preprocessing returned UNKNOWN
0.00/1.02	c PP set 39 variables
0.00/1.02	c pp time: 979492us (0s)
0.00/1.02	c preprocessor returned 10002 variables
0.00/1.02	c preprocessing returned UNKNOWN
0.00/1.02	c PP set 39 variables
0.00/1.02	c pp time: 988857us (0s)
0.00/1.02	c preprocessor returned 10002 variables
0.00/1.02	c preprocessing returned UNKNOWN
0.00/1.02	c PP set 39 variables
0.00/1.02	c pp time: 978148us (0s)
13.45/3.48	c preprocessor returned 30011 variables
13.45/3.48	c preprocessing returned UNKNOWN
13.45/3.48	c PP set 39 variables
13.45/3.48	c pp time: 3422430us (3s)
14.25/3.65	c HTE
14.25/3.68	c subsumption
14.65/3.73	c simplified formula contains 0 unit clauses
43.80/11.09	c HTE
44.20/11.14	c subsumption
44.60/11.23	c simplified formula contains 0 unit clauses

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-3291320-1304065434/watcher-3291320-1304065434 -o /tmp/evaluation-result-3291320-1304065434/solver-3291320-1304065434 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3291320-1304065434.cnf 1108808208 4800 15500 4 

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

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


[startup+0 s]
/proc/loadavg: 7.91 8.05 7.87 6/182 16339
/proc/meminfo: memFree=30161944/32951124 swapFree=67111364/67111528
[pid=16339] ppid=16337 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16339/stat : 16339 (prissAuto.sh) S 16337 16339 13999 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 518143825 8908800 251 33554432000 4194304 4922060 140737138437792 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16339/statm: 2175 251 211 178 0 68 0

[startup+0.052493 s]
/proc/loadavg: 7.91 8.05 7.87 6/182 16339
/proc/meminfo: memFree=30161944/32951124 swapFree=67111364/67111528
[pid=16339] ppid=16337 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16339/stat : 16339 (prissAuto.sh) S 16337 16339 13999 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 518143825 8908800 251 33554432000 4194304 4922060 140737138437792 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16339/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.85358 s]
/proc/loadavg: 7.91 8.05 7.87 6/182 16339
/proc/meminfo: memFree=30161944/32951124 swapFree=67111364/67111528
[pid=16339] ppid=16337 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16339/stat : 16339 (prissAuto.sh) S 16337 16339 13999 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 518143825 8908800 251 33554432000 4194304 4922060 140737138437792 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16339/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.953563 s]
/proc/loadavg: 7.91 8.05 7.87 6/182 16339
/proc/meminfo: memFree=30161944/32951124 swapFree=67111364/67111528
[pid=16339] ppid=16337 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16339/stat : 16339 (prissAuto.sh) S 16337 16339 13999 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 518143825 8908800 251 33554432000 4194304 4922060 140737138437792 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16339/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.05355 s]
/proc/loadavg: 7.91 8.05 7.87 6/182 16339
/proc/meminfo: memFree=30161944/32951124 swapFree=67111364/67111528
[pid=16339] ppid=16337 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16339/stat : 16339 (prissAuto.sh) S 16337 16339 13999 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 518143825 8908800 251 33554432000 4194304 4922060 140737138437792 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16339/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50047 s]
/proc/loadavg: 7.91 8.05 7.87 6/182 16339
/proc/meminfo: memFree=30161944/32951124 swapFree=67111364/67111528
[pid=16339] ppid=16337 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16339/stat : 16339 (prissAuto.sh) S 16337 16339 13999 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 518143825 8908800 251 33554432000 4194304 4922060 140737138437792 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16339/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10117 s]
/proc/loadavg: 7.92 8.05 7.87 9/188 16345
/proc/meminfo: memFree=30093244/32951124 swapFree=67111364/67111528
[pid=16339] ppid=16337 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16339/stat : 16339 (prissAuto.sh) S 16337 16339 13999 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 518143825 8908800 251 33554432000 4194304 4922060 140737138437792 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16339/statm: 2175 251 211 178 0 68 0
[pid=16340] ppid=16339 vsize=294684 CPUtime=12.25 cores=0,2,4,6
/proc/16340/stat : 16340 (priss) S 16339 16339 13999 0 -1 4202496 16896 0 0 0 1221 4 0 0 18 0 5 0 518143825 301756416 13604 33554432000 4194304 5787044 140733892008320 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/16340/statm: 73671 13604 406 389 0 69421 0
[pid=16340/tid=16342] ppid=16339 vsize=294684 CPUtime=3.05 cores=0,2,4,6
/proc/16340/task/16342/stat : 16342 (priss) R 16339 16339 13999 0 -1 4202560 2894 0 0 0 305 0 0 0 25 0 5 0 518143828 301756416 13604 33554432000 4194304 5787044 140733892008320 18446744073709551615 5591031 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16340/tid=16343] ppid=16339 vsize=294684 CPUtime=3.04 cores=0,2,4,6
/proc/16340/task/16343/stat : 16343 (priss) R 16339 16339 13999 0 -1 4202560 3362 0 0 0 303 1 0 0 25 0 5 0 518143829 301756416 13604 33554432000 4194304 5787044 140733892008320 18446744073709551615 4254652 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16340/tid=16344] ppid=16339 vsize=294684 CPUtime=3.04 cores=0,2,4,6
/proc/16340/task/16344/stat : 16344 (priss) R 16339 16339 13999 0 -1 4202560 2825 0 0 0 304 0 0 0 25 0 5 0 518143830 301756416 13604 33554432000 4194304 5787044 140733892008320 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16340/tid=16345] ppid=16339 vsize=294684 CPUtime=3.03 cores=0,2,4,6
/proc/16340/task/16345/stat : 16345 (priss) R 16339 16339 13999 0 -1 4202560 3356 0 0 0 303 0 0 0 25 0 5 0 518143831 301756416 13604 33554432000 4194304 5787044 140733892008320 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.25
Current children cumulated vsize (KiB) 303384

[startup+6.30062 s]
/proc/loadavg: 7.92 8.05 7.87 9/188 16345
/proc/meminfo: memFree=30000700/32951124 swapFree=67111364/67111528
[pid=16339] ppid=16337 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16339/stat : 16339 (prissAuto.sh) S 16337 16339 13999 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 518143825 8908800 251 33554432000 4194304 4922060 140737138437792 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16339/statm: 2175 251 211 178 0 68 0
[pid=16340] ppid=16339 vsize=303836 CPUtime=25.02 cores=0,2,4,6
/proc/16340/stat : 16340 (priss) S 16339 16339 13999 0 -1 4202496 20375 0 0 0 2497 5 0 0 18 0 5 0 518143825 311128064 16379 33554432000 4194304 5787044 140733892008320 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/16340/statm: 75959 16379 420 389 0 71709 0
[pid=16340/tid=16342] ppid=16339 vsize=303836 CPUtime=6.25 cores=0,2,4,6
/proc/16340/task/16342/stat : 16342 (priss) R 16339 16339 13999 0 -1 4202560 3110 0 0 0 625 0 0 0 25 0 5 0 518143828 311128064 16379 33554432000 4194304 5787044 140733892008320 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16340/tid=16343] ppid=16339 vsize=303836 CPUtime=6.22 cores=0,2,4,6
/proc/16340/task/16343/stat : 16343 (priss) R 16339 16339 13999 0 -1 4202560 3549 0 0 0 621 1 0 0 25 0 5 0 518143829 311128064 16379 33554432000 4194304 5787044 140733892008320 18446744073709551615 5590646 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16340/tid=16344] ppid=16339 vsize=303836 CPUtime=6.25 cores=0,2,4,6
/proc/16340/task/16344/stat : 16344 (priss) R 16339 16339 13999 0 -1 4202560 2952 0 0 0 624 1 0 0 25 0 5 0 518143830 311128064 16379 33554432000 4194304 5787044 140733892008320 18446744073709551615 5588240 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16340/tid=16345] ppid=16339 vsize=303836 CPUtime=6.23 cores=0,2,4,6
/proc/16340/task/16345/stat : 16345 (priss) R 16339 16339 13999 0 -1 4202560 6305 0 0 0 622 1 0 0 21 0 5 0 518143831 311128064 16379 33554432000 4194304 5787044 140733892008320 18446744073709551615 4220688 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.02
Current children cumulated vsize (KiB) 312536

[startup+12.7004 s]
/proc/loadavg: 7.93 8.05 7.87 9/188 16346
/proc/meminfo: memFree=29989316/32951124 swapFree=67111364/67111528
[pid=16339] ppid=16337 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16339/stat : 16339 (prissAuto.sh) S 16337 16339 13999 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 518143825 8908800 251 33554432000 4194304 4922060 140737138437792 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16339/statm: 2175 251 211 178 0 68 0
[pid=16340] ppid=16339 vsize=310868 CPUtime=50.61 cores=0,2,4,6
/proc/16340/stat : 16340 (priss) S 16339 16339 13999 0 -1 4202496 23647 0 0 0 5054 7 0 0 18 0 5 0 518143825 318328832 19651 33554432000 4194304 5787044 140733892008320 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/16340/statm: 77717 19651 420 389 0 73467 0
[pid=16340/tid=16342] ppid=16339 vsize=310868 CPUtime=12.65 cores=0,2,4,6
/proc/16340/task/16342/stat : 16342 (priss) R 16339 16339 13999 0 -1 4202560 4563 0 0 0 1264 1 0 0 25 0 5 0 518143828 318328832 19652 33554432000 4194304 5787044 140733892008320 18446744073709551615 253640556160 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16340/tid=16343] ppid=16339 vsize=310868 CPUtime=12.59 cores=0,2,4,6
/proc/16340/task/16343/stat : 16343 (priss) R 16339 16339 13999 0 -1 4202560 3889 0 0 0 1258 1 0 0 25 0 5 0 518143829 318328832 19652 33554432000 4194304 5787044 140733892008320 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16340/tid=16344] ppid=16339 vsize=310868 CPUtime=12.65 cores=0,2,4,6
/proc/16340/task/16344/stat : 16344 (priss) R 16339 16339 13999 0 -1 4202560 3426 0 0 0 1264 1 0 0 25 0 5 0 518143830 318328832 19652 33554432000 4194304 5787044 140733892008320 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16340/tid=16345] ppid=16339 vsize=310868 CPUtime=12.63 cores=0,2,4,6
/proc/16340/task/16345/stat : 16345 (priss) R 16339 16339 13999 0 -1 4202560 7311 0 0 0 1262 1 0 0 25 0 5 0 518143831 318328832 19652 33554432000 4194304 5787044 140733892008320 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 319568

[startup+25.5011 s]
/proc/loadavg: 7.94 8.04 7.87 9/188 16346
/proc/meminfo: memFree=29944180/32951124 swapFree=67111364/67111528
[pid=16339] ppid=16337 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16339/stat : 16339 (prissAuto.sh) S 16337 16339 13999 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 518143825 8908800 251 33554432000 4194304 4922060 140737138437792 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16339/statm: 2175 251 211 178 0 68 0
[pid=16340] ppid=16339 vsize=310868 CPUtime=101.72 cores=0,2,4,6
/proc/16340/stat : 16340 (priss) S 16339 16339 13999 0 -1 4202496 25670 0 0 0 10162 10 0 0 18 0 5 0 518143825 318328832 21674 33554432000 4194304 5787044 140733892008320 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/16340/statm: 77717 21674 420 389 0 73467 0
[pid=16340/tid=16342] ppid=16339 vsize=310868 CPUtime=25.46 cores=0,2,4,6
/proc/16340/task/16342/stat : 16342 (priss) R 16339 16339 13999 0 -1 4202560 5367 0 0 0 2543 3 0 0 25 0 5 0 518143828 318328832 21674 33554432000 4194304 5787044 140733892008320 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16340/tid=16343] ppid=16339 vsize=310868 CPUtime=25.31 cores=0,2,4,6
/proc/16340/task/16343/stat : 16343 (priss) R 16339 16339 13999 0 -1 4202560 4377 0 0 0 2529 2 0 0 25 0 5 0 518143829 318328832 21674 33554432000 4194304 5787044 140733892008320 18446744073709551615 5591083 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16340/tid=16344] ppid=16339 vsize=310868 CPUtime=25.44 cores=0,2,4,6
/proc/16340/task/16344/stat : 16344 (priss) R 16339 16339 13999 0 -1 4202560 3988 0 0 0 2542 2 0 0 25 0 5 0 518143830 318328832 21674 33554432000 4194304 5787044 140733892008320 18446744073709551615 4238578 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16340/tid=16345] ppid=16339 vsize=310868 CPUtime=25.43 cores=0,2,4,6
/proc/16340/task/16345/stat : 16345 (priss) R 16339 16339 13999 0 -1 4202560 7479 0 0 0 2542 1 0 0 25 0 5 0 518143831 318328832 21674 33554432000 4194304 5787044 140733892008320 18446744073709551615 5527168 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.72
Current children cumulated vsize (KiB) 319568

[startup+51.1004 s]
/proc/loadavg: 8.03 8.06 7.88 9/188 16347
/proc/meminfo: memFree=29908516/32951124 swapFree=67111364/67111528
[pid=16339] ppid=16337 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16339/stat : 16339 (prissAuto.sh) S 16337 16339 13999 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 518143825 8908800 251 33554432000 4194304 4922060 140737138437792 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16339/statm: 2175 251 211 178 0 68 0
[pid=16340] ppid=16339 vsize=317740 CPUtime=203.98 cores=0,2,4,6
/proc/16340/stat : 16340 (priss) S 16339 16339 13999 0 -1 4202496 31393 0 0 0 20381 17 0 0 18 0 5 0 518143825 325365760 27394 33554432000 4194304 5787044 140733892008320 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/16340/statm: 79435 27394 420 389 0 75185 0
[pid=16340/tid=16342] ppid=16339 vsize=317740 CPUtime=51.05 cores=0,2,4,6
/proc/16340/task/16342/stat : 16342 (priss) R 16339 16339 13999 0 -1 4202560 6674 0 0 0 5101 4 0 0 25 0 5 0 518143828 325365760 27394 33554432000 4194304 5787044 140733892008320 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16340/tid=16343] ppid=16339 vsize=317740 CPUtime=50.78 cores=0,2,4,6
/proc/16340/task/16343/stat : 16343 (priss) R 16339 16339 13999 0 -1 4202560 5852 0 0 0 5074 4 0 0 25 0 5 0 518143829 325365760 27394 33554432000 4194304 5787044 140733892008320 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16340/tid=16344] ppid=16339 vsize=317740 CPUtime=51.03 cores=0,2,4,6
/proc/16340/task/16344/stat : 16344 (priss) R 16339 16339 13999 0 -1 4202560 5069 0 0 0 5100 3 0 0 25 0 5 0 518143830 325365760 27394 33554432000 4194304 5787044 140733892008320 18446744073709551615 5590850 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16340/tid=16345] ppid=16339 vsize=317740 CPUtime=51.03 cores=0,2,4,6
/proc/16340/task/16345/stat : 16345 (priss) R 16339 16339 13999 0 -1 4202560 9339 0 0 0 5100 3 0 0 25 0 5 0 518143831 325365760 27394 33554432000 4194304 5787044 140733892008320 18446744073709551615 4213698 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.98
Current children cumulated vsize (KiB) 326440

[startup+102.301 s]
/proc/loadavg: 5.80 7.44 7.68 5/177 16365
/proc/meminfo: memFree=30252344/32951124 swapFree=67111364/67111528
[pid=16339] ppid=16337 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16339/stat : 16339 (prissAuto.sh) S 16337 16339 13999 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 518143825 8908800 251 33554432000 4194304 4922060 140737138437792 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16339/statm: 2175 251 211 178 0 68 0
[pid=16340] ppid=16339 vsize=328532 CPUtime=408.47 cores=0,2,4,6
/proc/16340/stat : 16340 (priss) S 16339 16339 13999 0 -1 4202496 40574 0 0 0 40803 44 0 0 18 0 5 0 518143825 336416768 36486 33554432000 4194304 5787044 140733892008320 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/16340/statm: 82133 36486 420 389 0 77883 0
[pid=16340/tid=16342] ppid=16339 vsize=328532 CPUtime=102.25 cores=0,2,4,6
/proc/16340/task/16342/stat : 16342 (priss) R 16339 16339 13999 0 -1 4202560 9046 0 0 0 10218 7 0 0 25 0 5 0 518143828 336416768 36486 33554432000 4194304 5787044 140733892008320 18446744073709551615 4220314 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16340/tid=16343] ppid=16339 vsize=328532 CPUtime=101.71 cores=0,2,4,6
/proc/16340/task/16343/stat : 16343 (priss) R 16339 16339 13999 0 -1 4202560 10011 0 0 0 10154 17 0 0 25 0 5 0 518143829 336416768 36486 33554432000 4194304 5787044 140733892008320 18446744073709551615 5590355 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16340/tid=16344] ppid=16339 vsize=328532 CPUtime=102.22 cores=0,2,4,6
/proc/16340/task/16344/stat : 16344 (priss) R 16339 16339 13999 0 -1 4202560 6087 0 0 0 10213 9 0 0 25 0 5 0 518143830 336416768 36486 33554432000 4194304 5787044 140733892008320 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16340/tid=16345] ppid=16339 vsize=328532 CPUtime=102.2 cores=0,2,4,6
/proc/16340/task/16345/stat : 16345 (priss) R 16339 16339 13999 0 -1 4202560 10971 0 0 0 10212 8 0 0 25 0 5 0 518143831 336416768 36486 33554432000 4194304 5787044 140733892008320 18446744073709551615 5528704 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.47
Current children cumulated vsize (KiB) 337232

[startup+162.301 s]
/proc/loadavg: 4.66 6.81 7.44 5/177 16367
/proc/meminfo: memFree=30215344/32951124 swapFree=67111364/67111528
[pid=16339] ppid=16337 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16339/stat : 16339 (prissAuto.sh) S 16337 16339 13999 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 518143825 8908800 251 33554432000 4194304 4922060 140737138437792 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16339/statm: 2175 251 211 178 0 68 0
[pid=16340] ppid=16339 vsize=338316 CPUtime=648.13 cores=0,2,4,6

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

/proc/16340/task/16343/stat : 16343 (priss) R 16339 16339 13999 0 -1 4202560 36840 0 0 0 88001 75 0 0 25 0 5 0 518143829 675561472 125141 33554432000 4194304 5787044 140733892008320 18446744073709551615 5591328 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16340/tid=16344] ppid=16339 vsize=659728 CPUtime=880.27 cores=0,2,4,6
/proc/16340/task/16344/stat : 16344 (priss) R 16339 16339 13999 0 -1 4202560 32094 0 0 0 87905 122 0 0 25 0 5 0 518143830 675561472 125141 33554432000 4194304 5787044 140733892008320 18446744073709551615 4213816 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16340/tid=16345] ppid=16339 vsize=659728 CPUtime=880.77 cores=0,2,4,6
/proc/16340/task/16345/stat : 16345 (priss) R 16339 16339 13999 0 -1 4202560 28734 0 0 0 88006 71 0 0 25 0 5 0 518143831 675561472 125141 33554432000 4194304 5787044 140733892008320 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3524.06
Current children cumulated vsize (KiB) 668428

[startup+942.307 s]
/proc/loadavg: 4.08 4.26 5.50 5/177 16387
/proc/meminfo: memFree=29891560/32951124 swapFree=67111364/67111528
[pid=16339] ppid=16337 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16339/stat : 16339 (prissAuto.sh) S 16337 16339 13999 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 518143825 8908800 251 33554432000 4194304 4922060 140737138437792 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16339/statm: 2175 251 211 178 0 68 0
[pid=16340] ppid=16339 vsize=661184 CPUtime=3763.75 cores=0,2,4,6
/proc/16340/stat : 16340 (priss) S 16339 16339 13999 0 -1 4202496 131802 0 0 0 376044 331 0 0 18 0 5 0 518143825 677052416 126415 33554432000 4194304 5787044 140733892008320 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/16340/statm: 165296 126415 420 389 0 161046 0
[pid=16340/tid=16342] ppid=16339 vsize=661184 CPUtime=942.19 cores=0,2,4,6
/proc/16340/task/16342/stat : 16342 (priss) R 16339 16339 13999 0 -1 4202560 28618 0 0 0 94160 59 0 0 25 0 5 0 518143828 677052416 126415 33554432000 4194304 5787044 140733892008320 18446744073709551615 5591555 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16340/tid=16343] ppid=16339 vsize=661184 CPUtime=940.76 cores=0,2,4,6
/proc/16340/task/16343/stat : 16343 (priss) R 16339 16339 13999 0 -1 4202560 37681 0 0 0 94000 76 0 0 25 0 5 0 518143829 677052416 126415 33554432000 4194304 5787044 140733892008320 18446744073709551615 5591217 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16340/tid=16344] ppid=16339 vsize=661184 CPUtime=939.94 cores=0,2,4,6
/proc/16340/task/16344/stat : 16344 (priss) R 16339 16339 13999 0 -1 4202560 32094 0 0 0 93872 122 0 0 25 0 5 0 518143830 677052416 126415 33554432000 4194304 5787044 140733892008320 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16340/tid=16345] ppid=16339 vsize=661184 CPUtime=940.78 cores=0,2,4,6
/proc/16340/task/16345/stat : 16345 (priss) R 16339 16339 13999 0 -1 4202560 28950 0 0 0 94007 71 0 0 25 0 5 0 518143831 677052416 126415 33554432000 4194304 5787044 140733892008320 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3763.75
Current children cumulated vsize (KiB) 669884

[startup+1002.3 s]
/proc/loadavg: 4.08 4.23 5.41 5/177 16389
/proc/meminfo: memFree=29890880/32951124 swapFree=67111364/67111528
[pid=16339] ppid=16337 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16339/stat : 16339 (prissAuto.sh) S 16337 16339 13999 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 518143825 8908800 251 33554432000 4194304 4922060 140737138437792 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16339/statm: 2175 251 211 178 0 68 0
[pid=16340] ppid=16339 vsize=661184 CPUtime=4003.41 cores=0,2,4,6
/proc/16340/stat : 16340 (priss) S 16339 16339 13999 0 -1 4202496 131935 0 0 0 400010 331 0 0 18 0 5 0 518143825 677052416 126548 33554432000 4194304 5787044 140733892008320 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/16340/statm: 165296 126548 420 389 0 161046 0
[pid=16340/tid=16342] ppid=16339 vsize=661184 CPUtime=1002.18 cores=0,2,4,6
/proc/16340/task/16342/stat : 16342 (priss) R 16339 16339 13999 0 -1 4202560 28619 0 0 0 100159 59 0 0 25 0 5 0 518143828 677052416 126548 33554432000 4194304 5787044 140733892008320 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16340/tid=16343] ppid=16339 vsize=661184 CPUtime=1000.75 cores=0,2,4,6
/proc/16340/task/16343/stat : 16343 (priss) R 16339 16339 13999 0 -1 4202560 37681 0 0 0 99999 76 0 0 25 0 5 0 518143829 677052416 126548 33554432000 4194304 5787044 140733892008320 18446744073709551615 5591195 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16340/tid=16344] ppid=16339 vsize=661184 CPUtime=999.61 cores=0,2,4,6
/proc/16340/task/16344/stat : 16344 (priss) R 16339 16339 13999 0 -1 4202560 32094 0 0 0 99839 122 0 0 25 0 5 0 518143830 677052416 126548 33554432000 4194304 5787044 140733892008320 18446744073709551615 5591712 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16340/tid=16345] ppid=16339 vsize=661184 CPUtime=1000.78 cores=0,2,4,6
/proc/16340/task/16345/stat : 16345 (priss) R 16339 16339 13999 0 -1 4202560 29082 0 0 0 100006 72 0 0 25 0 5 0 518143831 677052416 126548 33554432000 4194304 5787044 140733892008320 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4003.41
Current children cumulated vsize (KiB) 669884

[startup+1062.3 s]
/proc/loadavg: 4.03 4.18 5.32 5/177 16391
/proc/meminfo: memFree=29889320/32951124 swapFree=67111364/67111528
[pid=16339] ppid=16337 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16339/stat : 16339 (prissAuto.sh) S 16337 16339 13999 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 518143825 8908800 251 33554432000 4194304 4922060 140737138437792 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16339/statm: 2175 251 211 178 0 68 0
[pid=16340] ppid=16339 vsize=661184 CPUtime=4243.06 cores=0,2,4,6
/proc/16340/stat : 16340 (priss) S 16339 16339 13999 0 -1 4202496 132568 0 0 0 423975 331 0 0 18 0 5 0 518143825 677052416 126976 33554432000 4194304 5787044 140733892008320 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/16340/statm: 165296 126976 420 389 0 161046 0
[pid=16340/tid=16342] ppid=16339 vsize=661184 CPUtime=1062.18 cores=0,2,4,6
/proc/16340/task/16342/stat : 16342 (priss) R 16339 16339 13999 0 -1 4202560 28619 0 0 0 106159 59 0 0 25 0 5 0 518143828 677052416 126976 33554432000 4194304 5787044 140733892008320 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16340/tid=16343] ppid=16339 vsize=661184 CPUtime=1060.68 cores=0,2,4,6
/proc/16340/task/16343/stat : 16343 (priss) R 16339 16339 13999 0 -1 4202560 37894 0 0 0 105992 76 0 0 25 0 5 0 518143829 677052416 126976 33554432000 4194304 5787044 140733892008320 18446744073709551615 5576461 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16340/tid=16344] ppid=16339 vsize=661184 CPUtime=1059.34 cores=0,2,4,6
/proc/16340/task/16344/stat : 16344 (priss) R 16339 16339 13999 0 -1 4202560 32094 0 0 0 105812 122 0 0 25 0 5 0 518143830 677052416 126976 33554432000 4194304 5787044 140733892008320 18446744073709551615 5576461 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16340/tid=16345] ppid=16339 vsize=661184 CPUtime=1060.77 cores=0,2,4,6
/proc/16340/task/16345/stat : 16345 (priss) R 16339 16339 13999 0 -1 4202560 29502 0 0 0 106005 72 0 0 25 0 5 0 518143831 677052416 126976 33554432000 4194304 5787044 140733892008320 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.06
Current children cumulated vsize (KiB) 669884

[startup+1122.3 s]
/proc/loadavg: 4.06 4.16 5.24 5/177 16392
/proc/meminfo: memFree=29889256/32951124 swapFree=67111364/67111528
[pid=16339] ppid=16337 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16339/stat : 16339 (prissAuto.sh) S 16337 16339 13999 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 518143825 8908800 251 33554432000 4194304 4922060 140737138437792 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16339/statm: 2175 251 211 178 0 68 0
[pid=16340] ppid=16339 vsize=661184 CPUtime=4482.75 cores=0,2,4,6
/proc/16340/stat : 16340 (priss) S 16339 16339 13999 0 -1 4202496 132581 0 0 0 447943 332 0 0 18 0 5 0 518143825 677052416 126989 33554432000 4194304 5787044 140733892008320 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/16340/statm: 165296 126989 420 389 0 161046 0
[pid=16340/tid=16342] ppid=16339 vsize=661184 CPUtime=1122.18 cores=0,2,4,6
/proc/16340/task/16342/stat : 16342 (priss) R 16339 16339 13999 0 -1 4202560 28624 0 0 0 112159 59 0 0 25 0 5 0 518143828 677052416 126989 33554432000 4194304 5787044 140733892008320 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16340/tid=16343] ppid=16339 vsize=661184 CPUtime=1120.36 cores=0,2,4,6
/proc/16340/task/16343/stat : 16343 (priss) R 16339 16339 13999 0 -1 4202560 37894 0 0 0 111960 76 0 0 25 0 5 0 518143829 677052416 126989 33554432000 4194304 5787044 140733892008320 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16340/tid=16344] ppid=16339 vsize=661184 CPUtime=1119.35 cores=0,2,4,6
/proc/16340/task/16344/stat : 16344 (priss) R 16339 16339 13999 0 -1 4202560 32102 0 0 0 111812 123 0 0 25 0 5 0 518143830 677052416 126989 33554432000 4194304 5787044 140733892008320 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16340/tid=16345] ppid=16339 vsize=661184 CPUtime=1120.77 cores=0,2,4,6
/proc/16340/task/16345/stat : 16345 (priss) R 16339 16339 13999 0 -1 4202560 29502 0 0 0 112005 72 0 0 25 0 5 0 518143831 677052416 126989 33554432000 4194304 5787044 140733892008320 18446744073709551615 5527689 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.75
Current children cumulated vsize (KiB) 669884

[startup+1182.3 s]
/proc/loadavg: 4.06 4.15 5.16 5/177 16394
/proc/meminfo: memFree=29889180/32951124 swapFree=67111364/67111528
[pid=16339] ppid=16337 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16339/stat : 16339 (prissAuto.sh) S 16337 16339 13999 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 518143825 8908800 251 33554432000 4194304 4922060 140737138437792 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16339/statm: 2175 251 211 178 0 68 0
[pid=16340] ppid=16339 vsize=661184 CPUtime=4722.42 cores=0,2,4,6
/proc/16340/stat : 16340 (priss) S 16339 16339 13999 0 -1 4202496 132680 0 0 0 471910 332 0 0 18 0 5 0 518143825 677052416 127088 33554432000 4194304 5787044 140733892008320 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/16340/statm: 165296 127088 420 389 0 161046 0
[pid=16340/tid=16342] ppid=16339 vsize=661184 CPUtime=1182.18 cores=0,2,4,6
/proc/16340/task/16342/stat : 16342 (priss) R 16339 16339 13999 0 -1 4202560 28637 0 0 0 118159 59 0 0 25 0 5 0 518143828 677052416 127088 33554432000 4194304 5787044 140733892008320 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16340/tid=16343] ppid=16339 vsize=661184 CPUtime=1180.03 cores=0,2,4,6
/proc/16340/task/16343/stat : 16343 (priss) R 16339 16339 13999 0 -1 4202560 37897 0 0 0 117927 76 0 0 25 0 5 0 518143829 677052416 127088 33554432000 4194304 5787044 140733892008320 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16340/tid=16344] ppid=16339 vsize=661184 CPUtime=1179.35 cores=0,2,4,6
/proc/16340/task/16344/stat : 16344 (priss) R 16339 16339 13999 0 -1 4202560 32185 0 0 0 117812 123 0 0 25 0 5 0 518143830 677052416 127088 33554432000 4194304 5787044 140733892008320 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16340/tid=16345] ppid=16339 vsize=661184 CPUtime=1180.78 cores=0,2,4,6
/proc/16340/task/16345/stat : 16345 (priss) R 16339 16339 13999 0 -1 4202560 29502 0 0 0 118006 72 0 0 25 0 5 0 518143831 677052416 127088 33554432000 4194304 5787044 140733892008320 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 669884



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 4.12 4.15 5.14 5/177 16394
/proc/meminfo: memFree=29885304/32951124 swapFree=67111364/67111528
[pid=16339] ppid=16337 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16339/stat : 16339 (prissAuto.sh) S 16337 16339 13999 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 518143825 8908800 251 33554432000 4194304 4922060 140737138437792 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16339/statm: 2175 251 211 178 0 68 0
[pid=16340] ppid=16339 vsize=661184 CPUtime=4800.36 cores=0,2,4,6
/proc/16340/stat : 16340 (priss) S 16339 16339 13999 0 -1 4202496 133638 0 0 0 479697 339 0 0 18 0 5 0 518143825 677052416 128046 33554432000 4194304 5787044 140733892008320 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/16340/statm: 165296 128046 420 389 0 161046 0
[pid=16340/tid=16342] ppid=16339 vsize=661184 CPUtime=1201.7 cores=0,2,4,6
/proc/16340/task/16342/stat : 16342 (priss) R 16339 16339 13999 0 -1 4202560 28653 0 0 0 120110 60 0 0 25 0 5 0 518143828 677052416 128046 33554432000 4194304 5787044 140733892008320 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16340/tid=16343] ppid=16339 vsize=661184 CPUtime=1199.43 cores=0,2,4,6
/proc/16340/task/16343/stat : 16343 (priss) R 16339 16339 13999 0 -1 4202560 37898 0 0 0 119867 76 0 0 25 0 5 0 518143829 677052416 128046 33554432000 4194304 5787044 140733892008320 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16340/tid=16344] ppid=16339 vsize=661184 CPUtime=1198.86 cores=0,2,4,6
/proc/16340/task/16344/stat : 16344 (priss) R 16339 16339 13999 0 -1 4202560 33126 0 0 0 119757 129 0 0 25 0 5 0 518143830 677052416 128046 33554432000 4194304 5787044 140733892008320 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16340/tid=16345] ppid=16339 vsize=661184 CPUtime=1200.29 cores=0,2,4,6
/proc/16340/task/16345/stat : 16345 (priss) R 16339 16339 13999 0 -1 4202560 29502 0 0 0 119957 72 0 0 25 0 5 0 518143831 677052416 128046 33554432000 4194304 5787044 140733892008320 18446744073709551615 5527594 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 669884

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

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

[startup+1201.8 s]
/proc/loadavg: 4.12 4.15 5.14 5/177 16394
/proc/meminfo: memFree=29885304/32951124 swapFree=67111364/67111528
[pid=16339] ppid=16337 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16339/stat : 16339 (prissAuto.sh) S 16337 16339 13999 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 518143825 8908800 251 33554432000 4194304 4922060 140737138437792 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16339/statm: 2175 251 211 178 0 68 0
[pid=16340] ppid=16339 vsize=661184 CPUtime=4800.36 cores=0,2,4,6
/proc/16340/stat : 16340 (priss) S 16339 16339 13999 0 -1 4202496 133638 0 0 0 479697 339 0 0 18 0 5 0 518143825 677052416 128046 33554432000 4194304 5787044 140733892008320 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/16340/statm: 165296 128046 420 389 0 161046 0
[pid=16340/tid=16342] ppid=16339 vsize=661184 CPUtime=1201.7 cores=0,2,4,6
/proc/16340/task/16342/stat : 16342 (priss) R 16339 16339 13999 0 -1 4202560 28653 0 0 0 120110 60 0 0 25 0 5 0 518143828 677052416 128046 33554432000 4194304 5787044 140733892008320 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16340/tid=16343] ppid=16339 vsize=661184 CPUtime=1199.43 cores=0,2,4,6
/proc/16340/task/16343/stat : 16343 (priss) R 16339 16339 13999 0 -1 4202560 37898 0 0 0 119867 76 0 0 25 0 5 0 518143829 677052416 128046 33554432000 4194304 5787044 140733892008320 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16340/tid=16344] ppid=16339 vsize=661184 CPUtime=1198.86 cores=0,2,4,6
/proc/16340/task/16344/stat : 16344 (priss) R 16339 16339 13999 0 -1 4202560 33126 0 0 0 119757 129 0 0 25 0 5 0 518143830 677052416 128046 33554432000 4194304 5787044 140733892008320 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16340/tid=16345] ppid=16339 vsize=661184 CPUtime=1200.29 cores=0,2,4,6
/proc/16340/task/16345/stat : 16345 (priss) R 16339 16339 13999 0 -1 4202560 29502 0 0 0 119957 72 0 0 25 0 5 0 518143831 677052416 128046 33554432000 4194304 5787044 140733892008320 18446744073709551615 5527594 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 669884

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16339 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=0
# CPU time returned by wait4() is 0
# while last known CPU time is 4800.36
#
# 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.36
CPU user time (s): 4796.97
CPU system time (s): 3.39
CPU usage (%): 399.423
Max. virtual memory (cumulated for all children) (KiB): 669884

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

runsolver used 2.10668 second user time and 4.26635 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-29 10:23:54
IDJOB=3291320
IDBENCH=84205
IDSOLVER=1602
FILE ID=node106/3291320-1304065434
RUNJOBID= node106-1304063004-16009
PBS_JOBID= 13170400
Free space on /tmp= 72148 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT03/industrial/goldberg/hard_eq_check/c6288mul.miter.shuffled-as.sat03-346.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291320-1304065434/watcher-3291320-1304065434 -o /tmp/evaluation-result-3291320-1304065434/solver-3291320-1304065434 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3291320-1304065434.cnf 1108808208 4800 15500 4

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

MD5SUM BENCH= 9799c8db3562549113e4a12f98721530
RANDOM SEED=1108808208

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30161976 kB
Buffers:        233760 kB
Cached:        2057620 kB
SwapCached:         88 kB
Active:         995780 kB
Inactive:      1582448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30161976 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           14588 kB
Writeback:           0 kB
AnonPages:      287044 kB
Mapped:          15376 kB
Slab:           145896 kB
PageTables:       5588 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   622532 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= 72156 MiB
End job on node106 at 2011-04-29 10:43:58