Trace number 3259788

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.39 1202.82

General information on the benchmark

NameCRAFTED/parity-games/
instance_n9_i9_pp.cnf
MD5SUM3e04f934e4f74a8e89587f6c1327f77e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark269.553
Satisfiable
(Un)Satisfiability was proved
Number of variables33867
Number of clauses454832
Sum of the clauses size1512036
Maximum clause length72
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 270326
Number of clauses of size 3228663
Number of clauses of size 4122769
Number of clauses of size 525920
Number of clauses of size over 57154

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: 20552
0.00/0.15	c parsetime: 144889us
0.00/0.15	c parsed 454832 clauses with 33867 variables
0.00/0.18	c NW started thread 0 successfully (1091549504)
0.00/0.22	c NW started thread 1 successfully (1106790720)
0.00/0.26	c NW started thread 2 successfully (1117280576)
0.00/0.31	c NW started thread 3 successfully (1127770432)
16.42/4.30	c preprocessor returned 35867 variables
16.42/4.30	c preprocessing returned UNKNOWN
16.42/4.30	c PP set 603 variables
16.42/4.30	c pp time: 3985481us (3s)
17.25/4.52	c preprocessor returned 34167 variables
17.25/4.52	c preprocessing returned UNKNOWN
17.25/4.52	c PP set 603 variables
17.25/4.52	c pp time: 4331167us (4s)
17.25/4.55	c preprocessor returned 34167 variables
17.25/4.55	c preprocessing returned UNKNOWN
17.25/4.55	c PP set 603 variables
17.25/4.55	c pp time: 4328547us (4s)
17.25/4.59	c HTE
17.64/4.65	c preprocessor returned 34167 variables
17.64/4.65	c preprocessing returned UNKNOWN
17.64/4.65	c PP set 603 variables
17.64/4.65	c pp time: 4372327us (4s)
18.02/4.75	c subsumption
20.42/5.37	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.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-3259788-1304048676/watcher-3259788-1304048676 -o /tmp/evaluation-result-3259788-1304048676/solver-3259788-1304048676 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3259788-1304048676.cnf 833428131 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: 7.95 7.99 8.04 5/180 20551
/proc/meminfo: memFree=24683352/32951132 swapFree=67111524/67111528
[pid=20551] ppid=20549 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20551/stat : 20551 (priss.sh) S 20549 20551 18837 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 516467312 8908800 252 33554432000 4194304 4922060 140734931545648 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20551/statm: 2175 252 211 178 0 68 0

[startup+0.0719559 s]
/proc/loadavg: 7.95 7.99 8.04 5/180 20551
/proc/meminfo: memFree=24683352/32951132 swapFree=67111524/67111528
[pid=20551] ppid=20549 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20551/stat : 20551 (priss.sh) S 20549 20551 18837 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 516467312 8908800 252 33554432000 4194304 4922060 140734931545648 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20551/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100937 s]
/proc/loadavg: 7.95 7.99 8.04 5/180 20551
/proc/meminfo: memFree=24683352/32951132 swapFree=67111524/67111528
[pid=20551] ppid=20549 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20551/stat : 20551 (priss.sh) S 20549 20551 18837 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 516467312 8908800 252 33554432000 4194304 4922060 140734931545648 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20551/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301147 s]
/proc/loadavg: 7.95 7.99 8.04 5/180 20551
/proc/meminfo: memFree=24683352/32951132 swapFree=67111524/67111528
[pid=20551] ppid=20549 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20551/stat : 20551 (priss.sh) S 20549 20551 18837 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 516467312 8908800 252 33554432000 4194304 4922060 140734931545648 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20551/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.703306 s]
/proc/loadavg: 7.95 7.99 8.04 5/180 20551
/proc/meminfo: memFree=24683352/32951132 swapFree=67111524/67111528
[pid=20551] ppid=20549 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20551/stat : 20551 (priss.sh) S 20549 20551 18837 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 516467312 8908800 252 33554432000 4194304 4922060 140734931545648 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20551/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50066 s]
/proc/loadavg: 8.04 8.00 8.04 9/186 20557
/proc/meminfo: memFree=24497428/32951132 swapFree=67111524/67111528
[pid=20551] ppid=20549 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20551/stat : 20551 (priss.sh) S 20549 20551 18837 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 516467312 8908800 252 33554432000 4194304 4922060 140734931545648 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20551/statm: 2175 252 211 178 0 68 0
[pid=20552] ppid=20551 vsize=473528 CPUtime=5.24 cores=1,3,5,7
/proc/20552/stat : 20552 (priss) S 20551 20551 18837 0 -1 4202496 54728 0 0 0 513 11 0 0 18 0 5 0 516467312 484892672 49264 33554432000 4194304 5787044 140736859866176 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20552/statm: 118382 49264 351 389 0 114132 0
[pid=20552/tid=20554] ppid=20551 vsize=473528 CPUtime=1.29 cores=1,3,5,7
/proc/20552/task/20554/stat : 20554 (priss) R 20551 20551 18837 0 -1 4202560 7954 0 0 0 128 1 0 0 18 0 5 0 516467330 484892672 49264 33554432000 4194304 5787044 140736859866176 18446744073709551615 18446744073699065939 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20552/tid=20555] ppid=20551 vsize=473528 CPUtime=1.25 cores=1,3,5,7
/proc/20552/task/20555/stat : 20555 (priss) R 20551 20551 18837 0 -1 4202560 8155 0 0 0 123 2 0 0 18 0 5 0 516467334 484892672 49264 33554432000 4194304 5787044 140736859866176 18446744073709551615 4340006 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20552/tid=20556] ppid=20551 vsize=473528 CPUtime=1.21 cores=1,3,5,7
/proc/20552/task/20556/stat : 20556 (priss) R 20551 20551 18837 0 -1 4202560 8935 0 0 0 119 2 0 0 18 0 5 0 516467338 484892672 49264 33554432000 4194304 5787044 140736859866176 18446744073709551615 18446744073699065918 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20552/tid=20557] ppid=20551 vsize=473528 CPUtime=1.17 cores=1,3,5,7
/proc/20552/task/20557/stat : 20557 (priss) R 20551 20551 18837 0 -1 4202560 7142 0 0 0 115 2 0 0 18 0 5 0 516467344 484892672 49264 33554432000 4194304 5787044 140736859866176 18446744073709551615 4340680 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.24
Current children cumulated vsize (KiB) 482228

