Trace number 3499643

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.1 5100.02

General information on the benchmark

NameSAT05/crafted/sorge05/QG7a/
gensys-ukn009.shuffled-as.sat05-3849.cnf
MD5SUMf2a1eb7937a7cda114ce344a30ca1145
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1222.87
Satisfiable
(Un)Satisfiability was proved
Number of variables2969
Number of clauses18718
Sum of the clauses size134151
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 2435
Number of clauses of size 32341
Number of clauses of size 4498
Number of clauses of size 5677
Number of clauses of size over 514725

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: 18623
0.00/0.01	c parsetime: 12073us
0.00/0.01	c parsed 18718 clauses with 2969 variables
0.00/0.02	c NW started thread 0 successfully (1094801728)
0.00/0.02	c NW started thread 1 successfully (1105291584)
0.00/0.02	c NW started thread 2 successfully (1115781440)
0.00/0.03	c NW started thread 3 successfully (1126271296)
0.00/0.59	c preprocessor returned 10002 variables
0.00/0.59	c preprocessing returned UNKNOWN
0.00/0.59	c PP set 57 variables
0.00/0.59	c pp time: 574556us (0s)
0.00/0.59	c preprocessor returned 10002 variables
0.00/0.59	c preprocessing returned UNKNOWN
0.00/0.59	c PP set 57 variables
0.00/0.59	c pp time: 572594us (0s)
0.00/0.60	c preprocessor returned 10002 variables
0.00/0.60	c preprocessing returned UNKNOWN
0.00/0.60	c PP set 57 variables
0.00/0.60	c pp time: 565732us (0s)
6.68/1.72	c preprocessor returned 30007 variables
6.68/1.72	c preprocessing returned UNKNOWN
6.68/1.72	c PP set 57 variables
6.68/1.72	c pp time: 1685420us (1s)

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-3499643-1308008827/watcher-3499643-1308008827 -o /var/tmp/evaluation-result-3499643-1308008827/solver-3499643-1308008827 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499643-1308008827.cnf 2100004960 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.63 3.68 3.85 1/170 18622
/proc/meminfo: memFree=14852816/32951124 swapFree=67054712/67111528
[pid=18622] ppid=18620 vsize=8700 CPUtime=0 cores=0-7
/proc/18622/stat : 18622 (priss.sh) S 18620 18622 18195 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 991113351 8908800 252 33554432000 4194304 4922060 140736401850608 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18622/statm: 2175 252 211 178 0 68 0

[startup+0.068871 s]
/proc/loadavg: 2.63 3.68 3.85 1/170 18622
/proc/meminfo: memFree=14852816/32951124 swapFree=67054712/67111528
[pid=18622] ppid=18620 vsize=8700 CPUtime=0 cores=0-7
/proc/18622/stat : 18622 (priss.sh) S 18620 18622 18195 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 991113351 8908800 252 33554432000 4194304 4922060 140736401850608 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18622/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100868 s]
/proc/loadavg: 2.63 3.68 3.85 1/170 18622
/proc/meminfo: memFree=14852816/32951124 swapFree=67054712/67111528
[pid=18622] ppid=18620 vsize=8700 CPUtime=0 cores=0-7
/proc/18622/stat : 18622 (priss.sh) S 18620 18622 18195 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 991113351 8908800 252 33554432000 4194304 4922060 140736401850608 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18622/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300834 s]
/proc/loadavg: 2.63 3.68 3.85 1/170 18622
/proc/meminfo: memFree=14852816/32951124 swapFree=67054712/67111528
[pid=18622] ppid=18620 vsize=8700 CPUtime=0 cores=0-7
/proc/18622/stat : 18622 (priss.sh) S 18620 18622 18195 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 991113351 8908800 252 33554432000 4194304 4922060 140736401850608 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18622/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700762 s]
/proc/loadavg: 2.63 3.68 3.85 1/170 18622
/proc/meminfo: memFree=14852816/32951124 swapFree=67054712/67111528
[pid=18622] ppid=18620 vsize=8700 CPUtime=0 cores=0-7
/proc/18622/stat : 18622 (priss.sh) S 18620 18622 18195 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 991113351 8908800 252 33554432000 4194304 4922060 140736401850608 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18622/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50062 s]
/proc/loadavg: 2.63 3.68 3.85 5/176 18628
/proc/meminfo: memFree=14820304/32951124 swapFree=67054712/67111528
[pid=18622] ppid=18620 vsize=8700 CPUtime=0 cores=0-7
/proc/18622/stat : 18622 (priss.sh) S 18620 18622 18195 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 991113351 8908800 252 33554432000 4194304 4922060 140736401850608 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18622/statm: 2175 252 211 178 0 68 0
[pid=18623] ppid=18622 vsize=281672 CPUtime=5.88 cores=0-7
/proc/18623/stat : 18623 (priss) S 18622 18622 18195 0 -1 4202496 11270 0 0 0 579 9 0 0 18 0 5 0 991113351 288432128 9809 33554432000 4194304 5787044 140733697160928 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/18623/statm: 70418 9809 405 389 0 66168 0
[pid=18623/tid=18625] ppid=18622 vsize=281672 CPUtime=1.46 cores=0-7
/proc/18623/task/18625/stat : 18625 (priss) R 18622 18622 18195 0 -1 4202560 2799 0 0 0 143 3 0 0 18 0 5 0 991113353 288432128 9809 33554432000 4194304 5787044 140733697160928 18446744073709551615 4217891 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18623/tid=18626] ppid=18622 vsize=281672 CPUtime=1.45 cores=0-7
/proc/18623/task/18626/stat : 18626 (priss) R 18622 18622 18195 0 -1 4202560 2166 0 0 0 143 2 0 0 18 0 5 0 991113354 288432128 9809 33554432000 4194304 5787044 140733697160928 18446744073709551615 5590365 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18623/tid=18627] ppid=18622 vsize=281672 CPUtime=1.45 cores=0-7
/proc/18623/task/18627/stat : 18627 (priss) R 18622 18622 18195 0 -1 4202560 1835 0 0 0 144 1 0 0 18 0 5 0 991113354 288432128 9810 33554432000 4194304 5787044 140733697160928 18446744073709551615 216734839493 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18623/tid=18628] ppid=18622 vsize=281672 CPUtime=1.45 cores=0-7
/proc/18623/task/18628/stat : 18628 (priss) R 18622 18622 18195 0 -1 4202560 2332 0 0 0 145 0 0 0 18 0 5 0 991113355 288432128 9810 33554432000 4194304 5787044 140733697160928 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 290372

