Trace number 3258160

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

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v2100c215164g4.cnf
MD5SUM399c54da7337981a88a374a67e87ba30
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2100
Number of clauses215164
Sum of the clauses size432288
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2215094
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

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: 22429
0.00/0.05	c parsetime: 46200us
0.00/0.05	c parsed 215164 clauses with 2100 variables
0.00/0.06	c NW started thread 0 successfully (1112070464)
0.00/0.08	c NW started thread 1 successfully (1099209024)
0.00/0.10	c NW started thread 2 successfully (1122560320)
0.00/0.13	c NW started thread 3 successfully (1133050176)
32.07/8.16	c preprocessor returned 10004 variables
32.07/8.16	c preprocessing returned UNKNOWN
32.07/8.16	c PP set 0 variables
32.07/8.16	c pp time: 8098729us (8s)
32.07/8.16	c preprocessor returned 10004 variables
32.07/8.17	c preprocessing returned UNKNOWN
32.07/8.17	c PP set 0 variables
32.07/8.17	c pp time: 8087129us (8s)
32.07/8.20	c preprocessor returned 10004 variables
32.07/8.20	c preprocessing returned UNKNOWN
32.07/8.20	c PP set 0 variables
32.07/8.20	c pp time: 8092063us (8s)
65.20/16.48	c preprocessor returned 30022 variables
65.20/16.48	c preprocessing returned UNKNOWN
65.20/16.48	c PP set 0 variables
65.20/16.48	c pp time: 16349900us (16s)

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

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

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


[startup+0 s]
/proc/loadavg: 8.00 8.06 8.00 5/182 22428
/proc/meminfo: memFree=17099632/32950940 swapFree=67111528/67111528
[pid=22428] ppid=22426 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22428/stat : 22428 (priss.sh) S 22426 22428 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594748162 8908800 251 33554432000 4194304 4922060 140734767983344 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22428/statm: 2175 251 211 178 0 68 0

[startup+0.021452 s]
/proc/loadavg: 8.00 8.06 8.00 5/182 22428
/proc/meminfo: memFree=17099632/32950940 swapFree=67111528/67111528
[pid=22428] ppid=22426 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22428/stat : 22428 (priss.sh) S 22426 22428 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594748162 8908800 251 33554432000 4194304 4922060 140734767983344 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22428/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100445 s]
/proc/loadavg: 8.00 8.06 8.00 5/182 22428
/proc/meminfo: memFree=17099632/32950940 swapFree=67111528/67111528
[pid=22428] ppid=22426 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22428/stat : 22428 (priss.sh) S 22426 22428 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594748162 8908800 251 33554432000 4194304 4922060 140734767983344 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22428/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.336411 s]
/proc/loadavg: 8.00 8.06 8.00 5/182 22428
/proc/meminfo: memFree=17099632/32950940 swapFree=67111528/67111528
[pid=22428] ppid=22426 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22428/stat : 22428 (priss.sh) S 22426 22428 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594748162 8908800 251 33554432000 4194304 4922060 140734767983344 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22428/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.958295 s]
/proc/loadavg: 8.00 8.06 8.00 5/182 22428
/proc/meminfo: memFree=17099632/32950940 swapFree=67111528/67111528
[pid=22428] ppid=22426 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22428/stat : 22428 (priss.sh) S 22426 22428 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594748162 8908800 251 33554432000 4194304 4922060 140734767983344 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22428/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5002 s]
/proc/loadavg: 8.00 8.06 8.00 9/188 22434
/proc/meminfo: memFree=17029460/32950940 swapFree=67111528/67111528
[pid=22428] ppid=22426 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22428/stat : 22428 (priss.sh) S 22426 22428 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594748162 8908800 251 33554432000 4194304 4922060 140734767983344 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22428/statm: 2175 251 211 178 0 68 0
[pid=22429] ppid=22428 vsize=312132 CPUtime=5.71 cores=1,3,5,7
/proc/22429/stat : 22429 (priss) S 22428 22428 21582 0 -1 4202496 37071 0 0 0 562 9 0 0 18 0 5 0 594748162 319623168 17712 33554432000 4194304 5787044 140735612719808 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22429/statm: 78033 17712 350 389 0 73783 0
[pid=22429/tid=22431] ppid=22428 vsize=312132 CPUtime=1.41 cores=1,3,5,7
/proc/22429/task/22431/stat : 22431 (priss) R 22428 22428 21582 0 -1 4202560 6534 0 0 0 139 2 0 0 19 0 5 0 594748169 319623168 17712 33554432000 4194304 5787044 140735612719808 18446744073709551615 18446744073699065971 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22429/tid=22432] ppid=22428 vsize=312132 CPUtime=1.41 cores=1,3,5,7
/proc/22429/task/22432/stat : 22432 (priss) R 22428 22428 21582 0 -1 4202560 6232 0 0 0 139 2 0 0 18 0 5 0 594748171 319623168 17712 33554432000 4194304 5787044 140735612719808 18446744073709551615 4336739 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22429/tid=22433] ppid=22428 vsize=312132 CPUtime=1.38 cores=1,3,5,7
/proc/22429/task/22433/stat : 22433 (priss) R 22428 22428 21582 0 -1 4202560 6569 0 0 0 136 2 0 0 19 0 5 0 594748173 319623168 17712 33554432000 4194304 5787044 140735612719808 18446744073709551615 4336756 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22429/tid=22434] ppid=22428 vsize=312132 CPUtime=1.36 cores=1,3,5,7
/proc/22429/task/22434/stat : 22434 (priss) R 22428 22428 21582 0 -1 4202560 6764 0 0 0 135 1 0 0 18 0 5 0 594748176 319623168 17712 33554432000 4194304 5787044 140735612719808 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.71
Current children cumulated vsize (KiB) 320832

