Trace number 3259216

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.29 1202.02

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v760c43649gyes5.cnf
MD5SUMe7d4dc25f0d8e558fb091b1e566deab7
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.32395
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: 16468
0.00/0.01	c parsetime: 8477us
0.00/0.01	c parsed 43649 clauses with 760 variables
0.00/0.01	c NW started thread 0 successfully (1090742592)
0.00/0.01	c NW started thread 1 successfully (1101232448)
0.00/0.02	c NW started thread 2 successfully (1111722304)
0.00/0.02	c NW started thread 3 successfully (1122212160)
5.12/1.34	c preprocessor returned 10003 variables
5.12/1.34	c preprocessing returned UNKNOWN
5.12/1.34	c PP set 0 variables
5.12/1.34	c pp time: 1308802us (1s)
5.12/1.34	c preprocessor returned 10003 variables
5.12/1.34	c preprocessing returned UNKNOWN
5.12/1.34	c PP set 0 variables
5.12/1.34	c pp time: 1313880us (1s)
5.12/1.34	c preprocessor returned 10003 variables
5.12/1.34	c preprocessing returned UNKNOWN
5.12/1.34	c PP set 0 variables
5.12/1.34	c pp time: 1319652us (1s)
53.44/13.40	c preprocessor returned 30041 variables
53.44/13.40	c preprocessing returned UNKNOWN
53.44/13.40	c PP set 0 variables
53.44/13.40	c pp time: 13380851us (13s)

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-3259216-1304047382/watcher-3259216-1304047382 -o /tmp/evaluation-result-3259216-1304047382/solver-3259216-1304047382 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3259216-1304047382.cnf 1915274386 4800 15500 4 

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

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


[startup+0 s]
/proc/loadavg: 8.08 8.08 8.02 5/182 16467
/proc/meminfo: memFree=16350720/32951124 swapFree=67111528/67111528
[pid=16467] ppid=16465 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16467/stat : 16467 (priss.sh) S 16465 16467 15086 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594968807 8908800 252 33554432000 4194304 4922060 140737257906656 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16467/statm: 2175 252 211 178 0 68 0

[startup+0.133701 s]
/proc/loadavg: 8.08 8.08 8.02 5/182 16467
/proc/meminfo: memFree=16350720/32951124 swapFree=67111528/67111528
[pid=16467] ppid=16465 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16467/stat : 16467 (priss.sh) S 16465 16467 15086 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594968807 8908800 252 33554432000 4194304 4922060 140737257906656 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16467/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.233683 s]
/proc/loadavg: 8.08 8.08 8.02 5/182 16467
/proc/meminfo: memFree=16350720/32951124 swapFree=67111528/67111528
[pid=16467] ppid=16465 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16467/stat : 16467 (priss.sh) S 16465 16467 15086 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594968807 8908800 252 33554432000 4194304 4922060 140737257906656 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16467/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300672 s]
/proc/loadavg: 8.08 8.08 8.02 5/182 16467
/proc/meminfo: memFree=16350720/32951124 swapFree=67111528/67111528
[pid=16467] ppid=16465 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16467/stat : 16467 (priss.sh) S 16465 16467 15086 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594968807 8908800 252 33554432000 4194304 4922060 140737257906656 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16467/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700598 s]
/proc/loadavg: 8.08 8.08 8.02 5/182 16467
/proc/meminfo: memFree=16350720/32951124 swapFree=67111528/67111528
[pid=16467] ppid=16465 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16467/stat : 16467 (priss.sh) S 16465 16467 15086 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594968807 8908800 252 33554432000 4194304 4922060 140737257906656 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16467/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50045 s]
/proc/loadavg: 8.08 8.08 8.02 9/188 16473
/proc/meminfo: memFree=16318676/32951124 swapFree=67111528/67111528
[pid=16467] ppid=16465 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16467/stat : 16467 (priss.sh) S 16465 16467 15086 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594968807 8908800 252 33554432000 4194304 4922060 140737257906656 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16467/statm: 2175 252 211 178 0 68 0
[pid=16468] ppid=16467 vsize=282556 CPUtime=5.91 cores=0,2,4,6
/proc/16468/stat : 16468 (priss) S 16467 16467 15086 0 -1 4202496 17691 0 0 0 588 3 0 0 18 0 5 0 594968807 289337344 9883 33554432000 4194304 5787044 140736620764928 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16468/statm: 70639 9883 404 389 0 66389 0
[pid=16468/tid=16470] ppid=16467 vsize=282556 CPUtime=1.47 cores=0,2,4,6
/proc/16468/task/16470/stat : 16470 (priss) R 16467 16467 15086 0 -1 4202560 3863 0 0 0 146 1 0 0 18 0 5 0 594968809 289337344 9883 33554432000 4194304 5787044 140736620764928 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16468/tid=16471] ppid=16467 vsize=282556 CPUtime=1.47 cores=0,2,4,6
/proc/16468/task/16471/stat : 16471 (priss) R 16467 16467 15086 0 -1 4202560 4403 0 0 0 146 1 0 0 18 0 5 0 594968809 289337344 9883 33554432000 4194304 5787044 140736620764928 18446744073709551615 5590365 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16468/tid=16472] ppid=16467 vsize=282556 CPUtime=1.46 cores=0,2,4,6
/proc/16468/task/16472/stat : 16472 (priss) R 16467 16467 15086 0 -1 4202560 3327 0 0 0 146 0 0 0 20 0 5 0 594968810 289337344 9883 33554432000 4194304 5787044 140736620764928 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16468/tid=16473] ppid=16467 vsize=282556 CPUtime=1.46 cores=0,2,4,6
/proc/16468/task/16473/stat : 16473 (priss) R 16467 16467 15086 0 -1 4202560 3326 0 0 0 146 0 0 0 19 0 5 0 594968810 289337344 9883 33554432000 4194304 5787044 140736620764928 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 291256

