Trace number 3499515

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

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_27_50_3-dir.shuffled-as.sat03-169.cnf
MD5SUMb5a637600c242725f15a247a84bdea1b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3709.53
Satisfiable
(Un)Satisfiability was proved
Number of variables810
Number of clauses68270
Sum of the clauses size137296
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 268243
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 527

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: 2580
0.00/0.02	c parsetime: 15017us
0.00/0.02	c parsed 68270 clauses with 810 variables
0.00/0.02	c NW started thread 0 successfully (1108891968)
0.00/0.03	c NW started thread 1 successfully (1119381824)
0.00/0.04	c NW started thread 2 successfully (1086232896)
0.00/0.04	c NW started thread 3 successfully (1096722752)
9.38/2.42	c preprocessor returned 10001 variables
9.38/2.42	c preprocessing returned UNKNOWN
9.38/2.42	c PP set 0 variables
9.38/2.42	c pp time: 2381874us (2s)
9.38/2.42	c preprocessor returned 10001 variables
9.38/2.42	c preprocessing returned UNKNOWN
9.38/2.42	c PP set 0 variables
9.38/2.42	c pp time: 2400683us (2s)
10.18/2.61	c preprocessor returned 10001 variables
10.18/2.61	c preprocessing returned UNKNOWN
10.18/2.61	c PP set 0 variables
10.18/2.61	c pp time: 2580347us (2s)
41.35/10.46	c preprocessor returned 30044 variables
41.35/10.46	c preprocessing returned UNKNOWN
41.35/10.46	c PP set 0 variables
41.35/10.46	c pp time: 10415476us (10s)
9526.08/2381.66	c HTE
9668.09/2417.14	c subsumption
9906.09/2476.64	c simplified formula contains 0 unit clauses

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3499515-1308003742/watcher-3499515-1308003742 -o /tmp/evaluation-result-3499515-1308003742/solver-3499515-1308003742 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499515-1308003742.cnf 1048041822 40000 31000 8 

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

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


[startup+0 s]
/proc/loadavg: 3.68 3.93 3.98 1/171 2579
/proc/meminfo: memFree=11206872/32951124 swapFree=67063272/67111528
[pid=2579] ppid=2577 vsize=8700 CPUtime=0 cores=0-7
/proc/2579/stat : 2579 (priss.sh) S 2577 2579 2203 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911972351 8908800 252 33554432000 4194304 4922060 140735974962320 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/2579/statm: 2175 252 211 178 0 68 0

[startup+0.0288171 s]
/proc/loadavg: 3.68 3.93 3.98 1/171 2579
/proc/meminfo: memFree=11206872/32951124 swapFree=67063272/67111528
[pid=2579] ppid=2577 vsize=8700 CPUtime=0 cores=0-7
/proc/2579/stat : 2579 (priss.sh) S 2577 2579 2203 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911972351 8908800 252 33554432000 4194304 4922060 140735974962320 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/2579/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100816 s]
/proc/loadavg: 3.68 3.93 3.98 1/171 2579
/proc/meminfo: memFree=11206872/32951124 swapFree=67063272/67111528
[pid=2579] ppid=2577 vsize=8700 CPUtime=0 cores=0-7
/proc/2579/stat : 2579 (priss.sh) S 2577 2579 2203 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911972351 8908800 252 33554432000 4194304 4922060 140735974962320 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/2579/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300766 s]
/proc/loadavg: 3.68 3.93 3.98 1/171 2579
/proc/meminfo: memFree=11206872/32951124 swapFree=67063272/67111528
[pid=2579] ppid=2577 vsize=8700 CPUtime=0 cores=0-7
/proc/2579/stat : 2579 (priss.sh) S 2577 2579 2203 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911972351 8908800 252 33554432000 4194304 4922060 140735974962320 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/2579/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700697 s]
/proc/loadavg: 3.68 3.93 3.98 1/171 2579
/proc/meminfo: memFree=11206872/32951124 swapFree=67063272/67111528
[pid=2579] ppid=2577 vsize=8700 CPUtime=0 cores=0-7
/proc/2579/stat : 2579 (priss.sh) S 2577 2579 2203 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911972351 8908800 252 33554432000 4194304 4922060 140735974962320 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/2579/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50055 s]
/proc/loadavg: 3.68 3.93 3.98 5/177 2585
/proc/meminfo: memFree=11179652/32951124 swapFree=67063272/67111528
[pid=2579] ppid=2577 vsize=8700 CPUtime=0 cores=0-7
/proc/2579/stat : 2579 (priss.sh) S 2577 2579 2203 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911972351 8908800 252 33554432000 4194304 4922060 140735974962320 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/2579/statm: 2175 252 211 178 0 68 0
[pid=2580] ppid=2579 vsize=337400 CPUtime=5.8 cores=0-7
/proc/2580/stat : 2580 (priss) S 2579 2579 2203 0 -1 4202496 11987 0 0 0 574 6 0 0 19 0 5 0 911972351 345497600 6866 33554432000 4194304 5787044 140735356530064 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/2580/statm: 84350 6866 352 389 0 80100 0
[pid=2580/tid=2582] ppid=2579 vsize=337400 CPUtime=1.45 cores=0-7
/proc/2580/task/2582/stat : 2582 (priss) R 2579 2579 2203 0 -1 4202560 2117 0 0 0 144 1 0 0 19 0 5 0 911972354 345497600 6866 33554432000 4194304 5787044 140735356530064 18446744073709551615 4336770 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=2580/tid=2583] ppid=2579 vsize=337400 CPUtime=1.44 cores=0-7
/proc/2580/task/2583/stat : 2583 (priss) R 2579 2579 2203 0 -1 4202560 1724 0 0 0 144 0 0 0 19 0 5 0 911972354 345497600 6866 33554432000 4194304 5787044 140735356530064 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=2580/tid=2584] ppid=2579 vsize=337400 CPUtime=1.41 cores=0-7
/proc/2580/task/2584/stat : 2584 (priss) R 2579 2579 2203 0 -1 4202560 2169 0 0 0 138 3 0 0 19 0 5 0 911972355 345497600 6866 33554432000 4194304 5787044 140735356530064 18446744073709551615 4336770 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=2580/tid=2585] ppid=2579 vsize=337400 CPUtime=1.42 cores=0-7
/proc/2580/task/2585/stat : 2585 (priss) R 2579 2579 2203 0 -1 4202560 1999 0 0 0 142 0 0 0 19 0 5 0 911972356 345497600 6866 33554432000 4194304 5787044 140735356530064 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.8
Current children cumulated vsize (KiB) 346100

