Trace number 3499445

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) 20400.4 5100.02

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-4-4_511.cnf
MD5SUM766a362c83d920a8f8dd49df62ed42c9
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.27781
Satisfiable
(Un)Satisfiability was proved
Number of variables509
Number of clauses4478
Sum of the clauses size17912
Maximum clause length4
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 44478
Number of clauses of size 50
Number of clauses of size over 50

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: 31220
0.00/0.00	c parsetime: 1218us
0.00/0.00	c parsed 4478 clauses with 509 variables
0.00/0.00	c NW started thread 0 successfully (1106204992)
0.00/0.00	c NW started thread 1 successfully (1116694848)
0.00/0.00	c NW started thread 2 successfully (1094433088)
0.00/0.00	c NW started thread 3 successfully (1127184704)
0.00/0.90	c preprocessor returned 10013 variables
0.00/0.90	c preprocessing returned UNKNOWN
0.00/0.90	c PP set 0 variables
0.00/0.90	c pp time: 896990us (0s)
0.00/0.90	c preprocessor returned 10013 variables
0.00/0.90	c preprocessing returned UNKNOWN
0.00/0.90	c PP set 0 variables
0.00/0.90	c pp time: 898328us (0s)
0.00/0.91	c preprocessor returned 10013 variables
0.00/0.91	c preprocessing returned UNKNOWN
0.00/0.91	c PP set 0 variables
0.00/0.91	c pp time: 900690us (0s)
40.36/10.15	c preprocessor returned 30054 variables
40.36/10.15	c preprocessing returned UNKNOWN
40.36/10.15	c PP set 0 variables
40.36/10.15	c pp time: 10145398us (10s)

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 /var/tmp/evaluation-result-3499445-1307999370/watcher-3499445-1307999370 -o /var/tmp/evaluation-result-3499445-1307999370/solver-3499445-1307999370 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499445-1307999370.cnf 1499185559 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.94 1/167 31219
/proc/meminfo: memFree=7407556/32951124 swapFree=67064380/67111528
[pid=31219] ppid=31217 vsize=8700 CPUtime=0 cores=0-7
/proc/31219/stat : 31219 (priss.sh) S 31217 31219 30793 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911537437 8908800 252 33554432000 4194304 4922060 140737193385584 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31219/statm: 2175 252 211 178 0 68 0

[startup+0.0985709 s]
/proc/loadavg: 4.00 4.00 3.94 1/167 31219
/proc/meminfo: memFree=7407556/32951124 swapFree=67064380/67111528
[pid=31219] ppid=31217 vsize=8700 CPUtime=0 cores=0-7
/proc/31219/stat : 31219 (priss.sh) S 31217 31219 30793 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911537437 8908800 252 33554432000 4194304 4922060 140737193385584 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31219/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100509 s]
/proc/loadavg: 4.00 4.00 3.94 1/167 31219
/proc/meminfo: memFree=7407556/32951124 swapFree=67064380/67111528
[pid=31219] ppid=31217 vsize=8700 CPUtime=0 cores=0-7
/proc/31219/stat : 31219 (priss.sh) S 31217 31219 30793 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911537437 8908800 252 33554432000 4194304 4922060 140737193385584 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31219/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300477 s]
/proc/loadavg: 4.00 4.00 3.94 1/167 31219
/proc/meminfo: memFree=7407556/32951124 swapFree=67064380/67111528
[pid=31219] ppid=31217 vsize=8700 CPUtime=0 cores=0-7
/proc/31219/stat : 31219 (priss.sh) S 31217 31219 30793 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911537437 8908800 252 33554432000 4194304 4922060 140737193385584 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31219/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700411 s]
/proc/loadavg: 4.00 4.00 3.94 1/167 31219
/proc/meminfo: memFree=7407556/32951124 swapFree=67064380/67111528
[pid=31219] ppid=31217 vsize=8700 CPUtime=0 cores=0-7
/proc/31219/stat : 31219 (priss.sh) S 31217 31219 30793 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911537437 8908800 252 33554432000 4194304 4922060 140737193385584 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31219/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50025 s]
/proc/loadavg: 4.00 4.00 3.94 5/173 31225
/proc/meminfo: memFree=7384096/32951124 swapFree=67064380/67111528
[pid=31219] ppid=31217 vsize=8700 CPUtime=0 cores=0-7
/proc/31219/stat : 31219 (priss.sh) S 31217 31219 30793 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911537437 8908800 252 33554432000 4194304 4922060 140737193385584 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31219/statm: 2175 252 211 178 0 68 0
[pid=31220] ppid=31219 vsize=276712 CPUtime=5.95 cores=0-7
/proc/31220/stat : 31220 (priss) S 31219 31219 30793 0 -1 4202496 7689 0 0 0 593 2 0 0 25 0 5 0 911537437 283353088 6755 33554432000 4194304 5787044 140734634797552 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/31220/statm: 69178 6755 404 389 0 64928 0
[pid=31220/tid=31222] ppid=31219 vsize=276712 CPUtime=1.48 cores=0-7
/proc/31220/task/31222/stat : 31222 (priss) R 31219 31219 30793 0 -1 4202560 1623 0 0 0 148 0 0 0 18 0 5 0 911537438 283353088 6755 33554432000 4194304 5787044 140734634797552 18446744073709551615 244458771125 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31220/tid=31223] ppid=31219 vsize=276712 CPUtime=1.47 cores=0-7
/proc/31220/task/31223/stat : 31223 (priss) R 31219 31219 30793 0 -1 4202560 1310 0 0 0 147 0 0 0 18 0 5 0 911537438 283353088 6755 33554432000 4194304 5787044 140734634797552 18446744073709551615 5591075 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31220/tid=31224] ppid=31219 vsize=276712 CPUtime=1.48 cores=0-7
/proc/31220/task/31224/stat : 31224 (priss) R 31219 31219 30793 0 -1 4202560 1234 0 0 0 148 0 0 0 18 0 5 0 911537438 283353088 6755 33554432000 4194304 5787044 140734634797552 18446744073709551615 5591727 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31220/tid=31225] ppid=31219 vsize=276712 CPUtime=1.48 cores=0-7
/proc/31220/task/31225/stat : 31225 (priss) R 31219 31219 30793 0 -1 4202560 2010 0 0 0 148 0 0 0 20 0 5 0 911537438 283353088 6755 33554432000 4194304 5787044 140734634797552 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 285412

