Trace number 3499507

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
priss 1.0? (TO) 20399.3 5100.02

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-16_238.cnf
MD5SUMb61e426b264831836f140414cdcf3e23
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables238
Number of clauses15812
Sum of the clauses size70446
Maximum clause length16
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 314042
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51770

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: 12814
0.00/0.01	c parsetime: 4832us
0.00/0.01	c parsed 15812 clauses with 238 variables
0.00/0.01	c NW started thread 0 successfully (1092098368)
0.00/0.01	c NW started thread 1 successfully (1102588224)
0.00/0.01	c NW started thread 2 successfully (1113078080)
0.00/0.02	c NW started thread 3 successfully (1123567936)
3.96/1.05	c preprocessor returned 10028 variables
3.96/1.05	c preprocessing returned UNKNOWN
3.96/1.05	c PP set 0 variables
3.96/1.05	c pp time: 1048082us (1s)
3.96/1.06	c preprocessor returned 10028 variables
3.96/1.06	c preprocessing returned UNKNOWN
3.96/1.06	c PP set 0 variables
3.96/1.06	c pp time: 1051677us (1s)
3.96/1.06	c preprocessor returned 10028 variables
3.96/1.06	c preprocessing returned UNKNOWN
3.96/1.06	c PP set 0 variables
3.96/1.06	c pp time: 1050409us (1s)
308.72/77.28	c preprocessor returned 30034 variables
308.72/77.28	c preprocessing returned UNKNOWN
308.72/77.28	c PP set 0 variables
308.72/77.28	c pp time: 77266790us (77s)
12309.84/3077.60	c HTE
12335.84/3084.15	c subsumption
12539.05/3134.95	c simplified formula contains 0 unit clauses

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

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

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

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


[startup+0 s]
/proc/loadavg: 4.00 4.00 3.98 2/170 12813
/proc/meminfo: memFree=7649760/32951124 swapFree=67049472/67111528
[pid=12813] ppid=12811 vsize=8700 CPUtime=0 cores=0-7
/proc/12813/stat : 12813 (priss.sh) S 12811 12813 12194 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990576234 8908800 252 33554432000 4194304 4922060 140735460587488 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12813/statm: 2175 252 211 178 0 68 0

[startup+0.03047 s]
/proc/loadavg: 4.00 4.00 3.98 2/170 12813
/proc/meminfo: memFree=7649760/32951124 swapFree=67049472/67111528
[pid=12813] ppid=12811 vsize=8700 CPUtime=0 cores=0-7
/proc/12813/stat : 12813 (priss.sh) S 12811 12813 12194 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990576234 8908800 252 33554432000 4194304 4922060 140735460587488 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12813/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100462 s]
/proc/loadavg: 4.00 4.00 3.98 2/170 12813
/proc/meminfo: memFree=7649760/32951124 swapFree=67049472/67111528
[pid=12813] ppid=12811 vsize=8700 CPUtime=0 cores=0-7
/proc/12813/stat : 12813 (priss.sh) S 12811 12813 12194 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990576234 8908800 252 33554432000 4194304 4922060 140735460587488 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12813/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300425 s]
/proc/loadavg: 4.00 4.00 3.98 2/170 12813
/proc/meminfo: memFree=7649760/32951124 swapFree=67049472/67111528
[pid=12813] ppid=12811 vsize=8700 CPUtime=0 cores=0-7
/proc/12813/stat : 12813 (priss.sh) S 12811 12813 12194 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990576234 8908800 252 33554432000 4194304 4922060 140735460587488 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12813/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700362 s]
/proc/loadavg: 4.00 4.00 3.98 2/170 12813
/proc/meminfo: memFree=7649760/32951124 swapFree=67049472/67111528
[pid=12813] ppid=12811 vsize=8700 CPUtime=0 cores=0-7
/proc/12813/stat : 12813 (priss.sh) S 12811 12813 12194 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990576234 8908800 252 33554432000 4194304 4922060 140735460587488 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12813/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50123 s]
/proc/loadavg: 4.00 4.00 3.98 5/176 12819
/proc/meminfo: memFree=7625564/32951124 swapFree=67049472/67111528
[pid=12813] ppid=12811 vsize=8700 CPUtime=0 cores=0-7
/proc/12813/stat : 12813 (priss.sh) S 12811 12813 12194 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990576234 8908800 252 33554432000 4194304 4922060 140735460587488 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12813/statm: 2175 252 211 178 0 68 0
[pid=12814] ppid=12813 vsize=279572 CPUtime=5.94 cores=0-7
/proc/12814/stat : 12814 (priss) S 12813 12813 12194 0 -1 4202496 9554 0 0 0 592 2 0 0 18 0 5 0 990576234 286281728 8114 33554432000 4194304 5787044 140733312710736 18446744073709551615 224296749489 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/12814/statm: 69893 8114 404 389 0 65643 0
[pid=12814/tid=12816] ppid=12813 vsize=279572 CPUtime=1.48 cores=0-7
/proc/12814/task/12816/stat : 12816 (priss) R 12813 12813 12194 0 -1 4202560 1722 0 0 0 148 0 0 0 18 0 5 0 990576235 286281728 8114 33554432000 4194304 5787044 140733312710736 18446744073709551615 5592464 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12814/tid=12817] ppid=12813 vsize=279572 CPUtime=1.47 cores=0-7
/proc/12814/task/12817/stat : 12817 (priss) R 12813 12813 12194 0 -1 4202560 2025 0 0 0 147 0 0 0 18 0 5 0 990576236 286281728 8114 33554432000 4194304 5787044 140733312710736 18446744073709551615 5576630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12814/tid=12818] ppid=12813 vsize=279572 CPUtime=1.47 cores=0-7
/proc/12814/task/12818/stat : 12818 (priss) R 12813 12813 12194 0 -1 4202560 2004 0 0 0 147 0 0 0 18 0 5 0 990576236 286281728 8114 33554432000 4194304 5787044 140733312710736 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12814/tid=12819] ppid=12813 vsize=279572 CPUtime=1.47 cores=0-7
/proc/12814/task/12819/stat : 12819 (priss) R 12813 12813 12194 0 -1 4202560 2130 0 0 0 147 0 0 0 18 0 5 0 990576236 286281728 8114 33554432000 4194304 5787044 140733312710736 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 288272

