Trace number 3257763

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

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v2400c266431g10.cnf
MD5SUM885d1d8595262b8f0aa94d123211b47c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 20836
0.00/0.00	c setup for 4cores
0.00/0.06	c parsetime: 58147us
0.00/0.06	c parsed 266431 clauses with 2400 variables
0.00/0.07	c NW started thread 0 successfully (1093986624)
0.00/0.10	c NW started thread 1 successfully (1107667264)
0.00/0.12	c NW started thread 2 successfully (1118157120)
0.00/0.15	c NW started thread 3 successfully (1128646976)
43.92/11.13	c preprocessor returned 10005 variables
43.92/11.13	c preprocessing returned UNKNOWN
43.92/11.13	c PP set 0 variables
43.92/11.13	c pp time: 11051508us (11s)
43.92/11.18	c preprocessor returned 10005 variables
43.92/11.18	c preprocessing returned UNKNOWN
43.92/11.18	c PP set 0 variables
43.92/11.18	c pp time: 11077561us (11s)
44.71/11.30	c preprocessor returned 10005 variables
44.71/11.30	c preprocessing returned UNKNOWN
44.71/11.30	c PP set 0 variables
44.71/11.30	c pp time: 11173971us (11s)
78.66/19.84	c preprocessor returned 30023 variables
78.66/19.84	c preprocessing returned UNKNOWN
78.66/19.84	c PP set 0 variables
78.66/19.84	c pp time: 19681680us (19s)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3257763-1304043844/watcher-3257763-1304043844 -o /tmp/evaluation-result-3257763-1304043844/solver-3257763-1304043844 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3257763-1304043844.cnf 1793323844 4800 15500 4 

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

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


[startup+0 s]
/proc/loadavg: 8.18 8.16 8.09 5/182 20835
/proc/meminfo: memFree=13531728/32951124 swapFree=67111528/67111528
[pid=20835] ppid=20833 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20835/stat : 20835 (prissAuto.sh) S 20833 20835 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515985370 8908800 251 33554432000 4194304 4922060 140733713927344 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20835/statm: 2175 251 211 178 0 68 0

[startup+0.0337399 s]
/proc/loadavg: 8.18 8.16 8.09 5/182 20835
/proc/meminfo: memFree=13531728/32951124 swapFree=67111528/67111528
[pid=20835] ppid=20833 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20835/stat : 20835 (prissAuto.sh) S 20833 20835 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515985370 8908800 251 33554432000 4194304 4922060 140733713927344 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20835/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100704 s]
/proc/loadavg: 8.18 8.16 8.09 5/182 20835
/proc/meminfo: memFree=13531728/32951124 swapFree=67111528/67111528
[pid=20835] ppid=20833 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20835/stat : 20835 (prissAuto.sh) S 20833 20835 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515985370 8908800 251 33554432000 4194304 4922060 140733713927344 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20835/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.30266 s]
/proc/loadavg: 8.18 8.16 8.09 5/182 20835
/proc/meminfo: memFree=13531728/32951124 swapFree=67111528/67111528
[pid=20835] ppid=20833 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20835/stat : 20835 (prissAuto.sh) S 20833 20835 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515985370 8908800 251 33554432000 4194304 4922060 140733713927344 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20835/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.26749 s]
/proc/loadavg: 8.18 8.16 8.09 5/182 20835
/proc/meminfo: memFree=13531728/32951124 swapFree=67111528/67111528
[pid=20835] ppid=20833 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20835/stat : 20835 (prissAuto.sh) S 20833 20835 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515985370 8908800 251 33554432000 4194304 4922060 140733713927344 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20835/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.51113 s]
/proc/loadavg: 8.18 8.16 8.09 5/182 20835
/proc/meminfo: memFree=13531728/32951124 swapFree=67111528/67111528
[pid=20835] ppid=20833 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20835/stat : 20835 (prissAuto.sh) S 20833 20835 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515985370 8908800 251 33554432000 4194304 4922060 140733713927344 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20835/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: 8.32 8.19 8.10 9/188 20841
/proc/meminfo: memFree=13439916/32951124 swapFree=67111528/67111528
[pid=20835] ppid=20833 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20835/stat : 20835 (prissAuto.sh) S 20833 20835 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515985370 8908800 251 33554432000 4194304 4922060 140733713927344 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20835/statm: 2175 251 211 178 0 68 0
[pid=20836] ppid=20835 vsize=321628 CPUtime=11.96 cores=1,3,5,7
/proc/20836/stat : 20836 (priss) S 20835 20835 19631 0 -1 4202496 45347 0 0 0 1182 14 0 0 18 0 5 0 515985370 329347072 21908 33554432000 4194304 5787044 140736355147696 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20836/statm: 80407 21908 350 389 0 76157 0
[pid=20836/tid=20838] ppid=20835 vsize=321628 CPUtime=2.98 cores=1,3,5,7
/proc/20836/task/20838/stat : 20838 (priss) R 20835 20835 19631 0 -1 4202560 8703 0 0 0 295 3 0 0 23 0 5 0 515985378 329347072 21908 33554432000 4194304 5787044 140736355147696 18446744073709551615 18446744073699065939 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20836/tid=20839] ppid=20835 vsize=321628 CPUtime=2.96 cores=1,3,5,7
/proc/20836/task/20839/stat : 20839 (priss) R 20835 20835 19631 0 -1 4202560 7409 0 0 0 293 3 0 0 24 0 5 0 515985381 329347072 21908 33554432000 4194304 5787044 140736355147696 18446744073709551615 4336801 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20836/tid=20840] ppid=20835 vsize=321628 CPUtime=2.92 cores=1,3,5,7
/proc/20836/task/20840/stat : 20840 (priss) R 20835 20835 19631 0 -1 4202560 8795 0 0 0 289 3 0 0 23 0 5 0 515985383 329347072 21908 33554432000 4194304 5787044 140736355147696 18446744073709551615 4336718 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20836/tid=20841] ppid=20835 vsize=321628 CPUtime=2.92 cores=1,3,5,7
/proc/20836/task/20841/stat : 20841 (priss) R 20835 20835 19631 0 -1 4202560 6909 0 0 0 291 1 0 0 23 0 5 0 515985386 329347072 21908 33554432000 4194304 5787044 140736355147696 18446744073709551615 18446744073699065939 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.96
Current children cumulated vsize (KiB) 330328

