Trace number 3251469

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 Auto? (TO) 4800.34 1201.92

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m42-q663-n40-p15-s72490337.cnf
MD5SUMab8e40d31c79e7a71114e3126a46874f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.38479
Satisfiable
(Un)Satisfiability was proved
Number of variables1649
Number of clauses256038
Sum of the clauses size513645
Maximum clause length42
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2255998
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 5712
0.00/0.00	c setup for 4cores
0.00/0.05	c parsetime: 54683us
0.00/0.05	c parsed 256038 clauses with 1649 variables
0.00/0.07	c NW started thread 0 successfully (1117022528)
0.00/0.09	c NW started thread 1 successfully (1097865536)
0.00/0.12	c NW started thread 2 successfully (1127512384)
0.00/0.15	c NW started thread 3 successfully (1138002240)
55.18/14.05	c preprocessor returned 10008 variables
55.18/14.05	c preprocessing returned UNKNOWN
55.18/14.05	c PP set 0 variables
55.18/14.05	c pp time: 13951926us (13s)
55.18/14.06	c preprocessor returned 10008 variables
55.18/14.06	c preprocessing returned UNKNOWN
55.18/14.06	c PP set 0 variables
55.18/14.06	c pp time: 13985021us (13s)
55.58/14.19	c preprocessor returned 10008 variables
55.58/14.19	c preprocessing returned UNKNOWN
55.58/14.19	c PP set 0 variables
55.58/14.19	c pp time: 14065192us (14s)
77.95/19.79	c preprocessor returned 30008 variables
77.95/19.79	c preprocessing returned UNKNOWN
77.95/19.79	c PP set 0 variables
77.95/19.79	c pp time: 19645609us (19s)

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-3251469-1304085486/watcher-3251469-1304085486 -o /tmp/evaluation-result-3251469-1304085486/solver-3251469-1304085486 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3251469-1304085486.cnf 960983779 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: 6.84 7.88 8.05 7/186 5711
/proc/meminfo: memFree=29660516/32951124 swapFree=67111352/67111528
[pid=5711] ppid=5709 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5711/stat : 5711 (prissAuto.sh) S 5709 5711 4914 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 520146529 8908800 252 33554432000 4194304 4922060 140733356292336 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5711/statm: 2175 252 211 178 0 68 0

[startup+0.0590429 s]
/proc/loadavg: 6.84 7.88 8.05 7/186 5711
/proc/meminfo: memFree=29660516/32951124 swapFree=67111352/67111528
[pid=5711] ppid=5709 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5711/stat : 5711 (prissAuto.sh) S 5709 5711 4914 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 520146529 8908800 252 33554432000 4194304 4922060 140733356292336 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5711/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101 s]
/proc/loadavg: 6.84 7.88 8.05 7/186 5711
/proc/meminfo: memFree=29660516/32951124 swapFree=67111352/67111528
[pid=5711] ppid=5709 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5711/stat : 5711 (prissAuto.sh) S 5709 5711 4914 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 520146529 8908800 252 33554432000 4194304 4922060 140733356292336 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5711/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.30096 s]
/proc/loadavg: 6.84 7.88 8.05 7/186 5711
/proc/meminfo: memFree=29660516/32951124 swapFree=67111352/67111528
[pid=5711] ppid=5709 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5711/stat : 5711 (prissAuto.sh) S 5709 5711 4914 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 520146529 8908800 252 33554432000 4194304 4922060 140733356292336 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5711/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.1588 s]
/proc/loadavg: 6.84 7.88 8.05 7/186 5711
/proc/meminfo: memFree=29660516/32951124 swapFree=67111352/67111528
[pid=5711] ppid=5709 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5711/stat : 5711 (prissAuto.sh) S 5709 5711 4914 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 520146529 8908800 252 33554432000 4194304 4922060 140733356292336 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5711/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50074 s]
/proc/loadavg: 6.84 7.88 8.05 7/186 5711
/proc/meminfo: memFree=29660516/32951124 swapFree=67111352/67111528
[pid=5711] ppid=5709 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5711/stat : 5711 (prissAuto.sh) S 5709 5711 4914 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 520146529 8908800 252 33554432000 4194304 4922060 140733356292336 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5711/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10044 s]
/proc/loadavg: 6.93 7.88 8.05 9/192 5718
/proc/meminfo: memFree=29579388/32951124 swapFree=67111352/67111528
[pid=5711] ppid=5709 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5711/stat : 5711 (prissAuto.sh) S 5709 5711 4914 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 520146529 8908800 252 33554432000 4194304 4922060 140733356292336 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5711/statm: 2175 252 211 178 0 68 0
[pid=5712] ppid=5711 vsize=314856 CPUtime=11.65 cores=1,3,5,7
/proc/5712/stat : 5712 (priss) S 5711 5711 4914 0 -1 4202496 43993 0 0 0 1150 15 0 0 18 0 5 0 520146529 322412544 20005 33554432000 4194304 5787044 140734652917856 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5712/statm: 78714 20005 350 389 0 74464 0
[pid=5712/tid=5714] ppid=5711 vsize=314856 CPUtime=2.9 cores=1,3,5,7
/proc/5712/task/5714/stat : 5714 (priss) R 5711 5711 4914 0 -1 4202560 8483 0 0 0 287 3 0 0 23 0 5 0 520146536 322412544 20005 33554432000 4194304 5787044 140734652917856 18446744073709551615 4336768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5712/tid=5715] ppid=5711 vsize=314856 CPUtime=2.86 cores=1,3,5,7
/proc/5712/task/5715/stat : 5715 (priss) R 5711 5711 4914 0 -1 4202560 7984 0 0 0 282 4 0 0 23 0 5 0 520146539 322412544 20005 33554432000 4194304 5787044 140734652917856 18446744073709551615 4336688 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5712/tid=5716] ppid=5711 vsize=314856 CPUtime=2.83 cores=1,3,5,7
/proc/5712/task/5716/stat : 5716 (priss) R 5711 5711 4914 0 -1 4202560 7998 0 0 0 280 3 0 0 23 0 5 0 520146542 322412544 20005 33554432000 4194304 5787044 140734652917856 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5712/tid=5717] ppid=5711 vsize=314856 CPUtime=2.89 cores=1,3,5,7
/proc/5712/task/5717/stat : 5717 (priss) R 5711 5711 4914 0 -1 4202560 7127 0 0 0 287 2 0 0 23 0 5 0 520146544 322412544 20005 33554432000 4194304 5787044 140734652917856 18446744073709551615 4336214 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.65
Current children cumulated vsize (KiB) 323556

