Trace number 3250414

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.2 1201.82

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-3-6_2071.cnf
MD5SUM337bdbc5d8bf0013ca73aeffa06cffe8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark95.7414
Satisfiable
(Un)Satisfiability was proved
Number of variables2070
Number of clauses158884
Sum of the clauses size478584
Maximum clause length6
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3158240
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5644

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: 19221
0.00/0.04	c parsetime: 38548us
0.00/0.04	c parsed 158884 clauses with 2070 variables
0.00/0.05	c NW started thread 0 successfully (1116326208)
0.00/0.06	c NW started thread 1 successfully (1101936960)
0.00/0.08	c NW started thread 2 successfully (1126816064)
0.00/0.10	c NW started thread 3 successfully (1137305920)
20.54/5.21	c preprocessor returned 10013 variables
20.54/5.21	c preprocessing returned UNKNOWN
20.54/5.21	c PP set 400 variables
20.54/5.21	c pp time: 5128049us (5s)
20.54/5.23	c preprocessor returned 10013 variables
20.54/5.23	c preprocessing returned UNKNOWN
20.54/5.23	c PP set 400 variables
20.54/5.23	c pp time: 5182893us (5s)
20.54/5.24	c preprocessor returned 10013 variables
20.54/5.24	c preprocessing returned UNKNOWN
20.54/5.24	c PP set 400 variables
20.54/5.24	c pp time: 5178796us (5s)
28.93/7.38	c preprocessor returned 30015 variables
28.93/7.38	c preprocessing returned UNKNOWN
28.93/7.38	c PP set 400 variables
28.93/7.38	c pp time: 7271821us (7s)
29.34/7.46	c HTE
29.34/7.49	c subsumption
30.93/7.84	c simplified formula contains 0 unit clauses

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3250414-1304059292/watcher-3250414-1304059292 -o /tmp/evaluation-result-3250414-1304059292/solver-3250414-1304059292 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3250414-1304059292.cnf 250531375 4800 15500 4 

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

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


[startup+0 s]
/proc/loadavg: 7.74 7.99 8.01 6/182 19220
/proc/meminfo: memFree=24144684/32951124 swapFree=67111524/67111528
[pid=19220] ppid=19218 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19220/stat : 19220 (priss.sh) S 19218 19220 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498345504 8908800 252 33554432000 4194304 4922060 140733210560336 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19220/statm: 2175 252 211 178 0 68 0

[startup+0.0412351 s]
/proc/loadavg: 7.74 7.99 8.01 6/182 19220
/proc/meminfo: memFree=24144684/32951124 swapFree=67111524/67111528
[pid=19220] ppid=19218 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19220/stat : 19220 (priss.sh) S 19218 19220 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498345504 8908800 252 33554432000 4194304 4922060 140733210560336 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19220/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.116535 s]
/proc/loadavg: 7.74 7.99 8.01 6/182 19220
/proc/meminfo: memFree=24144684/32951124 swapFree=67111524/67111528
[pid=19220] ppid=19218 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19220/stat : 19220 (priss.sh) S 19218 19220 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498345504 8908800 252 33554432000 4194304 4922060 140733210560336 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19220/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.30016 s]
/proc/loadavg: 7.74 7.99 8.01 6/182 19220
/proc/meminfo: memFree=24144684/32951124 swapFree=67111524/67111528
[pid=19220] ppid=19218 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19220/stat : 19220 (priss.sh) S 19218 19220 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498345504 8908800 252 33554432000 4194304 4922060 140733210560336 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19220/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701085 s]
/proc/loadavg: 7.74 7.99 8.01 6/182 19220
/proc/meminfo: memFree=24144684/32951124 swapFree=67111524/67111528
[pid=19220] ppid=19218 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19220/stat : 19220 (priss.sh) S 19218 19220 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498345504 8908800 252 33554432000 4194304 4922060 140733210560336 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19220/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50094 s]
/proc/loadavg: 7.74 7.99 8.01 9/188 19226
/proc/meminfo: memFree=24083532/32951124 swapFree=67111524/67111528
[pid=19220] ppid=19218 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19220/stat : 19220 (priss.sh) S 19218 19220 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498345504 8908800 252 33554432000 4194304 4922060 140733210560336 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19220/statm: 2175 252 211 178 0 68 0
[pid=19221] ppid=19220 vsize=304984 CPUtime=5.77 cores=1,3,5,7
/proc/19221/stat : 19221 (priss) S 19220 19220 17192 0 -1 4202496 18625 0 0 0 571 6 0 0 25 0 5 0 498345504 312303616 17640 33554432000 4194304 5787044 140736397122128 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/19221/statm: 76246 17640 350 389 0 71996 0
[pid=19221/tid=19223] ppid=19220 vsize=304984 CPUtime=1.43 cores=1,3,5,7
/proc/19221/task/19223/stat : 19223 (priss) R 19220 19220 17192 0 -1 4202560 2511 0 0 0 142 1 0 0 18 0 5 0 498345509 312303616 17640 33554432000 4194304 5787044 140736397122128 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19221/tid=19224] ppid=19220 vsize=304984 CPUtime=1.42 cores=1,3,5,7
/proc/19221/task/19224/stat : 19224 (priss) R 19220 19220 17192 0 -1 4202560 2275 0 0 0 141 1 0 0 18 0 5 0 498345510 312303616 17640 33554432000 4194304 5787044 140736397122128 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19221/tid=19225] ppid=19220 vsize=304984 CPUtime=1.4 cores=1,3,5,7
/proc/19221/task/19225/stat : 19225 (priss) R 19220 19220 17192 0 -1 4202560 2381 0 0 0 140 0 0 0 25 0 5 0 498345512 312303616 17640 33554432000 4194304 5787044 140736397122128 18446744073709551615 4336256 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19221/tid=19226] ppid=19220 vsize=304984 CPUtime=1.39 cores=1,3,5,7
/proc/19221/task/19226/stat : 19226 (priss) R 19220 19220 17192 0 -1 4202560 2812 0 0 0 138 1 0 0 18 0 5 0 498345514 312303616 17640 33554432000 4194304 5787044 140736397122128 18446744073709551615 4336773 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.77
Current children cumulated vsize (KiB) 313684