[startup+3.10039 s]
/proc/loadavg: 8.04 8.00 8.04 10/186 20557
/proc/meminfo: memFree=24485276/32951132 swapFree=67111524/67111528
[pid=20551] ppid=20549 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20551/stat : 20551 (priss.sh) S 20549 20551 18837 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 516467312 8908800 252 33554432000 4194304 4922060 140734931545648 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20551/statm: 2175 252 211 178 0 68 0
[pid=20552] ppid=20551 vsize=473528 CPUtime=11.63 cores=1,3,5,7
/proc/20552/stat : 20552 (priss) S 20551 20551 18837 0 -1 4202496 61307 0 0 0 1150 13 0 0 18 0 5 0 516467312 484892672 55843 33554432000 4194304 5787044 140736859866176 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20552/statm: 118382 55843 352 389 0 114132 0
[pid=20552/tid=20554] ppid=20551 vsize=473528 CPUtime=2.89 cores=1,3,5,7
/proc/20552/task/20554/stat : 20554 (priss) R 20551 20551 18837 0 -1 4202560 9857 0 0 0 288 1 0 0 20 0 5 0 516467330 484892672 55843 33554432000 4194304 5787044 140736859866176 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20552/tid=20555] ppid=20551 vsize=473528 CPUtime=2.84 cores=1,3,5,7
/proc/20552/task/20555/stat : 20555 (priss) R 20551 20551 18837 0 -1 4202560 9167 0 0 0 282 2 0 0 20 0 5 0 516467334 484892672 55843 33554432000 4194304 5787044 140736859866176 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20552/tid=20556] ppid=20551 vsize=473528 CPUtime=2.79 cores=1,3,5,7
/proc/20552/task/20556/stat : 20556 (priss) R 20551 20551 18837 0 -1 4202560 10942 0 0 0 277 2 0 0 20 0 5 0 516467338 484892672 55843 33554432000 4194304 5787044 140736859866176 18446744073709551615 4278456 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20552/tid=20557] ppid=20551 vsize=473528 CPUtime=2.76 cores=1,3,5,7
/proc/20552/task/20557/stat : 20557 (priss) R 20551 20551 18837 0 -1 4202560 8799 0 0 0 274 2 0 0 20 0 5 0 516467344 484892672 55843 33554432000 4194304 5787044 140736859866176 18446744073709551615 4345937 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.63
Current children cumulated vsize (KiB) 482228

