Trace number 3499605

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) 20400.3 5100.02

General information on the benchmark

NameSAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/
mod2c-rand3bip-sat-250-2.shuffled-as.sat05-2534.cnf
MD5SUM9a6126d13f733e360922c2ae93b7b6b9
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark173.21
Satisfiable
(Un)Satisfiability was proved
Number of variables354
Number of clauses2596
Sum of the clauses size11752
Maximum clause length6
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 41592
Number of clauses of size 5640
Number of clauses of size over 5364

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: 29879
0.00/0.00	c parsetime: 1048us
0.00/0.00	c parsed 2596 clauses with 354 variables
0.00/0.00	c NW started thread 0 successfully (1116191040)
0.00/0.00	c NW started thread 1 successfully (1126680896)
0.00/0.00	c NW started thread 2 successfully (1137170752)
0.00/0.00	c NW started thread 3 successfully (1147660608)
0.00/0.91	c preprocessor returned 10034 variables
0.00/0.91	c preprocessing returned UNKNOWN
0.00/0.91	c PP set 0 variables
0.00/0.91	c pp time: 909417us (0s)
0.00/0.92	c preprocessor returned 10034 variables
0.00/0.92	c preprocessing returned UNKNOWN
0.00/0.92	c PP set 0 variables
0.00/0.92	c pp time: 912372us (0s)
0.00/0.92	c preprocessor returned 10034 variables
0.00/0.92	c preprocessing returned UNKNOWN
0.00/0.92	c PP set 0 variables
0.00/0.92	c pp time: 912610us (0s)
20.34/5.12	c preprocessor returned 30089 variables
20.34/5.12	c preprocessing returned UNKNOWN
20.34/5.12	c PP set 0 variables
20.34/5.12	c pp time: 5113298us (5s)

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.1 (svn: 989)

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-3499605-1308007594/watcher-3499605-1308007594 -o /tmp/evaluation-result-3499605-1308007594/solver-3499605-1308007594 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499605-1308007594.cnf 1085640830 40000 31000 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.00 4.00 4.00 1/171 29878
/proc/meminfo: memFree=31958964/32951124 swapFree=67072804/67111528
[pid=29878] ppid=29876 vsize=8700 CPUtime=0 cores=0-7
/proc/29878/stat : 29878 (priss.sh) S 29876 29878 29120 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 912357224 8908800 252 33554432000 4194304 4922060 140733366010848 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29878/statm: 2175 252 211 178 0 68 0

[startup+0.103879 s]
/proc/loadavg: 4.00 4.00 4.00 1/171 29878
/proc/meminfo: memFree=31958964/32951124 swapFree=67072804/67111528
[pid=29878] ppid=29876 vsize=8700 CPUtime=0 cores=0-7
/proc/29878/stat : 29878 (priss.sh) S 29876 29878 29120 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 912357224 8908800 252 33554432000 4194304 4922060 140733366010848 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29878/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.200863 s]
/proc/loadavg: 4.00 4.00 4.00 1/171 29878
/proc/meminfo: memFree=31958964/32951124 swapFree=67072804/67111528
[pid=29878] ppid=29876 vsize=8700 CPUtime=0 cores=0-7
/proc/29878/stat : 29878 (priss.sh) S 29876 29878 29120 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 912357224 8908800 252 33554432000 4194304 4922060 140733366010848 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29878/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300842 s]
/proc/loadavg: 4.00 4.00 4.00 1/171 29878
/proc/meminfo: memFree=31958964/32951124 swapFree=67072804/67111528
[pid=29878] ppid=29876 vsize=8700 CPUtime=0 cores=0-7
/proc/29878/stat : 29878 (priss.sh) S 29876 29878 29120 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 912357224 8908800 252 33554432000 4194304 4922060 140733366010848 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29878/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700777 s]
/proc/loadavg: 4.00 4.00 4.00 1/171 29878
/proc/meminfo: memFree=31958964/32951124 swapFree=67072804/67111528
[pid=29878] ppid=29876 vsize=8700 CPUtime=0 cores=0-7
/proc/29878/stat : 29878 (priss.sh) S 29876 29878 29120 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 912357224 8908800 252 33554432000 4194304 4922060 140733366010848 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29878/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50062 s]
/proc/loadavg: 4.00 4.00 4.00 6/177 29884
/proc/meminfo: memFree=31936264/32951124 swapFree=67072804/67111528
[pid=29878] ppid=29876 vsize=8700 CPUtime=0 cores=0-7
/proc/29878/stat : 29878 (priss.sh) S 29876 29878 29120 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 912357224 8908800 252 33554432000 4194304 4922060 140733366010848 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29878/statm: 2175 252 211 178 0 68 0
[pid=29879] ppid=29878 vsize=275176 CPUtime=5.95 cores=0-7
/proc/29879/stat : 29879 (priss) S 29878 29878 29120 0 -1 4202496 7778 0 0 0 592 3 0 0 25 0 5 0 912357224 281780224 6560 33554432000 4194304 5787044 140734470979664 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/29879/statm: 68794 6560 405 389 0 64544 0
[pid=29879/tid=29881] ppid=29878 vsize=275176 CPUtime=1.48 cores=0-7
/proc/29879/task/29881/stat : 29881 (priss) R 29878 29878 29120 0 -1 4202560 1297 0 0 0 148 0 0 0 18 0 5 0 912357224 281780224 6560 33554432000 4194304 5787044 140734470979664 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29879/tid=29882] ppid=29878 vsize=275176 CPUtime=1.47 cores=0-7
/proc/29879/task/29882/stat : 29882 (priss) R 29878 29878 29120 0 -1 4202560 1437 0 0 0 147 0 0 0 18 0 5 0 912357224 281780224 6560 33554432000 4194304 5787044 140734470979664 18446744073709551615 5591552 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29879/tid=29883] ppid=29878 vsize=275176 CPUtime=1.48 cores=0-7
/proc/29879/task/29883/stat : 29883 (priss) R 29878 29878 29120 0 -1 4202560 1520 0 0 0 147 1 0 0 18 0 5 0 912357224 281780224 6560 33554432000 4194304 5787044 140734470979664 18446744073709551615 4238707 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29879/tid=29884] ppid=29878 vsize=275176 CPUtime=1.48 cores=0-7
/proc/29879/task/29884/stat : 29884 (priss) R 29878 29878 29120 0 -1 4202560 1993 0 0 0 148 0 0 0 19 0 5 0 912357224 281780224 6560 33554432000 4194304 5787044 140734470979664 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 283876