[startup+3.10066 s]
/proc/loadavg: 7.74 7.99 8.01 9/188 19226
/proc/meminfo: memFree=24074852/32951124 swapFree=67111524/67111528
[pid=19220] ppid=19218 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19220/stat : 19220 (priss.sh) S 19218 19220 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498345504 8908800 252 33554432000 4194304 4922060 140733210560336 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19220/statm: 2175 252 211 178 0 68 0
[pid=19221] ppid=19220 vsize=306700 CPUtime=12.16 cores=1,3,5,7
/proc/19221/stat : 19221 (priss) S 19220 19220 17192 0 -1 4202496 20303 0 0 0 1210 6 0 0 25 0 5 0 498345504 314060800 19318 33554432000 4194304 5787044 140736397122128 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/19221/statm: 76675 19318 352 389 0 72425 0
[pid=19221/tid=19223] ppid=19220 vsize=306700 CPUtime=3.02 cores=1,3,5,7
/proc/19221/task/19223/stat : 19223 (priss) R 19220 19220 17192 0 -1 4202560 2932 0 0 0 301 1 0 0 21 0 5 0 498345509 314060800 19318 33554432000 4194304 5787044 140736397122128 18446744073709551615 4336171 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19221/tid=19224] ppid=19220 vsize=306700 CPUtime=3.03 cores=1,3,5,7
/proc/19221/task/19224/stat : 19224 (priss) R 19220 19220 17192 0 -1 4202560 2694 0 0 0 301 2 0 0 21 0 5 0 498345510 314060800 19318 33554432000 4194304 5787044 140736397122128 18446744073709551615 4336171 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19221/tid=19225] ppid=19220 vsize=306700 CPUtime=3 cores=1,3,5,7
/proc/19221/task/19225/stat : 19225 (priss) R 19220 19220 17192 0 -1 4202560 2799 0 0 0 299 1 0 0 25 0 5 0 498345512 314060800 19318 33554432000 4194304 5787044 140736397122128 18446744073709551615 4336020 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19221/tid=19226] ppid=19220 vsize=306700 CPUtime=2.99 cores=1,3,5,7
/proc/19221/task/19226/stat : 19226 (priss) R 19220 19220 17192 0 -1 4202560 3232 0 0 0 298 1 0 0 21 0 5 0 498345514 314060800 19318 33554432000 4194304 5787044 140736397122128 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.16
Current children cumulated vsize (KiB) 315400