[startup+3.10095 s]
/proc/loadavg: 4.00 4.00 3.94 5/173 31225
/proc/meminfo: memFree=7380004/32951124 swapFree=67064380/67111528
[pid=31219] ppid=31217 vsize=8700 CPUtime=0 cores=0-7
/proc/31219/stat : 31219 (priss.sh) S 31217 31219 30793 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911537437 8908800 252 33554432000 4194304 4922060 140737193385584 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31219/statm: 2175 252 211 178 0 68 0
[pid=31220] ppid=31219 vsize=278144 CPUtime=12.36 cores=0-7
/proc/31220/stat : 31220 (priss) S 31219 31219 30793 0 -1 4202496 8741 0 0 0 1231 5 0 0 25 0 5 0 911537437 284819456 7807 33554432000 4194304 5787044 140734634797552 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/31220/statm: 69536 7807 404 389 0 65286 0
[pid=31220/tid=31222] ppid=31219 vsize=278144 CPUtime=3.09 cores=0-7
/proc/31220/task/31222/stat : 31222 (priss) R 31219 31219 30793 0 -1 4202560 1926 0 0 0 308 1 0 0 18 0 5 0 911537438 284819456 7807 33554432000 4194304 5787044 140734634797552 18446744073709551615 5592119 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31220/tid=31223] ppid=31219 vsize=278144 CPUtime=3.07 cores=0-7
/proc/31220/task/31223/stat : 31223 (priss) R 31219 31219 30793 0 -1 4202560 1707 0 0 0 305 2 0 0 18 0 5 0 911537438 284819456 7807 33554432000 4194304 5787044 140734634797552 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31220/tid=31224] ppid=31219 vsize=278144 CPUtime=3.08 cores=0-7
/proc/31220/task/31224/stat : 31224 (priss) R 31219 31219 30793 0 -1 4202560 1586 0 0 0 308 0 0 0 18 0 5 0 911537438 284819456 7807 33554432000 4194304 5787044 140734634797552 18446744073709551615 5592320 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31220/tid=31225] ppid=31219 vsize=278144 CPUtime=3.08 cores=0-7
/proc/31220/task/31225/stat : 31225 (priss) R 31219 31219 30793 0 -1 4202560 2010 0 0 0 308 0 0 0 25 0 5 0 911537438 284819456 7807 33554432000 4194304 5787044 140734634797552 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 286844