[startup+6.30085 s]
/proc/loadavg: 6.93 7.88 8.05 10/192 5718
/proc/meminfo: memFree=29570708/32951124 swapFree=67111352/67111528
[pid=5711] ppid=5709 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5711/stat : 5711 (prissAuto.sh) S 5709 5711 4914 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 520146529 8908800 252 33554432000 4194304 4922060 140733356292336 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5711/statm: 2175 252 211 178 0 68 0
[pid=5712] ppid=5711 vsize=314856 CPUtime=24.43 cores=1,3,5,7
/proc/5712/stat : 5712 (priss) S 5711 5711 4914 0 -1 4202496 43993 0 0 0 2428 15 0 0 18 0 5 0 520146529 322412544 20005 33554432000 4194304 5787044 140734652917856 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5712/statm: 78714 20005 350 389 0 74464 0
[pid=5712/tid=5714] ppid=5711 vsize=314856 CPUtime=6.1 cores=1,3,5,7
/proc/5712/task/5714/stat : 5714 (priss) R 5711 5711 4914 0 -1 4202560 8483 0 0 0 607 3 0 0 25 0 5 0 520146536 322412544 20005 33554432000 4194304 5787044 140734652917856 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5712/tid=5715] ppid=5711 vsize=314856 CPUtime=6.06 cores=1,3,5,7
/proc/5712/task/5715/stat : 5715 (priss) R 5711 5711 4914 0 -1 4202560 7984 0 0 0 602 4 0 0 25 0 5 0 520146539 322412544 20005 33554432000 4194304 5787044 140734652917856 18446744073709551615 4336718 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5712/tid=5716] ppid=5711 vsize=314856 CPUtime=6.02 cores=1,3,5,7
/proc/5712/task/5716/stat : 5716 (priss) R 5711 5711 4914 0 -1 4202560 7998 0 0 0 599 3 0 0 25 0 5 0 520146542 322412544 20005 33554432000 4194304 5787044 140734652917856 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5712/tid=5717] ppid=5711 vsize=314856 CPUtime=6.09 cores=1,3,5,7
/proc/5712/task/5717/stat : 5717 (priss) R 5711 5711 4914 0 -1 4202560 7127 0 0 0 607 2 0 0 25 0 5 0 520146544 322412544 20005 33554432000 4194304 5787044 140734652917856 18446744073709551615 4336770 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.43
Current children cumulated vsize (KiB) 323556