[startup+6.30108 s]
/proc/loadavg: 7.76 7.99 8.01 9/188 19226
/proc/meminfo: memFree=24030492/32951124 swapFree=67111524/67111528
[pid=19220] ppid=19218 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19220/stat : 19220 (priss.sh) S 19218 19220 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498345504 8908800 252 33554432000 4194304 4922060 140733210560336 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19220/statm: 2175 252 211 178 0 68 0
[pid=19221] ppid=19220 vsize=330952 CPUtime=24.94 cores=1,3,5,7
/proc/19221/stat : 19221 (priss) S 19220 19220 17192 0 -1 4202496 30312 0 0 0 2486 8 0 0 25 0 5 0 498345504 338894848 28730 33554432000 4194304 5787044 140736397122128 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/19221/statm: 82738 28730 404 389 0 78488 0
[pid=19221/tid=19223] ppid=19220 vsize=330952 CPUtime=6.2 cores=1,3,5,7
/proc/19221/task/19223/stat : 19223 (priss) R 19220 19220 17192 0 -1 4202560 5035 0 0 0 619 1 0 0 25 0 5 0 498345509 338894848 28730 33554432000 4194304 5787044 140736397122128 18446744073709551615 5576674 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19221/tid=19224] ppid=19220 vsize=330952 CPUtime=6.22 cores=1,3,5,7
/proc/19221/task/19224/stat : 19224 (priss) R 19220 19220 17192 0 -1 4202560 3964 0 0 0 620 2 0 0 20 0 5 0 498345510 338894848 28730 33554432000 4194304 5787044 140736397122128 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19221/tid=19225] ppid=19220 vsize=330952 CPUtime=6.2 cores=1,3,5,7
/proc/19221/task/19225/stat : 19225 (priss) R 19220 19220 17192 0 -1 4202560 7571 0 0 0 619 1 0 0 25 0 5 0 498345512 338894848 28730 33554432000 4194304 5787044 140736397122128 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19221/tid=19226] ppid=19220 vsize=330952 CPUtime=6.18 cores=1,3,5,7
/proc/19221/task/19226/stat : 19226 (priss) R 19220 19220 17192 0 -1 4202560 5096 0 0 0 617 1 0 0 20 0 5 0 498345514 338894848 28730 33554432000 4194304 5787044 140736397122128 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.94
Current children cumulated vsize (KiB) 339652

[startup+12.7009 s]
/proc/loadavg: 7.78 7.99 8.01 10/188 19227
/proc/meminfo: memFree=24020280/32951124 swapFree=67111524/67111528
[pid=19220] ppid=19218 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19220/stat : 19220 (priss.sh) S 19218 19220 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498345504 8908800 252 33554432000 4194304 4922060 140733210560336 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19220/statm: 2175 252 211 178 0 68 0
[pid=19221] ppid=19220 vsize=331640 CPUtime=50.5 cores=1,3,5,7
/proc/19221/stat : 19221 (priss) S 19220 19220 17192 0 -1 4202496 34739 0 0 0 5038 12 0 0 25 0 5 0 498345504 339599360 31214 33554432000 4194304 5787044 140736397122128 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/19221/statm: 82910 31214 417 389 0 78660 0
[pid=19221/tid=19223] ppid=19220 vsize=331640 CPUtime=12.56 cores=1,3,5,7
/proc/19221/task/19223/stat : 19223 (priss) R 19220 19220 17192 0 -1 4202560 5124 0 0 0 1254 2 0 0 19 0 5 0 498345509 339599360 31214 33554432000 4194304 5787044 140736397122128 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19221/tid=19224] ppid=19220 vsize=331640 CPUtime=12.62 cores=1,3,5,7
/proc/19221/task/19224/stat : 19224 (priss) R 19220 19220 17192 0 -1 4202560 4347 0 0 0 1259 3 0 0 25 0 5 0 498345510 339599360 31214 33554432000 4194304 5787044 140736397122128 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19221/tid=19225] ppid=19220 vsize=331640 CPUtime=12.6 cores=1,3,5,7
/proc/19221/task/19225/stat : 19225 (priss) R 19220 19220 17192 0 -1 4202560 7921 0 0 0 1258 2 0 0 25 0 5 0 498345512 339599360 31214 33554432000 4194304 5787044 140736397122128 18446744073709551615 5591539 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19221/tid=19226] ppid=19220 vsize=331640 CPUtime=12.58 cores=1,3,5,7
/proc/19221/task/19226/stat : 19226 (priss) R 19220 19220 17192 0 -1 4202560 8701 0 0 0 1256 2 0 0 19 0 5 0 498345514 339599360 31214 33554432000 4194304 5787044 140736397122128 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 340340

[startup+25.5007 s]
/proc/loadavg: 7.90 8.00 8.01 9/188 19227
/proc/meminfo: memFree=23999708/32951124 swapFree=67111524/67111528
[pid=19220] ppid=19218 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19220/stat : 19220 (priss.sh) S 19218 19220 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498345504 8908800 252 33554432000 4194304 4922060 140733210560336 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19220/statm: 2175 252 211 178 0 68 0
[pid=19221] ppid=19220 vsize=342704 CPUtime=101.61 cores=1,3,5,7
/proc/19221/stat : 19221 (priss) S 19220 19220 17192 0 -1 4202496 39931 0 0 0 10141 20 0 0 25 0 5 0 498345504 350928896 36406 33554432000 4194304 5787044 140736397122128 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/19221/statm: 85676 36406 417 389 0 81426 0
[pid=19221/tid=19223] ppid=19220 vsize=342704 CPUtime=25.29 cores=1,3,5,7
/proc/19221/task/19223/stat : 19223 (priss) R 19220 19220 17192 0 -1 4202560 6025 0 0 0 2526 3 0 0 25 0 5 0 498345509 350928896 36406 33554432000 4194304 5787044 140736397122128 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19221/tid=19224] ppid=19220 vsize=342704 CPUtime=25.42 cores=1,3,5,7
/proc/19221/task/19224/stat : 19224 (priss) R 19220 19220 17192 0 -1 4202560 5240 0 0 0 2537 5 0 0 25 0 5 0 498345510 350928896 36406 33554432000 4194304 5787044 140736397122128 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19221/tid=19225] ppid=19220 vsize=342704 CPUtime=25.4 cores=1,3,5,7
/proc/19221/task/19225/stat : 19225 (priss) R 19220 19220 17192 0 -1 4202560 10092 0 0 0 2535 5 0 0 25 0 5 0 498345512 350928896 36406 33554432000 4194304 5787044 140736397122128 18446744073709551615 5592123 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19221/tid=19226] ppid=19220 vsize=342704 CPUtime=25.37 cores=1,3,5,7
/proc/19221/task/19226/stat : 19226 (priss) R 19220 19220 17192 0 -1 4202560 9928 0 0 0 2533 4 0 0 25 0 5 0 498345514 350928896 36406 33554432000 4194304 5787044 140736397122128 18446744073709551615 5527993 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.61
Current children cumulated vsize (KiB) 351404

