Trace number 3262296

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 1201.82

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-20_390.cnf
MD5SUM9f9afdb81b528e7852015fad23de6353
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark193.51
Satisfiable
(Un)Satisfiability was proved
Number of variables195
Number of clauses20607
Sum of the clauses size92222
Maximum clause length20
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 265
Number of clauses of size 318744
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51798

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: 31029
0.00/0.01	c parsetime: 9219us
0.00/0.01	c parsed 20607 clauses with 195 variables
0.00/0.01	c NW started thread 0 successfully (1098025280)
0.00/0.01	c NW started thread 1 successfully (1108515136)
0.00/0.01	c NW started thread 2 successfully (1119004992)
0.00/0.02	c NW started thread 3 successfully (1129494848)
5.92/1.59	c preprocessor returned 10040 variables
5.92/1.59	c preprocessing returned UNKNOWN
5.92/1.59	c PP set 0 variables
5.92/1.59	c pp time: 1578265us (1s)
5.92/1.59	c preprocessor returned 10040 variables
5.92/1.59	c preprocessing returned UNKNOWN
5.92/1.59	c PP set 0 variables
5.92/1.59	c pp time: 1579562us (1s)
6.33/1.61	c preprocessor returned 10040 variables
6.33/1.61	c preprocessing returned UNKNOWN
6.33/1.61	c PP set 0 variables
6.33/1.61	c pp time: 1597054us (1s)
297.10/74.50	c preprocessor returned 30182 variables
297.10/74.50	c preprocessing returned UNKNOWN
297.10/74.50	c PP set 0 variables
297.10/74.50	c pp time: 74478786us (74s)

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-3262296-1304060329/watcher-3262296-1304060329 -o /tmp/evaluation-result-3262296-1304060329/solver-3262296-1304060329 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3262296-1304060329.cnf 1222771063 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.14 8.13 8.09 5/182 31028
/proc/meminfo: memFree=25337068/32951124 swapFree=67111524/67111528
[pid=31028] ppid=31026 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31028/stat : 31028 (priss.sh) S 31026 31028 30400 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 498448858 8908800 251 33554432000 4194304 4922060 140733851864880 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31028/statm: 2175 251 211 178 0 68 0

[startup+0.067148 s]
/proc/loadavg: 8.14 8.13 8.09 5/182 31028
/proc/meminfo: memFree=25337068/32951124 swapFree=67111524/67111528
[pid=31028] ppid=31026 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31028/stat : 31028 (priss.sh) S 31026 31028 30400 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 498448858 8908800 251 33554432000 4194304 4922060 140733851864880 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31028/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.10014 s]
/proc/loadavg: 8.14 8.13 8.09 5/182 31028
/proc/meminfo: memFree=25337068/32951124 swapFree=67111524/67111528
[pid=31028] ppid=31026 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31028/stat : 31028 (priss.sh) S 31026 31028 30400 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 498448858 8908800 251 33554432000 4194304 4922060 140733851864880 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31028/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300104 s]
/proc/loadavg: 8.14 8.13 8.09 5/182 31028
/proc/meminfo: memFree=25337068/32951124 swapFree=67111524/67111528
[pid=31028] ppid=31026 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31028/stat : 31028 (priss.sh) S 31026 31028 30400 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 498448858 8908800 251 33554432000 4194304 4922060 140733851864880 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31028/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.70103 s]
/proc/loadavg: 8.14 8.13 8.09 5/182 31028
/proc/meminfo: memFree=25337068/32951124 swapFree=67111524/67111528
[pid=31028] ppid=31026 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31028/stat : 31028 (priss.sh) S 31026 31028 30400 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 498448858 8908800 251 33554432000 4194304 4922060 140733851864880 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31028/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50088 s]
/proc/loadavg: 8.14 8.13 8.09 9/188 31034
/proc/meminfo: memFree=25325392/32951124 swapFree=67111524/67111528
[pid=31028] ppid=31026 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31028/stat : 31028 (priss.sh) S 31026 31028 30400 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 498448858 8908800 251 33554432000 4194304 4922060 140733851864880 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31028/statm: 2175 251 211 178 0 68 0
[pid=31029] ppid=31028 vsize=277792 CPUtime=5.92 cores=1,3,5,7
/proc/31029/stat : 31029 (priss) S 31028 31028 30400 0 -1 4202496 8611 0 0 0 591 1 0 0 18 0 5 0 498448858 284459008 7767 33554432000 4194304 5787044 140736533080288 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31029/statm: 69448 7767 355 389 0 65198 0
[pid=31029/tid=31031] ppid=31028 vsize=277792 CPUtime=1.47 cores=1,3,5,7
/proc/31029/task/31031/stat : 31031 (priss) R 31028 31028 30400 0 -1 4202560 1288 0 0 0 147 0 0 0 25 0 5 0 498448860 284459008 7767 33554432000 4194304 5787044 140736533080288 18446744073709551615 4359020 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31029/tid=31032] ppid=31028 vsize=277792 CPUtime=1.48 cores=1,3,5,7
/proc/31029/task/31032/stat : 31032 (priss) R 31028 31028 30400 0 -1 4202560 1296 0 0 0 148 0 0 0 20 0 5 0 498448860 284459008 7767 33554432000 4194304 5787044 140736533080288 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31029/tid=31033] ppid=31028 vsize=277792 CPUtime=1.47 cores=1,3,5,7
/proc/31029/task/31033/stat : 31033 (priss) R 31028 31028 30400 0 -1 4202560 2020 0 0 0 147 0 0 0 23 0 5 0 498448860 284459008 7767 33554432000 4194304 5787044 140736533080288 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31029/tid=31034] ppid=31028 vsize=277792 CPUtime=1.47 cores=1,3,5,7
/proc/31029/task/31034/stat : 31034 (priss) R 31028 31028 30400 0 -1 4202560 2282 0 0 0 147 0 0 0 23 0 5 0 498448860 284459008 7767 33554432000 4194304 5787044 140736533080288 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 286492