[startup+6.3066 s]
/proc/loadavg: 8.32 8.19 8.10 9/188 20841
/proc/meminfo: memFree=13439352/32951124 swapFree=67111528/67111528
[pid=20835] ppid=20833 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20835/stat : 20835 (prissAuto.sh) S 20833 20835 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515985370 8908800 251 33554432000 4194304 4922060 140733713927344 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20835/statm: 2175 251 211 178 0 68 0
[pid=20836] ppid=20835 vsize=321628 CPUtime=24.76 cores=1,3,5,7
/proc/20836/stat : 20836 (priss) S 20835 20835 19631 0 -1 4202496 45348 0 0 0 2462 14 0 0 18 0 5 0 515985370 329347072 21909 33554432000 4194304 5787044 140736355147696 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20836/statm: 80407 21909 350 389 0 76157 0
[pid=20836/tid=20838] ppid=20835 vsize=321628 CPUtime=6.19 cores=1,3,5,7
/proc/20836/task/20838/stat : 20838 (priss) R 20835 20835 19631 0 -1 4202560 8703 0 0 0 616 3 0 0 25 0 5 0 515985378 329347072 21909 33554432000 4194304 5787044 140736355147696 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20836/tid=20839] ppid=20835 vsize=321628 CPUtime=6.16 cores=1,3,5,7
/proc/20836/task/20839/stat : 20839 (priss) R 20835 20835 19631 0 -1 4202560 7409 0 0 0 613 3 0 0 25 0 5 0 515985381 329347072 21909 33554432000 4194304 5787044 140736355147696 18446744073709551615 4336816 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20836/tid=20840] ppid=20835 vsize=321628 CPUtime=6.11 cores=1,3,5,7
/proc/20836/task/20840/stat : 20840 (priss) R 20835 20835 19631 0 -1 4202560 8796 0 0 0 608 3 0 0 25 0 5 0 515985383 329347072 21909 33554432000 4194304 5787044 140736355147696 18446744073709551615 4336781 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20836/tid=20841] ppid=20835 vsize=321628 CPUtime=6.13 cores=1,3,5,7
/proc/20836/task/20841/stat : 20841 (priss) R 20835 20835 19631 0 -1 4202560 6909 0 0 0 612 1 0 0 25 0 5 0 515985386 329347072 21909 33554432000 4194304 5787044 140736355147696 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.76
Current children cumulated vsize (KiB) 330328