[startup+51.1011 s]
/proc/loadavg: 7.94 8.00 8.01 9/188 19228
/proc/meminfo: memFree=23963188/32951124 swapFree=67111524/67111528
[pid=19220] ppid=19218 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19220/stat : 19220 (priss.sh) S 19218 19220 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498345504 8908800 252 33554432000 4194304 4922060 140733210560336 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19220/statm: 2175 252 211 178 0 68 0
[pid=19221] ppid=19220 vsize=354208 CPUtime=203.84 cores=1,3,5,7
/proc/19221/stat : 19221 (priss) S 19220 19220 17192 0 -1 4202496 48265 0 0 0 20351 33 0 0 25 0 5 0 498345504 362708992 44695 33554432000 4194304 5787044 140736397122128 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/19221/statm: 88552 44695 417 389 0 84302 0
[pid=19221/tid=19223] ppid=19220 vsize=354208 CPUtime=50.75 cores=1,3,5,7
/proc/19221/task/19223/stat : 19223 (priss) R 19220 19220 17192 0 -1 4202560 7665 0 0 0 5068 7 0 0 25 0 5 0 498345509 362708992 44695 33554432000 4194304 5787044 140736397122128 18446744073709551615 5591727 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19221/tid=19224] ppid=19220 vsize=354208 CPUtime=51.01 cores=1,3,5,7
/proc/19221/task/19224/stat : 19224 (priss) R 19220 19220 17192 0 -1 4202560 6275 0 0 0 5094 7 0 0 25 0 5 0 498345510 362708992 44695 33554432000 4194304 5787044 140736397122128 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19221/tid=19225] ppid=19220 vsize=354208 CPUtime=50.99 cores=1,3,5,7
/proc/19221/task/19225/stat : 19225 (priss) R 19220 19220 17192 0 -1 4202560 13314 0 0 0 5089 10 0 0 25 0 5 0 498345512 362708992 44695 33554432000 4194304 5787044 140736397122128 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19221/tid=19226] ppid=19220 vsize=354208 CPUtime=50.97 cores=1,3,5,7
/proc/19221/task/19226/stat : 19226 (priss) R 19220 19220 17192 0 -1 4202560 12365 0 0 0 5089 8 0 0 25 0 5 0 498345514 362708992 44695 33554432000 4194304 5787044 140736397122128 18446744073709551615 4649232 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.84
Current children cumulated vsize (KiB) 362908

[startup+102.307 s]
/proc/loadavg: 8.02 8.01 8.01 9/188 19229
/proc/meminfo: memFree=23903520/32951124 swapFree=67111524/67111528
[pid=19220] ppid=19218 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19220/stat : 19220 (priss.sh) S 19218 19220 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498345504 8908800 252 33554432000 4194304 4922060 140733210560336 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19220/statm: 2175 252 211 178 0 68 0
[pid=19221] ppid=19220 vsize=375972 CPUtime=408.36 cores=1,3,5,7
/proc/19221/stat : 19221 (priss) S 19220 19220 17192 0 -1 4202496 62159 0 0 0 40780 56 0 0 25 0 5 0 498345504 384995328 58490 33554432000 4194304 5787044 140736397122128 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/19221/statm: 93993 58490 417 389 0 89743 0
[pid=19221/tid=19223] ppid=19220 vsize=375972 CPUtime=101.66 cores=1,3,5,7
/proc/19221/task/19223/stat : 19223 (priss) R 19220 19220 17192 0 -1 4202560 10072 0 0 0 10155 11 0 0 25 0 5 0 498345509 384995328 58490 33554432000 4194304 5787044 140736397122128 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19221/tid=19224] ppid=19220 vsize=375972 CPUtime=102.2 cores=1,3,5,7
/proc/19221/task/19224/stat : 19224 (priss) R 19220 19220 17192 0 -1 4202560 8713 0 0 0 10209 11 0 0 25 0 5 0 498345510 384995328 58490 33554432000 4194304 5787044 140736397122128 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19221/tid=19225] ppid=19220 vsize=375972 CPUtime=102.19 cores=1,3,5,7
/proc/19221/task/19225/stat : 19225 (priss) R 19220 19220 17192 0 -1 4202560 17557 0 0 0 10201 18 0 0 25 0 5 0 498345512 384995328 58490 33554432000 4194304 5787044 140736397122128 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19221/tid=19226] ppid=19220 vsize=375972 CPUtime=102.17 cores=1,3,5,7

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