[startup+3.10059 s]
/proc/loadavg: 8.14 8.13 8.09 9/188 31034
/proc/meminfo: memFree=25297740/32951124 swapFree=67111524/67111528
[pid=31028] ppid=31026 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31028/stat : 31028 (priss.sh) S 31026 31028 30400 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 498448858 8908800 251 33554432000 4194304 4922060 140733851864880 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31028/statm: 2175 251 211 178 0 68 0
[pid=31029] ppid=31028 vsize=280264 CPUtime=12.32 cores=1,3,5,7
/proc/31029/stat : 31029 (priss) S 31028 31028 30400 0 -1 4202496 11383 0 0 0 1230 2 0 0 18 0 5 0 498448858 286990336 10123 33554432000 4194304 5787044 140736533080288 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31029/statm: 70066 10123 404 389 0 65816 0
[pid=31029/tid=31031] ppid=31028 vsize=280264 CPUtime=3.06 cores=1,3,5,7
/proc/31029/task/31031/stat : 31031 (priss) R 31028 31028 30400 0 -1 4202560 2302 0 0 0 306 0 0 0 25 0 5 0 498448860 286990336 10123 33554432000 4194304 5787044 140736533080288 18446744073709551615 5591813 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31029/tid=31032] ppid=31028 vsize=280264 CPUtime=3.07 cores=1,3,5,7
/proc/31029/task/31032/stat : 31032 (priss) R 31028 31028 30400 0 -1 4202560 2199 0 0 0 307 0 0 0 25 0 5 0 498448860 286990336 10123 33554432000 4194304 5787044 140736533080288 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31029/tid=31033] ppid=31028 vsize=280264 CPUtime=3.06 cores=1,3,5,7
/proc/31029/task/31033/stat : 31033 (priss) R 31028 31028 30400 0 -1 4202560 2871 0 0 0 306 0 0 0 25 0 5 0 498448860 286990336 10123 33554432000 4194304 5787044 140736533080288 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31029/tid=31034] ppid=31028 vsize=280264 CPUtime=3.07 cores=1,3,5,7
/proc/31029/task/31034/stat : 31034 (priss) R 31028 31028 30400 0 -1 4202560 2286 0 0 0 307 0 0 0 25 0 5 0 498448860 286990336 10123 33554432000 4194304 5787044 140736533080288 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 288964

[startup+6.301 s]
/proc/loadavg: 8.13 8.13 8.09 9/188 31034
/proc/meminfo: memFree=25294096/32951124 swapFree=67111524/67111528
[pid=31028] ppid=31026 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31028/stat : 31028 (priss.sh) S 31026 31028 30400 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 498448858 8908800 251 33554432000 4194304 4922060 140733851864880 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31028/statm: 2175 251 211 178 0 68 0
[pid=31029] ppid=31028 vsize=280264 CPUtime=25.1 cores=1,3,5,7
/proc/31029/stat : 31029 (priss) S 31028 31028 30400 0 -1 4202496 11891 0 0 0 2507 3 0 0 18 0 5 0 498448858 286990336 10631 33554432000 4194304 5787044 140736533080288 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31029/statm: 70066 10631 404 389 0 65816 0
[pid=31029/tid=31031] ppid=31028 vsize=280264 CPUtime=6.27 cores=1,3,5,7
/proc/31029/task/31031/stat : 31031 (priss) R 31028 31028 30400 0 -1 4202560 2580 0 0 0 626 1 0 0 25 0 5 0 498448860 286990336 10631 33554432000 4194304 5787044 140736533080288 18446744073709551615 5590564 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31029/tid=31032] ppid=31028 vsize=280264 CPUtime=6.27 cores=1,3,5,7
/proc/31029/task/31032/stat : 31032 (priss) R 31028 31028 30400 0 -1 4202560 2199 0 0 0 627 0 0 0 25 0 5 0 498448860 286990336 10631 33554432000 4194304 5787044 140736533080288 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31029/tid=31033] ppid=31028 vsize=280264 CPUtime=6.24 cores=1,3,5,7
/proc/31029/task/31033/stat : 31033 (priss) R 31028 31028 30400 0 -1 4202560 3101 0 0 0 624 0 0 0 25 0 5 0 498448860 286990336 10631 33554432000 4194304 5787044 140736533080288 18446744073709551615 4254546 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31029/tid=31034] ppid=31028 vsize=280264 CPUtime=6.27 cores=1,3,5,7
/proc/31029/task/31034/stat : 31034 (priss) R 31028 31028 30400 0 -1 4202560 2286 0 0 0 627 0 0 0 25 0 5 0 498448860 286990336 10631 33554432000 4194304 5787044 140736533080288 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 288964

