Trace number 3499647

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

General information on the benchmark

NameSAT05/crafted/sorge05/QG7a/
gensys-ukn006.shuffled-as.sat05-3846.cnf
MD5SUMf38a91a0947f21d9ceeb8762ba4c5f93
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark862.725
Satisfiable
(Un)Satisfiability was proved
Number of variables2969
Number of clauses18473
Sum of the clauses size132415
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 2442
Number of clauses of size 32342
Number of clauses of size 4463
Number of clauses of size 5642
Number of clauses of size over 514542

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: 2774
0.00/0.01	c parsetime: 11919us
0.00/0.01	c parsed 18473 clauses with 2969 variables
0.00/0.01	c NW started thread 0 successfully (1108937024)
0.00/0.02	c NW started thread 1 successfully (1119426880)
0.00/0.02	c NW started thread 2 successfully (1129916736)
0.00/0.03	c NW started thread 3 successfully (1140406592)
0.00/0.51	c preprocessor returned 10002 variables
0.00/0.51	c preprocessing returned UNKNOWN
0.00/0.51	c PP set 57 variables
0.00/0.51	c pp time: 480174us (0s)
0.00/0.51	c preprocessor returned 10002 variables
0.00/0.51	c preprocessing returned UNKNOWN
0.00/0.51	c PP set 57 variables
0.00/0.51	c pp time: 492678us (0s)
0.00/0.54	c preprocessor returned 10002 variables
0.00/0.54	c preprocessing returned UNKNOWN
0.00/0.54	c PP set 57 variables
0.00/0.54	c pp time: 520927us (0s)
6.29/1.66	c preprocessor returned 30007 variables
6.29/1.66	c preprocessing returned UNKNOWN
6.29/1.66	c PP set 57 variables
6.29/1.66	c pp time: 1628636us (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 /tmp/evaluation-result-3499647-1308008878/watcher-3499647-1308008878 -o /tmp/evaluation-result-3499647-1308008878/solver-3499647-1308008878 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499647-1308008878.cnf 1620700113 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.33 3.59 3.86 2/171 2773
/proc/meminfo: memFree=11205556/32951124 swapFree=67063272/67111528
[pid=2773] ppid=2771 vsize=8700 CPUtime=0 cores=0-7
/proc/2773/stat : 2773 (priss.sh) S 2771 2773 2203 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 912486002 8908800 251 33554432000 4194304 4922060 140735704443616 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2773/statm: 2175 251 211 178 0 68 0

[startup+0.032644 s]
/proc/loadavg: 2.33 3.59 3.86 2/171 2773
/proc/meminfo: memFree=11205556/32951124 swapFree=67063272/67111528
[pid=2773] ppid=2771 vsize=8700 CPUtime=0 cores=0-7
/proc/2773/stat : 2773 (priss.sh) S 2771 2773 2203 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 912486002 8908800 251 33554432000 4194304 4922060 140735704443616 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2773/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100669 s]
/proc/loadavg: 2.33 3.59 3.86 2/171 2773
/proc/meminfo: memFree=11205556/32951124 swapFree=67063272/67111528
[pid=2773] ppid=2771 vsize=8700 CPUtime=0 cores=0-7
/proc/2773/stat : 2773 (priss.sh) S 2771 2773 2203 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 912486002 8908800 251 33554432000 4194304 4922060 140735704443616 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2773/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300598 s]
/proc/loadavg: 2.33 3.59 3.86 2/171 2773
/proc/meminfo: memFree=11205556/32951124 swapFree=67063272/67111528
[pid=2773] ppid=2771 vsize=8700 CPUtime=0 cores=0-7
/proc/2773/stat : 2773 (priss.sh) S 2771 2773 2203 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 912486002 8908800 251 33554432000 4194304 4922060 140735704443616 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2773/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700523 s]
/proc/loadavg: 2.33 3.59 3.86 2/171 2773
/proc/meminfo: memFree=11205556/32951124 swapFree=67063272/67111528
[pid=2773] ppid=2771 vsize=8700 CPUtime=0 cores=0-7
/proc/2773/stat : 2773 (priss.sh) S 2771 2773 2203 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 912486002 8908800 251 33554432000 4194304 4922060 140735704443616 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2773/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50038 s]
/proc/loadavg: 2.33 3.59 3.86 5/177 2779
/proc/meminfo: memFree=11172676/32951124 swapFree=67063272/67111528
[pid=2773] ppid=2771 vsize=8700 CPUtime=0 cores=0-7
/proc/2773/stat : 2773 (priss.sh) S 2771 2773 2203 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 912486002 8908800 251 33554432000 4194304 4922060 140735704443616 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2773/statm: 2175 251 211 178 0 68 0
[pid=2774] ppid=2773 vsize=280560 CPUtime=5.89 cores=0-7
/proc/2774/stat : 2774 (priss) S 2773 2773 2203 0 -1 4202496 10786 0 0 0 585 4 0 0 18 0 5 0 912486002 287293440 9734 33554432000 4194304 5787044 140736897953792 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/2774/statm: 70140 9734 405 389 0 65890 0
[pid=2774/tid=2776] ppid=2773 vsize=280560 CPUtime=1.47 cores=0-7
/proc/2774/task/2776/stat : 2776 (priss) R 2773 2773 2203 0 -1 4202560 1804 0 0 0 146 1 0 0 18 0 5 0 912486004 287293440 9734 33554432000 4194304 5787044 140736897953792 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=2774/tid=2777] ppid=2773 vsize=280560 CPUtime=1.46 cores=0-7
/proc/2774/task/2777/stat : 2777 (priss) R 2773 2773 2203 0 -1 4202560 1609 0 0 0 146 0 0 0 19 0 5 0 912486004 287293440 9734 33554432000 4194304 5787044 140736897953792 18446744073709551615 4238897 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=2774/tid=2778] ppid=2773 vsize=280560 CPUtime=1.45 cores=0-7
/proc/2774/task/2778/stat : 2778 (priss) R 2773 2773 2203 0 -1 4202560 2740 0 0 0 145 0 0 0 18 0 5 0 912486004 287293440 9734 33554432000 4194304 5787044 140736897953792 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=2774/tid=2779] ppid=2773 vsize=280560 CPUtime=1.46 cores=0-7
/proc/2774/task/2779/stat : 2779 (priss) R 2773 2773 2203 0 -1 4202560 2420 0 0 0 146 0 0 0 18 0 5 0 912486005 287293440 9734 33554432000 4194304 5787044 140736897953792 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 289260