[startup+12.7007 s]
/proc/loadavg: 7.18 7.90 8.05 10/192 5718
/proc/meminfo: memFree=29528268/32951124 swapFree=67111352/67111528
[pid=5711] ppid=5709 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5711/stat : 5711 (prissAuto.sh) S 5709 5711 4914 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 520146529 8908800 252 33554432000 4194304 4922060 140733356292336 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5711/statm: 2175 252 211 178 0 68 0
[pid=5712] ppid=5711 vsize=314856 CPUtime=50.02 cores=1,3,5,7
/proc/5712/stat : 5712 (priss) S 5711 5711 4914 0 -1 4202496 46329 0 0 0 4987 15 0 0 18 0 5 0 520146529 322412544 22341 33554432000 4194304 5787044 140734652917856 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5712/statm: 78714 22341 352 389 0 74464 0
[pid=5712/tid=5714] ppid=5711 vsize=314856 CPUtime=12.5 cores=1,3,5,7
/proc/5712/task/5714/stat : 5714 (priss) R 5711 5711 4914 0 -1 4202560 9260 0 0 0 1247 3 0 0 25 0 5 0 520146536 322412544 22341 33554432000 4194304 5787044 140734652917856 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5712/tid=5715] ppid=5711 vsize=314856 CPUtime=12.47 cores=1,3,5,7
/proc/5712/task/5715/stat : 5715 (priss) R 5711 5711 4914 0 -1 4202560 8766 0 0 0 1243 4 0 0 25 0 5 0 520146539 322412544 22341 33554432000 4194304 5787044 140734652917856 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5712/tid=5716] ppid=5711 vsize=314856 CPUtime=12.38 cores=1,3,5,7
/proc/5712/task/5716/stat : 5716 (priss) R 5711 5711 4914 0 -1 4202560 8775 0 0 0 1235 3 0 0 25 0 5 0 520146542 322412544 22341 33554432000 4194304 5787044 140734652917856 18446744073709551615 4336120 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5712/tid=5717] ppid=5711 vsize=314856 CPUtime=12.5 cores=1,3,5,7
/proc/5712/task/5717/stat : 5717 (priss) R 5711 5711 4914 0 -1 4202560 7127 0 0 0 1248 2 0 0 25 0 5 0 520146544 322412544 22341 33554432000 4194304 5787044 140734652917856 18446744073709551615 4336703 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.02
Current children cumulated vsize (KiB) 323556

[startup+25.5003 s]
/proc/loadavg: 7.30 7.90 8.05 9/192 5718
/proc/meminfo: memFree=29443988/32951124 swapFree=67111352/67111528
[pid=5711] ppid=5709 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5711/stat : 5711 (prissAuto.sh) S 5709 5711 4914 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 520146529 8908800 252 33554432000 4194304 4922060 140733356292336 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5711/statm: 2175 252 211 178 0 68 0
[pid=5712] ppid=5711 vsize=333068 CPUtime=101.12 cores=1,3,5,7
/proc/5712/stat : 5712 (priss) S 5711 5711 4914 0 -1 4202496 81820 0 0 0 10089 23 0 0 18 0 5 0 520146529 341061632 36255 33554432000 4194304 5787044 140734652917856 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5712/statm: 83267 36255 417 389 0 79017 0
[pid=5712/tid=5714] ppid=5711 vsize=333068 CPUtime=25.3 cores=1,3,5,7
/proc/5712/task/5714/stat : 5714 (priss) R 5711 5711 4914 0 -1 4202560 18312 0 0 0 2525 5 0 0 25 0 5 0 520146536 341061632 36255 33554432000 4194304 5787044 140734652917856 18446744073709551615 5591342 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5712/tid=5715] ppid=5711 vsize=333068 CPUtime=25.26 cores=1,3,5,7
/proc/5712/task/5715/stat : 5715 (priss) R 5711 5711 4914 0 -1 4202560 19283 0 0 0 2519 7 0 0 25 0 5 0 520146539 341061632 36255 33554432000 4194304 5787044 140734652917856 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5712/tid=5716] ppid=5711 vsize=333068 CPUtime=25.11 cores=1,3,5,7
/proc/5712/task/5716/stat : 5716 (priss) R 5711 5711 4914 0 -1 4202560 13743 0 0 0 2507 4 0 0 25 0 5 0 520146542 341061632 36255 33554432000 4194304 5787044 140734652917856 18446744073709551615 5585228 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5712/tid=5717] ppid=5711 vsize=333068 CPUtime=25.29 cores=1,3,5,7
/proc/5712/task/5717/stat : 5717 (priss) R 5711 5711 4914 0 -1 4202560 18081 0 0 0 2525 4 0 0 25 0 5 0 520146544 341061632 36255 33554432000 4194304 5787044 140734652917856 18446744073709551615 4238552 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.12
Current children cumulated vsize (KiB) 341768