[startup+3.10115 s]
/proc/loadavg: 8.07 8.08 8.02 9/188 16473
/proc/meminfo: memFree=16307020/32951124 swapFree=67111528/67111528
[pid=16467] ppid=16465 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16467/stat : 16467 (priss.sh) S 16465 16467 15086 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594968807 8908800 252 33554432000 4194304 4922060 140737257906656 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16467/statm: 2175 252 211 178 0 68 0
[pid=16468] ppid=16467 vsize=287448 CPUtime=12.31 cores=0,2,4,6
/proc/16468/stat : 16468 (priss) S 16467 16467 15086 0 -1 4202496 19328 0 0 0 1227 4 0 0 18 0 5 0 594968807 294346752 11520 33554432000 4194304 5787044 140736620764928 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16468/statm: 71862 11520 404 389 0 67612 0
[pid=16468/tid=16470] ppid=16467 vsize=287448 CPUtime=3.07 cores=0,2,4,6
/proc/16468/task/16470/stat : 16470 (priss) R 16467 16467 15086 0 -1 4202560 4080 0 0 0 306 1 0 0 20 0 5 0 594968809 294346752 11520 33554432000 4194304 5787044 140736620764928 18446744073709551615 4229538 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16468/tid=16471] ppid=16467 vsize=287448 CPUtime=3.07 cores=0,2,4,6
/proc/16468/task/16471/stat : 16471 (priss) R 16467 16467 15086 0 -1 4202560 4606 0 0 0 306 1 0 0 20 0 5 0 594968809 294346752 11520 33554432000 4194304 5787044 140736620764928 18446744073709551615 5590420 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16468/tid=16472] ppid=16467 vsize=287448 CPUtime=3.05 cores=0,2,4,6
/proc/16468/task/16472/stat : 16472 (priss) R 16467 16467 15086 0 -1 4202560 4543 0 0 0 305 0 0 0 25 0 5 0 594968810 294346752 11520 33554432000 4194304 5787044 140736620764928 18446744073709551615 5590526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16468/tid=16473] ppid=16467 vsize=287448 CPUtime=3.06 cores=0,2,4,6
/proc/16468/task/16473/stat : 16473 (priss) R 16467 16467 15086 0 -1 4202560 3327 0 0 0 306 0 0 0 25 0 5 0 594968810 294346752 11520 33554432000 4194304 5787044 140736620764928 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 296148

[startup+6.30057 s]
/proc/loadavg: 8.07 8.08 8.02 9/188 16473
/proc/meminfo: memFree=16301784/32951124 swapFree=67111528/67111528
[pid=16467] ppid=16465 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16467/stat : 16467 (priss.sh) S 16465 16467 15086 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594968807 8908800 252 33554432000 4194304 4922060 140737257906656 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16467/statm: 2175 252 211 178 0 68 0
[pid=16468] ppid=16467 vsize=288644 CPUtime=25.09 cores=0,2,4,6
/proc/16468/stat : 16468 (priss) S 16467 16467 15086 0 -1 4202496 20265 0 0 0 2505 4 0 0 18 0 5 0 594968807 295571456 12457 33554432000 4194304 5787044 140736620764928 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16468/statm: 72161 12457 404 389 0 67911 0
[pid=16468/tid=16470] ppid=16467 vsize=288644 CPUtime=6.27 cores=0,2,4,6
/proc/16468/task/16470/stat : 16470 (priss) R 16467 16467 15086 0 -1 4202560 4385 0 0 0 626 1 0 0 25 0 5 0 594968809 295571456 12457 33554432000 4194304 5787044 140736620764928 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16468/tid=16471] ppid=16467 vsize=288644 CPUtime=6.27 cores=0,2,4,6
/proc/16468/task/16471/stat : 16471 (priss) R 16467 16467 15086 0 -1 4202560 4920 0 0 0 626 1 0 0 25 0 5 0 594968809 295571456 12457 33554432000 4194304 5787044 140736620764928 18446744073709551615 5590590 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16468/tid=16472] ppid=16467 vsize=288644 CPUtime=6.23 cores=0,2,4,6
/proc/16468/task/16472/stat : 16472 (priss) R 16467 16467 15086 0 -1 4202560 4861 0 0 0 623 0 0 0 25 0 5 0 594968810 295571456 12457 33554432000 4194304 5787044 140736620764928 18446744073709551615 5591083 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16468/tid=16473] ppid=16467 vsize=288644 CPUtime=6.26 cores=0,2,4,6
/proc/16468/task/16473/stat : 16473 (priss) R 16467 16467 15086 0 -1 4202560 3327 0 0 0 626 0 0 0 25 0 5 0 594968810 295571456 12457 33554432000 4194304 5787044 140736620764928 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 297344