[startup+3.10027 s]
/proc/loadavg: 3.68 3.93 3.98 5/177 2585
/proc/meminfo: memFree=11163912/32951124 swapFree=67063272/67111528
[pid=2579] ppid=2577 vsize=8700 CPUtime=0 cores=0-7
/proc/2579/stat : 2579 (priss.sh) S 2577 2579 2203 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911972351 8908800 252 33554432000 4194304 4922060 140735974962320 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/2579/statm: 2175 252 211 178 0 68 0
[pid=2580] ppid=2579 vsize=346604 CPUtime=12.17 cores=0-7
/proc/2580/stat : 2580 (priss) S 2579 2579 2203 0 -1 4202496 23392 0 0 0 1205 12 0 0 19 0 5 0 911972351 354922496 12800 33554432000 4194304 5787044 140735356530064 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/2580/statm: 86651 12800 404 389 0 82401 0
[pid=2580/tid=2582] ppid=2579 vsize=346604 CPUtime=3.04 cores=0-7
/proc/2580/task/2582/stat : 2582 (priss) R 2579 2579 2203 0 -1 4202560 5383 0 0 0 302 2 0 0 18 0 5 0 911972354 354922496 12800 33554432000 4194304 5787044 140735356530064 18446744073709551615 5588208 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=2580/tid=2583] ppid=2579 vsize=346604 CPUtime=3.05 cores=0-7
/proc/2580/task/2583/stat : 2583 (priss) R 2579 2579 2203 0 -1 4202560 4602 0 0 0 304 1 0 0 25 0 5 0 911972354 354922496 12800 33554432000 4194304 5787044 140735356530064 18446744073709551615 5591325 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=2580/tid=2584] ppid=2579 vsize=346604 CPUtime=2.99 cores=0-7
/proc/2580/task/2584/stat : 2584 (priss) R 2579 2579 2203 0 -1 4202560 5380 0 0 0 292 7 0 0 18 0 5 0 911972355 354922496 12800 33554432000 4194304 5787044 140735356530064 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=2580/tid=2585] ppid=2579 vsize=346604 CPUtime=3.02 cores=0-7
/proc/2580/task/2585/stat : 2585 (priss) R 2579 2579 2203 0 -1 4202560 4049 0 0 0 302 0 0 0 18 0 5 0 911972356 354922496 12800 33554432000 4194304 5787044 140735356530064 18446744073709551615 4359012 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.17
Current children cumulated vsize (KiB) 355304

