Trace number 3313007

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
STRUCTure 0.1UNSAT 5.99109 2.28833

General information on the benchmark

NameSAT05/crafted/sabharwal05/counting/php/unsat/
easier/php-010-008.shuffled-as.sat05-1171.cnf
MD5SUM421970908f111607c59182237109849e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.029994
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of clauses370
Sum of the clauses size800
Maximum clause length8
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2360
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 510

Solver Data

0.09/0.12	14:57 INFO : Reading from input HOME/instance-3313007-1304187297.cnf
0.09/0.18	Executor set job limit to 1000000
0.09/0.18	Executor set job limit to 1000000
0.09/0.18	Executor set job limit to 1000000
0.09/0.18	Executor set job limit to 1000000
0.09/0.18	Starting Executor!
0.09/0.18	Starting Executor!
0.09/0.18	Starting Executor!
0.09/0.18	Starting Executor!
0.22/0.21	14:57 INFO : 80 variables remaining out of 80
0.22/0.21	14:57 INFO : 2250 literals remaining out of 1170
5.98/2.28	c Elapsed time 2.157
5.98/2.28	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3313007-1304187297/watcher-3313007-1304187297 -o /tmp/evaluation-result-3313007-1304187297/solver-3313007-1304187297 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3313007-1304187297.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.96 8.06 7.69 5/202 12231
/proc/meminfo: memFree=28193308/32951124 swapFree=67111336/67111528
[pid=12231] ppid=12229 vsize=30580 CPUtime=0 cores=1,3,5,7
/proc/12231/stat : 12231 (java) S 12229 12231 11976 0 -1 4202496 1442 0 0 0 0 0 0 0 25 0 2 0 530327586 31313920 909 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562340325 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/12231/statm: 7645 917 701 9 0 383 0
[pid=12231/tid=12232] ppid=12229 vsize=30528 CPUtime=0 cores=1,3,5,7
/proc/12231/task/12232/stat : 12232 (java) R 12229 12231 11976 0 -1 4202560 133 0 0 0 0 0 0 0 25 0 2 0 530327586 31260672 953 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271550537472 0 0 4096 0 0 0 0 -1 3 0 0 0

[startup+0.082612 s]
/proc/loadavg: 7.96 8.06 7.69 5/202 12231
/proc/meminfo: memFree=28193308/32951124 swapFree=67111336/67111528
[pid=12231] ppid=12229 vsize=15675316 CPUtime=0.05 cores=1,3,5,7
/proc/12231/stat : 12231 (java) S 12229 12231 11976 0 -1 4202496 4414 0 1 0 5 0 0 0 25 0 18 0 530327586 16051523584 3852 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12231/statm: 3918829 3852 1779 9 0 3909548 0
[pid=12231/tid=12232] ppid=12229 vsize=15675316 CPUtime=0.05 cores=1,3,5,7
/proc/12231/task/12232/stat : 12232 (java) R 12229 12231 11976 0 -1 4202560 2994 0 1 0 5 0 0 0 25 0 18 0 530327586 16051523584 3852 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271550533477 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15675316

[startup+0.100596 s]
/proc/loadavg: 7.96 8.06 7.69 5/202 12231
/proc/meminfo: memFree=28193308/32951124 swapFree=67111336/67111528
[pid=12231] ppid=12229 vsize=15676624 CPUtime=0.09 cores=1,3,5,7
/proc/12231/stat : 12231 (java) S 12229 12231 11976 0 -1 4202496 5453 0 1 0 8 1 0 0 25 0 18 0 530327586 16052862976 4860 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12231/statm: 3919156 4860 2116 9 0 3909875 0
[pid=12231/tid=12232] ppid=12229 vsize=15676624 CPUtime=0.07 cores=1,3,5,7
/proc/12231/task/12232/stat : 12232 (java) R 12229 12231 11976 0 -1 4202560 3286 0 1 0 7 0 0 0 25 0 18 0 530327586 16052862976 4861 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 47154363140644 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15676624

[startup+0.332128 s]
/proc/loadavg: 7.96 8.06 7.69 5/202 12231
/proc/meminfo: memFree=28193308/32951124 swapFree=67111336/67111528
[pid=12231] ppid=12229 vsize=15682284 CPUtime=0.41 cores=1,3,5,7
/proc/12231/stat : 12231 (java) S 12229 12231 11976 0 -1 4202496 8118 0 1 0 40 1 0 0 25 0 22 0 530327586 16058658816 7299 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12231/statm: 3920571 7300 2216 9 0 3911290 0
[pid=12231/tid=12232] ppid=12229 vsize=15682284 CPUtime=0.18 cores=1,3,5,7
/proc/12231/task/12232/stat : 12232 (java) S 12229 12231 11976 0 -1 4202560 4476 0 1 0 18 0 0 0 25 0 22 0 530327586 16058658816 7300 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562353561 0 4 0 16800975 18446604459953026176 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 15682284

