Trace number 3258952

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 1.0? (TO) 4800.14 1201.72

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v760c43649g9.cnf
MD5SUMaa71b1c0a084106bad56c0f4d6c26bee
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.595909
Satisfiable
(Un)Satisfiability was proved
Number of variables760
Number of clauses43649
Sum of the clauses size87978
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243609
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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: 16420
0.00/0.01	c parsetime: 8247us
0.00/0.01	c parsed 43649 clauses with 760 variables
0.00/0.01	c NW started thread 0 successfully (1116776768)
0.00/0.01	c NW started thread 1 successfully (1101211968)
0.00/0.02	c NW started thread 2 successfully (1127266624)
0.00/0.04	c NW started thread 3 successfully (1137756480)
5.10/1.30	c preprocessor returned 10003 variables
5.10/1.30	c preprocessing returned UNKNOWN
5.10/1.30	c PP set 0 variables
5.10/1.30	c pp time: 1288193us (1s)
5.10/1.31	c preprocessor returned 10003 variables
5.10/1.31	c preprocessing returned UNKNOWN
5.10/1.31	c PP set 0 variables
5.10/1.31	c pp time: 1287573us (1s)
5.10/1.31	c preprocessor returned 10003 variables
5.10/1.31	c preprocessing returned UNKNOWN
5.10/1.31	c PP set 0 variables
5.10/1.31	c pp time: 1294376us (1s)
51.04/12.89	c preprocessor returned 30041 variables
51.04/12.89	c preprocessing returned UNKNOWN
51.04/12.89	c PP set 0 variables
51.04/12.89	c pp time: 12850879us (12s)

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-3258952-1304046839/watcher-3258952-1304046839 -o /tmp/evaluation-result-3258952-1304046839/solver-3258952-1304046839 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3258952-1304046839.cnf 1915274386 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: 7.87 8.04 8.01 5/182 16419
/proc/meminfo: memFree=16261472/32951124 swapFree=67111528/67111528
[pid=16419] ppid=16417 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16419/stat : 16419 (priss.sh) S 16417 16419 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594914486 8908800 251 33554432000 4194304 4922060 140735789179296 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16419/statm: 2175 251 211 178 0 68 0

[startup+0.144749 s]
/proc/loadavg: 7.87 8.04 8.01 5/182 16419
/proc/meminfo: memFree=16261472/32951124 swapFree=67111528/67111528
[pid=16419] ppid=16417 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16419/stat : 16419 (priss.sh) S 16417 16419 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594914486 8908800 251 33554432000 4194304 4922060 140735789179296 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16419/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.244731 s]
/proc/loadavg: 7.87 8.04 8.01 5/182 16419
/proc/meminfo: memFree=16261472/32951124 swapFree=67111528/67111528
[pid=16419] ppid=16417 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16419/stat : 16419 (priss.sh) S 16417 16419 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594914486 8908800 251 33554432000 4194304 4922060 140735789179296 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16419/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.344713 s]
/proc/loadavg: 7.87 8.04 8.01 5/182 16419
/proc/meminfo: memFree=16261472/32951124 swapFree=67111528/67111528
[pid=16419] ppid=16417 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16419/stat : 16419 (priss.sh) S 16417 16419 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594914486 8908800 251 33554432000 4194304 4922060 140735789179296 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16419/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.70065 s]
/proc/loadavg: 7.87 8.04 8.01 5/182 16419
/proc/meminfo: memFree=16261472/32951124 swapFree=67111528/67111528
[pid=16419] ppid=16417 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16419/stat : 16419 (priss.sh) S 16417 16419 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594914486 8908800 251 33554432000 4194304 4922060 140735789179296 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16419/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5005 s]
/proc/loadavg: 7.87 8.04 8.01 9/188 16425
/proc/meminfo: memFree=16229300/32951124 swapFree=67111528/67111528
[pid=16419] ppid=16417 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16419/stat : 16419 (priss.sh) S 16417 16419 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594914486 8908800 251 33554432000 4194304 4922060 140735789179296 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16419/statm: 2175 251 211 178 0 68 0
[pid=16420] ppid=16419 vsize=280484 CPUtime=5.91 cores=1,3,5,7
/proc/16420/stat : 16420 (priss) S 16419 16419 15086 0 -1 4202496 17909 0 0 0 587 4 0 0 19 0 5 0 594914487 287215616 9824 33554432000 4194304 5787044 140736670062992 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/16420/statm: 70121 9824 404 389 0 65871 0
[pid=16420/tid=16422] ppid=16419 vsize=280484 CPUtime=1.47 cores=1,3,5,7
/proc/16420/task/16422/stat : 16422 (priss) R 16419 16419 15086 0 -1 4202560 4098 0 0 0 146 1 0 0 18 0 5 0 594914488 287215616 9824 33554432000 4194304 5787044 140736670062992 18446744073709551615 5591097 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16420/tid=16423] ppid=16419 vsize=280484 CPUtime=1.47 cores=1,3,5,7
/proc/16420/task/16423/stat : 16423 (priss) R 16419 16419 15086 0 -1 4202560 4226 0 0 0 147 0 0 0 20 0 5 0 594914488 287215616 9824 33554432000 4194304 5787044 140736670062992 18446744073709551615 5591342 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16420/tid=16424] ppid=16419 vsize=280484 CPUtime=1.46 cores=1,3,5,7
/proc/16420/task/16424/stat : 16424 (priss) R 16419 16419 15086 0 -1 4202560 3733 0 0 0 146 0 0 0 18 0 5 0 594914489 287215616 9824 33554432000 4194304 5787044 140736670062992 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16420/tid=16425] ppid=16419 vsize=280484 CPUtime=1.44 cores=1,3,5,7
/proc/16420/task/16425/stat : 16425 (priss) R 16419 16419 15086 0 -1 4202560 3084 0 0 0 144 0 0 0 25 0 5 0 594914491 287215616 9824 33554432000 4194304 5787044 140736670062992 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 289184