[startup+3.10032 s]
/proc/loadavg: 4.00 4.00 4.00 5/177 29884
/proc/meminfo: memFree=31933164/32951124 swapFree=67072804/67111528
[pid=29878] ppid=29876 vsize=8700 CPUtime=0 cores=0-7
/proc/29878/stat : 29878 (priss.sh) S 29876 29878 29120 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 912357224 8908800 252 33554432000 4194304 4922060 140733366010848 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29878/statm: 2175 252 211 178 0 68 0
[pid=29879] ppid=29878 vsize=276232 CPUtime=12.35 cores=0-7
/proc/29879/stat : 29879 (priss) S 29878 29878 29120 0 -1 4202496 8583 0 0 0 1231 4 0 0 25 0 5 0 912357224 282861568 7365 33554432000 4194304 5787044 140734470979664 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/29879/statm: 69058 7365 405 389 0 64808 0
[pid=29879/tid=29881] ppid=29878 vsize=276232 CPUtime=3.08 cores=0-7
/proc/29879/task/29881/stat : 29881 (priss) R 29878 29878 29120 0 -1 4202560 1563 0 0 0 308 0 0 0 17 0 5 0 912357224 282861568 7365 33554432000 4194304 5787044 140734470979664 18446744073709551615 255376960328 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29879/tid=29882] ppid=29878 vsize=276232 CPUtime=3.07 cores=0-7
/proc/29879/task/29882/stat : 29882 (priss) R 29878 29878 29120 0 -1 4202560 1700 0 0 0 306 1 0 0 18 0 5 0 912357224 282861568 7365 33554432000 4194304 5787044 140734470979664 18446744073709551615 5591623 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29879/tid=29883] ppid=29878 vsize=276232 CPUtime=3.08 cores=0-7
/proc/29879/task/29883/stat : 29883 (priss) R 29878 29878 29120 0 -1 4202560 1796 0 0 0 307 1 0 0 18 0 5 0 912357224 282861568 7365 33554432000 4194304 5787044 140734470979664 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29879/tid=29884] ppid=29878 vsize=276232 CPUtime=3.08 cores=0-7
/proc/29879/task/29884/stat : 29884 (priss) R 29878 29878 29120 0 -1 4202560 1993 0 0 0 308 0 0 0 25 0 5 0 912357224 282861568 7365 33554432000 4194304 5787044 140734470979664 18446744073709551615 255376995279 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 284932