/proc/19221/task/19224/stat : 19224 (priss) R 19220 19220 17192 0 -1 4202560 31111 0 0 0 82183 33 0 0 25 0 5 0 498345510 727724032 137109 33554432000 4194304 5787044 140736397122128 18446744073709551615 5591195 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19221/tid=19225] ppid=19220 vsize=710668 CPUtime=822.14 cores=1,3,5,7
/proc/19221/task/19225/stat : 19225 (priss) R 19220 19220 17192 0 -1 4202560 37693 0 0 0 82161 53 0 0 25 0 5 0 498345512 727724032 137109 33554432000 4194304 5787044 140736397122128 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19221/tid=19226] ppid=19220 vsize=710668 CPUtime=822.13 cores=1,3,5,7
/proc/19221/task/19226/stat : 19226 (priss) R 19220 19220 17192 0 -1 4202560 34866 0 0 0 82155 58 0 0 25 0 5 0 498345514 727724032 137109 33554432000 4194304 5787044 140736397122128 18446744073709551615 4254919 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3284.27
Current children cumulated vsize (KiB) 719368

[startup+882.301 s]
/proc/loadavg: 4.09 5.27 6.75 5/177 19268
/proc/meminfo: memFree=23858788/32951124 swapFree=67111524/67111528
[pid=19220] ppid=19218 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19220/stat : 19220 (priss.sh) S 19218 19220 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498345504 8908800 252 33554432000 4194304 4922060 140733210560336 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19220/statm: 2175 252 211 178 0 68 0
[pid=19221] ppid=19220 vsize=715852 CPUtime=3523.91 cores=1,3,5,7
/proc/19221/stat : 19221 (priss) S 19220 19220 17192 0 -1 4202496 146911 0 0 0 352177 214 0 0 25 0 5 0 498345504 733032448 141403 33554432000 4194304 5787044 140736397122128 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/19221/statm: 178963 141403 417 389 0 174713 0
[pid=19221/tid=19223] ppid=19220 vsize=715852 CPUtime=877.36 cores=1,3,5,7
/proc/19221/task/19223/stat : 19223 (priss) R 19220 19220 17192 0 -1 4202560 31825 0 0 0 87675 61 0 0 25 0 5 0 498345509 733032448 141403 33554432000 4194304 5787044 140736397122128 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19221/tid=19224] ppid=19220 vsize=715852 CPUtime=882.15 cores=1,3,5,7
/proc/19221/task/19224/stat : 19224 (priss) R 19220 19220 17192 0 -1 4202560 32198 0 0 0 88181 34 0 0 25 0 5 0 498345510 733032448 141403 33554432000 4194304 5787044 140736397122128 18446744073709551615 5591328 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19221/tid=19225] ppid=19220 vsize=715852 CPUtime=882.14 cores=1,3,5,7
/proc/19221/task/19225/stat : 19225 (priss) R 19220 19220 17192 0 -1 4202560 38641 0 0 0 88156 58 0 0 25 0 5 0 498345512 733032448 141403 33554432000 4194304 5787044 140736397122128 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19221/tid=19226] ppid=19220 vsize=715852 CPUtime=882.13 cores=1,3,5,7
/proc/19221/task/19226/stat : 19226 (priss) R 19220 19220 17192 0 -1 4202560 35601 0 0 0 88154 59 0 0 25 0 5 0 498345514 733032448 141403 33554432000 4194304 5787044 140736397122128 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3523.91
Current children cumulated vsize (KiB) 724552