[startup+3.1012 s]
/proc/loadavg: 7.87 8.04 8.01 9/188 16425
/proc/meminfo: memFree=16217768/32951124 swapFree=67111528/67111528
[pid=16419] ppid=16417 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16419/stat : 16419 (priss.sh) S 16417 16419 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594914486 8908800 251 33554432000 4194304 4922060 140735789179296 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16419/statm: 2175 251 211 178 0 68 0
[pid=16420] ppid=16419 vsize=284584 CPUtime=12.3 cores=1,3,5,7
/proc/16420/stat : 16420 (priss) S 16419 16419 15086 0 -1 4202496 19541 0 0 0 1226 4 0 0 19 0 5 0 594914487 291414016 11456 33554432000 4194304 5787044 140736670062992 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/16420/statm: 71146 11456 404 389 0 66896 0
[pid=16420/tid=16422] ppid=16419 vsize=284584 CPUtime=3.07 cores=1,3,5,7
/proc/16420/task/16422/stat : 16422 (priss) R 16419 16419 15086 0 -1 4202560 4308 0 0 0 306 1 0 0 20 0 5 0 594914488 291414016 11456 33554432000 4194304 5787044 140736670062992 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16420/tid=16423] ppid=16419 vsize=284584 CPUtime=3.07 cores=1,3,5,7
/proc/16420/task/16423/stat : 16423 (priss) R 16419 16419 15086 0 -1 4202560 4426 0 0 0 307 0 0 0 25 0 5 0 594914488 291414016 11456 33554432000 4194304 5787044 140736670062992 18446744073709551615 5592399 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16420/tid=16424] ppid=16419 vsize=284584 CPUtime=3.06 cores=1,3,5,7
/proc/16420/task/16424/stat : 16424 (priss) R 16419 16419 15086 0 -1 4202560 4954 0 0 0 306 0 0 0 20 0 5 0 594914489 291414016 11456 33554432000 4194304 5787044 140736670062992 18446744073709551615 5591356 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16420/tid=16425] ppid=16419 vsize=284584 CPUtime=3.03 cores=1,3,5,7
/proc/16420/task/16425/stat : 16425 (priss) R 16419 16419 15086 0 -1 4202560 3085 0 0 0 303 0 0 0 25 0 5 0 594914491 291414016 11456 33554432000 4194304 5787044 140736670062992 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 293284

[startup+6.30062 s]
/proc/loadavg: 7.88 8.04 8.01 9/188 16425
/proc/meminfo: memFree=16212952/32951124 swapFree=67111528/67111528
[pid=16419] ppid=16417 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16419/stat : 16419 (priss.sh) S 16417 16419 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594914486 8908800 251 33554432000 4194304 4922060 140735789179296 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16419/statm: 2175 251 211 178 0 68 0
[pid=16420] ppid=16419 vsize=284584 CPUtime=25.07 cores=1,3,5,7
/proc/16420/stat : 16420 (priss) S 16419 16419 15086 0 -1 4202496 20483 0 0 0 2503 4 0 0 19 0 5 0 594914487 291414016 12398 33554432000 4194304 5787044 140736670062992 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/16420/statm: 71146 12398 404 389 0 66896 0
[pid=16420/tid=16422] ppid=16419 vsize=284584 CPUtime=6.27 cores=1,3,5,7
/proc/16420/task/16422/stat : 16422 (priss) R 16419 16419 15086 0 -1 4202560 4603 0 0 0 626 1 0 0 25 0 5 0 594914488 291414016 12398 33554432000 4194304 5787044 140736670062992 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16420/tid=16423] ppid=16419 vsize=284584 CPUtime=6.27 cores=1,3,5,7
/proc/16420/task/16423/stat : 16423 (priss) R 16419 16419 15086 0 -1 4202560 4727 0 0 0 627 0 0 0 25 0 5 0 594914488 291414016 12398 33554432000 4194304 5787044 140736670062992 18446744073709551615 5590540 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16420/tid=16424] ppid=16419 vsize=284584 CPUtime=6.26 cores=1,3,5,7
/proc/16420/task/16424/stat : 16424 (priss) R 16419 16419 15086 0 -1 4202560 5300 0 0 0 626 0 0 0 25 0 5 0 594914489 291414016 12398 33554432000 4194304 5787044 140736670062992 18446744073709551615 5576656 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16420/tid=16425] ppid=16419 vsize=284584 CPUtime=6.22 cores=1,3,5,7
/proc/16420/task/16425/stat : 16425 (priss) R 16419 16419 15086 0 -1 4202560 3085 0 0 0 622 0 0 0 25 0 5 0 594914491 291414016 12398 33554432000 4194304 5787044 140736670062992 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 293284

