Trace number 3262560

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.11 1201.72

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-13_160.cnf
MD5SUMad5b26aa9760a3817f3ab03e9314a5d6
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark284.707
Satisfiable
(Un)Satisfiability was proved
Number of variables160
Number of clauses7308
Sum of the clauses size31804
Maximum clause length13
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 36320
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5988

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: 22412
0.00/0.00	c parsetime: 2260us
0.00/0.00	c parsed 7308 clauses with 160 variables
0.00/0.00	c NW started thread 0 successfully (1107777856)
0.00/0.00	c NW started thread 1 successfully (1118267712)
0.00/0.00	c NW started thread 2 successfully (1128757568)
0.00/0.01	c NW started thread 3 successfully (1094199616)
13.56/3.40	c preprocessor returned 10039 variables
13.56/3.40	c preprocessing returned UNKNOWN
13.56/3.40	c PP set 0 variables
13.56/3.40	c pp time: 3398849us (3s)
13.56/3.41	c preprocessor returned 10039 variables
13.56/3.41	c preprocessing returned UNKNOWN
13.56/3.41	c PP set 0 variables
13.56/3.41	c pp time: 3401109us (3s)
13.56/3.43	c preprocessor returned 10039 variables
13.56/3.43	c preprocessing returned UNKNOWN
13.56/3.43	c PP set 0 variables
13.56/3.43	c pp time: 3423211us (3s)
160.14/40.18	c preprocessor returned 30147 variables
160.14/40.18	c preprocessing returned UNKNOWN
160.14/40.18	c PP set 0 variables
160.14/40.18	c pp time: 40170388us (40s)

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: 977)

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-3262560-1307635709/watcher-3262560-1307635709 -o /tmp/evaluation-result-3262560-1307635709/solver-3262560-1307635709 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3262560-1307635709.cnf 1254711716 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.11 7.50 5/182 22411
/proc/meminfo: memFree=31756068/32951124 swapFree=67056304/67111528
[pid=22411] ppid=22409 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22411/stat : 22411 (priss.sh) S 22409 22411 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 953801473 8908800 252 33554432000 4194304 4922060 140735990411696 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22411/statm: 2175 252 211 178 0 68 0

[startup+0.090564 s]
/proc/loadavg: 8.14 8.11 7.50 5/182 22411
/proc/meminfo: memFree=31756068/32951124 swapFree=67056304/67111528
[pid=22411] ppid=22409 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22411/stat : 22411 (priss.sh) S 22409 22411 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 953801473 8908800 252 33554432000 4194304 4922060 140735990411696 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22411/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.157305 s]
/proc/loadavg: 8.14 8.11 7.50 5/182 22411
/proc/meminfo: memFree=31756068/32951124 swapFree=67056304/67111528
[pid=22411] ppid=22409 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22411/stat : 22411 (priss.sh) S 22409 22411 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 953801473 8908800 252 33554432000 4194304 4922060 140735990411696 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22411/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.332799 s]
/proc/loadavg: 8.14 8.11 7.50 5/182 22411
/proc/meminfo: memFree=31756068/32951124 swapFree=67056304/67111528
[pid=22411] ppid=22409 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22411/stat : 22411 (priss.sh) S 22409 22411 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 953801473 8908800 252 33554432000 4194304 4922060 140735990411696 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22411/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700732 s]
/proc/loadavg: 8.14 8.11 7.50 5/182 22411
/proc/meminfo: memFree=31756068/32951124 swapFree=67056304/67111528
[pid=22411] ppid=22409 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22411/stat : 22411 (priss.sh) S 22409 22411 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 953801473 8908800 252 33554432000 4194304 4922060 140735990411696 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22411/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50059 s]
/proc/loadavg: 8.14 8.11 7.50 9/188 22417
/proc/meminfo: memFree=31735348/32951124 swapFree=67056304/67111528
[pid=22411] ppid=22409 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22411/stat : 22411 (priss.sh) S 22409 22411 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 953801473 8908800 252 33554432000 4194304 4922060 140735990411696 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22411/statm: 2175 252 211 178 0 68 0
[pid=22412] ppid=22411 vsize=274204 CPUtime=5.95 cores=1,3,5,7
/proc/22412/stat : 22412 (priss) S 22411 22411 21841 0 -1 4202496 6342 0 0 0 594 1 0 0 18 0 5 0 953801473 280784896 5591 33554432000 4194304 5787044 140733280411248 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22412/statm: 68551 5591 355 389 0 64301 0
[pid=22412/tid=22414] ppid=22411 vsize=274204 CPUtime=1.48 cores=1,3,5,7
/proc/22412/task/22414/stat : 22414 (priss) R 22411 22411 21841 0 -1 4202560 847 0 0 0 148 0 0 0 23 0 5 0 953801474 280784896 5591 33554432000 4194304 5787044 140733280411248 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22412/tid=22415] ppid=22411 vsize=274204 CPUtime=1.48 cores=1,3,5,7
/proc/22412/task/22415/stat : 22415 (priss) R 22411 22411 21841 0 -1 4202560 883 0 0 0 148 0 0 0 23 0 5 0 953801474 280784896 5591 33554432000 4194304 5787044 140733280411248 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22412/tid=22416] ppid=22411 vsize=274204 CPUtime=1.48 cores=1,3,5,7
/proc/22412/task/22416/stat : 22416 (priss) R 22411 22411 21841 0 -1 4202560 844 0 0 0 148 0 0 0 20 0 5 0 953801474 280784896 5591 33554432000 4194304 5787044 140733280411248 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22412/tid=22417] ppid=22411 vsize=274204 CPUtime=1.48 cores=1,3,5,7
/proc/22412/task/22417/stat : 22417 (priss) R 22411 22411 21841 0 -1 4202560 2201 0 0 0 148 0 0 0 23 0 5 0 953801474 280784896 5591 33554432000 4194304 5787044 140733280411248 18446744073709551615 260020089827 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 282904