[startup+942.301 s]
/proc/loadavg: 4.08 5.05 6.58 5/177 19269
/proc/meminfo: memFree=23855028/32951124 swapFree=67111524/67111528
[pid=19220] ppid=19218 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19220/stat : 19220 (priss.sh) S 19218 19220 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498345504 8908800 252 33554432000 4194304 4922060 140733210560336 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19220/statm: 2175 252 211 178 0 68 0
[pid=19221] ppid=19220 vsize=715852 CPUtime=3763.58 cores=1,3,5,7
/proc/19221/stat : 19221 (priss) S 19220 19220 17192 0 -1 4202496 148104 0 0 0 376140 218 0 0 25 0 5 0 498345504 733032448 142371 33554432000 4194304 5787044 140736397122128 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/19221/statm: 178963 142371 417 389 0 174713 0
[pid=19221/tid=19223] ppid=19220 vsize=715852 CPUtime=937.04 cores=1,3,5,7
/proc/19221/task/19223/stat : 19223 (priss) R 19220 19220 17192 0 -1 4202560 32434 0 0 0 93639 65 0 0 25 0 5 0 498345509 733032448 142371 33554432000 4194304 5787044 140736397122128 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19221/tid=19224] ppid=19220 vsize=715852 CPUtime=942.14 cores=1,3,5,7
/proc/19221/task/19224/stat : 19224 (priss) R 19220 19220 17192 0 -1 4202560 32198 0 0 0 94180 34 0 0 25 0 5 0 498345510 733032448 142371 33554432000 4194304 5787044 140736397122128 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19221/tid=19225] ppid=19220 vsize=715852 CPUtime=942.13 cores=1,3,5,7
/proc/19221/task/19225/stat : 19225 (priss) R 19220 19220 17192 0 -1 4202560 39224 0 0 0 94155 58 0 0 25 0 5 0 498345512 733032448 142371 33554432000 4194304 5787044 140736397122128 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19221/tid=19226] ppid=19220 vsize=715852 CPUtime=942.13 cores=1,3,5,7
/proc/19221/task/19226/stat : 19226 (priss) R 19220 19220 17192 0 -1 4202560 35602 0 0 0 94154 59 0 0 25 0 5 0 498345514 733032448 142371 33554432000 4194304 5787044 140736397122128 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3763.58
Current children cumulated vsize (KiB) 724552

[startup+1002.3 s]
/proc/loadavg: 4.13 4.88 6.42 6/177 19271
/proc/meminfo: memFree=23854968/32951124 swapFree=67111524/67111528
[pid=19220] ppid=19218 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19220/stat : 19220 (priss.sh) S 19218 19220 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498345504 8908800 252 33554432000 4194304 4922060 140733210560336 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19220/statm: 2175 252 211 178 0 68 0
[pid=19221] ppid=19220 vsize=715852 CPUtime=4003.26 cores=1,3,5,7
/proc/19221/stat : 19221 (priss) S 19220 19220 17192 0 -1 4202496 148118 0 0 0 400107 219 0 0 25 0 5 0 498345504 733032448 142385 33554432000 4194304 5787044 140736397122128 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/19221/statm: 178963 142385 417 389 0 174713 0
[pid=19221/tid=19223] ppid=19220 vsize=715852 CPUtime=996.71 cores=1,3,5,7
/proc/19221/task/19223/stat : 19223 (priss) R 19220 19220 17192 0 -1 4202560 32437 0 0 0 99606 65 0 0 25 0 5 0 498345509 733032448 142385 33554432000 4194304 5787044 140736397122128 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19221/tid=19224] ppid=19220 vsize=715852 CPUtime=1002.15 cores=1,3,5,7
/proc/19221/task/19224/stat : 19224 (priss) R 19220 19220 17192 0 -1 4202560 32199 0 0 0 100181 34 0 0 25 0 5 0 498345510 733032448 142385 33554432000 4194304 5787044 140736397122128 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19221/tid=19225] ppid=19220 vsize=715852 CPUtime=1002.13 cores=1,3,5,7
/proc/19221/task/19225/stat : 19225 (priss) R 19220 19220 17192 0 -1 4202560 39224 0 0 0 100155 58 0 0 25 0 5 0 498345512 733032448 142385 33554432000 4194304 5787044 140736397122128 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19221/tid=19226] ppid=19220 vsize=715852 CPUtime=1002.13 cores=1,3,5,7
/proc/19221/task/19226/stat : 19226 (priss) R 19220 19220 17192 0 -1 4202560 35612 0 0 0 100154 59 0 0 25 0 5 0 498345514 733032448 142385 33554432000 4194304 5787044 140736397122128 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003.26
Current children cumulated vsize (KiB) 724552