[startup+3.10034 s]
/proc/loadavg: 2.63 3.68 3.85 5/176 18628
/proc/meminfo: memFree=14811044/32951124 swapFree=67054712/67111528
[pid=18622] ppid=18620 vsize=8700 CPUtime=0 cores=0-7
/proc/18622/stat : 18622 (priss.sh) S 18620 18622 18195 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 991113351 8908800 252 33554432000 4194304 4922060 140736401850608 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18622/statm: 2175 252 211 178 0 68 0
[pid=18623] ppid=18622 vsize=282904 CPUtime=12.26 cores=0-7
/proc/18623/stat : 18623 (priss) S 18622 18622 18195 0 -1 4202496 13880 0 0 0 1213 13 0 0 18 0 5 0 991113351 289693696 11510 33554432000 4194304 5787044 140733697160928 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/18623/statm: 70726 11510 419 389 0 66476 0
[pid=18623/tid=18625] ppid=18622 vsize=282904 CPUtime=3.05 cores=0-7
/proc/18623/task/18625/stat : 18625 (priss) R 18622 18622 18195 0 -1 4202560 3052 0 0 0 302 3 0 0 18 0 5 0 991113353 289693696 11510 33554432000 4194304 5787044 140733697160928 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18623/tid=18626] ppid=18622 vsize=282904 CPUtime=3.05 cores=0-7
/proc/18623/task/18626/stat : 18626 (priss) R 18622 18622 18195 0 -1 4202560 2394 0 0 0 302 3 0 0 18 0 5 0 991113354 289693696 11510 33554432000 4194304 5787044 140733697160928 18446744073709551615 5590573 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18623/tid=18627] ppid=18622 vsize=282904 CPUtime=3.04 cores=0-7
/proc/18623/task/18627/stat : 18627 (priss) R 18622 18622 18195 0 -1 4202560 2033 0 0 0 303 1 0 0 18 0 5 0 991113354 289693696 11510 33554432000 4194304 5787044 140733697160928 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18623/tid=18628] ppid=18622 vsize=282904 CPUtime=3.04 cores=0-7
/proc/18623/task/18628/stat : 18628 (priss) R 18622 18622 18195 0 -1 4202560 4262 0 0 0 302 2 0 0 18 0 5 0 991113355 289693696 11510 33554432000 4194304 5787044 140733697160928 18446744073709551615 5549536 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.26
Current children cumulated vsize (KiB) 291604