[startup+6.30073 s]
/proc/loadavg: 4.00 4.00 4.00 5/177 29884
/proc/meminfo: memFree=31926344/32951124 swapFree=67072804/67111528
[pid=29878] ppid=29876 vsize=8700 CPUtime=0 cores=0-7
/proc/29878/stat : 29878 (priss.sh) S 29876 29878 29120 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 912357224 8908800 252 33554432000 4194304 4922060 140733366010848 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29878/statm: 2175 252 211 178 0 68 0
[pid=29879] ppid=29878 vsize=277804 CPUtime=25.14 cores=0-7
/proc/29879/stat : 29879 (priss) S 29878 29878 29120 0 -1 4202496 11417 0 0 0 2508 6 0 0 25 0 5 0 912357224 284471296 9407 33554432000 4194304 5787044 140734470979664 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/29879/statm: 69451 9407 418 389 0 65201 0
[pid=29879/tid=29881] ppid=29878 vsize=277804 CPUtime=6.29 cores=0-7
/proc/29879/task/29881/stat : 29881 (priss) R 29878 29878 29120 0 -1 4202560 1941 0 0 0 628 1 0 0 18 0 5 0 912357224 284471296 9407 33554432000 4194304 5787044 140734470979664 18446744073709551615 5591587 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29879/tid=29882] ppid=29878 vsize=277804 CPUtime=6.27 cores=0-7
/proc/29879/task/29882/stat : 29882 (priss) R 29878 29878 29120 0 -1 4202560 2143 0 0 0 625 2 0 0 18 0 5 0 912357224 284471296 9407 33554432000 4194304 5787044 140734470979664 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29879/tid=29883] ppid=29878 vsize=277804 CPUtime=6.28 cores=0-7
/proc/29879/task/29883/stat : 29883 (priss) R 29878 29878 29120 0 -1 4202560 2173 0 0 0 626 2 0 0 18 0 5 0 912357224 284471296 9407 33554432000 4194304 5787044 140734470979664 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29879/tid=29884] ppid=29878 vsize=277804 CPUtime=6.28 cores=0-7
/proc/29879/task/29884/stat : 29884 (priss) R 29878 29878 29120 0 -1 4202560 3629 0 0 0 628 0 0 0 25 0 5 0 912357224 284471296 9407 33554432000 4194304 5787044 140734470979664 18446744073709551615 5527065 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 286504

[startup+12.7006 s]
/proc/loadavg: 4.00 4.00 4.00 5/177 29884
/proc/meminfo: memFree=31914060/32951124 swapFree=67072804/67111528
[pid=29878] ppid=29876 vsize=8700 CPUtime=0 cores=0-7
/proc/29878/stat : 29878 (priss.sh) S 29876 29878 29120 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 912357224 8908800 252 33554432000 4194304 4922060 140733366010848 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29878/statm: 2175 252 211 178 0 68 0
[pid=29879] ppid=29878 vsize=283992 CPUtime=50.71 cores=0-7
/proc/29879/stat : 29879 (priss) S 29878 29878 29120 0 -1 4202496 14442 0 0 0 5062 9 0 0 25 0 5 0 912357224 290807808 12432 33554432000 4194304 5787044 140734470979664 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/29879/statm: 70998 12432 419 389 0 66748 0
[pid=29879/tid=29881] ppid=29878 vsize=283992 CPUtime=12.68 cores=0-7
/proc/29879/task/29881/stat : 29881 (priss) R 29878 29878 29120 0 -1 4202560 2429 0 0 0 1267 1 0 0 18 0 5 0 912357224 290807808 12432 33554432000 4194304 5787044 140734470979664 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29879/tid=29882] ppid=29878 vsize=283992 CPUtime=12.65 cores=0-7
/proc/29879/task/29882/stat : 29882 (priss) R 29878 29878 29120 0 -1 4202560 4035 0 0 0 1261 4 0 0 18 0 5 0 912357224 290807808 12432 33554432000 4194304 5787044 140734470979664 18446744073709551615 4255036 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29879/tid=29883] ppid=29878 vsize=283992 CPUtime=12.68 cores=0-7
/proc/29879/task/29883/stat : 29883 (priss) R 29878 29878 29120 0 -1 4202560 2453 0 0 0 1266 2 0 0 19 0 5 0 912357224 290807808 12432 33554432000 4194304 5787044 140734470979664 18446744073709551615 5591780 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29879/tid=29884] ppid=29878 vsize=283992 CPUtime=12.68 cores=0-7
/proc/29879/task/29884/stat : 29884 (priss) R 29878 29878 29120 0 -1 4202560 3994 0 0 0 1267 1 0 0 25 0 5 0 912357224 290807808 12432 33554432000 4194304 5787044 140734470979664 18446744073709551615 4213811 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 292692