[startup+6.30036 s]
/proc/loadavg: 4.00 4.00 3.94 5/173 31225
/proc/meminfo: memFree=7373928/32951124 swapFree=67064380/67111528
[pid=31219] ppid=31217 vsize=8700 CPUtime=0 cores=0-7
/proc/31219/stat : 31219 (priss.sh) S 31217 31219 30793 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911537437 8908800 252 33554432000 4194304 4922060 140737193385584 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31219/statm: 2175 252 211 178 0 68 0
[pid=31220] ppid=31219 vsize=279860 CPUtime=25.16 cores=0-7
/proc/31220/stat : 31220 (priss) S 31219 31219 30793 0 -1 4202496 10058 0 0 0 2510 6 0 0 25 0 5 0 911537437 286576640 9124 33554432000 4194304 5787044 140734634797552 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/31220/statm: 69965 9124 404 389 0 65715 0
[pid=31220/tid=31222] ppid=31219 vsize=279860 CPUtime=6.28 cores=0-7
/proc/31220/task/31222/stat : 31222 (priss) R 31219 31219 30793 0 -1 4202560 2319 0 0 0 627 1 0 0 19 0 5 0 911537438 286576640 9124 33554432000 4194304 5787044 140734634797552 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31220/tid=31223] ppid=31219 vsize=279860 CPUtime=6.28 cores=0-7
/proc/31220/task/31223/stat : 31223 (priss) R 31219 31219 30793 0 -1 4202560 2200 0 0 0 625 3 0 0 25 0 5 0 911537438 286576640 9124 33554432000 4194304 5787044 140734634797552 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31220/tid=31224] ppid=31219 vsize=279860 CPUtime=6.28 cores=0-7
/proc/31220/task/31224/stat : 31224 (priss) R 31219 31219 30793 0 -1 4202560 2017 0 0 0 628 0 0 0 18 0 5 0 911537438 286576640 9124 33554432000 4194304 5787044 140734634797552 18446744073709551615 244446346753 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31220/tid=31225] ppid=31219 vsize=279860 CPUtime=6.28 cores=0-7
/proc/31220/task/31225/stat : 31225 (priss) R 31219 31219 30793 0 -1 4202560 2010 0 0 0 628 0 0 0 25 0 5 0 911537438 286576640 9124 33554432000 4194304 5787044 140734634797552 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 288560

[startup+12.7012 s]
/proc/loadavg: 4.00 4.00 3.94 5/173 31226
/proc/meminfo: memFree=7356924/32951124 swapFree=67064380/67111528
[pid=31219] ppid=31217 vsize=8700 CPUtime=0 cores=0-7
/proc/31219/stat : 31219 (priss.sh) S 31217 31219 30793 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911537437 8908800 252 33554432000 4194304 4922060 140737193385584 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31219/statm: 2175 252 211 178 0 68 0
[pid=31220] ppid=31219 vsize=289452 CPUtime=50.74 cores=0-7
/proc/31220/stat : 31220 (priss) S 31219 31219 30793 0 -1 4202496 15049 0 0 0 5062 12 0 0 25 0 5 0 911537437 296398848 13410 33554432000 4194304 5787044 140734634797552 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/31220/statm: 72363 13410 417 389 0 68113 0
[pid=31220/tid=31222] ppid=31219 vsize=289452 CPUtime=12.68 cores=0-7
/proc/31220/task/31222/stat : 31222 (priss) R 31219 31219 30793 0 -1 4202560 3967 0 0 0 1266 2 0 0 18 0 5 0 911537438 296398848 13410 33554432000 4194304 5787044 140734634797552 18446744073709551615 4217138 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31220/tid=31223] ppid=31219 vsize=289452 CPUtime=12.68 cores=0-7
/proc/31220/task/31223/stat : 31223 (priss) R 31219 31219 30793 0 -1 4202560 2927 0 0 0 1262 6 0 0 19 0 5 0 911537438 296398848 13410 33554432000 4194304 5787044 140734634797552 18446744073709551615 5592012 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31220/tid=31224] ppid=31219 vsize=289452 CPUtime=12.67 cores=0-7
/proc/31220/task/31224/stat : 31224 (priss) R 31219 31219 30793 0 -1 4202560 2839 0 0 0 1265 2 0 0 18 0 5 0 911537438 296398848 13410 33554432000 4194304 5787044 140734634797552 18446744073709551615 5591532 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31220/tid=31225] ppid=31219 vsize=289452 CPUtime=12.68 cores=0-7
/proc/31220/task/31225/stat : 31225 (priss) R 31219 31219 30793 0 -1 4202560 3804 0 0 0 1268 0 0 0 18 0 5 0 911537438 296398848 13410 33554432000 4194304 5787044 140734634797552 18446744073709551615 5527091 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 298152