[startup+12.7004 s]
/proc/loadavg: 8.06 8.08 8.02 9/188 16473
/proc/meminfo: memFree=16294360/32951124 swapFree=67111528/67111528
[pid=16467] ppid=16465 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16467/stat : 16467 (priss.sh) S 16465 16467 15086 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594968807 8908800 252 33554432000 4194304 4922060 140737257906656 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16467/statm: 2175 252 211 178 0 68 0
[pid=16468] ppid=16467 vsize=291808 CPUtime=50.65 cores=0,2,4,6
/proc/16468/stat : 16468 (priss) S 16467 16467 15086 0 -1 4202496 22371 0 0 0 5060 5 0 0 18 0 5 0 594968807 298811392 14563 33554432000 4194304 5787044 140736620764928 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16468/statm: 72952 14563 404 389 0 68702 0
[pid=16468/tid=16470] ppid=16467 vsize=291808 CPUtime=12.67 cores=0,2,4,6
/proc/16468/task/16470/stat : 16470 (priss) R 16467 16467 15086 0 -1 4202560 5090 0 0 0 1266 1 0 0 25 0 5 0 594968809 298811392 14563 33554432000 4194304 5787044 140736620764928 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16468/tid=16471] ppid=16467 vsize=291808 CPUtime=12.66 cores=0,2,4,6
/proc/16468/task/16471/stat : 16471 (priss) R 16467 16467 15086 0 -1 4202560 5601 0 0 0 1265 1 0 0 25 0 5 0 594968809 298811392 14563 33554432000 4194304 5787044 140736620764928 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16468/tid=16472] ppid=16467 vsize=291808 CPUtime=12.6 cores=0,2,4,6
/proc/16468/task/16472/stat : 16472 (priss) R 16467 16467 15086 0 -1 4202560 5581 0 0 0 1259 1 0 0 25 0 5 0 594968810 298811392 14563 33554432000 4194304 5787044 140736620764928 18446744073709551615 5591712 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16468/tid=16473] ppid=16467 vsize=291808 CPUtime=12.66 cores=0,2,4,6
/proc/16468/task/16473/stat : 16473 (priss) R 16467 16467 15086 0 -1 4202560 3327 0 0 0 1266 0 0 0 25 0 5 0 594968810 298811392 14563 33554432000 4194304 5787044 140736620764928 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 300508

[startup+25.501 s]
/proc/loadavg: 8.05 8.08 8.02 9/188 16473
/proc/meminfo: memFree=16269072/32951124 swapFree=67111528/67111528
[pid=16467] ppid=16465 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16467/stat : 16467 (priss.sh) S 16465 16467 15086 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594968807 8908800 252 33554432000 4194304 4922060 140737257906656 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16467/statm: 2175 252 211 178 0 68 0
[pid=16468] ppid=16467 vsize=300220 CPUtime=101.77 cores=0,2,4,6
/proc/16468/stat : 16468 (priss) S 16467 16467 15086 0 -1 4202496 30513 0 0 0 10169 8 0 0 18 0 5 0 594968807 307425280 20625 33554432000 4194304 5787044 140736620764928 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16468/statm: 75055 20625 417 389 0 70805 0
[pid=16468/tid=16470] ppid=16467 vsize=300220 CPUtime=25.47 cores=0,2,4,6
/proc/16468/task/16470/stat : 16470 (priss) R 16467 16467 15086 0 -1 4202560 6036 0 0 0 2545 2 0 0 25 0 5 0 594968809 307425280 20625 33554432000 4194304 5787044 140736620764928 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16468/tid=16471] ppid=16467 vsize=300220 CPUtime=25.46 cores=0,2,4,6
/proc/16468/task/16471/stat : 16471 (priss) R 16467 16467 15086 0 -1 4202560 7579 0 0 0 2544 2 0 0 25 0 5 0 594968809 307425280 20625 33554432000 4194304 5787044 140736620764928 18446744073709551615 4216664 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16468/tid=16472] ppid=16467 vsize=300220 CPUtime=25.32 cores=0,2,4,6
/proc/16468/task/16472/stat : 16472 (priss) R 16467 16467 15086 0 -1 4202560 6637 0 0 0 2531 1 0 0 25 0 5 0 594968810 307425280 20625 33554432000 4194304 5787044 140736620764928 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16468/tid=16473] ppid=16467 vsize=300220 CPUtime=25.46 cores=0,2,4,6
/proc/16468/task/16473/stat : 16473 (priss) R 16467 16467 15086 0 -1 4202560 7489 0 0 0 2545 1 0 0 25 0 5 0 594968810 307425280 20625 33554432000 4194304 5787044 140736620764928 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.77
Current children cumulated vsize (KiB) 308920