[startup+6.30079 s]
/proc/loadavg: 2.74 3.68 3.85 5/176 18628
/proc/meminfo: memFree=14804356/32951124 swapFree=67054712/67111528
[pid=18622] ppid=18620 vsize=8700 CPUtime=0 cores=0-7
/proc/18622/stat : 18622 (priss.sh) S 18620 18622 18195 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 991113351 8908800 252 33554432000 4194304 4922060 140736401850608 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18622/statm: 2175 252 211 178 0 68 0
[pid=18623] ppid=18622 vsize=284164 CPUtime=25.05 cores=0-7
/proc/18623/stat : 18623 (priss) S 18622 18622 18195 0 -1 4202496 15230 0 0 0 2488 17 0 0 18 0 5 0 991113351 290983936 12860 33554432000 4194304 5787044 140733697160928 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/18623/statm: 71041 12860 419 389 0 66791 0
[pid=18623/tid=18625] ppid=18622 vsize=284164 CPUtime=6.26 cores=0-7
/proc/18623/task/18625/stat : 18625 (priss) R 18622 18622 18195 0 -1 4202560 3493 0 0 0 622 4 0 0 18 0 5 0 991113353 290983936 12860 33554432000 4194304 5787044 140733697160928 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18623/tid=18626] ppid=18622 vsize=284164 CPUtime=6.24 cores=0-7
/proc/18623/task/18626/stat : 18626 (priss) R 18622 18622 18195 0 -1 4202560 2799 0 0 0 620 4 0 0 18 0 5 0 991113354 290983936 12860 33554432000 4194304 5787044 140733697160928 18446744073709551615 216735283743 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18623/tid=18627] ppid=18622 vsize=284164 CPUtime=6.23 cores=0-7
/proc/18623/task/18627/stat : 18627 (priss) R 18622 18622 18195 0 -1 4202560 2306 0 0 0 621 2 0 0 18 0 5 0 991113354 290983936 12860 33554432000 4194304 5787044 140733697160928 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18623/tid=18628] ppid=18622 vsize=284164 CPUtime=6.25 cores=0-7
/proc/18623/task/18628/stat : 18628 (priss) R 18622 18622 18195 0 -1 4202560 4493 0 0 0 621 4 0 0 18 0 5 0 991113355 290983936 12860 33554432000 4194304 5787044 140733697160928 18446744073709551615 216735283743 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.05
Current children cumulated vsize (KiB) 292864

[startup+12.7007 s]
/proc/loadavg: 2.84 3.69 3.85 5/176 18628
/proc/meminfo: memFree=14793088/32951124 swapFree=67054712/67111528
[pid=18622] ppid=18620 vsize=8700 CPUtime=0 cores=0-7
/proc/18622/stat : 18622 (priss.sh) S 18620 18622 18195 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 991113351 8908800 252 33554432000 4194304 4922060 140736401850608 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18622/statm: 2175 252 211 178 0 68 0
[pid=18623] ppid=18622 vsize=290148 CPUtime=50.64 cores=0-7
/proc/18623/stat : 18623 (priss) S 18622 18622 18195 0 -1 4202496 18083 0 0 0 5042 22 0 0 18 0 5 0 991113351 297111552 15713 33554432000 4194304 5787044 140733697160928 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/18623/statm: 72537 15713 419 389 0 68287 0
[pid=18623/tid=18625] ppid=18622 vsize=290148 CPUtime=12.66 cores=0-7
/proc/18623/task/18625/stat : 18625 (priss) R 18622 18622 18195 0 -1 4202560 4944 0 0 0 1261 5 0 0 18 0 5 0 991113353 297111552 15713 33554432000 4194304 5787044 140733697160928 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18623/tid=18626] ppid=18622 vsize=290148 CPUtime=12.64 cores=0-7
/proc/18623/task/18626/stat : 18626 (priss) R 18622 18622 18195 0 -1 4202560 3333 0 0 0 1258 6 0 0 18 0 5 0 991113354 297111552 15713 33554432000 4194304 5787044 140733697160928 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18623/tid=18627] ppid=18622 vsize=290148 CPUtime=12.63 cores=0-7
/proc/18623/task/18627/stat : 18627 (priss) R 18622 18622 18195 0 -1 4202560 2647 0 0 0 1260 3 0 0 19 0 5 0 991113354 297111552 15713 33554432000 4194304 5787044 140733697160928 18446744073709551615 5591984 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18623/tid=18628] ppid=18622 vsize=290148 CPUtime=12.64 cores=0-7
/proc/18623/task/18628/stat : 18628 (priss) R 18622 18622 18195 0 -1 4202560 5020 0 0 0 1259 5 0 0 18 0 5 0 991113355 297111552 15713 33554432000 4194304 5787044 140733697160928 18446744073709551615 4254928 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 298848