[startup+6.3007 s]
/proc/loadavg: 3.70 3.93 3.98 5/177 2585
/proc/meminfo: memFree=11149212/32951124 swapFree=67063272/67111528
[pid=2579] ppid=2577 vsize=8700 CPUtime=0 cores=0-7
/proc/2579/stat : 2579 (priss.sh) S 2577 2579 2203 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911972351 8908800 252 33554432000 4194304 4922060 140735974962320 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/2579/statm: 2175 252 211 178 0 68 0
[pid=2580] ppid=2579 vsize=350704 CPUtime=24.96 cores=0-7
/proc/2580/stat : 2580 (priss) S 2579 2579 2203 0 -1 4202496 25784 0 0 0 2483 13 0 0 19 0 5 0 911972351 359120896 15192 33554432000 4194304 5787044 140735356530064 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/2580/statm: 87676 15192 404 389 0 83426 0
[pid=2580/tid=2582] ppid=2579 vsize=350704 CPUtime=6.25 cores=0-7
/proc/2580/task/2582/stat : 2582 (priss) R 2579 2579 2203 0 -1 4202560 5810 0 0 0 622 3 0 0 18 0 5 0 911972354 359120896 15192 33554432000 4194304 5787044 140735356530064 18446744073709551615 5588291 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=2580/tid=2583] ppid=2579 vsize=350704 CPUtime=6.24 cores=0-7
/proc/2580/task/2583/stat : 2583 (priss) R 2579 2579 2203 0 -1 4202560 5090 0 0 0 623 1 0 0 25 0 5 0 911972354 359120896 15192 33554432000 4194304 5787044 140735356530064 18446744073709551615 4238793 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=2580/tid=2584] ppid=2579 vsize=350704 CPUtime=6.18 cores=0-7
/proc/2580/task/2584/stat : 2584 (priss) R 2579 2579 2203 0 -1 4202560 6857 0 0 0 611 7 0 0 18 0 5 0 911972355 359120896 15192 33554432000 4194304 5787044 140735356530064 18446744073709551615 5592784 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=2580/tid=2585] ppid=2579 vsize=350704 CPUtime=6.22 cores=0-7
/proc/2580/task/2585/stat : 2585 (priss) R 2579 2579 2203 0 -1 4202560 4049 0 0 0 622 0 0 0 25 0 5 0 911972356 359120896 15192 33554432000 4194304 5787044 140735356530064 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.96
Current children cumulated vsize (KiB) 359404

[startup+12.7006 s]
/proc/loadavg: 3.73 3.94 3.98 5/177 2585
/proc/meminfo: memFree=11135208/32951124 swapFree=67063272/67111528
[pid=2579] ppid=2577 vsize=8700 CPUtime=0 cores=0-7
/proc/2579/stat : 2579 (priss.sh) S 2577 2579 2203 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911972351 8908800 252 33554432000 4194304 4922060 140735974962320 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/2579/statm: 2175 252 211 178 0 68 0
[pid=2580] ppid=2579 vsize=355764 CPUtime=50.54 cores=0-7
/proc/2580/stat : 2580 (priss) S 2579 2579 2203 0 -1 4202496 31646 0 0 0 5039 15 0 0 19 0 5 0 911972351 364302336 18790 33554432000 4194304 5787044 140735356530064 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/2580/statm: 88941 18790 417 389 0 84691 0
[pid=2580/tid=2582] ppid=2579 vsize=355764 CPUtime=12.65 cores=0-7
/proc/2580/task/2582/stat : 2582 (priss) R 2579 2579 2203 0 -1 4202560 6577 0 0 0 1262 3 0 0 18 0 5 0 911972354 364302336 18790 33554432000 4194304 5787044 140735356530064 18446744073709551615 232335997471 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=2580/tid=2583] ppid=2579 vsize=355764 CPUtime=12.65 cores=0-7
/proc/2580/task/2583/stat : 2583 (priss) R 2579 2579 2203 0 -1 4202560 5882 0 0 0 1263 2 0 0 25 0 5 0 911972354 364302336 18790 33554432000 4194304 5787044 140735356530064 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=2580/tid=2584] ppid=2579 vsize=355764 CPUtime=12.57 cores=0-7
/proc/2580/task/2584/stat : 2584 (priss) R 2579 2579 2203 0 -1 4202560 7655 0 0 0 1249 8 0 0 18 0 5 0 911972355 364302336 18790 33554432000 4194304 5787044 140735356530064 18446744073709551615 4220304 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=2580/tid=2585] ppid=2579 vsize=355764 CPUtime=12.62 cores=0-7
/proc/2580/task/2585/stat : 2585 (priss) R 2579 2579 2203 0 -1 4202560 7554 0 0 0 1261 1 0 0 18 0 5 0 911972356 364302336 18790 33554432000 4194304 5787044 140735356530064 18446744073709551615 5527399 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 364464

