Trace number 3259084

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

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v760c43649g7.cnf
MD5SUMbd9e06c08721e6eb7b4cb4a265dbdd48
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.14637
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: 9800
0.00/0.01	c parsetime: 8391us
0.00/0.01	c parsed 43649 clauses with 760 variables
0.00/0.01	c NW started thread 0 successfully (1087633728)
0.00/0.01	c NW started thread 1 successfully (1098123584)
0.00/0.02	c NW started thread 2 successfully (1108613440)
0.00/0.02	c NW started thread 3 successfully (1119103296)
4.71/1.28	c preprocessor returned 10003 variables
4.71/1.28	c preprocessing returned UNKNOWN
4.71/1.28	c PP set 0 variables
4.71/1.28	c pp time: 1270954us (1s)
4.71/1.29	c preprocessor returned 10003 variables
4.71/1.29	c preprocessing returned UNKNOWN
4.71/1.29	c PP set 0 variables
4.71/1.29	c pp time: 1272713us (1s)
5.08/1.30	c preprocessor returned 10003 variables
5.08/1.30	c preprocessing returned UNKNOWN
5.08/1.30	c PP set 0 variables
5.08/1.30	c pp time: 1277945us (1s)
51.02/12.85	c preprocessor returned 30041 variables
51.02/12.85	c preprocessing returned UNKNOWN
51.02/12.85	c PP set 0 variables
51.02/12.85	c pp time: 12824563us (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-3259084-1304047118/watcher-3259084-1304047118 -o /tmp/evaluation-result-3259084-1304047118/solver-3259084-1304047118 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3259084-1304047118.cnf 2127129184 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: 4.38 6.95 7.62 2/172 9799
/proc/meminfo: memFree=15610232/32951124 swapFree=67111528/67111528
[pid=9799] ppid=9797 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9799/stat : 9799 (priss.sh) S 9797 9799 9766 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 516312225 8908800 251 33554432000 4194304 4922060 140735477394720 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9799/statm: 2175 251 211 178 0 68 0

[startup+0.155273 s]
/proc/loadavg: 4.38 6.95 7.62 2/172 9799
/proc/meminfo: memFree=15610232/32951124 swapFree=67111528/67111528
[pid=9799] ppid=9797 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9799/stat : 9799 (priss.sh) S 9797 9799 9766 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 516312225 8908800 251 33554432000 4194304 4922060 140735477394720 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9799/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.267387 s]
/proc/loadavg: 4.38 6.95 7.62 2/172 9799
/proc/meminfo: memFree=15610232/32951124 swapFree=67111528/67111528
[pid=9799] ppid=9797 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9799/stat : 9799 (priss.sh) S 9797 9799 9766 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 516312225 8908800 251 33554432000 4194304 4922060 140735477394720 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9799/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300383 s]
/proc/loadavg: 4.38 6.95 7.62 2/172 9799
/proc/meminfo: memFree=15610232/32951124 swapFree=67111528/67111528
[pid=9799] ppid=9797 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9799/stat : 9799 (priss.sh) S 9797 9799 9766 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 516312225 8908800 251 33554432000 4194304 4922060 140735477394720 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9799/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700308 s]
/proc/loadavg: 4.38 6.95 7.62 2/172 9799
/proc/meminfo: memFree=15610232/32951124 swapFree=67111528/67111528
[pid=9799] ppid=9797 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9799/stat : 9799 (priss.sh) S 9797 9799 9766 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 516312225 8908800 251 33554432000 4194304 4922060 140735477394720 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9799/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50116 s]
/proc/loadavg: 4.38 6.95 7.62 9/188 9815
/proc/meminfo: memFree=15551980/32951124 swapFree=67111528/67111528
[pid=9799] ppid=9797 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9799/stat : 9799 (priss.sh) S 9797 9799 9766 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 516312225 8908800 251 33554432000 4194304 4922060 140735477394720 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9799/statm: 2175 251 211 178 0 68 0
[pid=9800] ppid=9799 vsize=286712 CPUtime=5.88 cores=1,3,5,7
/proc/9800/stat : 9800 (priss) S 9799 9799 9766 0 -1 4202496 17464 0 0 0 584 4 0 0 22 0 5 0 516312225 293593088 9872 33554432000 4194304 5787044 140734328429488 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/9800/statm: 71678 9872 404 389 0 67428 0
[pid=9800/tid=9808] ppid=9799 vsize=286712 CPUtime=1.46 cores=1,3,5,7
/proc/9800/task/9808/stat : 9808 (priss) R 9799 9799 9766 0 -1 4202560 4239 0 0 0 146 0 0 0 20 0 5 0 516312226 293593088 9872 33554432000 4194304 5787044 140734328429488 18446744073709551615 5586838 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=9800/tid=9809] ppid=9799 vsize=286712 CPUtime=1.46 cores=1,3,5,7
/proc/9800/task/9809/stat : 9809 (priss) R 9799 9799 9766 0 -1 4202560 3218 0 0 0 146 0 0 0 20 0 5 0 516312227 293593088 9872 33554432000 4194304 5787044 140734328429488 18446744073709551615 5586853 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=9800/tid=9810] ppid=9799 vsize=286712 CPUtime=1.44 cores=1,3,5,7
/proc/9800/task/9810/stat : 9810 (priss) R 9799 9799 9766 0 -1 4202560 3750 0 0 0 144 0 0 0 20 0 5 0 516312227 293593088 9872 33554432000 4194304 5787044 140734328429488 18446744073709551615 4218330 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9800/tid=9812] ppid=9799 vsize=286712 CPUtime=1.46 cores=1,3,5,7
/proc/9800/task/9812/stat : 9812 (priss) R 9799 9799 9766 0 -1 4202560 3486 0 0 0 145 1 0 0 19 0 5 0 516312228 293593088 9872 33554432000 4194304 5787044 140734328429488 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 295412

