Trace number 3499149

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

General information on the benchmark

NameCRAFTED/edgematching/
compact/em_12_2_4_cmp.cnf
MD5SUM7ea97a36d5ab6c8a5aa99830d5253591
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark61.2837
Satisfiable
(Un)Satisfiability was proved
Number of variables12584
Number of clauses155712
Sum of the clauses size523920
Maximum clause length100
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 217404
Number of clauses of size 3103200
Number of clauses of size 417828
Number of clauses of size 517000
Number of clauses of size over 5280

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: 4482
0.00/0.05	c parsetime: 49593us
0.00/0.05	c parsed 155712 clauses with 12584 variables
0.00/0.06	c NW started thread 0 successfully (1114585408)
0.00/0.08	c NW started thread 1 successfully (1125075264)
0.00/0.11	c NW started thread 2 successfully (1086277952)
0.00/0.16	c NW started thread 3 successfully (1135565120)
6.11/1.67	c preprocessor returned 12884 variables
6.11/1.67	c preprocessing returned UNKNOWN
6.11/1.67	c PP set 0 variables
6.11/1.67	c pp time: 1606528us (1s)
6.51/1.71	c preprocessor returned 12884 variables
6.51/1.71	c preprocessing returned UNKNOWN
6.51/1.71	c PP set 0 variables
6.51/1.71	c pp time: 1592946us (1s)
6.91/1.82	c preprocessor returned 12884 variables
6.91/1.82	c preprocessing returned UNKNOWN
6.91/1.82	c PP set 0 variables
6.91/1.82	c pp time: 1736907us (1s)
17.93/4.63	c preprocessor returned 30008 variables
17.93/4.63	c preprocessing returned UNKNOWN
17.93/4.63	c PP set 0 variables
17.93/4.63	c pp time: 4467208us (4s)

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-3499149-1307986947/watcher-3499149-1307986947 -o /var/tmp/evaluation-result-3499149-1307986947/solver-3499149-1307986947 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499149-1307986947.cnf 1650903226 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: 2.02 2.02 1.96 2/167 4481
/proc/meminfo: memFree=12632896/32951124 swapFree=67062232/67111528
[pid=4481] ppid=4479 vsize=8700 CPUtime=0 cores=0-7
/proc/4481/stat : 4481 (priss.sh) S 4479 4481 4451 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 891110650 8908800 252 33554432000 4194304 4922060 140735801263200 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4481/statm: 2175 252 211 178 0 68 0

[startup+0.086499 s]
/proc/loadavg: 2.02 2.02 1.96 2/167 4481
/proc/meminfo: memFree=12632896/32951124 swapFree=67062232/67111528
[pid=4481] ppid=4479 vsize=8700 CPUtime=0 cores=0-7
/proc/4481/stat : 4481 (priss.sh) S 4479 4481 4451 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 891110650 8908800 252 33554432000 4194304 4922060 140735801263200 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4481/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100493 s]
/proc/loadavg: 2.02 2.02 1.96 2/167 4481
/proc/meminfo: memFree=12632896/32951124 swapFree=67062232/67111528
[pid=4481] ppid=4479 vsize=8700 CPUtime=0 cores=0-7
/proc/4481/stat : 4481 (priss.sh) S 4479 4481 4451 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 891110650 8908800 252 33554432000 4194304 4922060 140735801263200 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4481/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300457 s]
/proc/loadavg: 2.02 2.02 1.96 2/167 4481
/proc/meminfo: memFree=12632896/32951124 swapFree=67062232/67111528
[pid=4481] ppid=4479 vsize=8700 CPUtime=0 cores=0-7
/proc/4481/stat : 4481 (priss.sh) S 4479 4481 4451 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 891110650 8908800 252 33554432000 4194304 4922060 140735801263200 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4481/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700385 s]
/proc/loadavg: 2.02 2.02 1.96 2/167 4481
/proc/meminfo: memFree=12632896/32951124 swapFree=67062232/67111528
[pid=4481] ppid=4479 vsize=8700 CPUtime=0 cores=0-7
/proc/4481/stat : 4481 (priss.sh) S 4479 4481 4451 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 891110650 8908800 252 33554432000 4194304 4922060 140735801263200 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4481/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50123 s]
/proc/loadavg: 2.18 2.05 1.97 5/173 4487
/proc/meminfo: memFree=12557232/32951124 swapFree=67062232/67111528
[pid=4481] ppid=4479 vsize=8700 CPUtime=0 cores=0-7
/proc/4481/stat : 4481 (priss.sh) S 4479 4481 4451 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 891110650 8908800 252 33554432000 4194304 4922060 140735801263200 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4481/statm: 2175 252 211 178 0 68 0
[pid=4482] ppid=4481 vsize=331320 CPUtime=5.71 cores=0-7
/proc/4482/stat : 4482 (priss) S 4481 4481 4451 0 -1 4202496 27759 0 0 0 563 8 0 0 18 0 5 0 891110650 339271680 23569 33554432000 4194304 5787044 140734222721312 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/4482/statm: 82830 23569 355 389 0 78580 0
[pid=4482/tid=4484] ppid=4481 vsize=331320 CPUtime=1.43 cores=0-7
/proc/4482/task/4484/stat : 4484 (priss) R 4481 4481 4451 0 -1 4202560 4820 0 0 0 142 1 0 0 19 0 5 0 891110657 339271680 23569 33554432000 4194304 5787044 140734222721312 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=4482/tid=4485] ppid=4481 vsize=331320 CPUtime=1.4 cores=0-7
/proc/4482/task/4485/stat : 4485 (priss) R 4481 4481 4451 0 -1 4202560 3690 0 0 0 140 0 0 0 19 0 5 0 891110659 339271680 23569 33554432000 4194304 5787044 140734222721312 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=4482/tid=4486] ppid=4481 vsize=331320 CPUtime=1.37 cores=0-7
/proc/4482/task/4486/stat : 4486 (priss) R 4481 4481 4451 0 -1 4202560 4196 0 0 0 137 0 0 0 19 0 5 0 891110662 339271680 23569 33554432000 4194304 5787044 140734222721312 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=4482/tid=4487] ppid=4481 vsize=331320 CPUtime=1.33 cores=0-7
/proc/4482/task/4487/stat : 4487 (priss) R 4481 4481 4451 0 -1 4202560 6726 0 0 0 131 2 0 0 23 0 5 0 891110667 339271680 23569 33554432000 4194304 5787044 140734222721312 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.71
Current children cumulated vsize (KiB) 340020