[startup+12.7004 s]
/proc/loadavg: 7.89 8.04 8.01 9/188 16425
/proc/meminfo: memFree=16204544/32951124 swapFree=67111528/67111528
[pid=16419] ppid=16417 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16419/stat : 16419 (priss.sh) S 16417 16419 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594914486 8908800 251 33554432000 4194304 4922060 140735789179296 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16419/statm: 2175 251 211 178 0 68 0
[pid=16420] ppid=16419 vsize=284584 CPUtime=50.64 cores=1,3,5,7
/proc/16420/stat : 16420 (priss) S 16419 16419 15086 0 -1 4202496 22533 0 0 0 5058 6 0 0 19 0 5 0 594914487 291414016 14448 33554432000 4194304 5787044 140736670062992 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/16420/statm: 71146 14448 404 389 0 66896 0
[pid=16420/tid=16422] ppid=16419 vsize=284584 CPUtime=12.67 cores=1,3,5,7
/proc/16420/task/16422/stat : 16422 (priss) R 16419 16419 15086 0 -1 4202560 5251 0 0 0 1265 2 0 0 25 0 5 0 594914488 291414016 14448 33554432000 4194304 5787044 140736670062992 18446744073709551615 5592391 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16420/tid=16423] ppid=16419 vsize=284584 CPUtime=12.67 cores=1,3,5,7
/proc/16420/task/16423/stat : 16423 (priss) R 16419 16419 15086 0 -1 4202560 5428 0 0 0 1266 1 0 0 25 0 5 0 594914488 291414016 14448 33554432000 4194304 5787044 140736670062992 18446744073709551615 5576621 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16420/tid=16424] ppid=16419 vsize=284584 CPUtime=12.67 cores=1,3,5,7
/proc/16420/task/16424/stat : 16424 (priss) R 16419 16419 15086 0 -1 4202560 6001 0 0 0 1266 1 0 0 25 0 5 0 594914489 291414016 14448 33554432000 4194304 5787044 140736670062992 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16420/tid=16425] ppid=16419 vsize=284584 CPUtime=12.58 cores=1,3,5,7
/proc/16420/task/16425/stat : 16425 (priss) R 16419 16419 15086 0 -1 4202560 3085 0 0 0 1258 0 0 0 25 0 5 0 594914491 291414016 14448 33554432000 4194304 5787044 140736670062992 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 293284

[startup+25.5011 s]
/proc/loadavg: 7.91 8.04 8.01 9/188 16426
/proc/meminfo: memFree=16180100/32951124 swapFree=67111528/67111528
[pid=16419] ppid=16417 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16419/stat : 16419 (priss.sh) S 16417 16419 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594914486 8908800 251 33554432000 4194304 4922060 140735789179296 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16419/statm: 2175 251 211 178 0 68 0
[pid=16420] ppid=16419 vsize=297248 CPUtime=101.76 cores=1,3,5,7
/proc/16420/stat : 16420 (priss) S 16419 16419 15086 0 -1 4202496 29344 0 0 0 10165 11 0 0 19 0 5 0 594914487 304381952 20554 33554432000 4194304 5787044 140736670062992 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/16420/statm: 74312 20554 417 389 0 70062 0
[pid=16420/tid=16422] ppid=16419 vsize=297248 CPUtime=25.47 cores=1,3,5,7
/proc/16420/task/16422/stat : 16422 (priss) R 16419 16419 15086 0 -1 4202560 7298 0 0 0 2544 3 0 0 25 0 5 0 594914488 304381952 20554 33554432000 4194304 5787044 140736670062992 18446744073709551615 4219695 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16420/tid=16423] ppid=16419 vsize=297248 CPUtime=25.47 cores=1,3,5,7
/proc/16420/task/16423/stat : 16423 (priss) R 16419 16419 15086 0 -1 4202560 6353 0 0 0 2545 2 0 0 25 0 5 0 594914488 304381952 20554 33554432000 4194304 5787044 140736670062992 18446744073709551615 5591356 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16420/tid=16424] ppid=16419 vsize=297248 CPUtime=25.46 cores=1,3,5,7
/proc/16420/task/16424/stat : 16424 (priss) R 16419 16419 15086 0 -1 4202560 7026 0 0 0 2544 2 0 0 25 0 5 0 594914489 304381952 20554 33554432000 4194304 5787044 140736670062992 18446744073709551615 4238952 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16420/tid=16425] ppid=16419 vsize=297248 CPUtime=25.31 cores=1,3,5,7
/proc/16420/task/16425/stat : 16425 (priss) R 16419 16419 15086 0 -1 4202560 5899 0 0 0 2529 2 0 0 25 0 5 0 594914491 304381952 20554 33554432000 4194304 5787044 140736670062992 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.76
Current children cumulated vsize (KiB) 305948