[startup+3.10086 s]
/proc/loadavg: 4.67 6.97 7.62 9/188 9815
/proc/meminfo: memFree=15517528/32951124 swapFree=67111528/67111528
[pid=9799] ppid=9797 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9799/stat : 9799 (priss.sh) S 9797 9799 9766 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 516312225 8908800 251 33554432000 4194304 4922060 140735477394720 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9799/statm: 2175 251 211 178 0 68 0
[pid=9800] ppid=9799 vsize=291476 CPUtime=12.27 cores=1,3,5,7
/proc/9800/stat : 9800 (priss) S 9799 9799 9766 0 -1 4202496 19044 0 0 0 1223 4 0 0 22 0 5 0 516312225 298471424 11452 33554432000 4194304 5787044 140734328429488 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/9800/statm: 72869 11452 404 389 0 68619 0
[pid=9800/tid=9808] ppid=9799 vsize=291476 CPUtime=3.05 cores=1,3,5,7
/proc/9800/task/9808/stat : 9808 (priss) R 9799 9799 9766 0 -1 4202560 5458 0 0 0 305 0 0 0 25 0 5 0 516312226 298471424 11452 33554432000 4194304 5787044 140734328429488 18446744073709551615 5591539 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=9800/tid=9809] ppid=9799 vsize=291476 CPUtime=3.06 cores=1,3,5,7
/proc/9800/task/9809/stat : 9809 (priss) R 9799 9799 9766 0 -1 4202560 3374 0 0 0 306 0 0 0 25 0 5 0 516312227 298471424 11452 33554432000 4194304 5787044 140734328429488 18446744073709551615 5586709 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=9800/tid=9810] ppid=9799 vsize=291476 CPUtime=3.04 cores=1,3,5,7
/proc/9800/task/9810/stat : 9810 (priss) R 9799 9799 9766 0 -1 4202560 3952 0 0 0 304 0 0 0 25 0 5 0 516312227 298471424 11452 33554432000 4194304 5787044 140734328429488 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9800/tid=9812] ppid=9799 vsize=291476 CPUtime=3.06 cores=1,3,5,7
/proc/9800/task/9812/stat : 9812 (priss) R 9799 9799 9766 0 -1 4202560 3489 0 0 0 305 1 0 0 25 0 5 0 516312228 298471424 11452 33554432000 4194304 5787044 140734328429488 18446744073709551615 4359250 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.27
Current children cumulated vsize (KiB) 300176

[startup+6.30126 s]
/proc/loadavg: 4.67 6.97 7.62 9/188 9815
/proc/meminfo: memFree=15504136/32951124 swapFree=67111528/67111528
[pid=9799] ppid=9797 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9799/stat : 9799 (priss.sh) S 9797 9799 9766 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 516312225 8908800 251 33554432000 4194304 4922060 140735477394720 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9799/statm: 2175 251 211 178 0 68 0
[pid=9800] ppid=9799 vsize=292688 CPUtime=25.06 cores=1,3,5,7
/proc/9800/stat : 9800 (priss) S 9799 9799 9766 0 -1 4202496 19979 0 0 0 2501 5 0 0 22 0 5 0 516312225 299712512 12387 33554432000 4194304 5787044 140734328429488 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/9800/statm: 73172 12387 404 389 0 68922 0
[pid=9800/tid=9808] ppid=9799 vsize=292688 CPUtime=6.24 cores=1,3,5,7
/proc/9800/task/9808/stat : 9808 (priss) R 9799 9799 9766 0 -1 4202560 5754 0 0 0 623 1 0 0 25 0 5 0 516312226 299712512 12387 33554432000 4194304 5787044 140734328429488 18446744073709551615 5590464 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=9800/tid=9809] ppid=9799 vsize=292688 CPUtime=6.27 cores=1,3,5,7
/proc/9800/task/9809/stat : 9809 (priss) R 9799 9799 9766 0 -1 4202560 3676 0 0 0 626 1 0 0 25 0 5 0 516312227 299712512 12387 33554432000 4194304 5787044 140734328429488 18446744073709551615 5586743 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=9800/tid=9810] ppid=9799 vsize=292688 CPUtime=6.25 cores=1,3,5,7
/proc/9800/task/9810/stat : 9810 (priss) R 9799 9799 9766 0 -1 4202560 4289 0 0 0 624 1 0 0 25 0 5 0 516312227 299712512 12387 33554432000 4194304 5787044 140734328429488 18446744073709551615 5591298 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9800/tid=9812] ppid=9799 vsize=292688 CPUtime=6.26 cores=1,3,5,7
/proc/9800/task/9812/stat : 9812 (priss) R 9799 9799 9766 0 -1 4202560 3489 0 0 0 625 1 0 0 25 0 5 0 516312228 299712512 12387 33554432000 4194304 5787044 140734328429488 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 301388