[startup+3.1011 s]
/proc/loadavg: 2.46 3.60 3.86 5/177 2779
/proc/meminfo: memFree=11163748/32951124 swapFree=67063272/67111528
[pid=2773] ppid=2771 vsize=8700 CPUtime=0 cores=0-7
/proc/2773/stat : 2773 (priss.sh) S 2771 2773 2203 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 912486002 8908800 251 33554432000 4194304 4922060 140735704443616 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2773/statm: 2175 251 211 178 0 68 0
[pid=2774] ppid=2773 vsize=281504 CPUtime=12.27 cores=0-7
/proc/2774/stat : 2774 (priss) S 2773 2773 2203 0 -1 4202496 13480 0 0 0 1219 8 0 0 18 0 5 0 912486002 288260096 11268 33554432000 4194304 5787044 140736897953792 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/2774/statm: 70376 11268 419 389 0 66126 0
[pid=2774/tid=2776] ppid=2773 vsize=281504 CPUtime=3.07 cores=0-7
/proc/2774/task/2776/stat : 2776 (priss) R 2773 2773 2203 0 -1 4202560 1968 0 0 0 305 2 0 0 18 0 5 0 912486004 288260096 11268 33554432000 4194304 5787044 140736897953792 18446744073709551615 232335997471 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=2774/tid=2777] ppid=2773 vsize=281504 CPUtime=3.05 cores=0-7
/proc/2774/task/2777/stat : 2777 (priss) R 2773 2773 2203 0 -1 4202560 1802 0 0 0 304 1 0 0 22 0 5 0 912486004 288260096 11268 33554432000 4194304 5787044 140736897953792 18446744073709551615 232347718325 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=2774/tid=2778] ppid=2773 vsize=281504 CPUtime=3.03 cores=0-7
/proc/2774/task/2778/stat : 2778 (priss) R 2773 2773 2203 0 -1 4202560 2903 0 0 0 302 1 0 0 18 0 5 0 912486004 288260096 11268 33554432000 4194304 5787044 140736897953792 18446744073709551615 232335997471 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=2774/tid=2779] ppid=2773 vsize=281504 CPUtime=3.05 cores=0-7
/proc/2774/task/2779/stat : 2779 (priss) R 2773 2773 2203 0 -1 4202560 4594 0 0 0 304 1 0 0 18 0 5 0 912486005 288260096 11268 33554432000 4194304 5787044 140736897953792 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.27
Current children cumulated vsize (KiB) 290204