[startup+12.7008 s]
/proc/loadavg: 8.12 8.12 8.09 9/188 31035
/proc/meminfo: memFree=25287168/32951124 swapFree=67111524/67111528
[pid=31028] ppid=31026 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31028/stat : 31028 (priss.sh) S 31026 31028 30400 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 498448858 8908800 251 33554432000 4194304 4922060 140733851864880 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31028/statm: 2175 251 211 178 0 68 0
[pid=31029] ppid=31028 vsize=281420 CPUtime=50.66 cores=1,3,5,7
/proc/31029/stat : 31029 (priss) S 31028 31028 30400 0 -1 4202496 13309 0 0 0 5062 4 0 0 18 0 5 0 498448858 288174080 12049 33554432000 4194304 5787044 140736533080288 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31029/statm: 70355 12049 405 389 0 66105 0
[pid=31029/tid=31031] ppid=31028 vsize=281420 CPUtime=12.66 cores=1,3,5,7
/proc/31029/task/31031/stat : 31031 (priss) R 31028 31028 30400 0 -1 4202560 3288 0 0 0 1265 1 0 0 25 0 5 0 498448860 288174080 12049 33554432000 4194304 5787044 140736533080288 18446744073709551615 5389465 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31029/tid=31032] ppid=31028 vsize=281420 CPUtime=12.67 cores=1,3,5,7
/proc/31029/task/31032/stat : 31032 (priss) R 31028 31028 30400 0 -1 4202560 2453 0 0 0 1267 0 0 0 25 0 5 0 498448860 288174080 12049 33554432000 4194304 5787044 140736533080288 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31029/tid=31033] ppid=31028 vsize=281420 CPUtime=12.61 cores=1,3,5,7
/proc/31029/task/31033/stat : 31033 (priss) R 31028 31028 30400 0 -1 4202560 3557 0 0 0 1260 1 0 0 25 0 5 0 498448860 288174080 12049 33554432000 4194304 5787044 140736533080288 18446744073709551615 4218800 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31029/tid=31034] ppid=31028 vsize=281420 CPUtime=12.67 cores=1,3,5,7
/proc/31029/task/31034/stat : 31034 (priss) R 31028 31028 30400 0 -1 4202560 2286 0 0 0 1267 0 0 0 25 0 5 0 498448860 288174080 12049 33554432000 4194304 5787044 140736533080288 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 290120

[startup+25.5005 s]
/proc/loadavg: 8.09 8.12 8.09 9/188 31035
/proc/meminfo: memFree=25268692/32951124 swapFree=67111524/67111528
[pid=31028] ppid=31026 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31028/stat : 31028 (priss.sh) S 31026 31028 30400 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 498448858 8908800 251 33554432000 4194304 4922060 140733851864880 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31028/statm: 2175 251 211 178 0 68 0
[pid=31029] ppid=31028 vsize=287852 CPUtime=101.78 cores=1,3,5,7
/proc/31029/stat : 31029 (priss) S 31028 31028 30400 0 -1 4202496 16666 0 0 0 10171 7 0 0 18 0 5 0 498448858 294760448 15406 33554432000 4194304 5787044 140736533080288 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31029/statm: 71963 15406 405 389 0 67713 0
[pid=31029/tid=31031] ppid=31028 vsize=287852 CPUtime=25.47 cores=1,3,5,7
/proc/31029/task/31031/stat : 31031 (priss) R 31028 31028 30400 0 -1 4202560 5250 0 0 0 2544 3 0 0 25 0 5 0 498448860 294760448 15406 33554432000 4194304 5787044 140736533080288 18446744073709551615 5592762 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31029/tid=31032] ppid=31028 vsize=287852 CPUtime=25.47 cores=1,3,5,7
/proc/31029/task/31032/stat : 31032 (priss) R 31028 31028 30400 0 -1 4202560 3094 0 0 0 2546 1 0 0 25 0 5 0 498448860 294760448 15406 33554432000 4194304 5787044 140736533080288 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31029/tid=31033] ppid=31028 vsize=287852 CPUtime=25.33 cores=1,3,5,7
/proc/31029/task/31033/stat : 31033 (priss) R 31028 31028 30400 0 -1 4202560 4311 0 0 0 2531 2 0 0 25 0 5 0 498448860 294760448 15406 33554432000 4194304 5787044 140736533080288 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31029/tid=31034] ppid=31028 vsize=287852 CPUtime=25.47 cores=1,3,5,7
/proc/31029/task/31034/stat : 31034 (priss) R 31028 31028 30400 0 -1 4202560 2286 0 0 0 2547 0 0 0 25 0 5 0 498448860 294760448 15406 33554432000 4194304 5787044 140736533080288 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 296552