[startup+6.30083 s]
/proc/loadavg: 8.51 8.10 8.07 13/186 20557
/proc/meminfo: memFree=24404004/32951132 swapFree=67111524/67111528
[pid=20551] ppid=20549 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20551/stat : 20551 (priss.sh) S 20549 20551 18837 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 516467312 8908800 252 33554432000 4194304 4922060 140734931545648 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20551/statm: 2175 252 211 178 0 68 0
[pid=20552] ppid=20551 vsize=502412 CPUtime=23.84 cores=1,3,5,7
/proc/20552/stat : 20552 (priss) S 20551 20551 18837 0 -1 4202496 80359 0 0 0 2357 27 0 0 18 0 5 0 516467312 514469888 69946 33554432000 4194304 5787044 140736859866176 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20552/statm: 125603 69946 418 389 0 121353 0
[pid=20552/tid=20554] ppid=20551 vsize=502412 CPUtime=6.07 cores=1,3,5,7
/proc/20552/task/20554/stat : 20554 (priss) R 20551 20551 18837 0 -1 4202560 14752 0 0 0 603 4 0 0 18 0 5 0 516467330 514469888 69946 33554432000 4194304 5787044 140736859866176 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20552/tid=20555] ppid=20551 vsize=502412 CPUtime=6.03 cores=1,3,5,7
/proc/20552/task/20555/stat : 20555 (priss) R 20551 20551 18837 0 -1 4202560 14865 0 0 0 598 5 0 0 25 0 5 0 516467334 514469888 69946 33554432000 4194304 5787044 140736859866176 18446744073709551615 4254637 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20552/tid=20556] ppid=20551 vsize=502412 CPUtime=5.85 cores=1,3,5,7
/proc/20552/task/20556/stat : 20556 (priss) R 20551 20551 18837 0 -1 4202560 15112 0 0 0 579 6 0 0 25 0 5 0 516467338 514469888 69946 33554432000 4194304 5787044 140736859866176 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20552/tid=20557] ppid=20551 vsize=502412 CPUtime=5.57 cores=1,3,5,7
/proc/20552/task/20557/stat : 20557 (priss) R 20551 20551 18837 0 -1 4202560 13088 0 0 0 550 7 0 0 25 0 5 0 516467344 514469888 69946 33554432000 4194304 5787044 140736859866176 18446744073709551615 274676633972 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 23.84
Current children cumulated vsize (KiB) 511112

[startup+12.7007 s]
/proc/loadavg: 8.47 8.10 8.07 10/186 20557
/proc/meminfo: memFree=24398320/32951132 swapFree=67111524/67111528
[pid=20551] ppid=20549 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20551/stat : 20551 (priss.sh) S 20549 20551 18837 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 516467312 8908800 252 33554432000 4194304 4922060 140734931545648 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20551/statm: 2175 252 211 178 0 68 0
[pid=20552] ppid=20551 vsize=504676 CPUtime=49.22 cores=1,3,5,7
/proc/20552/stat : 20552 (priss) S 20551 20551 18837 0 -1 4202496 81833 0 0 0 4890 32 0 0 18 0 5 0 516467312 516788224 71420 33554432000 4194304 5787044 140736859866176 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20552/statm: 126169 71420 419 389 0 121919 0
[pid=20552/tid=20554] ppid=20551 vsize=504676 CPUtime=12.47 cores=1,3,5,7
/proc/20552/task/20554/stat : 20554 (priss) R 20551 20551 18837 0 -1 4202560 15151 0 0 0 1242 5 0 0 25 0 5 0 516467330 516788224 71420 33554432000 4194304 5787044 140736859866176 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20552/tid=20555] ppid=20551 vsize=504676 CPUtime=12.42 cores=1,3,5,7
/proc/20552/task/20555/stat : 20555 (priss) R 20551 20551 18837 0 -1 4202560 15268 0 0 0 1236 6 0 0 25 0 5 0 516467334 516788224 71420 33554432000 4194304 5787044 140736859866176 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20552/tid=20556] ppid=20551 vsize=504676 CPUtime=12.14 cores=1,3,5,7
/proc/20552/task/20556/stat : 20556 (priss) R 20551 20551 18837 0 -1 4202560 15484 0 0 0 1207 7 0 0 25 0 5 0 516467338 516788224 71420 33554432000 4194304 5787044 140736859866176 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20552/tid=20557] ppid=20551 vsize=504676 CPUtime=11.86 cores=1,3,5,7
/proc/20552/task/20557/stat : 20557 (priss) R 20551 20551 18837 0 -1 4202560 13388 0 0 0 1178 8 0 0 25 0 5 0 516467344 516788224 71420 33554432000 4194304 5787044 140736859866176 18446744073709551615 5527156 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 49.22
Current children cumulated vsize (KiB) 513376

[startup+25.5065 s]
/proc/loadavg: 8.40 8.10 8.07 10/186 20558
/proc/meminfo: memFree=24382248/32951132 swapFree=67111524/67111528
[pid=20551] ppid=20549 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20551/stat : 20551 (priss.sh) S 20549 20551 18837 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 516467312 8908800 252 33554432000 4194304 4922060 140734931545648 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20551/statm: 2175 252 211 178 0 68 0
[pid=20552] ppid=20551 vsize=508136 CPUtime=100.33 cores=1,3,5,7
/proc/20552/stat : 20552 (priss) S 20551 20551 18837 0 -1 4202496 84566 0 0 0 9993 40 0 0 18 0 5 0 516467312 520331264 74153 33554432000 4194304 5787044 140736859866176 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20552/statm: 127034 74153 419 389 0 122784 0
[pid=20552/tid=20554] ppid=20551 vsize=508136 CPUtime=25.27 cores=1,3,5,7
/proc/20552/task/20554/stat : 20554 (priss) R 20551 20551 18837 0 -1 4202560 16227 0 0 0 2519 8 0 0 25 0 5 0 516467330 520331264 74153 33554432000 4194304 5787044 140736859866176 18446744073709551615 5588291 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20552/tid=20555] ppid=20551 vsize=508136 CPUtime=25.23 cores=1,3,5,7
/proc/20552/task/20555/stat : 20555 (priss) R 20551 20551 18837 0 -1 4202560 16052 0 0 0 2514 9 0 0 25 0 5 0 516467334 520331264 74153 33554432000 4194304 5787044 140736859866176 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20552/tid=20556] ppid=20551 vsize=508136 CPUtime=24.87 cores=1,3,5,7
/proc/20552/task/20556/stat : 20556 (priss) R 20551 20551 18837 0 -1 4202560 16026 0 0 0 2478 9 0 0 25 0 5 0 516467338 520331264 74153 33554432000 4194304 5787044 140736859866176 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20552/tid=20557] ppid=20551 vsize=508136 CPUtime=24.64 cores=1,3,5,7
/proc/20552/task/20557/stat : 20557 (priss) R 20551 20551 18837 0 -1 4202560 13719 0 0 0 2454 10 0 0 25 0 5 0 516467344 520331264 74153 33554432000 4194304 5787044 140736859866176 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 100.33
Current children cumulated vsize (KiB) 516836