[startup+51.1006 s]
/proc/loadavg: 7.60 7.92 8.05 9/192 5719
/proc/meminfo: memFree=29353564/32951124 swapFree=67111352/67111528
[pid=5711] ppid=5709 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5711/stat : 5711 (prissAuto.sh) S 5709 5711 4914 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 520146529 8908800 252 33554432000 4194304 4922060 140733356292336 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5711/statm: 2175 252 211 178 0 68 0
[pid=5712] ppid=5711 vsize=350868 CPUtime=203.38 cores=1,3,5,7
/proc/5712/stat : 5712 (priss) S 5711 5711 4914 0 -1 4202496 94228 0 0 0 20307 31 0 0 18 0 5 0 520146529 359288832 48656 33554432000 4194304 5787044 140734652917856 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5712/statm: 87717 48656 417 389 0 83467 0
[pid=5712/tid=5714] ppid=5711 vsize=350868 CPUtime=50.89 cores=1,3,5,7
/proc/5712/task/5714/stat : 5714 (priss) R 5711 5711 4914 0 -1 4202560 22123 0 0 0 5082 7 0 0 25 0 5 0 520146536 359288832 48656 33554432000 4194304 5787044 140734652917856 18446744073709551615 5590561 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5712/tid=5715] ppid=5711 vsize=350868 CPUtime=50.86 cores=1,3,5,7
/proc/5712/task/5715/stat : 5715 (priss) R 5711 5711 4914 0 -1 4202560 21795 0 0 0 5078 8 0 0 25 0 5 0 520146539 359288832 48656 33554432000 4194304 5787044 140734652917856 18446744073709551615 5591241 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5712/tid=5716] ppid=5711 vsize=350868 CPUtime=50.56 cores=1,3,5,7
/proc/5712/task/5716/stat : 5716 (priss) R 5711 5711 4914 0 -1 4202560 16477 0 0 0 5050 6 0 0 25 0 5 0 520146542 359288832 48656 33554432000 4194304 5787044 140734652917856 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5712/tid=5717] ppid=5711 vsize=350868 CPUtime=50.89 cores=1,3,5,7
/proc/5712/task/5717/stat : 5717 (priss) R 5711 5711 4914 0 -1 4202560 21432 0 0 0 5083 6 0 0 25 0 5 0 520146544 359288832 48656 33554432000 4194304 5787044 140734652917856 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.38
Current children cumulated vsize (KiB) 359568

[startup+102.301 s]
/proc/loadavg: 7.93 7.96 8.06 9/192 5720
/proc/meminfo: memFree=29216540/32951124 swapFree=67111352/67111528
[pid=5711] ppid=5709 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5711/stat : 5711 (prissAuto.sh) S 5709 5711 4914 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 520146529 8908800 252 33554432000 4194304 4922060 140733356292336 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5711/statm: 2175 252 211 178 0 68 0
[pid=5712] ppid=5711 vsize=380772 CPUtime=407.87 cores=1,3,5,7
/proc/5712/stat : 5712 (priss) S 5711 5711 4914 0 -1 4202496 111269 0 0 0 40742 45 0 0 18 0 5 0 520146529 389910528 65535 33554432000 4194304 5787044 140734652917856 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5712/statm: 95193 65535 417 389 0 90943 0
[pid=5712/tid=5714] ppid=5711 vsize=380772 CPUtime=102.09 cores=1,3,5,7
/proc/5712/task/5714/stat : 5714 (priss) R 5711 5711 4914 0 -1 4202560 27362 0 0 0 10199 10 0 0 25 0 5 0 520146536 389910528 65535 33554432000 4194304 5787044 140734652917856 18446744073709551615 4220136 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5712/tid=5715] ppid=5711 vsize=380772 CPUtime=102.05 cores=1,3,5,7
/proc/5712/task/5715/stat : 5715 (priss) R 5711 5711 4914 0 -1 4202560 25814 0 0 0 10194 11 0 0 25 0 5 0 520146539 389910528 65535 33554432000 4194304 5787044 140734652917856 18446744073709551615 5592012 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5712/tid=5716] ppid=5711 vsize=380772 CPUtime=101.48 cores=1,3,5,7
/proc/5712/task/5716/stat : 5716 (priss) R 5711 5711 4914 0 -1 4202560 19958 0 0 0 10137 11 0 0 25 0 5 0 520146542 389910528 65535 33554432000 4194304 5787044 140734652917856 18446744073709551615 4220488 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5712/tid=5717] ppid=5711 vsize=380772 CPUtime=102.07 cores=1,3,5,7
/proc/5712/task/5717/stat : 5717 (priss) R 5711 5711 4914 0 -1 4202560 25734 0 0 0 10198 9 0 0 25 0 5 0 520146544 389910528 65535 33554432000 4194304 5787044 140734652917856 18446744073709551615 5527610 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 407.87
Current children cumulated vsize (KiB) 389472

[startup+162.301 s]
/proc/loadavg: 8.08 8.00 8.06 9/192 5722
/proc/meminfo: memFree=29122408/32951124 swapFree=67111352/67111528
[pid=5711] ppid=5709 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5711/stat : 5711 (prissAuto.sh) S 5709 5711 4914 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 520146529 8908800 252 33554432000 4194304 4922060 140733356292336 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5711/statm: 2175 252 211 178 0 68 0
[pid=5712] ppid=5711 vsize=461140 CPUtime=647.56 cores=1,3,5,7

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