[startup+51.1013 s]
/proc/loadavg: 8.03 8.07 8.01 9/188 16474
/proc/meminfo: memFree=16234340/32951124 swapFree=67111528/67111528
[pid=16467] ppid=16465 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16467/stat : 16467 (priss.sh) S 16465 16467 15086 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594968807 8908800 252 33554432000 4194304 4922060 140737257906656 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16467/statm: 2175 252 211 178 0 68 0
[pid=16468] ppid=16467 vsize=315464 CPUtime=204.01 cores=0,2,4,6
/proc/16468/stat : 16468 (priss) S 16467 16467 15086 0 -1 4202496 39076 0 0 0 20384 17 0 0 18 0 5 0 594968807 323035136 29140 33554432000 4194304 5787044 140736620764928 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16468/statm: 78866 29140 417 389 0 74616 0
[pid=16468/tid=16470] ppid=16467 vsize=315464 CPUtime=51.06 cores=0,2,4,6
/proc/16468/task/16470/stat : 16470 (priss) R 16467 16467 15086 0 -1 4202560 8670 0 0 0 5101 5 0 0 25 0 5 0 594968809 323035136 29140 33554432000 4194304 5787044 140736620764928 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16468/tid=16471] ppid=16467 vsize=315464 CPUtime=51.05 cores=0,2,4,6
/proc/16468/task/16471/stat : 16471 (priss) R 16467 16467 15086 0 -1 4202560 9155 0 0 0 5101 4 0 0 25 0 5 0 594968809 323035136 29140 33554432000 4194304 5787044 140736620764928 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16468/tid=16472] ppid=16467 vsize=315464 CPUtime=50.78 cores=0,2,4,6
/proc/16468/task/16472/stat : 16472 (priss) R 16467 16467 15086 0 -1 4202560 8439 0 0 0 5076 2 0 0 25 0 5 0 594968810 323035136 29140 33554432000 4194304 5787044 140736620764928 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16468/tid=16473] ppid=16467 vsize=315464 CPUtime=51.06 cores=0,2,4,6
/proc/16468/task/16473/stat : 16473 (priss) R 16467 16467 15086 0 -1 4202560 10040 0 0 0 5102 4 0 0 25 0 5 0 594968810 323035136 29140 33554432000 4194304 5787044 140736620764928 18446744073709551615 5526827 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.01
Current children cumulated vsize (KiB) 324164

[startup+102.301 s]
/proc/loadavg: 8.01 8.05 8.01 9/188 16475
/proc/meminfo: memFree=16165740/32951124 swapFree=67111528/67111528
[pid=16467] ppid=16465 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16467/stat : 16467 (priss.sh) S 16465 16467 15086 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594968807 8908800 252 33554432000 4194304 4922060 140737257906656 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16467/statm: 2175 252 211 178 0 68 0
[pid=16468] ppid=16467 vsize=330648 CPUtime=408.53 cores=0,2,4,6
/proc/16468/stat : 16468 (priss) S 16467 16467 15086 0 -1 4202496 49815 0 0 0 40825 28 0 0 18 0 5 0 594968807 338583552 39759 33554432000 4194304 5787044 140736620764928 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16468/statm: 82662 39759 417 389 0 78412 0
[pid=16468/tid=16470] ppid=16467 vsize=330648 CPUtime=102.27 cores=0,2,4,6
/proc/16468/task/16470/stat : 16470 (priss) R 16467 16467 15086 0 -1 4202560 12096 0 0 0 10218 9 0 0 25 0 5 0 594968809 338583552 39759 33554432000 4194304 5787044 140736620764928 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16468/tid=16471] ppid=16467 vsize=330648 CPUtime=102.25 cores=0,2,4,6
/proc/16468/task/16471/stat : 16471 (priss) R 16467 16467 15086 0 -1 4202560 11512 0 0 0 10217 8 0 0 25 0 5 0 594968809 338583552 39759 33554432000 4194304 5787044 140736620764928 18446744073709551615 5591239 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16468/tid=16472] ppid=16467 vsize=330648 CPUtime=101.7 cores=0,2,4,6
/proc/16468/task/16472/stat : 16472 (priss) R 16467 16467 15086 0 -1 4202560 10095 0 0 0 10167 3 0 0 25 0 5 0 594968810 338583552 39759 33554432000 4194304 5787044 140736620764928 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16468/tid=16473] ppid=16467 vsize=330648 CPUtime=102.25 cores=0,2,4,6

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