[startup+3.10092 s]
/proc/loadavg: 8.00 8.06 8.00 9/188 22434
/proc/meminfo: memFree=17029088/32950940 swapFree=67111528/67111528
[pid=22428] ppid=22426 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22428/stat : 22428 (priss.sh) S 22426 22428 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594748162 8908800 251 33554432000 4194304 4922060 140734767983344 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22428/statm: 2175 251 211 178 0 68 0
[pid=22429] ppid=22428 vsize=312132 CPUtime=12.08 cores=1,3,5,7
/proc/22429/stat : 22429 (priss) S 22428 22428 21582 0 -1 4202496 37071 0 0 0 1199 9 0 0 18 0 5 0 594748162 319623168 17712 33554432000 4194304 5787044 140735612719808 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22429/statm: 78033 17712 350 389 0 73783 0
[pid=22429/tid=22431] ppid=22428 vsize=312132 CPUtime=3 cores=1,3,5,7
/proc/22429/task/22431/stat : 22431 (priss) R 22428 22428 21582 0 -1 4202560 6534 0 0 0 298 2 0 0 23 0 5 0 594748169 319623168 17712 33554432000 4194304 5787044 140735612719808 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22429/tid=22432] ppid=22428 vsize=312132 CPUtime=3.01 cores=1,3,5,7
/proc/22429/task/22432/stat : 22432 (priss) R 22428 22428 21582 0 -1 4202560 6232 0 0 0 299 2 0 0 21 0 5 0 594748171 319623168 17712 33554432000 4194304 5787044 140735612719808 18446744073709551615 18446744073699065939 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22429/tid=22433] ppid=22428 vsize=312132 CPUtime=2.97 cores=1,3,5,7
/proc/22429/task/22433/stat : 22433 (priss) R 22428 22428 21582 0 -1 4202560 6569 0 0 0 295 2 0 0 24 0 5 0 594748173 319623168 17712 33554432000 4194304 5787044 140735612719808 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22429/tid=22434] ppid=22428 vsize=312132 CPUtime=2.96 cores=1,3,5,7
/proc/22429/task/22434/stat : 22434 (priss) R 22428 22428 21582 0 -1 4202560 6764 0 0 0 295 1 0 0 21 0 5 0 594748176 319623168 17712 33554432000 4194304 5787044 140735612719808 18446744073709551615 215988290138 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.08
Current children cumulated vsize (KiB) 320832

[startup+6.30036 s]
/proc/loadavg: 8.00 8.06 8.00 9/188 22434
/proc/meminfo: memFree=17019372/32950940 swapFree=67111528/67111528
[pid=22428] ppid=22426 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22428/stat : 22428 (priss.sh) S 22426 22428 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594748162 8908800 251 33554432000 4194304 4922060 140734767983344 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22428/statm: 2175 251 211 178 0 68 0
[pid=22429] ppid=22428 vsize=314904 CPUtime=24.86 cores=1,3,5,7
/proc/22429/stat : 22429 (priss) S 22428 22428 21582 0 -1 4202496 39468 0 0 0 2476 10 0 0 18 0 5 0 594748162 322461696 20109 33554432000 4194304 5787044 140735612719808 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22429/statm: 78726 20109 352 389 0 74476 0
[pid=22429/tid=22431] ppid=22428 vsize=314904 CPUtime=6.2 cores=1,3,5,7
/proc/22429/task/22431/stat : 22431 (priss) R 22428 22428 21582 0 -1 4202560 7135 0 0 0 618 2 0 0 25 0 5 0 594748169 322461696 20109 33554432000 4194304 5787044 140735612719808 18446744073709551615 4336133 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22429/tid=22432] ppid=22428 vsize=314904 CPUtime=6.21 cores=1,3,5,7
/proc/22429/task/22432/stat : 22432 (priss) R 22428 22428 21582 0 -1 4202560 6818 0 0 0 619 2 0 0 25 0 5 0 594748171 322461696 20109 33554432000 4194304 5787044 140735612719808 18446744073709551615 4336181 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22429/tid=22433] ppid=22428 vsize=314904 CPUtime=6.15 cores=1,3,5,7
/proc/22429/task/22433/stat : 22433 (priss) R 22428 22428 21582 0 -1 4202560 7191 0 0 0 613 2 0 0 25 0 5 0 594748173 322461696 20109 33554432000 4194304 5787044 140735612719808 18446744073709551615 4336120 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22429/tid=22434] ppid=22428 vsize=314904 CPUtime=6.16 cores=1,3,5,7
/proc/22429/task/22434/stat : 22434 (priss) R 22428 22428 21582 0 -1 4202560 7352 0 0 0 615 1 0 0 25 0 5 0 594748176 322461696 20109 33554432000 4194304 5787044 140735612719808 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.86
Current children cumulated vsize (KiB) 323604