/proc/5712/task/5715/stat : 5715 (priss) R 5711 5711 4914 0 -1 4202560 57534 0 0 0 82146 60 0 0 25 0 5 0 520146539 954331136 172538 33554432000 4194304 5787044 140734652917856 18446744073709551615 5591325 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5712/tid=5716] ppid=5711 vsize=931964 CPUtime=817.57 cores=1,3,5,7
/proc/5712/task/5716/stat : 5716 (priss) R 5711 5711 4914 0 -1 4202560 43567 0 0 0 81700 57 0 0 25 0 5 0 520146542 954331136 172538 33554432000 4194304 5787044 140734652917856 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5712/tid=5717] ppid=5711 vsize=931964 CPUtime=822.08 cores=1,3,5,7
/proc/5712/task/5717/stat : 5717 (priss) R 5711 5711 4914 0 -1 4202560 49326 0 0 0 82178 30 0 0 25 0 5 0 520146544 954331136 172538 33554432000 4194304 5787044 140734652917856 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3283.96
Current children cumulated vsize (KiB) 940664

[startup+882.301 s]
/proc/loadavg: 8.34 8.22 8.12 9/192 5753
/proc/meminfo: memFree=28276168/32951124 swapFree=67111352/67111528
[pid=5711] ppid=5709 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5711/stat : 5711 (prissAuto.sh) S 5709 5711 4914 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 520146529 8908800 252 33554432000 4194304 4922060 140733356292336 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5711/statm: 2175 252 211 178 0 68 0
[pid=5712] ppid=5711 vsize=953736 CPUtime=3523.61 cores=1,3,5,7
/proc/5712/stat : 5712 (priss) S 5711 5711 4914 0 -1 4202496 231293 0 0 0 352142 219 0 0 18 0 5 0 520146529 976625664 183773 33554432000 4194304 5787044 140734652917856 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5712/statm: 238434 183773 417 389 0 234184 0
[pid=5712/tid=5714] ppid=5711 vsize=953736 CPUtime=882.07 cores=1,3,5,7
/proc/5712/task/5714/stat : 5714 (priss) R 5711 5711 4914 0 -1 4202560 59190 0 0 0 88149 58 0 0 25 0 5 0 520146536 976625664 183773 33554432000 4194304 5787044 140734652917856 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5712/tid=5715] ppid=5711 vsize=953736 CPUtime=882.05 cores=1,3,5,7
/proc/5712/task/5715/stat : 5715 (priss) R 5711 5711 4914 0 -1 4202560 60339 0 0 0 88141 64 0 0 25 0 5 0 520146539 976625664 183773 33554432000 4194304 5787044 140734652917856 18446744073709551615 5590431 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5712/tid=5716] ppid=5711 vsize=953736 CPUtime=877.23 cores=1,3,5,7
/proc/5712/task/5716/stat : 5716 (priss) R 5711 5711 4914 0 -1 4202560 45637 0 0 0 87663 60 0 0 25 0 5 0 520146542 976625664 183773 33554432000 4194304 5787044 140734652917856 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5712/tid=5717] ppid=5711 vsize=953736 CPUtime=882.07 cores=1,3,5,7
/proc/5712/task/5717/stat : 5717 (priss) R 5711 5711 4914 0 -1 4202560 53726 0 0 0 88174 33 0 0 25 0 5 0 520146544 976625664 183773 33554432000 4194304 5787044 140734652917856 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3523.61
Current children cumulated vsize (KiB) 962436

[startup+942.307 s]
/proc/loadavg: 8.30 8.23 8.13 9/192 5755
/proc/meminfo: memFree=28229764/32951124 swapFree=67111352/67111528
[pid=5711] ppid=5709 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5711/stat : 5711 (prissAuto.sh) S 5709 5711 4914 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 520146529 8908800 252 33554432000 4194304 4922060 140733356292336 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5711/statm: 2175 252 211 178 0 68 0
[pid=5712] ppid=5711 vsize=957612 CPUtime=3763.31 cores=1,3,5,7
/proc/5712/stat : 5712 (priss) S 5711 5711 4914 0 -1 4202496 235832 0 0 0 376103 228 0 0 18 0 5 0 520146529 980594688 188312 33554432000 4194304 5787044 140734652917856 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5712/statm: 239403 188312 417 389 0 235153 0
[pid=5712/tid=5714] ppid=5711 vsize=957612 CPUtime=942.08 cores=1,3,5,7
/proc/5712/task/5714/stat : 5714 (priss) R 5711 5711 4914 0 -1 4202560 59191 0 0 0 94150 58 0 0 25 0 5 0 520146536 980594688 188312 33554432000 4194304 5787044 140734652917856 18446744073709551615 255376968706 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5712/tid=5715] ppid=5711 vsize=957612 CPUtime=942.06 cores=1,3,5,7
/proc/5712/task/5715/stat : 5715 (priss) R 5711 5711 4914 0 -1 4202560 60339 0 0 0 94142 64 0 0 25 0 5 0 520146539 980594688 188312 33554432000 4194304 5787044 140734652917856 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5712/tid=5716] ppid=5711 vsize=957612 CPUtime=936.91 cores=1,3,5,7
/proc/5712/task/5716/stat : 5716 (priss) R 5711 5711 4914 0 -1 4202560 49384 0 0 0 93623 68 0 0 25 0 5 0 520146542 980594688 188312 33554432000 4194304 5787044 140734652917856 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5712/tid=5717] ppid=5711 vsize=957612 CPUtime=942.08 cores=1,3,5,7
/proc/5712/task/5717/stat : 5717 (priss) R 5711 5711 4914 0 -1 4202560 54517 0 0 0 94174 34 0 0 25 0 5 0 520146544 980594688 188312 33554432000 4194304 5787044 140734652917856 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3763.31
Current children cumulated vsize (KiB) 966312