/proc/16468/task/16471/stat : 16471 (priss) R 16467 16467 15086 0 -1 4202560 31297 0 0 0 88182 34 0 0 25 0 5 0 594968809 691953664 119907 33554432000 4194304 5787044 140736620764928 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16468/tid=16472] ppid=16467 vsize=675736 CPUtime=878.55 cores=0,2,4,6
/proc/16468/task/16472/stat : 16472 (priss) R 16467 16467 15086 0 -1 4202560 32505 0 0 0 87836 19 0 0 21 0 5 0 594968810 691953664 119907 33554432000 4194304 5787044 140736620764928 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16468/tid=16473] ppid=16467 vsize=675736 CPUtime=881.29 cores=0,2,4,6
/proc/16468/task/16473/stat : 16473 (priss) R 16467 16467 15086 0 -1 4202560 33320 0 0 0 88097 32 0 0 25 0 5 0 594968810 691953664 119907 33554432000 4194304 5787044 140736620764928 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.14
Current children cumulated vsize (KiB) 684436

[startup+942.301 s]
/proc/loadavg: 8.10 8.08 8.01 9/188 16531
/proc/meminfo: memFree=15903416/32951124 swapFree=67111528/67111528
[pid=16467] ppid=16465 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16467/stat : 16467 (priss.sh) S 16465 16467 15086 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594968807 8908800 252 33554432000 4194304 4922060 140737257906656 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16467/statm: 2175 252 211 178 0 68 0
[pid=16468] ppid=16467 vsize=680248 CPUtime=3763.79 cores=0,2,4,6
/proc/16468/stat : 16468 (priss) S 16467 16467 15086 0 -1 4202496 132946 0 0 0 376257 122 0 0 18 0 5 0 594968807 696573952 120882 33554432000 4194304 5787044 140736620764928 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16468/statm: 170062 120882 417 389 0 165812 0
[pid=16468/tid=16470] ppid=16467 vsize=680248 CPUtime=942.07 cores=0,2,4,6
/proc/16468/task/16470/stat : 16470 (priss) R 16467 16467 15086 0 -1 4202560 32087 0 0 0 94174 33 0 0 25 0 5 0 594968809 696573952 120882 33554432000 4194304 5787044 140736620764928 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16468/tid=16471] ppid=16467 vsize=680248 CPUtime=942.14 cores=0,2,4,6
/proc/16468/task/16471/stat : 16471 (priss) R 16467 16467 15086 0 -1 4202560 31317 0 0 0 94180 34 0 0 25 0 5 0 594968809 696573952 120882 33554432000 4194304 5787044 140736620764928 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16468/tid=16472] ppid=16467 vsize=680248 CPUtime=938.55 cores=0,2,4,6
/proc/16468/task/16472/stat : 16472 (priss) R 16467 16467 15086 0 -1 4202560 33445 0 0 0 93835 20 0 0 25 0 5 0 594968810 696573952 120882 33554432000 4194304 5787044 140736620764928 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16468/tid=16473] ppid=16467 vsize=680248 CPUtime=940.96 cores=0,2,4,6
/proc/16468/task/16473/stat : 16473 (priss) R 16467 16467 15086 0 -1 4202560 33325 0 0 0 94064 32 0 0 25 0 5 0 594968810 696573952 120882 33554432000 4194304 5787044 140736620764928 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3763.79
Current children cumulated vsize (KiB) 688948