[startup+51.1007 s]
/proc/loadavg: 8.21 8.14 8.10 9/188 31036
/proc/meminfo: memFree=25241388/32951124 swapFree=67111524/67111528
[pid=31028] ppid=31026 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31028/stat : 31028 (priss.sh) S 31026 31028 30400 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 498448858 8908800 251 33554432000 4194304 4922060 140733851864880 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31028/statm: 2175 251 211 178 0 68 0
[pid=31029] ppid=31028 vsize=296188 CPUtime=204.04 cores=1,3,5,7
/proc/31029/stat : 31029 (priss) S 31028 31028 30400 0 -1 4202496 20484 0 0 0 20392 12 0 0 18 0 5 0 498448858 303296512 19221 33554432000 4194304 5787044 140736533080288 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31029/statm: 74047 19221 405 389 0 69797 0
[pid=31029/tid=31031] ppid=31028 vsize=296188 CPUtime=51.06 cores=1,3,5,7
/proc/31029/task/31031/stat : 31031 (priss) R 31028 31028 30400 0 -1 4202560 5731 0 0 0 5103 3 0 0 25 0 5 0 498448860 303296512 19221 33554432000 4194304 5787044 140736533080288 18446744073709551615 5576432 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31029/tid=31032] ppid=31028 vsize=296188 CPUtime=51.07 cores=1,3,5,7
/proc/31029/task/31032/stat : 31032 (priss) R 31028 31028 30400 0 -1 4202560 5174 0 0 0 5104 3 0 0 25 0 5 0 498448860 303296512 19221 33554432000 4194304 5787044 140736533080288 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31029/tid=31033] ppid=31028 vsize=296188 CPUtime=50.79 cores=1,3,5,7
/proc/31029/task/31033/stat : 31033 (priss) R 31028 31028 30400 0 -1 4202560 5568 0 0 0 5075 4 0 0 25 0 5 0 498448860 303296512 19221 33554432000 4194304 5787044 140736533080288 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31029/tid=31034] ppid=31028 vsize=296188 CPUtime=51.07 cores=1,3,5,7
/proc/31029/task/31034/stat : 31034 (priss) R 31028 31028 30400 0 -1 4202560 2286 0 0 0 5107 0 0 0 25 0 5 0 498448860 303296512 19221 33554432000 4194304 5787044 140736533080288 18446744073709551615 220815930334 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 204.04
Current children cumulated vsize (KiB) 304888

[startup+102.307 s]
/proc/loadavg: 8.17 8.13 8.09 9/188 31037
/proc/meminfo: memFree=25213476/32951124 swapFree=67111524/67111528
[pid=31028] ppid=31026 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31028/stat : 31028 (priss.sh) S 31026 31028 30400 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 498448858 8908800 251 33554432000 4194304 4922060 140733851864880 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31028/statm: 2175 251 211 178 0 68 0
[pid=31029] ppid=31028 vsize=307128 CPUtime=408.57 cores=1,3,5,7
/proc/31029/stat : 31029 (priss) S 31028 31028 30400 0 -1 4202496 27437 0 0 0 40837 20 0 0 18 0 5 0 498448858 314499072 25368 33554432000 4194304 5787044 140736533080288 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31029/statm: 76782 25368 418 389 0 72532 0
[pid=31029/tid=31031] ppid=31028 vsize=307128 CPUtime=102.26 cores=1,3,5,7
/proc/31029/task/31031/stat : 31031 (priss) R 31028 31028 30400 0 -1 4202560 6674 0 0 0 10221 5 0 0 25 0 5 0 498448860 314499072 25368 33554432000 4194304 5787044 140736533080288 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31029/tid=31032] ppid=31028 vsize=307128 CPUtime=102.27 cores=1,3,5,7
/proc/31029/task/31032/stat : 31032 (priss) R 31028 31028 30400 0 -1 4202560 6160 0 0 0 10223 4 0 0 25 0 5 0 498448860 314499072 25368 33554432000 4194304 5787044 140736533080288 18446744073709551615 4234865 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31029/tid=31033] ppid=31028 vsize=307128 CPUtime=101.7 cores=1,3,5,7
/proc/31029/task/31033/stat : 31033 (priss) R 31028 31028 30400 0 -1 4202560 8441 0 0 0 10163 7 0 0 25 0 5 0 498448860 314499072 25368 33554432000 4194304 5787044 140736533080288 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31029/tid=31034] ppid=31028 vsize=307128 CPUtime=102.28 cores=1,3,5,7

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