[startup+51.1014 s]
/proc/loadavg: 7.94 8.03 8.01 9/188 16427
/proc/meminfo: memFree=16145204/32951124 swapFree=67111528/67111528
[pid=16419] ppid=16417 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16419/stat : 16419 (priss.sh) S 16417 16419 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594914486 8908800 251 33554432000 4194304 4922060 140735789179296 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16419/statm: 2175 251 211 178 0 68 0
[pid=16420] ppid=16419 vsize=312064 CPUtime=204.02 cores=1,3,5,7
/proc/16420/stat : 16420 (priss) S 16419 16419 15086 0 -1 4202496 37989 0 0 0 20381 21 0 0 19 0 5 0 594914487 319553536 29133 33554432000 4194304 5787044 140736670062992 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/16420/statm: 78016 29133 417 389 0 73766 0
[pid=16420/tid=16422] ppid=16419 vsize=312064 CPUtime=51.06 cores=1,3,5,7
/proc/16420/task/16422/stat : 16422 (priss) R 16419 16419 15086 0 -1 4202560 8917 0 0 0 5101 5 0 0 25 0 5 0 594914488 319553536 29133 33554432000 4194304 5787044 140736670062992 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16420/tid=16423] ppid=16419 vsize=312064 CPUtime=51.07 cores=1,3,5,7
/proc/16420/task/16423/stat : 16423 (priss) R 16419 16419 15086 0 -1 4202560 8971 0 0 0 5102 5 0 0 25 0 5 0 594914488 319553536 29133 33554432000 4194304 5787044 140736670062992 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16420/tid=16424] ppid=16419 vsize=312064 CPUtime=51.06 cores=1,3,5,7
/proc/16420/task/16424/stat : 16424 (priss) R 16419 16419 15086 0 -1 4202560 8790 0 0 0 5101 5 0 0 25 0 5 0 594914489 319553536 29133 33554432000 4194304 5787044 140736670062992 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16420/tid=16425] ppid=16419 vsize=312064 CPUtime=50.77 cores=1,3,5,7
/proc/16420/task/16425/stat : 16425 (priss) R 16419 16419 15086 0 -1 4202560 8543 0 0 0 5074 3 0 0 25 0 5 0 594914491 319553536 29133 33554432000 4194304 5787044 140736670062992 18446744073709551615 5527784 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.02
Current children cumulated vsize (KiB) 320764

[startup+102.301 s]
/proc/loadavg: 7.97 8.03 8.00 10/188 16428
/proc/meminfo: memFree=16079820/32951124 swapFree=67111528/67111528
[pid=16419] ppid=16417 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16419/stat : 16419 (priss.sh) S 16417 16419 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594914486 8908800 251 33554432000 4194304 4922060 140735789179296 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16419/statm: 2175 251 211 178 0 68 0
[pid=16420] ppid=16419 vsize=329168 CPUtime=408.54 cores=1,3,5,7
/proc/16420/stat : 16420 (priss) S 16419 16419 15086 0 -1 4202496 49063 0 0 0 40815 39 0 0 19 0 5 0 594914487 337068032 40108 33554432000 4194304 5787044 140736670062992 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/16420/statm: 82292 40108 417 389 0 78042 0
[pid=16420/tid=16422] ppid=16419 vsize=329168 CPUtime=102.27 cores=1,3,5,7
/proc/16420/task/16422/stat : 16422 (priss) R 16419 16419 15086 0 -1 4202560 13325 0 0 0 10216 11 0 0 25 0 5 0 594914488 337068032 40108 33554432000 4194304 5787044 140736670062992 18446744073709551615 260020056773 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16420/tid=16423] ppid=16419 vsize=329168 CPUtime=102.26 cores=1,3,5,7
/proc/16420/task/16423/stat : 16423 (priss) R 16419 16419 15086 0 -1 4202560 11410 0 0 0 10216 10 0 0 25 0 5 0 594914488 337068032 40108 33554432000 4194304 5787044 140736670062992 18446744073709551615 5576432 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16420/tid=16424] ppid=16419 vsize=329168 CPUtime=102.26 cores=1,3,5,7
/proc/16420/task/16424/stat : 16424 (priss) R 16419 16419 15086 0 -1 4202560 10869 0 0 0 10216 10 0 0 25 0 5 0 594914489 337068032 40108 33554432000 4194304 5787044 140736670062992 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16420/tid=16425] ppid=16419 vsize=329168 CPUtime=101.69 cores=1,3,5,7

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