[startup+25.5013 s]
/proc/loadavg: 3.79 3.94 3.98 5/177 2585
/proc/meminfo: memFree=11111616/32951124 swapFree=67063272/67111528
[pid=2579] ppid=2577 vsize=8700 CPUtime=0 cores=0-7
/proc/2579/stat : 2579 (priss.sh) S 2577 2579 2203 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911972351 8908800 252 33554432000 4194304 4922060 140735974962320 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/2579/statm: 2175 252 211 178 0 68 0
[pid=2580] ppid=2579 vsize=365416 CPUtime=101.72 cores=0-7
/proc/2580/stat : 2580 (priss) S 2579 2579 2203 0 -1 4202496 37713 0 0 0 10150 22 0 0 19 0 5 0 911972351 374185984 24857 33554432000 4194304 5787044 140735356530064 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/2580/statm: 91354 24857 417 389 0 87104 0
[pid=2580/tid=2582] ppid=2579 vsize=365416 CPUtime=25.44 cores=0-7
/proc/2580/task/2582/stat : 2582 (priss) R 2579 2579 2203 0 -1 4202560 7861 0 0 0 2540 4 0 0 18 0 5 0 911972354 374185984 24857 33554432000 4194304 5787044 140735356530064 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=2580/tid=2583] ppid=2579 vsize=365416 CPUtime=25.45 cores=0-7
/proc/2580/task/2583/stat : 2583 (priss) R 2579 2579 2203 0 -1 4202560 7032 0 0 0 2542 3 0 0 25 0 5 0 911972354 374185984 24857 33554432000 4194304 5787044 140735356530064 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=2580/tid=2584] ppid=2579 vsize=365416 CPUtime=25.35 cores=0-7
/proc/2580/task/2584/stat : 2584 (priss) R 2579 2579 2203 0 -1 4202560 9931 0 0 0 2523 12 0 0 18 0 5 0 911972355 374185984 24857 33554432000 4194304 5787044 140735356530064 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=2580/tid=2585] ppid=2579 vsize=365416 CPUtime=25.41 cores=0-7
/proc/2580/task/2585/stat : 2585 (priss) R 2579 2579 2203 0 -1 4202560 8911 0 0 0 2540 1 0 0 19 0 5 0 911972356 374185984 24857 33554432000 4194304 5787044 140735356530064 18446744073709551615 5524764 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.72
Current children cumulated vsize (KiB) 374116

[startup+51.1007 s]
/proc/loadavg: 3.86 3.94 3.98 5/177 2586
/proc/meminfo: memFree=11067032/32951124 swapFree=67063272/67111528
[pid=2579] ppid=2577 vsize=8700 CPUtime=0 cores=0-7
/proc/2579/stat : 2579 (priss.sh) S 2577 2579 2203 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911972351 8908800 252 33554432000 4194304 4922060 140735974962320 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/2579/statm: 2175 252 211 178 0 68 0
[pid=2580] ppid=2579 vsize=384424 CPUtime=204.08 cores=0-7
/proc/2580/stat : 2580 (priss) S 2579 2579 2203 0 -1 4202496 48862 0 0 0 20370 38 0 0 19 0 5 0 911972351 393650176 35939 33554432000 4194304 5787044 140735356530064 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/2580/statm: 96106 35939 417 389 0 91856 0
[pid=2580/tid=2582] ppid=2579 vsize=384424 CPUtime=51.04 cores=0-7
/proc/2580/task/2582/stat : 2582 (priss) R 2579 2579 2203 0 -1 4202560 10759 0 0 0 5098 6 0 0 18 0 5 0 911972354 393650176 35939 33554432000 4194304 5787044 140735356530064 18446744073709551615 4220930 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=2580/tid=2583] ppid=2579 vsize=384424 CPUtime=51.04 cores=0-7
/proc/2580/task/2583/stat : 2583 (priss) R 2579 2579 2203 0 -1 4202560 9166 0 0 0 5098 6 0 0 25 0 5 0 911972354 393650176 35939 33554432000 4194304 5787044 140735356530064 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=2580/tid=2584] ppid=2579 vsize=384424 CPUtime=50.93 cores=0-7
/proc/2580/task/2584/stat : 2584 (priss) R 2579 2579 2203 0 -1 4202560 12323 0 0 0 5072 21 0 0 20 0 5 0 911972355 393650176 35939 33554432000 4194304 5787044 140735356530064 18446744073709551615 5592867 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=2580/tid=2585] ppid=2579 vsize=384424 CPUtime=51.02 cores=0-7
/proc/2580/task/2585/stat : 2585 (priss) R 2579 2579 2203 0 -1 4202560 12636 0 0 0 5098 4 0 0 18 0 5 0 911972356 393650176 35939 33554432000 4194304 5787044 140735356530064 18446744073709551615 5528761 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 393124

[startup+102.307 s]
/proc/loadavg: 4.00 3.96 3.98 5/177 2587
/proc/meminfo: memFree=11008100/32951124 swapFree=67063272/67111528
[pid=2579] ppid=2577 vsize=8700 CPUtime=0 cores=0-7
/proc/2579/stat : 2579 (priss.sh) S 2577 2579 2203 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911972351 8908800 252 33554432000 4194304 4922060 140735974962320 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/2579/statm: 2175 252 211 178 0 68 0
[pid=2580] ppid=2579 vsize=404728 CPUtime=408.88 cores=0-7
/proc/2580/stat : 2580 (priss) S 2579 2579 2203 0 -1 4202496 63601 0 0 0 40825 63 0 0 19 0 5 0 911972351 414441472 50579 33554432000 4194304 5787044 140735356530064 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/2580/statm: 101182 50579 417 389 0 96932 0
[pid=2580/tid=2582] ppid=2579 vsize=404728 CPUtime=102.24 cores=0-7
/proc/2580/task/2582/stat : 2582 (priss) R 2579 2579 2203 0 -1 4202560 14579 0 0 0 10212 12 0 0 18 0 5 0 911972354 414441472 50579 33554432000 4194304 5787044 140735356530064 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=2580/tid=2583] ppid=2579 vsize=404728 CPUtime=102.24 cores=0-7
/proc/2580/task/2583/stat : 2583 (priss) R 2579 2579 2203 0 -1 4202560 12685 0 0 0 10214 10 0 0 25 0 5 0 911972354 414441472 50579 33554432000 4194304 5787044 140735356530064 18446744073709551615 5591342 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=2580/tid=2584] ppid=2579 vsize=404728 CPUtime=102.11 cores=0-7
/proc/2580/task/2584/stat : 2584 (priss) R 2579 2579 2203 0 -1 4202560 15778 0 0 0 10178 33 0 0 19 0 5 0 911972355 414441472 50579 33554432000 4194304 5787044 140735356530064 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=2580/tid=2585] ppid=2579 vsize=404728 CPUtime=102.22 cores=0-7

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