[startup+25.5012 s]
/proc/loadavg: 4.00 4.00 4.00 5/177 29885
/proc/meminfo: memFree=31903424/32951124 swapFree=67072804/67111528
[pid=29878] ppid=29876 vsize=8700 CPUtime=0 cores=0-7
/proc/29878/stat : 29878 (priss.sh) S 29876 29878 29120 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 912357224 8908800 252 33554432000 4194304 4922060 140733366010848 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29878/statm: 2175 252 211 178 0 68 0
[pid=29879] ppid=29878 vsize=287572 CPUtime=101.92 cores=0-7
/proc/29879/stat : 29879 (priss) S 29878 29878 29120 0 -1 4202496 17048 0 0 0 10179 13 0 0 25 0 5 0 912357224 294473728 15038 33554432000 4194304 5787044 140734470979664 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/29879/statm: 71893 15038 419 389 0 67643 0
[pid=29879/tid=29881] ppid=29878 vsize=287572 CPUtime=25.48 cores=0-7
/proc/29879/task/29881/stat : 29881 (priss) R 29878 29878 29120 0 -1 4202560 3224 0 0 0 2546 2 0 0 18 0 5 0 912357224 294473728 15038 33554432000 4194304 5787044 140734470979664 18446744073709551615 5591239 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29879/tid=29882] ppid=29878 vsize=287572 CPUtime=25.45 cores=0-7
/proc/29879/task/29882/stat : 29882 (priss) R 29878 29878 29120 0 -1 4202560 4652 0 0 0 2539 6 0 0 19 0 5 0 912357224 294473728 15038 33554432000 4194304 5787044 140734470979664 18446744073709551615 5591808 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29879/tid=29883] ppid=29878 vsize=287572 CPUtime=25.48 cores=0-7
/proc/29879/task/29883/stat : 29883 (priss) R 29878 29878 29120 0 -1 4202560 3083 0 0 0 2545 3 0 0 19 0 5 0 912357224 294473728 15038 33554432000 4194304 5787044 140734470979664 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29879/tid=29884] ppid=29878 vsize=287572 CPUtime=25.48 cores=0-7
/proc/29879/task/29884/stat : 29884 (priss) R 29878 29878 29120 0 -1 4202560 4558 0 0 0 2547 1 0 0 25 0 5 0 912357224 294473728 15038 33554432000 4194304 5787044 140734470979664 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.92
Current children cumulated vsize (KiB) 296272

[startup+51.1004 s]
/proc/loadavg: 4.00 4.00 4.00 5/177 29885
/proc/meminfo: memFree=31879460/32951124 swapFree=67072804/67111528
[pid=29878] ppid=29876 vsize=8700 CPUtime=0 cores=0-7
/proc/29878/stat : 29878 (priss.sh) S 29876 29878 29120 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 912357224 8908800 252 33554432000 4194304 4922060 140733366010848 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29878/statm: 2175 252 211 178 0 68 0
[pid=29879] ppid=29878 vsize=298992 CPUtime=204.29 cores=0-7
/proc/29879/stat : 29879 (priss) S 29878 29878 29120 0 -1 4202496 22993 0 0 0 20410 19 0 0 25 0 5 0 912357224 306167808 20978 33554432000 4194304 5787044 140734470979664 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/29879/statm: 74748 20978 419 389 0 70498 0
[pid=29879/tid=29881] ppid=29878 vsize=298992 CPUtime=51.07 cores=0-7
/proc/29879/task/29881/stat : 29881 (priss) R 29878 29878 29120 0 -1 4202560 5487 0 0 0 5104 3 0 0 25 0 5 0 912357224 306167808 20978 33554432000 4194304 5787044 140734470979664 18446744073709551615 5588000 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29879/tid=29882] ppid=29878 vsize=298992 CPUtime=51.03 cores=0-7
/proc/29879/task/29882/stat : 29882 (priss) R 29878 29878 29120 0 -1 4202560 6189 0 0 0 5094 9 0 0 25 0 5 0 912357224 306167808 20978 33554432000 4194304 5787044 140734470979664 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29879/tid=29883] ppid=29878 vsize=298992 CPUtime=51.08 cores=0-7
/proc/29879/task/29883/stat : 29883 (priss) R 29878 29878 29120 0 -1 4202560 4806 0 0 0 5104 4 0 0 25 0 5 0 912357224 306167808 20978 33554432000 4194304 5787044 140734470979664 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29879/tid=29884] ppid=29878 vsize=298992 CPUtime=51.07 cores=0-7
/proc/29879/task/29884/stat : 29884 (priss) R 29878 29878 29120 0 -1 4202560 4980 0 0 0 5106 1 0 0 25 0 5 0 912357224 306167808 20978 33554432000 4194304 5787044 140734470979664 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.29
Current children cumulated vsize (KiB) 307692

[startup+102.301 s]
/proc/loadavg: 4.00 4.00 4.00 5/177 29887
/proc/meminfo: memFree=31854136/32951124 swapFree=67072804/67111528
[pid=29878] ppid=29876 vsize=8700 CPUtime=0 cores=0-7
/proc/29878/stat : 29878 (priss.sh) S 29876 29878 29120 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 912357224 8908800 252 33554432000 4194304 4922060 140733366010848 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29878/statm: 2175 252 211 178 0 68 0
[pid=29879] ppid=29878 vsize=308168 CPUtime=409.11 cores=0-7
/proc/29879/stat : 29879 (priss) S 29878 29878 29120 0 -1 4202496 29294 0 0 0 40886 25 0 0 25 0 5 0 912357224 315564032 27180 33554432000 4194304 5787044 140734470979664 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/29879/statm: 77042 27180 419 389 0 72792 0
[pid=29879/tid=29881] ppid=29878 vsize=308168 CPUtime=102.28 cores=0-7
/proc/29879/task/29881/stat : 29881 (priss) R 29878 29878 29120 0 -1 4202560 7577 0 0 0 10222 6 0 0 21 0 5 0 912357224 315564032 27180 33554432000 4194304 5787044 140734470979664 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29879/tid=29882] ppid=29878 vsize=308168 CPUtime=102.23 cores=0-7
/proc/29879/task/29882/stat : 29882 (priss) R 29878 29878 29120 0 -1 4202560 7170 0 0 0 10214 9 0 0 25 0 5 0 912357224 315564032 27180 33554432000 4194304 5787044 140734470979664 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29879/tid=29883] ppid=29878 vsize=308168 CPUtime=102.28 cores=0-7
/proc/29879/task/29883/stat : 29883 (priss) R 29878 29878 29120 0 -1 4202560 7036 0 0 0 10222 6 0 0 25 0 5 0 912357224 315564032 27180 33554432000 4194304 5787044 140734470979664 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29879/tid=29884] ppid=29878 vsize=308168 CPUtime=102.28 cores=0-7

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