[startup+0.700454 s]
/proc/loadavg: 7.96 8.06 7.69 5/202 12231
/proc/meminfo: memFree=28193308/32951124 swapFree=67111336/67111528
[pid=12231] ppid=12229 vsize=15687596 CPUtime=1.89 cores=1,3,5,7
/proc/12231/stat : 12231 (java) S 12229 12231 11976 0 -1 4202496 34406 0 1 0 184 5 0 0 25 0 22 0 530327586 16064098304 31154 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12231/statm: 3921899 31159 2252 9 0 3912618 0
[pid=12231/tid=12232] ppid=12229 vsize=15687596 CPUtime=0.18 cores=1,3,5,7
/proc/12231/task/12232/stat : 12232 (java) S 12229 12231 11976 0 -1 4202560 4476 0 1 0 18 0 0 0 25 0 22 0 530327586 16064098304 31160 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562353561 0 4 0 16800975 18446604459953026176 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 15687596

[startup+1.50131 s]
/proc/loadavg: 7.96 8.06 7.69 12/224 12253
/proc/meminfo: memFree=28032304/32951124 swapFree=67111336/67111528
[pid=12231] ppid=12229 vsize=15691280 CPUtime=4.63 cores=1,3,5,7
/proc/12231/stat : 12231 (java) S 12229 12231 11976 0 -1 4202496 48436 0 1 0 456 7 0 0 25 0 22 0 530327586 16067870720 42451 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12231/statm: 3922820 42451 2287 9 0 3913539 0
[pid=12231/tid=12232] ppid=12229 vsize=15691280 CPUtime=0.18 cores=1,3,5,7
/proc/12231/task/12232/stat : 12232 (java) S 12229 12231 11976 0 -1 4202560 4476 0 1 0 18 0 0 0 25 0 22 0 530327586 16067870720 42451 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562353561 0 4 0 16800975 18446604459953026176 0 0 -1 5 0 0 0
[pid=12231/tid=12234] ppid=12229 vsize=15691280 CPUtime=0 cores=1,3,5,7
/proc/12231/task/12234/stat : 12234 (java) S 12229 12231 11976 0 -1 4202560 115 0 0 0 0 0 0 0 15 0 22 0 530327586 16067870720 42451 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562353561 0 4 0 16800975 18446604459953026176 0 0 -1 3 0 0 0
[pid=12231/tid=12235] ppid=12229 vsize=15691280 CPUtime=0 cores=1,3,5,7
/proc/12231/task/12235/stat : 12235 (java) S 12229 12231 11976 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 22 0 530327586 16067870720 42451 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562353561 0 4 0 16800975 18446604459953026176 0 0 -1 5 0 0 0
[pid=12231/tid=12236] ppid=12229 vsize=15691280 CPUtime=0 cores=1,3,5,7
/proc/12231/task/12236/stat : 12236 (java) S 12229 12231 11976 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 22 0 530327587 16067870720 42451 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562353561 0 4 0 16800975 18446604459953026176 0 0 -1 1 0 0 0
[pid=12231/tid=12237] ppid=12229 vsize=15691280 CPUtime=0 cores=1,3,5,7
/proc/12231/task/12237/stat : 12237 (java) S 12229 12231 11976 0 -1 4202560 109 0 0 0 0 0 0 0 16 0 22 0 530327587 16067870720 42451 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562353561 0 4 0 16800975 18446604459953026176 0 0 -1 7 0 0 0
[pid=12231/tid=12238] ppid=12229 vsize=15691280 CPUtime=0 cores=1,3,5,7
/proc/12231/task/12238/stat : 12238 (java) S 12229 12231 11976 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 530327587 16067870720 42451 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562353561 0 4 0 16800975 18446604459953026176 0 0 -1 7 0 0 0
[pid=12231/tid=12239] ppid=12229 vsize=15691280 CPUtime=0 cores=1,3,5,7
/proc/12231/task/12239/stat : 12239 (java) S 12229 12231 11976 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 22 0 530327587 16067870720 42451 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562353561 0 4 0 16800975 18446604459953026176 0 0 -1 3 0 0 0
[pid=12231/tid=12240] ppid=12229 vsize=15691280 CPUtime=0 cores=1,3,5,7
/proc/12231/task/12240/stat : 12240 (java) S 12229 12231 11976 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 22 0 530327587 16067870720 42451 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562353561 0 4 0 16800975 18446604459953026176 0 0 -1 5 0 0 0
[pid=12231/tid=12241] ppid=12229 vsize=15691280 CPUtime=0 cores=1,3,5,7
/proc/12231/task/12241/stat : 12241 (java) S 12229 12231 11976 0 -1 4202560 148 0 0 0 0 0 0 0 15 0 22 0 530327587 16067870720 42451 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562353561 0 4 0 16800975 18446604459953026176 0 0 -1 5 0 0 0
[pid=12231/tid=12242] ppid=12229 vsize=15691280 CPUtime=0 cores=1,3,5,7
/proc/12231/task/12242/stat : 12242 (java) S 12229 12231 11976 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 530327588 16067870720 42451 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562354176 0 0 0 16800975 18446604459953026176 0 0 -1 1 0 0 0
[pid=12231/tid=12243] ppid=12229 vsize=15691280 CPUtime=0 cores=1,3,5,7
/proc/12231/task/12243/stat : 12243 (java) S 12229 12231 11976 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530327588 16067870720 42451 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562353561 0 4 0 16800975 18446604459953026176 0 0 -1 1 0 0 0
[pid=12231/tid=12244] ppid=12229 vsize=15691280 CPUtime=0 cores=1,3,5,7
/proc/12231/task/12244/stat : 12244 (java) S 12229 12231 11976 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530327588 16067870720 42451 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562353561 0 4 0 16800975 18446604459953026176 0 0 -1 1 0 0 0
[pid=12231/tid=12245] ppid=12229 vsize=15691280 CPUtime=0 cores=1,3,5,7
/proc/12231/task/12245/stat : 12245 (java) S 12229 12231 11976 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530327591 16067870720 42451 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562361265 0 4 0 16800975 18446604459953026176 0 0 -1 1 0 0 0
[pid=12231/tid=12246] ppid=12229 vsize=15691280 CPUtime=0.57 cores=1,3,5,7
/proc/12231/task/12246/stat : 12246 (java) S 12229 12231 11976 0 -1 4202560 4959 0 0 0 57 0 0 0 23 0 22 0 530327591 16067870720 42451 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562353561 0 4 0 16800975 18446604459953026176 0 0 -1 1 0 0 0
[pid=12231/tid=12247] ppid=12229 vsize=15691280 CPUtime=0.93 cores=1,3,5,7
/proc/12231/task/12247/stat : 12247 (java) S 12229 12231 11976 0 -1 4202560 5893 0 0 0 92 1 0 0 16 0 22 0 530327591 16067870720 42451 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562353561 0 4 0 16800975 18446604459953026176 0 0 -1 7 0 0 0
[pid=12231/tid=12248] ppid=12229 vsize=15691280 CPUtime=0 cores=1,3,5,7
/proc/12231/task/12248/stat : 12248 (java) S 12229 12231 11976 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530327591 16067870720 42451 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562353561 0 4 0 16800975 18446604459953026176 0 0 -1 1 0 0 0
[pid=12231/tid=12249] ppid=12229 vsize=15691280 CPUtime=0 cores=1,3,5,7
/proc/12231/task/12249/stat : 12249 (java) S 12229 12231 11976 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530327592 16067870720 42451 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562354176 0 4 0 16800975 18446604459953026176 0 0 -1 5 0 0 0
[pid=12231/tid=12250] ppid=12229 vsize=15691280 CPUtime=0.92 cores=1,3,5,7
/proc/12231/task/12250/stat : 12250 (java) R 12229 12231 11976 0 -1 4202560 12419 0 0 0 91 1 0 0 25 0 22 0 530327604 16067870720 42451 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 46912505595938 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=12231/tid=12251] ppid=12229 vsize=15691280 CPUtime=0.44 cores=1,3,5,7
/proc/12231/task/12251/stat : 12251 (java) R 12229 12231 11976 0 -1 4202560 2347 0 0 0 44 0 0 0 25 0 22 0 530327604 16067870720 42451 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 46912505634337 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=12231/tid=12252] ppid=12229 vsize=15691280 CPUtime=0.61 cores=1,3,5,7
/proc/12231/task/12252/stat : 12252 (java) S 12229 12231 11976 0 -1 4202560 4611 0 0 0 61 0 0 0 25 0 22 0 530327604 16067870720 42451 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562354176 0 4 0 16800975 18446604459953026176 0 0 -1 5 0 0 0
[pid=12231/tid=12253] ppid=12229 vsize=15691280 CPUtime=0.88 cores=1,3,5,7
/proc/12231/task/12253/stat : 12253 (java) R 12229 12231 11976 0 -1 4202560 11827 0 0 0 87 1 0 0 16 0 22 0 530327604 16067870720 42451 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 46912505613123 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.63
Current children cumulated vsize (KiB) 15691280