/proc/2580/task/2583/stat : 2583 (priss) R 2579 2579 2203 0 -1 4202560 96104 0 0 0 472115 115 0 0 25 0 5 0 911972354 1774891008 370226 33554432000 4194304 5787044 140735356530064 18446744073709551615 5591712 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=2580/tid=2584] ppid=2579 vsize=1733292 CPUtime=4722.07 cores=0-7
/proc/2580/task/2584/stat : 2584 (priss) R 2579 2579 2203 0 -1 4202560 98456 0 0 0 471896 311 0 0 25 0 5 0 911972355 1774891008 370226 33554432000 4194304 5787044 140735356530064 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=2580/tid=2585] ppid=2579 vsize=1733292 CPUtime=4722.31 cores=0-7
/proc/2580/task/2585/stat : 2585 (priss) R 2579 2579 2203 0 -1 4202560 103439 0 0 0 472173 58 0 0 20 0 5 0 911972356 1774891008 370226 33554432000 4194304 5787044 140735356530064 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 18889.1
Current children cumulated vsize (KiB) 1741992

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/177 2725
/proc/meminfo: memFree=9708868/32951124 swapFree=67063272/67111528
[pid=2579] ppid=2577 vsize=8700 CPUtime=0 cores=0-7
/proc/2579/stat : 2579 (priss.sh) S 2577 2579 2203 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911972351 8908800 252 33554432000 4194304 4922060 140735974962320 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/2579/statm: 2175 252 211 178 0 68 0
[pid=2580] ppid=2579 vsize=1733292 CPUtime=19129 cores=0-7
/proc/2580/stat : 2580 (priss) S 2579 2579 2203 0 -1 4202496 396082 0 0 0 1912296 608 0 0 19 0 5 0 911972351 1774891008 373989 33554432000 4194304 5787044 140735356530064 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/2580/statm: 433323 373989 417 389 0 429073 0
[pid=2580/tid=2582] ppid=2579 vsize=1733292 CPUtime=4782.31 cores=0-7
/proc/2580/task/2582/stat : 2582 (priss) R 2579 2579 2203 0 -1 4202560 92467 0 0 0 478116 115 0 0 25 0 5 0 911972354 1774891008 373989 33554432000 4194304 5787044 140735356530064 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=2580/tid=2583] ppid=2579 vsize=1733292 CPUtime=4782.29 cores=0-7
/proc/2580/task/2583/stat : 2583 (priss) R 2579 2579 2203 0 -1 4202560 96336 0 0 0 478114 115 0 0 25 0 5 0 911972354 1774891008 373989 33554432000 4194304 5787044 140735356530064 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=2580/tid=2584] ppid=2579 vsize=1733292 CPUtime=4782.06 cores=0-7
/proc/2580/task/2584/stat : 2584 (priss) R 2579 2579 2203 0 -1 4202560 99839 0 0 0 477888 318 0 0 25 0 5 0 911972355 1774891008 373989 33554432000 4194304 5787044 140735356530064 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=2580/tid=2585] ppid=2579 vsize=1733292 CPUtime=4782.31 cores=0-7
/proc/2580/task/2585/stat : 2585 (priss) R 2579 2579 2203 0 -1 4202560 103462 0 0 0 478173 58 0 0 25 0 5 0 911972356 1774891008 373989 33554432000 4194304 5787044 140735356530064 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19129
Current children cumulated vsize (KiB) 1741992

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/177 2727
/proc/meminfo: memFree=9697296/32951124 swapFree=67063272/67111528
[pid=2579] ppid=2577 vsize=8700 CPUtime=0 cores=0-7
/proc/2579/stat : 2579 (priss.sh) S 2577 2579 2203 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911972351 8908800 252 33554432000 4194304 4922060 140735974962320 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/2579/statm: 2175 252 211 178 0 68 0
[pid=2580] ppid=2579 vsize=1733292 CPUtime=19369.1 cores=0-7
/proc/2580/stat : 2580 (priss) S 2579 2579 2203 0 -1 4202496 398853 0 0 0 1936289 616 0 0 19 0 5 0 911972351 1774891008 376760 33554432000 4194304 5787044 140735356530064 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/2580/statm: 433323 376760 417 389 0 429073 0
[pid=2580/tid=2582] ppid=2579 vsize=1733292 CPUtime=4842.31 cores=0-7
/proc/2580/task/2582/stat : 2582 (priss) R 2579 2579 2203 0 -1 4202560 93650 0 0 0 484114 117 0 0 25 0 5 0 911972354 1774891008 376760 33554432000 4194304 5787044 140735356530064 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=2580/tid=2583] ppid=2579 vsize=1733292 CPUtime=4842.29 cores=0-7
/proc/2580/task/2583/stat : 2583 (priss) R 2579 2579 2203 0 -1 4202560 96536 0 0 0 484114 115 0 0 25 0 5 0 911972354 1774891008 376760 33554432000 4194304 5787044 140735356530064 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=2580/tid=2584] ppid=2579 vsize=1733292 CPUtime=4842.06 cores=0-7
/proc/2580/task/2584/stat : 2584 (priss) R 2579 2579 2203 0 -1 4202560 101226 0 0 0 483883 323 0 0 25 0 5 0 911972355 1774891008 376760 33554432000 4194304 5787044 140735356530064 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=2580/tid=2585] ppid=2579 vsize=1733292 CPUtime=4842.31 cores=0-7
/proc/2580/task/2585/stat : 2585 (priss) R 2579 2579 2203 0 -1 4202560 103463 0 0 0 484173 58 0 0 25 0 5 0 911972356 1774891008 376760 33554432000 4194304 5787044 140735356530064 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19369.1
Current children cumulated vsize (KiB) 1741992

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/177 2728
/proc/meminfo: memFree=9682376/32951124 swapFree=67063272/67111528
[pid=2579] ppid=2577 vsize=8700 CPUtime=0 cores=0-7
/proc/2579/stat : 2579 (priss.sh) S 2577 2579 2203 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911972351 8908800 252 33554432000 4194304 4922060 140735974962320 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/2579/statm: 2175 252 211 178 0 68 0
[pid=2580] ppid=2579 vsize=1733292 CPUtime=19609.1 cores=0-7
/proc/2580/stat : 2580 (priss) S 2579 2579 2203 0 -1 4202496 402611 0 0 0 1960281 624 0 0 19 0 5 0 911972351 1774891008 380518 33554432000 4194304 5787044 140735356530064 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/2580/statm: 433323 380518 417 389 0 429073 0
[pid=2580/tid=2582] ppid=2579 vsize=1733292 CPUtime=4902.31 cores=0-7
/proc/2580/task/2582/stat : 2582 (priss) R 2579 2579 2203 0 -1 4202560 94996 0 0 0 490112 119 0 0 21 0 5 0 911972354 1774891008 380518 33554432000 4194304 5787044 140735356530064 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=2580/tid=2583] ppid=2579 vsize=1733292 CPUtime=4902.29 cores=0-7
/proc/2580/task/2583/stat : 2583 (priss) R 2579 2579 2203 0 -1 4202560 96686 0 0 0 490113 116 0 0 25 0 5 0 911972354 1774891008 380518 33554432000 4194304 5787044 140735356530064 18446744073709551615 5591315 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=2580/tid=2584] ppid=2579 vsize=1733292 CPUtime=4902.06 cores=0-7
/proc/2580/task/2584/stat : 2584 (priss) R 2579 2579 2203 0 -1 4202560 103485 0 0 0 489878 328 0 0 25 0 5 0 911972355 1774891008 380518 33554432000 4194304 5787044 140735356530064 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=2580/tid=2585] ppid=2579 vsize=1733292 CPUtime=4902.31 cores=0-7
/proc/2580/task/2585/stat : 2585 (priss) R 2579 2579 2203 0 -1 4202560 103466 0 0 0 490173 58 0 0 25 0 5 0 911972356 1774891008 380518 33554432000 4194304 5787044 140735356530064 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19609.1
Current children cumulated vsize (KiB) 1741992

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/177 2730
/proc/meminfo: memFree=9676520/32951124 swapFree=67063272/67111528
[pid=2579] ppid=2577 vsize=8700 CPUtime=0 cores=0-7
/proc/2579/stat : 2579 (priss.sh) S 2577 2579 2203 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911972351 8908800 252 33554432000 4194304 4922060 140735974962320 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/2579/statm: 2175 252 211 178 0 68 0
[pid=2580] ppid=2579 vsize=1733676 CPUtime=19849 cores=0-7
/proc/2580/stat : 2580 (priss) S 2579 2579 2203 0 -1 4202496 404546 0 0 0 1984277 627 0 0 19 0 5 0 911972351 1775284224 381963 33554432000 4194304 5787044 140735356530064 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/2580/statm: 433419 381963 417 389 0 429169 0
[pid=2580/tid=2582] ppid=2579 vsize=1733676 CPUtime=4962.3 cores=0-7
/proc/2580/task/2582/stat : 2582 (priss) R 2579 2579 2203 0 -1 4202560 95899 0 0 0 496111 119 0 0 25 0 5 0 911972354 1775284224 381963 33554432000 4194304 5787044 140735356530064 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=2580/tid=2583] ppid=2579 vsize=1733676 CPUtime=4962.3 cores=0-7
/proc/2580/task/2583/stat : 2583 (priss) R 2579 2579 2203 0 -1 4202560 96878 0 0 0 496113 117 0 0 25 0 5 0 911972354 1775284224 381963 33554432000 4194304 5787044 140735356530064 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=2580/tid=2584] ppid=2579 vsize=1733676 CPUtime=4962.06 cores=0-7
/proc/2580/task/2584/stat : 2584 (priss) R 2579 2579 2203 0 -1 4202560 104314 0 0 0 495875 331 0 0 25 0 5 0 911972355 1775284224 381963 33554432000 4194304 5787044 140735356530064 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=2580/tid=2585] ppid=2579 vsize=1733676 CPUtime=4962.31 cores=0-7
/proc/2580/task/2585/stat : 2585 (priss) R 2579 2579 2203 0 -1 4202560 103477 0 0 0 496173 58 0 0 25 0 5 0 911972356 1775284224 381963 33554432000 4194304 5787044 140735356530064 18446744073709551615 5527590 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19849
Current children cumulated vsize (KiB) 1742376

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/177 2731
/proc/meminfo: memFree=9675484/32951124 swapFree=67063272/67111528
[pid=2579] ppid=2577 vsize=8700 CPUtime=0 cores=0-7
/proc/2579/stat : 2579 (priss.sh) S 2577 2579 2203 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911972351 8908800 252 33554432000 4194304 4922060 140735974962320 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/2579/statm: 2175 252 211 178 0 68 0
[pid=2580] ppid=2579 vsize=1735052 CPUtime=20089 cores=0-7
/proc/2580/stat : 2580 (priss) S 2579 2579 2203 0 -1 4202496 404880 0 0 0 2008277 627 0 0 19 0 5 0 911972351 1776693248 382297 33554432000 4194304 5787044 140735356530064 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/2580/statm: 433763 382297 417 389 0 429513 0
[pid=2580/tid=2582] ppid=2579 vsize=1735052 CPUtime=5022.31 cores=0-7
/proc/2580/task/2582/stat : 2582 (priss) R 2579 2579 2203 0 -1 4202560 95899 0 0 0 502111 120 0 0 25 0 5 0 911972354 1776693248 382297 33554432000 4194304 5787044 140735356530064 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=2580/tid=2583] ppid=2579 vsize=1735052 CPUtime=5022.3 cores=0-7
/proc/2580/task/2583/stat : 2583 (priss) R 2579 2579 2203 0 -1 4202560 97161 0 0 0 502113 117 0 0 25 0 5 0 911972354 1776693248 382297 33554432000 4194304 5787044 140735356530064 18446744073709551615 4220161 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=2580/tid=2584] ppid=2579 vsize=1735052 CPUtime=5022.06 cores=0-7
/proc/2580/task/2584/stat : 2584 (priss) R 2579 2579 2203 0 -1 4202560 104320 0 0 0 501875 331 0 0 25 0 5 0 911972355 1776693248 382297 33554432000 4194304 5787044 140735356530064 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=2580/tid=2585] ppid=2579 vsize=1735052 CPUtime=5022.31 cores=0-7
/proc/2580/task/2585/stat : 2585 (priss) R 2579 2579 2203 0 -1 4202560 103522 0 0 0 502173 58 0 0 25 0 5 0 911972356 1776693248 382297 33554432000 4194304 5787044 140735356530064 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 20089
Current children cumulated vsize (KiB) 1743752