/proc/29879/task/29882/stat : 29882 (priss) R 29878 29878 29120 0 -1 4202560 35546 0 0 0 478175 54 0 0 25 0 5 0 912357224 719618048 138081 33554432000 4194304 5787044 140734470979664 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29879/tid=29883] ppid=29878 vsize=702752 CPUtime=4782.4 cores=0-7
/proc/29879/task/29883/stat : 29883 (priss) R 29878 29878 29120 0 -1 4202560 28885 0 0 0 478212 28 0 0 25 0 5 0 912357224 719618048 138081 33554432000 4194304 5787044 140734470979664 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29879/tid=29884] ppid=29878 vsize=702752 CPUtime=4782.36 cores=0-7
/proc/29879/task/29884/stat : 29884 (priss) R 29878 29878 29120 0 -1 4202560 36041 0 0 0 478209 27 0 0 25 0 5 0 912357224 719618048 138081 33554432000 4194304 5787044 140734470979664 18446744073709551615 4672024 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19129.5
Current children cumulated vsize (KiB) 711452

[startup+4842.31 s]
/proc/loadavg: 4.00 4.00 4.00 5/177 30025
/proc/meminfo: memFree=31406892/32951124 swapFree=67072804/67111528
[pid=29878] ppid=29876 vsize=8700 CPUtime=0 cores=0-7
/proc/29878/stat : 29878 (priss.sh) S 29876 29878 29120 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 912357224 8908800 252 33554432000 4194304 4922060 140733366010848 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29878/statm: 2175 252 211 178 0 68 0
[pid=29879] ppid=29878 vsize=702752 CPUtime=19369.5 cores=0-7
/proc/29879/stat : 29879 (priss) S 29878 29878 29120 0 -1 4202496 143247 0 0 0 1936798 151 0 0 25 0 5 0 912357224 719618048 138093 33554432000 4194304 5787044 140734470979664 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/29879/statm: 175688 138093 419 389 0 171438 0
[pid=29879/tid=29881] ppid=29878 vsize=702752 CPUtime=4842.37 cores=0-7
/proc/29879/task/29881/stat : 29881 (priss) R 29878 29878 29120 0 -1 4202560 41242 0 0 0 484197 40 0 0 25 0 5 0 912357224 719618048 138093 33554432000 4194304 5787044 140734470979664 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29879/tid=29882] ppid=29878 vsize=702752 CPUtime=4842.3 cores=0-7
/proc/29879/task/29882/stat : 29882 (priss) R 29878 29878 29120 0 -1 4202560 35546 0 0 0 484176 54 0 0 25 0 5 0 912357224 719618048 138093 33554432000 4194304 5787044 140734470979664 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29879/tid=29883] ppid=29878 vsize=702752 CPUtime=4842.41 cores=0-7
/proc/29879/task/29883/stat : 29883 (priss) R 29878 29878 29120 0 -1 4202560 28885 0 0 0 484213 28 0 0 25 0 5 0 912357224 719618048 138093 33554432000 4194304 5787044 140734470979664 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29879/tid=29884] ppid=29878 vsize=702752 CPUtime=4842.37 cores=0-7
/proc/29879/task/29884/stat : 29884 (priss) R 29878 29878 29120 0 -1 4202560 36043 0 0 0 484210 27 0 0 25 0 5 0 912357224 719618048 138093 33554432000 4194304 5787044 140734470979664 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19369.5
Current children cumulated vsize (KiB) 711452