[startup+3.10029 s]
/proc/loadavg: 8.14 8.11 7.50 10/188 22417
/proc/meminfo: memFree=31734480/32951124 swapFree=67056304/67111528
[pid=22411] ppid=22409 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22411/stat : 22411 (priss.sh) S 22409 22411 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 953801473 8908800 252 33554432000 4194304 4922060 140735990411696 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22411/statm: 2175 252 211 178 0 68 0
[pid=22412] ppid=22411 vsize=274204 CPUtime=12.34 cores=1,3,5,7
/proc/22412/stat : 22412 (priss) S 22411 22411 21841 0 -1 4202496 6343 0 0 0 1233 1 0 0 18 0 5 0 953801473 280784896 5592 33554432000 4194304 5787044 140733280411248 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22412/statm: 68551 5592 355 389 0 64301 0
[pid=22412/tid=22414] ppid=22411 vsize=274204 CPUtime=3.08 cores=1,3,5,7
/proc/22412/task/22414/stat : 22414 (priss) R 22411 22411 21841 0 -1 4202560 847 0 0 0 308 0 0 0 25 0 5 0 953801474 280784896 5592 33554432000 4194304 5787044 140733280411248 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22412/tid=22415] ppid=22411 vsize=274204 CPUtime=3.07 cores=1,3,5,7
/proc/22412/task/22415/stat : 22415 (priss) R 22411 22411 21841 0 -1 4202560 883 0 0 0 307 0 0 0 25 0 5 0 953801474 280784896 5592 33554432000 4194304 5787044 140733280411248 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22412/tid=22416] ppid=22411 vsize=274204 CPUtime=3.08 cores=1,3,5,7
/proc/22412/task/22416/stat : 22416 (priss) R 22411 22411 21841 0 -1 4202560 844 0 0 0 308 0 0 0 25 0 5 0 953801474 280784896 5592 33554432000 4194304 5787044 140733280411248 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22412/tid=22417] ppid=22411 vsize=274204 CPUtime=3.08 cores=1,3,5,7
/proc/22412/task/22417/stat : 22417 (priss) R 22411 22411 21841 0 -1 4202560 2202 0 0 0 308 0 0 0 25 0 5 0 953801474 280784896 5592 33554432000 4194304 5787044 140733280411248 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 282904

[startup+6.30071 s]
/proc/loadavg: 8.13 8.11 7.50 9/188 22417
/proc/meminfo: memFree=31725188/32951124 swapFree=67056304/67111528
[pid=22411] ppid=22409 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22411/stat : 22411 (priss.sh) S 22409 22411 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 953801473 8908800 252 33554432000 4194304 4922060 140735990411696 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22411/statm: 2175 252 211 178 0 68 0
[pid=22412] ppid=22411 vsize=277748 CPUtime=25.13 cores=1,3,5,7
/proc/22412/stat : 22412 (priss) S 22411 22411 21841 0 -1 4202496 9287 0 0 0 2510 3 0 0 18 0 5 0 953801473 284413952 8004 33554432000 4194304 5787044 140733280411248 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22412/statm: 69437 8004 404 389 0 65187 0
[pid=22412/tid=22414] ppid=22411 vsize=277748 CPUtime=6.28 cores=1,3,5,7
/proc/22412/task/22414/stat : 22414 (priss) R 22411 22411 21841 0 -1 4202560 1991 0 0 0 628 0 0 0 25 0 5 0 953801474 284413952 8004 33554432000 4194304 5787044 140733280411248 18446744073709551615 5591999 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22412/tid=22415] ppid=22411 vsize=277748 CPUtime=6.26 cores=1,3,5,7
/proc/22412/task/22415/stat : 22415 (priss) R 22411 22411 21841 0 -1 4202560 2003 0 0 0 625 1 0 0 25 0 5 0 953801474 284413952 8004 33554432000 4194304 5787044 140733280411248 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22412/tid=22416] ppid=22411 vsize=277748 CPUtime=6.28 cores=1,3,5,7
/proc/22412/task/22416/stat : 22416 (priss) R 22411 22411 21841 0 -1 4202560 1524 0 0 0 628 0 0 0 25 0 5 0 953801474 284413952 8004 33554432000 4194304 5787044 140733280411248 18446744073709551615 4238936 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22412/tid=22417] ppid=22411 vsize=277748 CPUtime=6.28 cores=1,3,5,7
/proc/22412/task/22417/stat : 22417 (priss) R 22411 22411 21841 0 -1 4202560 2202 0 0 0 628 0 0 0 25 0 5 0 953801474 284413952 8004 33554432000 4194304 5787044 140733280411248 18446744073709551615 260020089817 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 286448

