Trace number 3285157

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
priss 1.0? (TO) 4800.07 1202.02

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.035-NOTKNOWN.cnf
MD5SUMc4319228342e10028de028a9b67c3404
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables133566
Number of clauses676901
Sum of the clauses size1609791
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2668220
Number of clauses of size 32100
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56370

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: 18133
0.00/0.19	c parsetime: 184909us
0.00/0.19	c parsed 676901 clauses with 133566 variables
0.00/0.23	c NW started thread 0 successfully (1115113792)
0.00/0.27	c NW started thread 1 successfully (1125603648)
0.00/0.32	c NW started thread 2 successfully (1094465856)
0.00/0.36	c NW started thread 3 successfully (1136093504)
44.40/11.42	c preprocessor returned 133566 variables
44.40/11.42	c preprocessing returned UNKNOWN
44.40/11.42	c PP set 31878 variables
44.40/11.42	c pp time: 11113872us (11s)
44.80/11.51	c preprocessor returned 133566 variables
44.80/11.51	c preprocessing returned UNKNOWN
44.80/11.51	c PP set 31878 variables
44.80/11.51	c pp time: 11253808us (11s)
44.80/11.51	c preprocessor returned 133566 variables
44.80/11.51	c preprocessing returned UNKNOWN
44.80/11.51	c PP set 31878 variables
44.80/11.51	c pp time: 11161877us (11s)
44.80/11.54	c preprocessor returned 133566 variables
44.80/11.54	c preprocessing returned UNKNOWN
44.80/11.54	c PP set 31878 variables
44.80/11.54	c pp time: 11147934us (11s)
53.19/13.62	c HTE
62.38/15.93	c subsumption
66.37/16.99	c simplified formula contains 0 unit clauses
66.77/17.01	c received clause contains eliminated literal -19123
117.53/29.76	c HTE
125.09/31.66	c subsumption
168.64/42.55	c simplified formula contains 0 unit clauses
168.64/42.57	c received clause contains eliminated literal 22931
187.43/47.24	c HTE
194.20/48.98	c subsumption
214.19/53.94	c simplified formula contains 0 unit clauses
214.19/53.95	c received clause contains eliminated literal 125881
235.34/59.23	c HTE
280.48/70.56	c subsumption
320.82/80.62	c simplified formula contains 0 unit clauses
320.82/80.64	c received clause contains eliminated literal -19123
328.81/82.69	c HTE
336.00/84.42	c subsumption
392.32/98.50	c simplified formula contains 0 unit clauses
392.32/98.52	c received clause contains eliminated literal 125829
496.18/124.54	c received clause contains eliminated literal 125841
507.77/127.44	c HTE
516.16/129.55	c subsumption
756.63/189.73	c simplified formula contains 0 unit clauses
756.63/189.75	c received clause contains eliminated literal 125867
908.04/227.63	c HTE
916.83/229.86	c subsumption
1263.14/316.51	c simplified formula contains 0 unit clauses
1263.14/316.53	c received clause contains eliminated literal -22952
1263.14/316.53	c received clause contains eliminated literal -22948
1536.78/385.03	c received clause contains eliminated literal -19153
2407.53/603.06	c received clause contains eliminated literal -30554
3088.56/773.60	c HTE
3281.40/821.89	c subsumption

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

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

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


[startup+0 s]
/proc/loadavg: 8.13 8.09 8.04 5/182 18132
/proc/meminfo: memFree=23254332/32951124 swapFree=67111524/67111528
[pid=18132] ppid=18130 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18132/stat : 18132 (priss.sh) S 18130 18132 17192 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 497340459 8908800 251 33554432000 4194304 4922060 140734920805136 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18132/statm: 2175 251 211 178 0 68 0