[startup+4902.3 s]
/proc/loadavg: 4.03 4.01 4.00 5/177 30027
/proc/meminfo: memFree=31405864/32951124 swapFree=67072804/67111528
[pid=29878] ppid=29876 vsize=8700 CPUtime=0 cores=0-7
/proc/29878/stat : 29878 (priss.sh) S 29876 29878 29120 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 912357224 8908800 252 33554432000 4194304 4922060 140733366010848 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29878/statm: 2175 252 211 178 0 68 0
[pid=29879] ppid=29878 vsize=768288 CPUtime=19609.5 cores=0-7
/proc/29879/stat : 29879 (priss) S 29878 29878 29120 0 -1 4202496 143542 0 0 0 1960797 151 0 0 25 0 5 0 912357224 786726912 138388 33554432000 4194304 5787044 140734470979664 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/29879/statm: 192072 138388 419 389 0 187822 0
[pid=29879/tid=29881] ppid=29878 vsize=768288 CPUtime=4902.37 cores=0-7
/proc/29879/task/29881/stat : 29881 (priss) R 29878 29878 29120 0 -1 4202560 41534 0 0 0 490197 40 0 0 25 0 5 0 912357224 786726912 138388 33554432000 4194304 5787044 140734470979664 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29879/tid=29882] ppid=29878 vsize=768288 CPUtime=4902.29 cores=0-7
/proc/29879/task/29882/stat : 29882 (priss) R 29878 29878 29120 0 -1 4202560 35546 0 0 0 490175 54 0 0 25 0 5 0 912357224 786726912 138388 33554432000 4194304 5787044 140734470979664 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29879/tid=29883] ppid=29878 vsize=768288 CPUtime=4902.41 cores=0-7
/proc/29879/task/29883/stat : 29883 (priss) R 29878 29878 29120 0 -1 4202560 28888 0 0 0 490213 28 0 0 25 0 5 0 912357224 786726912 138388 33554432000 4194304 5787044 140734470979664 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29879/tid=29884] ppid=29878 vsize=768288 CPUtime=4902.37 cores=0-7
/proc/29879/task/29884/stat : 29884 (priss) R 29878 29878 29120 0 -1 4202560 36043 0 0 0 490210 27 0 0 25 0 5 0 912357224 786726912 138388 33554432000 4194304 5787044 140734470979664 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19609.5
Current children cumulated vsize (KiB) 776988

[startup+4962.3 s]
/proc/loadavg: 4.08 4.02 4.00 5/177 30028
/proc/meminfo: memFree=31405332/32951124 swapFree=67072804/67111528
[pid=29878] ppid=29876 vsize=8700 CPUtime=0 cores=0-7
/proc/29878/stat : 29878 (priss.sh) S 29876 29878 29120 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 912357224 8908800 252 33554432000 4194304 4922060 140733366010848 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29878/statm: 2175 252 211 178 0 68 0
[pid=29879] ppid=29878 vsize=768288 CPUtime=19849.5 cores=0-7
/proc/29879/stat : 29879 (priss) S 29878 29878 29120 0 -1 4202496 143635 0 0 0 1984797 151 0 0 25 0 5 0 912357224 786726912 138481 33554432000 4194304 5787044 140734470979664 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/29879/statm: 192072 138481 419 389 0 187822 0
[pid=29879/tid=29881] ppid=29878 vsize=768288 CPUtime=4962.37 cores=0-7
/proc/29879/task/29881/stat : 29881 (priss) R 29878 29878 29120 0 -1 4202560 41551 0 0 0 496197 40 0 0 25 0 5 0 912357224 786726912 138481 33554432000 4194304 5787044 140734470979664 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29879/tid=29882] ppid=29878 vsize=768288 CPUtime=4962.29 cores=0-7
/proc/29879/task/29882/stat : 29882 (priss) R 29878 29878 29120 0 -1 4202560 35553 0 0 0 496175 54 0 0 25 0 5 0 912357224 786726912 138481 33554432000 4194304 5787044 140734470979664 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29879/tid=29883] ppid=29878 vsize=768288 CPUtime=4962.41 cores=0-7
/proc/29879/task/29883/stat : 29883 (priss) R 29878 29878 29120 0 -1 4202560 28950 0 0 0 496213 28 0 0 25 0 5 0 912357224 786726912 138481 33554432000 4194304 5787044 140734470979664 18446744073709551615 5591827 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29879/tid=29884] ppid=29878 vsize=768288 CPUtime=4962.37 cores=0-7
/proc/29879/task/29884/stat : 29884 (priss) R 29878 29878 29120 0 -1 4202560 36050 0 0 0 496210 27 0 0 25 0 5 0 912357224 786726912 138481 33554432000 4194304 5787044 140734470979664 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19849.5
Current children cumulated vsize (KiB) 776988