[startup+1002.3 s]
/proc/loadavg: 8.27 8.24 8.14 9/192 5756
/proc/meminfo: memFree=28190064/32951124 swapFree=67111352/67111528
[pid=5711] ppid=5709 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5711/stat : 5711 (prissAuto.sh) S 5709 5711 4914 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 520146529 8908800 252 33554432000 4194304 4922060 140733356292336 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5711/statm: 2175 252 211 178 0 68 0
[pid=5712] ppid=5711 vsize=957612 CPUtime=4002.96 cores=1,3,5,7
/proc/5712/stat : 5712 (priss) S 5711 5711 4914 0 -1 4202496 239394 0 0 0 400059 237 0 0 18 0 5 0 520146529 980594688 191874 33554432000 4194304 5787044 140734652917856 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5712/statm: 239403 191874 417 389 0 235153 0
[pid=5712/tid=5714] ppid=5711 vsize=957612 CPUtime=1002.08 cores=1,3,5,7
/proc/5712/task/5714/stat : 5714 (priss) R 5711 5711 4914 0 -1 4202560 59194 0 0 0 100150 58 0 0 25 0 5 0 520146536 980594688 191874 33554432000 4194304 5787044 140734652917856 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5712/tid=5715] ppid=5711 vsize=957612 CPUtime=1002.05 cores=1,3,5,7
/proc/5712/task/5715/stat : 5715 (priss) R 5711 5711 4914 0 -1 4202560 60341 0 0 0 100141 64 0 0 25 0 5 0 520146539 980594688 191874 33554432000 4194304 5787044 140734652917856 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5712/tid=5716] ppid=5711 vsize=957612 CPUtime=996.58 cores=1,3,5,7
/proc/5712/task/5716/stat : 5716 (priss) R 5711 5711 4914 0 -1 4202560 52938 0 0 0 99582 76 0 0 25 0 5 0 520146542 980594688 191874 33554432000 4194304 5787044 140734652917856 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5712/tid=5717] ppid=5711 vsize=957612 CPUtime=1002.07 cores=1,3,5,7
/proc/5712/task/5717/stat : 5717 (priss) R 5711 5711 4914 0 -1 4202560 54520 0 0 0 100173 34 0 0 25 0 5 0 520146544 980594688 191874 33554432000 4194304 5787044 140734652917856 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4002.96
Current children cumulated vsize (KiB) 966312

[startup+1062.3 s]
/proc/loadavg: 8.15 8.20 8.13 10/192 5758
/proc/meminfo: memFree=28162256/32951124 swapFree=67111352/67111528
[pid=5711] ppid=5709 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5711/stat : 5711 (prissAuto.sh) S 5709 5711 4914 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 520146529 8908800 252 33554432000 4194304 4922060 140733356292336 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5711/statm: 2175 252 211 178 0 68 0
[pid=5712] ppid=5711 vsize=957612 CPUtime=4242.64 cores=1,3,5,7
/proc/5712/stat : 5712 (priss) S 5711 5711 4914 0 -1 4202496 242711 0 0 0 424017 247 0 0 18 0 5 0 520146529 980594688 195191 33554432000 4194304 5787044 140734652917856 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5712/statm: 239403 195191 417 389 0 235153 0
[pid=5712/tid=5714] ppid=5711 vsize=957612 CPUtime=1062.07 cores=1,3,5,7
/proc/5712/task/5714/stat : 5714 (priss) R 5711 5711 4914 0 -1 4202560 59202 0 0 0 106149 58 0 0 25 0 5 0 520146536 980594688 195191 33554432000 4194304 5787044 140734652917856 18446744073709551615 4254531 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5712/tid=5715] ppid=5711 vsize=957612 CPUtime=1062.05 cores=1,3,5,7
/proc/5712/task/5715/stat : 5715 (priss) R 5711 5711 4914 0 -1 4202560 60357 0 0 0 106141 64 0 0 25 0 5 0 520146539 980594688 195191 33554432000 4194304 5787044 140734652917856 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5712/tid=5716] ppid=5711 vsize=957612 CPUtime=1056.25 cores=1,3,5,7
/proc/5712/task/5716/stat : 5716 (priss) R 5711 5711 4914 0 -1 4202560 56227 0 0 0 105539 86 0 0 25 0 5 0 520146542 980594688 195191 33554432000 4194304 5787044 140734652917856 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5712/tid=5717] ppid=5711 vsize=957612 CPUtime=1062.08 cores=1,3,5,7
/proc/5712/task/5717/stat : 5717 (priss) R 5711 5711 4914 0 -1 4202560 54524 0 0 0 106173 35 0 0 25 0 5 0 520146544 980594688 195191 33554432000 4194304 5787044 140734652917856 18446744073709551615 5527590 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4242.64
Current children cumulated vsize (KiB) 966312