[startup+51.1011 s]
/proc/loadavg: 8.24 8.08 8.07 10/186 20558
/proc/meminfo: memFree=24340484/32951132 swapFree=67111524/67111528
[pid=20551] ppid=20549 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20551/stat : 20551 (priss.sh) S 20549 20551 18837 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 516467312 8908800 252 33554432000 4194304 4922060 140734931545648 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20551/statm: 2175 252 211 178 0 68 0
[pid=20552] ppid=20551 vsize=522144 CPUtime=202.5 cores=1,3,5,7
/proc/20552/stat : 20552 (priss) S 20551 20551 18837 0 -1 4202496 91798 0 0 0 20197 53 0 0 18 0 5 0 516467312 534675456 81378 33554432000 4194304 5787044 140736859866176 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20552/statm: 130536 81378 419 389 0 126286 0
[pid=20552/tid=20554] ppid=20551 vsize=522144 CPUtime=50.86 cores=1,3,5,7
/proc/20552/task/20554/stat : 20554 (priss) R 20551 20551 18837 0 -1 4202560 17849 0 0 0 5075 11 0 0 25 0 5 0 516467330 534675456 81378 33554432000 4194304 5787044 140736859866176 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20552/tid=20555] ppid=20551 vsize=522144 CPUtime=50.81 cores=1,3,5,7
/proc/20552/task/20555/stat : 20555 (priss) R 20551 20551 18837 0 -1 4202560 17469 0 0 0 5070 11 0 0 25 0 5 0 516467334 534675456 81378 33554432000 4194304 5787044 140736859866176 18446744073709551615 4238732 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20552/tid=20556] ppid=20551 vsize=522144 CPUtime=50.3 cores=1,3,5,7
/proc/20552/task/20556/stat : 20556 (priss) R 20551 20551 18837 0 -1 4202560 18186 0 0 0 5017 13 0 0 25 0 5 0 516467338 534675456 81378 33554432000 4194304 5787044 140736859866176 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20552/tid=20557] ppid=20551 vsize=522144 CPUtime=50.19 cores=1,3,5,7
/proc/20552/task/20557/stat : 20557 (priss) R 20551 20551 18837 0 -1 4202560 15752 0 0 0 5006 13 0 0 25 0 5 0 516467344 534675456 81378 33554432000 4194304 5787044 140736859866176 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 202.5
Current children cumulated vsize (KiB) 530844

[startup+102.301 s]
/proc/loadavg: 8.10 8.07 8.06 10/186 20560
/proc/meminfo: memFree=24262984/32951132 swapFree=67111524/67111528
[pid=20551] ppid=20549 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20551/stat : 20551 (priss.sh) S 20549 20551 18837 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 516467312 8908800 252 33554432000 4194304 4922060 140734931545648 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20551/statm: 2175 252 211 178 0 68 0
[pid=20552] ppid=20551 vsize=538724 CPUtime=406.97 cores=1,3,5,7
/proc/20552/stat : 20552 (priss) S 20551 20551 18837 0 -1 4202496 105063 0 0 0 40622 75 0 0 18 0 5 0 516467312 551653376 94511 33554432000 4194304 5787044 140736859866176 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20552/statm: 134681 94511 419 389 0 130431 0
[pid=20552/tid=20554] ppid=20551 vsize=538724 CPUtime=102.06 cores=1,3,5,7
/proc/20552/task/20554/stat : 20554 (priss) R 20551 20551 18837 0 -1 4202560 23379 0 0 0 10188 18 0 0 25 0 5 0 516467330 551653376 94511 33554432000 4194304 5787044 140736859866176 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20552/tid=20555] ppid=20551 vsize=538724 CPUtime=102 cores=1,3,5,7
/proc/20552/task/20555/stat : 20555 (priss) R 20551 20551 18837 0 -1 4202560 20249 0 0 0 10183 17 0 0 25 0 5 0 516467334 551653376 94511 33554432000 4194304 5787044 140736859866176 18446744073709551615 5585308 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20552/tid=20556] ppid=20551 vsize=538724 CPUtime=101.21 cores=1,3,5,7
/proc/20552/task/20556/stat : 20556 (priss) R 20551 20551 18837 0 -1 4202560 20821 0 0 0 10103 18 0 0 25 0 5 0 516467338 551653376 94511 33554432000 4194304 5787044 140736859866176 18446744073709551615 5576446 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20552/tid=20557] ppid=20551 vsize=538724 CPUtime=101.38 cores=1,3,5,7

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