[startup+12.7005 s]
/proc/loadavg: 8.12 8.11 7.51 9/188 22418
/proc/meminfo: memFree=31711192/32951124 swapFree=67056304/67111528
[pid=22411] ppid=22409 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22411/stat : 22411 (priss.sh) S 22409 22411 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 953801473 8908800 252 33554432000 4194304 4922060 140735990411696 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22411/statm: 2175 252 211 178 0 68 0
[pid=22412] ppid=22411 vsize=284252 CPUtime=50.69 cores=1,3,5,7
/proc/22412/stat : 22412 (priss) S 22411 22411 21841 0 -1 4202496 12014 0 0 0 5064 5 0 0 18 0 5 0 953801473 291074048 10731 33554432000 4194304 5787044 140733280411248 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22412/statm: 71063 10731 404 389 0 66813 0
[pid=22412/tid=22414] ppid=22411 vsize=284252 CPUtime=12.68 cores=1,3,5,7
/proc/22412/task/22414/stat : 22414 (priss) R 22411 22411 21841 0 -1 4202560 3586 0 0 0 1267 1 0 0 25 0 5 0 953801474 291074048 10731 33554432000 4194304 5787044 140733280411248 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22412/tid=22415] ppid=22411 vsize=284252 CPUtime=12.61 cores=1,3,5,7
/proc/22412/task/22415/stat : 22415 (priss) R 22411 22411 21841 0 -1 4202560 2572 0 0 0 1260 1 0 0 25 0 5 0 953801474 291074048 10731 33554432000 4194304 5787044 140733280411248 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22412/tid=22416] ppid=22411 vsize=284252 CPUtime=12.68 cores=1,3,5,7
/proc/22412/task/22416/stat : 22416 (priss) R 22411 22411 21841 0 -1 4202560 2087 0 0 0 1267 1 0 0 25 0 5 0 953801474 291074048 10731 33554432000 4194304 5787044 140733280411248 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22412/tid=22417] ppid=22411 vsize=284252 CPUtime=12.68 cores=1,3,5,7
/proc/22412/task/22417/stat : 22417 (priss) R 22411 22411 21841 0 -1 4202560 2202 0 0 0 1268 0 0 0 25 0 5 0 953801474 291074048 10731 33554432000 4194304 5787044 140733280411248 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 292952

[startup+25.5012 s]
/proc/loadavg: 8.17 8.12 7.52 9/188 22418
/proc/meminfo: memFree=31692220/32951124 swapFree=67056304/67111528
[pid=22411] ppid=22409 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22411/stat : 22411 (priss.sh) S 22409 22411 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 953801473 8908800 252 33554432000 4194304 4922060 140735990411696 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22411/statm: 2175 252 211 178 0 68 0
[pid=22412] ppid=22411 vsize=291600 CPUtime=101.82 cores=1,3,5,7
/proc/22412/stat : 22412 (priss) S 22411 22411 21841 0 -1 4202496 15276 0 0 0 10174 8 0 0 18 0 5 0 953801473 298598400 13991 33554432000 4194304 5787044 140733280411248 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22412/statm: 72900 13991 404 389 0 68650 0
[pid=22412/tid=22414] ppid=22411 vsize=291600 CPUtime=25.48 cores=1,3,5,7
/proc/22412/task/22414/stat : 22414 (priss) R 22411 22411 21841 0 -1 4202560 5350 0 0 0 2546 2 0 0 25 0 5 0 953801474 298598400 13991 33554432000 4194304 5787044 140733280411248 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22412/tid=22415] ppid=22411 vsize=291600 CPUtime=25.35 cores=1,3,5,7
/proc/22412/task/22415/stat : 22415 (priss) R 22411 22411 21841 0 -1 4202560 3282 0 0 0 2532 3 0 0 25 0 5 0 953801474 298598400 13991 33554432000 4194304 5787044 140733280411248 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22412/tid=22416] ppid=22411 vsize=291600 CPUtime=25.48 cores=1,3,5,7
/proc/22412/task/22416/stat : 22416 (priss) R 22411 22411 21841 0 -1 4202560 2875 0 0 0 2547 1 0 0 25 0 5 0 953801474 298598400 13991 33554432000 4194304 5787044 140733280411248 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22412/tid=22417] ppid=22411 vsize=291600 CPUtime=25.48 cores=1,3,5,7
/proc/22412/task/22417/stat : 22417 (priss) R 22411 22411 21841 0 -1 4202560 2202 0 0 0 2548 0 0 0 25 0 5 0 953801474 298598400 13991 33554432000 4194304 5787044 140733280411248 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 300300