[startup+25.5004 s]
/proc/loadavg: 3.10 3.70 3.85 5/176 18628
/proc/meminfo: memFree=14779200/32951124 swapFree=67054712/67111528
[pid=18622] ppid=18620 vsize=8700 CPUtime=0 cores=0-7
/proc/18622/stat : 18622 (priss.sh) S 18620 18622 18195 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 991113351 8908800 252 33554432000 4194304 4922060 140736401850608 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18622/statm: 2175 252 211 178 0 68 0
[pid=18623] ppid=18622 vsize=292656 CPUtime=101.82 cores=0-7
/proc/18623/stat : 18623 (priss) S 18622 18622 18195 0 -1 4202496 21553 0 0 0 10150 32 0 0 18 0 5 0 991113351 299679744 19183 33554432000 4194304 5787044 140733697160928 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/18623/statm: 73164 19183 419 389 0 68914 0
[pid=18623/tid=18625] ppid=18622 vsize=292656 CPUtime=25.45 cores=0-7
/proc/18623/task/18625/stat : 18625 (priss) R 18622 18622 18195 0 -1 4202560 6045 0 0 0 2536 9 0 0 18 0 5 0 991113353 299679744 19183 33554432000 4194304 5787044 140733697160928 18446744073709551615 5591309 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18623/tid=18626] ppid=18622 vsize=292656 CPUtime=25.44 cores=0-7
/proc/18623/task/18626/stat : 18626 (priss) R 18622 18622 18195 0 -1 4202560 4254 0 0 0 2535 9 0 0 25 0 5 0 991113354 299679744 19183 33554432000 4194304 5787044 140733697160928 18446744073709551615 5591217 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18623/tid=18627] ppid=18622 vsize=292656 CPUtime=25.43 cores=0-7
/proc/18623/task/18627/stat : 18627 (priss) R 18622 18622 18195 0 -1 4202560 3338 0 0 0 2539 4 0 0 25 0 5 0 991113354 299679744 19183 33554432000 4194304 5787044 140733697160928 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18623/tid=18628] ppid=18622 vsize=292656 CPUtime=25.44 cores=0-7
/proc/18623/task/18628/stat : 18628 (priss) R 18622 18622 18195 0 -1 4202560 5777 0 0 0 2537 7 0 0 25 0 5 0 991113355 299679744 19183 33554432000 4194304 5787044 140733697160928 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 301356

[startup+51.101 s]
/proc/loadavg: 3.41 3.72 3.86 5/176 18629
/proc/meminfo: memFree=14760284/32951124 swapFree=67054712/67111528
[pid=18622] ppid=18620 vsize=8700 CPUtime=0 cores=0-7
/proc/18622/stat : 18622 (priss.sh) S 18620 18622 18195 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 991113351 8908800 252 33554432000 4194304 4922060 140736401850608 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18622/statm: 2175 252 211 178 0 68 0
[pid=18623] ppid=18622 vsize=302300 CPUtime=204.21 cores=0-7
/proc/18623/stat : 18623 (priss) S 18622 18622 18195 0 -1 4202496 26182 0 0 0 20380 41 0 0 18 0 5 0 991113351 309555200 23806 33554432000 4194304 5787044 140733697160928 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/18623/statm: 75575 23806 419 389 0 71325 0
[pid=18623/tid=18625] ppid=18622 vsize=302300 CPUtime=51.06 cores=0-7
/proc/18623/task/18625/stat : 18625 (priss) R 18622 18622 18195 0 -1 4202560 6889 0 0 0 5094 12 0 0 21 0 5 0 991113353 309555200 23806 33554432000 4194304 5787044 140733697160928 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18623/tid=18626] ppid=18622 vsize=302300 CPUtime=51.03 cores=0-7
/proc/18623/task/18626/stat : 18626 (priss) R 18622 18622 18195 0 -1 4202560 5073 0 0 0 5092 11 0 0 25 0 5 0 991113354 309555200 23806 33554432000 4194304 5787044 140733697160928 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18623/tid=18627] ppid=18622 vsize=302300 CPUtime=51.02 cores=0-7
/proc/18623/task/18627/stat : 18627 (priss) R 18622 18622 18195 0 -1 4202560 4523 0 0 0 5096 6 0 0 25 0 5 0 991113354 309555200 23806 33554432000 4194304 5787044 140733697160928 18446744073709551615 5591488 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18623/tid=18628] ppid=18622 vsize=302300 CPUtime=51.04 cores=0-7
/proc/18623/task/18628/stat : 18628 (priss) R 18622 18622 18195 0 -1 4202560 7558 0 0 0 5095 9 0 0 25 0 5 0 991113355 309555200 23806 33554432000 4194304 5787044 140733697160928 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.21
Current children cumulated vsize (KiB) 311000

[startup+102.307 s]
/proc/loadavg: 3.74 3.77 3.86 5/176 18630
/proc/meminfo: memFree=14734952/32951124 swapFree=67054712/67111528
[pid=18622] ppid=18620 vsize=8700 CPUtime=0 cores=0-7
/proc/18622/stat : 18622 (priss.sh) S 18620 18622 18195 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 991113351 8908800 252 33554432000 4194304 4922060 140736401850608 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18622/statm: 2175 252 211 178 0 68 0
[pid=18623] ppid=18622 vsize=309612 CPUtime=409.02 cores=0-7
/proc/18623/stat : 18623 (priss) S 18622 18622 18195 0 -1 4202496 32496 0 0 0 40843 59 0 0 18 0 5 0 991113351 317042688 30055 33554432000 4194304 5787044 140733697160928 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/18623/statm: 77403 30055 419 389 0 73153 0
[pid=18623/tid=18625] ppid=18622 vsize=309612 CPUtime=102.25 cores=0-7
/proc/18623/task/18625/stat : 18625 (priss) R 18622 18622 18195 0 -1 4202560 8219 0 0 0 10207 18 0 0 25 0 5 0 991113353 317042688 30055 33554432000 4194304 5787044 140733697160928 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18623/tid=18626] ppid=18622 vsize=309612 CPUtime=102.22 cores=0-7
/proc/18623/task/18626/stat : 18626 (priss) R 18622 18622 18195 0 -1 4202560 6683 0 0 0 10207 15 0 0 25 0 5 0 991113354 317042688 30055 33554432000 4194304 5787044 140733697160928 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18623/tid=18627] ppid=18622 vsize=309612 CPUtime=102.23 cores=0-7
/proc/18623/task/18627/stat : 18627 (priss) R 18622 18622 18195 0 -1 4202560 5368 0 0 0 10215 8 0 0 25 0 5 0 991113354 317042688 30055 33554432000 4194304 5787044 140733697160928 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18623/tid=18628] ppid=18622 vsize=309612 CPUtime=102.24 cores=0-7

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