[startup+1062.3 s]
/proc/loadavg: 4.09 4.74 6.27 5/177 19273
/proc/meminfo: memFree=23854788/32951124 swapFree=67111524/67111528
[pid=19220] ppid=19218 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19220/stat : 19220 (priss.sh) S 19218 19220 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498345504 8908800 252 33554432000 4194304 4922060 140733210560336 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19220/statm: 2175 252 211 178 0 68 0
[pid=19221] ppid=19220 vsize=715852 CPUtime=4242.94 cores=1,3,5,7
/proc/19221/stat : 19221 (priss) S 19220 19220 17192 0 -1 4202496 148192 0 0 0 424075 219 0 0 25 0 5 0 498345504 733032448 142459 33554432000 4194304 5787044 140736397122128 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/19221/statm: 178963 142459 417 389 0 174713 0
[pid=19221/tid=19223] ppid=19220 vsize=715852 CPUtime=1056.39 cores=1,3,5,7
/proc/19221/task/19223/stat : 19223 (priss) R 19220 19220 17192 0 -1 4202560 32456 0 0 0 105574 65 0 0 25 0 5 0 498345509 733032448 142459 33554432000 4194304 5787044 140736397122128 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19221/tid=19224] ppid=19220 vsize=715852 CPUtime=1062.15 cores=1,3,5,7
/proc/19221/task/19224/stat : 19224 (priss) R 19220 19220 17192 0 -1 4202560 32233 0 0 0 106181 34 0 0 25 0 5 0 498345510 733032448 142459 33554432000 4194304 5787044 140736397122128 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19221/tid=19225] ppid=19220 vsize=715852 CPUtime=1062.13 cores=1,3,5,7
/proc/19221/task/19225/stat : 19225 (priss) R 19220 19220 17192 0 -1 4202560 39224 0 0 0 106155 58 0 0 25 0 5 0 498345512 733032448 142459 33554432000 4194304 5787044 140736397122128 18446744073709551615 5591827 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19221/tid=19226] ppid=19220 vsize=715852 CPUtime=1062.13 cores=1,3,5,7
/proc/19221/task/19226/stat : 19226 (priss) R 19220 19220 17192 0 -1 4202560 35633 0 0 0 106154 59 0 0 25 0 5 0 498345514 733032448 142459 33554432000 4194304 5787044 140736397122128 18446744073709551615 5527395 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4242.94
Current children cumulated vsize (KiB) 724552

[startup+1122.3 s]
/proc/loadavg: 4.03 4.60 6.13 5/177 19274
/proc/meminfo: memFree=23854104/32951124 swapFree=67111524/67111528
[pid=19220] ppid=19218 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19220/stat : 19220 (priss.sh) S 19218 19220 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498345504 8908800 252 33554432000 4194304 4922060 140733210560336 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19220/statm: 2175 252 211 178 0 68 0
[pid=19221] ppid=19220 vsize=716204 CPUtime=4482.61 cores=1,3,5,7
/proc/19221/stat : 19221 (priss) S 19220 19220 17192 0 -1 4202496 148399 0 0 0 448041 220 0 0 25 0 5 0 498345504 733392896 142666 33554432000 4194304 5787044 140736397122128 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/19221/statm: 179051 142666 417 389 0 174801 0
[pid=19221/tid=19223] ppid=19220 vsize=716204 CPUtime=1116.35 cores=1,3,5,7
/proc/19221/task/19223/stat : 19223 (priss) R 19220 19220 17192 0 -1 4202560 32537 0 0 0 111570 65 0 0 25 0 5 0 498345509 733392896 142666 33554432000 4194304 5787044 140736397122128 18446744073709551615 5591619 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19221/tid=19224] ppid=19220 vsize=716204 CPUtime=1122.14 cores=1,3,5,7
/proc/19221/task/19224/stat : 19224 (priss) R 19220 19220 17192 0 -1 4202560 32295 0 0 0 112180 34 0 0 25 0 5 0 498345510 733392896 142666 33554432000 4194304 5787044 140736397122128 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19221/tid=19225] ppid=19220 vsize=716204 CPUtime=1121.85 cores=1,3,5,7
/proc/19221/task/19225/stat : 19225 (priss) R 19220 19220 17192 0 -1 4202560 39225 0 0 0 112126 59 0 0 25 0 5 0 498345512 733392896 142666 33554432000 4194304 5787044 140736397122128 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19221/tid=19226] ppid=19220 vsize=716204 CPUtime=1122.13 cores=1,3,5,7
/proc/19221/task/19226/stat : 19226 (priss) R 19220 19220 17192 0 -1 4202560 35696 0 0 0 112153 60 0 0 25 0 5 0 498345514 733392896 142666 33554432000 4194304 5787044 140736397122128 18446744073709551615 5527053 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4482.61
Current children cumulated vsize (KiB) 724904