[startup+51.1005 s]
/proc/loadavg: 8.11 8.11 7.53 9/188 22419
/proc/meminfo: memFree=31666888/32951124 swapFree=67056304/67111528
[pid=22411] ppid=22409 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22411/stat : 22411 (priss.sh) S 22409 22411 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 953801473 8908800 252 33554432000 4194304 4922060 140735990411696 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22411/statm: 2175 252 211 178 0 68 0
[pid=22412] ppid=22411 vsize=299900 CPUtime=204.07 cores=1,3,5,7
/proc/22412/stat : 22412 (priss) S 22411 22411 21841 0 -1 4202496 22202 0 0 0 20392 15 0 0 18 0 5 0 953801473 307097600 19947 33554432000 4194304 5787044 140733280411248 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22412/statm: 74975 19947 417 389 0 70725 0
[pid=22412/tid=22414] ppid=22411 vsize=299900 CPUtime=51.08 cores=1,3,5,7
/proc/22412/task/22414/stat : 22414 (priss) R 22411 22411 21841 0 -1 4202560 7264 0 0 0 5104 4 0 0 25 0 5 0 953801474 307097600 19947 33554432000 4194304 5787044 140733280411248 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22412/tid=22415] ppid=22411 vsize=299900 CPUtime=50.8 cores=1,3,5,7
/proc/22412/task/22415/stat : 22415 (priss) R 22411 22411 21841 0 -1 4202560 4458 0 0 0 5075 5 0 0 25 0 5 0 953801474 307097600 19947 33554432000 4194304 5787044 140733280411248 18446744073709551615 5576478 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22412/tid=22416] ppid=22411 vsize=299900 CPUtime=51.08 cores=1,3,5,7
/proc/22412/task/22416/stat : 22416 (priss) R 22411 22411 21841 0 -1 4202560 4150 0 0 0 5105 3 0 0 25 0 5 0 953801474 307097600 19947 33554432000 4194304 5787044 140733280411248 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22412/tid=22417] ppid=22411 vsize=299900 CPUtime=51.08 cores=1,3,5,7
/proc/22412/task/22417/stat : 22417 (priss) R 22411 22411 21841 0 -1 4202560 4763 0 0 0 5106 2 0 0 25 0 5 0 953801474 307097600 19947 33554432000 4194304 5787044 140733280411248 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 308600

[startup+102.301 s]
/proc/loadavg: 8.10 8.11 7.56 9/188 22420
/proc/meminfo: memFree=31638692/32951124 swapFree=67056304/67111528
[pid=22411] ppid=22409 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22411/stat : 22411 (priss.sh) S 22409 22411 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 953801473 8908800 252 33554432000 4194304 4922060 140735990411696 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22411/statm: 2175 252 211 178 0 68 0
[pid=22412] ppid=22411 vsize=309884 CPUtime=408.6 cores=1,3,5,7
/proc/22412/stat : 22412 (priss) S 22411 22411 21841 0 -1 4202496 28034 0 0 0 40835 25 0 0 18 0 5 0 953801473 317321216 25689 33554432000 4194304 5787044 140733280411248 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22412/statm: 77471 25689 417 389 0 73221 0
[pid=22412/tid=22414] ppid=22411 vsize=309884 CPUtime=102.28 cores=1,3,5,7
/proc/22412/task/22414/stat : 22414 (priss) R 22411 22411 21841 0 -1 4202560 8654 0 0 0 10222 6 0 0 25 0 5 0 953801474 317321216 25689 33554432000 4194304 5787044 140733280411248 18446744073709551615 5589452 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22412/tid=22415] ppid=22411 vsize=309884 CPUtime=101.72 cores=1,3,5,7
/proc/22412/task/22415/stat : 22415 (priss) R 22411 22411 21841 0 -1 4202560 6568 0 0 0 10165 7 0 0 25 0 5 0 953801474 317321216 25689 33554432000 4194304 5787044 140733280411248 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22412/tid=22416] ppid=22411 vsize=309884 CPUtime=102.28 cores=1,3,5,7
/proc/22412/task/22416/stat : 22416 (priss) R 22411 22411 21841 0 -1 4202560 5114 0 0 0 10223 5 0 0 25 0 5 0 953801474 317321216 25689 33554432000 4194304 5787044 140733280411248 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22412/tid=22417] ppid=22411 vsize=309884 CPUtime=102.28 cores=1,3,5,7

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