[startup+1002.3 s]
/proc/loadavg: 8.31 8.15 8.04 9/188 16535
/proc/meminfo: memFree=15841900/32951124 swapFree=67111528/67111528
[pid=16467] ppid=16465 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16467/stat : 16467 (priss.sh) S 16465 16467 15086 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594968807 8908800 252 33554432000 4194304 4922060 140737257906656 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16467/statm: 2175 252 211 178 0 68 0
[pid=16468] ppid=16467 vsize=680248 CPUtime=4002.57 cores=0,2,4,6
/proc/16468/stat : 16468 (priss) S 16467 16467 15086 0 -1 4202496 133243 0 0 0 400135 122 0 0 18 0 5 0 594968807 696573952 121179 33554432000 4194304 5787044 140736620764928 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16468/statm: 170062 121179 417 389 0 165812 0
[pid=16468/tid=16470] ppid=16467 vsize=680248 CPUtime=1001.91 cores=0,2,4,6
/proc/16468/task/16470/stat : 16470 (priss) R 16467 16467 15086 0 -1 4202560 32188 0 0 0 100158 33 0 0 25 0 5 0 594968809 696573952 121179 33554432000 4194304 5787044 140736620764928 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16468/tid=16471] ppid=16467 vsize=680248 CPUtime=1002.13 cores=0,2,4,6
/proc/16468/task/16471/stat : 16471 (priss) R 16467 16467 15086 0 -1 4202560 31461 0 0 0 100179 34 0 0 25 0 5 0 594968809 696573952 121179 33554432000 4194304 5787044 140736620764928 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16468/tid=16472] ppid=16467 vsize=680248 CPUtime=998.55 cores=0,2,4,6
/proc/16468/task/16472/stat : 16472 (priss) R 16467 16467 15086 0 -1 4202560 33445 0 0 0 99835 20 0 0 25 0 5 0 594968810 696573952 121179 33554432000 4194304 5787044 140736620764928 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16468/tid=16473] ppid=16467 vsize=680248 CPUtime=999.92 cores=0,2,4,6
/proc/16468/task/16473/stat : 16473 (priss) R 16467 16467 15086 0 -1 4202560 33377 0 0 0 99960 32 0 0 25 0 5 0 594968810 696573952 121179 33554432000 4194304 5787044 140736620764928 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4002.57
Current children cumulated vsize (KiB) 688948

[startup+1062.3 s]
/proc/loadavg: 8.11 8.12 8.04 9/188 16537
/proc/meminfo: memFree=15805648/32951124 swapFree=67111528/67111528
[pid=16467] ppid=16465 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16467/stat : 16467 (priss.sh) S 16465 16467 15086 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594968807 8908800 252 33554432000 4194304 4922060 140737257906656 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16467/statm: 2175 252 211 178 0 68 0
[pid=16468] ppid=16467 vsize=688448 CPUtime=4242.25 cores=0,2,4,6
/proc/16468/stat : 16468 (priss) S 16467 16467 15086 0 -1 4202496 139106 0 0 0 424096 129 0 0 18 0 5 0 594968807 704970752 127042 33554432000 4194304 5787044 140736620764928 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16468/statm: 172112 127042 417 389 0 167862 0
[pid=16468/tid=16470] ppid=16467 vsize=688448 CPUtime=1061.91 cores=0,2,4,6
/proc/16468/task/16470/stat : 16470 (priss) R 16467 16467 15086 0 -1 4202560 33493 0 0 0 106155 36 0 0 25 0 5 0 594968809 704970752 127042 33554432000 4194304 5787044 140736620764928 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16468/tid=16471] ppid=16467 vsize=688448 CPUtime=1062.13 cores=0,2,4,6
/proc/16468/task/16471/stat : 16471 (priss) R 16467 16467 15086 0 -1 4202560 35142 0 0 0 106176 37 0 0 25 0 5 0 594968809 704970752 127042 33554432000 4194304 5787044 140736620764928 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16468/tid=16472] ppid=16467 vsize=688448 CPUtime=1058.54 cores=0,2,4,6
/proc/16468/task/16472/stat : 16472 (priss) R 16467 16467 15086 0 -1 4202560 33445 0 0 0 105834 20 0 0 25 0 5 0 594968810 704970752 127042 33554432000 4194304 5787044 140736620764928 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16468/tid=16473] ppid=16467 vsize=688448 CPUtime=1059.59 cores=0,2,4,6
/proc/16468/task/16473/stat : 16473 (priss) R 16467 16467 15086 0 -1 4202560 34254 0 0 0 105926 33 0 0 25 0 5 0 594968810 704970752 127042 33554432000 4194304 5787044 140736620764928 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4242.25
Current children cumulated vsize (KiB) 697148