[startup+25.5008 s]
/proc/loadavg: 4.00 4.00 3.94 5/173 31226
/proc/meminfo: memFree=7341776/32951124 swapFree=67064380/67111528
[pid=31219] ppid=31217 vsize=8700 CPUtime=0 cores=0-7
/proc/31219/stat : 31219 (priss.sh) S 31217 31219 30793 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911537437 8908800 252 33554432000 4194304 4922060 140737193385584 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31219/statm: 2175 252 211 178 0 68 0
[pid=31220] ppid=31219 vsize=297172 CPUtime=101.92 cores=0-7
/proc/31220/stat : 31220 (priss) S 31219 31219 30793 0 -1 4202496 19069 0 0 0 10172 20 0 0 25 0 5 0 911537437 304304128 17430 33554432000 4194304 5787044 140734634797552 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/31220/statm: 74293 17430 417 389 0 70043 0
[pid=31220/tid=31222] ppid=31219 vsize=297172 CPUtime=25.47 cores=0-7
/proc/31220/task/31222/stat : 31222 (priss) R 31219 31219 30793 0 -1 4202560 4234 0 0 0 2544 3 0 0 25 0 5 0 911537438 304304128 17430 33554432000 4194304 5787044 140734634797552 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31220/tid=31223] ppid=31219 vsize=297172 CPUtime=25.47 cores=0-7
/proc/31220/task/31223/stat : 31223 (priss) R 31219 31219 30793 0 -1 4202560 3750 0 0 0 2539 8 0 0 25 0 5 0 911537438 304304128 17430 33554432000 4194304 5787044 140734634797552 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31220/tid=31224] ppid=31219 vsize=297172 CPUtime=25.46 cores=0-7
/proc/31220/task/31224/stat : 31224 (priss) R 31219 31219 30793 0 -1 4202560 3553 0 0 0 2542 4 0 0 25 0 5 0 911537438 304304128 17430 33554432000 4194304 5787044 140734634797552 18446744073709551615 5591612 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31220/tid=31225] ppid=31219 vsize=297172 CPUtime=25.48 cores=0-7
/proc/31220/task/31225/stat : 31225 (priss) R 31219 31219 30793 0 -1 4202560 6020 0 0 0 2545 3 0 0 21 0 5 0 911537438 304304128 17430 33554432000 4194304 5787044 140734634797552 18446744073709551615 5527392 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.92
Current children cumulated vsize (KiB) 305872

[startup+51.101 s]
/proc/loadavg: 4.00 4.00 3.94 5/173 31227
/proc/meminfo: memFree=7316952/32951124 swapFree=67064380/67111528
[pid=31219] ppid=31217 vsize=8700 CPUtime=0 cores=0-7
/proc/31219/stat : 31219 (priss.sh) S 31217 31219 30793 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911537437 8908800 252 33554432000 4194304 4922060 140737193385584 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31219/statm: 2175 252 211 178 0 68 0
[pid=31220] ppid=31219 vsize=304256 CPUtime=204.28 cores=0-7
/proc/31220/stat : 31220 (priss) S 31219 31219 30793 0 -1 4202496 25176 0 0 0 20394 34 0 0 25 0 5 0 911537437 311558144 23512 33554432000 4194304 5787044 140734634797552 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/31220/statm: 76064 23512 417 389 0 71814 0
[pid=31220/tid=31222] ppid=31219 vsize=304256 CPUtime=51.06 cores=0-7
/proc/31220/task/31222/stat : 31222 (priss) R 31219 31219 30793 0 -1 4202560 5350 0 0 0 5099 7 0 0 18 0 5 0 911537438 311558144 23512 33554432000 4194304 5787044 140734634797552 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31220/tid=31223] ppid=31219 vsize=304256 CPUtime=51.05 cores=0-7
/proc/31220/task/31223/stat : 31223 (priss) R 31219 31219 30793 0 -1 4202560 5359 0 0 0 5093 12 0 0 18 0 5 0 911537438 311558144 23512 33554432000 4194304 5787044 140734634797552 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31220/tid=31224] ppid=31219 vsize=304256 CPUtime=51.05 cores=0-7
/proc/31220/task/31224/stat : 31224 (priss) R 31219 31219 30793 0 -1 4202560 4401 0 0 0 5099 6 0 0 25 0 5 0 911537438 311558144 23512 33554432000 4194304 5787044 140734634797552 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31220/tid=31225] ppid=31219 vsize=304256 CPUtime=51.08 cores=0-7
/proc/31220/task/31225/stat : 31225 (priss) R 31219 31219 30793 0 -1 4202560 8554 0 0 0 5101 7 0 0 18 0 5 0 911537438 311558144 23512 33554432000 4194304 5787044 140734634797552 18446744073709551615 5527008 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 204.28
Current children cumulated vsize (KiB) 312956

[startup+102.306 s]
/proc/loadavg: 4.04 4.01 3.95 5/173 31228
/proc/meminfo: memFree=7277616/32951124 swapFree=67064380/67111528
[pid=31219] ppid=31217 vsize=8700 CPUtime=0 cores=0-7
/proc/31219/stat : 31219 (priss.sh) S 31217 31219 30793 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911537437 8908800 252 33554432000 4194304 4922060 140737193385584 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31219/statm: 2175 252 211 178 0 68 0
[pid=31220] ppid=31219 vsize=322600 CPUtime=409.08 cores=0-7
/proc/31220/stat : 31220 (priss) S 31219 31219 30793 0 -1 4202496 34955 0 0 0 40859 49 0 0 25 0 5 0 911537437 330342400 33214 33554432000 4194304 5787044 140734634797552 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/31220/statm: 80650 33214 417 389 0 76400 0
[pid=31220/tid=31222] ppid=31219 vsize=322600 CPUtime=102.27 cores=0-7
/proc/31220/task/31222/stat : 31222 (priss) R 31219 31219 30793 0 -1 4202560 6333 0 0 0 10218 9 0 0 20 0 5 0 911537438 330342400 33214 33554432000 4194304 5787044 140734634797552 18446744073709551615 5591844 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31220/tid=31223] ppid=31219 vsize=322600 CPUtime=102.25 cores=0-7
/proc/31220/task/31223/stat : 31223 (priss) R 31219 31219 30793 0 -1 4202560 10768 0 0 0 10204 21 0 0 25 0 5 0 911537438 330342400 33214 33554432000 4194304 5787044 140734634797552 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31220/tid=31224] ppid=31219 vsize=322600 CPUtime=102.25 cores=0-7
/proc/31220/task/31224/stat : 31224 (priss) R 31219 31219 30793 0 -1 4202560 6093 0 0 0 10217 8 0 0 20 0 5 0 911537438 330342400 33214 33554432000 4194304 5787044 140734634797552 18446744073709551615 5591712 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31220/tid=31225] ppid=31219 vsize=322600 CPUtime=102.27 cores=0-7

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