/proc/22412/task/22415/stat : 22415 (priss) R 22411 22411 21841 0 -1 4202560 15833 0 0 0 81752 25 0 0 25 0 5 0 953801474 398151680 68629 33554432000 4194304 5787044 140733280411248 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22412/tid=22416] ppid=22411 vsize=388820 CPUtime=822.26 cores=1,3,5,7
/proc/22412/task/22416/stat : 22416 (priss) R 22411 22411 21841 0 -1 4202560 15903 0 0 0 82209 17 0 0 25 0 5 0 953801474 398151680 68629 33554432000 4194304 5787044 140733280411248 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22412/tid=22417] ppid=22411 vsize=388820 CPUtime=822.24 cores=1,3,5,7
/proc/22412/task/22417/stat : 22417 (priss) R 22411 22411 21841 0 -1 4202560 16698 0 0 0 82205 19 0 0 25 0 5 0 953801474 398151680 68629 33554432000 4194304 5787044 140733280411248 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3284.55
Current children cumulated vsize (KiB) 397520

[startup+882.307 s]
/proc/loadavg: 8.00 8.03 7.82 9/188 22485
/proc/meminfo: memFree=31564640/32951124 swapFree=67056304/67111528
[pid=22411] ppid=22409 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22411/stat : 22411 (priss.sh) S 22409 22411 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 953801473 8908800 252 33554432000 4194304 4922060 140735990411696 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22411/statm: 2175 252 211 178 0 68 0
[pid=22412] ppid=22411 vsize=388820 CPUtime=3524.25 cores=1,3,5,7
/proc/22412/stat : 22412 (priss) S 22411 22411 21841 0 -1 4202496 72938 0 0 0 352340 85 0 0 18 0 5 0 953801473 398151680 69902 33554432000 4194304 5787044 140733280411248 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22412/statm: 97205 69902 417 389 0 92955 0
[pid=22412/tid=22414] ppid=22411 vsize=388820 CPUtime=882.24 cores=1,3,5,7
/proc/22412/task/22414/stat : 22414 (priss) R 22411 22411 21841 0 -1 4202560 21666 0 0 0 88205 19 0 0 25 0 5 0 953801474 398151680 69902 33554432000 4194304 5787044 140733280411248 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22412/tid=22415] ppid=22411 vsize=388820 CPUtime=877.45 cores=1,3,5,7
/proc/22412/task/22415/stat : 22415 (priss) R 22411 22411 21841 0 -1 4202560 15840 0 0 0 87720 25 0 0 25 0 5 0 953801474 398151680 69902 33554432000 4194304 5787044 140733280411248 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22412/tid=22416] ppid=22411 vsize=388820 CPUtime=882.27 cores=1,3,5,7
/proc/22412/task/22416/stat : 22416 (priss) R 22411 22411 21841 0 -1 4202560 16174 0 0 0 88210 17 0 0 25 0 5 0 953801474 398151680 69902 33554432000 4194304 5787044 140733280411248 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22412/tid=22417] ppid=22411 vsize=388820 CPUtime=882.25 cores=1,3,5,7
/proc/22412/task/22417/stat : 22417 (priss) R 22411 22411 21841 0 -1 4202560 17691 0 0 0 88204 21 0 0 25 0 5 0 953801474 398151680 69902 33554432000 4194304 5787044 140733280411248 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3524.25
Current children cumulated vsize (KiB) 397520