[startup+0.0922071 s]
/proc/loadavg: 8.13 8.09 8.04 5/182 18132
/proc/meminfo: memFree=23254332/32951124 swapFree=67111524/67111528
[pid=18132] ppid=18130 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18132/stat : 18132 (priss.sh) S 18130 18132 17192 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 497340459 8908800 251 33554432000 4194304 4922060 140734920805136 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18132/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101201 s]
/proc/loadavg: 8.13 8.09 8.04 5/182 18132
/proc/meminfo: memFree=23254332/32951124 swapFree=67111524/67111528
[pid=18132] ppid=18130 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18132/stat : 18132 (priss.sh) S 18130 18132 17192 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 497340459 8908800 251 33554432000 4194304 4922060 140734920805136 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18132/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.306152 s]
/proc/loadavg: 8.13 8.09 8.04 5/182 18132
/proc/meminfo: memFree=23254332/32951124 swapFree=67111524/67111528
[pid=18132] ppid=18130 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18132/stat : 18132 (priss.sh) S 18130 18132 17192 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 497340459 8908800 251 33554432000 4194304 4922060 140734920805136 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18132/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701123 s]
/proc/loadavg: 8.13 8.09 8.04 5/182 18132
/proc/meminfo: memFree=23254332/32951124 swapFree=67111524/67111528
[pid=18132] ppid=18130 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18132/stat : 18132 (priss.sh) S 18130 18132 17192 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 497340459 8908800 251 33554432000 4194304 4922060 140734920805136 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18132/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50091 s]
/proc/loadavg: 8.12 8.09 8.04 7/188 18138
/proc/meminfo: memFree=22949388/32951124 swapFree=67111524/67111528
[pid=18132] ppid=18130 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18132/stat : 18132 (priss.sh) S 18130 18132 17192 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 497340459 8908800 251 33554432000 4194304 4922060 140734920805136 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18132/statm: 2175 251 211 178 0 68 0
[pid=18133] ppid=18132 vsize=537156 CPUtime=4.9 cores=1,3,5,7
/proc/18133/stat : 18133 (priss) S 18132 18132 17192 0 -1 4202496 160241 0 0 0 443 47 0 0 19 0 5 0 497340459 550047744 81061 33554432000 4194304 5787044 140736132926064 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/18133/statm: 134289 81061 349 389 0 130039 0
[pid=18133/tid=18135] ppid=18132 vsize=537156 CPUtime=1.17 cores=1,3,5,7
/proc/18133/task/18135/stat : 18135 (priss) R 18132 18132 17192 0 -1 4202560 32835 0 0 0 106 11 0 0 18 0 5 0 497340482 550047744 81061 33554432000 4194304 5787044 140736132926064 18446744073709551615 4330518 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18133/tid=18136] ppid=18132 vsize=537156 CPUtime=1.14 cores=1,3,5,7
/proc/18133/task/18136/stat : 18136 (priss) R 18132 18132 17192 0 -1 4202560 32472 0 0 0 103 11 0 0 18 0 5 0 497340486 550047744 81061 33554432000 4194304 5787044 140736132926064 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18133/tid=18137] ppid=18132 vsize=537156 CPUtime=1.12 cores=1,3,5,7
/proc/18133/task/18137/stat : 18137 (priss) R 18132 18132 17192 0 -1 4202560 31186 0 0 0 100 12 0 0 18 0 5 0 497340491 550047744 81061 33554432000 4194304 5787044 140736132926064 18446744073709551615 4330542 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18133/tid=18138] ppid=18132 vsize=537156 CPUtime=1.07 cores=1,3,5,7
/proc/18133/task/18138/stat : 18138 (priss) R 18132 18132 17192 0 -1 4202560 31477 0 0 0 100 7 0 0 18 0 5 0 497340495 550047744 81061 33554432000 4194304 5787044 140736132926064 18446744073709551615 4330542 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.9
Current children cumulated vsize (KiB) 545856

[startup+3.10063 s]
/proc/loadavg: 8.12 8.09 8.04 9/188 18138
/proc/meminfo: memFree=22930168/32951124 swapFree=67111524/67111528
[pid=18132] ppid=18130 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18132/stat : 18132 (priss.sh) S 18130 18132 17192 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 497340459 8908800 251 33554432000 4194304 4922060 140734920805136 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18132/statm: 2175 251 211 178 0 68 0
[pid=18133] ppid=18132 vsize=534508 CPUtime=11.29 cores=1,3,5,7
/proc/18133/stat : 18133 (priss) S 18132 18132 17192 0 -1 4202496 165357 0 0 0 1082 47 0 0 19 0 5 0 497340459 547336192 82273 33554432000 4194304 5787044 140736132926064 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/18133/statm: 133627 82273 351 389 0 129377 0
[pid=18133/tid=18135] ppid=18132 vsize=534508 CPUtime=2.77 cores=1,3,5,7
/proc/18133/task/18135/stat : 18135 (priss) R 18132 18132 17192 0 -1 4202560 35197 0 0 0 266 11 0 0 21 0 5 0 497340482 547336192 81932 33554432000 4194304 5787044 140736132926064 18446744073709551615 18446744073699065939 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18133/tid=18136] ppid=18132 vsize=534508 CPUtime=2.74 cores=1,3,5,7
/proc/18133/task/18136/stat : 18136 (priss) R 18132 18132 17192 0 -1 4202560 33388 0 0 0 263 11 0 0 21 0 5 0 497340486 547336192 81932 33554432000 4194304 5787044 140736132926064 18446744073709551615 212039698567 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18133/tid=18137] ppid=18132 vsize=534508 CPUtime=2.72 cores=1,3,5,7
/proc/18133/task/18137/stat : 18137 (priss) R 18132 18132 17192 0 -1 4202560 32107 0 0 0 260 12 0 0 21 0 5 0 497340491 547336192 81932 33554432000 4194304 5787044 140736132926064 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18133/tid=18138] ppid=18132 vsize=534508 CPUtime=2.66 cores=1,3,5,7
/proc/18133/task/18138/stat : 18138 (priss) R 18132 18132 17192 0 -1 4202560 32394 0 0 0 259 7 0 0 21 0 5 0 497340495 547336192 81611 33554432000 4194304 5787044 140736132926064 18446744073709551615 18446744073699065939 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.29
Current children cumulated vsize (KiB) 543208