[startup+12.7012 s]
/proc/loadavg: 8.00 8.06 8.00 9/188 22434
/proc/meminfo: memFree=16978840/32950940 swapFree=67111528/67111528
[pid=22428] ppid=22426 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22428/stat : 22428 (priss.sh) S 22426 22428 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594748162 8908800 251 33554432000 4194304 4922060 140734767983344 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22428/statm: 2175 251 211 178 0 68 0
[pid=22429] ppid=22428 vsize=333052 CPUtime=50.43 cores=1,3,5,7
/proc/22429/stat : 22429 (priss) S 22428 22428 21582 0 -1 4202496 64259 0 0 0 5028 15 0 0 18 0 5 0 594748162 341045248 30242 33554432000 4194304 5787044 140735612719808 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22429/statm: 83263 30242 404 389 0 79013 0
[pid=22429/tid=22431] ppid=22428 vsize=333052 CPUtime=12.6 cores=1,3,5,7
/proc/22429/task/22431/stat : 22431 (priss) R 22428 22428 21582 0 -1 4202560 12332 0 0 0 1257 3 0 0 25 0 5 0 594748169 341045248 30242 33554432000 4194304 5787044 140735612719808 18446744073709551615 5590268 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22429/tid=22432] ppid=22428 vsize=333052 CPUtime=12.61 cores=1,3,5,7
/proc/22429/task/22432/stat : 22432 (priss) R 22428 22428 21582 0 -1 4202560 14666 0 0 0 1257 4 0 0 25 0 5 0 594748171 341045248 30242 33554432000 4194304 5787044 140735612719808 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22429/tid=22433] ppid=22428 vsize=333052 CPUtime=12.51 cores=1,3,5,7
/proc/22429/task/22433/stat : 22433 (priss) R 22428 22428 21582 0 -1 4202560 15923 0 0 0 1248 3 0 0 25 0 5 0 594748173 341045248 30242 33554432000 4194304 5787044 140735612719808 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22429/tid=22434] ppid=22428 vsize=333052 CPUtime=12.56 cores=1,3,5,7
/proc/22429/task/22434/stat : 22434 (priss) R 22428 22428 21582 0 -1 4202560 10366 0 0 0 1254 2 0 0 25 0 5 0 594748176 341045248 30242 33554432000 4194304 5787044 140735612719808 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.43
Current children cumulated vsize (KiB) 341752

[startup+25.501 s]
/proc/loadavg: 8.00 8.05 8.00 9/188 22435
/proc/meminfo: memFree=16959508/32950940 swapFree=67111528/67111528
[pid=22428] ppid=22426 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22428/stat : 22428 (priss.sh) S 22426 22428 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594748162 8908800 251 33554432000 4194304 4922060 140734767983344 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22428/statm: 2175 251 211 178 0 68 0
[pid=22429] ppid=22428 vsize=337532 CPUtime=101.55 cores=1,3,5,7
/proc/22429/stat : 22429 (priss) S 22428 22428 21582 0 -1 4202496 74408 0 0 0 10137 18 0 0 18 0 5 0 594748162 345632768 35150 33554432000 4194304 5787044 140735612719808 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22429/statm: 84383 35150 417 389 0 80133 0
[pid=22429/tid=22431] ppid=22428 vsize=337532 CPUtime=25.39 cores=1,3,5,7
/proc/22429/task/22431/stat : 22431 (priss) R 22428 22428 21582 0 -1 4202560 13433 0 0 0 2536 3 0 0 25 0 5 0 594748169 345632768 35150 33554432000 4194304 5787044 140735612719808 18446744073709551615 4254922 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22429/tid=22432] ppid=22428 vsize=337532 CPUtime=25.41 cores=1,3,5,7
/proc/22429/task/22432/stat : 22432 (priss) R 22428 22428 21582 0 -1 4202560 15713 0 0 0 2536 5 0 0 25 0 5 0 594748171 345632768 35150 33554432000 4194304 5787044 140735612719808 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22429/tid=22433] ppid=22428 vsize=337532 CPUtime=25.24 cores=1,3,5,7
/proc/22429/task/22433/stat : 22433 (priss) R 22428 22428 21582 0 -1 4202560 17061 0 0 0 2521 3 0 0 25 0 5 0 594748173 345632768 35150 33554432000 4194304 5787044 140735612719808 18446744073709551615 5588298 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22429/tid=22434] ppid=22428 vsize=337532 CPUtime=25.36 cores=1,3,5,7
/proc/22429/task/22434/stat : 22434 (priss) R 22428 22428 21582 0 -1 4202560 17229 0 0 0 2532 4 0 0 25 0 5 0 594748176 345632768 35150 33554432000 4194304 5787044 140735612719808 18446744073709551615 5527218 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.55
Current children cumulated vsize (KiB) 346232