[startup+3.10096 s]
/proc/loadavg: 2.18 2.05 1.97 5/173 4487
/proc/meminfo: memFree=12534788/32951124 swapFree=67062232/67111528
[pid=4481] ppid=4479 vsize=8700 CPUtime=0 cores=0-7
/proc/4481/stat : 4481 (priss.sh) S 4479 4481 4451 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 891110650 8908800 252 33554432000 4194304 4922060 140735801263200 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4481/statm: 2175 252 211 178 0 68 0
[pid=4482] ppid=4481 vsize=331320 CPUtime=12.02 cores=0-7
/proc/4482/stat : 4482 (priss) S 4481 4481 4451 0 -1 4202496 29385 0 0 0 1179 23 0 0 18 0 5 0 891110650 339271680 24979 33554432000 4194304 5787044 140734222721312 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/4482/statm: 82830 24979 405 389 0 78580 0
[pid=4482/tid=4484] ppid=4481 vsize=331320 CPUtime=3.01 cores=0-7
/proc/4482/task/4484/stat : 4484 (priss) R 4481 4481 4451 0 -1 4202560 4960 0 0 0 296 5 0 0 18 0 5 0 891110657 339271680 24979 33554432000 4194304 5787044 140734222721312 18446744073709551615 220816341535 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=4482/tid=4485] ppid=4481 vsize=331320 CPUtime=2.95 cores=0-7
/proc/4482/task/4485/stat : 4485 (priss) R 4481 4481 4451 0 -1 4202560 4702 0 0 0 287 8 0 0 15 0 5 0 891110659 339271680 24979 33554432000 4194304 5787044 140734222721312 18446744073709551615 4254531 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=4482/tid=4486] ppid=4481 vsize=331320 CPUtime=2.95 cores=0-7
/proc/4482/task/4486/stat : 4486 (priss) R 4481 4481 4451 0 -1 4202560 4581 0 0 0 291 4 0 0 18 0 5 0 891110662 339271680 24979 33554432000 4194304 5787044 140734222721312 18446744073709551615 5588000 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=4482/tid=4487] ppid=4481 vsize=331320 CPUtime=2.93 cores=0-7
/proc/4482/task/4487/stat : 4487 (priss) R 4481 4481 4451 0 -1 4202560 6815 0 0 0 291 2 0 0 18 0 5 0 891110667 339271680 24979 33554432000 4194304 5787044 140734222721312 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.02
Current children cumulated vsize (KiB) 340020