Solver just ended. Dumping a history of the last processes samples

[startup+1.90127 s]
/proc/loadavg: 7.96 8.06 7.69 12/224 12253
/proc/meminfo: memFree=28032304/32951124 swapFree=67111336/67111528
[pid=12231] ppid=12229 vsize=15691280 CPUtime=5.85 cores=1,3,5,7
/proc/12231/stat : 12231 (java) S 12229 12231 11976 0 -1 4202496 48797 0 1 0 578 7 0 0 25 0 22 0 530327586 16067870720 42518 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12231/statm: 3922820 42518 2287 9 0 3913539 0
[pid=12231/tid=12232] ppid=12229 vsize=15691280 CPUtime=0.18 cores=1,3,5,7
/proc/12231/task/12232/stat : 12232 (java) S 12229 12231 11976 0 -1 4202560 4476 0 1 0 18 0 0 0 25 0 22 0 530327586 16067870720 42518 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562353561 0 4 0 16800975 18446604459953026176 0 0 -1 5 0 0 0
[pid=12231/tid=12234] ppid=12229 vsize=15691280 CPUtime=0 cores=1,3,5,7
/proc/12231/task/12234/stat : 12234 (java) S 12229 12231 11976 0 -1 4202560 149 0 0 0 0 0 0 0 15 0 22 0 530327586 16067870720 42518 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562353561 0 4 0 16800975 18446604459953026176 0 0 -1 3 0 0 0
[pid=12231/tid=12235] ppid=12229 vsize=15691280 CPUtime=0 cores=1,3,5,7
/proc/12231/task/12235/stat : 12235 (java) S 12229 12231 11976 0 -1 4202560 86 0 0 0 0 0 0 0 15 0 22 0 530327586 16067870720 42518 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562353561 0 4 0 16800975 18446604459953026176 0 0 -1 3 0 0 0
[pid=12231/tid=12236] ppid=12229 vsize=15691280 CPUtime=0 cores=1,3,5,7
/proc/12231/task/12236/stat : 12236 (java) S 12229 12231 11976 0 -1 4202560 86 0 0 0 0 0 0 0 15 0 22 0 530327587 16067870720 42518 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562353561 0 4 0 16800975 18446604459953026176 0 0 -1 1 0 0 0
[pid=12231/tid=12237] ppid=12229 vsize=15691280 CPUtime=0 cores=1,3,5,7
/proc/12231/task/12237/stat : 12237 (java) S 12229 12231 11976 0 -1 4202560 144 0 0 0 0 0 0 0 15 0 22 0 530327587 16067870720 42518 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562353561 0 4 0 16800975 18446604459953026176 0 0 -1 7 0 0 0
[pid=12231/tid=12238] ppid=12229 vsize=15691280 CPUtime=0 cores=1,3,5,7
/proc/12231/task/12238/stat : 12238 (java) S 12229 12231 11976 0 -1 4202560 82 0 0 0 0 0 0 0 15 0 22 0 530327587 16067870720 42518 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562353561 0 4 0 16800975 18446604459953026176 0 0 -1 7 0 0 0
[pid=12231/tid=12239] ppid=12229 vsize=15691280 CPUtime=0 cores=1,3,5,7
/proc/12231/task/12239/stat : 12239 (java) S 12229 12231 11976 0 -1 4202560 71 0 0 0 0 0 0 0 16 0 22 0 530327587 16067870720 42518 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562353561 0 4 0 16800975 18446604459953026176 0 0 -1 3 0 0 0
[pid=12231/tid=12240] ppid=12229 vsize=15691280 CPUtime=0 cores=1,3,5,7
/proc/12231/task/12240/stat : 12240 (java) S 12229 12231 11976 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 22 0 530327587 16067870720 42518 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562353561 0 4 0 16800975 18446604459953026176 0 0 -1 5 0 0 0
[pid=12231/tid=12241] ppid=12229 vsize=15691280 CPUtime=0 cores=1,3,5,7
/proc/12231/task/12241/stat : 12241 (java) S 12229 12231 11976 0 -1 4202560 190 0 0 0 0 0 0 0 15 0 22 0 530327587 16067870720 42518 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562353561 0 4 0 16800975 18446604459953026176 0 0 -1 5 0 0 0
[pid=12231/tid=12242] ppid=12229 vsize=15691280 CPUtime=0 cores=1,3,5,7
/proc/12231/task/12242/stat : 12242 (java) S 12229 12231 11976 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 22 0 530327588 16067870720 42518 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562354176 0 0 0 16800975 18446604459953026176 0 0 -1 1 0 0 0
[pid=12231/tid=12243] ppid=12229 vsize=15691280 CPUtime=0 cores=1,3,5,7
/proc/12231/task/12243/stat : 12243 (java) S 12229 12231 11976 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530327588 16067870720 42518 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562353561 0 4 0 16800975 18446604459953026176 0 0 -1 1 0 0 0
[pid=12231/tid=12244] ppid=12229 vsize=15691280 CPUtime=0 cores=1,3,5,7
/proc/12231/task/12244/stat : 12244 (java) S 12229 12231 11976 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530327588 16067870720 42518 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562353561 0 4 0 16800975 18446604459953026176 0 0 -1 1 0 0 0
[pid=12231/tid=12245] ppid=12229 vsize=15691280 CPUtime=0 cores=1,3,5,7
/proc/12231/task/12245/stat : 12245 (java) S 12229 12231 11976 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530327591 16067870720 42518 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562361265 0 4 0 16800975 18446604459953026176 0 0 -1 1 0 0 0
[pid=12231/tid=12246] ppid=12229 vsize=15691280 CPUtime=0.58 cores=1,3,5,7
/proc/12231/task/12246/stat : 12246 (java) S 12229 12231 11976 0 -1 4202560 4959 0 0 0 58 0 0 0 21 0 22 0 530327591 16067870720 42518 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562353561 0 4 0 16800975 18446604459953026176 0 0 -1 1 0 0 0
[pid=12231/tid=12247] ppid=12229 vsize=15691280 CPUtime=0.93 cores=1,3,5,7
/proc/12231/task/12247/stat : 12247 (java) S 12229 12231 11976 0 -1 4202560 5893 0 0 0 92 1 0 0 16 0 22 0 530327591 16067870720 42518 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562353561 0 4 0 16800975 18446604459953026176 0 0 -1 7 0 0 0
[pid=12231/tid=12248] ppid=12229 vsize=15691280 CPUtime=0 cores=1,3,5,7
/proc/12231/task/12248/stat : 12248 (java) S 12229 12231 11976 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530327591 16067870720 42518 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562353561 0 4 0 16800975 18446604459953026176 0 0 -1 1 0 0 0
[pid=12231/tid=12249] ppid=12229 vsize=15691280 CPUtime=0 cores=1,3,5,7
/proc/12231/task/12249/stat : 12249 (java) S 12229 12231 11976 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530327592 16067870720 42518 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562354176 0 4 0 16800975 18446604459953026176 0 0 -1 5 0 0 0
[pid=12231/tid=12250] ppid=12229 vsize=15691280 CPUtime=1.21 cores=1,3,5,7
/proc/12231/task/12250/stat : 12250 (java) S 12229 12231 11976 0 -1 4202560 12420 0 0 0 120 1 0 0 25 0 22 0 530327604 16067870720 42518 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562354176 0 4 0 16800975 18446604459953026176 0 0 -1 7 0 0 0
[pid=12231/tid=12251] ppid=12229 vsize=15691280 CPUtime=0.69 cores=1,3,5,7
/proc/12231/task/12251/stat : 12251 (java) S 12229 12231 11976 0 -1 4202560 2347 0 0 0 69 0 0 0 25 0 22 0 530327604 16067870720 42518 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562354176 0 4 0 16800975 18446604459953026176 0 0 -1 5 0 0 0
[pid=12231/tid=12252] ppid=12229 vsize=15691280 CPUtime=0.94 cores=1,3,5,7
/proc/12231/task/12252/stat : 12252 (java) S 12229 12231 11976 0 -1 4202560 4612 0 0 0 94 0 0 0 25 0 22 0 530327604 16067870720 42518 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562354176 0 4 0 16800975 18446604459953026176 0 0 -1 1 0 0 0
[pid=12231/tid=12253] ppid=12229 vsize=15691280 CPUtime=1.23 cores=1,3,5,7
/proc/12231/task/12253/stat : 12253 (java) R 12229 12231 11976 0 -1 4202560 11829 0 0 0 122 1 0 0 15 0 22 0 530327604 16067870720 42518 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 18446744073699065949 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.85
Current children cumulated vsize (KiB) 15691280