[startup+51.1065 s]
/proc/loadavg: 8.00 8.05 8.00 9/188 22435
/proc/meminfo: memFree=16924496/32950940 swapFree=67111528/67111528
[pid=22428] ppid=22426 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22428/stat : 22428 (priss.sh) S 22426 22428 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594748162 8908800 251 33554432000 4194304 4922060 140734767983344 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22428/statm: 2175 251 211 178 0 68 0
[pid=22429] ppid=22428 vsize=350432 CPUtime=203.84 cores=1,3,5,7
/proc/22429/stat : 22429 (priss) S 22428 22428 21582 0 -1 4202496 83186 0 0 0 20360 24 0 0 18 0 5 0 594748162 358842368 43926 33554432000 4194304 5787044 140735612719808 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22429/statm: 87608 43926 417 389 0 83358 0
[pid=22429/tid=22431] ppid=22428 vsize=350432 CPUtime=51 cores=1,3,5,7
/proc/22429/task/22431/stat : 22431 (priss) R 22428 22428 21582 0 -1 4202560 15549 0 0 0 5096 4 0 0 25 0 5 0 594748169 358842368 43926 33554432000 4194304 5787044 140735612719808 18446744073709551615 5591195 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22429/tid=22432] ppid=22428 vsize=350432 CPUtime=51.01 cores=1,3,5,7
/proc/22429/task/22432/stat : 22432 (priss) R 22428 22428 21582 0 -1 4202560 17803 0 0 0 5095 6 0 0 25 0 5 0 594748171 358842368 43926 33554432000 4194304 5787044 140735612719808 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22429/tid=22433] ppid=22428 vsize=350432 CPUtime=50.7 cores=1,3,5,7
/proc/22429/task/22433/stat : 22433 (priss) R 22428 22428 21582 0 -1 4202560 20302 0 0 0 5065 5 0 0 25 0 5 0 594748173 358842368 43926 33554432000 4194304 5787044 140735612719808 18446744073709551615 5592477 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22429/tid=22434] ppid=22428 vsize=350432 CPUtime=50.96 cores=1,3,5,7
/proc/22429/task/22434/stat : 22434 (priss) R 22428 22428 21582 0 -1 4202560 18560 0 0 0 5091 5 0 0 25 0 5 0 594748176 358842368 43926 33554432000 4194304 5787044 140735612719808 18446744073709551615 5524613 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.84
Current children cumulated vsize (KiB) 359132

[startup+102.301 s]
/proc/loadavg: 8.00 8.04 8.00 9/188 22437
/proc/meminfo: memFree=16871040/32950940 swapFree=67111528/67111528
[pid=22428] ppid=22426 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22428/stat : 22428 (priss.sh) S 22426 22428 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594748162 8908800 251 33554432000 4194304 4922060 140734767983344 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22428/statm: 2175 251 211 178 0 68 0
[pid=22429] ppid=22428 vsize=369448 CPUtime=408.32 cores=1,3,5,7
/proc/22429/stat : 22429 (priss) S 22428 22428 21582 0 -1 4202496 96174 0 0 0 40790 42 0 0 18 0 5 0 594748162 378314752 56868 33554432000 4194304 5787044 140735612719808 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22429/statm: 92362 56868 417 389 0 88112 0
[pid=22429/tid=22431] ppid=22428 vsize=369448 CPUtime=102.19 cores=1,3,5,7
/proc/22429/task/22431/stat : 22431 (priss) R 22428 22428 21582 0 -1 4202560 19349 0 0 0 10211 8 0 0 25 0 5 0 594748169 378314752 56868 33554432000 4194304 5787044 140735612719808 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22429/tid=22432] ppid=22428 vsize=369448 CPUtime=102.2 cores=1,3,5,7
/proc/22429/task/22432/stat : 22432 (priss) R 22428 22428 21582 0 -1 4202560 20457 0 0 0 10210 10 0 0 25 0 5 0 594748171 378314752 56868 33554432000 4194304 5787044 140735612719808 18446744073709551615 5576674 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22429/tid=22433] ppid=22428 vsize=369448 CPUtime=101.62 cores=1,3,5,7
/proc/22429/task/22433/stat : 22433 (priss) R 22428 22428 21582 0 -1 4202560 24192 0 0 0 10151 11 0 0 25 0 5 0 594748173 378314752 56868 33554432000 4194304 5787044 140735612719808 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22429/tid=22434] ppid=22428 vsize=369448 CPUtime=102.15 cores=1,3,5,7

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