/proc/31029/task/31032/stat : 31032 (priss) R 31028 31028 30400 0 -1 4202560 19853 0 0 0 82100 26 0 0 25 0 5 0 498448860 394452992 69898 33554432000 4194304 5787044 140736533080288 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31029/tid=31033] ppid=31028 vsize=385208 CPUtime=818.9 cores=1,3,5,7
/proc/31029/task/31033/stat : 31033 (priss) R 31028 31028 30400 0 -1 4202560 19759 0 0 0 81862 28 0 0 25 0 5 0 498448860 394452992 69898 33554432000 4194304 5787044 140736533080288 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31029/tid=31034] ppid=31028 vsize=385208 CPUtime=822.27 cores=1,3,5,7
/proc/31029/task/31034/stat : 31034 (priss) R 31028 31028 30400 0 -1 4202560 14787 0 0 0 82215 12 0 0 25 0 5 0 498448860 394452992 69898 33554432000 4194304 5787044 140736533080288 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3284.5
Current children cumulated vsize (KiB) 393908

[startup+882.3 s]
/proc/loadavg: 8.06 8.08 8.07 9/188 31100
/proc/meminfo: memFree=25115000/32951124 swapFree=67111524/67111528
[pid=31028] ppid=31026 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31028/stat : 31028 (priss.sh) S 31026 31028 30400 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 498448858 8908800 251 33554432000 4194304 4922060 140733851864880 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31028/statm: 2175 251 211 178 0 68 0
[pid=31029] ppid=31028 vsize=393540 CPUtime=3524.16 cores=1,3,5,7
/proc/31029/stat : 31029 (priss) S 31028 31028 30400 0 -1 4202496 77009 0 0 0 352327 89 0 0 18 0 5 0 498448858 402984960 73896 33554432000 4194304 5787044 140736533080288 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31029/statm: 98385 73896 419 389 0 94135 0
[pid=31029/tid=31031] ppid=31028 vsize=393540 CPUtime=882.02 cores=1,3,5,7
/proc/31029/task/31031/stat : 31031 (priss) R 31028 31028 30400 0 -1 4202560 17866 0 0 0 88185 17 0 0 25 0 5 0 498448860 402984960 73896 33554432000 4194304 5787044 140736533080288 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31029/tid=31032] ppid=31028 vsize=393540 CPUtime=880.92 cores=1,3,5,7
/proc/31029/task/31032/stat : 31032 (priss) R 31028 31028 30400 0 -1 4202560 20623 0 0 0 88065 27 0 0 25 0 5 0 498448860 402984960 73896 33554432000 4194304 5787044 140736533080288 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31029/tid=31033] ppid=31028 vsize=393540 CPUtime=878.89 cores=1,3,5,7
/proc/31029/task/31033/stat : 31033 (priss) R 31028 31028 30400 0 -1 4202560 21720 0 0 0 87859 30 0 0 25 0 5 0 498448860 402984960 73896 33554432000 4194304 5787044 140736533080288 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31029/tid=31034] ppid=31028 vsize=393540 CPUtime=882.28 cores=1,3,5,7
/proc/31029/task/31034/stat : 31034 (priss) R 31028 31028 30400 0 -1 4202560 15075 0 0 0 88215 13 0 0 25 0 5 0 498448860 402984960 73896 33554432000 4194304 5787044 140736533080288 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3524.16
Current children cumulated vsize (KiB) 402240