/proc/16420/task/16423/stat : 16423 (priss) R 16419 16419 15086 0 -1 4202560 28526 0 0 0 82189 36 0 0 25 0 5 0 594914488 675278848 115871 33554432000 4194304 5787044 140736670062992 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16420/tid=16424] ppid=16419 vsize=659452 CPUtime=822.26 cores=1,3,5,7
/proc/16420/task/16424/stat : 16424 (priss) R 16419 16419 15086 0 -1 4202560 32432 0 0 0 82176 50 0 0 25 0 5 0 594914489 675278848 115871 33554432000 4194304 5787044 140736670062992 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16420/tid=16425] ppid=16419 vsize=659452 CPUtime=821.62 cores=1,3,5,7
/proc/16420/task/16425/stat : 16425 (priss) R 16419 16419 15086 0 -1 4202560 27005 0 0 0 82141 21 0 0 25 0 5 0 594914491 675278848 115871 33554432000 4194304 5787044 140736670062992 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.57
Current children cumulated vsize (KiB) 668152

[startup+882.307 s]
/proc/loadavg: 8.07 8.06 8.01 9/188 16482
/proc/meminfo: memFree=15952916/32951124 swapFree=67111528/67111528
[pid=16419] ppid=16417 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16419/stat : 16419 (priss.sh) S 16417 16419 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594914486 8908800 251 33554432000 4194304 4922060 140735789179296 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16419/statm: 2175 251 211 178 0 68 0
[pid=16420] ppid=16419 vsize=659452 CPUtime=3524.26 cores=1,3,5,7
/proc/16420/stat : 16420 (priss) S 16419 16419 15086 0 -1 4202496 129097 0 0 0 352274 152 0 0 19 0 5 0 594914487 675278848 118134 33554432000 4194304 5787044 140736670062992 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/16420/statm: 164863 118134 417 389 0 160613 0
[pid=16420/tid=16422] ppid=16419 vsize=659452 CPUtime=878.07 cores=1,3,5,7
/proc/16420/task/16422/stat : 16422 (priss) R 16419 16419 15086 0 -1 4202560 35887 0 0 0 87768 39 0 0 25 0 5 0 594914488 675278848 118134 33554432000 4194304 5787044 140736670062992 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16420/tid=16423] ppid=16419 vsize=659452 CPUtime=882.25 cores=1,3,5,7
/proc/16420/task/16423/stat : 16423 (priss) R 16419 16419 15086 0 -1 4202560 28528 0 0 0 88189 36 0 0 25 0 5 0 594914488 675278848 118134 33554432000 4194304 5787044 140736670062992 18446744073709551615 5585297 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16420/tid=16424] ppid=16419 vsize=659452 CPUtime=882.26 cores=1,3,5,7
/proc/16420/task/16424/stat : 16424 (priss) R 16419 16419 15086 0 -1 4202560 34905 0 0 0 88172 54 0 0 25 0 5 0 594914489 675278848 118134 33554432000 4194304 5787044 140736670062992 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16420/tid=16425] ppid=16419 vsize=659452 CPUtime=881.62 cores=1,3,5,7
/proc/16420/task/16425/stat : 16425 (priss) R 16419 16419 15086 0 -1 4202560 27009 0 0 0 88141 21 0 0 25 0 5 0 594914491 675278848 118134 33554432000 4194304 5787044 140736670062992 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.26
Current children cumulated vsize (KiB) 668152