[startup+12.7011 s]
/proc/loadavg: 5.18 7.00 7.63 9/188 9815
/proc/meminfo: memFree=15490048/32951124 swapFree=67111528/67111528
[pid=9799] ppid=9797 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9799/stat : 9799 (priss.sh) S 9797 9799 9766 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 516312225 8908800 251 33554432000 4194304 4922060 140735477394720 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9799/statm: 2175 251 211 178 0 68 0
[pid=9800] ppid=9799 vsize=295616 CPUtime=50.62 cores=1,3,5,7
/proc/9800/stat : 9800 (priss) S 9799 9799 9766 0 -1 4202496 22026 0 0 0 5056 6 0 0 22 0 5 0 516312225 302710784 14434 33554432000 4194304 5787044 140734328429488 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/9800/statm: 73904 14434 404 389 0 69654 0
[pid=9800/tid=9808] ppid=9799 vsize=295616 CPUtime=12.6 cores=1,3,5,7
/proc/9800/task/9808/stat : 9808 (priss) R 9799 9799 9766 0 -1 4202560 6427 0 0 0 1259 1 0 0 25 0 5 0 516312226 302710784 14434 33554432000 4194304 5787044 140734328429488 18446744073709551615 5590768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=9800/tid=9809] ppid=9799 vsize=295616 CPUtime=12.66 cores=1,3,5,7
/proc/9800/task/9809/stat : 9809 (priss) R 9799 9799 9766 0 -1 4202560 4367 0 0 0 1265 1 0 0 25 0 5 0 516312227 302710784 14434 33554432000 4194304 5787044 140734328429488 18446744073709551615 4213704 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=9800/tid=9810] ppid=9799 vsize=295616 CPUtime=12.64 cores=1,3,5,7
/proc/9800/task/9810/stat : 9810 (priss) R 9799 9799 9766 0 -1 4202560 4972 0 0 0 1263 1 0 0 25 0 5 0 516312227 302710784 14434 33554432000 4194304 5787044 140734328429488 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9800/tid=9812] ppid=9799 vsize=295616 CPUtime=12.66 cores=1,3,5,7
/proc/9800/task/9812/stat : 9812 (priss) R 9799 9799 9766 0 -1 4202560 3489 0 0 0 1265 1 0 0 25 0 5 0 516312228 302710784 14434 33554432000 4194304 5787044 140734328429488 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 304316

[startup+25.5007 s]
/proc/loadavg: 5.61 7.04 7.63 9/188 9816
/proc/meminfo: memFree=15446092/32951124 swapFree=67111528/67111528
[pid=9799] ppid=9797 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9799/stat : 9799 (priss.sh) S 9797 9799 9766 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 516312225 8908800 251 33554432000 4194304 4922060 140735477394720 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9799/statm: 2175 251 211 178 0 68 0
[pid=9800] ppid=9799 vsize=303488 CPUtime=101.74 cores=1,3,5,7
/proc/9800/stat : 9800 (priss) S 9799 9799 9766 0 -1 4202496 30128 0 0 0 10163 11 0 0 22 0 5 0 516312225 310771712 20434 33554432000 4194304 5787044 140734328429488 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/9800/statm: 75872 20434 417 389 0 71622 0
[pid=9800/tid=9808] ppid=9799 vsize=303488 CPUtime=25.33 cores=1,3,5,7
/proc/9800/task/9808/stat : 9808 (priss) R 9799 9799 9766 0 -1 4202560 7380 0 0 0 2531 2 0 0 25 0 5 0 516312226 310771712 20434 33554432000 4194304 5787044 140734328429488 18446744073709551615 5588133 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=9800/tid=9809] ppid=9799 vsize=303488 CPUtime=25.46 cores=1,3,5,7
/proc/9800/task/9809/stat : 9809 (priss) R 9799 9799 9766 0 -1 4202560 6299 0 0 0 2544 2 0 0 25 0 5 0 516312227 310771712 20434 33554432000 4194304 5787044 140734328429488 18446744073709551615 4220173 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=9800/tid=9810] ppid=9799 vsize=303488 CPUtime=25.45 cores=1,3,5,7
/proc/9800/task/9810/stat : 9810 (priss) R 9799 9799 9766 0 -1 4202560 5986 0 0 0 2542 3 0 0 25 0 5 0 516312227 310771712 20434 33554432000 4194304 5787044 140734328429488 18446744073709551615 5586779 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9800/tid=9812] ppid=9799 vsize=303488 CPUtime=25.46 cores=1,3,5,7
/proc/9800/task/9812/stat : 9812 (priss) R 9799 9799 9766 0 -1 4202560 7692 0 0 0 2543 3 0 0 25 0 5 0 516312228 310771712 20434 33554432000 4194304 5787044 140734328429488 18446744073709551615 5527587 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 312188