[startup+3.10096 s]
/proc/loadavg: 4.00 4.00 3.98 5/176 12819
/proc/meminfo: memFree=7614280/32951124 swapFree=67049472/67111528
[pid=12813] ppid=12811 vsize=8700 CPUtime=0 cores=0-7
/proc/12813/stat : 12813 (priss.sh) S 12811 12813 12194 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990576234 8908800 252 33554432000 4194304 4922060 140735460587488 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12813/statm: 2175 252 211 178 0 68 0
[pid=12814] ppid=12813 vsize=284512 CPUtime=12.34 cores=0-7
/proc/12814/stat : 12814 (priss) S 12813 12813 12194 0 -1 4202496 11013 0 0 0 1231 3 0 0 18 0 5 0 990576234 291340288 9573 33554432000 4194304 5787044 140733312710736 18446744073709551615 224296749489 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/12814/statm: 71128 9573 404 389 0 66878 0
[pid=12814/tid=12816] ppid=12813 vsize=284512 CPUtime=3.08 cores=0-7
/proc/12814/task/12816/stat : 12816 (priss) R 12813 12813 12194 0 -1 4202560 1800 0 0 0 308 0 0 0 18 0 5 0 990576235 291340288 9573 33554432000 4194304 5787044 140733312710736 18446744073709551615 5591075 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12814/tid=12817] ppid=12813 vsize=284512 CPUtime=3.07 cores=0-7
/proc/12814/task/12817/stat : 12817 (priss) R 12813 12813 12194 0 -1 4202560 2165 0 0 0 307 0 0 0 20 0 5 0 990576236 291340288 9573 33554432000 4194304 5787044 140733312710736 18446744073709551615 5591024 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12814/tid=12818] ppid=12813 vsize=284512 CPUtime=3.07 cores=0-7
/proc/12814/task/12818/stat : 12818 (priss) R 12813 12813 12194 0 -1 4202560 3243 0 0 0 307 0 0 0 18 0 5 0 990576236 291340288 9573 33554432000 4194304 5787044 140733312710736 18446744073709551615 5591547 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12814/tid=12819] ppid=12813 vsize=284512 CPUtime=3.07 cores=0-7
/proc/12814/task/12819/stat : 12819 (priss) R 12813 12813 12194 0 -1 4202560 2132 0 0 0 307 0 0 0 20 0 5 0 990576236 291340288 9573 33554432000 4194304 5787044 140733312710736 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 293212