[startup+12.7005 s]
/proc/loadavg: 8.30 8.18 8.10 9/188 20841
/proc/meminfo: memFree=13394092/32951124 swapFree=67111528/67111528
[pid=20835] ppid=20833 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20835/stat : 20835 (prissAuto.sh) S 20833 20835 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515985370 8908800 251 33554432000 4194304 4922060 140733713927344 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20835/statm: 2175 251 211 178 0 68 0
[pid=20836] ppid=20835 vsize=335984 CPUtime=50.3 cores=1,3,5,7
/proc/20836/stat : 20836 (priss) S 20835 20835 19631 0 -1 4202496 75349 0 0 0 5009 21 0 0 18 0 5 0 515985370 344047616 33664 33554432000 4194304 5787044 140736355147696 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20836/statm: 83996 33664 404 389 0 79746 0
[pid=20836/tid=20838] ppid=20835 vsize=335984 CPUtime=12.58 cores=1,3,5,7
/proc/20836/task/20838/stat : 20838 (priss) R 20835 20835 19631 0 -1 4202560 18422 0 0 0 1253 5 0 0 20 0 5 0 515985378 344047616 33664 33554432000 4194304 5787044 140736355147696 18446744073709551615 4254912 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20836/tid=20839] ppid=20835 vsize=335984 CPUtime=12.56 cores=1,3,5,7
/proc/20836/task/20839/stat : 20839 (priss) R 20835 20835 19631 0 -1 4202560 17176 0 0 0 1250 6 0 0 25 0 5 0 515985381 344047616 33664 33554432000 4194304 5787044 140736355147696 18446744073709551615 5585343 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20836/tid=20840] ppid=20835 vsize=335984 CPUtime=12.47 cores=1,3,5,7
/proc/20836/task/20840/stat : 20840 (priss) R 20835 20835 19631 0 -1 4202560 17186 0 0 0 1241 6 0 0 25 0 5 0 515985383 344047616 33664 33554432000 4194304 5787044 140736355147696 18446744073709551615 5576621 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20836/tid=20841] ppid=20835 vsize=335984 CPUtime=12.52 cores=1,3,5,7
/proc/20836/task/20841/stat : 20841 (priss) R 20835 20835 19631 0 -1 4202560 9034 0 0 0 1251 1 0 0 25 0 5 0 515985386 344047616 33664 33554432000 4194304 5787044 140736355147696 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.3
Current children cumulated vsize (KiB) 344684

[startup+25.5012 s]
/proc/loadavg: 8.23 8.17 8.10 9/188 20842
/proc/meminfo: memFree=13367424/32951124 swapFree=67111528/67111528
[pid=20835] ppid=20833 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20835/stat : 20835 (prissAuto.sh) S 20833 20835 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515985370 8908800 251 33554432000 4194304 4922060 140733713927344 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20835/statm: 2175 251 211 178 0 68 0
[pid=20836] ppid=20835 vsize=345372 CPUtime=101.43 cores=1,3,5,7
/proc/20836/stat : 20836 (priss) S 20835 20835 19631 0 -1 4202496 86831 0 0 0 10118 25 0 0 18 0 5 0 515985370 353660928 39448 33554432000 4194304 5787044 140736355147696 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20836/statm: 86343 39448 417 389 0 82093 0
[pid=20836/tid=20838] ppid=20835 vsize=345372 CPUtime=25.39 cores=1,3,5,7
/proc/20836/task/20838/stat : 20838 (priss) R 20835 20835 19631 0 -1 4202560 20611 0 0 0 2533 6 0 0 25 0 5 0 515985378 353660928 39448 33554432000 4194304 5787044 140736355147696 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20836/tid=20839] ppid=20835 vsize=345372 CPUtime=25.35 cores=1,3,5,7
/proc/20836/task/20839/stat : 20839 (priss) R 20835 20835 19631 0 -1 4202560 18336 0 0 0 2529 6 0 0 25 0 5 0 515985381 353660928 39448 33554432000 4194304 5787044 140736355147696 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20836/tid=20840] ppid=20835 vsize=345372 CPUtime=25.2 cores=1,3,5,7
/proc/20836/task/20840/stat : 20840 (priss) R 20835 20835 19631 0 -1 4202560 18372 0 0 0 2514 6 0 0 25 0 5 0 515985383 353660928 39448 33554432000 4194304 5787044 140736355147696 18446744073709551615 4254641 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20836/tid=20841] ppid=20835 vsize=345372 CPUtime=25.32 cores=1,3,5,7
/proc/20836/task/20841/stat : 20841 (priss) R 20835 20835 19631 0 -1 4202560 15981 0 0 0 2529 3 0 0 25 0 5 0 515985386 353660928 39448 33554432000 4194304 5787044 140736355147696 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.43
Current children cumulated vsize (KiB) 354072