[startup+6.30038 s]
/proc/loadavg: 2.32 2.08 1.98 5/173 4487
/proc/meminfo: memFree=12522800/32951124 swapFree=67062232/67111528
[pid=4481] ppid=4479 vsize=8700 CPUtime=0 cores=0-7
/proc/4481/stat : 4481 (priss.sh) S 4479 4481 4451 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 891110650 8908800 252 33554432000 4194304 4922060 140735801263200 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4481/statm: 2175 252 211 178 0 68 0
[pid=4482] ppid=4481 vsize=337268 CPUtime=24.42 cores=0-7
/proc/4482/stat : 4482 (priss) S 4481 4481 4451 0 -1 4202496 34581 0 0 0 2349 93 0 0 18 0 5 0 891110650 345362432 28003 33554432000 4194304 5787044 140734222721312 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/4482/statm: 84317 28003 419 389 0 80067 0
[pid=4482/tid=4484] ppid=4481 vsize=337268 CPUtime=6.15 cores=0-7
/proc/4482/task/4484/stat : 4484 (priss) R 4481 4481 4451 0 -1 4202560 5064 0 0 0 595 20 0 0 18 0 5 0 891110657 345362432 28003 33554432000 4194304 5787044 140734222721312 18446744073709551615 220816341535 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=4482/tid=4485] ppid=4481 vsize=337268 CPUtime=6.01 cores=0-7
/proc/4482/task/4485/stat : 4485 (priss) R 4481 4481 4451 0 -1 4202560 4867 0 0 0 572 29 0 0 15 0 5 0 891110659 345362432 28003 33554432000 4194304 5787044 140734222721312 18446744073709551615 220816341535 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=4482/tid=4486] ppid=4481 vsize=337268 CPUtime=6.07 cores=0-7
/proc/4482/task/4486/stat : 4486 (priss) R 4481 4481 4451 0 -1 4202560 4687 0 0 0 584 23 0 0 18 0 5 0 891110662 345362432 28003 33554432000 4194304 5787044 140734222721312 18446744073709551615 220816341535 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=4482/tid=4487] ppid=4481 vsize=337268 CPUtime=6 cores=0-7
/proc/4482/task/4487/stat : 4487 (priss) R 4481 4481 4451 0 -1 4202560 11636 0 0 0 584 16 0 0 17 0 5 0 891110667 345362432 28003 33554432000 4194304 5787044 140734222721312 18446744073709551615 220816341535 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.42
Current children cumulated vsize (KiB) 345968

[startup+12.7012 s]
/proc/loadavg: 2.46 2.12 1.99 5/173 4487
/proc/meminfo: memFree=12521328/32951124 swapFree=67062232/67111528
[pid=4481] ppid=4479 vsize=8700 CPUtime=0 cores=0-7
/proc/4481/stat : 4481 (priss.sh) S 4479 4481 4451 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 891110650 8908800 252 33554432000 4194304 4922060 140735801263200 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4481/statm: 2175 252 211 178 0 68 0
[pid=4482] ppid=4481 vsize=337268 CPUtime=48.98 cores=0-7
/proc/4482/stat : 4482 (priss) S 4481 4481 4451 0 -1 4202496 35087 0 0 0 4614 284 0 0 18 0 5 0 891110650 345362432 28509 33554432000 4194304 5787044 140734222721312 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/4482/statm: 84317 28509 419 389 0 80067 0
[pid=4482/tid=4484] ppid=4481 vsize=337268 CPUtime=12.42 cores=0-7
/proc/4482/task/4484/stat : 4484 (priss) R 4481 4481 4451 0 -1 4202560 5218 0 0 0 1170 72 0 0 18 0 5 0 891110657 345362432 28509 33554432000 4194304 5787044 140734222721312 18446744073709551615 220816341535 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=4482/tid=4485] ppid=4481 vsize=337268 CPUtime=12.12 cores=0-7
/proc/4482/task/4485/stat : 4485 (priss) R 4481 4481 4451 0 -1 4202560 5057 0 0 0 1134 78 0 0 15 0 5 0 891110659 345362432 28509 33554432000 4194304 5787044 140734222721312 18446744073709551615 220816341486 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=4482/tid=4486] ppid=4481 vsize=337268 CPUtime=12.29 cores=0-7
/proc/4482/task/4486/stat : 4486 (priss) R 4481 4481 4451 0 -1 4202560 4800 0 0 0 1152 77 0 0 18 0 5 0 891110662 345362432 28509 33554432000 4194304 5787044 140734222721312 18446744073709551615 220816341535 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=4482/tid=4487] ppid=4481 vsize=337268 CPUtime=11.95 cores=0-7
/proc/4482/task/4487/stat : 4487 (priss) R 4481 4481 4451 0 -1 4202560 11685 0 0 0 1143 52 0 0 16 0 5 0 891110667 345362432 28509 33554432000 4194304 5787044 140734222721312 18446744073709551615 220816341535 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 48.98
Current children cumulated vsize (KiB) 345968