/proc/31220/task/31223/stat : 31223 (priss) R 31219 31219 30793 0 -1 4202560 49967 0 0 0 472158 77 0 0 25 0 5 0 911537438 775708672 163346 33554432000 4194304 5787044 140734634797552 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31220/tid=31224] ppid=31219 vsize=757528 CPUtime=4722.35 cores=0-7
/proc/31220/task/31224/stat : 31224 (priss) R 31219 31219 30793 0 -1 4202560 45526 0 0 0 472129 106 0 0 25 0 5 0 911537438 775708672 163346 33554432000 4194304 5787044 140734634797552 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31220/tid=31225] ppid=31219 vsize=757528 CPUtime=4722.38 cores=0-7
/proc/31220/task/31225/stat : 31225 (priss) R 31219 31219 30793 0 -1 4202560 43048 0 0 0 472172 66 0 0 25 0 5 0 911537438 775708672 163346 33554432000 4194304 5787044 140734634797552 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 18889.5
Current children cumulated vsize (KiB) 766228

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/173 31365
/proc/meminfo: memFree=6749304/32951124 swapFree=67064380/67111528
[pid=31219] ppid=31217 vsize=8700 CPUtime=0 cores=0-7
/proc/31219/stat : 31219 (priss.sh) S 31217 31219 30793 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911537437 8908800 252 33554432000 4194304 4922060 140737193385584 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31219/statm: 2175 252 211 178 0 68 0
[pid=31220] ppid=31219 vsize=824848 CPUtime=19129.5 cores=0-7
/proc/31220/stat : 31220 (priss) S 31219 31219 30793 0 -1 4202496 170153 0 0 0 1912640 309 0 0 25 0 5 0 911537437 844644352 164386 33554432000 4194304 5787044 140734634797552 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/31220/statm: 206212 164386 419 389 0 201962 0
[pid=31220/tid=31222] ppid=31219 vsize=824848 CPUtime=4782.37 cores=0-7
/proc/31220/task/31222/stat : 31222 (priss) R 31219 31219 30793 0 -1 4202560 29079 0 0 0 478181 56 0 0 25 0 5 0 911537438 844644352 164386 33554432000 4194304 5787044 140734634797552 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31220/tid=31223] ppid=31219 vsize=824848 CPUtime=4782.35 cores=0-7
/proc/31220/task/31223/stat : 31223 (priss) R 31219 31219 30793 0 -1 4202560 50468 0 0 0 478158 77 0 0 25 0 5 0 911537438 844644352 164386 33554432000 4194304 5787044 140734634797552 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31220/tid=31224] ppid=31219 vsize=824848 CPUtime=4782.35 cores=0-7
/proc/31220/task/31224/stat : 31224 (priss) R 31219 31219 30793 0 -1 4202560 46028 0 0 0 478127 108 0 0 25 0 5 0 911537438 844644352 164386 33554432000 4194304 5787044 140734634797552 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31220/tid=31225] ppid=31219 vsize=824848 CPUtime=4782.38 cores=0-7
/proc/31220/task/31225/stat : 31225 (priss) R 31219 31219 30793 0 -1 4202560 43066 0 0 0 478172 66 0 0 25 0 5 0 911537438 844644352 164386 33554432000 4194304 5787044 140734634797552 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19129.5
Current children cumulated vsize (KiB) 833548

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/173 31367
/proc/meminfo: memFree=6741212/32951124 swapFree=67064380/67111528
[pid=31219] ppid=31217 vsize=8700 CPUtime=0 cores=0-7
/proc/31219/stat : 31219 (priss.sh) S 31217 31219 30793 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911537437 8908800 252 33554432000 4194304 4922060 140737193385584 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31219/statm: 2175 252 211 178 0 68 0
[pid=31220] ppid=31219 vsize=826788 CPUtime=19369.5 cores=0-7
/proc/31220/stat : 31220 (priss) S 31219 31219 30793 0 -1 4202496 172122 0 0 0 1936638 311 0 0 25 0 5 0 911537437 846630912 166355 33554432000 4194304 5787044 140734634797552 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/31220/statm: 206697 166355 419 389 0 202447 0
[pid=31220/tid=31222] ppid=31219 vsize=826788 CPUtime=4842.37 cores=0-7
/proc/31220/task/31222/stat : 31222 (priss) R 31219 31219 30793 0 -1 4202560 29085 0 0 0 484181 56 0 0 25 0 5 0 911537438 846630912 166355 33554432000 4194304 5787044 140734634797552 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31220/tid=31223] ppid=31219 vsize=826788 CPUtime=4842.35 cores=0-7
/proc/31220/task/31223/stat : 31223 (priss) R 31219 31219 30793 0 -1 4202560 50922 0 0 0 484157 78 0 0 25 0 5 0 911537438 846630912 166355 33554432000 4194304 5787044 140734634797552 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31220/tid=31224] ppid=31219 vsize=826788 CPUtime=4842.35 cores=0-7
/proc/31220/task/31224/stat : 31224 (priss) R 31219 31219 30793 0 -1 4202560 46505 0 0 0 484126 109 0 0 25 0 5 0 911537438 846630912 166355 33554432000 4194304 5787044 140734634797552 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31220/tid=31225] ppid=31219 vsize=826788 CPUtime=4842.38 cores=0-7
/proc/31220/task/31225/stat : 31225 (priss) R 31219 31219 30793 0 -1 4202560 44098 0 0 0 484172 66 0 0 25 0 5 0 911537438 846630912 166355 33554432000 4194304 5787044 140734634797552 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19369.5
Current children cumulated vsize (KiB) 835488

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/173 31368
/proc/meminfo: memFree=6737200/32951124 swapFree=67064380/67111528
[pid=31219] ppid=31217 vsize=8700 CPUtime=0 cores=0-7
/proc/31219/stat : 31219 (priss.sh) S 31217 31219 30793 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911537437 8908800 252 33554432000 4194304 4922060 140737193385584 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31219/statm: 2175 252 211 178 0 68 0
[pid=31220] ppid=31219 vsize=894128 CPUtime=19609.5 cores=0-7
/proc/31220/stat : 31220 (priss) S 31219 31219 30793 0 -1 4202496 173272 0 0 0 1960636 315 0 0 25 0 5 0 911537437 915587072 167505 33554432000 4194304 5787044 140734634797552 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/31220/statm: 223532 167505 419 389 0 219282 0
[pid=31220/tid=31222] ppid=31219 vsize=894128 CPUtime=4902.37 cores=0-7
/proc/31220/task/31222/stat : 31222 (priss) R 31219 31219 30793 0 -1 4202560 29275 0 0 0 490181 56 0 0 25 0 5 0 911537438 915587072 167505 33554432000 4194304 5787044 140734634797552 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31220/tid=31223] ppid=31219 vsize=894128 CPUtime=4902.35 cores=0-7
/proc/31220/task/31223/stat : 31223 (priss) R 31219 31219 30793 0 -1 4202560 51413 0 0 0 490157 78 0 0 25 0 5 0 911537438 915587072 167505 33554432000 4194304 5787044 140734634797552 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31220/tid=31224] ppid=31219 vsize=894128 CPUtime=4902.36 cores=0-7
/proc/31220/task/31224/stat : 31224 (priss) R 31219 31219 30793 0 -1 4202560 46954 0 0 0 490124 112 0 0 25 0 5 0 911537438 915587072 167505 33554432000 4194304 5787044 140734634797552 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31220/tid=31225] ppid=31219 vsize=894128 CPUtime=4902.38 cores=0-7
/proc/31220/task/31225/stat : 31225 (priss) R 31219 31219 30793 0 -1 4202560 44118 0 0 0 490172 66 0 0 25 0 5 0 911537438 915587072 167505 33554432000 4194304 5787044 140734634797552 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19609.5
Current children cumulated vsize (KiB) 902828