[startup+1122.3 s]
/proc/loadavg: 8.17 8.20 8.13 9/192 5759
/proc/meminfo: memFree=28147484/32951124 swapFree=67111352/67111528
[pid=5711] ppid=5709 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5711/stat : 5711 (prissAuto.sh) S 5709 5711 4914 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 520146529 8908800 252 33554432000 4194304 4922060 140733356292336 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5711/statm: 2175 252 211 178 0 68 0
[pid=5712] ppid=5711 vsize=1023148 CPUtime=4482.32 cores=1,3,5,7
/proc/5712/stat : 5712 (priss) S 5711 5711 4914 0 -1 4202496 243496 0 0 0 447984 248 0 0 18 0 5 0 520146529 1047703552 195751 33554432000 4194304 5787044 140734652917856 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5712/statm: 255787 195751 417 389 0 251537 0
[pid=5712/tid=5714] ppid=5711 vsize=1023148 CPUtime=1122.08 cores=1,3,5,7
/proc/5712/task/5714/stat : 5714 (priss) R 5711 5711 4914 0 -1 4202560 59211 0 0 0 112149 59 0 0 25 0 5 0 520146536 1047703552 195751 33554432000 4194304 5787044 140734652917856 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5712/tid=5715] ppid=5711 vsize=1023148 CPUtime=1122.06 cores=1,3,5,7
/proc/5712/task/5715/stat : 5715 (priss) R 5711 5711 4914 0 -1 4202560 60369 0 0 0 112141 65 0 0 25 0 5 0 520146539 1047703552 195751 33554432000 4194304 5787044 140734652917856 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5712/tid=5716] ppid=5711 vsize=1023148 CPUtime=1115.93 cores=1,3,5,7
/proc/5712/task/5716/stat : 5716 (priss) R 5711 5711 4914 0 -1 4202560 56982 0 0 0 111506 87 0 0 25 0 5 0 520146542 1047703552 195751 33554432000 4194304 5787044 140734652917856 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5712/tid=5717] ppid=5711 vsize=1023148 CPUtime=1122.08 cores=1,3,5,7
/proc/5712/task/5717/stat : 5717 (priss) R 5711 5711 4914 0 -1 4202560 54533 0 0 0 112173 35 0 0 25 0 5 0 520146544 1047703552 195751 33554432000 4194304 5787044 140734652917856 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4482.32
Current children cumulated vsize (KiB) 1031848