[startup+25.5008 s]
/proc/loadavg: 2.69 2.18 2.01 5/173 4488
/proc/meminfo: memFree=12515772/32951124 swapFree=67062232/67111528
[pid=4481] ppid=4479 vsize=8700 CPUtime=0 cores=0-7
/proc/4481/stat : 4481 (priss.sh) S 4479 4481 4451 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 891110650 8908800 252 33554432000 4194304 4922060 140735801263200 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4481/statm: 2175 252 211 178 0 68 0
[pid=4482] ppid=4481 vsize=338192 CPUtime=98.24 cores=0-7
/proc/4482/stat : 4482 (priss) S 4481 4481 4451 0 -1 4202496 36786 0 0 0 9216 608 0 0 18 0 5 0 891110650 346308608 30208 33554432000 4194304 5787044 140734222721312 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/4482/statm: 84548 30208 419 389 0 80298 0
[pid=4482/tid=4484] ppid=4481 vsize=338192 CPUtime=24.97 cores=0-7
/proc/4482/task/4484/stat : 4484 (priss) R 4481 4481 4451 0 -1 4202560 5582 0 0 0 2333 164 0 0 18 0 5 0 891110657 346308608 30208 33554432000 4194304 5787044 140734222721312 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=4482/tid=4485] ppid=4481 vsize=338192 CPUtime=24.42 cores=0-7
/proc/4482/task/4485/stat : 4485 (priss) R 4481 4481 4451 0 -1 4202560 5587 0 0 0 2283 159 0 0 15 0 5 0 891110659 346308608 30208 33554432000 4194304 5787044 140734222721312 18446744073709551615 220816341535 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=4482/tid=4486] ppid=4481 vsize=338192 CPUtime=24.78 cores=0-7
/proc/4482/task/4486/stat : 4486 (priss) R 4481 4481 4451 0 -1 4202560 5087 0 0 0 2315 163 0 0 18 0 5 0 891110662 346308608 30208 33554432000 4194304 5787044 140734222721312 18446744073709551615 4254531 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=4482/tid=4487] ppid=4481 vsize=338192 CPUtime=23.87 cores=0-7
/proc/4482/task/4487/stat : 4487 (priss) R 4481 4481 4451 0 -1 4202560 12203 0 0 0 2271 116 0 0 16 0 5 0 891110667 346308608 30208 33554432000 4194304 5787044 140734222721312 18446744073709551615 220816341535 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 98.24
Current children cumulated vsize (KiB) 346892

[startup+51.1011 s]
/proc/loadavg: 3.21 2.35 2.07 5/173 4488
/proc/meminfo: memFree=12494596/32951124 swapFree=67062232/67111528
[pid=4481] ppid=4479 vsize=8700 CPUtime=0 cores=0-7
/proc/4481/stat : 4481 (priss.sh) S 4479 4481 4451 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 891110650 8908800 252 33554432000 4194304 4922060 140735801263200 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4481/statm: 2175 252 211 178 0 68 0
[pid=4482] ppid=4481 vsize=345988 CPUtime=197.6 cores=0-7
/proc/4482/stat : 4482 (priss) S 4481 4481 4451 0 -1 4202496 42079 0 0 0 18630 1130 0 0 18 0 5 0 891110650 354291712 35501 33554432000 4194304 5787044 140734222721312 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/4482/statm: 86497 35501 419 389 0 82247 0
[pid=4482/tid=4484] ppid=4481 vsize=345988 CPUtime=50.17 cores=0-7
/proc/4482/task/4484/stat : 4484 (priss) R 4481 4481 4451 0 -1 4202560 6616 0 0 0 4709 308 0 0 18 0 5 0 891110657 354291712 35501 33554432000 4194304 5787044 140734222721312 18446744073709551615 4254531 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=4482/tid=4485] ppid=4481 vsize=345988 CPUtime=49.25 cores=0-7
/proc/4482/task/4485/stat : 4485 (priss) R 4481 4481 4451 0 -1 4202560 7614 0 0 0 4630 295 0 0 15 0 5 0 891110659 354291712 35501 33554432000 4194304 5787044 140734222721312 18446744073709551615 220816341535 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=4482/tid=4486] ppid=4481 vsize=345988 CPUtime=49.89 cores=0-7
/proc/4482/task/4486/stat : 4486 (priss) R 4481 4481 4451 0 -1 4202560 6454 0 0 0 4684 305 0 0 18 0 5 0 891110662 354291712 35501 33554432000 4194304 5787044 140734222721312 18446744073709551615 220816341535 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=4482/tid=4487] ppid=4481 vsize=345988 CPUtime=48.1 cores=0-7
/proc/4482/task/4487/stat : 4487 (priss) R 4481 4481 4451 0 -1 4202560 13068 0 0 0 4593 217 0 0 17 0 5 0 891110667 354291712 35501 33554432000 4194304 5787044 140734222721312 18446744073709551615 220816341535 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 197.6
Current children cumulated vsize (KiB) 354688

[startup+102.307 s]
/proc/loadavg: 3.60 2.59 2.17 5/173 4490
/proc/meminfo: memFree=12460944/32951124 swapFree=67062232/67111528
[pid=4481] ppid=4479 vsize=8700 CPUtime=0 cores=0-7
/proc/4481/stat : 4481 (priss.sh) S 4479 4481 4451 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 891110650 8908800 252 33554432000 4194304 4922060 140735801263200 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4481/statm: 2175 252 211 178 0 68 0
[pid=4482] ppid=4481 vsize=358324 CPUtime=398.11 cores=0-7
/proc/4482/stat : 4482 (priss) S 4481 4481 4451 0 -1 4202496 50434 0 0 0 37944 1867 0 0 18 0 5 0 891110650 366923776 43856 33554432000 4194304 5787044 140734222721312 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/4482/statm: 89581 43856 419 389 0 85331 0
[pid=4482/tid=4484] ppid=4481 vsize=358324 CPUtime=100.82 cores=0-7
/proc/4482/task/4484/stat : 4484 (priss) R 4481 4481 4451 0 -1 4202560 8483 0 0 0 9580 502 0 0 18 0 5 0 891110657 366923776 43856 33554432000 4194304 5787044 140734222721312 18446744073709551615 4254641 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=4482/tid=4485] ppid=4481 vsize=358324 CPUtime=99.34 cores=0-7
/proc/4482/task/4485/stat : 4485 (priss) R 4481 4481 4451 0 -1 4202560 10546 0 0 0 9454 480 0 0 15 0 5 0 891110659 366923776 43856 33554432000 4194304 5787044 140734222721312 18446744073709551615 4254531 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=4482/tid=4486] ppid=4481 vsize=358324 CPUtime=100.41 cores=0-7
/proc/4482/task/4486/stat : 4486 (priss) R 4481 4481 4451 0 -1 4202560 8309 0 0 0 9529 512 0 0 18 0 5 0 891110662 366923776 43856 33554432000 4194304 5787044 140734222721312 18446744073709551615 220816341535 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=4482/tid=4487] ppid=4481 vsize=358324 CPUtime=97.35 cores=0-7

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