[startup+942.3 s]
/proc/loadavg: 8.14 8.10 8.08 9/188 31101
/proc/meminfo: memFree=25073812/32951124 swapFree=67111524/67111528
[pid=31028] ppid=31026 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31028/stat : 31028 (priss.sh) S 31026 31028 30400 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 498448858 8908800 251 33554432000 4194304 4922060 140733851864880 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31028/statm: 2175 251 211 178 0 68 0
[pid=31029] ppid=31028 vsize=402004 CPUtime=3763.83 cores=1,3,5,7
/proc/31029/stat : 31029 (priss) S 31028 31028 30400 0 -1 4202496 79359 0 0 0 376292 91 0 0 18 0 5 0 498448858 411652096 75835 33554432000 4194304 5787044 140736533080288 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31029/statm: 100501 75835 419 389 0 96251 0
[pid=31029/tid=31031] ppid=31028 vsize=402004 CPUtime=942.02 cores=1,3,5,7
/proc/31029/task/31031/stat : 31031 (priss) R 31028 31028 30400 0 -1 4202560 18637 0 0 0 94184 18 0 0 25 0 5 0 498448860 411652096 75835 33554432000 4194304 5787044 140736533080288 18446744073709551615 5591666 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31029/tid=31032] ppid=31028 vsize=402004 CPUtime=940.59 cores=1,3,5,7
/proc/31029/task/31032/stat : 31032 (priss) R 31028 31028 30400 0 -1 4202560 21296 0 0 0 94032 27 0 0 25 0 5 0 498448860 411652096 75835 33554432000 4194304 5787044 140736533080288 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31029/tid=31033] ppid=31028 vsize=402004 CPUtime=938.89 cores=1,3,5,7
/proc/31029/task/31033/stat : 31033 (priss) R 31028 31028 30400 0 -1 4202560 22052 0 0 0 93858 31 0 0 25 0 5 0 498448860 411652096 75835 33554432000 4194304 5787044 140736533080288 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31029/tid=31034] ppid=31028 vsize=402004 CPUtime=942.27 cores=1,3,5,7
/proc/31029/task/31034/stat : 31034 (priss) R 31028 31028 30400 0 -1 4202560 15649 0 0 0 94214 13 0 0 25 0 5 0 498448860 411652096 75835 33554432000 4194304 5787044 140736533080288 18446744073709551615 4254881 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3763.83
Current children cumulated vsize (KiB) 410704

[startup+1002.3 s]
/proc/loadavg: 8.13 8.11 8.09 9/188 31103
/proc/meminfo: memFree=25045032/32951124 swapFree=67111524/67111528
[pid=31028] ppid=31026 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31028/stat : 31028 (priss.sh) S 31026 31028 30400 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 498448858 8908800 251 33554432000 4194304 4922060 140733851864880 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31028/statm: 2175 251 211 178 0 68 0
[pid=31029] ppid=31028 vsize=404356 CPUtime=4003.51 cores=1,3,5,7
/proc/31029/stat : 31029 (priss) S 31028 31028 30400 0 -1 4202496 80484 0 0 0 400259 92 0 0 18 0 5 0 498448858 414060544 76960 33554432000 4194304 5787044 140736533080288 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31029/statm: 101089 76960 419 389 0 96839 0
[pid=31029/tid=31031] ppid=31028 vsize=404356 CPUtime=1002.03 cores=1,3,5,7
/proc/31029/task/31031/stat : 31031 (priss) R 31028 31028 30400 0 -1 4202560 19436 0 0 0 100184 19 0 0 25 0 5 0 498448860 414060544 76960 33554432000 4194304 5787044 140736533080288 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31029/tid=31032] ppid=31028 vsize=404356 CPUtime=1000.26 cores=1,3,5,7
/proc/31029/task/31032/stat : 31032 (priss) R 31028 31028 30400 0 -1 4202560 21622 0 0 0 99999 27 0 0 25 0 5 0 498448860 414060544 76960 33554432000 4194304 5787044 140736533080288 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31029/tid=31033] ppid=31028 vsize=404356 CPUtime=998.89 cores=1,3,5,7
/proc/31029/task/31033/stat : 31033 (priss) R 31028 31028 30400 0 -1 4202560 22052 0 0 0 99858 31 0 0 25 0 5 0 498448860 414060544 76960 33554432000 4194304 5787044 140736533080288 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31029/tid=31034] ppid=31028 vsize=404356 CPUtime=1002.28 cores=1,3,5,7
/proc/31029/task/31034/stat : 31034 (priss) R 31028 31028 30400 0 -1 4202560 15649 0 0 0 100215 13 0 0 25 0 5 0 498448860 414060544 76960 33554432000 4194304 5787044 140736533080288 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003.51
Current children cumulated vsize (KiB) 413056