[startup+5082.3 s]
/proc/loadavg: 4.03 4.01 4.00 5/177 2733
/proc/meminfo: memFree=9674212/32951124 swapFree=67063272/67111528
[pid=2579] ppid=2577 vsize=8700 CPUtime=0 cores=0-7
/proc/2579/stat : 2579 (priss.sh) S 2577 2579 2203 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911972351 8908800 252 33554432000 4194304 4922060 140735974962320 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/2579/statm: 2175 252 211 178 0 68 0
[pid=2580] ppid=2579 vsize=1736012 CPUtime=20329.1 cores=0-7
/proc/2580/stat : 2580 (priss) S 2579 2579 2203 0 -1 4202496 405158 0 0 0 2032277 628 0 0 19 0 5 0 911972351 1777676288 382575 33554432000 4194304 5787044 140735356530064 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/2580/statm: 434003 382575 417 389 0 429753 0
[pid=2580/tid=2582] ppid=2579 vsize=1736012 CPUtime=5082.31 cores=0-7
/proc/2580/task/2582/stat : 2582 (priss) R 2579 2579 2203 0 -1 4202560 95899 0 0 0 508111 120 0 0 25 0 5 0 911972354 1777676288 382575 33554432000 4194304 5787044 140735356530064 18446744073709551615 5591592 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=2580/tid=2583] ppid=2579 vsize=1736012 CPUtime=5082.3 cores=0-7
/proc/2580/task/2583/stat : 2583 (priss) R 2579 2579 2203 0 -1 4202560 97391 0 0 0 508113 117 0 0 25 0 5 0 911972354 1777676288 382575 33554432000 4194304 5787044 140735356530064 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=2580/tid=2584] ppid=2579 vsize=1736012 CPUtime=5082.07 cores=0-7
/proc/2580/task/2584/stat : 2584 (priss) R 2579 2579 2203 0 -1 4202560 104327 0 0 0 507875 332 0 0 25 0 5 0 911972355 1777676288 382575 33554432000 4194304 5787044 140735356530064 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=2580/tid=2585] ppid=2579 vsize=1736012 CPUtime=5082.31 cores=0-7
/proc/2580/task/2585/stat : 2585 (priss) R 2579 2579 2203 0 -1 4202560 103563 0 0 0 508173 58 0 0 25 0 5 0 911972356 1777676288 382575 33554432000 4194304 5787044 140735356530064 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 20329
Current children cumulated vsize (KiB) 1744712



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.18 4.04 4.01 5/177 2734
/proc/meminfo: memFree=9673560/32951124 swapFree=67063272/67111528
[pid=2579] ppid=2577 vsize=8700 CPUtime=0 cores=0-7
/proc/2579/stat : 2579 (priss.sh) S 2577 2579 2203 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 911972351 8908800 252 33554432000 4194304 4922060 140735974962320 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/2579/statm: 2175 252 211 178 0 68 0
[pid=2580] ppid=2579 vsize=1737100 CPUtime=20399.9 cores=0-7
/proc/2580/stat : 2580 (priss) S 2579 2579 2203 0 -1 4202496 405350 0 0 0 2039359 628 0 0 19 0 5 0 911972351 1778790400 382767 33554432000 4194304 5787044 140735356530064 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/2580/statm: 434275 382767 417 389 0 430025 0
[pid=2580/tid=2582] ppid=2579 vsize=1737100 CPUtime=5100.01 cores=0-7
/proc/2580/task/2582/stat : 2582 (priss) R 2579 2579 2203 0 -1 4202560 95899 0 0 0 509881 120 0 0 25 0 5 0 911972354 1778790400 382767 33554432000 4194304 5787044 140735356530064 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=2580/tid=2583] ppid=2579 vsize=1737100 CPUtime=5100.01 cores=0-7
/proc/2580/task/2583/stat : 2583 (priss) R 2579 2579 2203 0 -1 4202560 97565 0 0 0 509884 117 0 0 25 0 5 0 911972354 1778790400 382767 33554432000 4194304 5787044 140735356530064 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=2580/tid=2584] ppid=2579 vsize=1737100 CPUtime=5099.78 cores=0-7
/proc/2580/task/2584/stat : 2584 (priss) R 2579 2579 2203 0 -1 4202560 104333 0 0 0 509646 332 0 0 25 0 5 0 911972355 1778790400 382767 33554432000 4194304 5787044 140735356530064 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=2580/tid=2585] ppid=2579 vsize=1737100 CPUtime=5100.02 cores=0-7
/proc/2580/task/2585/stat : 2585 (priss) R 2579 2579 2203 0 -1 4202560 103575 0 0 0 509944 58 0 0 25 0 5 0 911972356 1778790400 382767 33554432000 4194304 5787044 140735356530064 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 20399.9
Current children cumulated vsize (KiB) 1745800

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 2579 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 20399.9
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5100.02
CPU time (s): 20399.9
CPU user time (s): 20393.6
CPU system time (s): 6.28
CPU usage (%): 399.996
Max. virtual memory (cumulated for all children) (KiB): 1745800

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