[startup+6.30043 s]
/proc/loadavg: 4.00 4.00 3.98 5/176 12819
/proc/meminfo: memFree=7611052/32951124 swapFree=67049472/67111528
[pid=12813] ppid=12811 vsize=8700 CPUtime=0 cores=0-7
/proc/12813/stat : 12813 (priss.sh) S 12811 12813 12194 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990576234 8908800 252 33554432000 4194304 4922060 140735460587488 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12813/statm: 2175 252 211 178 0 68 0
[pid=12814] ppid=12813 vsize=285172 CPUtime=25.14 cores=0-7
/proc/12814/stat : 12814 (priss) S 12813 12813 12194 0 -1 4202496 11778 0 0 0 2510 4 0 0 18 0 5 0 990576234 292016128 10338 33554432000 4194304 5787044 140733312710736 18446744073709551615 224296749489 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/12814/statm: 71293 10338 404 389 0 67043 0
[pid=12814/tid=12816] ppid=12813 vsize=285172 CPUtime=6.27 cores=0-7
/proc/12814/task/12816/stat : 12816 (priss) R 12813 12813 12194 0 -1 4202560 2144 0 0 0 627 0 0 0 19 0 5 0 990576235 292016128 10338 33554432000 4194304 5787044 140733312710736 18446744073709551615 4238736 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12814/tid=12817] ppid=12813 vsize=285172 CPUtime=6.27 cores=0-7
/proc/12814/task/12817/stat : 12817 (priss) R 12813 12813 12194 0 -1 4202560 2431 0 0 0 626 1 0 0 21 0 5 0 990576236 292016128 10339 33554432000 4194304 5787044 140733312710736 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12814/tid=12818] ppid=12813 vsize=285172 CPUtime=6.28 cores=0-7
/proc/12814/task/12818/stat : 12818 (priss) R 12813 12813 12194 0 -1 4202560 3399 0 0 0 627 1 0 0 18 0 5 0 990576236 292016128 10339 33554432000 4194304 5787044 140733312710736 18446744073709551615 224284587041 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12814/tid=12819] ppid=12813 vsize=285172 CPUtime=6.27 cores=0-7
/proc/12814/task/12819/stat : 12819 (priss) R 12813 12813 12194 0 -1 4202560 2132 0 0 0 627 0 0 0 25 0 5 0 990576236 292016128 10339 33554432000 4194304 5787044 140733312710736 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 293872

[startup+12.7004 s]
/proc/loadavg: 4.00 4.00 3.98 5/176 12819
/proc/meminfo: memFree=7605628/32951124 swapFree=67049472/67111528
[pid=12813] ppid=12811 vsize=8700 CPUtime=0 cores=0-7
/proc/12813/stat : 12813 (priss.sh) S 12811 12813 12194 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990576234 8908800 252 33554432000 4194304 4922060 140735460587488 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12813/statm: 2175 252 211 178 0 68 0
[pid=12814] ppid=12813 vsize=287264 CPUtime=50.74 cores=0-7
/proc/12814/stat : 12814 (priss) S 12813 12813 12194 0 -1 4202496 13500 0 0 0 5067 7 0 0 18 0 5 0 990576234 294158336 12060 33554432000 4194304 5787044 140733312710736 18446744073709551615 224296749489 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/12814/statm: 71816 12060 404 389 0 67566 0
[pid=12814/tid=12816] ppid=12813 vsize=287264 CPUtime=12.67 cores=0-7
/proc/12814/task/12816/stat : 12816 (priss) R 12813 12813 12194 0 -1 4202560 2761 0 0 0 1266 1 0 0 18 0 5 0 990576235 294158336 12060 33554432000 4194304 5787044 140733312710736 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12814/tid=12817] ppid=12813 vsize=287264 CPUtime=12.67 cores=0-7
/proc/12814/task/12817/stat : 12817 (priss) R 12813 12813 12194 0 -1 4202560 2868 0 0 0 1265 2 0 0 25 0 5 0 990576236 294158336 12060 33554432000 4194304 5787044 140733312710736 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12814/tid=12818] ppid=12813 vsize=287264 CPUtime=12.67 cores=0-7
/proc/12814/task/12818/stat : 12818 (priss) R 12813 12813 12194 0 -1 4202560 4066 0 0 0 1266 1 0 0 18 0 5 0 990576236 294158336 12060 33554432000 4194304 5787044 140733312710736 18446744073709551615 5591217 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12814/tid=12819] ppid=12813 vsize=287264 CPUtime=12.67 cores=0-7
/proc/12814/task/12819/stat : 12819 (priss) R 12813 12813 12194 0 -1 4202560 2132 0 0 0 1267 0 0 0 25 0 5 0 990576236 294158336 12060 33554432000 4194304 5787044 140733312710736 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 295964

[startup+25.5012 s]
/proc/loadavg: 4.00 4.00 3.98 5/176 12819
/proc/meminfo: memFree=7590940/32951124 swapFree=67049472/67111528
[pid=12813] ppid=12811 vsize=8700 CPUtime=0 cores=0-7
/proc/12813/stat : 12813 (priss.sh) S 12811 12813 12194 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990576234 8908800 252 33554432000 4194304 4922060 140735460587488 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12813/statm: 2175 252 211 178 0 68 0
[pid=12814] ppid=12813 vsize=295668 CPUtime=101.93 cores=0-7
/proc/12814/stat : 12814 (priss) S 12813 12813 12194 0 -1 4202496 17113 0 0 0 10183 10 0 0 18 0 5 0 990576234 302764032 15671 33554432000 4194304 5787044 140733312710736 18446744073709551615 224296749489 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/12814/statm: 73917 15671 404 389 0 69667 0
[pid=12814/tid=12816] ppid=12813 vsize=295668 CPUtime=25.48 cores=0-7
/proc/12814/task/12816/stat : 12816 (priss) R 12813 12813 12194 0 -1 4202560 3757 0 0 0 2544 4 0 0 18 0 5 0 990576235 302764032 15671 33554432000 4194304 5787044 140733312710736 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12814/tid=12817] ppid=12813 vsize=295668 CPUtime=25.47 cores=0-7
/proc/12814/task/12817/stat : 12817 (priss) R 12813 12813 12194 0 -1 4202560 4444 0 0 0 2544 3 0 0 18 0 5 0 990576236 302764032 15671 33554432000 4194304 5787044 140733312710736 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12814/tid=12818] ppid=12813 vsize=295668 CPUtime=25.47 cores=0-7
/proc/12814/task/12818/stat : 12818 (priss) R 12813 12813 12194 0 -1 4202560 5107 0 0 0 2545 2 0 0 18 0 5 0 990576236 302764032 15671 33554432000 4194304 5787044 140733312710736 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12814/tid=12819] ppid=12813 vsize=295668 CPUtime=25.47 cores=0-7
/proc/12814/task/12819/stat : 12819 (priss) R 12813 12813 12194 0 -1 4202560 2132 0 0 0 2547 0 0 0 25 0 5 0 990576236 302764032 15671 33554432000 4194304 5787044 140733312710736 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.93
Current children cumulated vsize (KiB) 304368