/proc/4482/task/4485/stat : 4485 (priss) R 4481 4481 4451 0 -1 4202560 328548 0 0 0 470030 1433 0 0 25 0 5 0 891110659 6253154304 1473537 33554432000 4194304 5787044 140734222721312 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=4482/tid=4486] ppid=4481 vsize=6106596 CPUtime=4717.6 cores=0-7
/proc/4482/task/4486/stat : 4486 (priss) R 4481 4481 4451 0 -1 4202560 368917 0 0 0 470202 1558 0 0 25 0 5 0 891110662 6253154304 1473537 33554432000 4194304 5787044 140734222721312 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=4482/tid=4487] ppid=4481 vsize=6106596 CPUtime=4708.69 cores=0-7
/proc/4482/task/4487/stat : 4487 (priss) R 4481 4481 4451 0 -1 4202560 358213 0 0 0 469236 1633 0 0 25 0 5 0 891110667 6253154304 1473537 33554432000 4194304 5787044 140734222721312 18446744073709551615 5528429 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 18859.7
Current children cumulated vsize (KiB) 6115296

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/173 4635
/proc/meminfo: memFree=6725144/32951124 swapFree=67062232/67111528
[pid=4481] ppid=4479 vsize=8700 CPUtime=0 cores=0-7
/proc/4481/stat : 4481 (priss.sh) S 4479 4481 4451 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 891110650 8908800 252 33554432000 4194304 4922060 140735801263200 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4481/statm: 2175 252 211 178 0 68 0
[pid=4482] ppid=4481 vsize=6110728 CPUtime=19099.5 cores=0-7
/proc/4482/stat : 4482 (priss) S 4481 4481 4451 0 -1 4202496 1488333 0 0 0 1903741 6211 0 0 18 0 5 0 891110650 6257385472 1474377 33554432000 4194304 5787044 140734222721312 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/4482/statm: 1527682 1474377 419 389 0 1523432 0
[pid=4482/tid=4484] ppid=4481 vsize=6110728 CPUtime=4778.43 cores=0-7
/proc/4482/task/4484/stat : 4484 (priss) R 4481 4481 4451 0 -1 4202560 424211 0 0 0 476264 1579 0 0 18 0 5 0 891110657 6257385472 1474377 33554432000 4194304 5787044 140734222721312 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=4482/tid=4485] ppid=4481 vsize=6110728 CPUtime=4774.62 cores=0-7
/proc/4482/task/4485/stat : 4485 (priss) R 4481 4481 4451 0 -1 4202560 328593 0 0 0 476028 1434 0 0 25 0 5 0 891110659 6257385472 1474377 33554432000 4194304 5787044 140734222721312 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=4482/tid=4486] ppid=4481 vsize=6110728 CPUtime=4777.59 cores=0-7
/proc/4482/task/4486/stat : 4486 (priss) R 4481 4481 4451 0 -1 4202560 368917 0 0 0 476200 1559 0 0 19 0 5 0 891110662 6257385472 1474377 33554432000 4194304 5787044 140734222721312 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=4482/tid=4487] ppid=4481 vsize=6110728 CPUtime=4768.68 cores=0-7
/proc/4482/task/4487/stat : 4487 (priss) R 4481 4481 4451 0 -1 4202560 358285 0 0 0 475235 1633 0 0 25 0 5 0 891110667 6257385472 1474377 33554432000 4194304 5787044 140734222721312 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19099.5
Current children cumulated vsize (KiB) 6119428

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/173 4637
/proc/meminfo: memFree=6724868/32951124 swapFree=67062232/67111528
[pid=4481] ppid=4479 vsize=8700 CPUtime=0 cores=0-7
/proc/4481/stat : 4481 (priss.sh) S 4479 4481 4451 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 891110650 8908800 252 33554432000 4194304 4922060 140735801263200 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4481/statm: 2175 252 211 178 0 68 0
[pid=4482] ppid=4481 vsize=6110728 CPUtime=19339.5 cores=0-7
/proc/4482/stat : 4482 (priss) S 4481 4481 4451 0 -1 4202496 1488446 0 0 0 1927739 6214 0 0 18 0 5 0 891110650 6257385472 1474490 33554432000 4194304 5787044 140734222721312 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/4482/statm: 1527682 1474490 419 389 0 1523432 0
[pid=4482/tid=4484] ppid=4481 vsize=6110728 CPUtime=4838.43 cores=0-7
/proc/4482/task/4484/stat : 4484 (priss) R 4481 4481 4451 0 -1 4202560 424211 0 0 0 482263 1580 0 0 25 0 5 0 891110657 6257385472 1474490 33554432000 4194304 5787044 140734222721312 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=4482/tid=4485] ppid=4481 vsize=6110728 CPUtime=4834.62 cores=0-7
/proc/4482/task/4485/stat : 4485 (priss) R 4481 4481 4451 0 -1 4202560 328647 0 0 0 482028 1434 0 0 25 0 5 0 891110659 6257385472 1474490 33554432000 4194304 5787044 140734222721312 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=4482/tid=4486] ppid=4481 vsize=6110728 CPUtime=4837.6 cores=0-7
/proc/4482/task/4486/stat : 4486 (priss) R 4481 4481 4451 0 -1 4202560 368917 0 0 0 482200 1560 0 0 18 0 5 0 891110662 6257385472 1474490 33554432000 4194304 5787044 140734222721312 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=4482/tid=4487] ppid=4481 vsize=6110728 CPUtime=4828.68 cores=0-7
/proc/4482/task/4487/stat : 4487 (priss) R 4481 4481 4451 0 -1 4202560 358344 0 0 0 481234 1634 0 0 25 0 5 0 891110667 6257385472 1474490 33554432000 4194304 5787044 140734222721312 18446744073709551615 4229321 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19339.5
Current children cumulated vsize (KiB) 6119428

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/173 4639
/proc/meminfo: memFree=6724356/32951124 swapFree=67062232/67111528
[pid=4481] ppid=4479 vsize=8700 CPUtime=0 cores=0-7
/proc/4481/stat : 4481 (priss.sh) S 4479 4481 4451 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 891110650 8908800 252 33554432000 4194304 4922060 140735801263200 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4481/statm: 2175 252 211 178 0 68 0
[pid=4482] ppid=4481 vsize=6110728 CPUtime=19579.5 cores=0-7
/proc/4482/stat : 4482 (priss) S 4481 4481 4451 0 -1 4202496 1488570 0 0 0 1951735 6217 0 0 18 0 5 0 891110650 6257385472 1474614 33554432000 4194304 5787044 140734222721312 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/4482/statm: 1527682 1474614 419 389 0 1523432 0
[pid=4482/tid=4484] ppid=4481 vsize=6110728 CPUtime=4898.43 cores=0-7
/proc/4482/task/4484/stat : 4484 (priss) R 4481 4481 4451 0 -1 4202560 424211 0 0 0 488262 1581 0 0 19 0 5 0 891110657 6257385472 1474614 33554432000 4194304 5787044 140734222721312 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=4482/tid=4485] ppid=4481 vsize=6110728 CPUtime=4894.62 cores=0-7
/proc/4482/task/4485/stat : 4485 (priss) R 4481 4481 4451 0 -1 4202560 328706 0 0 0 488027 1435 0 0 25 0 5 0 891110659 6257385472 1474614 33554432000 4194304 5787044 140734222721312 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=4482/tid=4486] ppid=4481 vsize=6110728 CPUtime=4897.59 cores=0-7
/proc/4482/task/4486/stat : 4486 (priss) R 4481 4481 4451 0 -1 4202560 368917 0 0 0 488199 1560 0 0 19 0 5 0 891110662 6257385472 1474614 33554432000 4194304 5787044 140734222721312 18446744073709551615 5591539 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=4482/tid=4487] ppid=4481 vsize=6110728 CPUtime=4888.68 cores=0-7
/proc/4482/task/4487/stat : 4487 (priss) R 4481 4481 4451 0 -1 4202560 358409 0 0 0 487233 1635 0 0 19 0 5 0 891110667 6257385472 1474614 33554432000 4194304 5787044 140734222721312 18446744073709551615 4229363 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19579.5
Current children cumulated vsize (KiB) 6119428

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/173 4640
/proc/meminfo: memFree=6724192/32951124 swapFree=67062232/67111528
[pid=4481] ppid=4479 vsize=8700 CPUtime=0 cores=0-7
/proc/4481/stat : 4481 (priss.sh) S 4479 4481 4451 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 891110650 8908800 252 33554432000 4194304 4922060 140735801263200 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4481/statm: 2175 252 211 178 0 68 0
[pid=4482] ppid=4481 vsize=6110728 CPUtime=19819.5 cores=0-7
/proc/4482/stat : 4482 (priss) S 4481 4481 4451 0 -1 4202496 1488668 0 0 0 1975732 6221 0 0 18 0 5 0 891110650 6257385472 1474712 33554432000 4194304 5787044 140734222721312 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/4482/statm: 1527682 1474712 419 389 0 1523432 0
[pid=4482/tid=4484] ppid=4481 vsize=6110728 CPUtime=4958.44 cores=0-7
/proc/4482/task/4484/stat : 4484 (priss) R 4481 4481 4451 0 -1 4202560 424211 0 0 0 494261 1583 0 0 20 0 5 0 891110657 6257385472 1474712 33554432000 4194304 5787044 140734222721312 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=4482/tid=4485] ppid=4481 vsize=6110728 CPUtime=4954.62 cores=0-7
/proc/4482/task/4485/stat : 4485 (priss) R 4481 4481 4451 0 -1 4202560 328754 0 0 0 494026 1436 0 0 25 0 5 0 891110659 6257385472 1474712 33554432000 4194304 5787044 140734222721312 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=4482/tid=4486] ppid=4481 vsize=6110728 CPUtime=4957.6 cores=0-7
/proc/4482/task/4486/stat : 4486 (priss) R 4481 4481 4451 0 -1 4202560 368917 0 0 0 494199 1561 0 0 25 0 5 0 891110662 6257385472 1474712 33554432000 4194304 5787044 140734222721312 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=4482/tid=4487] ppid=4481 vsize=6110728 CPUtime=4948.67 cores=0-7
/proc/4482/task/4487/stat : 4487 (priss) R 4481 4481 4451 0 -1 4202560 358459 0 0 0 493231 1636 0 0 18 0 5 0 891110667 6257385472 1474712 33554432000 4194304 5787044 140734222721312 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19819.5
Current children cumulated vsize (KiB) 6119428

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/173 4642
/proc/meminfo: memFree=6723912/32951124 swapFree=67062232/67111528
[pid=4481] ppid=4479 vsize=8700 CPUtime=0 cores=0-7
/proc/4481/stat : 4481 (priss.sh) S 4479 4481 4451 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 891110650 8908800 252 33554432000 4194304 4922060 140735801263200 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4481/statm: 2175 252 211 178 0 68 0
[pid=4482] ppid=4481 vsize=6110728 CPUtime=20059.5 cores=0-7
/proc/4482/stat : 4482 (priss) S 4481 4481 4451 0 -1 4202496 1488790 0 0 0 1999729 6223 0 0 18 0 5 0 891110650 6257385472 1474834 33554432000 4194304 5787044 140734222721312 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/4482/statm: 1527682 1474834 419 389 0 1523432 0
[pid=4482/tid=4484] ppid=4481 vsize=6110728 CPUtime=5018.44 cores=0-7
/proc/4482/task/4484/stat : 4484 (priss) R 4481 4481 4451 0 -1 4202560 424212 0 0 0 500261 1583 0 0 25 0 5 0 891110657 6257385472 1474834 33554432000 4194304 5787044 140734222721312 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=4482/tid=4485] ppid=4481 vsize=6110728 CPUtime=5014.62 cores=0-7
/proc/4482/task/4485/stat : 4485 (priss) R 4481 4481 4451 0 -1 4202560 328813 0 0 0 500025 1437 0 0 25 0 5 0 891110659 6257385472 1474834 33554432000 4194304 5787044 140734222721312 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=4482/tid=4486] ppid=4481 vsize=6110728 CPUtime=5017.6 cores=0-7
/proc/4482/task/4486/stat : 4486 (priss) R 4481 4481 4451 0 -1 4202560 368918 0 0 0 500199 1561 0 0 18 0 5 0 891110662 6257385472 1474834 33554432000 4194304 5787044 140734222721312 18446744073709551615 5592004 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=4482/tid=4487] ppid=4481 vsize=6110728 CPUtime=5008.67 cores=0-7
/proc/4482/task/4487/stat : 4487 (priss) R 4481 4481 4451 0 -1 4202560 358520 0 0 0 499231 1636 0 0 25 0 5 0 891110667 6257385472 1474834 33554432000 4194304 5787044 140734222721312 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20059.5
Current children cumulated vsize (KiB) 6119428

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/173 4643
/proc/meminfo: memFree=6723512/32951124 swapFree=67062232/67111528
[pid=4481] ppid=4479 vsize=8700 CPUtime=0 cores=0-7
/proc/4481/stat : 4481 (priss.sh) S 4479 4481 4451 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 891110650 8908800 252 33554432000 4194304 4922060 140735801263200 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4481/statm: 2175 252 211 178 0 68 0
[pid=4482] ppid=4481 vsize=6110728 CPUtime=20299.5 cores=0-7
/proc/4482/stat : 4482 (priss) S 4481 4481 4451 0 -1 4202496 1488898 0 0 0 2023727 6226 0 0 18 0 5 0 891110650 6257385472 1474942 33554432000 4194304 5787044 140734222721312 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/4482/statm: 1527682 1474942 419 389 0 1523432 0
[pid=4482/tid=4484] ppid=4481 vsize=6110728 CPUtime=5078.44 cores=0-7
/proc/4482/task/4484/stat : 4484 (priss) R 4481 4481 4451 0 -1 4202560 424212 0 0 0 506260 1584 0 0 20 0 5 0 891110657 6257385472 1474942 33554432000 4194304 5787044 140734222721312 18446744073709551615 4254546 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=4482/tid=4485] ppid=4481 vsize=6110728 CPUtime=5074.63 cores=0-7
/proc/4482/task/4485/stat : 4485 (priss) R 4481 4481 4451 0 -1 4202560 328870 0 0 0 506025 1438 0 0 25 0 5 0 891110659 6257385472 1474942 33554432000 4194304 5787044 140734222721312 18446744073709551615 5591760 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=4482/tid=4486] ppid=4481 vsize=6110728 CPUtime=5077.6 cores=0-7
/proc/4482/task/4486/stat : 4486 (priss) R 4481 4481 4451 0 -1 4202560 368921 0 0 0 506198 1562 0 0 22 0 5 0 891110662 6257385472 1474942 33554432000 4194304 5787044 140734222721312 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=4482/tid=4487] ppid=4481 vsize=6110728 CPUtime=5068.67 cores=0-7
/proc/4482/task/4487/stat : 4487 (priss) R 4481 4481 4451 0 -1 4202560 358568 0 0 0 505230 1637 0 0 25 0 5 0 891110667 6257385472 1474942 33554432000 4194304 5787044 140734222721312 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20299.5
Current children cumulated vsize (KiB) 6119428



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.91 5/173 4644
/proc/meminfo: memFree=6723252/32951124 swapFree=67062232/67111528
[pid=4481] ppid=4479 vsize=8700 CPUtime=0 cores=0-7
/proc/4481/stat : 4481 (priss.sh) S 4479 4481 4451 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 891110650 8908800 252 33554432000 4194304 4922060 140735801263200 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4481/statm: 2175 252 211 178 0 68 0
[pid=4482] ppid=4481 vsize=6110728 CPUtime=20370.3 cores=0-7
/proc/4482/stat : 4482 (priss) S 4481 4481 4451 0 -1 4202496 1488936 0 0 0 2030808 6226 0 0 18 0 5 0 891110650 6257385472 1474980 33554432000 4194304 5787044 140734222721312 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/4482/statm: 1527682 1474980 419 389 0 1523432 0
[pid=4482/tid=4484] ppid=4481 vsize=6110728 CPUtime=5096.15 cores=0-7
/proc/4482/task/4484/stat : 4484 (priss) R 4481 4481 4451 0 -1 4202560 424212 0 0 0 508031 1584 0 0 25 0 5 0 891110657 6257385472 1474980 33554432000 4194304 5787044 140734222721312 18446744073709551615 4254575 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=4482/tid=4485] ppid=4481 vsize=6110728 CPUtime=5092.33 cores=0-7
/proc/4482/task/4485/stat : 4485 (priss) R 4481 4481 4451 0 -1 4202560 328889 0 0 0 507795 1438 0 0 25 0 5 0 891110659 6257385472 1474980 33554432000 4194304 5787044 140734222721312 18446744073709551615 5591539 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=4482/tid=4486] ppid=4481 vsize=6110728 CPUtime=5095.31 cores=0-7
/proc/4482/task/4486/stat : 4486 (priss) R 4481 4481 4451 0 -1 4202560 368923 0 0 0 507969 1562 0 0 19 0 5 0 891110662 6257385472 1474980 33554432000 4194304 5787044 140734222721312 18446744073709551615 5591727 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=4482/tid=4487] ppid=4481 vsize=6110728 CPUtime=5086.37 cores=0-7
/proc/4482/task/4487/stat : 4487 (priss) R 4481 4481 4451 0 -1 4202560 358585 0 0 0 507000 1637 0 0 25 0 5 0 891110667 6257385472 1474980 33554432000 4194304 5787044 140734222721312 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20370.3
Current children cumulated vsize (KiB) 6119428

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