[startup+6.30106 s]
/proc/loadavg: 8.12 8.09 8.04 9/188 18138
/proc/meminfo: memFree=22887080/32951124 swapFree=67111524/67111528
[pid=18132] ppid=18130 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18132/stat : 18132 (priss.sh) S 18130 18132 17192 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 497340459 8908800 251 33554432000 4194304 4922060 140734920805136 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18132/statm: 2175 251 211 178 0 68 0
[pid=18133] ppid=18132 vsize=536220 CPUtime=24.05 cores=1,3,5,7
/proc/18133/stat : 18133 (priss) S 18132 18132 17192 0 -1 4202496 175359 0 0 0 2349 56 0 0 19 0 5 0 497340459 549089280 91613 33554432000 4194304 5787044 140736132926064 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/18133/statm: 134055 91613 352 389 0 129805 0
[pid=18133/tid=18135] ppid=18132 vsize=536220 CPUtime=5.97 cores=1,3,5,7
/proc/18133/task/18135/stat : 18135 (priss) R 18132 18132 17192 0 -1 4202560 36024 0 0 0 584 13 0 0 25 0 5 0 497340482 549089280 91613 33554432000 4194304 5787044 140736132926064 18446744073709551615 4276264 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18133/tid=18136] ppid=18132 vsize=536220 CPUtime=5.93 cores=1,3,5,7
/proc/18133/task/18136/stat : 18136 (priss) R 18132 18132 17192 0 -1 4202560 36381 0 0 0 580 13 0 0 25 0 5 0 497340486 549089280 91613 33554432000 4194304 5787044 140736132926064 18446744073709551615 4276375 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18133/tid=18137] ppid=18132 vsize=536220 CPUtime=5.92 cores=1,3,5,7
/proc/18133/task/18137/stat : 18137 (priss) R 18132 18132 17192 0 -1 4202560 34167 0 0 0 577 15 0 0 25 0 5 0 497340491 549089280 91613 33554432000 4194304 5787044 140736132926064 18446744073709551615 4276264 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18133/tid=18138] ppid=18132 vsize=536220 CPUtime=5.84 cores=1,3,5,7
/proc/18133/task/18138/stat : 18138 (priss) R 18132 18132 17192 0 -1 4202560 36516 0 0 0 575 9 0 0 25 0 5 0 497340495 549089280 91613 33554432000 4194304 5787044 140736132926064 18446744073709551615 4276259 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.05
Current children cumulated vsize (KiB) 544920

[startup+12.7009 s]
/proc/loadavg: 8.10 8.08 8.04 9/188 18139
/proc/meminfo: memFree=22744864/32951124 swapFree=67111524/67111528
[pid=18132] ppid=18130 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18132/stat : 18132 (priss.sh) S 18130 18132 17192 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 497340459 8908800 251 33554432000 4194304 4922060 140734920805136 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18132/statm: 2175 251 211 178 0 68 0
[pid=18133] ppid=18132 vsize=704932 CPUtime=49.6 cores=1,3,5,7
/proc/18133/stat : 18133 (priss) S 18132 18132 17192 0 -1 4202496 259466 0 0 0 4879 81 0 0 19 0 5 0 497340459 721850368 127809 33554432000 4194304 5787044 140736132926064 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/18133/statm: 176233 127809 417 389 0 171983 0
[pid=18133/tid=18135] ppid=18132 vsize=704932 CPUtime=12.36 cores=1,3,5,7
/proc/18133/task/18135/stat : 18135 (priss) R 18132 18132 17192 0 -1 4202560 55021 0 0 0 1216 20 0 0 25 0 5 0 497340482 721850368 127809 33554432000 4194304 5787044 140736132926064 18446744073709551615 4221032 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18133/tid=18136] ppid=18132 vsize=704932 CPUtime=12.33 cores=1,3,5,7
/proc/18133/task/18136/stat : 18136 (priss) R 18132 18132 17192 0 -1 4202560 58654 0 0 0 1216 17 0 0 25 0 5 0 497340486 721850368 127809 33554432000 4194304 5787044 140736132926064 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18133/tid=18137] ppid=18132 vsize=704932 CPUtime=12.32 cores=1,3,5,7
/proc/18133/task/18137/stat : 18137 (priss) R 18132 18132 17192 0 -1 4202560 56148 0 0 0 1208 24 0 0 25 0 5 0 497340491 721850368 127809 33554432000 4194304 5787044 140736132926064 18446744073709551615 4221008 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18133/tid=18138] ppid=18132 vsize=704932 CPUtime=12.2 cores=1,3,5,7
/proc/18133/task/18138/stat : 18138 (priss) R 18132 18132 17192 0 -1 4202560 57372 0 0 0 1206 14 0 0 25 0 5 0 497340495 721850368 127809 33554432000 4194304 5787044 140736132926064 18446744073709551615 4330553 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 49.6
Current children cumulated vsize (KiB) 713632