[startup+51.1009 s]
/proc/loadavg: 6.50 7.13 7.65 9/188 9816
/proc/meminfo: memFree=15385128/32951124 swapFree=67111528/67111528
[pid=9799] ppid=9797 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9799/stat : 9799 (priss.sh) S 9797 9799 9766 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 516312225 8908800 251 33554432000 4194304 4922060 140735477394720 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9799/statm: 2175 251 211 178 0 68 0
[pid=9800] ppid=9799 vsize=317744 CPUtime=203.99 cores=1,3,5,7
/proc/9800/stat : 9800 (priss) S 9799 9799 9766 0 -1 4202496 38544 0 0 0 20377 22 0 0 22 0 5 0 516312225 325369856 28804 33554432000 4194304 5787044 140734328429488 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/9800/statm: 79436 28804 417 389 0 75186 0
[pid=9800/tid=9808] ppid=9799 vsize=317744 CPUtime=50.78 cores=1,3,5,7
/proc/9800/task/9808/stat : 9808 (priss) R 9799 9799 9766 0 -1 4202560 8884 0 0 0 5074 4 0 0 25 0 5 0 516312226 325369856 28804 33554432000 4194304 5787044 140734328429488 18446744073709551615 5586615 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=9800/tid=9809] ppid=9799 vsize=317744 CPUtime=51.06 cores=1,3,5,7
/proc/9800/task/9809/stat : 9809 (priss) R 9799 9799 9766 0 -1 4202560 7853 0 0 0 5102 4 0 0 25 0 5 0 516312227 325369856 28804 33554432000 4194304 5787044 140734328429488 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=9800/tid=9810] ppid=9799 vsize=317744 CPUtime=51.04 cores=1,3,5,7
/proc/9800/task/9810/stat : 9810 (priss) R 9799 9799 9766 0 -1 4202560 8809 0 0 0 5097 7 0 0 25 0 5 0 516312227 325369856 28804 33554432000 4194304 5787044 140734328429488 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9800/tid=9812] ppid=9799 vsize=317744 CPUtime=51.06 cores=1,3,5,7
/proc/9800/task/9812/stat : 9812 (priss) R 9799 9799 9766 0 -1 4202560 10227 0 0 0 5101 5 0 0 25 0 5 0 516312228 325369856 28804 33554432000 4194304 5787044 140734328429488 18446744073709551615 5531779 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.99
Current children cumulated vsize (KiB) 326444

[startup+102.301 s]
/proc/loadavg: 7.53 7.31 7.67 9/188 9818
/proc/meminfo: memFree=15295452/32951124 swapFree=67111528/67111528
[pid=9799] ppid=9797 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9799/stat : 9799 (priss.sh) S 9797 9799 9766 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 516312225 8908800 251 33554432000 4194304 4922060 140735477394720 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9799/statm: 2175 251 211 178 0 68 0
[pid=9800] ppid=9799 vsize=335740 CPUtime=408.52 cores=1,3,5,7
/proc/9800/stat : 9800 (priss) S 9799 9799 9766 0 -1 4202496 49927 0 0 0 40816 36 0 0 22 0 5 0 516312225 343797760 40067 33554432000 4194304 5787044 140734328429488 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/9800/statm: 83935 40067 417 389 0 79685 0
[pid=9800/tid=9808] ppid=9799 vsize=335740 CPUtime=101.71 cores=1,3,5,7
/proc/9800/task/9808/stat : 9808 (priss) R 9799 9799 9766 0 -1 4202560 12277 0 0 0 10163 8 0 0 25 0 5 0 516312226 343797760 40068 33554432000 4194304 5787044 140734328429488 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=9800/tid=9809] ppid=9799 vsize=335740 CPUtime=102.26 cores=1,3,5,7
/proc/9800/task/9809/stat : 9809 (priss) R 9799 9799 9766 0 -1 4202560 11243 0 0 0 10220 6 0 0 25 0 5 0 516312227 343797760 40068 33554432000 4194304 5787044 140734328429488 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=9800/tid=9810] ppid=9799 vsize=335740 CPUtime=102.24 cores=1,3,5,7
/proc/9800/task/9810/stat : 9810 (priss) R 9799 9799 9766 0 -1 4202560 11016 0 0 0 10213 11 0 0 25 0 5 0 516312227 343797760 40068 33554432000 4194304 5787044 140734328429488 18446744073709551615 244446606369 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9800/tid=9812] ppid=9799 vsize=335740 CPUtime=102.26 cores=1,3,5,7

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