[startup+6.30053 s]
/proc/loadavg: 2.46 3.60 3.86 5/177 2779
/proc/meminfo: memFree=11157824/32951124 swapFree=67063272/67111528
[pid=2773] ppid=2771 vsize=8700 CPUtime=0 cores=0-7
/proc/2773/stat : 2773 (priss.sh) S 2771 2773 2203 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 912486002 8908800 251 33554432000 4194304 4922060 140735704443616 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2773/statm: 2175 251 211 178 0 68 0
[pid=2774] ppid=2773 vsize=282832 CPUtime=25.05 cores=0-7
/proc/2774/stat : 2774 (priss) S 2773 2773 2203 0 -1 4202496 14940 0 0 0 2492 13 0 0 18 0 5 0 912486002 289619968 12728 33554432000 4194304 5787044 140736897953792 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/2774/statm: 70708 12728 419 389 0 66458 0
[pid=2774/tid=2776] ppid=2773 vsize=282832 CPUtime=6.27 cores=0-7
/proc/2774/task/2776/stat : 2776 (priss) R 2773 2773 2203 0 -1 4202560 2318 0 0 0 624 3 0 0 18 0 5 0 912486004 289619968 12728 33554432000 4194304 5787044 140736897953792 18446744073709551615 4229536 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=2774/tid=2777] ppid=2773 vsize=282832 CPUtime=6.26 cores=0-7
/proc/2774/task/2777/stat : 2777 (priss) R 2773 2773 2203 0 -1 4202560 2104 0 0 0 624 2 0 0 25 0 5 0 912486004 289619968 12728 33554432000 4194304 5787044 140736897953792 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=2774/tid=2778] ppid=2773 vsize=282832 CPUtime=6.22 cores=0-7
/proc/2774/task/2778/stat : 2778 (priss) R 2773 2773 2203 0 -1 4202560 3323 0 0 0 619 3 0 0 18 0 5 0 912486004 289619968 12728 33554432000 4194304 5787044 140736897953792 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=2774/tid=2779] ppid=2773 vsize=282832 CPUtime=6.25 cores=0-7
/proc/2774/task/2779/stat : 2779 (priss) R 2773 2773 2203 0 -1 4202560 4982 0 0 0 622 3 0 0 18 0 5 0 912486005 289619968 12728 33554432000 4194304 5787044 140736897953792 18446744073709551615 5527068 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) 291532

[startup+12.7004 s]
/proc/loadavg: 2.70 3.61 3.86 5/177 2779
/proc/meminfo: memFree=11149784/32951124 swapFree=67063272/67111528
[pid=2773] ppid=2771 vsize=8700 CPUtime=0 cores=0-7
/proc/2773/stat : 2773 (priss.sh) S 2771 2773 2203 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 912486002 8908800 251 33554432000 4194304 4922060 140735704443616 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2773/statm: 2175 251 211 178 0 68 0
[pid=2774] ppid=2773 vsize=285496 CPUtime=50.63 cores=0-7
/proc/2774/stat : 2774 (priss) S 2773 2773 2203 0 -1 4202496 16739 0 0 0 5048 15 0 0 18 0 5 0 912486002 292347904 14527 33554432000 4194304 5787044 140736897953792 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/2774/statm: 71374 14527 419 389 0 67124 0
[pid=2774/tid=2776] ppid=2773 vsize=285496 CPUtime=12.66 cores=0-7
/proc/2774/task/2776/stat : 2776 (priss) R 2773 2773 2203 0 -1 4202560 2720 0 0 0 1263 3 0 0 18 0 5 0 912486004 292347904 14527 33554432000 4194304 5787044 140736897953792 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=2774/tid=2777] ppid=2773 vsize=285496 CPUtime=12.65 cores=0-7
/proc/2774/task/2777/stat : 2777 (priss) R 2773 2773 2203 0 -1 4202560 2390 0 0 0 1263 2 0 0 25 0 5 0 912486004 292347904 14527 33554432000 4194304 5787044 140736897953792 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=2774/tid=2778] ppid=2773 vsize=285496 CPUtime=12.61 cores=0-7
/proc/2774/task/2778/stat : 2778 (priss) R 2773 2773 2203 0 -1 4202560 3907 0 0 0 1256 5 0 0 18 0 5 0 912486004 292347904 14527 33554432000 4194304 5787044 140736897953792 18446744073709551615 232347718325 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=2774/tid=2779] ppid=2773 vsize=285496 CPUtime=12.65 cores=0-7
/proc/2774/task/2779/stat : 2779 (priss) R 2773 2773 2203 0 -1 4202560 5509 0 0 0 1262 3 0 0 18 0 5 0 912486005 292347904 14527 33554432000 4194304 5787044 140736897953792 18446744073709551615 232347718325 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 294196