runsolver used 7.8888 second user time and 19.937 second system time

The end

Launcher Data

Begin job on node132 at 2011-06-14 00:22:22
IDJOB=3499515
IDBENCH=83896
IDSOLVER=1994
FILE ID=node132/3499515-1308003742
RUNJOBID= node132-1307998632-2217
PBS_JOBID= 13559830
Free space on /tmp= 13344 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_27_50_3-dir.shuffled-as.sat03-169.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3499515-1308003742/watcher-3499515-1308003742 -o /tmp/evaluation-result-3499515-1308003742/solver-3499515-1308003742 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499515-1308003742.cnf 1048041822 40000 31000 8

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

MD5SUM BENCH= b5a637600c242725f15a247a84bdea1b
RANDOM SEED=1048041822

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11207292 kB
Buffers:        145680 kB
Cached:       20852536 kB
SwapCached:       9580 kB
Active:        5559464 kB
Inactive:     15455676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11207292 kB
SwapTotal:    67111528 kB
SwapFree:     67063272 kB
Dirty:            2352 kB
Writeback:           0 kB
AnonPages:       15560 kB
Mapped:           8628 kB
Slab:           664220 kB
PageTables:       3904 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   156700 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= 13340 MiB
End job on node132 at 2011-06-14 01:47:24