/proc/20552/task/20555/stat : 20555 (priss) R 20551 20551 18837 0 -1 4202560 47551 0 0 0 81812 143 0 0 25 0 5 0 516467334 1033728000 207903 33554432000 4194304 5787044 140736859866176 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20552/tid=20556] ppid=20551 vsize=1009500 CPUtime=819.95 cores=1,3,5,7
/proc/20552/task/20556/stat : 20556 (priss) R 20551 20551 18837 0 -1 4202560 49609 0 0 0 81928 67 0 0 25 0 5 0 516467338 1033728000 207903 33554432000 4194304 5787044 140736859866176 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20552/tid=20557] ppid=20551 vsize=1009500 CPUtime=820.86 cores=1,3,5,7
/proc/20552/task/20557/stat : 20557 (priss) R 20551 20551 18837 0 -1 4202560 37420 0 0 0 82035 51 0 0 25 0 5 0 516467344 1033728000 207903 33554432000 4194304 5787044 140736859866176 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3280.52
Current children cumulated vsize (KiB) 1018200

[startup+882.3 s]
/proc/loadavg: 8.15 8.12 8.09 9/186 20646
/proc/meminfo: memFree=22611008/32951132 swapFree=67111524/67111528
[pid=20551] ppid=20549 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20551/stat : 20551 (priss.sh) S 20549 20551 18837 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 516467312 8908800 252 33554432000 4194304 4922060 140734931545648 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20551/statm: 2175 252 211 178 0 68 0
[pid=20552] ppid=20551 vsize=1082552 CPUtime=3520.18 cores=1,3,5,7
/proc/20552/stat : 20552 (priss) S 20551 20551 18837 0 -1 4202496 227521 0 0 0 351648 370 0 0 18 0 5 0 516467312 1108533248 215175 33554432000 4194304 5787044 140736859866176 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20552/statm: 270638 215175 419 389 0 266388 0
[pid=20552/tid=20554] ppid=20551 vsize=1082552 CPUtime=879.48 cores=1,3,5,7
/proc/20552/task/20554/stat : 20554 (priss) R 20551 20551 18837 0 -1 4202560 64639 0 0 0 87855 93 0 0 25 0 5 0 516467330 1108533248 215175 33554432000 4194304 5787044 140736859866176 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20552/tid=20555] ppid=20551 vsize=1082552 CPUtime=879.56 cores=1,3,5,7
/proc/20552/task/20555/stat : 20555 (priss) R 20551 20551 18837 0 -1 4202560 48024 0 0 0 87812 144 0 0 25 0 5 0 516467334 1108533248 215175 33554432000 4194304 5787044 140736859866176 18446744073709551615 4254384 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20552/tid=20556] ppid=20551 vsize=1082552 CPUtime=879.95 cores=1,3,5,7
/proc/20552/task/20556/stat : 20556 (priss) R 20551 20551 18837 0 -1 4202560 52020 0 0 0 87923 72 0 0 25 0 5 0 516467338 1108533248 215175 33554432000 4194304 5787044 140736859866176 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20552/tid=20557] ppid=20551 vsize=1082552 CPUtime=880.85 cores=1,3,5,7
/proc/20552/task/20557/stat : 20557 (priss) R 20551 20551 18837 0 -1 4202560 40296 0 0 0 88030 55 0 0 25 0 5 0 516467344 1108533248 215175 33554432000 4194304 5787044 140736859866176 18446744073709551615 4254502 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3520.18
Current children cumulated vsize (KiB) 1091252