[startup+942.301 s]
/proc/loadavg: 8.07 8.06 8.01 9/188 16483
/proc/meminfo: memFree=15924108/32951124 swapFree=67111528/67111528
[pid=16419] ppid=16417 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16419/stat : 16419 (priss.sh) S 16417 16419 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594914486 8908800 251 33554432000 4194304 4922060 140735789179296 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16419/statm: 2175 251 211 178 0 68 0
[pid=16420] ppid=16419 vsize=659452 CPUtime=3763.91 cores=1,3,5,7
/proc/16420/stat : 16420 (priss) S 16419 16419 15086 0 -1 4202496 129123 0 0 0 376239 152 0 0 19 0 5 0 594914487 675278848 118160 33554432000 4194304 5787044 140736670062992 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/16420/statm: 164863 118160 417 389 0 160613 0
[pid=16420/tid=16422] ppid=16419 vsize=659452 CPUtime=937.74 cores=1,3,5,7
/proc/16420/task/16422/stat : 16422 (priss) R 16419 16419 15086 0 -1 4202560 35896 0 0 0 93735 39 0 0 25 0 5 0 594914488 675278848 118160 33554432000 4194304 5787044 140736670062992 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16420/tid=16423] ppid=16419 vsize=659452 CPUtime=942.24 cores=1,3,5,7
/proc/16420/task/16423/stat : 16423 (priss) R 16419 16419 15086 0 -1 4202560 28535 0 0 0 94188 36 0 0 25 0 5 0 594914488 675278848 118160 33554432000 4194304 5787044 140736670062992 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16420/tid=16424] ppid=16419 vsize=659452 CPUtime=942.26 cores=1,3,5,7
/proc/16420/task/16424/stat : 16424 (priss) R 16419 16419 15086 0 -1 4202560 34905 0 0 0 94172 54 0 0 25 0 5 0 594914489 675278848 118160 33554432000 4194304 5787044 140736670062992 18446744073709551615 5591356 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16420/tid=16425] ppid=16419 vsize=659452 CPUtime=941.62 cores=1,3,5,7
/proc/16420/task/16425/stat : 16425 (priss) R 16419 16419 15086 0 -1 4202560 27019 0 0 0 94141 21 0 0 25 0 5 0 594914491 675278848 118160 33554432000 4194304 5787044 140736670062992 18446744073709551615 4254966 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3763.91
Current children cumulated vsize (KiB) 668152

[startup+1002.3 s]
/proc/loadavg: 8.02 8.05 8.00 9/188 16485
/proc/meminfo: memFree=15885596/32951124 swapFree=67111528/67111528
[pid=16419] ppid=16417 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16419/stat : 16419 (priss.sh) S 16417 16419 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594914486 8908800 251 33554432000 4194304 4922060 140735789179296 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16419/statm: 2175 251 211 178 0 68 0
[pid=16420] ppid=16419 vsize=659584 CPUtime=4003.6 cores=1,3,5,7
/proc/16420/stat : 16420 (priss) S 16419 16419 15086 0 -1 4202496 129353 0 0 0 400207 153 0 0 19 0 5 0 594914487 675414016 118390 33554432000 4194304 5787044 140736670062992 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/16420/statm: 164896 118390 417 389 0 160646 0
[pid=16420/tid=16422] ppid=16419 vsize=659584 CPUtime=997.41 cores=1,3,5,7
/proc/16420/task/16422/stat : 16422 (priss) R 16419 16419 15086 0 -1 4202560 35976 0 0 0 99702 39 0 0 25 0 5 0 594914488 675414016 118390 33554432000 4194304 5787044 140736670062992 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16420/tid=16423] ppid=16419 vsize=659584 CPUtime=1002.25 cores=1,3,5,7
/proc/16420/task/16423/stat : 16423 (priss) R 16419 16419 15086 0 -1 4202560 28626 0 0 0 100189 36 0 0 25 0 5 0 594914488 675414016 118390 33554432000 4194304 5787044 140736670062992 18446744073709551615 5591741 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16420/tid=16424] ppid=16419 vsize=659584 CPUtime=1002.26 cores=1,3,5,7
/proc/16420/task/16424/stat : 16424 (priss) R 16419 16419 15086 0 -1 4202560 34905 0 0 0 100172 54 0 0 25 0 5 0 594914489 675414016 118390 33554432000 4194304 5787044 140736670062992 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16420/tid=16425] ppid=16419 vsize=659584 CPUtime=1001.62 cores=1,3,5,7
/proc/16420/task/16425/stat : 16425 (priss) R 16419 16419 15086 0 -1 4202560 27078 0 0 0 100141 21 0 0 25 0 5 0 594914491 675414016 118390 33554432000 4194304 5787044 140736670062992 18446744073709551615 5527122 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.6
Current children cumulated vsize (KiB) 668284