[startup+2.10126 s]
/proc/loadavg: 7.96 8.06 7.69 6/224 12253
/proc/meminfo: memFree=28071860/32951124 swapFree=67111336/67111528
[pid=12231] ppid=12229 vsize=15691280 CPUtime=5.98 cores=1,3,5,7
/proc/12231/stat : 12231 (java) S 12229 12231 11976 0 -1 4202496 48822 0 1 0 591 7 0 0 25 0 22 0 530327586 16067870720 42514 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12231/statm: 3922820 42514 2287 9 0 3913539 0
[pid=12231/tid=12232] ppid=12229 vsize=15691280 CPUtime=0.18 cores=1,3,5,7
/proc/12231/task/12232/stat : 12232 (java) S 12229 12231 11976 0 -1 4202560 4476 0 1 0 18 0 0 0 25 0 22 0 530327586 16067870720 42514 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562353561 0 4 0 16800975 18446604459953026176 0 0 -1 5 0 0 0
[pid=12231/tid=12234] ppid=12229 vsize=15691280 CPUtime=0 cores=1,3,5,7
/proc/12231/task/12234/stat : 12234 (java) S 12229 12231 11976 0 -1 4202560 173 0 0 0 0 0 0 0 16 0 22 0 530327586 16067870720 42514 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562353561 0 4 0 16800975 18446604459953026176 0 0 -1 3 0 0 0
[pid=12231/tid=12235] ppid=12229 vsize=15691280 CPUtime=0 cores=1,3,5,7
/proc/12231/task/12235/stat : 12235 (java) S 12229 12231 11976 0 -1 4202560 86 0 0 0 0 0 0 0 15 0 22 0 530327586 16067870720 42514 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562353561 0 4 0 16800975 18446604459953026176 0 0 -1 3 0 0 0
[pid=12231/tid=12236] ppid=12229 vsize=15691280 CPUtime=0 cores=1,3,5,7
/proc/12231/task/12236/stat : 12236 (java) S 12229 12231 11976 0 -1 4202560 86 0 0 0 0 0 0 0 15 0 22 0 530327587 16067870720 42514 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562353561 0 4 0 16800975 18446604459953026176 0 0 -1 1 0 0 0
[pid=12231/tid=12237] ppid=12229 vsize=15691280 CPUtime=0 cores=1,3,5,7
/proc/12231/task/12237/stat : 12237 (java) S 12229 12231 11976 0 -1 4202560 144 0 0 0 0 0 0 0 15 0 22 0 530327587 16067870720 42514 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562353561 0 4 0 16800975 18446604459953026176 0 0 -1 7 0 0 0
[pid=12231/tid=12238] ppid=12229 vsize=15691280 CPUtime=0 cores=1,3,5,7
/proc/12231/task/12238/stat : 12238 (java) S 12229 12231 11976 0 -1 4202560 82 0 0 0 0 0 0 0 15 0 22 0 530327587 16067870720 42514 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562353561 0 4 0 16800975 18446604459953026176 0 0 -1 7 0 0 0
[pid=12231/tid=12239] ppid=12229 vsize=15691280 CPUtime=0 cores=1,3,5,7
/proc/12231/task/12239/stat : 12239 (java) S 12229 12231 11976 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 530327587 16067870720 42514 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562353561 0 4 0 16800975 18446604459953026176 0 0 -1 3 0 0 0
[pid=12231/tid=12240] ppid=12229 vsize=15691280 CPUtime=0 cores=1,3,5,7
/proc/12231/task/12240/stat : 12240 (java) S 12229 12231 11976 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 22 0 530327587 16067870720 42514 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562353561 0 4 0 16800975 18446604459953026176 0 0 -1 5 0 0 0
[pid=12231/tid=12241] ppid=12229 vsize=15691280 CPUtime=0 cores=1,3,5,7
/proc/12231/task/12241/stat : 12241 (java) S 12229 12231 11976 0 -1 4202560 190 0 0 0 0 0 0 0 15 0 22 0 530327587 16067870720 42514 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562353561 0 4 0 16800975 18446604459953026176 0 0 -1 5 0 0 0
[pid=12231/tid=12242] ppid=12229 vsize=15691280 CPUtime=0 cores=1,3,5,7
/proc/12231/task/12242/stat : 12242 (java) S 12229 12231 11976 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 530327588 16067870720 42514 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562354176 0 0 0 16800975 18446604459953026176 0 0 -1 1 0 0 0
[pid=12231/tid=12243] ppid=12229 vsize=15691280 CPUtime=0 cores=1,3,5,7
/proc/12231/task/12243/stat : 12243 (java) S 12229 12231 11976 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530327588 16067870720 42514 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562353561 0 4 0 16800975 18446604459953026176 0 0 -1 1 0 0 0
[pid=12231/tid=12244] ppid=12229 vsize=15691280 CPUtime=0 cores=1,3,5,7
/proc/12231/task/12244/stat : 12244 (java) S 12229 12231 11976 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530327588 16067870720 42514 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562353561 0 4 0 16800975 18446604459953026176 0 0 -1 1 0 0 0
[pid=12231/tid=12245] ppid=12229 vsize=15691280 CPUtime=0 cores=1,3,5,7
/proc/12231/task/12245/stat : 12245 (java) S 12229 12231 11976 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530327591 16067870720 42514 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562361265 0 4 0 16800975 18446604459953026176 0 0 -1 1 0 0 0
[pid=12231/tid=12246] ppid=12229 vsize=15691280 CPUtime=0.58 cores=1,3,5,7
/proc/12231/task/12246/stat : 12246 (java) S 12229 12231 11976 0 -1 4202560 4959 0 0 0 58 0 0 0 21 0 22 0 530327591 16067870720 42514 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562353561 0 4 0 16800975 18446604459953026176 0 0 -1 1 0 0 0
[pid=12231/tid=12247] ppid=12229 vsize=15691280 CPUtime=0.93 cores=1,3,5,7
/proc/12231/task/12247/stat : 12247 (java) S 12229 12231 11976 0 -1 4202560 5893 0 0 0 92 1 0 0 16 0 22 0 530327591 16067870720 42514 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562353561 0 4 0 16800975 18446604459953026176 0 0 -1 7 0 0 0
[pid=12231/tid=12248] ppid=12229 vsize=15691280 CPUtime=0 cores=1,3,5,7
/proc/12231/task/12248/stat : 12248 (java) S 12229 12231 11976 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530327591 16067870720 42514 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562353561 0 4 0 16800975 18446604459953026176 0 0 -1 1 0 0 0
[pid=12231/tid=12249] ppid=12229 vsize=15691280 CPUtime=0 cores=1,3,5,7
/proc/12231/task/12249/stat : 12249 (java) S 12229 12231 11976 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530327592 16067870720 42514 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562354176 0 4 0 16800975 18446604459953026176 0 0 -1 5 0 0 0
[pid=12231/tid=12250] ppid=12229 vsize=15691280 CPUtime=1.21 cores=1,3,5,7
/proc/12231/task/12250/stat : 12250 (java) S 12229 12231 11976 0 -1 4202560 12420 0 0 0 120 1 0 0 23 0 22 0 530327604 16067870720 42514 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562354176 0 4 0 16800975 18446604459953026176 0 0 -1 7 0 0 0
[pid=12231/tid=12251] ppid=12229 vsize=15691280 CPUtime=0.69 cores=1,3,5,7
/proc/12231/task/12251/stat : 12251 (java) S 12229 12231 11976 0 -1 4202560 2347 0 0 0 69 0 0 0 23 0 22 0 530327604 16067870720 42514 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562354176 0 4 0 16800975 18446604459953026176 0 0 -1 5 0 0 0
[pid=12231/tid=12252] ppid=12229 vsize=15691280 CPUtime=1 cores=1,3,5,7
/proc/12231/task/12252/stat : 12252 (java) S 12229 12231 11976 0 -1 4202560 4612 0 0 0 100 0 0 0 24 0 22 0 530327604 16067870720 42514 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562354176 0 4 0 16800975 18446604459953026176 0 0 -1 1 0 0 0
[pid=12231/tid=12253] ppid=12229 vsize=15691280 CPUtime=1.29 cores=1,3,5,7
/proc/12231/task/12253/stat : 12253 (java) S 12229 12231 11976 0 -1 4202560 11830 0 0 0 128 1 0 0 15 0 22 0 530327604 16067870720 42514 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562354176 0 4 0 16800975 18446604459953026176 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 15691280