[startup+4962.3 s]
/proc/loadavg: 4.04 4.01 3.98 5/173 31370
/proc/meminfo: memFree=6728840/32951124 swapFree=67064380/67111528
[pid=31219] ppid=31217 vsize=8700 CPUtime=0 cores=0-7
/proc/31219/stat : 31219 (priss.sh) S 31217 31219 30793 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911537437 8908800 252 33554432000 4194304 4922060 140737193385584 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31219/statm: 2175 252 211 178 0 68 0
[pid=31220] ppid=31219 vsize=961660 CPUtime=19849.5 cores=0-7
/proc/31220/stat : 31220 (priss) S 31219 31219 30793 0 -1 4202496 175363 0 0 0 1984635 316 0 0 25 0 5 0 911537437 984739840 169596 33554432000 4194304 5787044 140734634797552 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/31220/statm: 240415 169596 419 389 0 236165 0
[pid=31220/tid=31222] ppid=31219 vsize=961660 CPUtime=4962.37 cores=0-7
/proc/31220/task/31222/stat : 31222 (priss) R 31219 31219 30793 0 -1 4202560 29456 0 0 0 496181 56 0 0 25 0 5 0 911537438 984739840 169596 33554432000 4194304 5787044 140734634797552 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31220/tid=31223] ppid=31219 vsize=961660 CPUtime=4962.36 cores=0-7
/proc/31220/task/31223/stat : 31223 (priss) R 31219 31219 30793 0 -1 4202560 51861 0 0 0 496157 79 0 0 25 0 5 0 911537438 984739840 169596 33554432000 4194304 5787044 140734634797552 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31220/tid=31224] ppid=31219 vsize=961660 CPUtime=4962.36 cores=0-7
/proc/31220/task/31224/stat : 31224 (priss) R 31219 31219 30793 0 -1 4202560 47365 0 0 0 496123 113 0 0 25 0 5 0 911537438 984739840 169596 33554432000 4194304 5787044 140734634797552 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31220/tid=31225] ppid=31219 vsize=961660 CPUtime=4962.39 cores=0-7
/proc/31220/task/31225/stat : 31225 (priss) R 31219 31219 30793 0 -1 4202560 45169 0 0 0 496172 67 0 0 25 0 5 0 911537438 984739840 169596 33554432000 4194304 5787044 140734634797552 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19849.5
Current children cumulated vsize (KiB) 970360