/proc/22429/task/22432/stat : 22432 (priss) R 22428 22428 21582 0 -1 4202560 52749 0 0 0 88152 63 0 0 25 0 5 0 594748171 898826240 176321 33554432000 4194304 5787044 140735612719808 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22429/tid=22433] ppid=22428 vsize=877760 CPUtime=879.2 cores=1,3,5,7
/proc/22429/task/22433/stat : 22433 (priss) R 22428 22428 21582 0 -1 4202560 62277 0 0 0 87844 76 0 0 25 0 5 0 594748173 898826240 176321 33554432000 4194304 5787044 140735612719808 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22429/tid=22434] ppid=22428 vsize=877760 CPUtime=880.26 cores=1,3,5,7
/proc/22429/task/22434/stat : 22434 (priss) R 22428 22428 21582 0 -1 4202560 40745 0 0 0 87976 50 0 0 25 0 5 0 594748176 898826240 176321 33554432000 4194304 5787044 140735612719808 18446744073709551615 5527101 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3523.94
Current children cumulated vsize (KiB) 886460

[startup+942.301 s]
/proc/loadavg: 8.12 8.07 8.01 9/188 22501
/proc/meminfo: memFree=16288520/32950940 swapFree=67111528/67111528
[pid=22428] ppid=22426 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22428/stat : 22428 (priss.sh) S 22426 22428 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594748162 8908800 251 33554432000 4194304 4922060 140734767983344 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22428/statm: 2175 251 211 178 0 68 0
[pid=22429] ppid=22428 vsize=877760 CPUtime=3763.59 cores=1,3,5,7
/proc/22429/stat : 22429 (priss) S 22428 22428 21582 0 -1 4202496 219837 0 0 0 376129 230 0 0 18 0 5 0 594748162 898826240 178631 33554432000 4194304 5787044 140735612719808 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22429/statm: 219440 178631 417 389 0 215190 0
[pid=22429/tid=22431] ppid=22428 vsize=877760 CPUtime=942.16 cores=1,3,5,7
/proc/22429/task/22431/stat : 22431 (priss) R 22428 22428 21582 0 -1 4202560 50560 0 0 0 94182 34 0 0 25 0 5 0 594748169 898826240 178631 33554432000 4194304 5787044 140735612719808 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22429/tid=22432] ppid=22428 vsize=877760 CPUtime=942.16 cores=1,3,5,7
/proc/22429/task/22432/stat : 22432 (priss) R 22428 22428 21582 0 -1 4202560 52750 0 0 0 94152 64 0 0 25 0 5 0 594748171 898826240 178631 33554432000 4194304 5787044 140735612719808 18446744073709551615 5590464 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22429/tid=22433] ppid=22428 vsize=877760 CPUtime=939.2 cores=1,3,5,7
/proc/22429/task/22433/stat : 22433 (priss) R 22428 22428 21582 0 -1 4202560 64808 0 0 0 93841 79 0 0 25 0 5 0 594748173 898826240 178631 33554432000 4194304 5787044 140735612719808 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22429/tid=22434] ppid=22428 vsize=877760 CPUtime=939.93 cores=1,3,5,7
/proc/22429/task/22434/stat : 22434 (priss) R 22428 22428 21582 0 -1 4202560 40747 0 0 0 93943 50 0 0 25 0 5 0 594748176 898826240 178631 33554432000 4194304 5787044 140735612719808 18446744073709551615 5526827 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3763.59
Current children cumulated vsize (KiB) 886460