[startup+25.5006 s]
/proc/loadavg: 8.08 8.08 8.04 9/188 18139
/proc/meminfo: memFree=22732096/32951124 swapFree=67111524/67111528
[pid=18132] ppid=18130 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18132/stat : 18132 (priss.sh) S 18130 18132 17192 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 497340459 8908800 251 33554432000 4194304 4922060 140734920805136 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18132/statm: 2175 251 211 178 0 68 0
[pid=18133] ppid=18132 vsize=743344 CPUtime=100.72 cores=1,3,5,7
/proc/18133/stat : 18133 (priss) S 18132 18132 17192 0 -1 4202496 277159 0 0 0 9988 84 0 0 19 0 5 0 497340459 761184256 130663 33554432000 4194304 5787044 140736132926064 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/18133/statm: 185836 130663 418 389 0 181586 0
[pid=18133/tid=18135] ppid=18132 vsize=743344 CPUtime=25.16 cores=1,3,5,7
/proc/18133/task/18135/stat : 18135 (priss) R 18132 18132 17192 0 -1 4202560 57151 0 0 0 2496 20 0 0 25 0 5 0 497340482 761184256 130663 33554432000 4194304 5787044 140736132926064 18446744073709551615 4220463 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18133/tid=18136] ppid=18132 vsize=743344 CPUtime=25.13 cores=1,3,5,7
/proc/18133/task/18136/stat : 18136 (priss) R 18132 18132 17192 0 -1 4202560 61319 0 0 0 2495 18 0 0 25 0 5 0 497340486 761184256 130663 33554432000 4194304 5787044 140736132926064 18446744073709551615 4220881 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18133/tid=18137] ppid=18132 vsize=743344 CPUtime=25.12 cores=1,3,5,7
/proc/18133/task/18137/stat : 18137 (priss) R 18132 18132 17192 0 -1 4202560 56560 0 0 0 2488 24 0 0 25 0 5 0 497340491 761184256 130663 33554432000 4194304 5787044 140736132926064 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18133/tid=18138] ppid=18132 vsize=743344 CPUtime=24.92 cores=1,3,5,7
/proc/18133/task/18138/stat : 18138 (priss) R 18132 18132 17192 0 -1 4202560 69858 0 0 0 2476 16 0 0 25 0 5 0 497340495 761184256 130663 33554432000 4194304 5787044 140736132926064 18446744073709551615 4220225 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 100.72
Current children cumulated vsize (KiB) 752044

[startup+51.1011 s]
/proc/loadavg: 8.12 8.09 8.04 9/188 18140
/proc/meminfo: memFree=22671556/32951124 swapFree=67111524/67111528
[pid=18132] ppid=18130 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18132/stat : 18132 (priss.sh) S 18130 18132 17192 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 497340459 8908800 251 33554432000 4194304 4922060 140734920805136 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18132/statm: 2175 251 211 178 0 68 0
[pid=18133] ppid=18132 vsize=843976 CPUtime=202.98 cores=1,3,5,7
/proc/18133/stat : 18133 (priss) S 18132 18132 17192 0 -1 4202496 318463 0 0 0 20207 91 0 0 19 0 5 0 497340459 864231424 145200 33554432000 4194304 5787044 140736132926064 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/18133/statm: 210994 145200 418 389 0 206744 0
[pid=18133/tid=18135] ppid=18132 vsize=843976 CPUtime=50.75 cores=1,3,5,7
/proc/18133/task/18135/stat : 18135 (priss) R 18132 18132 17192 0 -1 4202560 58824 0 0 0 5055 20 0 0 25 0 5 0 497340482 864231424 145200 33554432000 4194304 5787044 140736132926064 18446744073709551615 4220870 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18133/tid=18136] ppid=18132 vsize=843976 CPUtime=50.73 cores=1,3,5,7
/proc/18133/task/18136/stat : 18136 (priss) R 18132 18132 17192 0 -1 4202560 63052 0 0 0 5055 18 0 0 25 0 5 0 497340486 864231424 145200 33554432000 4194304 5787044 140736132926064 18446744073709551615 4220686 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18133/tid=18137] ppid=18132 vsize=843976 CPUtime=50.72 cores=1,3,5,7
/proc/18133/task/18137/stat : 18137 (priss) R 18132 18132 17192 0 -1 4202560 67144 0 0 0 5046 26 0 0 25 0 5 0 497340491 864231424 145200 33554432000 4194304 5787044 140736132926064 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18133/tid=18138] ppid=18132 vsize=843976 CPUtime=50.39 cores=1,3,5,7
/proc/18133/task/18138/stat : 18138 (priss) R 18132 18132 17192 0 -1 4202560 97172 0 0 0 5019 20 0 0 25 0 5 0 497340495 864231424 145200 33554432000 4194304 5787044 140736132926064 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 202.98
Current children cumulated vsize (KiB) 852676

[startup+102.307 s]
/proc/loadavg: 8.19 8.12 8.05 9/188 18141
/proc/meminfo: memFree=22568104/32951124 swapFree=67111524/67111528
[pid=18132] ppid=18130 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18132/stat : 18132 (priss.sh) S 18130 18132 17192 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 497340459 8908800 251 33554432000 4194304 4922060 140734920805136 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18132/statm: 2175 251 211 178 0 68 0
[pid=18133] ppid=18132 vsize=930160 CPUtime=407.52 cores=1,3,5,7
/proc/18133/stat : 18133 (priss) S 18132 18132 17192 0 -1 4202496 362184 0 0 0 40647 105 0 0 19 0 5 0 497340459 952483840 165383 33554432000 4194304 5787044 140736132926064 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/18133/statm: 232540 165383 418 389 0 228290 0
[pid=18133/tid=18135] ppid=18132 vsize=930160 CPUtime=101.96 cores=1,3,5,7
/proc/18133/task/18135/stat : 18135 (priss) R 18132 18132 17192 0 -1 4202560 65917 0 0 0 10171 25 0 0 25 0 5 0 497340482 952483840 165383 33554432000 4194304 5787044 140736132926064 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18133/tid=18136] ppid=18132 vsize=930160 CPUtime=101.94 cores=1,3,5,7
/proc/18133/task/18136/stat : 18136 (priss) R 18132 18132 17192 0 -1 4202560 67469 0 0 0 10174 20 0 0 25 0 5 0 497340486 952483840 165383 33554432000 4194304 5787044 140736132926064 18446744073709551615 4220811 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18133/tid=18137] ppid=18132 vsize=930160 CPUtime=101.92 cores=1,3,5,7
/proc/18133/task/18137/stat : 18137 (priss) R 18132 18132 17192 0 -1 4202560 73732 0 0 0 10163 29 0 0 25 0 5 0 497340491 952483840 165383 33554432000 4194304 5787044 140736132926064 18446744073709551615 4220688 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18133/tid=18138] ppid=18132 vsize=930160 CPUtime=101.32 cores=1,3,5,7

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