[startup+1182.3 s]
/proc/loadavg: 8.11 8.17 8.12 9/192 5761
/proc/meminfo: memFree=28138392/32951124 swapFree=67111352/67111528
[pid=5711] ppid=5709 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5711/stat : 5711 (prissAuto.sh) S 5709 5711 4914 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 520146529 8908800 252 33554432000 4194304 4922060 140733356292336 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5711/statm: 2175 252 211 178 0 68 0
[pid=5712] ppid=5711 vsize=1023148 CPUtime=4722 cores=1,3,5,7
/proc/5712/stat : 5712 (priss) S 5711 5711 4914 0 -1 4202496 243565 0 0 0 471951 249 0 0 18 0 5 0 520146529 1047703552 195820 33554432000 4194304 5787044 140734652917856 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5712/statm: 255787 195820 417 389 0 251537 0
[pid=5712/tid=5714] ppid=5711 vsize=1023148 CPUtime=1182.09 cores=1,3,5,7
/proc/5712/task/5714/stat : 5714 (priss) R 5711 5711 4914 0 -1 4202560 59241 0 0 0 118150 59 0 0 25 0 5 0 520146536 1047703552 195820 33554432000 4194304 5787044 140734652917856 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5712/tid=5715] ppid=5711 vsize=1023148 CPUtime=1182.06 cores=1,3,5,7
/proc/5712/task/5715/stat : 5715 (priss) R 5711 5711 4914 0 -1 4202560 60392 0 0 0 118141 65 0 0 25 0 5 0 520146539 1047703552 195820 33554432000 4194304 5787044 140734652917856 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5712/tid=5716] ppid=5711 vsize=1023148 CPUtime=1175.61 cores=1,3,5,7
/proc/5712/task/5716/stat : 5716 (priss) R 5711 5711 4914 0 -1 4202560 56982 0 0 0 117474 87 0 0 25 0 5 0 520146542 1047703552 195820 33554432000 4194304 5787044 140734652917856 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5712/tid=5717] ppid=5711 vsize=1023148 CPUtime=1182.08 cores=1,3,5,7
/proc/5712/task/5717/stat : 5717 (priss) R 5711 5711 4914 0 -1 4202560 54549 0 0 0 118173 35 0 0 25 0 5 0 520146544 1047703552 195820 33554432000 4194304 5787044 140734652917856 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722
Current children cumulated vsize (KiB) 1031848



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.91 s]
/proc/loadavg: 7.92 8.13 8.11 5/185 5763
/proc/meminfo: memFree=28941700/32951124 swapFree=67111352/67111528
[pid=5711] ppid=5709 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5711/stat : 5711 (prissAuto.sh) S 5709 5711 4914 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 520146529 8908800 252 33554432000 4194304 4922060 140733356292336 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5711/statm: 2175 252 211 178 0 68 0
[pid=5712] ppid=5711 vsize=1023148 CPUtime=4800.34 cores=1,3,5,7
/proc/5712/stat : 5712 (priss) S 5711 5711 4914 0 -1 4202496 243763 0 0 0 479784 250 0 0 18 0 5 0 520146529 1047703552 196018 33554432000 4194304 5787044 140734652917856 18446744073709551615 255389125041 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5712/statm: 255787 196018 417 389 0 251537 0
[pid=5712/tid=5714] ppid=5711 vsize=1023148 CPUtime=1201.7 cores=1,3,5,7
/proc/5712/task/5714/stat : 5714 (priss) R 5711 5711 4914 0 -1 4202560 59403 0 0 0 120110 60 0 0 25 0 5 0 520146536 1047703552 196018 33554432000 4194304 5787044 140734652917856 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=5712/tid=5715] ppid=5711 vsize=1023148 CPUtime=1201.67 cores=1,3,5,7
/proc/5712/task/5715/stat : 5715 (priss) R 5711 5711 4914 0 -1 4202560 60422 0 0 0 120102 65 0 0 25 0 5 0 520146539 1047703552 196018 33554432000 4194304 5787044 140734652917856 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5712/tid=5716] ppid=5711 vsize=1023148 CPUtime=1195.1 cores=1,3,5,7
/proc/5712/task/5716/stat : 5716 (priss) R 5711 5711 4914 0 -1 4202560 56982 0 0 0 119423 87 0 0 25 0 5 0 520146542 1047703552 196018 33554432000 4194304 5787044 140734652917856 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5712/tid=5717] ppid=5711 vsize=1023148 CPUtime=1201.7 cores=1,3,5,7
/proc/5712/task/5717/stat : 5717 (priss) R 5711 5711 4914 0 -1 4202560 54555 0 0 0 120135 35 0 0 25 0 5 0 520146544 1047703552 196018 33554432000 4194304 5787044 140734652917856 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 1031848

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.92
CPU time (s): 4800.34
CPU user time (s): 4797.84
CPU system time (s): 2.5
CPU usage (%): 399.388
Max. virtual memory (cumulated for all children) (KiB): 1031848

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

runsolver used 1.66275 second user time and 4.90125 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-29 15:58:07
IDJOB=3251469
IDBENCH=88223
IDSOLVER=1602
FILE ID=node135/3251469-1304085486
RUNJOBID= node135-1304085485-5687
PBS_JOBID= 13170518
Free space on /tmp= 71112 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m42-q663-n40-p15-s72490337.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251469-1304085486/watcher-3251469-1304085486 -o /tmp/evaluation-result-3251469-1304085486/solver-3251469-1304085486 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3251469-1304085486.cnf 960983779 4800 15500 4

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

MD5SUM BENCH= ab8e40d31c79e7a71114e3126a46874f
RANDOM SEED=960983779

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:      29660788 kB
Buffers:        906172 kB
Cached:        1732932 kB
SwapCached:        172 kB
Active:         187364 kB
Inactive:      2585776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29660788 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:            9076 kB
Writeback:           0 kB
AnonPages:      133492 kB
Mapped:          15184 kB
Slab:           453552 kB
PageTables:       4752 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   368588 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= 71116 MiB
End job on node135 at 2011-04-29 16:18:11