[startup+2.20722 s]
/proc/loadavg: 7.96 8.06 7.69 6/224 12253
/proc/meminfo: memFree=28071860/32951124 swapFree=67111336/67111528
[pid=12231] ppid=12229 vsize=15691280 CPUtime=5.98 cores=1,3,5,7
/proc/12231/stat : 12231 (java) S 12229 12231 11976 0 -1 4202496 48822 0 1 0 591 7 0 0 25 0 22 0 530327586 16067870720 42514 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12231/statm: 3922820 42514 2287 9 0 3913539 0
[pid=12231/tid=12232] ppid=12229 vsize=15691280 CPUtime=0.18 cores=1,3,5,7
/proc/12231/task/12232/stat : 12232 (java) S 12229 12231 11976 0 -1 4202560 4476 0 1 0 18 0 0 0 25 0 22 0 530327586 16067870720 42514 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562353561 0 4 0 16800975 18446604459953026176 0 0 -1 5 0 0 0
[pid=12231/tid=12234] ppid=12229 vsize=15691280 CPUtime=0 cores=1,3,5,7
/proc/12231/task/12234/stat : 12234 (java) S 12229 12231 11976 0 -1 4202560 173 0 0 0 0 0 0 0 16 0 22 0 530327586 16067870720 42514 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562353561 0 4 0 16800975 18446604459953026176 0 0 -1 3 0 0 0
[pid=12231/tid=12235] ppid=12229 vsize=15691280 CPUtime=0 cores=1,3,5,7
/proc/12231/task/12235/stat : 12235 (java) S 12229 12231 11976 0 -1 4202560 86 0 0 0 0 0 0 0 15 0 22 0 530327586 16067870720 42514 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562353561 0 4 0 16800975 18446604459953026176 0 0 -1 3 0 0 0
[pid=12231/tid=12236] ppid=12229 vsize=15691280 CPUtime=0 cores=1,3,5,7
/proc/12231/task/12236/stat : 12236 (java) S 12229 12231 11976 0 -1 4202560 86 0 0 0 0 0 0 0 15 0 22 0 530327587 16067870720 42514 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562353561 0 4 0 16800975 18446604459953026176 0 0 -1 1 0 0 0
[pid=12231/tid=12237] ppid=12229 vsize=15691280 CPUtime=0 cores=1,3,5,7
/proc/12231/task/12237/stat : 12237 (java) S 12229 12231 11976 0 -1 4202560 144 0 0 0 0 0 0 0 15 0 22 0 530327587 16067870720 42514 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562353561 0 4 0 16800975 18446604459953026176 0 0 -1 7 0 0 0
[pid=12231/tid=12238] ppid=12229 vsize=15691280 CPUtime=0 cores=1,3,5,7
/proc/12231/task/12238/stat : 12238 (java) S 12229 12231 11976 0 -1 4202560 82 0 0 0 0 0 0 0 15 0 22 0 530327587 16067870720 42514 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562353561 0 4 0 16800975 18446604459953026176 0 0 -1 7 0 0 0
[pid=12231/tid=12239] ppid=12229 vsize=15691280 CPUtime=0 cores=1,3,5,7
/proc/12231/task/12239/stat : 12239 (java) S 12229 12231 11976 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 530327587 16067870720 42514 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562353561 0 4 0 16800975 18446604459953026176 0 0 -1 3 0 0 0
[pid=12231/tid=12240] ppid=12229 vsize=15691280 CPUtime=0 cores=1,3,5,7
/proc/12231/task/12240/stat : 12240 (java) S 12229 12231 11976 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 22 0 530327587 16067870720 42514 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562353561 0 4 0 16800975 18446604459953026176 0 0 -1 5 0 0 0
[pid=12231/tid=12241] ppid=12229 vsize=15691280 CPUtime=0 cores=1,3,5,7
/proc/12231/task/12241/stat : 12241 (java) S 12229 12231 11976 0 -1 4202560 190 0 0 0 0 0 0 0 15 0 22 0 530327587 16067870720 42514 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562353561 0 4 0 16800975 18446604459953026176 0 0 -1 5 0 0 0
[pid=12231/tid=12242] ppid=12229 vsize=15691280 CPUtime=0 cores=1,3,5,7
/proc/12231/task/12242/stat : 12242 (java) S 12229 12231 11976 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 530327588 16067870720 42514 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562354176 0 0 0 16800975 18446604459953026176 0 0 -1 1 0 0 0
[pid=12231/tid=12243] ppid=12229 vsize=15691280 CPUtime=0 cores=1,3,5,7
/proc/12231/task/12243/stat : 12243 (java) S 12229 12231 11976 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530327588 16067870720 42514 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562353561 0 4 0 16800975 18446604459953026176 0 0 -1 1 0 0 0
[pid=12231/tid=12244] ppid=12229 vsize=15691280 CPUtime=0 cores=1,3,5,7
/proc/12231/task/12244/stat : 12244 (java) S 12229 12231 11976 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530327588 16067870720 42514 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562353561 0 4 0 16800975 18446604459953026176 0 0 -1 1 0 0 0
[pid=12231/tid=12245] ppid=12229 vsize=15691280 CPUtime=0 cores=1,3,5,7
/proc/12231/task/12245/stat : 12245 (java) S 12229 12231 11976 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530327591 16067870720 42514 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562361265 0 4 0 16800975 18446604459953026176 0 0 -1 1 0 0 0
[pid=12231/tid=12246] ppid=12229 vsize=15691280 CPUtime=0.58 cores=1,3,5,7
/proc/12231/task/12246/stat : 12246 (java) S 12229 12231 11976 0 -1 4202560 4959 0 0 0 58 0 0 0 21 0 22 0 530327591 16067870720 42514 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562353561 0 4 0 16800975 18446604459953026176 0 0 -1 1 0 0 0
[pid=12231/tid=12247] ppid=12229 vsize=15691280 CPUtime=0.93 cores=1,3,5,7
/proc/12231/task/12247/stat : 12247 (java) S 12229 12231 11976 0 -1 4202560 5893 0 0 0 92 1 0 0 16 0 22 0 530327591 16067870720 42514 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562353561 0 4 0 16800975 18446604459953026176 0 0 -1 7 0 0 0
[pid=12231/tid=12248] ppid=12229 vsize=15691280 CPUtime=0 cores=1,3,5,7
/proc/12231/task/12248/stat : 12248 (java) S 12229 12231 11976 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530327591 16067870720 42514 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562353561 0 4 0 16800975 18446604459953026176 0 0 -1 1 0 0 0
[pid=12231/tid=12249] ppid=12229 vsize=15691280 CPUtime=0 cores=1,3,5,7
/proc/12231/task/12249/stat : 12249 (java) S 12229 12231 11976 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530327592 16067870720 42514 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562354176 0 4 0 16800975 18446604459953026176 0 0 -1 5 0 0 0
[pid=12231/tid=12250] ppid=12229 vsize=15691280 CPUtime=1.21 cores=1,3,5,7
/proc/12231/task/12250/stat : 12250 (java) S 12229 12231 11976 0 -1 4202560 12420 0 0 0 120 1 0 0 22 0 22 0 530327604 16067870720 42514 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562354176 0 4 0 16800975 18446604459953026176 0 0 -1 7 0 0 0
[pid=12231/tid=12251] ppid=12229 vsize=15691280 CPUtime=0.69 cores=1,3,5,7
/proc/12231/task/12251/stat : 12251 (java) S 12229 12231 11976 0 -1 4202560 2347 0 0 0 69 0 0 0 22 0 22 0 530327604 16067870720 42514 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562354176 0 4 0 16800975 18446604459953026176 0 0 -1 5 0 0 0
[pid=12231/tid=12252] ppid=12229 vsize=15691280 CPUtime=1 cores=1,3,5,7
/proc/12231/task/12252/stat : 12252 (java) S 12229 12231 11976 0 -1 4202560 4612 0 0 0 100 0 0 0 23 0 22 0 530327604 16067870720 42514 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562354176 0 4 0 16800975 18446604459953026176 0 0 -1 1 0 0 0
[pid=12231/tid=12253] ppid=12229 vsize=15691280 CPUtime=1.29 cores=1,3,5,7
/proc/12231/task/12253/stat : 12253 (java) S 12229 12231 11976 0 -1 4202560 11830 0 0 0 128 1 0 0 15 0 22 0 530327604 16067870720 42514 33554432000 1073741824 1073778376 140734024902656 18446744073709551615 271562354176 0 4 0 16800975 18446604459953026176 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 15691280