/proc/18133/task/18136/stat : 18136 (priss) R 18132 18132 17192 0 -1 4202560 134143 0 0 0 82138 48 0 0 25 0 5 0 497340486 2402168832 529897 33554432000 4194304 5787044 140736132926064 18446744073709551615 4220648 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=18133/tid=18137] ppid=18132 vsize=2345868 CPUtime=821.88 cores=1,3,5,7
/proc/18133/task/18137/stat : 18137 (priss) R 18132 18132 17192 0 -1 4202560 134270 0 0 0 82129 59 0 0 25 0 5 0 497340491 2402168832 529897 33554432000 4194304 5787044 140736132926064 18446744073709551615 4220699 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18133/tid=18138] ppid=18132 vsize=2345868 CPUtime=818.56 cores=1,3,5,7
/proc/18133/task/18138/stat : 18138 (priss) R 18132 18132 17192 0 -1 4202560 303507 0 0 0 81760 96 0 0 25 0 5 0 497340495 2402168832 529897 33554432000 4194304 5787044 140736132926064 18446744073709551615 4336254 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3283.4
Current children cumulated vsize (KiB) 2354568

[startup+882.301 s]
/proc/loadavg: 7.96 8.00 8.02 9/188 18204
/proc/meminfo: memFree=21289124/32951124 swapFree=67111524/67111528
[pid=18132] ppid=18130 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18132/stat : 18132 (priss.sh) S 18130 18132 17192 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 497340459 8908800 251 33554432000 4194304 4922060 140734920805136 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18132/statm: 2175 251 211 178 0 68 0
[pid=18133] ppid=18132 vsize=2575420 CPUtime=3523.07 cores=1,3,5,7
/proc/18133/stat : 18133 (priss) S 18132 18132 17192 0 -1 4202496 807105 0 0 0 352020 287 0 0 19 0 5 0 497340459 2637230080 574227 33554432000 4194304 5787044 140736132926064 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/18133/statm: 643855 574227 418 389 0 639605 0
[pid=18133/tid=18135] ppid=18132 vsize=2575420 CPUtime=880.71 cores=1,3,5,7
/proc/18133/task/18135/stat : 18135 (priss) R 18132 18132 17192 0 -1 4202560 177230 0 0 0 88005 66 0 0 25 0 5 0 497340482 2637230080 574227 33554432000 4194304 5787044 140736132926064 18446744073709551615 4220674 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18133/tid=18136] ppid=18132 vsize=2575420 CPUtime=881.54 cores=1,3,5,7
/proc/18133/task/18136/stat : 18136 (priss) R 18132 18132 17192 0 -1 4202560 147407 0 0 0 88100 54 0 0 25 0 5 0 497340486 2637230080 574227 33554432000 4194304 5787044 140736132926064 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=18133/tid=18137] ppid=18132 vsize=2575420 CPUtime=881.88 cores=1,3,5,7
/proc/18133/task/18137/stat : 18137 (priss) R 18132 18132 17192 0 -1 4202560 146475 0 0 0 88123 65 0 0 25 0 5 0 497340491 2637230080 574227 33554432000 4194304 5787044 140736132926064 18446744073709551615 5591760 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18133/tid=18138] ppid=18132 vsize=2575420 CPUtime=878.56 cores=1,3,5,7
/proc/18133/task/18138/stat : 18138 (priss) R 18132 18132 17192 0 -1 4202560 303722 0 0 0 87760 96 0 0 25 0 5 0 497340495 2637230080 574227 33554432000 4194304 5787044 140736132926064 18446744073709551615 4336688 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3523.07
Current children cumulated vsize (KiB) 2584120