/proc/9800/task/9809/stat : 9809 (priss) R 9799 9799 9766 0 -1 4202560 29450 0 0 0 82201 24 0 0 25 0 5 0 516312227 677228544 115471 33554432000 4194304 5787044 140734328429488 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=9800/tid=9810] ppid=9799 vsize=661356 CPUtime=822.22 cores=1,3,5,7
/proc/9800/task/9810/stat : 9810 (priss) R 9799 9799 9766 0 -1 4202560 32118 0 0 0 82172 50 0 0 25 0 5 0 516312227 677228544 115471 33554432000 4194304 5787044 140734328429488 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9800/tid=9812] ppid=9799 vsize=661356 CPUtime=819.43 cores=1,3,5,7
/proc/9800/task/9812/stat : 9812 (priss) R 9799 9799 9766 0 -1 4202560 30499 0 0 0 81906 37 0 0 25 0 5 0 516312228 677228544 115471 33554432000 4194304 5787044 140734328429488 18446744073709551615 4217530 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.53
Current children cumulated vsize (KiB) 670056

[startup+882.307 s]
/proc/loadavg: 8.10 8.01 7.87 9/188 9838
/proc/meminfo: memFree=14650156/32951124 swapFree=67111528/67111528
[pid=9799] ppid=9797 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9799/stat : 9799 (priss.sh) S 9797 9799 9766 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 516312225 8908800 251 33554432000 4194304 4922060 140735477394720 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9799/statm: 2175 251 211 178 0 68 0
[pid=9800] ppid=9799 vsize=661356 CPUtime=3524.23 cores=1,3,5,7
/proc/9800/stat : 9800 (priss) S 9799 9799 9766 0 -1 4202496 128667 0 0 0 352273 150 0 0 22 0 5 0 516312225 677228544 116735 33554432000 4194304 5787044 140734328429488 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/9800/statm: 165339 116735 417 389 0 161089 0
[pid=9800/tid=9808] ppid=9799 vsize=661356 CPUtime=880.59 cores=1,3,5,7
/proc/9800/task/9808/stat : 9808 (priss) R 9799 9799 9766 0 -1 4202560 32364 0 0 0 88024 35 0 0 25 0 5 0 516312226 677228544 116735 33554432000 4194304 5787044 140734328429488 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=9800/tid=9809] ppid=9799 vsize=661356 CPUtime=882.25 cores=1,3,5,7
/proc/9800/task/9809/stat : 9809 (priss) R 9799 9799 9766 0 -1 4202560 29454 0 0 0 88201 24 0 0 25 0 5 0 516312227 677228544 116735 33554432000 4194304 5787044 140734328429488 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=9800/tid=9810] ppid=9799 vsize=661356 CPUtime=882.23 cores=1,3,5,7
/proc/9800/task/9810/stat : 9810 (priss) R 9799 9799 9766 0 -1 4202560 33573 0 0 0 88171 52 0 0 25 0 5 0 516312227 677228544 116735 33554432000 4194304 5787044 140734328429488 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9800/tid=9812] ppid=9799 vsize=661356 CPUtime=879.11 cores=1,3,5,7
/proc/9800/task/9812/stat : 9812 (priss) R 9799 9799 9766 0 -1 4202560 30505 0 0 0 87874 37 0 0 25 0 5 0 516312228 677228544 116735 33554432000 4194304 5787044 140734328429488 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.23
Current children cumulated vsize (KiB) 670056