[startup+1062.3 s]
/proc/loadavg: 8.01 8.03 8.00 9/188 16486
/proc/meminfo: memFree=15851440/32951124 swapFree=67111528/67111528
[pid=16419] ppid=16417 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16419/stat : 16419 (priss.sh) S 16417 16419 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594914486 8908800 251 33554432000 4194304 4922060 140735789179296 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16419/statm: 2175 251 211 178 0 68 0
[pid=16420] ppid=16419 vsize=672132 CPUtime=4243.27 cores=1,3,5,7
/proc/16420/stat : 16420 (priss) S 16419 16419 15086 0 -1 4202496 134780 0 0 0 424170 157 0 0 19 0 5 0 594914487 688263168 123817 33554432000 4194304 5787044 140736670062992 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/16420/statm: 168033 123817 417 389 0 163783 0
[pid=16420/tid=16422] ppid=16419 vsize=672132 CPUtime=1057.09 cores=1,3,5,7
/proc/16420/task/16422/stat : 16422 (priss) R 16419 16419 15086 0 -1 4202560 37777 0 0 0 105668 41 0 0 25 0 5 0 594914488 688263168 123817 33554432000 4194304 5787044 140736670062992 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16420/tid=16423] ppid=16419 vsize=672132 CPUtime=1062.25 cores=1,3,5,7
/proc/16420/task/16423/stat : 16423 (priss) R 16419 16419 15086 0 -1 4202560 30108 0 0 0 106187 38 0 0 25 0 5 0 594914488 688263168 123817 33554432000 4194304 5787044 140736670062992 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16420/tid=16424] ppid=16419 vsize=672132 CPUtime=1062.26 cores=1,3,5,7
/proc/16420/task/16424/stat : 16424 (priss) R 16419 16419 15086 0 -1 4202560 35931 0 0 0 106172 54 0 0 25 0 5 0 594914489 688263168 123817 33554432000 4194304 5787044 140736670062992 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16420/tid=16425] ppid=16419 vsize=672132 CPUtime=1061.62 cores=1,3,5,7
/proc/16420/task/16425/stat : 16425 (priss) R 16419 16419 15086 0 -1 4202560 28196 0 0 0 106140 22 0 0 25 0 5 0 594914491 688263168 123817 33554432000 4194304 5787044 140736670062992 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.27
Current children cumulated vsize (KiB) 680832

[startup+1122.3 s]
/proc/loadavg: 8.13 8.06 8.01 9/188 16488
/proc/meminfo: memFree=15819624/32951124 swapFree=67111528/67111528
[pid=16419] ppid=16417 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16419/stat : 16419 (priss.sh) S 16417 16419 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594914486 8908800 251 33554432000 4194304 4922060 140735789179296 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16419/statm: 2175 251 211 178 0 68 0
[pid=16420] ppid=16419 vsize=687108 CPUtime=4482.94 cores=1,3,5,7
/proc/16420/stat : 16420 (priss) S 16419 16419 15086 0 -1 4202496 142119 0 0 0 448127 167 0 0 19 0 5 0 594914487 703598592 131156 33554432000 4194304 5787044 140736670062992 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/16420/statm: 171777 131156 417 389 0 167527 0
[pid=16420/tid=16422] ppid=16419 vsize=687108 CPUtime=1116.76 cores=1,3,5,7
/proc/16420/task/16422/stat : 16422 (priss) R 16419 16419 15086 0 -1 4202560 39593 0 0 0 111632 44 0 0 25 0 5 0 594914488 703598592 131156 33554432000 4194304 5787044 140736670062992 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16420/tid=16423] ppid=16419 vsize=687108 CPUtime=1122.25 cores=1,3,5,7
/proc/16420/task/16423/stat : 16423 (priss) R 16419 16419 15086 0 -1 4202560 33893 0 0 0 112183 42 0 0 25 0 5 0 594914488 703598592 131156 33554432000 4194304 5787044 140736670062992 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16420/tid=16424] ppid=16419 vsize=687108 CPUtime=1122.26 cores=1,3,5,7
/proc/16420/task/16424/stat : 16424 (priss) R 16419 16419 15086 0 -1 4202560 35932 0 0 0 112172 54 0 0 25 0 5 0 594914489 703598592 131156 33554432000 4194304 5787044 140736670062992 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16420/tid=16425] ppid=16419 vsize=687108 CPUtime=1121.63 cores=1,3,5,7
/proc/16420/task/16425/stat : 16425 (priss) R 16419 16419 15086 0 -1 4202560 29933 0 0 0 112138 25 0 0 25 0 5 0 594914491 703598592 131156 33554432000 4194304 5787044 140736670062992 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4482.94
Current children cumulated vsize (KiB) 695808