[startup+942.301 s]
/proc/loadavg: 7.98 8.00 8.02 10/188 18205
/proc/meminfo: memFree=21037376/32951124 swapFree=67111524/67111528
[pid=18132] ppid=18130 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18132/stat : 18132 (priss.sh) S 18130 18132 17192 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 497340459 8908800 251 33554432000 4194304 4922060 140734920805136 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18132/statm: 2175 251 211 178 0 68 0
[pid=18133] ppid=18132 vsize=2679396 CPUtime=3762.73 cores=1,3,5,7
/proc/18133/stat : 18133 (priss) S 18132 18132 17192 0 -1 4202496 843684 0 0 0 375971 302 0 0 19 0 5 0 497340459 2743701504 610806 33554432000 4194304 5787044 140736132926064 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/18133/statm: 669849 610806 418 389 0 665599 0
[pid=18133/tid=18135] ppid=18132 vsize=2679396 CPUtime=940.72 cores=1,3,5,7
/proc/18133/task/18135/stat : 18135 (priss) R 18132 18132 17192 0 -1 4202560 193491 0 0 0 93999 73 0 0 25 0 5 0 497340482 2743701504 610806 33554432000 4194304 5787044 140736132926064 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18133/tid=18136] ppid=18132 vsize=2679396 CPUtime=941.19 cores=1,3,5,7
/proc/18133/task/18136/stat : 18136 (priss) R 18132 18132 17192 0 -1 4202560 158562 0 0 0 94061 58 0 0 25 0 5 0 497340486 2743701504 610806 33554432000 4194304 5787044 140736132926064 18446744073709551615 4254941 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=18133/tid=18137] ppid=18132 vsize=2679396 CPUtime=941.88 cores=1,3,5,7
/proc/18133/task/18137/stat : 18137 (priss) R 18132 18132 17192 0 -1 4202560 155283 0 0 0 94119 69 0 0 25 0 5 0 497340491 2743701504 610806 33554432000 4194304 5787044 140736132926064 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18133/tid=18138] ppid=18132 vsize=2679396 CPUtime=938.55 cores=1,3,5,7
/proc/18133/task/18138/stat : 18138 (priss) R 18132 18132 17192 0 -1 4202560 304077 0 0 0 93759 96 0 0 25 0 5 0 497340495 2743701504 610806 33554432000 4194304 5787044 140736132926064 18446744073709551615 4336977 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3762.73
Current children cumulated vsize (KiB) 2688096

[startup+1002.3 s]
/proc/loadavg: 7.94 7.98 8.01 9/188 18207
/proc/meminfo: memFree=20904788/32951124 swapFree=67111524/67111528
[pid=18132] ppid=18130 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18132/stat : 18132 (priss.sh) S 18130 18132 17192 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 497340459 8908800 251 33554432000 4194304 4922060 140734920805136 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18132/statm: 2175 251 211 178 0 68 0
[pid=18133] ppid=18132 vsize=2680420 CPUtime=4002.4 cores=1,3,5,7
/proc/18133/stat : 18133 (priss) S 18132 18132 17192 0 -1 4202496 843851 0 0 0 399938 302 0 0 19 0 5 0 497340459 2744750080 610973 33554432000 4194304 5787044 140736132926064 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/18133/statm: 670105 610973 418 389 0 665855 0
[pid=18133/tid=18135] ppid=18132 vsize=2680420 CPUtime=1000.72 cores=1,3,5,7
/proc/18133/task/18135/stat : 18135 (priss) R 18132 18132 17192 0 -1 4202560 193636 0 0 0 99999 73 0 0 25 0 5 0 497340482 2744750080 610973 33554432000 4194304 5787044 140736132926064 18446744073709551615 4220870 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18133/tid=18136] ppid=18132 vsize=2680420 CPUtime=1000.86 cores=1,3,5,7
/proc/18133/task/18136/stat : 18136 (priss) R 18132 18132 17192 0 -1 4202560 158562 0 0 0 100028 58 0 0 25 0 5 0 497340486 2744750080 610973 33554432000 4194304 5787044 140736132926064 18446744073709551615 4228026 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=18133/tid=18137] ppid=18132 vsize=2680420 CPUtime=1001.88 cores=1,3,5,7
/proc/18133/task/18137/stat : 18137 (priss) R 18132 18132 17192 0 -1 4202560 155305 0 0 0 100119 69 0 0 25 0 5 0 497340491 2744750080 610973 33554432000 4194304 5787044 140736132926064 18446744073709551615 4220811 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18133/tid=18138] ppid=18132 vsize=2680420 CPUtime=998.55 cores=1,3,5,7
/proc/18133/task/18138/stat : 18138 (priss) R 18132 18132 17192 0 -1 4202560 304077 0 0 0 99759 96 0 0 25 0 5 0 497340495 2744750080 610973 33554432000 4194304 5787044 140736132926064 18446744073709551615 4336312 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4002.4
Current children cumulated vsize (KiB) 2689120