[startup+942.301 s]
/proc/loadavg: 8.06 8.09 8.08 9/186 20647
/proc/meminfo: memFree=22530644/32951132 swapFree=67111524/67111528
[pid=20551] ppid=20549 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20551/stat : 20551 (priss.sh) S 20549 20551 18837 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 516467312 8908800 252 33554432000 4194304 4922060 140734931545648 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20551/statm: 2175 252 211 178 0 68 0
[pid=20552] ppid=20551 vsize=1084552 CPUtime=3759.82 cores=1,3,5,7
/proc/20552/stat : 20552 (priss) S 20551 20551 18837 0 -1 4202496 228112 0 0 0 375611 371 0 0 18 0 5 0 516467312 1110581248 215540 33554432000 4194304 5787044 140736859866176 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20552/statm: 271138 215540 419 389 0 266888 0
[pid=20552/tid=20554] ppid=20551 vsize=1084552 CPUtime=939.15 cores=1,3,5,7
/proc/20552/task/20554/stat : 20554 (priss) R 20551 20551 18837 0 -1 4202560 64640 0 0 0 93822 93 0 0 25 0 5 0 516467330 1110581248 215540 33554432000 4194304 5787044 140736859866176 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20552/tid=20555] ppid=20551 vsize=1084552 CPUtime=939.54 cores=1,3,5,7
/proc/20552/task/20555/stat : 20555 (priss) R 20551 20551 18837 0 -1 4202560 48614 0 0 0 93809 145 0 0 25 0 5 0 516467334 1110581248 215540 33554432000 4194304 5787044 140736859866176 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20552/tid=20556] ppid=20551 vsize=1084552 CPUtime=939.95 cores=1,3,5,7
/proc/20552/task/20556/stat : 20556 (priss) R 20551 20551 18837 0 -1 4202560 52020 0 0 0 93922 73 0 0 25 0 5 0 516467338 1110581248 215540 33554432000 4194304 5787044 140736859866176 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20552/tid=20557] ppid=20551 vsize=1084552 CPUtime=940.85 cores=1,3,5,7
/proc/20552/task/20557/stat : 20557 (priss) R 20551 20551 18837 0 -1 4202560 40296 0 0 0 94029 56 0 0 25 0 5 0 516467344 1110581248 215540 33554432000 4194304 5787044 140736859866176 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3759.82
Current children cumulated vsize (KiB) 1093252

[startup+1002.31 s]
/proc/loadavg: 8.02 8.07 8.08 9/186 20658
/proc/meminfo: memFree=22347300/32951132 swapFree=67111524/67111528
[pid=20551] ppid=20549 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20551/stat : 20551 (priss.sh) S 20549 20551 18837 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 516467312 8908800 252 33554432000 4194304 4922060 140734931545648 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20551/statm: 2175 252 211 178 0 68 0
[pid=20552] ppid=20551 vsize=1084552 CPUtime=3999.49 cores=1,3,5,7
/proc/20552/stat : 20552 (priss) S 20551 20551 18837 0 -1 4202496 228112 0 0 0 399578 371 0 0 18 0 5 0 516467312 1110581248 215540 33554432000 4194304 5787044 140736859866176 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20552/statm: 271138 215540 419 389 0 266888 0
[pid=20552/tid=20554] ppid=20551 vsize=1084552 CPUtime=998.82 cores=1,3,5,7
/proc/20552/task/20554/stat : 20554 (priss) R 20551 20551 18837 0 -1 4202560 64640 0 0 0 99789 93 0 0 25 0 5 0 516467330 1110581248 215540 33554432000 4194304 5787044 140736859866176 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20552/tid=20555] ppid=20551 vsize=1084552 CPUtime=999.54 cores=1,3,5,7
/proc/20552/task/20555/stat : 20555 (priss) R 20551 20551 18837 0 -1 4202560 48614 0 0 0 99809 145 0 0 25 0 5 0 516467334 1110581248 215540 33554432000 4194304 5787044 140736859866176 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20552/tid=20556] ppid=20551 vsize=1084552 CPUtime=999.96 cores=1,3,5,7
/proc/20552/task/20556/stat : 20556 (priss) R 20551 20551 18837 0 -1 4202560 52020 0 0 0 99923 73 0 0 25 0 5 0 516467338 1110581248 215540 33554432000 4194304 5787044 140736859866176 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20552/tid=20557] ppid=20551 vsize=1084552 CPUtime=1000.86 cores=1,3,5,7
/proc/20552/task/20557/stat : 20557 (priss) R 20551 20551 18837 0 -1 4202560 40296 0 0 0 100030 56 0 0 25 0 5 0 516467344 1110581248 215540 33554432000 4194304 5787044 140736859866176 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3999.49
Current children cumulated vsize (KiB) 1093252