[startup+942.301 s]
/proc/loadavg: 8.00 8.02 7.83 9/188 22486
/proc/meminfo: memFree=31558376/32951124 swapFree=67056304/67111528
[pid=22411] ppid=22409 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22411/stat : 22411 (priss.sh) S 22409 22411 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 953801473 8908800 252 33554432000 4194304 4922060 140735990411696 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22411/statm: 2175 252 211 178 0 68 0
[pid=22412] ppid=22411 vsize=388820 CPUtime=3763.89 cores=1,3,5,7
/proc/22412/stat : 22412 (priss) S 22411 22411 21841 0 -1 4202496 73802 0 0 0 376302 87 0 0 18 0 5 0 953801473 398151680 70561 33554432000 4194304 5787044 140733280411248 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22412/statm: 97205 70561 417 389 0 92955 0
[pid=22412/tid=22414] ppid=22411 vsize=388820 CPUtime=942.24 cores=1,3,5,7
/proc/22412/task/22414/stat : 22414 (priss) R 22411 22411 21841 0 -1 4202560 21685 0 0 0 94204 20 0 0 25 0 5 0 953801474 398151680 70561 33554432000 4194304 5787044 140733280411248 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22412/tid=22415] ppid=22411 vsize=388820 CPUtime=937.13 cores=1,3,5,7
/proc/22412/task/22415/stat : 22415 (priss) R 22411 22411 21841 0 -1 4202560 15968 0 0 0 93687 26 0 0 25 0 5 0 953801474 398151680 70561 33554432000 4194304 5787044 140733280411248 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22412/tid=22416] ppid=22411 vsize=388820 CPUtime=942.26 cores=1,3,5,7
/proc/22412/task/22416/stat : 22416 (priss) R 22411 22411 21841 0 -1 4202560 16508 0 0 0 94208 18 0 0 25 0 5 0 953801474 398151680 70561 33554432000 4194304 5787044 140733280411248 18446744073709551615 5592004 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22412/tid=22417] ppid=22411 vsize=388820 CPUtime=942.24 cores=1,3,5,7
/proc/22412/task/22417/stat : 22417 (priss) R 22411 22411 21841 0 -1 4202560 18074 0 0 0 94202 22 0 0 25 0 5 0 953801474 398151680 70561 33554432000 4194304 5787044 140733280411248 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3763.89
Current children cumulated vsize (KiB) 397520

[startup+1002.3 s]
/proc/loadavg: 8.04 8.03 7.84 9/188 22488
/proc/meminfo: memFree=31556408/32951124 swapFree=67056304/67111528
[pid=22411] ppid=22409 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22411/stat : 22411 (priss.sh) S 22409 22411 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 953801473 8908800 252 33554432000 4194304 4922060 140735990411696 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22411/statm: 2175 252 211 178 0 68 0
[pid=22412] ppid=22411 vsize=388820 CPUtime=4003.56 cores=1,3,5,7
/proc/22412/stat : 22412 (priss) S 22411 22411 21841 0 -1 4202496 74000 0 0 0 400269 87 0 0 18 0 5 0 953801473 398151680 70759 33554432000 4194304 5787044 140733280411248 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22412/statm: 97205 70759 417 389 0 92955 0
[pid=22412/tid=22414] ppid=22411 vsize=388820 CPUtime=1002.24 cores=1,3,5,7
/proc/22412/task/22414/stat : 22414 (priss) R 22411 22411 21841 0 -1 4202560 21740 0 0 0 100204 20 0 0 25 0 5 0 953801474 398151680 70759 33554432000 4194304 5787044 140733280411248 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22412/tid=22415] ppid=22411 vsize=388820 CPUtime=996.8 cores=1,3,5,7
/proc/22412/task/22415/stat : 22415 (priss) R 22411 22411 21841 0 -1 4202560 16096 0 0 0 99654 26 0 0 25 0 5 0 953801474 398151680 70759 33554432000 4194304 5787044 140733280411248 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22412/tid=22416] ppid=22411 vsize=388820 CPUtime=1002.26 cores=1,3,5,7
/proc/22412/task/22416/stat : 22416 (priss) R 22411 22411 21841 0 -1 4202560 16509 0 0 0 100208 18 0 0 25 0 5 0 953801474 398151680 70759 33554432000 4194304 5787044 140733280411248 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22412/tid=22417] ppid=22411 vsize=388820 CPUtime=1002.25 cores=1,3,5,7
/proc/22412/task/22417/stat : 22417 (priss) R 22411 22411 21841 0 -1 4202560 18088 0 0 0 100202 23 0 0 25 0 5 0 953801474 398151680 70759 33554432000 4194304 5787044 140733280411248 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4003.56
Current children cumulated vsize (KiB) 397520