/proc/18623/task/18626/stat : 18626 (priss) R 18622 18622 18195 0 -1 4202560 47349 0 0 0 472145 83 0 0 25 0 5 0 991113354 968695808 176127 33554432000 4194304 5787044 140733697160928 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18623/tid=18627] ppid=18622 vsize=945992 CPUtime=4722.29 cores=0-7
/proc/18623/task/18627/stat : 18627 (priss) R 18622 18622 18195 0 -1 4202560 42757 0 0 0 472145 84 0 0 25 0 5 0 991113354 968695808 176127 33554432000 4194304 5787044 140733697160928 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18623/tid=18628] ppid=18622 vsize=945992 CPUtime=4722.31 cores=0-7
/proc/18623/task/18628/stat : 18628 (priss) R 18622 18622 18195 0 -1 4202560 43926 0 0 0 472157 74 0 0 25 0 5 0 991113355 968695808 176127 33554432000 4194304 5787044 140733697160928 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 18889.2
Current children cumulated vsize (KiB) 954692

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 18776
/proc/meminfo: memFree=14145156/32951124 swapFree=67054712/67111528
[pid=18622] ppid=18620 vsize=8700 CPUtime=0 cores=0-7
/proc/18622/stat : 18622 (priss.sh) S 18620 18622 18195 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 991113351 8908800 252 33554432000 4194304 4922060 140736401850608 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18622/statm: 2175 252 211 178 0 68 0
[pid=18623] ppid=18622 vsize=946664 CPUtime=19129.2 cores=0-7
/proc/18623/stat : 18623 (priss) S 18622 18622 18195 0 -1 4202496 181806 0 0 0 1912578 345 0 0 18 0 5 0 991113351 969383936 176287 33554432000 4194304 5787044 140733697160928 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/18623/statm: 236666 176287 419 389 0 232416 0
[pid=18623/tid=18625] ppid=18622 vsize=946664 CPUtime=4782.3 cores=0-7
/proc/18623/task/18625/stat : 18625 (priss) R 18622 18622 18195 0 -1 4202560 45475 0 0 0 478129 101 0 0 25 0 5 0 991113353 969383936 176287 33554432000 4194304 5787044 140733697160928 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18623/tid=18626] ppid=18622 vsize=946664 CPUtime=4782.28 cores=0-7
/proc/18623/task/18626/stat : 18626 (priss) R 18622 18622 18195 0 -1 4202560 47349 0 0 0 478145 83 0 0 25 0 5 0 991113354 969383936 176287 33554432000 4194304 5787044 140733697160928 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18623/tid=18627] ppid=18622 vsize=946664 CPUtime=4782.28 cores=0-7
/proc/18623/task/18627/stat : 18627 (priss) R 18622 18622 18195 0 -1 4202560 42917 0 0 0 478144 84 0 0 25 0 5 0 991113354 969383936 176287 33554432000 4194304 5787044 140733697160928 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18623/tid=18628] ppid=18622 vsize=946664 CPUtime=4782.3 cores=0-7
/proc/18623/task/18628/stat : 18628 (priss) R 18622 18622 18195 0 -1 4202560 43926 0 0 0 478156 74 0 0 25 0 5 0 991113355 969383936 176287 33554432000 4194304 5787044 140733697160928 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19129.2
Current children cumulated vsize (KiB) 955364

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 18778
/proc/meminfo: memFree=14144508/32951124 swapFree=67054712/67111528
[pid=18622] ppid=18620 vsize=8700 CPUtime=0 cores=0-7
/proc/18622/stat : 18622 (priss.sh) S 18620 18622 18195 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 991113351 8908800 252 33554432000 4194304 4922060 140736401850608 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18622/statm: 2175 252 211 178 0 68 0
[pid=18623] ppid=18622 vsize=947276 CPUtime=19369.2 cores=0-7
/proc/18623/stat : 18623 (priss) S 18622 18622 18195 0 -1 4202496 182172 0 0 0 1936578 346 0 0 18 0 5 0 991113351 970010624 176653 33554432000 4194304 5787044 140733697160928 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/18623/statm: 236819 176653 419 389 0 232569 0
[pid=18623/tid=18625] ppid=18622 vsize=947276 CPUtime=4842.31 cores=0-7
/proc/18623/task/18625/stat : 18625 (priss) R 18622 18622 18195 0 -1 4202560 45694 0 0 0 484129 102 0 0 25 0 5 0 991113353 970010624 176653 33554432000 4194304 5787044 140733697160928 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18623/tid=18626] ppid=18622 vsize=947276 CPUtime=4842.28 cores=0-7
/proc/18623/task/18626/stat : 18626 (priss) R 18622 18622 18195 0 -1 4202560 47350 0 0 0 484145 83 0 0 25 0 5 0 991113354 970010624 176653 33554432000 4194304 5787044 140733697160928 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18623/tid=18627] ppid=18622 vsize=947276 CPUtime=4842.28 cores=0-7
/proc/18623/task/18627/stat : 18627 (priss) R 18622 18622 18195 0 -1 4202560 43063 0 0 0 484144 84 0 0 25 0 5 0 991113354 970010624 176653 33554432000 4194304 5787044 140733697160928 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18623/tid=18628] ppid=18622 vsize=947276 CPUtime=4842.3 cores=0-7
/proc/18623/task/18628/stat : 18628 (priss) R 18622 18622 18195 0 -1 4202560 43926 0 0 0 484156 74 0 0 25 0 5 0 991113355 970010624 176653 33554432000 4194304 5787044 140733697160928 18446744073709551615 5528639 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19369.2
Current children cumulated vsize (KiB) 955976

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 18779
/proc/meminfo: memFree=14141388/32951124 swapFree=67054712/67111528
[pid=18622] ppid=18620 vsize=8700 CPUtime=0 cores=0-7
/proc/18622/stat : 18622 (priss.sh) S 18620 18622 18195 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 991113351 8908800 252 33554432000 4194304 4922060 140736401850608 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18622/statm: 2175 252 211 178 0 68 0
[pid=18623] ppid=18622 vsize=947948 CPUtime=19609.2 cores=0-7
/proc/18623/stat : 18623 (priss) S 18622 18622 18195 0 -1 4202496 182949 0 0 0 1960577 347 0 0 18 0 5 0 991113351 970698752 177430 33554432000 4194304 5787044 140733697160928 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/18623/statm: 236987 177430 419 389 0 232737 0
[pid=18623/tid=18625] ppid=18622 vsize=947948 CPUtime=4902.31 cores=0-7
/proc/18623/task/18625/stat : 18625 (priss) R 18622 18622 18195 0 -1 4202560 46290 0 0 0 490128 103 0 0 25 0 5 0 991113353 970698752 177430 33554432000 4194304 5787044 140733697160928 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18623/tid=18626] ppid=18622 vsize=947948 CPUtime=4902.28 cores=0-7
/proc/18623/task/18626/stat : 18626 (priss) R 18622 18622 18195 0 -1 4202560 47350 0 0 0 490145 83 0 0 25 0 5 0 991113354 970698752 177430 33554432000 4194304 5787044 140733697160928 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18623/tid=18627] ppid=18622 vsize=947948 CPUtime=4902.29 cores=0-7
/proc/18623/task/18627/stat : 18627 (priss) R 18622 18622 18195 0 -1 4202560 43244 0 0 0 490145 84 0 0 25 0 5 0 991113354 970698752 177430 33554432000 4194304 5787044 140733697160928 18446744073709551615 5591813 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18623/tid=18628] ppid=18622 vsize=947948 CPUtime=4902.3 cores=0-7
/proc/18623/task/18628/stat : 18628 (priss) R 18622 18622 18195 0 -1 4202560 43926 0 0 0 490156 74 0 0 25 0 5 0 991113355 970698752 177430 33554432000 4194304 5787044 140733697160928 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19609.2
Current children cumulated vsize (KiB) 956648

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 18781
/proc/meminfo: memFree=14138628/32951124 swapFree=67054712/67111528
[pid=18622] ppid=18620 vsize=8700 CPUtime=0 cores=0-7
/proc/18622/stat : 18622 (priss.sh) S 18620 18622 18195 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 991113351 8908800 252 33554432000 4194304 4922060 140736401850608 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18622/statm: 2175 252 211 178 0 68 0
[pid=18623] ppid=18622 vsize=948588 CPUtime=19849.2 cores=0-7
/proc/18623/stat : 18623 (priss) S 18622 18622 18195 0 -1 4202496 183640 0 0 0 1984576 348 0 0 18 0 5 0 991113351 971354112 178121 33554432000 4194304 5787044 140733697160928 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/18623/statm: 237147 178121 419 389 0 232897 0
[pid=18623/tid=18625] ppid=18622 vsize=948588 CPUtime=4962.3 cores=0-7
/proc/18623/task/18625/stat : 18625 (priss) R 18622 18622 18195 0 -1 4202560 46842 0 0 0 496126 104 0 0 25 0 5 0 991113353 971354112 178121 33554432000 4194304 5787044 140733697160928 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18623/tid=18626] ppid=18622 vsize=948588 CPUtime=4962.28 cores=0-7
/proc/18623/task/18626/stat : 18626 (priss) R 18622 18622 18195 0 -1 4202560 47352 0 0 0 496145 83 0 0 25 0 5 0 991113354 971354112 178121 33554432000 4194304 5787044 140733697160928 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18623/tid=18627] ppid=18622 vsize=948588 CPUtime=4962.29 cores=0-7
/proc/18623/task/18627/stat : 18627 (priss) R 18622 18622 18195 0 -1 4202560 43381 0 0 0 496145 84 0 0 25 0 5 0 991113354 971354112 178121 33554432000 4194304 5787044 140733697160928 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18623/tid=18628] ppid=18622 vsize=948588 CPUtime=4962.31 cores=0-7
/proc/18623/task/18628/stat : 18628 (priss) R 18622 18622 18195 0 -1 4202560 43926 0 0 0 496157 74 0 0 25 0 5 0 991113355 971354112 178121 33554432000 4194304 5787044 140733697160928 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19849.2
Current children cumulated vsize (KiB) 957288

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 18783
/proc/meminfo: memFree=14135996/32951124 swapFree=67054712/67111528
[pid=18622] ppid=18620 vsize=8700 CPUtime=0 cores=0-7
/proc/18622/stat : 18622 (priss.sh) S 18620 18622 18195 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 991113351 8908800 252 33554432000 4194304 4922060 140736401850608 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18622/statm: 2175 252 211 178 0 68 0
[pid=18623] ppid=18622 vsize=949292 CPUtime=20089.2 cores=0-7
/proc/18623/stat : 18623 (priss) S 18622 18622 18195 0 -1 4202496 184313 0 0 0 2008576 349 0 0 18 0 5 0 991113351 972075008 178794 33554432000 4194304 5787044 140733697160928 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/18623/statm: 237323 178794 419 389 0 233073 0
[pid=18623/tid=18625] ppid=18622 vsize=949292 CPUtime=5022.31 cores=0-7
/proc/18623/task/18625/stat : 18625 (priss) R 18622 18622 18195 0 -1 4202560 47374 0 0 0 502126 105 0 0 25 0 5 0 991113353 972075008 178794 33554432000 4194304 5787044 140733697160928 18446744073709551615 5591298 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18623/tid=18626] ppid=18622 vsize=949292 CPUtime=5022.28 cores=0-7
/proc/18623/task/18626/stat : 18626 (priss) R 18622 18622 18195 0 -1 4202560 47353 0 0 0 502145 83 0 0 25 0 5 0 991113354 972075008 178794 33554432000 4194304 5787044 140733697160928 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18623/tid=18627] ppid=18622 vsize=949292 CPUtime=5022.29 cores=0-7
/proc/18623/task/18627/stat : 18627 (priss) R 18622 18622 18195 0 -1 4202560 43521 0 0 0 502145 84 0 0 25 0 5 0 991113354 972075008 178794 33554432000 4194304 5787044 140733697160928 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18623/tid=18628] ppid=18622 vsize=949292 CPUtime=5022.31 cores=0-7
/proc/18623/task/18628/stat : 18628 (priss) R 18622 18622 18195 0 -1 4202560 43926 0 0 0 502157 74 0 0 25 0 5 0 991113355 972075008 178794 33554432000 4194304 5787044 140733697160928 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20089.2
Current children cumulated vsize (KiB) 957992

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 18784
/proc/meminfo: memFree=14133484/32951124 swapFree=67054712/67111528
[pid=18622] ppid=18620 vsize=8700 CPUtime=0 cores=0-7
/proc/18622/stat : 18622 (priss.sh) S 18620 18622 18195 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 991113351 8908800 252 33554432000 4194304 4922060 140736401850608 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18622/statm: 2175 252 211 178 0 68 0
[pid=18623] ppid=18622 vsize=949660 CPUtime=20329.2 cores=0-7
/proc/18623/stat : 18623 (priss) S 18622 18622 18195 0 -1 4202496 184977 0 0 0 2032575 350 0 0 18 0 5 0 991113351 972451840 179458 33554432000 4194304 5787044 140733697160928 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/18623/statm: 237415 179458 419 389 0 233165 0
[pid=18623/tid=18625] ppid=18622 vsize=949660 CPUtime=5082.3 cores=0-7
/proc/18623/task/18625/stat : 18625 (priss) R 18622 18622 18195 0 -1 4202560 47923 0 0 0 508124 106 0 0 25 0 5 0 991113353 972451840 179458 33554432000 4194304 5787044 140733697160928 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18623/tid=18626] ppid=18622 vsize=949660 CPUtime=5082.28 cores=0-7
/proc/18623/task/18626/stat : 18626 (priss) R 18622 18622 18195 0 -1 4202560 47353 0 0 0 508145 83 0 0 25 0 5 0 991113354 972451840 179458 33554432000 4194304 5787044 140733697160928 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18623/tid=18627] ppid=18622 vsize=949660 CPUtime=5082.29 cores=0-7
/proc/18623/task/18627/stat : 18627 (priss) R 18622 18622 18195 0 -1 4202560 43632 0 0 0 508145 84 0 0 25 0 5 0 991113354 972451840 179458 33554432000 4194304 5787044 140733697160928 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18623/tid=18628] ppid=18622 vsize=949660 CPUtime=5082.31 cores=0-7
/proc/18623/task/18628/stat : 18628 (priss) R 18622 18622 18195 0 -1 4202560 43930 0 0 0 508157 74 0 0 25 0 5 0 991113355 972451840 179458 33554432000 4194304 5787044 140733697160928 18446744073709551615 5527024 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20329.2
Current children cumulated vsize (KiB) 958360



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.94 5/176 18785
/proc/meminfo: memFree=14132484/32951124 swapFree=67054712/67111528
[pid=18622] ppid=18620 vsize=8700 CPUtime=0 cores=0-7
/proc/18622/stat : 18622 (priss.sh) S 18620 18622 18195 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 991113351 8908800 252 33554432000 4194304 4922060 140736401850608 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18622/statm: 2175 252 211 178 0 68 0
[pid=18623] ppid=18622 vsize=949852 CPUtime=20400.1 cores=0-7
/proc/18623/stat : 18623 (priss) S 18622 18622 18195 0 -1 4202496 185198 0 0 0 2039657 351 0 0 18 0 5 0 991113351 972648448 179679 33554432000 4194304 5787044 140733697160928 18446744073709551615 216747002289 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/18623/statm: 237463 179679 419 389 0 233213 0
[pid=18623/tid=18625] ppid=18622 vsize=949852 CPUtime=5100.01 cores=0-7
/proc/18623/task/18625/stat : 18625 (priss) R 18622 18622 18195 0 -1 4202560 48083 0 0 0 509895 106 0 0 25 0 5 0 991113353 972648448 179679 33554432000 4194304 5787044 140733697160928 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=18623/tid=18626] ppid=18622 vsize=949852 CPUtime=5099.99 cores=0-7
/proc/18623/task/18626/stat : 18626 (priss) R 18622 18622 18195 0 -1 4202560 47355 0 0 0 509916 83 0 0 25 0 5 0 991113354 972648448 179679 33554432000 4194304 5787044 140733697160928 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18623/tid=18627] ppid=18622 vsize=949852 CPUtime=5099.99 cores=0-7
/proc/18623/task/18627/stat : 18627 (priss) R 18622 18622 18195 0 -1 4202560 43691 0 0 0 509915 84 0 0 25 0 5 0 991113354 972648448 179679 33554432000 4194304 5787044 140733697160928 18446744073709551615 5591666 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18623/tid=18628] ppid=18622 vsize=949852 CPUtime=5100.01 cores=0-7
/proc/18623/task/18628/stat : 18628 (priss) R 18622 18622 18195 0 -1 4202560 43930 0 0 0 509927 74 0 0 25 0 5 0 991113355 972648448 179679 33554432000 4194304 5787044 140733697160928 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20400.1
Current children cumulated vsize (KiB) 958552

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 18622 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 20400.1
#
# 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.1
CPU user time (s): 20396.6
CPU system time (s): 3.51
CPU usage (%): 400
Max. virtual memory (cumulated for all children) (KiB): 958552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0
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= 2