[startup+942.301 s]
/proc/loadavg: 8.21 8.05 7.89 9/188 9840
/proc/meminfo: memFree=14646280/32951124 swapFree=67111528/67111528
[pid=9799] ppid=9797 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9799/stat : 9799 (priss.sh) S 9797 9799 9766 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 516312225 8908800 251 33554432000 4194304 4922060 140735477394720 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9799/statm: 2175 251 211 178 0 68 0
[pid=9800] ppid=9799 vsize=661356 CPUtime=3763.88 cores=1,3,5,7
/proc/9800/stat : 9800 (priss) S 9799 9799 9766 0 -1 4202496 128718 0 0 0 376238 150 0 0 22 0 5 0 516312225 677228544 116786 33554432000 4194304 5787044 140734328429488 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/9800/statm: 165339 116786 417 389 0 161089 0
[pid=9800/tid=9808] ppid=9799 vsize=661356 CPUtime=940.59 cores=1,3,5,7
/proc/9800/task/9808/stat : 9808 (priss) R 9799 9799 9766 0 -1 4202560 32386 0 0 0 94024 35 0 0 25 0 5 0 516312226 677228544 116786 33554432000 4194304 5787044 140734328429488 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=9800/tid=9809] ppid=9799 vsize=661356 CPUtime=942.24 cores=1,3,5,7
/proc/9800/task/9809/stat : 9809 (priss) R 9799 9799 9766 0 -1 4202560 29467 0 0 0 94200 24 0 0 25 0 5 0 516312227 677228544 116786 33554432000 4194304 5787044 140734328429488 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=9800/tid=9810] ppid=9799 vsize=661356 CPUtime=942.22 cores=1,3,5,7
/proc/9800/task/9810/stat : 9810 (priss) R 9799 9799 9766 0 -1 4202560 33573 0 0 0 94170 52 0 0 25 0 5 0 516312227 677228544 116786 33554432000 4194304 5787044 140734328429488 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9800/tid=9812] ppid=9799 vsize=661356 CPUtime=938.78 cores=1,3,5,7
/proc/9800/task/9812/stat : 9812 (priss) R 9799 9799 9766 0 -1 4202560 30521 0 0 0 93841 37 0 0 25 0 5 0 516312228 677228544 116786 33554432000 4194304 5787044 140734328429488 18446744073709551615 5527147 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3763.88
Current children cumulated vsize (KiB) 670056

[startup+1002.3 s]
/proc/loadavg: 8.21 8.07 7.91 9/188 9842
/proc/meminfo: memFree=14640672/32951124 swapFree=67111528/67111528
[pid=9799] ppid=9797 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9799/stat : 9799 (priss.sh) S 9797 9799 9766 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 516312225 8908800 251 33554432000 4194304 4922060 140735477394720 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9799/statm: 2175 251 211 178 0 68 0
[pid=9800] ppid=9799 vsize=665588 CPUtime=4003.55 cores=1,3,5,7
/proc/9800/stat : 9800 (priss) S 9799 9799 9766 0 -1 4202496 130095 0 0 0 400204 151 0 0 22 0 5 0 516312225 681562112 118163 33554432000 4194304 5787044 140734328429488 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/9800/statm: 166397 118163 417 389 0 162147 0
[pid=9800/tid=9808] ppid=9799 vsize=665588 CPUtime=1000.58 cores=1,3,5,7
/proc/9800/task/9808/stat : 9808 (priss) R 9799 9799 9766 0 -1 4202560 32505 0 0 0 100023 35 0 0 25 0 5 0 516312226 681562112 118163 33554432000 4194304 5787044 140734328429488 18446744073709551615 244446642786 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=9800/tid=9809] ppid=9799 vsize=665588 CPUtime=1002.24 cores=1,3,5,7
/proc/9800/task/9809/stat : 9809 (priss) R 9799 9799 9766 0 -1 4202560 29549 0 0 0 100200 24 0 0 25 0 5 0 516312227 681562112 118163 33554432000 4194304 5787044 140734328429488 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=9800/tid=9810] ppid=9799 vsize=665588 CPUtime=1002.22 cores=1,3,5,7
/proc/9800/task/9810/stat : 9810 (priss) R 9799 9799 9766 0 -1 4202560 34598 0 0 0 100170 52 0 0 25 0 5 0 516312227 681562112 118163 33554432000 4194304 5787044 140734328429488 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9800/tid=9812] ppid=9799 vsize=665588 CPUtime=998.45 cores=1,3,5,7
/proc/9800/task/9812/stat : 9812 (priss) R 9799 9799 9766 0 -1 4202560 30672 0 0 0 99808 37 0 0 25 0 5 0 516312228 681562112 118163 33554432000 4194304 5787044 140734328429488 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.55
Current children cumulated vsize (KiB) 674288