[startup+1062.3 s]
/proc/loadavg: 8.09 8.02 8.01 9/188 18209
/proc/meminfo: memFree=20754840/32951124 swapFree=67111524/67111528
[pid=18132] ppid=18130 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18132/stat : 18132 (priss.sh) S 18130 18132 17192 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 497340459 8908800 251 33554432000 4194304 4922060 140734920805136 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18132/statm: 2175 251 211 178 0 68 0
[pid=18133] ppid=18132 vsize=2785520 CPUtime=4242.06 cores=1,3,5,7
/proc/18133/stat : 18133 (priss) S 18132 18132 17192 0 -1 4202496 863811 0 0 0 423896 310 0 0 19 0 5 0 497340459 2852372480 630900 33554432000 4194304 5787044 140736132926064 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/18133/statm: 696380 630900 418 389 0 692130 0
[pid=18133/tid=18135] ppid=18132 vsize=2785520 CPUtime=1060.69 cores=1,3,5,7
/proc/18133/task/18135/stat : 18135 (priss) R 18132 18132 17192 0 -1 4202560 199243 0 0 0 105995 74 0 0 25 0 5 0 497340482 2852372480 630900 33554432000 4194304 5787044 140736132926064 18446744073709551615 4220208 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18133/tid=18136] ppid=18132 vsize=2785520 CPUtime=1060.54 cores=1,3,5,7
/proc/18133/task/18136/stat : 18136 (priss) R 18132 18132 17192 0 -1 4202560 167731 0 0 0 105992 62 0 0 25 0 5 0 497340486 2852372480 630900 33554432000 4194304 5787044 140736132926064 18446744073709551615 4220881 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=18133/tid=18137] ppid=18132 vsize=2785520 CPUtime=1061.88 cores=1,3,5,7
/proc/18133/task/18137/stat : 18137 (priss) R 18132 18132 17192 0 -1 4202560 160487 0 0 0 106117 71 0 0 25 0 5 0 497340491 2852372480 630900 33554432000 4194304 5787044 140736132926064 18446744073709551615 4227985 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18133/tid=18138] ppid=18132 vsize=2785520 CPUtime=1058.55 cores=1,3,5,7
/proc/18133/task/18138/stat : 18138 (priss) R 18132 18132 17192 0 -1 4202560 304079 0 0 0 105759 96 0 0 25 0 5 0 497340495 2852372480 630900 33554432000 4194304 5787044 140736132926064 18446744073709551615 4336957 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4242.06
Current children cumulated vsize (KiB) 2794220

[startup+1122.3 s]
/proc/loadavg: 8.10 8.03 8.01 10/188 18210
/proc/meminfo: memFree=20650388/32951124 swapFree=67111524/67111528
[pid=18132] ppid=18130 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18132/stat : 18132 (priss.sh) S 18130 18132 17192 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 497340459 8908800 251 33554432000 4194304 4922060 140734920805136 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18132/statm: 2175 251 211 178 0 68 0
[pid=18133] ppid=18132 vsize=2785520 CPUtime=4481.68 cores=1,3,5,7
/proc/18133/stat : 18133 (priss) S 18132 18132 17192 0 -1 4202496 863814 0 0 0 447858 310 0 0 19 0 5 0 497340459 2852372480 630903 33554432000 4194304 5787044 140736132926064 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/18133/statm: 696380 630903 418 389 0 692130 0
[pid=18133/tid=18135] ppid=18132 vsize=2785520 CPUtime=1120.69 cores=1,3,5,7
/proc/18133/task/18135/stat : 18135 (priss) R 18132 18132 17192 0 -1 4202560 199243 0 0 0 111995 74 0 0 25 0 5 0 497340482 2852372480 630903 33554432000 4194304 5787044 140736132926064 18446744073709551615 4219934 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18133/tid=18136] ppid=18132 vsize=2785520 CPUtime=1120.21 cores=1,3,5,7
/proc/18133/task/18136/stat : 18136 (priss) R 18132 18132 17192 0 -1 4202560 167731 0 0 0 111959 62 0 0 25 0 5 0 497340486 2852372480 630903 33554432000 4194304 5787044 140736132926064 18446744073709551615 4220881 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=18133/tid=18137] ppid=18132 vsize=2785520 CPUtime=1121.83 cores=1,3,5,7
/proc/18133/task/18137/stat : 18137 (priss) R 18132 18132 17192 0 -1 4202560 160490 0 0 0 112112 71 0 0 25 0 5 0 497340491 2852372480 630903 33554432000 4194304 5787044 140736132926064 18446744073709551615 4227985 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18133/tid=18138] ppid=18132 vsize=2785520 CPUtime=1118.55 cores=1,3,5,7
/proc/18133/task/18138/stat : 18138 (priss) R 18132 18132 17192 0 -1 4202560 304079 0 0 0 111759 96 0 0 25 0 5 0 497340495 2852372480 630903 33554432000 4194304 5787044 140736132926064 18446744073709551615 4337006 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4481.68
Current children cumulated vsize (KiB) 2794220