[startup+25.5011 s]
/proc/loadavg: 2.90 3.62 3.86 5/177 2779
/proc/meminfo: memFree=11133316/32951124 swapFree=67063272/67111528
[pid=2773] ppid=2771 vsize=8700 CPUtime=0 cores=0-7
/proc/2773/stat : 2773 (priss.sh) S 2771 2773 2203 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 912486002 8908800 251 33554432000 4194304 4922060 140735704443616 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2773/statm: 2175 251 211 178 0 68 0
[pid=2774] ppid=2773 vsize=292324 CPUtime=101.82 cores=0-7
/proc/2774/stat : 2774 (priss) S 2773 2773 2203 0 -1 4202496 20878 0 0 0 10163 19 0 0 18 0 5 0 912486002 299339776 18666 33554432000 4194304 5787044 140736897953792 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/2774/statm: 73081 18666 419 389 0 68831 0
[pid=2774/tid=2776] ppid=2773 vsize=292324 CPUtime=25.46 cores=0-7
/proc/2774/task/2776/stat : 2776 (priss) R 2773 2773 2203 0 -1 4202560 4328 0 0 0 2542 4 0 0 18 0 5 0 912486004 299339776 18666 33554432000 4194304 5787044 140736897953792 18446744073709551615 5591289 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=2774/tid=2777] ppid=2773 vsize=292324 CPUtime=25.45 cores=0-7
/proc/2774/task/2777/stat : 2777 (priss) R 2773 2773 2203 0 -1 4202560 3510 0 0 0 2542 3 0 0 25 0 5 0 912486004 299339776 18666 33554432000 4194304 5787044 140736897953792 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=2774/tid=2778] ppid=2773 vsize=292324 CPUtime=25.4 cores=0-7
/proc/2774/task/2778/stat : 2778 (priss) R 2773 2773 2203 0 -1 4202560 4399 0 0 0 2535 5 0 0 18 0 5 0 912486004 299339776 18666 33554432000 4194304 5787044 140736897953792 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=2774/tid=2779] ppid=2773 vsize=292324 CPUtime=25.45 cores=0-7
/proc/2774/task/2779/stat : 2779 (priss) R 2773 2773 2203 0 -1 4202560 6428 0 0 0 2541 4 0 0 18 0 5 0 912486005 299339776 18666 33554432000 4194304 5787044 140736897953792 18446744073709551615 5528375 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) 301024

[startup+51.1006 s]
/proc/loadavg: 3.34 3.67 3.87 5/177 2780
/proc/meminfo: memFree=11111548/32951124 swapFree=67063272/67111528
[pid=2773] ppid=2771 vsize=8700 CPUtime=0 cores=0-7
/proc/2773/stat : 2773 (priss.sh) S 2771 2773 2203 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 912486002 8908800 251 33554432000 4194304 4922060 140735704443616 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2773/statm: 2175 251 211 178 0 68 0
[pid=2774] ppid=2773 vsize=301144 CPUtime=204.19 cores=0-7
/proc/2774/stat : 2774 (priss) S 2773 2773 2203 0 -1 4202496 26201 0 0 0 20395 24 0 0 18 0 5 0 912486002 308371456 23985 33554432000 4194304 5787044 140736897953792 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/2774/statm: 75286 23985 419 389 0 71036 0
[pid=2774/tid=2776] ppid=2773 vsize=301144 CPUtime=51.06 cores=0-7
/proc/2774/task/2776/stat : 2776 (priss) R 2773 2773 2203 0 -1 4202560 5815 0 0 0 5100 6 0 0 18 0 5 0 912486004 308371456 23985 33554432000 4194304 5787044 140736897953792 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=2774/tid=2777] ppid=2773 vsize=301144 CPUtime=51.05 cores=0-7
/proc/2774/task/2777/stat : 2777 (priss) R 2773 2773 2203 0 -1 4202560 5111 0 0 0 5101 4 0 0 19 0 5 0 912486004 308371456 23985 33554432000 4194304 5787044 140736897953792 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=2774/tid=2778] ppid=2773 vsize=301144 CPUtime=50.99 cores=0-7
/proc/2774/task/2778/stat : 2778 (priss) R 2773 2773 2203 0 -1 4202560 4999 0 0 0 5092 7 0 0 19 0 5 0 912486004 308371456 23985 33554432000 4194304 5787044 140736897953792 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=2774/tid=2779] ppid=2773 vsize=301144 CPUtime=51.04 cores=0-7
/proc/2774/task/2779/stat : 2779 (priss) R 2773 2773 2203 0 -1 4202560 8063 0 0 0 5099 5 0 0 19 0 5 0 912486005 308371456 23985 33554432000 4194304 5787044 140736897953792 18446744073709551615 5527610 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.19
Current children cumulated vsize (KiB) 309844

[startup+102.306 s]
/proc/loadavg: 3.74 3.72 3.88 5/177 2781
/proc/meminfo: memFree=11087840/32951124 swapFree=67063272/67111528
[pid=2773] ppid=2771 vsize=8700 CPUtime=0 cores=0-7
/proc/2773/stat : 2773 (priss.sh) S 2771 2773 2203 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 912486002 8908800 251 33554432000 4194304 4922060 140735704443616 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2773/statm: 2175 251 211 178 0 68 0
[pid=2774] ppid=2773 vsize=308976 CPUtime=409.01 cores=0-7
/proc/2774/stat : 2774 (priss) S 2773 2773 2203 0 -1 4202496 32125 0 0 0 40868 33 0 0 18 0 5 0 912486002 316391424 29844 33554432000 4194304 5787044 140736897953792 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/2774/statm: 77244 29844 419 389 0 72994 0
[pid=2774/tid=2776] ppid=2773 vsize=308976 CPUtime=102.26 cores=0-7
/proc/2774/task/2776/stat : 2776 (priss) R 2773 2773 2203 0 -1 4202560 6775 0 0 0 10219 7 0 0 25 0 5 0 912486004 316391424 29844 33554432000 4194304 5787044 140736897953792 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=2774/tid=2777] ppid=2773 vsize=308976 CPUtime=102.25 cores=0-7
/proc/2774/task/2777/stat : 2777 (priss) R 2773 2773 2203 0 -1 4202560 5892 0 0 0 10221 4 0 0 25 0 5 0 912486004 316391424 29844 33554432000 4194304 5787044 140736897953792 18446744073709551615 5591587 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=2774/tid=2778] ppid=2773 vsize=308976 CPUtime=102.18 cores=0-7
/proc/2774/task/2778/stat : 2778 (priss) R 2773 2773 2203 0 -1 4202560 6594 0 0 0 10206 12 0 0 25 0 5 0 912486004 316391424 29844 33554432000 4194304 5787044 140736897953792 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=2774/tid=2779] ppid=2773 vsize=308976 CPUtime=102.25 cores=0-7

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