[startup+5022.3 s]
/proc/loadavg: 4.03 4.02 4.00 5/177 30030
/proc/meminfo: memFree=31404184/32951124 swapFree=67072804/67111528
[pid=29878] ppid=29876 vsize=8700 CPUtime=0 cores=0-7
/proc/29878/stat : 29878 (priss.sh) S 29876 29878 29120 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 912357224 8908800 252 33554432000 4194304 4922060 140733366010848 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29878/statm: 2175 252 211 178 0 68 0
[pid=29879] ppid=29878 vsize=768288 CPUtime=20089.5 cores=0-7
/proc/29879/stat : 29879 (priss) S 29878 29878 29120 0 -1 4202496 143925 0 0 0 2008797 151 0 0 25 0 5 0 912357224 786726912 138771 33554432000 4194304 5787044 140734470979664 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/29879/statm: 192072 138771 419 389 0 187822 0
[pid=29879/tid=29881] ppid=29878 vsize=768288 CPUtime=5022.37 cores=0-7
/proc/29879/task/29881/stat : 29881 (priss) R 29878 29878 29120 0 -1 4202560 41567 0 0 0 502197 40 0 0 25 0 5 0 912357224 786726912 138771 33554432000 4194304 5787044 140734470979664 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29879/tid=29882] ppid=29878 vsize=768288 CPUtime=5022.29 cores=0-7
/proc/29879/task/29882/stat : 29882 (priss) R 29878 29878 29120 0 -1 4202560 35553 0 0 0 502175 54 0 0 25 0 5 0 912357224 786726912 138771 33554432000 4194304 5787044 140734470979664 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29879/tid=29883] ppid=29878 vsize=768288 CPUtime=5022.42 cores=0-7
/proc/29879/task/29883/stat : 29883 (priss) R 29878 29878 29120 0 -1 4202560 29212 0 0 0 502213 29 0 0 25 0 5 0 912357224 786726912 138771 33554432000 4194304 5787044 140734470979664 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29879/tid=29884] ppid=29878 vsize=768288 CPUtime=5022.37 cores=0-7
/proc/29879/task/29884/stat : 29884 (priss) R 29878 29878 29120 0 -1 4202560 36062 0 0 0 502210 27 0 0 25 0 5 0 912357224 786726912 138771 33554432000 4194304 5787044 140734470979664 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20089.5
Current children cumulated vsize (KiB) 776988

[startup+5082.3 s]
/proc/loadavg: 4.01 4.01 4.00 5/177 30031
/proc/meminfo: memFree=31402892/32951124 swapFree=67072804/67111528
[pid=29878] ppid=29876 vsize=8700 CPUtime=0 cores=0-7
/proc/29878/stat : 29878 (priss.sh) S 29876 29878 29120 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 912357224 8908800 252 33554432000 4194304 4922060 140733366010848 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29878/statm: 2175 252 211 178 0 68 0
[pid=29879] ppid=29878 vsize=768288 CPUtime=20329.5 cores=0-7
/proc/29879/stat : 29879 (priss) S 29878 29878 29120 0 -1 4202496 144285 0 0 0 2032797 153 0 0 25 0 5 0 912357224 786726912 139131 33554432000 4194304 5787044 140734470979664 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/29879/statm: 192072 139131 419 389 0 187822 0
[pid=29879/tid=29881] ppid=29878 vsize=768288 CPUtime=5082.37 cores=0-7
/proc/29879/task/29881/stat : 29881 (priss) R 29878 29878 29120 0 -1 4202560 41626 0 0 0 508197 40 0 0 25 0 5 0 912357224 786726912 139131 33554432000 4194304 5787044 140734470979664 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29879/tid=29882] ppid=29878 vsize=768288 CPUtime=5082.3 cores=0-7
/proc/29879/task/29882/stat : 29882 (priss) R 29878 29878 29120 0 -1 4202560 35555 0 0 0 508176 54 0 0 25 0 5 0 912357224 786726912 139131 33554432000 4194304 5787044 140734470979664 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29879/tid=29883] ppid=29878 vsize=768288 CPUtime=5082.41 cores=0-7
/proc/29879/task/29883/stat : 29883 (priss) R 29878 29878 29120 0 -1 4202560 29505 0 0 0 508212 29 0 0 25 0 5 0 912357224 786726912 139131 33554432000 4194304 5787044 140734470979664 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29879/tid=29884] ppid=29878 vsize=768288 CPUtime=5082.38 cores=0-7
/proc/29879/task/29884/stat : 29884 (priss) R 29878 29878 29120 0 -1 4202560 36068 0 0 0 508210 28 0 0 25 0 5 0 912357224 786726912 139131 33554432000 4194304 5787044 140734470979664 18446744073709551615 5527232 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20329.5
Current children cumulated vsize (KiB) 776988



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.01 4.01 4.00 5/177 30032
/proc/meminfo: memFree=31401876/32951124 swapFree=67072804/67111528
[pid=29878] ppid=29876 vsize=8700 CPUtime=0 cores=0-7
/proc/29878/stat : 29878 (priss.sh) S 29876 29878 29120 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 912357224 8908800 252 33554432000 4194304 4922060 140733366010848 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29878/statm: 2175 252 211 178 0 68 0
[pid=29879] ppid=29878 vsize=769320 CPUtime=20400.3 cores=0-7
/proc/29879/stat : 29879 (priss) S 29878 29878 29120 0 -1 4202496 144531 0 0 0 2039879 153 0 0 25 0 5 0 912357224 787783680 139377 33554432000 4194304 5787044 140734470979664 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/29879/statm: 192330 139377 419 389 0 188080 0
[pid=29879/tid=29881] ppid=29878 vsize=769320 CPUtime=5100.08 cores=0-7
/proc/29879/task/29881/stat : 29881 (priss) R 29878 29878 29120 0 -1 4202560 41668 0 0 0 509968 40 0 0 25 0 5 0 912357224 787783680 139377 33554432000 4194304 5787044 140734470979664 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29879/tid=29882] ppid=29878 vsize=769320 CPUtime=5100 cores=0-7
/proc/29879/task/29882/stat : 29882 (priss) R 29878 29878 29120 0 -1 4202560 35713 0 0 0 509946 54 0 0 25 0 5 0 912357224 787783680 139377 33554432000 4194304 5787044 140734470979664 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29879/tid=29883] ppid=29878 vsize=769320 CPUtime=5100.12 cores=0-7
/proc/29879/task/29883/stat : 29883 (priss) R 29878 29878 29120 0 -1 4202560 29547 0 0 0 509983 29 0 0 25 0 5 0 912357224 787783680 139377 33554432000 4194304 5787044 140734470979664 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29879/tid=29884] ppid=29878 vsize=769320 CPUtime=5100.08 cores=0-7
/proc/29879/task/29884/stat : 29884 (priss) R 29878 29878 29120 0 -1 4202560 36072 0 0 0 509980 28 0 0 25 0 5 0 912357224 787783680 139377 33554432000 4194304 5787044 140734470979664 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20400.3
Current children cumulated vsize (KiB) 778020

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

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