[startup+1062.3 s]
/proc/loadavg: 8.19 8.09 7.92 9/188 9843
/proc/meminfo: memFree=14613232/32951124 swapFree=67111528/67111528
[pid=9799] ppid=9797 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9799/stat : 9799 (priss.sh) S 9797 9799 9766 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 516312225 8908800 251 33554432000 4194304 4922060 140735477394720 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9799/statm: 2175 251 211 178 0 68 0
[pid=9800] ppid=9799 vsize=679276 CPUtime=4243.23 cores=1,3,5,7
/proc/9800/stat : 9800 (priss) S 9799 9799 9766 0 -1 4202496 136913 0 0 0 424163 160 0 0 22 0 5 0 516312225 695578624 124981 33554432000 4194304 5787044 140734328429488 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/9800/statm: 169819 124981 417 389 0 165569 0
[pid=9800/tid=9808] ppid=9799 vsize=679276 CPUtime=1060.59 cores=1,3,5,7
/proc/9800/task/9808/stat : 9808 (priss) R 9799 9799 9766 0 -1 4202560 34356 0 0 0 106021 38 0 0 25 0 5 0 516312226 695578624 124981 33554432000 4194304 5787044 140734328429488 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=9800/tid=9809] ppid=9799 vsize=679276 CPUtime=1062.24 cores=1,3,5,7
/proc/9800/task/9809/stat : 9809 (priss) R 9799 9799 9766 0 -1 4202560 31946 0 0 0 106198 26 0 0 25 0 5 0 516312227 695578624 124981 33554432000 4194304 5787044 140734328429488 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=9800/tid=9810] ppid=9799 vsize=679276 CPUtime=1062.23 cores=1,3,5,7
/proc/9800/task/9810/stat : 9810 (priss) R 9799 9799 9766 0 -1 4202560 35624 0 0 0 106170 53 0 0 25 0 5 0 516312227 695578624 124981 33554432000 4194304 5787044 140734328429488 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9800/tid=9812] ppid=9799 vsize=679276 CPUtime=1058.13 cores=1,3,5,7
/proc/9800/task/9812/stat : 9812 (priss) R 9799 9799 9766 0 -1 4202560 32216 0 0 0 105772 41 0 0 25 0 5 0 516312228 695578624 124981 33554432000 4194304 5787044 140734328429488 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.23
Current children cumulated vsize (KiB) 687976

[startup+1122.3 s]
/proc/loadavg: 8.18 8.10 7.93 9/188 9845
/proc/meminfo: memFree=14567820/32951124 swapFree=67111528/67111528
[pid=9799] ppid=9797 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9799/stat : 9799 (priss.sh) S 9797 9799 9766 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 516312225 8908800 251 33554432000 4194304 4922060 140735477394720 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9799/statm: 2175 251 211 178 0 68 0
[pid=9800] ppid=9799 vsize=690308 CPUtime=4482.91 cores=1,3,5,7
/proc/9800/stat : 9800 (priss) S 9799 9799 9766 0 -1 4202496 143287 0 0 0 448122 169 0 0 22 0 5 0 516312225 706875392 131355 33554432000 4194304 5787044 140734328429488 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/9800/statm: 172577 131355 417 389 0 168327 0
[pid=9800/tid=9808] ppid=9799 vsize=690308 CPUtime=1120.59 cores=1,3,5,7
/proc/9800/task/9808/stat : 9808 (priss) R 9799 9799 9766 0 -1 4202560 36230 0 0 0 112017 42 0 0 25 0 5 0 516312226 706875392 131355 33554432000 4194304 5787044 140734328429488 18446744073709551615 4254619 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=9800/tid=9809] ppid=9799 vsize=690308 CPUtime=1122.24 cores=1,3,5,7
/proc/9800/task/9809/stat : 9809 (priss) R 9799 9799 9766 0 -1 4202560 34715 0 0 0 112197 27 0 0 25 0 5 0 516312227 706875392 131355 33554432000 4194304 5787044 140734328429488 18446744073709551615 244446604024 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=9800/tid=9810] ppid=9799 vsize=690308 CPUtime=1122.23 cores=1,3,5,7
/proc/9800/task/9810/stat : 9810 (priss) R 9799 9799 9766 0 -1 4202560 35627 0 0 0 112170 53 0 0 25 0 5 0 516312227 706875392 131355 33554432000 4194304 5787044 140734328429488 18446744073709551615 5591239 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9800/tid=9812] ppid=9799 vsize=690308 CPUtime=1117.8 cores=1,3,5,7
/proc/9800/task/9812/stat : 9812 (priss) R 9799 9799 9766 0 -1 4202560 33944 0 0 0 111735 45 0 0 25 0 5 0 516312228 706875392 131355 33554432000 4194304 5787044 140734328429488 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4482.91
Current children cumulated vsize (KiB) 699008