[startup+51.1007 s]
/proc/loadavg: 8.15 8.16 8.10 9/188 20842
/proc/meminfo: memFree=13323880/32951124 swapFree=67111528/67111528
[pid=20835] ppid=20833 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20835/stat : 20835 (prissAuto.sh) S 20833 20835 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515985370 8908800 251 33554432000 4194304 4922060 140733713927344 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20835/statm: 2175 251 211 178 0 68 0
[pid=20836] ppid=20835 vsize=354540 CPUtime=203.68 cores=1,3,5,7
/proc/20836/stat : 20836 (priss) S 20835 20835 19631 0 -1 4202496 95718 0 0 0 20337 31 0 0 18 0 5 0 515985370 363048960 48335 33554432000 4194304 5787044 140736355147696 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20836/statm: 88635 48335 417 389 0 84385 0
[pid=20836/tid=20838] ppid=20835 vsize=354540 CPUtime=50.98 cores=1,3,5,7
/proc/20836/task/20838/stat : 20838 (priss) R 20835 20835 19631 0 -1 4202560 22791 0 0 0 5092 6 0 0 25 0 5 0 515985378 363048960 48335 33554432000 4194304 5787044 140736355147696 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20836/tid=20839] ppid=20835 vsize=354540 CPUtime=50.95 cores=1,3,5,7
/proc/20836/task/20839/stat : 20839 (priss) R 20835 20835 19631 0 -1 4202560 20304 0 0 0 5088 7 0 0 25 0 5 0 515985381 363048960 48335 33554432000 4194304 5787044 140736355147696 18446744073709551615 5588270 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20836/tid=20840] ppid=20835 vsize=354540 CPUtime=50.65 cores=1,3,5,7
/proc/20836/task/20840/stat : 20840 (priss) R 20835 20835 19631 0 -1 4202560 21841 0 0 0 5056 9 0 0 25 0 5 0 515985383 363048960 48335 33554432000 4194304 5787044 140736355147696 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20836/tid=20841] ppid=20835 vsize=354540 CPUtime=50.91 cores=1,3,5,7
/proc/20836/task/20841/stat : 20841 (priss) R 20835 20835 19631 0 -1 4202560 17251 0 0 0 5087 4 0 0 25 0 5 0 515985386 363048960 48335 33554432000 4194304 5787044 140736355147696 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.68
Current children cumulated vsize (KiB) 363240

[startup+102.301 s]
/proc/loadavg: 8.16 8.16 8.10 9/188 20844
/proc/meminfo: memFree=13239296/32951124 swapFree=67111528/67111528
[pid=20835] ppid=20833 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20835/stat : 20835 (prissAuto.sh) S 20833 20835 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515985370 8908800 251 33554432000 4194304 4922060 140733713927344 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20835/statm: 2175 251 211 178 0 68 0
[pid=20836] ppid=20835 vsize=371772 CPUtime=408.17 cores=1,3,5,7
/proc/20836/stat : 20836 (priss) S 20835 20835 19631 0 -1 4202496 111322 0 0 0 40767 50 0 0 18 0 5 0 515985370 380694528 63871 33554432000 4194304 5787044 140736355147696 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20836/statm: 92943 63871 417 389 0 88693 0
[pid=20836/tid=20838] ppid=20835 vsize=371772 CPUtime=102.17 cores=1,3,5,7
/proc/20836/task/20838/stat : 20838 (priss) R 20835 20835 19631 0 -1 4202560 27623 0 0 0 10206 11 0 0 25 0 5 0 515985378 380694528 63871 33554432000 4194304 5787044 140736355147696 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20836/tid=20839] ppid=20835 vsize=371772 CPUtime=102.15 cores=1,3,5,7
/proc/20836/task/20839/stat : 20839 (priss) R 20835 20835 19631 0 -1 4202560 24226 0 0 0 10202 13 0 0 25 0 5 0 515985381 380694528 63871 33554432000 4194304 5787044 140736355147696 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20836/tid=20840] ppid=20835 vsize=371772 CPUtime=101.56 cores=1,3,5,7
/proc/20836/task/20840/stat : 20840 (priss) R 20835 20835 19631 0 -1 4202560 26509 0 0 0 10140 16 0 0 25 0 5 0 515985383 380694528 63871 33554432000 4194304 5787044 140736355147696 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20836/tid=20841] ppid=20835 vsize=371772 CPUtime=102.1 cores=1,3,5,7
/proc/20836/task/20841/stat : 20841 (priss) R 20835 20835 19631 0 -1 4202560 19433 0 0 0 10204 6 0 0 25 0 5 0 515985386 380694528 63871 33554432000 4194304 5787044 140736355147696 18446744073709551615 4220295 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.17
Current children cumulated vsize (KiB) 380472

[startup+162.301 s]
/proc/loadavg: 8.14 8.16 8.10 9/188 20845
/proc/meminfo: memFree=13171060/32951124 swapFree=67111528/67111528
[pid=20835] ppid=20833 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20835/stat : 20835 (prissAuto.sh) S 20833 20835 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515985370 8908800 251 33554432000 4194304 4922060 140733713927344 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20835/statm: 2175 251 211 178 0 68 0
[pid=20836] ppid=20835 vsize=386128 CPUtime=647.83 cores=1,3,5,7

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