[startup+1182.3 s]
/proc/loadavg: 4.05 4.50 6.00 5/177 19285
/proc/meminfo: memFree=23847540/32951124 swapFree=67111524/67111528
[pid=19220] ppid=19218 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19220/stat : 19220 (priss.sh) S 19218 19220 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498345504 8908800 252 33554432000 4194304 4922060 140733210560336 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19220/statm: 2175 252 211 178 0 68 0
[pid=19221] ppid=19220 vsize=721136 CPUtime=4722.29 cores=1,3,5,7
/proc/19221/stat : 19221 (priss) S 19220 19220 17192 0 -1 4202496 150004 0 0 0 472008 221 0 0 25 0 5 0 498345504 738443264 144271 33554432000 4194304 5787044 140736397122128 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/19221/statm: 180284 144271 417 389 0 176034 0
[pid=19221/tid=19223] ppid=19220 vsize=721136 CPUtime=1176.35 cores=1,3,5,7
/proc/19221/task/19223/stat : 19223 (priss) R 19220 19220 17192 0 -1 4202560 32771 0 0 0 117570 65 0 0 25 0 5 0 498345509 738443264 144271 33554432000 4194304 5787044 140736397122128 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19221/tid=19224] ppid=19220 vsize=721136 CPUtime=1182.15 cores=1,3,5,7
/proc/19221/task/19224/stat : 19224 (priss) R 19220 19220 17192 0 -1 4202560 33523 0 0 0 118180 35 0 0 25 0 5 0 498345510 738443264 144271 33554432000 4194304 5787044 140736397122128 18446744073709551615 4254912 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19221/tid=19225] ppid=19220 vsize=721136 CPUtime=1181.53 cores=1,3,5,7
/proc/19221/task/19225/stat : 19225 (priss) R 19220 19220 17192 0 -1 4202560 39233 0 0 0 118094 59 0 0 25 0 5 0 498345512 738443264 144271 33554432000 4194304 5787044 140736397122128 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19221/tid=19226] ppid=19220 vsize=721136 CPUtime=1182.13 cores=1,3,5,7
/proc/19221/task/19226/stat : 19226 (priss) R 19220 19220 17192 0 -1 4202560 35831 0 0 0 118153 60 0 0 25 0 5 0 498345514 738443264 144271 33554432000 4194304 5787044 140736397122128 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.29
Current children cumulated vsize (KiB) 729836



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 4.11 4.48 5.96 5/177 19285
/proc/meminfo: memFree=23846660/32951124 swapFree=67111524/67111528
[pid=19220] ppid=19218 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19220/stat : 19220 (priss.sh) S 19218 19220 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498345504 8908800 252 33554432000 4194304 4922060 140733210560336 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19220/statm: 2175 252 211 178 0 68 0
[pid=19221] ppid=19220 vsize=721328 CPUtime=4800.2 cores=1,3,5,7
/proc/19221/stat : 19221 (priss) S 19220 19220 17192 0 -1 4202496 150225 0 0 0 479799 221 0 0 25 0 5 0 498345504 738639872 144492 33554432000 4194304 5787044 140736397122128 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/19221/statm: 180332 144492 417 389 0 176082 0
[pid=19221/tid=19223] ppid=19220 vsize=721328 CPUtime=1195.85 cores=1,3,5,7
/proc/19221/task/19223/stat : 19223 (priss) R 19220 19220 17192 0 -1 4202560 32854 0 0 0 119520 65 0 0 25 0 5 0 498345509 738639872 144492 33554432000 4194304 5787044 140736397122128 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19221/tid=19224] ppid=19220 vsize=721328 CPUtime=1201.66 cores=1,3,5,7
/proc/19221/task/19224/stat : 19224 (priss) R 19220 19220 17192 0 -1 4202560 33594 0 0 0 120131 35 0 0 25 0 5 0 498345510 738639872 144492 33554432000 4194304 5787044 140736397122128 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19221/tid=19225] ppid=19220 vsize=721328 CPUtime=1200.92 cores=1,3,5,7
/proc/19221/task/19225/stat : 19225 (priss) R 19220 19220 17192 0 -1 4202560 39238 0 0 0 120033 59 0 0 25 0 5 0 498345512 738639872 144492 33554432000 4194304 5787044 140736397122128 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19221/tid=19226] ppid=19220 vsize=721328 CPUtime=1201.64 cores=1,3,5,7
/proc/19221/task/19226/stat : 19226 (priss) R 19220 19220 17192 0 -1 4202560 35893 0 0 0 120104 60 0 0 25 0 5 0 498345514 738639872 144492 33554432000 4194304 5787044 140736397122128 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.2
Current children cumulated vsize (KiB) 730028

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 19220 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.2
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.82
CPU time (s): 4800.2
CPU user time (s): 4797.99
CPU system time (s): 2.21
CPU usage (%): 399.411
Max. virtual memory (cumulated for all children) (KiB): 730028

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= 6
involuntary context switches= 3

runsolver used 1.72674 second user time and 4.83926 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-29 08:41:32
IDJOB=3250414
IDBENCH=83253
IDSOLVER=1603
FILE ID=node146/3250414-1304059292
RUNJOBID= node146-1304042862-17211
PBS_JOBID= 13170387
Free space on /tmp= 72992 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-3-6_2071.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250414-1304059292/watcher-3250414-1304059292 -o /tmp/evaluation-result-3250414-1304059292/solver-3250414-1304059292 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3250414-1304059292.cnf 250531375 4800 15500 4

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

MD5SUM BENCH= 337bdbc5d8bf0013ca73aeffa06cffe8
RANDOM SEED=250531375

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24144840 kB
Buffers:       1671696 kB
Cached:        6261828 kB
SwapCached:          4 kB
Active:        1643168 kB
Inactive:      6634908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24144840 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            3900 kB
Writeback:           0 kB
AnonPages:      344368 kB
Mapped:          15620 kB
Slab:           463108 kB
PageTables:       5028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   540720 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= 72992 MiB
End job on node146 at 2011-04-29 09:01:36