[startup+1062.3 s]
/proc/loadavg: 8.20 8.13 8.10 9/188 31104
/proc/meminfo: memFree=25031752/32951124 swapFree=67111524/67111528
[pid=31028] ppid=31026 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31028/stat : 31028 (priss.sh) S 31026 31028 30400 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 498448858 8908800 251 33554432000 4194304 4922060 140733851864880 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31028/statm: 2175 251 211 178 0 68 0
[pid=31029] ppid=31028 vsize=412024 CPUtime=4243.18 cores=1,3,5,7
/proc/31029/stat : 31029 (priss) S 31028 31028 30400 0 -1 4202496 82820 0 0 0 424224 94 0 0 18 0 5 0 498448858 421912576 79296 33554432000 4194304 5787044 140736533080288 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31029/statm: 103006 79296 419 389 0 98756 0
[pid=31029/tid=31031] ppid=31028 vsize=412024 CPUtime=1062.03 cores=1,3,5,7
/proc/31029/task/31031/stat : 31031 (priss) R 31028 31028 30400 0 -1 4202560 21348 0 0 0 106183 20 0 0 25 0 5 0 498448860 421912576 79296 33554432000 4194304 5787044 140736533080288 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31029/tid=31032] ppid=31028 vsize=412024 CPUtime=1059.93 cores=1,3,5,7
/proc/31029/task/31032/stat : 31032 (priss) R 31028 31028 30400 0 -1 4202560 22045 0 0 0 105965 28 0 0 25 0 5 0 498448860 421912576 79296 33554432000 4194304 5787044 140736533080288 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31029/tid=31033] ppid=31028 vsize=412024 CPUtime=1058.89 cores=1,3,5,7
/proc/31029/task/31033/stat : 31033 (priss) R 31028 31028 30400 0 -1 4202560 22052 0 0 0 105858 31 0 0 25 0 5 0 498448860 421912576 79296 33554432000 4194304 5787044 140736533080288 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31029/tid=31034] ppid=31028 vsize=412024 CPUtime=1062.28 cores=1,3,5,7
/proc/31029/task/31034/stat : 31034 (priss) R 31028 31028 30400 0 -1 4202560 15650 0 0 0 106215 13 0 0 25 0 5 0 498448860 421912576 79296 33554432000 4194304 5787044 140736533080288 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4243.18
Current children cumulated vsize (KiB) 420724

[startup+1122.3 s]
/proc/loadavg: 8.19 8.14 8.09 9/188 31106
/proc/meminfo: memFree=25002968/32951124 swapFree=67111524/67111528
[pid=31028] ppid=31026 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31028/stat : 31028 (priss.sh) S 31026 31028 30400 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 498448858 8908800 251 33554432000 4194304 4922060 140733851864880 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31028/statm: 2175 251 211 178 0 68 0
[pid=31029] ppid=31028 vsize=420244 CPUtime=4482.83 cores=1,3,5,7
/proc/31029/stat : 31029 (priss) S 31028 31028 30400 0 -1 4202496 86891 0 0 0 448187 96 0 0 18 0 5 0 498448858 430329856 82917 33554432000 4194304 5787044 140736533080288 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31029/statm: 105061 82917 419 389 0 100811 0
[pid=31029/tid=31031] ppid=31028 vsize=420244 CPUtime=1122.03 cores=1,3,5,7
/proc/31029/task/31031/stat : 31031 (priss) R 31028 31028 30400 0 -1 4202560 22882 0 0 0 112182 21 0 0 25 0 5 0 498448860 430329856 82917 33554432000 4194304 5787044 140736533080288 18446744073709551615 5588680 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31029/tid=31032] ppid=31028 vsize=420244 CPUtime=1119.58 cores=1,3,5,7
/proc/31029/task/31032/stat : 31032 (priss) R 31028 31028 30400 0 -1 4202560 22801 0 0 0 111930 28 0 0 25 0 5 0 498448860 430329856 82917 33554432000 4194304 5787044 140736533080288 18446744073709551615 4648793 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31029/tid=31033] ppid=31028 vsize=420244 CPUtime=1118.89 cores=1,3,5,7
/proc/31029/task/31033/stat : 31033 (priss) R 31028 31028 30400 0 -1 4202560 22805 0 0 0 111857 32 0 0 25 0 5 0 498448860 430329856 82917 33554432000 4194304 5787044 140736533080288 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31029/tid=31034] ppid=31028 vsize=420244 CPUtime=1122.28 cores=1,3,5,7
/proc/31029/task/31034/stat : 31034 (priss) R 31028 31028 30400 0 -1 4202560 16678 0 0 0 112215 13 0 0 25 0 5 0 498448860 430329856 82917 33554432000 4194304 5787044 140736533080288 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4482.83
Current children cumulated vsize (KiB) 428944