[startup+1062.3 s]
/proc/loadavg: 8.00 8.06 8.07 9/186 20659
/proc/meminfo: memFree=22343828/32951132 swapFree=67111524/67111528
[pid=20551] ppid=20549 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20551/stat : 20551 (priss.sh) S 20549 20551 18837 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 516467312 8908800 252 33554432000 4194304 4922060 140734931545648 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20551/statm: 2175 252 211 178 0 68 0
[pid=20552] ppid=20551 vsize=1086796 CPUtime=4239.16 cores=1,3,5,7
/proc/20552/stat : 20552 (priss) S 20551 20551 18837 0 -1 4202496 228694 0 0 0 423544 372 0 0 18 0 5 0 516467312 1112879104 216122 33554432000 4194304 5787044 140736859866176 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20552/statm: 271699 216122 419 389 0 267449 0
[pid=20552/tid=20554] ppid=20551 vsize=1086796 CPUtime=1058.5 cores=1,3,5,7
/proc/20552/task/20554/stat : 20554 (priss) R 20551 20551 18837 0 -1 4202560 64641 0 0 0 105757 93 0 0 25 0 5 0 516467330 1112879104 216122 33554432000 4194304 5787044 140736859866176 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20552/tid=20555] ppid=20551 vsize=1086796 CPUtime=1059.54 cores=1,3,5,7
/proc/20552/task/20555/stat : 20555 (priss) R 20551 20551 18837 0 -1 4202560 48614 0 0 0 105809 145 0 0 25 0 5 0 516467334 1112879104 216122 33554432000 4194304 5787044 140736859866176 18446744073709551615 4254581 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20552/tid=20556] ppid=20551 vsize=1086796 CPUtime=1059.95 cores=1,3,5,7
/proc/20552/task/20556/stat : 20556 (priss) R 20551 20551 18837 0 -1 4202560 52600 0 0 0 105922 73 0 0 25 0 5 0 516467338 1112879104 216122 33554432000 4194304 5787044 140736859866176 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20552/tid=20557] ppid=20551 vsize=1086796 CPUtime=1060.85 cores=1,3,5,7
/proc/20552/task/20557/stat : 20557 (priss) R 20551 20551 18837 0 -1 4202560 40297 0 0 0 106029 56 0 0 25 0 5 0 516467344 1112879104 216122 33554432000 4194304 5787044 140736859866176 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4239.16
Current children cumulated vsize (KiB) 1095496

[startup+1122.3 s]
/proc/loadavg: 8.00 8.05 8.06 9/186 20661
/proc/meminfo: memFree=22299168/32951132 swapFree=67111524/67111528
[pid=20551] ppid=20549 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20551/stat : 20551 (priss.sh) S 20549 20551 18837 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 516467312 8908800 252 33554432000 4194304 4922060 140734931545648 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20551/statm: 2175 252 211 178 0 68 0
[pid=20552] ppid=20551 vsize=1170664 CPUtime=4478.82 cores=1,3,5,7
/proc/20552/stat : 20552 (priss) S 20551 20551 18837 0 -1 4202496 236205 0 0 0 447502 380 0 0 18 0 5 0 516467312 1198759936 223633 33554432000 4194304 5787044 140736859866176 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20552/statm: 292666 223633 419 389 0 288416 0
[pid=20552/tid=20554] ppid=20551 vsize=1170664 CPUtime=1118.16 cores=1,3,5,7
/proc/20552/task/20554/stat : 20554 (priss) R 20551 20551 18837 0 -1 4202560 66993 0 0 0 111719 97 0 0 25 0 5 0 516467330 1198759936 223633 33554432000 4194304 5787044 140736859866176 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20552/tid=20555] ppid=20551 vsize=1170664 CPUtime=1119.53 cores=1,3,5,7
/proc/20552/task/20555/stat : 20555 (priss) R 20551 20551 18837 0 -1 4202560 48633 0 0 0 111808 145 0 0 25 0 5 0 516467334 1198759936 223633 33554432000 4194304 5787044 140736859866176 18446744073709551615 4220930 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20552/tid=20556] ppid=20551 vsize=1170664 CPUtime=1119.95 cores=1,3,5,7
/proc/20552/task/20556/stat : 20556 (priss) R 20551 20551 18837 0 -1 4202560 57218 0 0 0 111919 76 0 0 25 0 5 0 516467338 1198759936 223633 33554432000 4194304 5787044 140736859866176 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20552/tid=20557] ppid=20551 vsize=1170664 CPUtime=1120.85 cores=1,3,5,7
/proc/20552/task/20557/stat : 20557 (priss) R 20551 20551 18837 0 -1 4202560 40819 0 0 0 112028 57 0 0 25 0 5 0 516467344 1198759936 223633 33554432000 4194304 5787044 140736859866176 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4478.82
Current children cumulated vsize (KiB) 1179364