[startup+1122.3 s]
/proc/loadavg: 8.04 8.10 8.03 9/188 16538
/proc/meminfo: memFree=15748176/32951124 swapFree=67111528/67111528
[pid=16467] ppid=16465 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16467/stat : 16467 (priss.sh) S 16465 16467 15086 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594968807 8908800 252 33554432000 4194304 4922060 140737257906656 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16467/statm: 2175 252 211 178 0 68 0
[pid=16468] ppid=16467 vsize=692548 CPUtime=4481.9 cores=0,2,4,6
/proc/16468/stat : 16468 (priss) S 16467 16467 15086 0 -1 4202496 145807 0 0 0 448054 136 0 0 18 0 5 0 594968807 709169152 133743 33554432000 4194304 5787044 140736620764928 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16468/statm: 173137 133743 417 389 0 168887 0
[pid=16468/tid=16470] ppid=16467 vsize=692548 CPUtime=1121.91 cores=0,2,4,6
/proc/16468/task/16470/stat : 16470 (priss) R 16467 16467 15086 0 -1 4202560 36442 0 0 0 112152 39 0 0 25 0 5 0 594968809 709169152 133743 33554432000 4194304 5787044 140736620764928 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16468/tid=16471] ppid=16467 vsize=692548 CPUtime=1122.13 cores=0,2,4,6
/proc/16468/task/16471/stat : 16471 (priss) R 16467 16467 15086 0 -1 4202560 37056 0 0 0 112174 39 0 0 25 0 5 0 594968809 709169152 133743 33554432000 4194304 5787044 140736620764928 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16468/tid=16472] ppid=16467 vsize=692548 CPUtime=1118.54 cores=0,2,4,6
/proc/16468/task/16472/stat : 16472 (priss) R 16467 16467 15086 0 -1 4202560 33445 0 0 0 111834 20 0 0 25 0 5 0 594968810 709169152 133743 33554432000 4194304 5787044 140736620764928 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16468/tid=16473] ppid=16467 vsize=692548 CPUtime=1119.26 cores=0,2,4,6
/proc/16468/task/16473/stat : 16473 (priss) R 16467 16467 15086 0 -1 4202560 36092 0 0 0 111890 36 0 0 25 0 5 0 594968810 709169152 133743 33554432000 4194304 5787044 140736620764928 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4481.9
Current children cumulated vsize (KiB) 701248

[startup+1182.3 s]
/proc/loadavg: 8.01 8.08 8.02 9/188 16540
/proc/meminfo: memFree=15660080/32951124 swapFree=67111528/67111528
[pid=16467] ppid=16465 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16467/stat : 16467 (priss.sh) S 16465 16467 15086 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594968807 8908800 252 33554432000 4194304 4922060 140737257906656 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16467/statm: 2175 252 211 178 0 68 0
[pid=16468] ppid=16467 vsize=700748 CPUtime=4721.57 cores=0,2,4,6
/proc/16468/stat : 16468 (priss) S 16467 16467 15086 0 -1 4202496 153333 0 0 0 472011 146 0 0 18 0 5 0 594968807 717565952 141269 33554432000 4194304 5787044 140736620764928 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16468/statm: 175187 141269 417 389 0 170937 0
[pid=16468/tid=16470] ppid=16467 vsize=700748 CPUtime=1181.91 cores=0,2,4,6
/proc/16468/task/16470/stat : 16470 (priss) R 16467 16467 15086 0 -1 4202560 39303 0 0 0 118149 42 0 0 25 0 5 0 594968809 717565952 141269 33554432000 4194304 5787044 140736620764928 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16468/tid=16471] ppid=16467 vsize=700748 CPUtime=1182.11 cores=0,2,4,6
/proc/16468/task/16471/stat : 16471 (priss) R 16467 16467 15086 0 -1 4202560 38864 0 0 0 118169 42 0 0 25 0 5 0 594968809 717565952 141269 33554432000 4194304 5787044 140736620764928 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16468/tid=16472] ppid=16467 vsize=700748 CPUtime=1178.54 cores=0,2,4,6
/proc/16468/task/16472/stat : 16472 (priss) R 16467 16467 15086 0 -1 4202560 33449 0 0 0 117833 21 0 0 25 0 5 0 594968810 717565952 141269 33554432000 4194304 5787044 140736620764928 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16468/tid=16473] ppid=16467 vsize=700748 CPUtime=1178.93 cores=0,2,4,6
/proc/16468/task/16473/stat : 16473 (priss) R 16467 16467 15086 0 -1 4202560 38945 0 0 0 117855 38 0 0 25 0 5 0 594968810 717565952 141269 33554432000 4194304 5787044 140736620764928 18446744073709551615 5527016 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4721.57
Current children cumulated vsize (KiB) 709448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202 s]
/proc/loadavg: 8.01 8.07 8.02 9/188 16541
/proc/meminfo: memFree=15642324/32951124 swapFree=67111528/67111528
[pid=16467] ppid=16465 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16467/stat : 16467 (priss.sh) S 16465 16467 15086 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594968807 8908800 252 33554432000 4194304 4922060 140737257906656 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16467/statm: 2175 252 211 178 0 68 0
[pid=16468] ppid=16467 vsize=704848 CPUtime=4800.29 cores=0,2,4,6
/proc/16468/stat : 16468 (priss) S 16467 16467 15086 0 -1 4202496 156098 0 0 0 479880 149 0 0 18 0 5 0 594968807 721764352 144034 33554432000 4194304 5787044 140736620764928 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16468/statm: 176212 144034 417 389 0 171962 0
[pid=16468/tid=16470] ppid=16467 vsize=704848 CPUtime=1201.62 cores=0,2,4,6
/proc/16468/task/16470/stat : 16470 (priss) R 16467 16467 15086 0 -1 4202560 39889 0 0 0 120119 43 0 0 25 0 5 0 594968809 721764352 144034 33554432000 4194304 5787044 140736620764928 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16468/tid=16471] ppid=16467 vsize=704848 CPUtime=1201.83 cores=0,2,4,6
/proc/16468/task/16471/stat : 16471 (priss) R 16467 16467 15086 0 -1 4202560 39427 0 0 0 120140 43 0 0 25 0 5 0 594968809 721764352 144034 33554432000 4194304 5787044 140736620764928 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16468/tid=16472] ppid=16467 vsize=704848 CPUtime=1198.25 cores=0,2,4,6
/proc/16468/task/16472/stat : 16472 (priss) R 16467 16467 15086 0 -1 4202560 33451 0 0 0 119804 21 0 0 25 0 5 0 594968810 721764352 144034 33554432000 4194304 5787044 140736620764928 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16468/tid=16473] ppid=16467 vsize=704848 CPUtime=1198.53 cores=0,2,4,6
/proc/16468/task/16473/stat : 16473 (priss) R 16467 16467 15086 0 -1 4202560 40559 0 0 0 119814 39 0 0 25 0 5 0 594968810 721764352 144034 33554432000 4194304 5787044 140736620764928 18446744073709551615 5527024 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 713548

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

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