/proc/2774/task/2777/stat : 2777 (priss) R 2773 2773 2203 0 -1 4202560 57835 0 0 0 472187 48 0 0 25 0 5 0 912486004 976769024 180443 33554432000 4194304 5787044 140736897953792 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=2774/tid=2778] ppid=2773 vsize=953876 CPUtime=4722.24 cores=0-7
/proc/2774/task/2778/stat : 2778 (priss) R 2773 2773 2203 0 -1 4202560 29250 0 0 0 472170 54 0 0 25 0 5 0 912486004 976769024 180443 33554432000 4194304 5787044 140736897953792 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=2774/tid=2779] ppid=2773 vsize=953876 CPUtime=4722.35 cores=0-7
/proc/2774/task/2779/stat : 2779 (priss) R 2773 2773 2203 0 -1 4202560 53407 0 0 0 472171 64 0 0 25 0 5 0 912486005 976769024 180443 33554432000 4194304 5787044 140736897953792 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 18889.4
Current children cumulated vsize (KiB) 962576

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/177 2938
/proc/meminfo: memFree=10478496/32951124 swapFree=67063272/67111528
[pid=2773] ppid=2771 vsize=8700 CPUtime=0 cores=0-7
/proc/2773/stat : 2773 (priss.sh) S 2771 2773 2203 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 912486002 8908800 251 33554432000 4194304 4922060 140735704443616 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2773/statm: 2175 251 211 178 0 68 0
[pid=2774] ppid=2773 vsize=953876 CPUtime=19129.3 cores=0-7
/proc/2774/stat : 2774 (priss) S 2773 2773 2203 0 -1 4202496 186108 0 0 0 1912719 215 0 0 18 0 5 0 912486002 976769024 181279 33554432000 4194304 5787044 140736897953792 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/2774/statm: 238469 181279 419 389 0 234219 0
[pid=2774/tid=2776] ppid=2773 vsize=953876 CPUtime=4782.34 cores=0-7
/proc/2774/task/2776/stat : 2776 (priss) R 2773 2773 2203 0 -1 4202560 42570 0 0 0 478190 44 0 0 25 0 5 0 912486004 976769024 181279 33554432000 4194304 5787044 140736897953792 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=2774/tid=2777] ppid=2773 vsize=953876 CPUtime=4782.34 cores=0-7
/proc/2774/task/2777/stat : 2777 (priss) R 2773 2773 2203 0 -1 4202560 58554 0 0 0 478185 49 0 0 25 0 5 0 912486004 976769024 181279 33554432000 4194304 5787044 140736897953792 18446744073709551615 5592240 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=2774/tid=2778] ppid=2773 vsize=953876 CPUtime=4782.24 cores=0-7
/proc/2774/task/2778/stat : 2778 (priss) R 2773 2773 2203 0 -1 4202560 29360 0 0 0 478170 54 0 0 25 0 5 0 912486004 976769024 181279 33554432000 4194304 5787044 140736897953792 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=2774/tid=2779] ppid=2773 vsize=953876 CPUtime=4782.34 cores=0-7
/proc/2774/task/2779/stat : 2779 (priss) R 2773 2773 2203 0 -1 4202560 53411 0 0 0 478170 64 0 0 25 0 5 0 912486005 976769024 181279 33554432000 4194304 5787044 140736897953792 18446744073709551615 5527392 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19129.3
Current children cumulated vsize (KiB) 962576

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/177 2940
/proc/meminfo: memFree=10474992/32951124 swapFree=67063272/67111528
[pid=2773] ppid=2771 vsize=8700 CPUtime=0 cores=0-7
/proc/2773/stat : 2773 (priss.sh) S 2771 2773 2203 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 912486002 8908800 251 33554432000 4194304 4922060 140735704443616 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2773/statm: 2175 251 211 178 0 68 0
[pid=2774] ppid=2773 vsize=953876 CPUtime=19369.3 cores=0-7
/proc/2774/stat : 2774 (priss) S 2773 2773 2203 0 -1 4202496 186942 0 0 0 1936718 216 0 0 18 0 5 0 912486002 976769024 182113 33554432000 4194304 5787044 140736897953792 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/2774/statm: 238469 182113 419 389 0 234219 0
[pid=2774/tid=2776] ppid=2773 vsize=953876 CPUtime=4842.34 cores=0-7
/proc/2774/task/2776/stat : 2776 (priss) R 2773 2773 2203 0 -1 4202560 42579 0 0 0 484190 44 0 0 25 0 5 0 912486004 976769024 182113 33554432000 4194304 5787044 140736897953792 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=2774/tid=2777] ppid=2773 vsize=953876 CPUtime=4842.34 cores=0-7
/proc/2774/task/2777/stat : 2777 (priss) R 2773 2773 2203 0 -1 4202560 59246 0 0 0 484184 50 0 0 25 0 5 0 912486004 976769024 182113 33554432000 4194304 5787044 140736897953792 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=2774/tid=2778] ppid=2773 vsize=953876 CPUtime=4842.25 cores=0-7
/proc/2774/task/2778/stat : 2778 (priss) R 2773 2773 2203 0 -1 4202560 29491 0 0 0 484170 55 0 0 25 0 5 0 912486004 976769024 182113 33554432000 4194304 5787044 140736897953792 18446744073709551615 5591309 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=2774/tid=2779] ppid=2773 vsize=953876 CPUtime=4842.34 cores=0-7
/proc/2774/task/2779/stat : 2779 (priss) R 2773 2773 2203 0 -1 4202560 53413 0 0 0 484170 64 0 0 25 0 5 0 912486005 976769024 182113 33554432000 4194304 5787044 140736897953792 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19369.3
Current children cumulated vsize (KiB) 962576

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/177 2941
/proc/meminfo: memFree=10471860/32951124 swapFree=67063272/67111528
[pid=2773] ppid=2771 vsize=8700 CPUtime=0 cores=0-7
/proc/2773/stat : 2773 (priss.sh) S 2771 2773 2203 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 912486002 8908800 251 33554432000 4194304 4922060 140735704443616 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2773/statm: 2175 251 211 178 0 68 0
[pid=2774] ppid=2773 vsize=953876 CPUtime=19609.3 cores=0-7
/proc/2774/stat : 2774 (priss) S 2773 2773 2203 0 -1 4202496 187734 0 0 0 1960718 217 0 0 18 0 5 0 912486002 976769024 182905 33554432000 4194304 5787044 140736897953792 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/2774/statm: 238469 182905 419 389 0 234219 0
[pid=2774/tid=2776] ppid=2773 vsize=953876 CPUtime=4902.34 cores=0-7
/proc/2774/task/2776/stat : 2776 (priss) R 2773 2773 2203 0 -1 4202560 42580 0 0 0 490190 44 0 0 25 0 5 0 912486004 976769024 182905 33554432000 4194304 5787044 140736897953792 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=2774/tid=2777] ppid=2773 vsize=953876 CPUtime=4902.34 cores=0-7
/proc/2774/task/2777/stat : 2777 (priss) R 2773 2773 2203 0 -1 4202560 59914 0 0 0 490183 51 0 0 25 0 5 0 912486004 976769024 182905 33554432000 4194304 5787044 140736897953792 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=2774/tid=2778] ppid=2773 vsize=953876 CPUtime=4902.25 cores=0-7
/proc/2774/task/2778/stat : 2778 (priss) R 2773 2773 2203 0 -1 4202560 29596 0 0 0 490170 55 0 0 25 0 5 0 912486004 976769024 182905 33554432000 4194304 5787044 140736897953792 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=2774/tid=2779] ppid=2773 vsize=953876 CPUtime=4902.34 cores=0-7
/proc/2774/task/2779/stat : 2779 (priss) R 2773 2773 2203 0 -1 4202560 53431 0 0 0 490170 64 0 0 25 0 5 0 912486005 976769024 182905 33554432000 4194304 5787044 140736897953792 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19609.3
Current children cumulated vsize (KiB) 962576

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/177 2944
/proc/meminfo: memFree=10468612/32951124 swapFree=67063272/67111528
[pid=2773] ppid=2771 vsize=8700 CPUtime=0 cores=0-7
/proc/2773/stat : 2773 (priss.sh) S 2771 2773 2203 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 912486002 8908800 251 33554432000 4194304 4922060 140735704443616 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2773/statm: 2175 251 211 178 0 68 0
[pid=2774] ppid=2773 vsize=954504 CPUtime=19849.3 cores=0-7
/proc/2774/stat : 2774 (priss) S 2773 2773 2203 0 -1 4202496 188604 0 0 0 1984717 218 0 0 18 0 5 0 912486002 977412096 183775 33554432000 4194304 5787044 140736897953792 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/2774/statm: 238626 183775 419 389 0 234376 0
[pid=2774/tid=2776] ppid=2773 vsize=954504 CPUtime=4962.34 cores=0-7
/proc/2774/task/2776/stat : 2776 (priss) R 2773 2773 2203 0 -1 4202560 42653 0 0 0 496190 44 0 0 25 0 5 0 912486004 977412096 183775 33554432000 4194304 5787044 140736897953792 18446744073709551615 5576446 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=2774/tid=2777] ppid=2773 vsize=954504 CPUtime=4962.35 cores=0-7
/proc/2774/task/2777/stat : 2777 (priss) R 2773 2773 2203 0 -1 4202560 60606 0 0 0 496183 52 0 0 25 0 5 0 912486004 977412096 183775 33554432000 4194304 5787044 140736897953792 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=2774/tid=2778] ppid=2773 vsize=954504 CPUtime=4962.25 cores=0-7
/proc/2774/task/2778/stat : 2778 (priss) R 2773 2773 2203 0 -1 4202560 29697 0 0 0 496170 55 0 0 25 0 5 0 912486004 977412096 183775 33554432000 4194304 5787044 140736897953792 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=2774/tid=2779] ppid=2773 vsize=954504 CPUtime=4962.35 cores=0-7
/proc/2774/task/2779/stat : 2779 (priss) R 2773 2773 2203 0 -1 4202560 53435 0 0 0 496171 64 0 0 25 0 5 0 912486005 977412096 183775 33554432000 4194304 5787044 140736897953792 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19849.3
Current children cumulated vsize (KiB) 963204