[startup+1002.3 s]
/proc/loadavg: 8.17 8.09 8.01 9/188 22503
/proc/meminfo: memFree=16271116/32950940 swapFree=67111528/67111528
[pid=22428] ppid=22426 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22428/stat : 22428 (priss.sh) S 22426 22428 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594748162 8908800 251 33554432000 4194304 4922060 140734767983344 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22428/statm: 2175 251 211 178 0 68 0
[pid=22429] ppid=22428 vsize=877760 CPUtime=4003.27 cores=1,3,5,7
/proc/22429/stat : 22429 (priss) S 22428 22428 21582 0 -1 4202496 219857 0 0 0 400096 231 0 0 18 0 5 0 594748162 898826240 178651 33554432000 4194304 5787044 140735612719808 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22429/statm: 219440 178651 417 389 0 215190 0
[pid=22429/tid=22431] ppid=22428 vsize=877760 CPUtime=1002.16 cores=1,3,5,7
/proc/22429/task/22431/stat : 22431 (priss) R 22428 22428 21582 0 -1 4202560 50565 0 0 0 100182 34 0 0 25 0 5 0 594748169 898826240 178651 33554432000 4194304 5787044 140735612719808 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22429/tid=22432] ppid=22428 vsize=877760 CPUtime=1002.16 cores=1,3,5,7
/proc/22429/task/22432/stat : 22432 (priss) R 22428 22428 21582 0 -1 4202560 52750 0 0 0 100152 64 0 0 25 0 5 0 594748171 898826240 178651 33554432000 4194304 5787044 140735612719808 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22429/tid=22433] ppid=22428 vsize=877760 CPUtime=999.19 cores=1,3,5,7
/proc/22429/task/22433/stat : 22433 (priss) R 22428 22428 21582 0 -1 4202560 64808 0 0 0 99840 79 0 0 25 0 5 0 594748173 898826240 178651 33554432000 4194304 5787044 140735612719808 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22429/tid=22434] ppid=22428 vsize=877760 CPUtime=999.61 cores=1,3,5,7
/proc/22429/task/22434/stat : 22434 (priss) R 22428 22428 21582 0 -1 4202560 40762 0 0 0 99910 51 0 0 25 0 5 0 594748176 898826240 178651 33554432000 4194304 5787044 140735612719808 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.27
Current children cumulated vsize (KiB) 886460

[startup+1062.3 s]
/proc/loadavg: 8.18 8.10 8.02 9/188 22504
/proc/meminfo: memFree=16260312/32950940 swapFree=67111528/67111528
[pid=22428] ppid=22426 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22428/stat : 22428 (priss.sh) S 22426 22428 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594748162 8908800 251 33554432000 4194304 4922060 140734767983344 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22428/statm: 2175 251 211 178 0 68 0
[pid=22429] ppid=22428 vsize=885960 CPUtime=4242.93 cores=1,3,5,7
/proc/22429/stat : 22429 (priss) S 22428 22428 21582 0 -1 4202496 221526 0 0 0 424062 231 0 0 18 0 5 0 594748162 907223040 180320 33554432000 4194304 5787044 140735612719808 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22429/statm: 221490 180320 417 389 0 217240 0
[pid=22429/tid=22431] ppid=22428 vsize=885960 CPUtime=1062.15 cores=1,3,5,7
/proc/22429/task/22431/stat : 22431 (priss) R 22428 22428 21582 0 -1 4202560 51596 0 0 0 106181 34 0 0 25 0 5 0 594748169 907223040 180320 33554432000 4194304 5787044 140735612719808 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22429/tid=22432] ppid=22428 vsize=885960 CPUtime=1062.16 cores=1,3,5,7
/proc/22429/task/22432/stat : 22432 (priss) R 22428 22428 21582 0 -1 4202560 52761 0 0 0 106152 64 0 0 25 0 5 0 594748171 907223040 180320 33554432000 4194304 5787044 140735612719808 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22429/tid=22433] ppid=22428 vsize=885960 CPUtime=1059.19 cores=1,3,5,7
/proc/22429/task/22433/stat : 22433 (priss) R 22428 22428 21582 0 -1 4202560 64808 0 0 0 105840 79 0 0 25 0 5 0 594748173 907223040 180320 33554432000 4194304 5787044 140735612719808 18446744073709551615 5590446 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22429/tid=22434] ppid=22428 vsize=885960 CPUtime=1059.28 cores=1,3,5,7
/proc/22429/task/22434/stat : 22434 (priss) R 22428 22428 21582 0 -1 4202560 41389 0 0 0 105877 51 0 0 25 0 5 0 594748176 907223040 180320 33554432000 4194304 5787044 140735612719808 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4242.93
Current children cumulated vsize (KiB) 894660