[startup+1202 s]
/proc/loadavg: 8.01 8.07 8.02 9/188 16541
/proc/meminfo: memFree=15642324/32951124 swapFree=67111528/67111528
[pid=16467] ppid=16465 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16467/stat : 16467 (priss.sh) S 16465 16467 15086 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594968807 8908800 252 33554432000 4194304 4922060 140737257906656 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16467/statm: 2175 252 211 178 0 68 0
[pid=16468] ppid=16467 vsize=704848 CPUtime=4800.29 cores=0,2,4,6
/proc/16468/stat : 16468 (priss) S 16467 16467 15086 0 -1 4202496 156098 0 0 0 479880 149 0 0 18 0 5 0 594968807 721764352 144034 33554432000 4194304 5787044 140736620764928 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16468/statm: 176212 144034 417 389 0 171962 0
[pid=16468/tid=16470] ppid=16467 vsize=704848 CPUtime=1201.62 cores=0,2,4,6
/proc/16468/task/16470/stat : 16470 (priss) R 16467 16467 15086 0 -1 4202560 39889 0 0 0 120119 43 0 0 25 0 5 0 594968809 721764352 144034 33554432000 4194304 5787044 140736620764928 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16468/tid=16471] ppid=16467 vsize=704848 CPUtime=1201.83 cores=0,2,4,6
/proc/16468/task/16471/stat : 16471 (priss) R 16467 16467 15086 0 -1 4202560 39427 0 0 0 120140 43 0 0 25 0 5 0 594968809 721764352 144034 33554432000 4194304 5787044 140736620764928 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16468/tid=16472] ppid=16467 vsize=704848 CPUtime=1198.25 cores=0,2,4,6
/proc/16468/task/16472/stat : 16472 (priss) R 16467 16467 15086 0 -1 4202560 33451 0 0 0 119804 21 0 0 25 0 5 0 594968810 721764352 144034 33554432000 4194304 5787044 140736620764928 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16468/tid=16473] ppid=16467 vsize=704848 CPUtime=1198.53 cores=0,2,4,6
/proc/16468/task/16473/stat : 16473 (priss) R 16467 16467 15086 0 -1 4202560 40559 0 0 0 119814 39 0 0 25 0 5 0 594968810 721764352 144034 33554432000 4194304 5787044 140736620764928 18446744073709551615 5527024 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 713548

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1202.02
CPU time (s): 4800.29
CPU user time (s): 4798.8
CPU system time (s): 1.49
CPU usage (%): 399.352
Max. virtual memory (cumulated for all children) (KiB): 713548

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= 332
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= 5
involuntary context switches= 2

runsolver used 1.78473 second user time and 4.78327 second system time

The end

Launcher Data

Begin job on node110 at 2011-04-29 05:23:02
IDJOB=3259216
IDBENCH=71526
IDSOLVER=1603
FILE ID=node110/3259216-1304047382
RUNJOBID= node110-1304039990-15104
PBS_JOBID= 13170381
Free space on /tmp= 72836 MiB

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

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

MD5SUM BENCH= e7d4dc25f0d8e558fb091b1e566deab7
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:      16350876 kB
Buffers:       2333764 kB
Cached:       13265232 kB
SwapCached:          0 kB
Active:        8197084 kB
Inactive:      7832016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16350876 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1980 kB
Writeback:           0 kB
AnonPages:      428876 kB
Mapped:          15612 kB
Slab:           506340 kB
PageTables:       5548 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   626300 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:43:06