/proc/20836/task/20839/stat : 20839 (priss) R 20835 20835 19631 0 -1 4202560 54158 0 0 0 82144 68 0 0 25 0 5 0 515985381 922345472 180138 33554432000 4194304 5787044 140736355147696 18446744073709551615 5590480 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20836/tid=20840] ppid=20835 vsize=900728 CPUtime=817.58 cores=1,3,5,7
/proc/20836/task/20840/stat : 20840 (priss) R 20835 20835 19631 0 -1 4202560 58294 0 0 0 81686 72 0 0 25 0 5 0 515985383 922345472 180138 33554432000 4194304 5787044 140736355147696 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20836/tid=20841] ppid=20835 vsize=900728 CPUtime=822.07 cores=1,3,5,7
/proc/20836/task/20841/stat : 20841 (priss) R 20835 20835 19631 0 -1 4202560 40962 0 0 0 82182 25 0 0 25 0 5 0 515985386 922345472 180138 33554432000 4194304 5787044 140736355147696 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3284.12
Current children cumulated vsize (KiB) 909428

[startup+882.301 s]
/proc/loadavg: 8.18 8.13 8.09 9/188 20897
/proc/meminfo: memFree=12675720/32951124 swapFree=67111528/67111528
[pid=20835] ppid=20833 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20835/stat : 20835 (prissAuto.sh) S 20833 20835 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515985370 8908800 251 33554432000 4194304 4922060 140733713927344 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20835/statm: 2175 251 211 178 0 68 0
[pid=20836] ppid=20835 vsize=920416 CPUtime=3523.76 cores=1,3,5,7
/proc/20836/stat : 20836 (priss) S 20835 20835 19631 0 -1 4202496 245627 0 0 0 352120 256 0 0 18 0 5 0 515985370 942505984 196266 33554432000 4194304 5787044 140736355147696 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20836/statm: 230104 196266 417 389 0 225854 0
[pid=20836/tid=20838] ppid=20835 vsize=920416 CPUtime=882.16 cores=1,3,5,7
/proc/20836/task/20838/stat : 20838 (priss) R 20835 20835 19631 0 -1 4202560 65382 0 0 0 88145 71 0 0 25 0 5 0 515985378 942505984 196266 33554432000 4194304 5787044 140736355147696 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20836/tid=20839] ppid=20835 vsize=920416 CPUtime=882.13 cores=1,3,5,7
/proc/20836/task/20839/stat : 20839 (priss) R 20835 20835 19631 0 -1 4202560 56847 0 0 0 88141 72 0 0 25 0 5 0 515985381 942505984 196266 33554432000 4194304 5787044 140736355147696 18446744073709551615 4238736 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20836/tid=20840] ppid=20835 vsize=920416 CPUtime=877.24 cores=1,3,5,7
/proc/20836/task/20840/stat : 20840 (priss) R 20835 20835 19631 0 -1 4202560 63929 0 0 0 87642 82 0 0 25 0 5 0 515985383 942505984 196266 33554432000 4194304 5787044 140736355147696 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20836/tid=20841] ppid=20835 vsize=920416 CPUtime=882.06 cores=1,3,5,7
/proc/20836/task/20841/stat : 20841 (priss) R 20835 20835 19631 0 -1 4202560 45938 0 0 0 88178 28 0 0 25 0 5 0 515985386 942505984 196266 33554432000 4194304 5787044 140736355147696 18446744073709551615 5534112 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3523.76
Current children cumulated vsize (KiB) 929116

[startup+942.301 s]
/proc/loadavg: 8.15 8.13 8.09 9/188 20899
/proc/meminfo: memFree=12641072/32951124 swapFree=67111528/67111528
[pid=20835] ppid=20833 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20835/stat : 20835 (prissAuto.sh) S 20833 20835 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515985370 8908800 251 33554432000 4194304 4922060 140733713927344 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20835/statm: 2175 251 211 178 0 68 0
[pid=20836] ppid=20835 vsize=926332 CPUtime=3763.44 cores=1,3,5,7
/proc/20836/stat : 20836 (priss) S 20835 20835 19631 0 -1 4202496 248466 0 0 0 376086 258 0 0 18 0 5 0 515985370 948563968 198880 33554432000 4194304 5787044 140736355147696 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20836/statm: 231583 198880 417 389 0 227333 0
[pid=20836/tid=20838] ppid=20835 vsize=926332 CPUtime=942.17 cores=1,3,5,7
/proc/20836/task/20838/stat : 20838 (priss) R 20835 20835 19631 0 -1 4202560 65382 0 0 0 94146 71 0 0 25 0 5 0 515985378 948563968 198880 33554432000 4194304 5787044 140736355147696 18446744073709551615 5591019 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20836/tid=20839] ppid=20835 vsize=926332 CPUtime=942.13 cores=1,3,5,7
/proc/20836/task/20839/stat : 20839 (priss) R 20835 20835 19631 0 -1 4202560 56847 0 0 0 94141 72 0 0 25 0 5 0 515985381 948563968 198880 33554432000 4194304 5787044 140736355147696 18446744073709551615 4254572 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20836/tid=20840] ppid=20835 vsize=926332 CPUtime=936.91 cores=1,3,5,7
/proc/20836/task/20840/stat : 20840 (priss) R 20835 20835 19631 0 -1 4202560 65245 0 0 0 93608 83 0 0 25 0 5 0 515985383 948563968 198880 33554432000 4194304 5787044 140736355147696 18446744073709551615 5591075 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20836/tid=20841] ppid=20835 vsize=926332 CPUtime=942.07 cores=1,3,5,7
/proc/20836/task/20841/stat : 20841 (priss) R 20835 20835 19631 0 -1 4202560 47461 0 0 0 94178 29 0 0 25 0 5 0 515985386 948563968 198880 33554432000 4194304 5787044 140736355147696 18446744073709551615 4218754 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3763.44
Current children cumulated vsize (KiB) 935032