[startup+1182.3 s]
/proc/loadavg: 8.00 8.03 8.06 9/186 20663
/proc/meminfo: memFree=22209512/32951132 swapFree=67111524/67111528
[pid=20551] ppid=20549 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20551/stat : 20551 (priss.sh) S 20549 20551 18837 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 516467312 8908800 252 33554432000 4194304 4922060 140734931545648 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20551/statm: 2175 252 211 178 0 68 0
[pid=20552] ppid=20551 vsize=1257740 CPUtime=4718.49 cores=1,3,5,7
/proc/20552/stat : 20552 (priss) S 20551 20551 18837 0 -1 4202496 247826 0 0 0 471455 394 0 0 18 0 5 0 516467312 1287925760 235254 33554432000 4194304 5787044 140736859866176 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20552/statm: 314435 235254 419 389 0 310185 0
[pid=20552/tid=20554] ppid=20551 vsize=1257740 CPUtime=1177.84 cores=1,3,5,7
/proc/20552/task/20554/stat : 20554 (priss) R 20551 20551 18837 0 -1 4202560 68021 0 0 0 117686 98 0 0 25 0 5 0 516467330 1287925760 235254 33554432000 4194304 5787044 140736859866176 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20552/tid=20555] ppid=20551 vsize=1257740 CPUtime=1179.53 cores=1,3,5,7
/proc/20552/task/20555/stat : 20555 (priss) R 20551 20551 18837 0 -1 4202560 51067 0 0 0 117804 149 0 0 25 0 5 0 516467334 1287925760 235254 33554432000 4194304 5787044 140736859866176 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20552/tid=20556] ppid=20551 vsize=1257740 CPUtime=1179.95 cores=1,3,5,7
/proc/20552/task/20556/stat : 20556 (priss) R 20551 20551 18837 0 -1 4202560 60581 0 0 0 117916 79 0 0 25 0 5 0 516467338 1287925760 235254 33554432000 4194304 5787044 140736859866176 18446744073709551615 5590295 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20552/tid=20557] ppid=20551 vsize=1257740 CPUtime=1180.84 cores=1,3,5,7
/proc/20552/task/20557/stat : 20557 (priss) R 20551 20551 18837 0 -1 4202560 45615 0 0 0 118021 63 0 0 25 0 5 0 516467344 1287925760 235254 33554432000 4194304 5787044 140736859866176 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4718.49
Current children cumulated vsize (KiB) 1266440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.8 s]
/proc/loadavg: 8.00 8.03 8.06 9/186 20663
/proc/meminfo: memFree=22163628/32951132 swapFree=67111524/67111528
[pid=20551] ppid=20549 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20551/stat : 20551 (priss.sh) S 20549 20551 18837 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 516467312 8908800 252 33554432000 4194304 4922060 140734931545648 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20551/statm: 2175 252 211 178 0 68 0
[pid=20552] ppid=20551 vsize=1263028 CPUtime=4800.39 cores=1,3,5,7
/proc/20552/stat : 20552 (priss) S 20551 20551 18837 0 -1 4202496 252658 0 0 0 479639 400 0 0 18 0 5 0 516467312 1293340672 240086 33554432000 4194304 5787044 140736859866176 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/20552/statm: 315757 240086 419 389 0 311507 0
[pid=20552/tid=20554] ppid=20551 vsize=1263028 CPUtime=1198.22 cores=1,3,5,7
/proc/20552/task/20554/stat : 20554 (priss) R 20551 20551 18837 0 -1 4202560 68938 0 0 0 119723 99 0 0 25 0 5 0 516467330 1293340672 240086 33554432000 4194304 5787044 140736859866176 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=20552/tid=20555] ppid=20551 vsize=1263028 CPUtime=1200.04 cores=1,3,5,7
/proc/20552/task/20555/stat : 20555 (priss) R 20551 20551 18837 0 -1 4202560 52307 0 0 0 119852 152 0 0 25 0 5 0 516467334 1293340672 240086 33554432000 4194304 5787044 140736859866176 18446744073709551615 5591808 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20552/tid=20556] ppid=20551 vsize=1263028 CPUtime=1200.45 cores=1,3,5,7
/proc/20552/task/20556/stat : 20556 (priss) R 20551 20551 18837 0 -1 4202560 62834 0 0 0 119965 80 0 0 25 0 5 0 516467338 1293340672 240086 33554432000 4194304 5787044 140736859866176 18446744073709551615 5590469 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20552/tid=20557] ppid=20551 vsize=1263028 CPUtime=1201.35 cores=1,3,5,7
/proc/20552/task/20557/stat : 20557 (priss) R 20551 20551 18837 0 -1 4202560 46037 0 0 0 120071 64 0 0 25 0 5 0 516467344 1293340672 240086 33554432000 4194304 5787044 140736859866176 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.39
Current children cumulated vsize (KiB) 1271728

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 20551 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.39
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1202.82
CPU time (s): 4800.39
CPU user time (s): 4796.39
CPU system time (s): 4
CPU usage (%): 399.095
Max. virtual memory (cumulated for all children) (KiB): 1271728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 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= 7
involuntary context switches= 3

runsolver used 1.82772 second user time and 4.74528 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-29 05:44:37
IDJOB=3259788
IDBENCH=71799
IDSOLVER=1603
FILE ID=node131/3259788-1304048676
RUNJOBID= node131-1304036726-18856
PBS_JOBID= 13170364
Free space on /tmp= 71372 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT09/CRAFTED/parity-games/instance_n9_i9_pp.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3259788-1304048676/watcher-3259788-1304048676 -o /tmp/evaluation-result-3259788-1304048676/solver-3259788-1304048676 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3259788-1304048676.cnf 833428131 4800 15500 4

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

MD5SUM BENCH= 3e04f934e4f74a8e89587f6c1327f77e
RANDOM SEED=833428131

node131.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.83
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.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.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.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.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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      24683624 kB
Buffers:        950436 kB
Cached:        6251632 kB
SwapCached:          4 kB
Active:         726180 kB
Inactive:      7046968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      24683624 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           11512 kB
Writeback:           0 kB
AnonPages:      570164 kB
Mapped:          15820 kB
Slab:           429432 kB
PageTables:       5372 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   772784 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71332 MiB
End job on node131 at 2011-04-29 06:04:42