[startup+5022.3 s]
/proc/loadavg: 4.01 4.01 3.98 5/173 31371
/proc/meminfo: memFree=6724332/32951124 swapFree=67064380/67111528
[pid=31219] ppid=31217 vsize=8700 CPUtime=0 cores=0-7
/proc/31219/stat : 31219 (priss.sh) S 31217 31219 30793 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911537437 8908800 252 33554432000 4194304 4922060 140737193385584 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31219/statm: 2175 252 211 178 0 68 0
[pid=31220] ppid=31219 vsize=963284 CPUtime=20089.5 cores=0-7
/proc/31220/stat : 31220 (priss) S 31219 31219 30793 0 -1 4202496 176469 0 0 0 2008634 318 0 0 25 0 5 0 911537437 986402816 170702 33554432000 4194304 5787044 140734634797552 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/31220/statm: 240821 170702 419 389 0 236571 0
[pid=31220/tid=31222] ppid=31219 vsize=963284 CPUtime=5022.37 cores=0-7
/proc/31220/task/31222/stat : 31222 (priss) R 31219 31219 30793 0 -1 4202560 29623 0 0 0 502181 56 0 0 25 0 5 0 911537438 986402816 170702 33554432000 4194304 5787044 140734634797552 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31220/tid=31223] ppid=31219 vsize=963284 CPUtime=5022.36 cores=0-7
/proc/31220/task/31223/stat : 31223 (priss) R 31219 31219 30793 0 -1 4202560 52313 0 0 0 502157 79 0 0 25 0 5 0 911537438 986402816 170702 33554432000 4194304 5787044 140734634797552 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31220/tid=31224] ppid=31219 vsize=963284 CPUtime=5022.36 cores=0-7
/proc/31220/task/31224/stat : 31224 (priss) R 31219 31219 30793 0 -1 4202560 47826 0 0 0 502121 115 0 0 25 0 5 0 911537438 986402816 170702 33554432000 4194304 5787044 140734634797552 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31220/tid=31225] ppid=31219 vsize=963284 CPUtime=5022.4 cores=0-7
/proc/31220/task/31225/stat : 31225 (priss) R 31219 31219 30793 0 -1 4202560 45195 0 0 0 502173 67 0 0 25 0 5 0 911537438 986402816 170702 33554432000 4194304 5787044 140734634797552 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 20089.5
Current children cumulated vsize (KiB) 971984

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/173 31373
/proc/meminfo: memFree=6714240/32951124 swapFree=67064380/67111528
[pid=31219] ppid=31217 vsize=8700 CPUtime=0 cores=0-7
/proc/31219/stat : 31219 (priss.sh) S 31217 31219 30793 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911537437 8908800 252 33554432000 4194304 4922060 140737193385584 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31219/statm: 2175 252 211 178 0 68 0
[pid=31220] ppid=31219 vsize=965300 CPUtime=20329.5 cores=0-7
/proc/31220/stat : 31220 (priss) S 31219 31219 30793 0 -1 4202496 178971 0 0 0 2032632 321 0 0 25 0 5 0 911537437 988467200 173204 33554432000 4194304 5787044 140734634797552 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/31220/statm: 241325 173204 419 389 0 237075 0
[pid=31220/tid=31222] ppid=31219 vsize=965300 CPUtime=5082.38 cores=0-7
/proc/31220/task/31222/stat : 31222 (priss) R 31219 31219 30793 0 -1 4202560 30078 0 0 0 508181 57 0 0 25 0 5 0 911537438 988467200 173204 33554432000 4194304 5787044 140734634797552 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31220/tid=31223] ppid=31219 vsize=965300 CPUtime=5082.36 cores=0-7
/proc/31220/task/31223/stat : 31223 (priss) R 31219 31219 30793 0 -1 4202560 52776 0 0 0 508157 79 0 0 25 0 5 0 911537438 988467200 173204 33554432000 4194304 5787044 140734634797552 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31220/tid=31224] ppid=31219 vsize=965300 CPUtime=5082.36 cores=0-7
/proc/31220/task/31224/stat : 31224 (priss) R 31219 31219 30793 0 -1 4202560 49314 0 0 0 508120 116 0 0 25 0 5 0 911537438 988467200 173204 33554432000 4194304 5787044 140734634797552 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31220/tid=31225] ppid=31219 vsize=965300 CPUtime=5082.4 cores=0-7
/proc/31220/task/31225/stat : 31225 (priss) R 31219 31219 30793 0 -1 4202560 45291 0 0 0 508173 67 0 0 25 0 5 0 911537438 988467200 173204 33554432000 4194304 5787044 140734634797552 18446744073709551615 5527392 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 20329.5
Current children cumulated vsize (KiB) 974000



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.98 5/173 31373
/proc/meminfo: memFree=6712256/32951124 swapFree=67064380/67111528
[pid=31219] ppid=31217 vsize=8700 CPUtime=0 cores=0-7
/proc/31219/stat : 31219 (priss.sh) S 31217 31219 30793 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 911537437 8908800 252 33554432000 4194304 4922060 140737193385584 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31219/statm: 2175 252 211 178 0 68 0
[pid=31220] ppid=31219 vsize=966372 CPUtime=20400.4 cores=0-7
/proc/31220/stat : 31220 (priss) S 31219 31219 30793 0 -1 4202496 179465 0 0 0 2039714 322 0 0 25 0 5 0 911537437 989564928 173698 33554432000 4194304 5787044 140734634797552 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/31220/statm: 241593 173698 419 389 0 237343 0
[pid=31220/tid=31222] ppid=31219 vsize=966372 CPUtime=5100.08 cores=0-7
/proc/31220/task/31222/stat : 31222 (priss) R 31219 31219 30793 0 -1 4202560 30220 0 0 0 509951 57 0 0 25 0 5 0 911537438 989564928 173698 33554432000 4194304 5787044 140734634797552 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31220/tid=31223] ppid=31219 vsize=966372 CPUtime=5100.06 cores=0-7
/proc/31220/task/31223/stat : 31223 (priss) R 31219 31219 30793 0 -1 4202560 52962 0 0 0 509927 79 0 0 25 0 5 0 911537438 989564928 173698 33554432000 4194304 5787044 140734634797552 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31220/tid=31224] ppid=31219 vsize=966372 CPUtime=5100.07 cores=0-7
/proc/31220/task/31224/stat : 31224 (priss) R 31219 31219 30793 0 -1 4202560 49469 0 0 0 509890 117 0 0 25 0 5 0 911537438 989564928 173698 33554432000 4194304 5787044 140734634797552 18446744073709551615 5591827 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31220/tid=31225] ppid=31219 vsize=966372 CPUtime=5100.1 cores=0-7
/proc/31220/task/31225/stat : 31225 (priss) R 31219 31219 30793 0 -1 4202560 45302 0 0 0 509943 67 0 0 25 0 5 0 911537438 989564928 173698 33554432000 4194304 5787044 140734634797552 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 20400.4
Current children cumulated vsize (KiB) 975072

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 31219 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 20400.4
#
# 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): 20400.4
CPU user time (s): 20397.1
CPU system time (s): 3.22
CPU usage (%): 400.006
Max. virtual memory (cumulated for all children) (KiB): 975072

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