runsolver used 8.13476 second user time and 19.644 second system time

The end

Launcher Data

Begin job on node119 at 2011-06-14 01:47:07
IDJOB=3499643
IDBENCH=85793
IDSOLVER=1994
FILE ID=node119/3499643-1308008827
RUNJOBID= node119-1307998601-18209
PBS_JOBID= 13559829
Free space on /var/tmp= 2884 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT05/crafted/sorge05/QG7a/gensys-ukn009.shuffled-as.sat05-3849.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3499643-1308008827/watcher-3499643-1308008827 -o /var/tmp/evaluation-result-3499643-1308008827/solver-3499643-1308008827 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499643-1308008827.cnf 2100004960 40000 31000 8

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

MD5SUM BENCH= f2a1eb7937a7cda114ce344a30ca1145
RANDOM SEED=2100004960

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14853120 kB
Buffers:        121524 kB
Cached:       17333664 kB
SwapCached:      11032 kB
Active:        2029432 kB
Inactive:     15445692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14853120 kB
SwapTotal:    67111528 kB
SwapFree:     67054712 kB
Dirty:            2444 kB
Writeback:           0 kB
AnonPages:       17348 kB
Mapped:          12560 kB
Slab:           557360 kB
PageTables:       4208 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   185860 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= 2880 MiB
End job on node119 at 2011-06-14 03:12:09