Child status: 20
Real time (s): 2.28833
CPU time (s): 5.99109
CPU user time (s): 5.9121
CPU system time (s): 0.078987
CPU usage (%): 261.81
Max. virtual memory (cumulated for all children) (KiB): 15692900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.9121
system time used= 0.078987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48845
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 949
involuntary context switches= 324

runsolver used 0.002999 second user time and 0.015997 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-30 20:14:57
IDJOB=3313007
IDBENCH=85447
IDSOLVER=1699
FILE ID=node133/3313007-1304187297
RUNJOBID= node133-1304186065-11995
PBS_JOBID= 13172488
Free space on /tmp= 72752 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT05/crafted/sabharwal05/counting/php/unsat/easier/php-010-008.shuffled-as.sat05-1171.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313007-1304187297/watcher-3313007-1304187297 -o /tmp/evaluation-result-3313007-1304187297/solver-3313007-1304187297 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313007-1304187297.cnf

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

MD5SUM BENCH= 421970908f111607c59182237109849e
RANDOM SEED=769375411

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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	: 6741.12
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.834
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.74
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.834
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.834
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.834
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:      28193580 kB
Buffers:        555716 kB
Cached:        1177504 kB
SwapCached:        124 kB
Active:        2849968 kB
Inactive:      1558496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28193580 kB
SwapTotal:    67111528 kB
SwapFree:     67111336 kB
Dirty:            4052 kB
Writeback:           0 kB
AnonPages:     2675196 kB
Mapped:          23612 kB
Slab:           280900 kB
PageTables:       9740 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3135424 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= 72752 MiB
End job on node133 at 2011-04-30 20:14:59