[startup+1182.3 s]
/proc/loadavg: 8.17 8.14 8.09 9/188 31108
/proc/meminfo: memFree=24969360/32951124 swapFree=67111524/67111528
[pid=31028] ppid=31026 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31028/stat : 31028 (priss.sh) S 31026 31028 30400 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 498448858 8908800 251 33554432000 4194304 4922060 140733851864880 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31028/statm: 2175 251 211 178 0 68 0
[pid=31029] ppid=31028 vsize=485780 CPUtime=4722.49 cores=1,3,5,7
/proc/31029/stat : 31029 (priss) S 31028 31028 30400 0 -1 4202496 86953 0 0 0 472152 97 0 0 18 0 5 0 498448858 497438720 82979 33554432000 4194304 5787044 140736533080288 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31029/statm: 121445 82979 419 389 0 117195 0
[pid=31029/tid=31031] ppid=31028 vsize=485780 CPUtime=1182 cores=1,3,5,7
/proc/31029/task/31031/stat : 31031 (priss) R 31028 31028 30400 0 -1 4202560 22882 0 0 0 118179 21 0 0 25 0 5 0 498448860 497438720 82979 33554432000 4194304 5787044 140736533080288 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31029/tid=31032] ppid=31028 vsize=485780 CPUtime=1179.25 cores=1,3,5,7
/proc/31029/task/31032/stat : 31032 (priss) R 31028 31028 30400 0 -1 4202560 22801 0 0 0 117897 28 0 0 25 0 5 0 498448860 497438720 82979 33554432000 4194304 5787044 140736533080288 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31029/tid=31033] ppid=31028 vsize=485780 CPUtime=1178.89 cores=1,3,5,7
/proc/31029/task/31033/stat : 31033 (priss) R 31028 31028 30400 0 -1 4202560 22814 0 0 0 117857 32 0 0 25 0 5 0 498448860 497438720 82979 33554432000 4194304 5787044 140736533080288 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31029/tid=31034] ppid=31028 vsize=485780 CPUtime=1182.28 cores=1,3,5,7
/proc/31029/task/31034/stat : 31034 (priss) R 31028 31028 30400 0 -1 4202560 16731 0 0 0 118215 13 0 0 25 0 5 0 498448860 497438720 82979 33554432000 4194304 5787044 140736533080288 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4722.49
Current children cumulated vsize (KiB) 494480



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.19 8.15 8.10 9/188 31108
/proc/meminfo: memFree=24953980/32951124 swapFree=67111524/67111528
[pid=31028] ppid=31026 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31028/stat : 31028 (priss.sh) S 31026 31028 30400 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 498448858 8908800 251 33554432000 4194304 4922060 140733851864880 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31028/statm: 2175 251 211 178 0 68 0
[pid=31029] ppid=31028 vsize=485780 CPUtime=4800.39 cores=1,3,5,7
/proc/31029/stat : 31029 (priss) S 31028 31028 30400 0 -1 4202496 86980 0 0 0 479942 97 0 0 18 0 5 0 498448858 497438720 83006 33554432000 4194304 5787044 140736533080288 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31029/statm: 121445 83006 419 389 0 117195 0
[pid=31029/tid=31031] ppid=31028 vsize=485780 CPUtime=1201.51 cores=1,3,5,7
/proc/31029/task/31031/stat : 31031 (priss) R 31028 31028 30400 0 -1 4202560 22882 0 0 0 120130 21 0 0 25 0 5 0 498448860 497438720 83006 33554432000 4194304 5787044 140736533080288 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31029/tid=31032] ppid=31028 vsize=485780 CPUtime=1198.64 cores=1,3,5,7
/proc/31029/task/31032/stat : 31032 (priss) R 31028 31028 30400 0 -1 4202560 22801 0 0 0 119836 28 0 0 25 0 5 0 498448860 497438720 83006 33554432000 4194304 5787044 140736533080288 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31029/tid=31033] ppid=31028 vsize=485780 CPUtime=1198.4 cores=1,3,5,7
/proc/31029/task/31033/stat : 31033 (priss) R 31028 31028 30400 0 -1 4202560 22820 0 0 0 119808 32 0 0 25 0 5 0 498448860 497438720 83006 33554432000 4194304 5787044 140736533080288 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31029/tid=31034] ppid=31028 vsize=485780 CPUtime=1201.78 cores=1,3,5,7
/proc/31029/task/31034/stat : 31034 (priss) R 31028 31028 30400 0 -1 4202560 16752 0 0 0 120165 13 0 0 25 0 5 0 498448860 497438720 83006 33554432000 4194304 5787044 140736533080288 18446744073709551615 5527582 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) 494480

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 31028 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): 1201.82
CPU time (s): 4800.39
CPU user time (s): 4799.42
CPU system time (s): 0.97
CPU usage (%): 399.427
Max. virtual memory (cumulated for all children) (KiB): 494480

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= 330
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.55976 second user time and 5.00724 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-29 08:58:50
IDJOB=3262296
IDBENCH=83292
IDSOLVER=1603
FILE ID=node147/3262296-1304060329
RUNJOBID= node147-1304053707-30419
PBS_JOBID= 13170424
Free space on /tmp= 72656 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-20_390.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3262296-1304060329/watcher-3262296-1304060329 -o /tmp/evaluation-result-3262296-1304060329/solver-3262296-1304060329 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3262296-1304060329.cnf 1222771063 4800 15500 4

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

MD5SUM BENCH= 9f9afdb81b528e7852015fad23de6353
RANDOM SEED=1222771063

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
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:      25337340 kB
Buffers:       1027120 kB
Cached:        5805680 kB
SwapCached:          4 kB
Active:        1561568 kB
Inactive:      5607784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25337340 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            2000 kB
Writeback:           0 kB
AnonPages:      336148 kB
Mapped:          15624 kB
Slab:           381324 kB
PageTables:       5008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   525092 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= 72656 MiB
End job on node147 at 2011-04-29 09:18:53