runsolver used 8.36773 second user time and 19.407 second system time

The end

Launcher Data

Begin job on node105 at 2011-06-13 23:09:30
IDJOB=3499445
IDBENCH=83250
IDSOLVER=1994
FILE ID=node105/3499445-1307999370
RUNJOBID= node105-1307989165-30807
PBS_JOBID= 13559823
Free space on /var/tmp= 2860 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-4-4_511.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3499445-1307999370/watcher-3499445-1307999370 -o /var/tmp/evaluation-result-3499445-1307999370/solver-3499445-1307999370 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499445-1307999370.cnf 1499185559 40000 31000 8

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

MD5SUM BENCH= 766a362c83d920a8f8dd49df62ed42c9
RANDOM SEED=1499185559

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
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:       7408108 kB
Buffers:        117968 kB
Cached:       24582716 kB
SwapCached:      19904 kB
Active:        9223628 kB
Inactive:     15505140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7408108 kB
SwapTotal:    67111528 kB
SwapFree:     67064380 kB
Dirty:            1608 kB
Writeback:           0 kB
AnonPages:       26368 kB
Mapped:          10064 kB
Slab:           748772 kB
PageTables:       4184 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   154096 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 /var/tmp at the end= 2856 MiB
End job on node105 at 2011-06-14 00:34:32