[startup+1002.3 s]
/proc/loadavg: 8.16 8.14 8.09 9/188 20901
/proc/meminfo: memFree=12636688/32951124 swapFree=67111528/67111528
[pid=20835] ppid=20833 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20835/stat : 20835 (prissAuto.sh) S 20833 20835 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515985370 8908800 251 33554432000 4194304 4922060 140733713927344 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20835/statm: 2175 251 211 178 0 68 0
[pid=20836] ppid=20835 vsize=926332 CPUtime=4003.1 cores=1,3,5,7
/proc/20836/stat : 20836 (priss) S 20835 20835 19631 0 -1 4202496 248469 0 0 0 400051 259 0 0 18 0 5 0 515985370 948563968 198883 33554432000 4194304 5787044 140736355147696 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20836/statm: 231583 198883 417 389 0 227333 0
[pid=20836/tid=20838] ppid=20835 vsize=926332 CPUtime=1002.16 cores=1,3,5,7
/proc/20836/task/20838/stat : 20838 (priss) R 20835 20835 19631 0 -1 4202560 65384 0 0 0 100145 71 0 0 25 0 5 0 515985378 948563968 198883 33554432000 4194304 5787044 140736355147696 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20836/tid=20839] ppid=20835 vsize=926332 CPUtime=1002.12 cores=1,3,5,7
/proc/20836/task/20839/stat : 20839 (priss) R 20835 20835 19631 0 -1 4202560 56848 0 0 0 100140 72 0 0 25 0 5 0 515985381 948563968 198883 33554432000 4194304 5787044 140736355147696 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20836/tid=20840] ppid=20835 vsize=926332 CPUtime=996.58 cores=1,3,5,7
/proc/20836/task/20840/stat : 20840 (priss) R 20835 20835 19631 0 -1 4202560 65245 0 0 0 99575 83 0 0 25 0 5 0 515985383 948563968 198883 33554432000 4194304 5787044 140736355147696 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20836/tid=20841] ppid=20835 vsize=926332 CPUtime=1002.06 cores=1,3,5,7
/proc/20836/task/20841/stat : 20841 (priss) R 20835 20835 19631 0 -1 4202560 47461 0 0 0 100177 29 0 0 25 0 5 0 515985386 948563968 198883 33554432000 4194304 5787044 140736355147696 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003.1
Current children cumulated vsize (KiB) 935032