[startup+51.101 s]
/proc/loadavg: 4.00 4.00 3.98 5/176 12821
/proc/meminfo: memFree=7572160/32951124 swapFree=67049472/67111528
[pid=12813] ppid=12811 vsize=8700 CPUtime=0 cores=0-7
/proc/12813/stat : 12813 (priss.sh) S 12811 12813 12194 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990576234 8908800 252 33554432000 4194304 4922060 140735460587488 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12813/statm: 2175 252 211 178 0 68 0
[pid=12814] ppid=12813 vsize=303580 CPUtime=204.33 cores=0-7
/proc/12814/stat : 12814 (priss) S 12813 12813 12194 0 -1 4202496 21931 0 0 0 20413 20 0 0 18 0 5 0 990576234 310865920 20488 33554432000 4194304 5787044 140733312710736 18446744073709551615 224296749489 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/12814/statm: 75895 20488 404 389 0 71645 0
[pid=12814/tid=12816] ppid=12813 vsize=303580 CPUtime=51.07 cores=0-7
/proc/12814/task/12816/stat : 12816 (priss) R 12813 12813 12194 0 -1 4202560 4120 0 0 0 5102 5 0 0 25 0 5 0 990576235 310865920 20488 33554432000 4194304 5787044 140733312710736 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12814/tid=12817] ppid=12813 vsize=303580 CPUtime=51.07 cores=0-7
/proc/12814/task/12817/stat : 12817 (priss) R 12813 12813 12194 0 -1 4202560 6463 0 0 0 5099 8 0 0 25 0 5 0 990576236 310865920 20488 33554432000 4194304 5787044 140733312710736 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12814/tid=12818] ppid=12813 vsize=303580 CPUtime=51.07 cores=0-7
/proc/12814/task/12818/stat : 12818 (priss) R 12813 12813 12194 0 -1 4202560 7543 0 0 0 5102 5 0 0 25 0 5 0 990576236 310865920 20488 33554432000 4194304 5787044 140733312710736 18446744073709551615 5591999 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12814/tid=12819] ppid=12813 vsize=303580 CPUtime=51.07 cores=0-7
/proc/12814/task/12819/stat : 12819 (priss) R 12813 12813 12194 0 -1 4202560 2132 0 0 0 5107 0 0 0 25 0 5 0 990576236 310865920 20488 33554432000 4194304 5787044 140733312710736 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.33
Current children cumulated vsize (KiB) 312280

[startup+102.306 s]
/proc/loadavg: 4.00 4.00 3.98 5/176 12821
/proc/meminfo: memFree=7538376/32951124 swapFree=67049472/67111528
[pid=12813] ppid=12811 vsize=8700 CPUtime=0 cores=0-7
/proc/12813/stat : 12813 (priss.sh) S 12811 12813 12194 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990576234 8908800 252 33554432000 4194304 4922060 140735460587488 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12813/statm: 2175 252 211 178 0 68 0
[pid=12814] ppid=12813 vsize=316772 CPUtime=409.12 cores=0-7
/proc/12814/stat : 12814 (priss) S 12813 12813 12194 0 -1 4202496 31277 0 0 0 40872 40 0 0 18 0 5 0 990576234 324374528 28750 33554432000 4194304 5787044 140733312710736 18446744073709551615 224296749489 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/12814/statm: 79193 28750 417 389 0 74943 0
[pid=12814/tid=12816] ppid=12813 vsize=316772 CPUtime=102.26 cores=0-7
/proc/12814/task/12816/stat : 12816 (priss) R 12813 12813 12194 0 -1 4202560 6947 0 0 0 10213 13 0 0 21 0 5 0 990576235 324374528 28750 33554432000 4194304 5787044 140733312710736 18446744073709551615 5590446 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12814/tid=12817] ppid=12813 vsize=316772 CPUtime=102.26 cores=0-7
/proc/12814/task/12817/stat : 12817 (priss) R 12813 12813 12194 0 -1 4202560 8181 0 0 0 10214 12 0 0 21 0 5 0 990576236 324374528 28750 33554432000 4194304 5787044 140733312710736 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12814/tid=12818] ppid=12813 vsize=316772 CPUtime=102.27 cores=0-7
/proc/12814/task/12818/stat : 12818 (priss) R 12813 12813 12194 0 -1 4202560 8901 0 0 0 10216 11 0 0 25 0 5 0 990576236 324374528 28750 33554432000 4194304 5787044 140733312710736 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12814/tid=12819] ppid=12813 vsize=316772 CPUtime=102.28 cores=0-7

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