[startup+5100 s]
/proc/loadavg: 4.01 4.01 4.00 5/177 30032
/proc/meminfo: memFree=31401876/32951124 swapFree=67072804/67111528
[pid=29878] ppid=29876 vsize=8700 CPUtime=0 cores=0-7
/proc/29878/stat : 29878 (priss.sh) S 29876 29878 29120 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 912357224 8908800 252 33554432000 4194304 4922060 140733366010848 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29878/statm: 2175 252 211 178 0 68 0
[pid=29879] ppid=29878 vsize=769320 CPUtime=20400.3 cores=0-7
/proc/29879/stat : 29879 (priss) S 29878 29878 29120 0 -1 4202496 144531 0 0 0 2039879 153 0 0 25 0 5 0 912357224 787783680 139377 33554432000 4194304 5787044 140734470979664 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/29879/statm: 192330 139377 419 389 0 188080 0
[pid=29879/tid=29881] ppid=29878 vsize=769320 CPUtime=5100.08 cores=0-7
/proc/29879/task/29881/stat : 29881 (priss) R 29878 29878 29120 0 -1 4202560 41668 0 0 0 509968 40 0 0 25 0 5 0 912357224 787783680 139377 33554432000 4194304 5787044 140734470979664 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29879/tid=29882] ppid=29878 vsize=769320 CPUtime=5100 cores=0-7
/proc/29879/task/29882/stat : 29882 (priss) R 29878 29878 29120 0 -1 4202560 35713 0 0 0 509946 54 0 0 25 0 5 0 912357224 787783680 139377 33554432000 4194304 5787044 140734470979664 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29879/tid=29883] ppid=29878 vsize=769320 CPUtime=5100.12 cores=0-7
/proc/29879/task/29883/stat : 29883 (priss) R 29878 29878 29120 0 -1 4202560 29547 0 0 0 509983 29 0 0 25 0 5 0 912357224 787783680 139377 33554432000 4194304 5787044 140734470979664 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29879/tid=29884] ppid=29878 vsize=769320 CPUtime=5100.08 cores=0-7
/proc/29879/task/29884/stat : 29884 (priss) R 29878 29878 29120 0 -1 4202560 36072 0 0 0 509980 28 0 0 25 0 5 0 912357224 787783680 139377 33554432000 4194304 5787044 140734470979664 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20400.3
Current children cumulated vsize (KiB) 778020

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29878 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 20400.3
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5100.02
CPU time (s): 20400.3
CPU user time (s): 20398.8
CPU system time (s): 1.53
CPU usage (%): 400.005
Max. virtual memory (cumulated for all children) (KiB): 778020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 333
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 7.2239 second user time and 20.5999 second system time

The end

Launcher Data

Begin job on node135 at 2011-06-14 01:26:34
IDJOB=3499605
IDBENCH=85353
IDSOLVER=1994
FILE ID=node135/3499605-1308007594
RUNJOBID= node135-1307989120-29134
PBS_JOBID= 13559816
Free space on /tmp= 73824 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/mod2c-rand3bip-sat-250-2.shuffled-as.sat05-2534.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3499605-1308007594/watcher-3499605-1308007594 -o /tmp/evaluation-result-3499605-1308007594/solver-3499605-1308007594 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499605-1308007594.cnf 1085640830 40000 31000 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 9a6126d13f733e360922c2ae93b7b6b9
RANDOM SEED=1085640830

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31959764 kB
Buffers:        225616 kB
Cached:         532276 kB
SwapCached:       6348 kB
Active:         355464 kB
Inactive:       426920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31959764 kB
SwapTotal:    67111528 kB
SwapFree:     67072804 kB
Dirty:            1600 kB
Writeback:           0 kB
AnonPages:       23496 kB
Mapped:          10420 kB
Slab:           143156 kB
PageTables:       4088 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   160932 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73824 MiB
End job on node135 at 2011-06-14 02:51:36