[startup+1062.31 s]
/proc/loadavg: 8.14 8.14 8.09 9/188 20902
/proc/meminfo: memFree=12562632/32951124 swapFree=67111528/67111528
[pid=20835] ppid=20833 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20835/stat : 20835 (prissAuto.sh) S 20833 20835 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515985370 8908800 251 33554432000 4194304 4922060 140733713927344 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20835/statm: 2175 251 211 178 0 68 0
[pid=20836] ppid=20835 vsize=926332 CPUtime=4242.8 cores=1,3,5,7
/proc/20836/stat : 20836 (priss) S 20835 20835 19631 0 -1 4202496 248477 0 0 0 424021 259 0 0 18 0 5 0 515985370 948563968 198891 33554432000 4194304 5787044 140736355147696 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20836/statm: 231583 198891 417 389 0 227333 0
[pid=20836/tid=20838] ppid=20835 vsize=926332 CPUtime=1062.17 cores=1,3,5,7
/proc/20836/task/20838/stat : 20838 (priss) R 20835 20835 19631 0 -1 4202560 65386 0 0 0 106146 71 0 0 25 0 5 0 515985378 948563968 198891 33554432000 4194304 5787044 140736355147696 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20836/tid=20839] ppid=20835 vsize=926332 CPUtime=1062.13 cores=1,3,5,7
/proc/20836/task/20839/stat : 20839 (priss) R 20835 20835 19631 0 -1 4202560 56852 0 0 0 106141 72 0 0 25 0 5 0 515985381 948563968 198891 33554432000 4194304 5787044 140736355147696 18446744073709551615 4218750 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20836/tid=20840] ppid=20835 vsize=926332 CPUtime=1056.26 cores=1,3,5,7
/proc/20836/task/20840/stat : 20840 (priss) R 20835 20835 19631 0 -1 4202560 65245 0 0 0 105543 83 0 0 25 0 5 0 515985383 948563968 198891 33554432000 4194304 5787044 140736355147696 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20836/tid=20841] ppid=20835 vsize=926332 CPUtime=1062.06 cores=1,3,5,7
/proc/20836/task/20841/stat : 20841 (priss) R 20835 20835 19631 0 -1 4202560 47463 0 0 0 106177 29 0 0 25 0 5 0 515985386 948563968 198891 33554432000 4194304 5787044 140736355147696 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4242.8
Current children cumulated vsize (KiB) 935032

[startup+1122.3 s]
/proc/loadavg: 8.14 8.14 8.09 9/188 20904
/proc/meminfo: memFree=12527000/32951124 swapFree=67111528/67111528
[pid=20835] ppid=20833 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20835/stat : 20835 (prissAuto.sh) S 20833 20835 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515985370 8908800 251 33554432000 4194304 4922060 140733713927344 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20835/statm: 2175 251 211 178 0 68 0
[pid=20836] ppid=20835 vsize=930432 CPUtime=4482.46 cores=1,3,5,7
/proc/20836/stat : 20836 (priss) S 20835 20835 19631 0 -1 4202496 249560 0 0 0 447986 260 0 0 18 0 5 0 515985370 952762368 199974 33554432000 4194304 5787044 140736355147696 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20836/statm: 232608 199974 417 389 0 228358 0
[pid=20836/tid=20838] ppid=20835 vsize=930432 CPUtime=1122.16 cores=1,3,5,7
/proc/20836/task/20838/stat : 20838 (priss) R 20835 20835 19631 0 -1 4202560 65402 0 0 0 112145 71 0 0 25 0 5 0 515985378 952762368 199974 33554432000 4194304 5787044 140736355147696 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20836/tid=20839] ppid=20835 vsize=930432 CPUtime=1122.12 cores=1,3,5,7
/proc/20836/task/20839/stat : 20839 (priss) R 20835 20835 19631 0 -1 4202560 57914 0 0 0 112140 72 0 0 25 0 5 0 515985381 952762368 199974 33554432000 4194304 5787044 140736355147696 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20836/tid=20840] ppid=20835 vsize=930432 CPUtime=1115.93 cores=1,3,5,7
/proc/20836/task/20840/stat : 20840 (priss) R 20835 20835 19631 0 -1 4202560 65245 0 0 0 111510 83 0 0 25 0 5 0 515985383 952762368 199974 33554432000 4194304 5787044 140736355147696 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20836/tid=20841] ppid=20835 vsize=930432 CPUtime=1122.06 cores=1,3,5,7
/proc/20836/task/20841/stat : 20841 (priss) R 20835 20835 19631 0 -1 4202560 47468 0 0 0 112177 29 0 0 25 0 5 0 515985386 952762368 199974 33554432000 4194304 5787044 140736355147696 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4482.46
Current children cumulated vsize (KiB) 939132