/proc/12814/task/12817/stat : 12817 (priss) R 12813 12813 12194 0 -1 4202560 51912 0 0 0 472143 68 0 0 25 0 5 0 990576236 1095741440 227546 33554432000 4194304 5787044 140733312710736 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12814/tid=12818] ppid=12813 vsize=1070060 CPUtime=4722.17 cores=0-7
/proc/12814/task/12818/stat : 12818 (priss) R 12813 12813 12194 0 -1 4202560 65112 0 0 0 472138 79 0 0 25 0 5 0 990576236 1095741440 227546 33554432000 4194304 5787044 140733312710736 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12814/tid=12819] ppid=12813 vsize=1070060 CPUtime=4722.14 cores=0-7
/proc/12814/task/12819/stat : 12819 (priss) R 12813 12813 12194 0 -1 4202560 73218 0 0 0 472088 126 0 0 25 0 5 0 990576236 1095741440 227546 33554432000 4194304 5787044 140733312710736 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 18888.6
Current children cumulated vsize (KiB) 1078760

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/176 12960
/proc/meminfo: memFree=6736624/32951124 swapFree=67049472/67111528
[pid=12813] ppid=12811 vsize=8700 CPUtime=0 cores=0-7
/proc/12813/stat : 12813 (priss.sh) S 12811 12813 12194 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990576234 8908800 252 33554432000 4194304 4922060 140735460587488 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12813/statm: 2175 252 211 178 0 68 0
[pid=12814] ppid=12813 vsize=1070636 CPUtime=19128.6 cores=0-7
/proc/12814/stat : 12814 (priss) S 12813 12813 12194 0 -1 4202496 240236 0 0 0 1912522 333 0 0 18 0 5 0 990576234 1096331264 227932 33554432000 4194304 5787044 140733312710736 18446744073709551615 224296749489 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/12814/statm: 267659 227932 417 389 0 263409 0
[pid=12814/tid=12816] ppid=12813 vsize=1070636 CPUtime=4782.1 cores=0-7
/proc/12814/task/12816/stat : 12816 (priss) R 12813 12813 12194 0 -1 4202560 47935 0 0 0 478152 58 0 0 25 0 5 0 990576235 1096331264 227932 33554432000 4194304 5787044 140733312710736 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=12814/tid=12817] ppid=12813 vsize=1070636 CPUtime=4782.1 cores=0-7
/proc/12814/task/12817/stat : 12817 (priss) R 12813 12813 12194 0 -1 4202560 51912 0 0 0 478142 68 0 0 19 0 5 0 990576236 1096331264 227932 33554432000 4194304 5787044 140733312710736 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12814/tid=12818] ppid=12813 vsize=1070636 CPUtime=4782.17 cores=0-7
/proc/12814/task/12818/stat : 12818 (priss) R 12813 12813 12194 0 -1 4202560 65253 0 0 0 478138 79 0 0 25 0 5 0 990576236 1096331264 227932 33554432000 4194304 5787044 140733312710736 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12814/tid=12819] ppid=12813 vsize=1070636 CPUtime=4782.13 cores=0-7
/proc/12814/task/12819/stat : 12819 (priss) R 12813 12813 12194 0 -1 4202560 73463 0 0 0 478087 126 0 0 25 0 5 0 990576236 1096331264 227932 33554432000 4194304 5787044 140733312710736 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19128.6
Current children cumulated vsize (KiB) 1079336

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/176 12962
/proc/meminfo: memFree=6733824/32951124 swapFree=67049472/67111528
[pid=12813] ppid=12811 vsize=8700 CPUtime=0 cores=0-7
/proc/12813/stat : 12813 (priss.sh) S 12811 12813 12194 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990576234 8908800 252 33554432000 4194304 4922060 140735460587488 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12813/statm: 2175 252 211 178 0 68 0
[pid=12814] ppid=12813 vsize=1071660 CPUtime=19368.6 cores=0-7
/proc/12814/stat : 12814 (priss) S 12813 12813 12194 0 -1 4202496 240906 0 0 0 1936522 333 0 0 18 0 5 0 990576234 1097379840 228602 33554432000 4194304 5787044 140733312710736 18446744073709551615 224296749489 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/12814/statm: 267915 228602 417 389 0 263665 0
[pid=12814/tid=12816] ppid=12813 vsize=1071660 CPUtime=4842.1 cores=0-7
/proc/12814/task/12816/stat : 12816 (priss) R 12813 12813 12194 0 -1 4202560 47935 0 0 0 484152 58 0 0 25 0 5 0 990576235 1097379840 228602 33554432000 4194304 5787044 140733312710736 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=12814/tid=12817] ppid=12813 vsize=1071660 CPUtime=4842.1 cores=0-7
/proc/12814/task/12817/stat : 12817 (priss) R 12813 12813 12194 0 -1 4202560 51912 0 0 0 484142 68 0 0 25 0 5 0 990576236 1097379840 228602 33554432000 4194304 5787044 140733312710736 18446744073709551615 5591243 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12814/tid=12818] ppid=12813 vsize=1071660 CPUtime=4842.17 cores=0-7
/proc/12814/task/12818/stat : 12818 (priss) R 12813 12813 12194 0 -1 4202560 65444 0 0 0 484137 80 0 0 25 0 5 0 990576236 1097379840 228602 33554432000 4194304 5787044 140733312710736 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12814/tid=12819] ppid=12813 vsize=1071660 CPUtime=4842.13 cores=0-7
/proc/12814/task/12819/stat : 12819 (priss) R 12813 12813 12194 0 -1 4202560 73942 0 0 0 484087 126 0 0 25 0 5 0 990576236 1097379840 228602 33554432000 4194304 5787044 140733312710736 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19368.6
Current children cumulated vsize (KiB) 1080360

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/176 12965
/proc/meminfo: memFree=6731144/32951124 swapFree=67049472/67111528
[pid=12813] ppid=12811 vsize=8700 CPUtime=0 cores=0-7
/proc/12813/stat : 12813 (priss.sh) S 12811 12813 12194 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990576234 8908800 252 33554432000 4194304 4922060 140735460587488 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12813/statm: 2175 252 211 178 0 68 0
[pid=12814] ppid=12813 vsize=1072684 CPUtime=19608.6 cores=0-7
/proc/12814/stat : 12814 (priss) S 12813 12813 12194 0 -1 4202496 241340 0 0 0 1960522 333 0 0 18 0 5 0 990576234 1098428416 229036 33554432000 4194304 5787044 140733312710736 18446744073709551615 224296749489 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/12814/statm: 268171 229036 417 389 0 263921 0
[pid=12814/tid=12816] ppid=12813 vsize=1072684 CPUtime=4902.1 cores=0-7
/proc/12814/task/12816/stat : 12816 (priss) R 12813 12813 12194 0 -1 4202560 47935 0 0 0 490152 58 0 0 25 0 5 0 990576235 1098428416 229036 33554432000 4194304 5787044 140733312710736 18446744073709551615 5591289 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=12814/tid=12817] ppid=12813 vsize=1072684 CPUtime=4902.1 cores=0-7
/proc/12814/task/12817/stat : 12817 (priss) R 12813 12813 12194 0 -1 4202560 51913 0 0 0 490142 68 0 0 25 0 5 0 990576236 1098428416 229036 33554432000 4194304 5787044 140733312710736 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12814/tid=12818] ppid=12813 vsize=1072684 CPUtime=4902.17 cores=0-7
/proc/12814/task/12818/stat : 12818 (priss) R 12813 12813 12194 0 -1 4202560 65668 0 0 0 490137 80 0 0 25 0 5 0 990576236 1098428416 229036 33554432000 4194304 5787044 140733312710736 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12814/tid=12819] ppid=12813 vsize=1072684 CPUtime=4902.13 cores=0-7
/proc/12814/task/12819/stat : 12819 (priss) R 12813 12813 12194 0 -1 4202560 74151 0 0 0 490087 126 0 0 25 0 5 0 990576236 1098428416 229036 33554432000 4194304 5787044 140733312710736 18446744073709551615 5524578 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19608.6
Current children cumulated vsize (KiB) 1081384

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/176 12967
/proc/meminfo: memFree=6729184/32951124 swapFree=67049472/67111528
[pid=12813] ppid=12811 vsize=8700 CPUtime=0 cores=0-7
/proc/12813/stat : 12813 (priss.sh) S 12811 12813 12194 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990576234 8908800 252 33554432000 4194304 4922060 140735460587488 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12813/statm: 2175 252 211 178 0 68 0
[pid=12814] ppid=12813 vsize=1074200 CPUtime=19848.6 cores=0-7
/proc/12814/stat : 12814 (priss) S 12813 12813 12194 0 -1 4202496 241923 0 0 0 1984522 334 0 0 18 0 5 0 990576234 1099980800 229619 33554432000 4194304 5787044 140733312710736 18446744073709551615 224296749489 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/12814/statm: 268550 229619 417 389 0 264300 0
[pid=12814/tid=12816] ppid=12813 vsize=1074200 CPUtime=4962.1 cores=0-7
/proc/12814/task/12816/stat : 12816 (priss) R 12813 12813 12194 0 -1 4202560 47935 0 0 0 496152 58 0 0 25 0 5 0 990576235 1099980800 229619 33554432000 4194304 5787044 140733312710736 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=12814/tid=12817] ppid=12813 vsize=1074200 CPUtime=4962.1 cores=0-7
/proc/12814/task/12817/stat : 12817 (priss) R 12813 12813 12194 0 -1 4202560 51913 0 0 0 496142 68 0 0 25 0 5 0 990576236 1099980800 229619 33554432000 4194304 5787044 140733312710736 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12814/tid=12818] ppid=12813 vsize=1074200 CPUtime=4962.17 cores=0-7
/proc/12814/task/12818/stat : 12818 (priss) R 12813 12813 12194 0 -1 4202560 65938 0 0 0 496137 80 0 0 25 0 5 0 990576236 1099980800 229619 33554432000 4194304 5787044 140733312710736 18446744073709551615 4218330 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12814/tid=12819] ppid=12813 vsize=1074200 CPUtime=4962.13 cores=0-7
/proc/12814/task/12819/stat : 12819 (priss) R 12813 12813 12194 0 -1 4202560 74464 0 0 0 496087 126 0 0 25 0 5 0 990576236 1099980800 229619 33554432000 4194304 5787044 140733312710736 18446744073709551615 5527186 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19848.6
Current children cumulated vsize (KiB) 1082900

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/176 12969
/proc/meminfo: memFree=6727380/32951124 swapFree=67049472/67111528
[pid=12813] ppid=12811 vsize=8700 CPUtime=0 cores=0-7
/proc/12813/stat : 12813 (priss.sh) S 12811 12813 12194 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990576234 8908800 252 33554432000 4194304 4922060 140735460587488 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12813/statm: 2175 252 211 178 0 68 0
[pid=12814] ppid=12813 vsize=1075560 CPUtime=20088.6 cores=0-7
/proc/12814/stat : 12814 (priss) S 12813 12813 12194 0 -1 4202496 242356 0 0 0 2008522 334 0 0 18 0 5 0 990576234 1101373440 230052 33554432000 4194304 5787044 140733312710736 18446744073709551615 224296749489 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/12814/statm: 268890 230052 417 389 0 264640 0
[pid=12814/tid=12816] ppid=12813 vsize=1075560 CPUtime=5022.11 cores=0-7
/proc/12814/task/12816/stat : 12816 (priss) R 12813 12813 12194 0 -1 4202560 47935 0 0 0 502153 58 0 0 25 0 5 0 990576235 1101373440 230052 33554432000 4194304 5787044 140733312710736 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=12814/tid=12817] ppid=12813 vsize=1075560 CPUtime=5022.1 cores=0-7
/proc/12814/task/12817/stat : 12817 (priss) R 12813 12813 12194 0 -1 4202560 51913 0 0 0 502142 68 0 0 25 0 5 0 990576236 1101373440 230052 33554432000 4194304 5787044 140733312710736 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12814/tid=12818] ppid=12813 vsize=1075560 CPUtime=5022.17 cores=0-7
/proc/12814/task/12818/stat : 12818 (priss) R 12813 12813 12194 0 -1 4202560 66177 0 0 0 502137 80 0 0 25 0 5 0 990576236 1101373440 230052 33554432000 4194304 5787044 140733312710736 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12814/tid=12819] ppid=12813 vsize=1075560 CPUtime=5022.13 cores=0-7
/proc/12814/task/12819/stat : 12819 (priss) R 12813 12813 12194 0 -1 4202560 74658 0 0 0 502087 126 0 0 25 0 5 0 990576236 1101373440 230052 33554432000 4194304 5787044 140733312710736 18446744073709551615 5528386 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20088.6
Current children cumulated vsize (KiB) 1084260

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/176 12971
/proc/meminfo: memFree=6725208/32951124 swapFree=67049472/67111528
[pid=12813] ppid=12811 vsize=8700 CPUtime=0 cores=0-7
/proc/12813/stat : 12813 (priss.sh) S 12811 12813 12194 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990576234 8908800 252 33554432000 4194304 4922060 140735460587488 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12813/statm: 2175 252 211 178 0 68 0
[pid=12814] ppid=12813 vsize=1076260 CPUtime=20328.5 cores=0-7
/proc/12814/stat : 12814 (priss) S 12813 12813 12194 0 -1 4202496 243376 0 0 0 2032518 335 0 0 18 0 5 0 990576234 1102090240 230574 33554432000 4194304 5787044 140733312710736 18446744073709551615 224296749489 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/12814/statm: 269065 230574 417 389 0 264815 0
[pid=12814/tid=12816] ppid=12813 vsize=1076260 CPUtime=5082.1 cores=0-7
/proc/12814/task/12816/stat : 12816 (priss) R 12813 12813 12194 0 -1 4202560 47936 0 0 0 508152 58 0 0 25 0 5 0 990576235 1102090240 230574 33554432000 4194304 5787044 140733312710736 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=12814/tid=12817] ppid=12813 vsize=1076260 CPUtime=5082.11 cores=0-7
/proc/12814/task/12817/stat : 12817 (priss) R 12813 12813 12194 0 -1 4202560 51977 0 0 0 508142 69 0 0 25 0 5 0 990576236 1102090240 230574 33554432000 4194304 5787044 140733312710736 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12814/tid=12818] ppid=12813 vsize=1076260 CPUtime=5082.17 cores=0-7
/proc/12814/task/12818/stat : 12818 (priss) R 12813 12813 12194 0 -1 4202560 66346 0 0 0 508137 80 0 0 25 0 5 0 990576236 1102090240 230574 33554432000 4194304 5787044 140733312710736 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12814/tid=12819] ppid=12813 vsize=1076260 CPUtime=5082.09 cores=0-7
/proc/12814/task/12819/stat : 12819 (priss) R 12813 12813 12194 0 -1 4202560 75444 0 0 0 508083 126 0 0 25 0 5 0 990576236 1102090240 230574 33554432000 4194304 5787044 140733312710736 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20328.5
Current children cumulated vsize (KiB) 1084960



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 4.00 5/176 12971
/proc/meminfo: memFree=6725172/32951124 swapFree=67049472/67111528
[pid=12813] ppid=12811 vsize=8700 CPUtime=0 cores=0-7
/proc/12813/stat : 12813 (priss.sh) S 12811 12813 12194 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 990576234 8908800 252 33554432000 4194304 4922060 140735460587488 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12813/statm: 2175 252 211 178 0 68 0
[pid=12814] ppid=12813 vsize=1076260 CPUtime=20399.3 cores=0-7
/proc/12814/stat : 12814 (priss) S 12813 12813 12194 0 -1 4202496 243392 0 0 0 2039600 335 0 0 18 0 5 0 990576234 1102090240 230590 33554432000 4194304 5787044 140733312710736 18446744073709551615 224296749489 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/12814/statm: 269065 230590 417 389 0 264815 0
[pid=12814/tid=12816] ppid=12813 vsize=1076260 CPUtime=5099.81 cores=0-7
/proc/12814/task/12816/stat : 12816 (priss) R 12813 12813 12194 0 -1 4202560 47936 0 0 0 509923 58 0 0 25 0 5 0 990576235 1102090240 230590 33554432000 4194304 5787044 140733312710736 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=12814/tid=12817] ppid=12813 vsize=1076260 CPUtime=5099.82 cores=0-7
/proc/12814/task/12817/stat : 12817 (priss) R 12813 12813 12194 0 -1 4202560 51977 0 0 0 509913 69 0 0 25 0 5 0 990576236 1102090240 230590 33554432000 4194304 5787044 140733312710736 18446744073709551615 5586769 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12814/tid=12818] ppid=12813 vsize=1076260 CPUtime=5099.88 cores=0-7
/proc/12814/task/12818/stat : 12818 (priss) R 12813 12813 12194 0 -1 4202560 66362 0 0 0 509908 80 0 0 18 0 5 0 990576236 1102090240 230590 33554432000 4194304 5787044 140733312710736 18446744073709551615 5591266 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12814/tid=12819] ppid=12813 vsize=1076260 CPUtime=5099.79 cores=0-7
/proc/12814/task/12819/stat : 12819 (priss) R 12813 12813 12194 0 -1 4202560 75444 0 0 0 509853 126 0 0 25 0 5 0 990576236 1102090240 230590 33554432000 4194304 5787044 140733312710736 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20399.3
Current children cumulated vsize (KiB) 1084960

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