[startup+1062.3 s]
/proc/loadavg: 8.06 8.04 7.85 9/188 22489
/proc/meminfo: memFree=31547688/32951124 swapFree=67056304/67111528
[pid=22411] ppid=22409 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22411/stat : 22411 (priss.sh) S 22409 22411 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 953801473 8908800 252 33554432000 4194304 4922060 140735990411696 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22411/statm: 2175 252 211 178 0 68 0
[pid=22412] ppid=22411 vsize=399256 CPUtime=4243.25 cores=1,3,5,7
/proc/22412/stat : 22412 (priss) S 22411 22411 21841 0 -1 4202496 75949 0 0 0 424236 89 0 0 18 0 5 0 953801473 408838144 72708 33554432000 4194304 5787044 140733280411248 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22412/statm: 99814 72708 417 389 0 95564 0
[pid=22412/tid=22414] ppid=22411 vsize=399256 CPUtime=1062.23 cores=1,3,5,7
/proc/22412/task/22414/stat : 22414 (priss) R 22411 22411 21841 0 -1 4202560 22866 0 0 0 106203 20 0 0 25 0 5 0 953801474 408838144 72708 33554432000 4194304 5787044 140733280411248 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22412/tid=22415] ppid=22411 vsize=399256 CPUtime=1056.47 cores=1,3,5,7
/proc/22412/task/22415/stat : 22415 (priss) R 22411 22411 21841 0 -1 4202560 16755 0 0 0 105621 26 0 0 25 0 5 0 953801474 408838144 72708 33554432000 4194304 5787044 140733280411248 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22412/tid=22416] ppid=22411 vsize=399256 CPUtime=1062.26 cores=1,3,5,7
/proc/22412/task/22416/stat : 22416 (priss) R 22411 22411 21841 0 -1 4202560 16509 0 0 0 106208 18 0 0 25 0 5 0 953801474 408838144 72708 33554432000 4194304 5787044 140733280411248 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22412/tid=22417] ppid=22411 vsize=399256 CPUtime=1062.25 cores=1,3,5,7
/proc/22412/task/22417/stat : 22417 (priss) R 22411 22411 21841 0 -1 4202560 18252 0 0 0 106202 23 0 0 25 0 5 0 953801474 408838144 72708 33554432000 4194304 5787044 140733280411248 18446744073709551615 5527147 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4243.25
Current children cumulated vsize (KiB) 407956

[startup+1122.3 s]
/proc/loadavg: 8.06 8.04 7.86 9/188 22491
/proc/meminfo: memFree=31533104/32951124 swapFree=67056304/67111528
[pid=22411] ppid=22409 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22411/stat : 22411 (priss.sh) S 22409 22411 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 953801473 8908800 252 33554432000 4194304 4922060 140735990411696 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22411/statm: 2175 252 211 178 0 68 0
[pid=22412] ppid=22411 vsize=414832 CPUtime=4482.91 cores=1,3,5,7
/proc/22412/stat : 22412 (priss) S 22411 22411 21841 0 -1 4202496 79524 0 0 0 448201 90 0 0 18 0 5 0 953801473 424787968 76283 33554432000 4194304 5787044 140733280411248 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22412/statm: 103708 76283 417 389 0 99458 0
[pid=22412/tid=22414] ppid=22411 vsize=414832 CPUtime=1122.23 cores=1,3,5,7
/proc/22412/task/22414/stat : 22414 (priss) R 22411 22411 21841 0 -1 4202560 23673 0 0 0 112202 21 0 0 25 0 5 0 953801474 424787968 76283 33554432000 4194304 5787044 140733280411248 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22412/tid=22415] ppid=22411 vsize=414832 CPUtime=1116.14 cores=1,3,5,7
/proc/22412/task/22415/stat : 22415 (priss) R 22411 22411 21841 0 -1 4202560 17892 0 0 0 111588 26 0 0 25 0 5 0 953801474 424787968 76283 33554432000 4194304 5787044 140733280411248 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22412/tid=22416] ppid=22411 vsize=414832 CPUtime=1122.26 cores=1,3,5,7
/proc/22412/task/22416/stat : 22416 (priss) R 22411 22411 21841 0 -1 4202560 17535 0 0 0 112208 18 0 0 25 0 5 0 953801474 424787968 76283 33554432000 4194304 5787044 140733280411248 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22412/tid=22417] ppid=22411 vsize=414832 CPUtime=1122.24 cores=1,3,5,7
/proc/22412/task/22417/stat : 22417 (priss) R 22411 22411 21841 0 -1 4202560 18857 0 0 0 112201 23 0 0 25 0 5 0 953801474 424787968 76283 33554432000 4194304 5787044 140733280411248 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4482.91
Current children cumulated vsize (KiB) 423532