Real time (s): 5100.02
CPU time (s): 20370.3
CPU user time (s): 20308.1
CPU system time (s): 62.26
CPU usage (%): 399.417
Max. virtual memory (cumulated for all children) (KiB): 6119428

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

runsolver used 7.09292 second user time and 17.5913 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-13 19:42:27
IDJOB=3499149
IDBENCH=70908
IDSOLVER=1994
FILE ID=node147/3499149-1307986947
RUNJOBID= node147-1307986947-4465
PBS_JOBID= 13559798
Free space on /var/tmp= 2908 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT09/CRAFTED/edgematching/compact/em_12_2_4_cmp.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3499149-1307986947/watcher-3499149-1307986947 -o /var/tmp/evaluation-result-3499149-1307986947/solver-3499149-1307986947 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499149-1307986947.cnf 1650903226 40000 31000 8

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

MD5SUM BENCH= 7ea97a36d5ab6c8a5aa99830d5253591
RANDOM SEED=1650903226

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12632952 kB
Buffers:        116328 kB
Cached:       19499944 kB
SwapCached:      10404 kB
Active:        4202484 kB
Inactive:     15430188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12632952 kB
SwapTotal:    67111528 kB
SwapFree:     67062232 kB
Dirty:            5236 kB
Writeback:           0 kB
AnonPages:       14428 kB
Mapped:           9480 kB
Slab:           619128 kB
PageTables:       3864 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   149956 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= 2908 MiB
End job on node147 at 2011-06-13 21:07:29