[startup+1122.3 s]
/proc/loadavg: 8.17 8.11 8.02 9/188 22506
/proc/meminfo: memFree=16149672/32950940 swapFree=67111528/67111528
[pid=22428] ppid=22426 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22428/stat : 22428 (priss.sh) S 22426 22428 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594748162 8908800 251 33554432000 4194304 4922060 140734767983344 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22428/statm: 2175 251 211 178 0 68 0
[pid=22429] ppid=22428 vsize=894160 CPUtime=4482.61 cores=1,3,5,7
/proc/22429/stat : 22429 (priss) S 22428 22428 21582 0 -1 4202496 226683 0 0 0 448023 238 0 0 18 0 5 0 594748162 915619840 185477 33554432000 4194304 5787044 140735612719808 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22429/statm: 223540 185477 417 389 0 219290 0
[pid=22429/tid=22431] ppid=22428 vsize=894160 CPUtime=1122.15 cores=1,3,5,7
/proc/22429/task/22431/stat : 22431 (priss) R 22428 22428 21582 0 -1 4202560 51632 0 0 0 112181 34 0 0 25 0 5 0 594748169 915619840 185477 33554432000 4194304 5787044 140735612719808 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22429/tid=22432] ppid=22428 vsize=894160 CPUtime=1122.16 cores=1,3,5,7
/proc/22429/task/22432/stat : 22432 (priss) R 22428 22428 21582 0 -1 4202560 54864 0 0 0 112152 64 0 0 25 0 5 0 594748171 915619840 185477 33554432000 4194304 5787044 140735612719808 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22429/tid=22433] ppid=22428 vsize=894160 CPUtime=1119.18 cores=1,3,5,7
/proc/22429/task/22433/stat : 22433 (priss) R 22428 22428 21582 0 -1 4202560 64810 0 0 0 111839 79 0 0 25 0 5 0 594748173 915619840 185477 33554432000 4194304 5787044 140735612719808 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22429/tid=22434] ppid=22428 vsize=894160 CPUtime=1118.96 cores=1,3,5,7
/proc/22429/task/22434/stat : 22434 (priss) R 22428 22428 21582 0 -1 4202560 44405 0 0 0 111839 57 0 0 25 0 5 0 594748176 915619840 185477 33554432000 4194304 5787044 140735612719808 18446744073709551615 5527426 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4482.61
Current children cumulated vsize (KiB) 902860

[startup+1182.3 s]
/proc/loadavg: 8.12 8.10 8.02 9/188 22508
/proc/meminfo: memFree=16074496/32950940 swapFree=67111528/67111528
[pid=22428] ppid=22426 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22428/stat : 22428 (priss.sh) S 22426 22428 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594748162 8908800 251 33554432000 4194304 4922060 140734767983344 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22428/statm: 2175 251 211 178 0 68 0
[pid=22429] ppid=22428 vsize=972932 CPUtime=4722.28 cores=1,3,5,7
/proc/22429/stat : 22429 (priss) S 22428 22428 21582 0 -1 4202496 235917 0 0 0 471976 252 0 0 18 0 5 0 594748162 996282368 194711 33554432000 4194304 5787044 140735612719808 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22429/statm: 243233 194711 417 389 0 238983 0
[pid=22429/tid=22431] ppid=22428 vsize=972932 CPUtime=1182.15 cores=1,3,5,7
/proc/22429/task/22431/stat : 22431 (priss) R 22428 22428 21582 0 -1 4202560 53982 0 0 0 118179 36 0 0 25 0 5 0 594748169 996282368 194711 33554432000 4194304 5787044 140735612719808 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22429/tid=22432] ppid=22428 vsize=972932 CPUtime=1182.16 cores=1,3,5,7
/proc/22429/task/22432/stat : 22432 (priss) R 22428 22428 21582 0 -1 4202560 57523 0 0 0 118146 70 0 0 25 0 5 0 594748171 996282368 194711 33554432000 4194304 5787044 140735612719808 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22429/tid=22433] ppid=22428 vsize=972932 CPUtime=1179.18 cores=1,3,5,7
/proc/22429/task/22433/stat : 22433 (priss) R 22428 22428 21582 0 -1 4202560 65837 0 0 0 117839 79 0 0 25 0 5 0 594748173 996282368 194711 33554432000 4194304 5787044 140735612719808 18446744073709551615 5591760 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22429/tid=22434] ppid=22428 vsize=972932 CPUtime=1178.63 cores=1,3,5,7
/proc/22429/task/22434/stat : 22434 (priss) R 22428 22428 21582 0 -1 4202560 47603 0 0 0 117800 63 0 0 25 0 5 0 594748176 996282368 194711 33554432000 4194304 5787044 140735612719808 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.28
Current children cumulated vsize (KiB) 981632



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.08 8.09 8.02 10/188 22508
/proc/meminfo: memFree=16054640/32950940 swapFree=67111528/67111528
[pid=22428] ppid=22426 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22428/stat : 22428 (priss.sh) S 22426 22428 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594748162 8908800 251 33554432000 4194304 4922060 140734767983344 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22428/statm: 2175 251 211 178 0 68 0
[pid=22429] ppid=22428 vsize=982060 CPUtime=4800.19 cores=1,3,5,7
/proc/22429/stat : 22429 (priss) S 22428 22428 21582 0 -1 4202496 241028 0 0 0 479760 259 0 0 18 0 5 0 594748162 1005629440 199597 33554432000 4194304 5787044 140735612719808 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22429/statm: 245515 199597 417 389 0 241265 0
[pid=22429/tid=22431] ppid=22428 vsize=982060 CPUtime=1201.66 cores=1,3,5,7
/proc/22429/task/22431/stat : 22431 (priss) R 22428 22428 21582 0 -1 4202560 55240 0 0 0 120129 37 0 0 25 0 5 0 594748169 1005629440 199597 33554432000 4194304 5787044 140735612719808 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22429/tid=22432] ppid=22428 vsize=982060 CPUtime=1201.66 cores=1,3,5,7
/proc/22429/task/22432/stat : 22432 (priss) R 22428 22428 21582 0 -1 4202560 58781 0 0 0 120093 73 0 0 25 0 5 0 594748171 1005629440 199597 33554432000 4194304 5787044 140735612719808 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22429/tid=22433] ppid=22428 vsize=982060 CPUtime=1198.68 cores=1,3,5,7
/proc/22429/task/22433/stat : 22433 (priss) R 22428 22428 21582 0 -1 4202560 66870 0 0 0 119789 79 0 0 25 0 5 0 594748173 1005629440 199597 33554432000 4194304 5787044 140735612719808 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22429/tid=22434] ppid=22428 vsize=982060 CPUtime=1198.02 cores=1,3,5,7
/proc/22429/task/22434/stat : 22434 (priss) R 22428 22428 21582 0 -1 4202560 49165 0 0 0 119736 66 0 0 25 0 5 0 594748176 1005629440 199597 33554432000 4194304 5787044 140735612719808 18446744073709551615 4692763 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 990760

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

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