[startup+1182.3 s]
/proc/loadavg: 8.06 8.05 7.87 9/188 22493
/proc/meminfo: memFree=31511588/32951124 swapFree=67056304/67111528
[pid=22411] ppid=22409 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22411/stat : 22411 (priss.sh) S 22409 22411 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 953801473 8908800 252 33554432000 4194304 4922060 140735990411696 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22411/statm: 2175 252 211 178 0 68 0
[pid=22412] ppid=22411 vsize=422448 CPUtime=4722.6 cores=1,3,5,7
/proc/22412/stat : 22412 (priss) S 22411 22411 21841 0 -1 4202496 82296 0 0 0 472168 92 0 0 18 0 5 0 953801473 432586752 79055 33554432000 4194304 5787044 140733280411248 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22412/statm: 105612 79055 417 389 0 101362 0
[pid=22412/tid=22414] ppid=22411 vsize=422448 CPUtime=1182.23 cores=1,3,5,7
/proc/22412/task/22414/stat : 22414 (priss) R 22411 22411 21841 0 -1 4202560 24483 0 0 0 118201 22 0 0 25 0 5 0 953801474 432586752 79055 33554432000 4194304 5787044 140733280411248 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22412/tid=22415] ppid=22411 vsize=422448 CPUtime=1175.82 cores=1,3,5,7
/proc/22412/task/22415/stat : 22415 (priss) R 22411 22411 21841 0 -1 4202560 18649 0 0 0 117555 27 0 0 25 0 5 0 953801474 432586752 79055 33554432000 4194304 5787044 140733280411248 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22412/tid=22416] ppid=22411 vsize=422448 CPUtime=1182.26 cores=1,3,5,7
/proc/22412/task/22416/stat : 22416 (priss) R 22411 22411 21841 0 -1 4202560 17540 0 0 0 118208 18 0 0 25 0 5 0 953801474 432586752 79055 33554432000 4194304 5787044 140733280411248 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22412/tid=22417] ppid=22411 vsize=422448 CPUtime=1182.24 cores=1,3,5,7
/proc/22412/task/22417/stat : 22417 (priss) R 22411 22411 21841 0 -1 4202560 20057 0 0 0 118201 23 0 0 25 0 5 0 953801474 432586752 79055 33554432000 4194304 5787044 140733280411248 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4722.6
Current children cumulated vsize (KiB) 431148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.04 8.04 7.88 9/188 22493
/proc/meminfo: memFree=31502504/32951124 swapFree=67056304/67111528
[pid=22411] ppid=22409 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/22411/stat : 22411 (priss.sh) S 22409 22411 21841 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 953801473 8908800 252 33554432000 4194304 4922060 140735990411696 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22411/statm: 2175 252 211 178 0 68 0
[pid=22412] ppid=22411 vsize=423500 CPUtime=4800.11 cores=1,3,5,7
/proc/22412/stat : 22412 (priss) S 22411 22411 21841 0 -1 4202496 83156 0 0 0 479917 94 0 0 18 0 5 0 953801473 433664000 79915 33554432000 4194304 5787044 140733280411248 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22412/statm: 105875 79915 417 389 0 101625 0
[pid=22412/tid=22414] ppid=22411 vsize=423500 CPUtime=1201.63 cores=1,3,5,7
/proc/22412/task/22414/stat : 22414 (priss) R 22411 22411 21841 0 -1 4202560 24733 0 0 0 120141 22 0 0 25 0 5 0 953801474 433664000 79915 33554432000 4194304 5787044 140733280411248 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=22412/tid=22415] ppid=22411 vsize=423500 CPUtime=1195.11 cores=1,3,5,7
/proc/22412/task/22415/stat : 22415 (priss) R 22411 22411 21841 0 -1 4202560 18863 0 0 0 119484 27 0 0 25 0 5 0 953801474 433664000 79915 33554432000 4194304 5787044 140733280411248 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=22412/tid=22416] ppid=22411 vsize=423500 CPUtime=1201.66 cores=1,3,5,7
/proc/22412/task/22416/stat : 22416 (priss) R 22411 22411 21841 0 -1 4202560 17653 0 0 0 120148 18 0 0 25 0 5 0 953801474 433664000 79915 33554432000 4194304 5787044 140733280411248 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=22412/tid=22417] ppid=22411 vsize=423500 CPUtime=1201.65 cores=1,3,5,7
/proc/22412/task/22417/stat : 22417 (priss) R 22411 22411 21841 0 -1 4202560 20340 0 0 0 120141 24 0 0 25 0 5 0 953801474 433664000 79915 33554432000 4194304 5787044 140733280411248 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.11
Current children cumulated vsize (KiB) 432200

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

Real time (s): 1201.72
CPU time (s): 4800.11
CPU user time (s): 4799.17
CPU system time (s): 0.94
CPU usage (%): 399.437
Max. virtual memory (cumulated for all children) (KiB): 432200

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

runsolver used 1.58476 second user time and 4.98024 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-09 18:08:29
IDJOB=3262560
IDBENCH=83323
IDSOLVER=1603
FILE ID=node110/3262560-1307635709
RUNJOBID= node110-1307633277-21860
PBS_JOBID= 13549381
Free space on /tmp= 74168 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-13_160.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3262560-1307635709/watcher-3262560-1307635709 -o /tmp/evaluation-result-3262560-1307635709/solver-3262560-1307635709 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3262560-1307635709.cnf 1254711716 4800 15500 4

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

MD5SUM BENCH= ad5b26aa9760a3817f3ab03e9314a5d6
RANDOM SEED=1254711716

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31756860 kB
Buffers:        218616 kB
Cached:         364816 kB
SwapCached:       8464 kB
Active:         688652 kB
Inactive:       281180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31756860 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:            1584 kB
Writeback:           0 kB
AnonPages:      383924 kB
Mapped:          13744 kB
Slab:           160240 kB
PageTables:       5556 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   631980 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= 74168 MiB
End job on node110 at 2011-06-09 18:28:33