Real time (s): 5100.02
CPU time (s): 20399.3
CPU user time (s): 20396
CPU system time (s): 3.35
CPU usage (%): 399.986
Max. virtual memory (cumulated for all children) (KiB): 1084960

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

runsolver used 7.9018 second user time and 19.91 second system time

The end

Launcher Data

Begin job on node118 at 2011-06-14 00:17:36
IDJOB=3499507
IDBENCH=83365
IDSOLVER=1994
FILE ID=node118/3499507-1308003456
RUNJOBID= node118-1307988148-12208
PBS_JOBID= 13559805
Free space on /tmp= 18216 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-16_238.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3499507-1308003456/watcher-3499507-1308003456 -o /tmp/evaluation-result-3499507-1308003456/solver-3499507-1308003456 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499507-1308003456.cnf 138648160 40000 31000 8

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

MD5SUM BENCH= b61e426b264831836f140414cdcf3e23
RANDOM SEED=138648160

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       7650188 kB
Buffers:        166180 kB
Cached:       24298256 kB
SwapCached:      14336 kB
Active:        8944768 kB
Inactive:     15537584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7650188 kB
SwapTotal:    67111528 kB
SwapFree:     67049472 kB
Dirty:            1956 kB
Writeback:           0 kB
AnonPages:       16332 kB
Mapped:           8708 kB
Slab:           752712 kB
PageTables:       3844 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   189708 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= 18216 MiB
End job on node118 at 2011-06-14 01:42:38