[startup+1201.8 s]
/proc/loadavg: 8.08 8.09 8.02 10/188 22508
/proc/meminfo: memFree=16054640/32950940 swapFree=67111528/67111528
[pid=22428] ppid=22426 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22428/stat : 22428 (priss.sh) S 22426 22428 21582 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 594748162 8908800 251 33554432000 4194304 4922060 140734767983344 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22428/statm: 2175 251 211 178 0 68 0
[pid=22429] ppid=22428 vsize=982060 CPUtime=4800.19 cores=1,3,5,7
/proc/22429/stat : 22429 (priss) S 22428 22428 21582 0 -1 4202496 241028 0 0 0 479760 259 0 0 18 0 5 0 594748162 1005629440 199597 33554432000 4194304 5787044 140735612719808 18446744073709551615 216000416177 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22429/statm: 245515 199597 417 389 0 241265 0
[pid=22429/tid=22431] ppid=22428 vsize=982060 CPUtime=1201.66 cores=1,3,5,7
/proc/22429/task/22431/stat : 22431 (priss) R 22428 22428 21582 0 -1 4202560 55240 0 0 0 120129 37 0 0 25 0 5 0 594748169 1005629440 199597 33554432000 4194304 5787044 140735612719808 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22429/tid=22432] ppid=22428 vsize=982060 CPUtime=1201.66 cores=1,3,5,7
/proc/22429/task/22432/stat : 22432 (priss) R 22428 22428 21582 0 -1 4202560 58781 0 0 0 120093 73 0 0 25 0 5 0 594748171 1005629440 199597 33554432000 4194304 5787044 140735612719808 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22429/tid=22433] ppid=22428 vsize=982060 CPUtime=1198.68 cores=1,3,5,7
/proc/22429/task/22433/stat : 22433 (priss) R 22428 22428 21582 0 -1 4202560 66870 0 0 0 119789 79 0 0 25 0 5 0 594748173 1005629440 199597 33554432000 4194304 5787044 140735612719808 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=22429/tid=22434] ppid=22428 vsize=982060 CPUtime=1198.02 cores=1,3,5,7
/proc/22429/task/22434/stat : 22434 (priss) R 22428 22428 21582 0 -1 4202560 49165 0 0 0 119736 66 0 0 25 0 5 0 594748176 1005629440 199597 33554432000 4194304 5787044 140735612719808 18446744073709551615 4692763 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 990760

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.82
CPU time (s): 4800.19
CPU user time (s): 4797.6
CPU system time (s): 2.59
CPU usage (%): 399.41
Max. virtual memory (cumulated for all children) (KiB): 990760

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

runsolver used 1.60476 second user time and 4.96524 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-29 04:46:14
IDJOB=3258160
IDBENCH=71308
IDSOLVER=1603
FILE ID=node117/3258160-1304045174
RUNJOBID= node117-1304041561-21601
PBS_JOBID= 13170383
Free space on /tmp= 71676 MiB

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

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

MD5SUM BENCH= 399c54da7337981a88a374a67e87ba30
RANDOM SEED=1994125200

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

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

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      17099664 kB
Buffers:       2376280 kB
Cached:       12409592 kB
SwapCached:          0 kB
Active:        8500640 kB
Inactive:      6767708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      17099664 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4276 kB
Writeback:           0 kB
AnonPages:      482036 kB
Mapped:          15620 kB
Slab:           517280 kB
PageTables:       5228 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   673952 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= 71672 MiB
End job on node117 at 2011-04-29 05:06:18