[startup+1182.3 s]
/proc/loadavg: 8.12 8.14 8.09 9/188 20905
/proc/meminfo: memFree=12500552/32951124 swapFree=67111528/67111528
[pid=20835] ppid=20833 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20835/stat : 20835 (prissAuto.sh) S 20833 20835 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515985370 8908800 251 33554432000 4194304 4922060 140733713927344 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20835/statm: 2175 251 211 178 0 68 0
[pid=20836] ppid=20835 vsize=942732 CPUtime=4722.12 cores=1,3,5,7
/proc/20836/stat : 20836 (priss) S 20835 20835 19631 0 -1 4202496 256052 0 0 0 471946 266 0 0 18 0 5 0 515985370 965357568 206466 33554432000 4194304 5787044 140736355147696 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20836/statm: 235683 206466 417 389 0 231433 0
[pid=20836/tid=20838] ppid=20835 vsize=942732 CPUtime=1182.16 cores=1,3,5,7
/proc/20836/task/20838/stat : 20838 (priss) R 20835 20835 19631 0 -1 4202560 66724 0 0 0 118143 73 0 0 25 0 5 0 515985378 965357568 206466 33554432000 4194304 5787044 140736355147696 18446744073709551615 5590295 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20836/tid=20839] ppid=20835 vsize=942732 CPUtime=1182.12 cores=1,3,5,7
/proc/20836/task/20839/stat : 20839 (priss) R 20835 20835 19631 0 -1 4202560 61490 0 0 0 118136 76 0 0 25 0 5 0 515985381 965357568 206466 33554432000 4194304 5787044 140736355147696 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20836/tid=20840] ppid=20835 vsize=942732 CPUtime=1175.63 cores=1,3,5,7
/proc/20836/task/20840/stat : 20840 (priss) R 20835 20835 19631 0 -1 4202560 65262 0 0 0 117480 83 0 0 25 0 5 0 515985383 965357568 206466 33554432000 4194304 5787044 140736355147696 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20836/tid=20841] ppid=20835 vsize=942732 CPUtime=1182.03 cores=1,3,5,7
/proc/20836/task/20841/stat : 20841 (priss) R 20835 20835 19631 0 -1 4202560 49045 0 0 0 118174 29 0 0 25 0 5 0 515985386 965357568 206466 33554432000 4194304 5787044 140736355147696 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.12
Current children cumulated vsize (KiB) 951432



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.23 8.16 8.10 9/188 20906
/proc/meminfo: memFree=12488888/32951124 swapFree=67111528/67111528
[pid=20835] ppid=20833 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20835/stat : 20835 (prissAuto.sh) S 20833 20835 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515985370 8908800 251 33554432000 4194304 4922060 140733713927344 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20835/statm: 2175 251 211 178 0 68 0
[pid=20836] ppid=20835 vsize=942732 CPUtime=4800.04 cores=1,3,5,7
/proc/20836/stat : 20836 (priss) S 20835 20835 19631 0 -1 4202496 258962 0 0 0 479731 273 0 0 18 0 5 0 515985370 965357568 209376 33554432000 4194304 5787044 140736355147696 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/20836/statm: 235683 209376 417 389 0 231433 0
[pid=20836/tid=20838] ppid=20835 vsize=942732 CPUtime=1201.66 cores=1,3,5,7
/proc/20836/task/20838/stat : 20838 (priss) R 20835 20835 19631 0 -1 4202560 68192 0 0 0 120089 77 0 0 25 0 5 0 515985378 965357568 209376 33554432000 4194304 5787044 140736355147696 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20836/tid=20839] ppid=20835 vsize=942732 CPUtime=1201.63 cores=1,3,5,7
/proc/20836/task/20839/stat : 20839 (priss) R 20835 20835 19631 0 -1 4202560 62895 0 0 0 120084 79 0 0 25 0 5 0 515985381 965357568 209376 33554432000 4194304 5787044 140736355147696 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20836/tid=20840] ppid=20835 vsize=942732 CPUtime=1195.14 cores=1,3,5,7
/proc/20836/task/20840/stat : 20840 (priss) R 20835 20835 19631 0 -1 4202560 65282 0 0 0 119431 83 0 0 25 0 5 0 515985383 965357568 209376 33554432000 4194304 5787044 140736355147696 18446744073709551615 4238565 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20836/tid=20841] ppid=20835 vsize=942732 CPUtime=1201.43 cores=1,3,5,7
/proc/20836/task/20841/stat : 20841 (priss) R 20835 20835 19631 0 -1 4202560 49062 0 0 0 120114 29 0 0 25 0 5 0 515985386 965357568 209376 33554432000 4194304 5787044 140736355147696 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 951432

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 20835 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.04
#
# 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.04
CPU user time (s): 4797.31
CPU system time (s): 2.73
CPU usage (%): 399.398
Max. virtual memory (cumulated for all children) (KiB): 951432

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

runsolver used 1.70174 second user time and 4.86226 second system time

The end

Launcher Data

Begin job on node108 at 2011-04-29 04:24:04
IDJOB=3257763
IDBENCH=71270
IDSOLVER=1602
FILE ID=node108/3257763-1304043844
RUNJOBID= node108-1304037066-19650
PBS_JOBID= 13170368
Free space on /tmp= 72116 MiB

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

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

MD5SUM BENCH= 885d1d8595262b8f0aa94d123211b47c
RANDOM SEED=1793323844

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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.820
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.820
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:      13531884 kB
Buffers:       2295780 kB
Cached:       16112120 kB
SwapCached:          0 kB
Active:       10711928 kB
Inactive:      8126024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13531884 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5104 kB
Writeback:           0 kB
AnonPages:      429292 kB
Mapped:          15624 kB
Slab:           518136 kB
PageTables:       5180 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   621588 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= 72112 MiB
End job on node108 at 2011-04-29 04:44:08