[startup+5022.3 s]
/proc/loadavg: 4.08 4.02 4.01 5/177 2945
/proc/meminfo: memFree=10465480/32951124 swapFree=67063272/67111528
[pid=2773] ppid=2771 vsize=8700 CPUtime=0 cores=0-7
/proc/2773/stat : 2773 (priss.sh) S 2771 2773 2203 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 912486002 8908800 251 33554432000 4194304 4922060 140735704443616 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2773/statm: 2175 251 211 178 0 68 0
[pid=2774] ppid=2773 vsize=954504 CPUtime=20089.3 cores=0-7
/proc/2774/stat : 2774 (priss) S 2773 2773 2203 0 -1 4202496 189373 0 0 0 2008717 218 0 0 18 0 5 0 912486002 977412096 184544 33554432000 4194304 5787044 140736897953792 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/2774/statm: 238626 184544 419 389 0 234376 0
[pid=2774/tid=2776] ppid=2773 vsize=954504 CPUtime=5022.34 cores=0-7
/proc/2774/task/2776/stat : 2776 (priss) R 2773 2773 2203 0 -1 4202560 42657 0 0 0 502190 44 0 0 25 0 5 0 912486004 977412096 184544 33554432000 4194304 5787044 140736897953792 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=2774/tid=2777] ppid=2773 vsize=954504 CPUtime=5022.34 cores=0-7
/proc/2774/task/2777/stat : 2777 (priss) R 2773 2773 2203 0 -1 4202560 61250 0 0 0 502182 52 0 0 25 0 5 0 912486004 977412096 184544 33554432000 4194304 5787044 140736897953792 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=2774/tid=2778] ppid=2773 vsize=954504 CPUtime=5022.25 cores=0-7
/proc/2774/task/2778/stat : 2778 (priss) R 2773 2773 2203 0 -1 4202560 29818 0 0 0 502170 55 0 0 25 0 5 0 912486004 977412096 184544 33554432000 4194304 5787044 140736897953792 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=2774/tid=2779] ppid=2773 vsize=954504 CPUtime=5022.35 cores=0-7
/proc/2774/task/2779/stat : 2779 (priss) R 2773 2773 2203 0 -1 4202560 53435 0 0 0 502171 64 0 0 25 0 5 0 912486005 977412096 184544 33554432000 4194304 5787044 140736897953792 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20089.3
Current children cumulated vsize (KiB) 963204