[startup+1182.3 s]
/proc/loadavg: 8.16 8.07 8.01 9/188 16490
/proc/meminfo: memFree=15769604/32951124 swapFree=67111528/67111528
[pid=16419] ppid=16417 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16419/stat : 16419 (priss.sh) S 16417 16419 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594914486 8908800 251 33554432000 4194304 4922060 140735789179296 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16419/statm: 2175 251 211 178 0 68 0
[pid=16420] ppid=16419 vsize=698116 CPUtime=4722.62 cores=1,3,5,7
/proc/16420/stat : 16420 (priss) S 16419 16419 15086 0 -1 4202496 148277 0 0 0 472086 176 0 0 19 0 5 0 594914487 714870784 137314 33554432000 4194304 5787044 140736670062992 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/16420/statm: 174529 137314 417 389 0 170279 0
[pid=16420/tid=16422] ppid=16419 vsize=698116 CPUtime=1176.44 cores=1,3,5,7
/proc/16420/task/16422/stat : 16422 (priss) R 16419 16419 15086 0 -1 4202560 41318 0 0 0 117596 48 0 0 25 0 5 0 594914488 714870784 137314 33554432000 4194304 5787044 140736670062992 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16420/tid=16423] ppid=16419 vsize=698116 CPUtime=1182.25 cores=1,3,5,7
/proc/16420/task/16423/stat : 16423 (priss) R 16419 16419 15086 0 -1 4202560 36596 0 0 0 118180 45 0 0 25 0 5 0 594914488 714870784 137314 33554432000 4194304 5787044 140736670062992 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16420/tid=16424] ppid=16419 vsize=698116 CPUtime=1182.26 cores=1,3,5,7
/proc/16420/task/16424/stat : 16424 (priss) R 16419 16419 15086 0 -1 4202560 35937 0 0 0 118172 54 0 0 25 0 5 0 594914489 714870784 137314 33554432000 4194304 5787044 140736670062992 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16420/tid=16425] ppid=16419 vsize=698116 CPUtime=1181.62 cores=1,3,5,7
/proc/16420/task/16425/stat : 16425 (priss) R 16419 16419 15086 0 -1 4202560 31658 0 0 0 118136 26 0 0 25 0 5 0 594914491 714870784 137314 33554432000 4194304 5787044 140736670062992 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.62
Current children cumulated vsize (KiB) 706816



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.19 8.08 8.02 9/188 16490
/proc/meminfo: memFree=15744052/32951124 swapFree=67111528/67111528
[pid=16419] ppid=16417 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16419/stat : 16419 (priss.sh) S 16417 16419 15086 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594914486 8908800 251 33554432000 4194304 4922060 140735789179296 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16419/statm: 2175 251 211 178 0 68 0
[pid=16420] ppid=16419 vsize=704672 CPUtime=4800.14 cores=1,3,5,7
/proc/16420/stat : 16420 (priss) S 16419 16419 15086 0 -1 4202496 150970 0 0 0 479834 180 0 0 19 0 5 0 594914487 721584128 140007 33554432000 4194304 5787044 140736670062992 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/16420/statm: 176168 140007 417 389 0 171918 0
[pid=16420/tid=16422] ppid=16419 vsize=704672 CPUtime=1195.73 cores=1,3,5,7
/proc/16420/task/16422/stat : 16422 (priss) R 16419 16419 15086 0 -1 4202560 42922 0 0 0 119523 50 0 0 25 0 5 0 594914488 721584128 140007 33554432000 4194304 5787044 140736670062992 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16420/tid=16423] ppid=16419 vsize=704672 CPUtime=1201.66 cores=1,3,5,7
/proc/16420/task/16423/stat : 16423 (priss) R 16419 16419 15086 0 -1 4202560 37106 0 0 0 120119 47 0 0 25 0 5 0 594914488 721584128 140007 33554432000 4194304 5787044 140736670062992 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16420/tid=16424] ppid=16419 vsize=704672 CPUtime=1201.66 cores=1,3,5,7
/proc/16420/task/16424/stat : 16424 (priss) R 16419 16419 15086 0 -1 4202560 35940 0 0 0 120112 54 0 0 25 0 5 0 594914489 721584128 140007 33554432000 4194304 5787044 140736670062992 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=16420/tid=16425] ppid=16419 vsize=704672 CPUtime=1201.03 cores=1,3,5,7
/proc/16420/task/16425/stat : 16425 (priss) R 16419 16419 15086 0 -1 4202560 32234 0 0 0 120076 27 0 0 25 0 5 0 594914491 721584128 140007 33554432000 4194304 5787044 140736670062992 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.14
Current children cumulated vsize (KiB) 713372

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 16419 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.14
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.72
CPU time (s): 4800.14
CPU user time (s): 4798.34
CPU system time (s): 1.8
CPU usage (%): 399.439
Max. virtual memory (cumulated for all children) (KiB): 713372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
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= 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.60675 second user time and 4.95825 second system time

The end

Launcher Data

Begin job on node110 at 2011-04-29 05:13:59
IDJOB=3258952
IDBENCH=71444
IDSOLVER=1603
FILE ID=node110/3258952-1304046839
RUNJOBID= node110-1304039990-15105
PBS_JOBID= 13170381
Free space on /tmp= 72836 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/unforced/rbsat-v760c43649g9.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3258952-1304046839/watcher-3258952-1304046839 -o /tmp/evaluation-result-3258952-1304046839/solver-3258952-1304046839 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3258952-1304046839.cnf 1915274386 4800 15500 4

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

MD5SUM BENCH= aa71b1c0a084106bad56c0f4d6c26bee
RANDOM SEED=1915274386

node110.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	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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:      16261744 kB
Buffers:       2333748 kB
Cached:       13266484 kB
SwapCached:          0 kB
Active:        8286332 kB
Inactive:      7832012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16261744 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1988 kB
Writeback:           0 kB
AnonPages:      517636 kB
Mapped:          15612 kB
Slab:           506300 kB
PageTables:       5348 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   709276 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= 72836 MiB
End job on node110 at 2011-04-29 05:34:03