[startup+1182.3 s]
/proc/loadavg: 8.14 8.05 8.02 9/188 18212
/proc/meminfo: memFree=20584272/32951124 swapFree=67111524/67111528
[pid=18132] ppid=18130 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18132/stat : 18132 (priss.sh) S 18130 18132 17192 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 497340459 8908800 251 33554432000 4194304 4922060 140734920805136 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18132/statm: 2175 251 211 178 0 68 0
[pid=18133] ppid=18132 vsize=2785520 CPUtime=4721.36 cores=1,3,5,7
/proc/18133/stat : 18133 (priss) S 18132 18132 17192 0 -1 4202496 863815 0 0 0 471826 310 0 0 19 0 5 0 497340459 2852372480 630904 33554432000 4194304 5787044 140736132926064 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/18133/statm: 696380 630904 418 389 0 692130 0
[pid=18133/tid=18135] ppid=18132 vsize=2785520 CPUtime=1180.69 cores=1,3,5,7
/proc/18133/task/18135/stat : 18135 (priss) R 18132 18132 17192 0 -1 4202560 199243 0 0 0 117995 74 0 0 25 0 5 0 497340482 2852372480 630904 33554432000 4194304 5787044 140736132926064 18446744073709551615 4220738 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18133/tid=18136] ppid=18132 vsize=2785520 CPUtime=1179.89 cores=1,3,5,7
/proc/18133/task/18136/stat : 18136 (priss) R 18132 18132 17192 0 -1 4202560 167732 0 0 0 117927 62 0 0 25 0 5 0 497340486 2852372480 630904 33554432000 4194304 5787044 140736132926064 18446744073709551615 4220295 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=18133/tid=18137] ppid=18132 vsize=2785520 CPUtime=1181.84 cores=1,3,5,7
/proc/18133/task/18137/stat : 18137 (priss) R 18132 18132 17192 0 -1 4202560 160490 0 0 0 118113 71 0 0 25 0 5 0 497340491 2852372480 630904 33554432000 4194304 5787044 140736132926064 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18133/tid=18138] ppid=18132 vsize=2785520 CPUtime=1178.56 cores=1,3,5,7
/proc/18133/task/18138/stat : 18138 (priss) R 18132 18132 17192 0 -1 4202560 304079 0 0 0 117759 97 0 0 25 0 5 0 497340495 2852372480 630904 33554432000 4194304 5787044 140736132926064 18446744073709551615 4337014 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4721.36
Current children cumulated vsize (KiB) 2794220



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202 s]
/proc/loadavg: 8.16 8.06 8.02 9/188 18212
/proc/meminfo: memFree=20559592/32951124 swapFree=67111524/67111528
[pid=18132] ppid=18130 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18132/stat : 18132 (priss.sh) S 18130 18132 17192 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 497340459 8908800 251 33554432000 4194304 4922060 140734920805136 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18132/statm: 2175 251 211 178 0 68 0
[pid=18133] ppid=18132 vsize=2785520 CPUtime=4800.07 cores=1,3,5,7
/proc/18133/stat : 18133 (priss) S 18132 18132 17192 0 -1 4202496 863821 0 0 0 479697 310 0 0 19 0 5 0 497340459 2852372480 630910 33554432000 4194304 5787044 140736132926064 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/18133/statm: 696380 630910 418 389 0 692130 0
[pid=18133/tid=18135] ppid=18132 vsize=2785520 CPUtime=1200.39 cores=1,3,5,7
/proc/18133/task/18135/stat : 18135 (priss) R 18132 18132 17192 0 -1 4202560 199244 0 0 0 119965 74 0 0 25 0 5 0 497340482 2852372480 630910 33554432000 4194304 5787044 140736132926064 18446744073709551615 4229321 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=18133/tid=18136] ppid=18132 vsize=2785520 CPUtime=1199.48 cores=1,3,5,7
/proc/18133/task/18136/stat : 18136 (priss) R 18132 18132 17192 0 -1 4202560 167737 0 0 0 119886 62 0 0 25 0 5 0 497340486 2852372480 630910 33554432000 4194304 5787044 140736132926064 18446744073709551615 4220372 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=18133/tid=18137] ppid=18132 vsize=2785520 CPUtime=1201.55 cores=1,3,5,7
/proc/18133/task/18137/stat : 18137 (priss) R 18132 18132 17192 0 -1 4202560 160490 0 0 0 120083 72 0 0 25 0 5 0 497340491 2852372480 630910 33554432000 4194304 5787044 140736132926064 18446744073709551615 4254537 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=18133/tid=18138] ppid=18132 vsize=2785520 CPUtime=1198.27 cores=1,3,5,7
/proc/18133/task/18138/stat : 18138 (priss) R 18132 18132 17192 0 -1 4202560 304079 0 0 0 119730 97 0 0 25 0 5 0 497340495 2852372480 630910 33554432000 4194304 5787044 140736132926064 18446744073709551615 4337014 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.07
Current children cumulated vsize (KiB) 2794220

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 18132 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=0
# CPU time returned by wait4() is 0
# while last known CPU time is 4800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1202.02
CPU time (s): 4800.07
CPU user time (s): 4796.97
CPU system time (s): 3.1
CPU usage (%): 399.334
Max. virtual memory (cumulated for all children) (KiB): 2794220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
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= 6
involuntary context switches= 3

runsolver used 1.78273 second user time and 4.78127 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-29 05:54:02
IDJOB=3285157
IDBENCH=82372
IDSOLVER=1603
FILE ID=node146/3285157-1304049242
RUNJOBID= node146-1304042862-17211
PBS_JOBID= 13170387
Free space on /tmp= 72964 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.035-NOTKNOWN.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285157-1304049242/watcher-3285157-1304049242 -o /tmp/evaluation-result-3285157-1304049242/solver-3285157-1304049242 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3285157-1304049242.cnf 62866174 4800 15500 4

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

MD5SUM BENCH= c4319228342e10028de028a9b67c3404
RANDOM SEED=62866174

node146.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23254488 kB
Buffers:       1665000 kB
Cached:        6230108 kB
SwapCached:          4 kB
Active:        2583512 kB
Inactive:      6583348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23254488 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           13228 kB
Writeback:           0 kB
AnonPages:     1272016 kB
Mapped:          15620 kB
Slab:           463336 kB
PageTables:       6912 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1551880 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72968 MiB
End job on node146 at 2011-04-29 06:14:06