[startup+5082.3 s]
/proc/loadavg: 4.06 4.03 4.00 5/177 2947
/proc/meminfo: memFree=10462472/32951124 swapFree=67063272/67111528
[pid=2773] ppid=2771 vsize=8700 CPUtime=0 cores=0-7
/proc/2773/stat : 2773 (priss.sh) S 2771 2773 2203 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 912486002 8908800 251 33554432000 4194304 4922060 140735704443616 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2773/statm: 2175 251 211 178 0 68 0
[pid=2774] ppid=2773 vsize=954504 CPUtime=20329.4 cores=0-7
/proc/2774/stat : 2774 (priss) S 2773 2773 2203 0 -1 4202496 190086 0 0 0 2032717 219 0 0 18 0 5 0 912486002 977412096 185257 33554432000 4194304 5787044 140736897953792 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/2774/statm: 238626 185257 419 389 0 234376 0
[pid=2774/tid=2776] ppid=2773 vsize=954504 CPUtime=5082.34 cores=0-7
/proc/2774/task/2776/stat : 2776 (priss) R 2773 2773 2203 0 -1 4202560 42659 0 0 0 508190 44 0 0 25 0 5 0 912486004 977412096 185257 33554432000 4194304 5787044 140736897953792 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=2774/tid=2777] ppid=2773 vsize=954504 CPUtime=5082.35 cores=0-7
/proc/2774/task/2777/stat : 2777 (priss) R 2773 2773 2203 0 -1 4202560 61866 0 0 0 508182 53 0 0 25 0 5 0 912486004 977412096 185257 33554432000 4194304 5787044 140736897953792 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=2774/tid=2778] ppid=2773 vsize=954504 CPUtime=5082.25 cores=0-7
/proc/2774/task/2778/stat : 2778 (priss) R 2773 2773 2203 0 -1 4202560 29910 0 0 0 508170 55 0 0 25 0 5 0 912486004 977412096 185257 33554432000 4194304 5787044 140736897953792 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=2774/tid=2779] ppid=2773 vsize=954504 CPUtime=5082.35 cores=0-7
/proc/2774/task/2779/stat : 2779 (priss) R 2773 2773 2203 0 -1 4202560 53438 0 0 0 508171 64 0 0 25 0 5 0 912486005 977412096 185257 33554432000 4194304 5787044 140736897953792 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20329.4
Current children cumulated vsize (KiB) 963204



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.13 4.04 4.01 5/177 2948
/proc/meminfo: memFree=10461712/32951124 swapFree=67063272/67111528
[pid=2773] ppid=2771 vsize=8700 CPUtime=0 cores=0-7
/proc/2773/stat : 2773 (priss.sh) S 2771 2773 2203 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 912486002 8908800 251 33554432000 4194304 4922060 140735704443616 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2773/statm: 2175 251 211 178 0 68 0
[pid=2774] ppid=2773 vsize=954504 CPUtime=20400.2 cores=0-7
/proc/2774/stat : 2774 (priss) S 2773 2773 2203 0 -1 4202496 190316 0 0 0 2039798 220 0 0 18 0 5 0 912486002 977412096 185487 33554432000 4194304 5787044 140736897953792 18446744073709551615 232347716017 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/2774/statm: 238626 185487 419 389 0 234376 0
[pid=2774/tid=2776] ppid=2773 vsize=954504 CPUtime=5100.05 cores=0-7
/proc/2774/task/2776/stat : 2776 (priss) R 2773 2773 2203 0 -1 4202560 42660 0 0 0 509961 44 0 0 25 0 5 0 912486004 977412096 185487 33554432000 4194304 5787044 140736897953792 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=2774/tid=2777] ppid=2773 vsize=954504 CPUtime=5100.06 cores=0-7
/proc/2774/task/2777/stat : 2777 (priss) R 2773 2773 2203 0 -1 4202560 62059 0 0 0 509952 54 0 0 25 0 5 0 912486004 977412096 185487 33554432000 4194304 5787044 140736897953792 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=2774/tid=2778] ppid=2773 vsize=954504 CPUtime=5099.96 cores=0-7
/proc/2774/task/2778/stat : 2778 (priss) R 2773 2773 2203 0 -1 4202560 29946 0 0 0 509941 55 0 0 25 0 5 0 912486004 977412096 185487 33554432000 4194304 5787044 140736897953792 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=2774/tid=2779] ppid=2773 vsize=954504 CPUtime=5100.05 cores=0-7
/proc/2774/task/2779/stat : 2779 (priss) R 2773 2773 2203 0 -1 4202560 53438 0 0 0 509941 64 0 0 25 0 5 0 912486005 977412096 185487 33554432000 4194304 5787044 140736897953792 18446744073709551615 4218754 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20400.2
Current children cumulated vsize (KiB) 963204

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 2773 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 20400.2
#
# 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.2
CPU user time (s): 20398
CPU system time (s): 2.2
CPU usage (%): 400.002
Max. virtual memory (cumulated for all children) (KiB): 963204

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= 330
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 8.78766 second user time and 19.0291 second system time

The end

Launcher Data

Begin job on node132 at 2011-06-14 01:47:58
IDJOB=3499647
IDBENCH=85802
IDSOLVER=1994
FILE ID=node132/3499647-1308008878
RUNJOBID= node132-1307998632-2217
PBS_JOBID= 13559830
Free space on /tmp= 13344 MiB

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

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

MD5SUM BENCH= f38a91a0947f21d9ceeb8762ba4c5f93
RANDOM SEED=1620700113

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.74
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.833
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.76
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.833
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.833
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.77
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.833
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.67
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.833
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.833
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:      11206232 kB
Buffers:        148132 kB
Cached:       20852484 kB
SwapCached:       9580 kB
Active:        5560584 kB
Inactive:     15457216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11206232 kB
SwapTotal:    67111528 kB
SwapFree:     67063272 kB
Dirty:            2428 kB
Writeback:           0 kB
AnonPages:       15188 kB
Mapped:           8772 kB
Slab:           664184 kB
PageTables:       3820 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   156924 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 13340 MiB
End job on node132 at 2011-06-14 03:13:00