[startup+1182.3 s]
/proc/loadavg: 8.17 8.11 7.94 9/188 9846
/proc/meminfo: memFree=14512972/32951124 swapFree=67111528/67111528
[pid=9799] ppid=9797 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9799/stat : 9799 (priss.sh) S 9797 9799 9766 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 516312225 8908800 251 33554432000 4194304 4922060 140735477394720 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9799/statm: 2175 251 211 178 0 68 0
[pid=9800] ppid=9799 vsize=704832 CPUtime=4722.58 cores=1,3,5,7
/proc/9800/stat : 9800 (priss) S 9799 9799 9766 0 -1 4202496 150385 0 0 0 472079 179 0 0 22 0 5 0 516312225 721747968 138453 33554432000 4194304 5787044 140734328429488 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/9800/statm: 176208 138453 417 389 0 171958 0
[pid=9800/tid=9808] ppid=9799 vsize=704832 CPUtime=1180.59 cores=1,3,5,7
/proc/9800/task/9808/stat : 9808 (priss) R 9799 9799 9766 0 -1 4202560 38966 0 0 0 118012 47 0 0 25 0 5 0 516312226 721747968 138453 33554432000 4194304 5787044 140734328429488 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=9800/tid=9809] ppid=9799 vsize=704832 CPUtime=1182.24 cores=1,3,5,7
/proc/9800/task/9809/stat : 9809 (priss) R 9799 9799 9766 0 -1 4202560 36296 0 0 0 118195 29 0 0 25 0 5 0 516312227 721747968 138453 33554432000 4194304 5787044 140734328429488 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=9800/tid=9810] ppid=9799 vsize=704832 CPUtime=1182.23 cores=1,3,5,7
/proc/9800/task/9810/stat : 9810 (priss) R 9799 9799 9766 0 -1 4202560 35637 0 0 0 118170 53 0 0 25 0 5 0 516312227 721747968 138453 33554432000 4194304 5787044 140734328429488 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9800/tid=9812] ppid=9799 vsize=704832 CPUtime=1177.47 cores=1,3,5,7
/proc/9800/task/9812/stat : 9812 (priss) R 9799 9799 9766 0 -1 4202560 36715 0 0 0 117699 48 0 0 25 0 5 0 516312228 721747968 138453 33554432000 4194304 5787044 140734328429488 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.58
Current children cumulated vsize (KiB) 713532



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.20 8.12 7.95 9/188 9847
/proc/meminfo: memFree=14494976/32951124 swapFree=67111528/67111528
[pid=9799] ppid=9797 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9799/stat : 9799 (priss.sh) S 9797 9799 9766 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 516312225 8908800 251 33554432000 4194304 4922060 140735477394720 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9799/statm: 2175 251 211 178 0 68 0
[pid=9800] ppid=9799 vsize=706740 CPUtime=4800.09 cores=1,3,5,7
/proc/9800/stat : 9800 (priss) S 9799 9799 9766 0 -1 4202496 151951 0 0 0 479827 182 0 0 22 0 5 0 516312225 723701760 140019 33554432000 4194304 5787044 140734328429488 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/9800/statm: 176685 140019 417 389 0 172435 0
[pid=9800/tid=9808] ppid=9799 vsize=706740 CPUtime=1199.93 cores=1,3,5,7
/proc/9800/task/9808/stat : 9808 (priss) R 9799 9799 9766 0 -1 4202560 39490 0 0 0 119944 49 0 0 25 0 5 0 516312226 723701760 140019 33554432000 4194304 5787044 140734328429488 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=9800/tid=9809] ppid=9799 vsize=706740 CPUtime=1201.65 cores=1,3,5,7
/proc/9800/task/9809/stat : 9809 (priss) R 9799 9799 9766 0 -1 4202560 36787 0 0 0 120136 29 0 0 25 0 5 0 516312227 723701760 140019 33554432000 4194304 5787044 140734328429488 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=9800/tid=9810] ppid=9799 vsize=706740 CPUtime=1201.63 cores=1,3,5,7
/proc/9800/task/9810/stat : 9810 (priss) R 9799 9799 9766 0 -1 4202560 35668 0 0 0 120110 53 0 0 25 0 5 0 516312227 723701760 140019 33554432000 4194304 5787044 140734328429488 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=9800/tid=9812] ppid=9799 vsize=706740 CPUtime=1196.84 cores=1,3,5,7
/proc/9800/task/9812/stat : 9812 (priss) R 9799 9799 9766 0 -1 4202560 37235 0 0 0 119634 50 0 0 25 0 5 0 516312228 723701760 140019 33554432000 4194304 5787044 140734328429488 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 715440

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

Real time (s): 1201.72
CPU time (s): 4800.09
CPU user time (s): 4798.27
CPU system time (s): 1.82
CPU usage (%): 399.435
Max. virtual memory (cumulated for all children) (KiB): 715440

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.57676 second user time and 4.98924 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-29 05:18:38
IDJOB=3259084
IDBENCH=71487
IDSOLVER=1603
FILE ID=node105/3259084-1304047118
RUNJOBID= node105-1304047118-9785
PBS_JOBID= 13170404
Free space on /tmp= 71940 MiB

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

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

MD5SUM BENCH= bd9e06c08721e6eb7b4cb4a265dbdd48
RANDOM SEED=2127129184

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15611256 kB
Buffers:       2300304 kB
Cached:       14404504 kB
SwapCached:          0 kB
Active:        8912108 kB
Inactive:      7856260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15611256 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3616 kB
Writeback:           0 kB
AnonPages:       63676 kB
Mapped:          14372 kB
Slab:           507032 kB
PageTables:       4424 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   182196 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= 71936 MiB
End job on node105 at 2011-04-29 05:38:42