Trace number 3313149

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 211.671 54.3745

General information on the benchmark

Namecrafted/skvortsov/battleship/
battleship-12-12-unsat.cnf
MD5SUM9255daf8fc8e7a0c753f68fd095283c9
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark15.0447
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of clauses936
Sum of the clauses size3312
Maximum clause length12
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2792
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5144

Solver Data

0.10/0.12	14:27 INFO : Reading from input HOME/instance-3313149-1304183667.cnf
0.27/0.22	Executor set job limit to 1000000
0.27/0.22	Executor set job limit to 1000000
0.27/0.22	Executor set job limit to 1000000
0.27/0.22	Executor set job limit to 1000000
0.27/0.22	Starting Executor!
0.27/0.22	Starting Executor!
0.27/0.22	Starting Executor!
0.27/0.22	Starting Executor!
0.27/0.28	14:27 INFO : 144 variables remaining out of 144
0.27/0.28	14:27 INFO : 6624 literals remaining out of 4248
211.65/54.36	c Elapsed time 54.248
211.65/54.36	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-3313149-1304183667/watcher-3313149-1304183667 -o /tmp/evaluation-result-3313149-1304183667/solver-3313149-1304183667 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3313149-1304183667.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: 3.43 4.51 5.92 2/191 15543
/proc/meminfo: memFree=29319876/32951124 swapFree=67111352/67111528
[pid=15543] ppid=15541 vsize=30536 CPUtime=0 cores=1,3,5,7
/proc/15543/stat : 15543 (java) S 15541 15543 14756 0 -1 4202496 1499 0 0 0 0 0 0 0 17 0 2 0 529964579 31268864 960 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389104101 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/15543/statm: 7634 960 740 9 0 385 0
[pid=15543/tid=15546] ppid=15541 vsize=31604 CPUtime=0 cores=1,3,5,7
/proc/15543/task/15546/stat : 15546 (java) R 15541 15543 14756 0 -1 4202560 146 0 0 0 0 0 0 0 18 0 2 0 529964580 32362496 965 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255372338944 0 0 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.060609 s]
/proc/loadavg: 3.43 4.51 5.92 2/191 15543
/proc/meminfo: memFree=29319876/32951124 swapFree=67111352/67111528
[pid=15543] ppid=15541 vsize=15609780 CPUtime=0.04 cores=1,3,5,7
/proc/15543/stat : 15543 (java) S 15541 15543 14756 0 -1 4202496 4235 0 1 0 4 0 0 0 17 0 18 0 529964579 15984414720 3674 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15543/statm: 3902445 3674 1768 9 0 3893164 0
[pid=15543/tid=15546] ppid=15541 vsize=15609780 CPUtime=0.04 cores=1,3,5,7
/proc/15543/task/15546/stat : 15546 (java) R 15541 15543 14756 0 -1 4202560 2816 0 1 0 4 0 0 0 22 0 18 0 529964580 15984414720 3674 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 47234598380597 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15609780

[startup+0.10162 s]
/proc/loadavg: 3.43 4.51 5.92 2/191 15543
/proc/meminfo: memFree=29319876/32951124 swapFree=67111352/67111528
[pid=15543] ppid=15541 vsize=15676628 CPUtime=0.1 cores=1,3,5,7
/proc/15543/stat : 15543 (java) S 15541 15543 14756 0 -1 4202496 5592 0 1 0 9 1 0 0 17 0 18 0 529964579 16052867072 4995 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15543/statm: 3919157 4995 2117 9 0 3909876 0
[pid=15543/tid=15546] ppid=15541 vsize=15676628 CPUtime=0.09 cores=1,3,5,7
/proc/15543/task/15546/stat : 15546 (java) R 15541 15543 14756 0 -1 4202560 3482 0 1 0 8 1 0 0 22 0 18 0 529964580 16052867072 5047 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389128139 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676628

[startup+0.300556 s]
/proc/loadavg: 3.43 4.51 5.92 2/191 15543
/proc/meminfo: memFree=29319876/32951124 swapFree=67111352/67111528
[pid=15543] ppid=15541 vsize=15682860 CPUtime=0.43 cores=1,3,5,7
/proc/15543/stat : 15543 (java) S 15541 15543 14756 0 -1 4202496 8624 0 1 0 41 2 0 0 17 0 22 0 529964579 16059248640 7691 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15543/statm: 3920715 7691 2209 9 0 3911434 0
[pid=15543/tid=15546] ppid=15541 vsize=15682860 CPUtime=0.26 cores=1,3,5,7
/proc/15543/task/15546/stat : 15546 (java) S 15541 15543 14756 0 -1 4202560 5256 0 1 0 25 1 0 0 25 0 22 0 529964580 16059248640 7691 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 15682860

[startup+0.700444 s]
/proc/loadavg: 3.43 4.51 5.92 2/191 15543
/proc/meminfo: memFree=29319876/32951124 swapFree=67111352/67111528
[pid=15543] ppid=15541 vsize=15685232 CPUtime=1.78 cores=1,3,5,7
/proc/15543/stat : 15543 (java) S 15541 15543 14756 0 -1 4202496 33276 0 1 0 173 5 0 0 17 0 22 0 529964579 16061677568 29945 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15543/statm: 3921308 29946 2253 9 0 3912027 0
[pid=15543/tid=15546] ppid=15541 vsize=15685232 CPUtime=0.26 cores=1,3,5,7
/proc/15543/task/15546/stat : 15546 (java) S 15541 15543 14756 0 -1 4202560 5256 0 1 0 25 1 0 0 25 0 22 0 529964580 16061677568 29947 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.78
Current children cumulated vsize (KiB) 15685232

[startup+1.5013 s]
/proc/loadavg: 3.43 4.51 5.92 7/198 15594
/proc/meminfo: memFree=29171760/32951124 swapFree=67111352/67111528
[pid=15543] ppid=15541 vsize=15686844 CPUtime=4.94 cores=1,3,5,7
/proc/15543/stat : 15543 (java) S 15541 15543 14756 0 -1 4202496 45464 0 1 0 487 7 0 0 17 0 22 0 529964579 16063328256 41311 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15543/statm: 3921711 41311 2281 9 0 3912430 0
[pid=15543/tid=15546] ppid=15541 vsize=15686844 CPUtime=0.26 cores=1,3,5,7
/proc/15543/task/15546/stat : 15546 (java) S 15541 15543 14756 0 -1 4202560 5256 0 1 0 25 1 0 0 25 0 22 0 529964580 16063328256 41311 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 7 0 0 0
[pid=15543/tid=15548] ppid=15541 vsize=15686844 CPUtime=0 cores=1,3,5,7
/proc/15543/task/15548/stat : 15548 (java) S 15541 15543 14756 0 -1 4202560 325 0 0 0 0 0 0 0 15 0 22 0 529964580 16063328256 41311 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 7 0 0 0
[pid=15543/tid=15549] ppid=15541 vsize=15686844 CPUtime=0 cores=1,3,5,7
/proc/15543/task/15549/stat : 15549 (java) S 15541 15543 14756 0 -1 4202560 524 0 0 0 0 0 0 0 16 0 22 0 529964580 16063328256 41311 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 5 0 0 0
[pid=15543/tid=15550] ppid=15541 vsize=15686844 CPUtime=0 cores=1,3,5,7
/proc/15543/task/15550/stat : 15550 (java) S 15541 15543 14756 0 -1 4202560 232 0 0 0 0 0 0 0 16 0 22 0 529964580 16063328256 41311 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 3 0 0 0
[pid=15543/tid=15551] ppid=15541 vsize=15686844 CPUtime=0 cores=1,3,5,7
/proc/15543/task/15551/stat : 15551 (java) S 15541 15543 14756 0 -1 4202560 264 0 0 0 0 0 0 0 15 0 22 0 529964580 16063328256 41311 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 3 0 0 0
[pid=15543/tid=15552] ppid=15541 vsize=15686844 CPUtime=0 cores=1,3,5,7
/proc/15543/task/15552/stat : 15552 (java) S 15541 15543 14756 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 529964580 16063328256 41311 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 5 0 0 0
[pid=15543/tid=15553] ppid=15541 vsize=15686844 CPUtime=0 cores=1,3,5,7
/proc/15543/task/15553/stat : 15553 (java) S 15541 15543 14756 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 22 0 529964580 16063328256 41311 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 7 0 0 0
[pid=15543/tid=15554] ppid=15541 vsize=15686844 CPUtime=0 cores=1,3,5,7
/proc/15543/task/15554/stat : 15554 (java) S 15541 15543 14756 0 -1 4202560 39 0 0 0 0 0 0 0 15 0 22 0 529964580 16063328256 41311 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 5 0 0 0
[pid=15543/tid=15555] ppid=15541 vsize=15686844 CPUtime=0 cores=1,3,5,7
/proc/15543/task/15555/stat : 15555 (java) S 15541 15543 14756 0 -1 4202560 86 0 0 0 0 0 0 0 15 0 22 0 529964580 16063328256 41311 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 1 0 0 0
[pid=15543/tid=15556] ppid=15541 vsize=15686844 CPUtime=0 cores=1,3,5,7
/proc/15543/task/15556/stat : 15556 (java) S 15541 15543 14756 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 22 0 529964581 16063328256 41311 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117952 0 0 0 16800975 18446604454497293504 0 0 -1 1 0 0 0
[pid=15543/tid=15557] ppid=15541 vsize=15686844 CPUtime=0 cores=1,3,5,7
/proc/15543/task/15557/stat : 15557 (java) S 15541 15543 14756 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 529964582 16063328256 41311 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 5 0 0 0
[pid=15543/tid=15558] ppid=15541 vsize=15686844 CPUtime=0 cores=1,3,5,7
/proc/15543/task/15558/stat : 15558 (java) S 15541 15543 14756 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 529964582 16063328256 41311 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 3 0 0 0
[pid=15543/tid=15564] ppid=15541 vsize=15686844 CPUtime=0 cores=1,3,5,7
/proc/15543/task/15564/stat : 15564 (java) S 15541 15543 14756 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 529964584 16063328256 41311 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389125041 0 4 0 16800975 18446604454497293504 0 0 -1 5 0 0 0
[pid=15543/tid=15565] ppid=15541 vsize=15686844 CPUtime=0.54 cores=1,3,5,7
/proc/15543/task/15565/stat : 15565 (java) S 15541 15543 14756 0 -1 4202560 2587 0 0 0 54 0 0 0 16 0 22 0 529964584 16063328256 41311 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 3 0 0 0
[pid=15543/tid=15566] ppid=15541 vsize=15686844 CPUtime=0.51 cores=1,3,5,7
/proc/15543/task/15566/stat : 15566 (java) S 15541 15543 14756 0 -1 4202560 4038 0 0 0 51 0 0 0 15 0 22 0 529964584 16063328256 41311 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 5 0 0 0
[pid=15543/tid=15567] ppid=15541 vsize=15686844 CPUtime=0 cores=1,3,5,7
/proc/15543/task/15567/stat : 15567 (java) S 15541 15543 14756 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 529964584 16063328256 41311 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 5 0 0 0
[pid=15543/tid=15568] ppid=15541 vsize=15686844 CPUtime=0 cores=1,3,5,7
/proc/15543/task/15568/stat : 15568 (java) S 15541 15543 14756 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529964584 16063328256 41311 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117952 0 4 0 16800975 18446604454497293504 0 0 -1 1 0 0 0
[pid=15543/tid=15569] ppid=15541 vsize=15686844 CPUtime=0.92 cores=1,3,5,7
/proc/15543/task/15569/stat : 15569 (java) R 15541 15543 14756 0 -1 4202560 6915 0 0 0 91 1 0 0 25 0 22 0 529964601 16063328256 41311 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 46912505605008 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=15543/tid=15570] ppid=15541 vsize=15686844 CPUtime=0.82 cores=1,3,5,7
/proc/15543/task/15570/stat : 15570 (java) R 15541 15543 14756 0 -1 4202560 6143 0 0 0 82 0 0 0 25 0 22 0 529964601 16063328256 41311 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 46912505524165 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15543/tid=15571] ppid=15541 vsize=15686844 CPUtime=0.91 cores=1,3,5,7
/proc/15543/task/15571/stat : 15571 (java) R 15541 15543 14756 0 -1 4202560 9064 0 0 0 90 1 0 0 25 0 22 0 529964601 16063328256 41311 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 46912505573240 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15543/tid=15572] ppid=15541 vsize=15686844 CPUtime=0.89 cores=1,3,5,7
/proc/15543/task/15572/stat : 15572 (java) R 15541 15543 14756 0 -1 4202560 8430 0 0 0 89 0 0 0 18 0 22 0 529964601 16063328256 41311 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 18446744073699065947 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.94
Current children cumulated vsize (KiB) 15686844

[startup+3.101 s]
/proc/loadavg: 3.43 4.51 5.92 13/224 15625
/proc/meminfo: memFree=28994672/32951124 swapFree=67111352/67111528
[pid=15543] ppid=15541 vsize=15686844 CPUtime=11.31 cores=1,3,5,7
/proc/15543/stat : 15543 (java) S 15541 15543 14756 0 -1 4202496 51965 0 1 0 1122 9 0 0 17 0 22 0 529964579 16063328256 45824 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15543/statm: 3921711 45824 2284 9 0 3912430 0
[pid=15543/tid=15546] ppid=15541 vsize=15686844 CPUtime=0.26 cores=1,3,5,7
/proc/15543/task/15546/stat : 15546 (java) S 15541 15543 14756 0 -1 4202560 5256 0 1 0 25 1 0 0 25 0 22 0 529964580 16063328256 45824 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 7 0 0 0
[pid=15543/tid=15548] ppid=15541 vsize=15686844 CPUtime=0 cores=1,3,5,7
/proc/15543/task/15548/stat : 15548 (java) S 15541 15543 14756 0 -1 4202560 472 0 0 0 0 0 0 0 15 0 22 0 529964580 16063328256 45824 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 7 0 0 0
[pid=15543/tid=15549] ppid=15541 vsize=15686844 CPUtime=0 cores=1,3,5,7
/proc/15543/task/15549/stat : 15549 (java) S 15541 15543 14756 0 -1 4202560 752 0 0 0 0 0 0 0 15 0 22 0 529964580 16063328256 45824 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 3 0 0 0
[pid=15543/tid=15550] ppid=15541 vsize=15686844 CPUtime=0 cores=1,3,5,7
/proc/15543/task/15550/stat : 15550 (java) S 15541 15543 14756 0 -1 4202560 644 0 0 0 0 0 0 0 16 0 22 0 529964580 16063328256 45824 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 1 0 0 0
[pid=15543/tid=15551] ppid=15541 vsize=15686844 CPUtime=0 cores=1,3,5,7
/proc/15543/task/15551/stat : 15551 (java) S 15541 15543 14756 0 -1 4202560 696 0 0 0 0 0 0 0 15 0 22 0 529964580 16063328256 45824 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 5 0 0 0
[pid=15543/tid=15552] ppid=15541 vsize=15686844 CPUtime=0 cores=1,3,5,7
/proc/15543/task/15552/stat : 15552 (java) S 15541 15543 14756 0 -1 4202560 192 0 0 0 0 0 0 0 15 0 22 0 529964580 16063328256 45824 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 5 0 0 0
[pid=15543/tid=15553] ppid=15541 vsize=15686844 CPUtime=0 cores=1,3,5,7
/proc/15543/task/15553/stat : 15553 (java) S 15541 15543 14756 0 -1 4202560 475 0 0 0 0 0 0 0 15 0 22 0 529964580 16063328256 45824 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 7 0 0 0
[pid=15543/tid=15554] ppid=15541 vsize=15686844 CPUtime=0 cores=1,3,5,7
/proc/15543/task/15554/stat : 15554 (java) S 15541 15543 14756 0 -1 4202560 280 0 0 0 0 0 0 0 15 0 22 0 529964580 16063328256 45824 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 5 0 0 0
[pid=15543/tid=15555] ppid=15541 vsize=15686844 CPUtime=0 cores=1,3,5,7
/proc/15543/task/15555/stat : 15555 (java) S 15541 15543 14756 0 -1 4202560 290 0 0 0 0 0 0 0 15 0 22 0 529964580 16063328256 45824 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 3 0 0 0
[pid=15543/tid=15556] ppid=15541 vsize=15686844 CPUtime=0 cores=1,3,5,7
/proc/15543/task/15556/stat : 15556 (java) S 15541 15543 14756 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 22 0 529964581 16063328256 45824 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117952 0 0 0 16800975 18446604454497293504 0 0 -1 7 0 0 0
[pid=15543/tid=15557] ppid=15541 vsize=15686844 CPUtime=0 cores=1,3,5,7
/proc/15543/task/15557/stat : 15557 (java) S 15541 15543 14756 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 529964582 16063328256 45824 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 5 0 0 0
[pid=15543/tid=15558] ppid=15541 vsize=15686844 CPUtime=0 cores=1,3,5,7
/proc/15543/task/15558/stat : 15558 (java) S 15541 15543 14756 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 529964582 16063328256 45824 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 3 0 0 0
[pid=15543/tid=15564] ppid=15541 vsize=15686844 CPUtime=0 cores=1,3,5,7
/proc/15543/task/15564/stat : 15564 (java) S 15541 15543 14756 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 529964584 16063328256 45824 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389125041 0 4 0 16800975 18446604454497293504 0 0 -1 5 0 0 0
[pid=15543/tid=15565] ppid=15541 vsize=15686844 CPUtime=0.66 cores=1,3,5,7
/proc/15543/task/15565/stat : 15565 (java) S 15541 15543 14756 0 -1 4202560 3001 0 0 0 66 0 0 0 15 0 22 0 529964584 16063328256 45824 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 3 0 0 0
[pid=15543/tid=15566] ppid=15541 vsize=15686844 CPUtime=0.57 cores=1,3,5,7
/proc/15543/task/15566/stat : 15566 (java) S 15541 15543 14756 0 -1 4202560 4048 0 0 0 57 0 0 0 15 0 22 0 529964584 16063328256 45824 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 5 0 0 0
[pid=15543/tid=15567] ppid=15541 vsize=15686844 CPUtime=0 cores=1,3,5,7
/proc/15543/task/15567/stat : 15567 (java) S 15541 15543 14756 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 529964584 16063328256 45824 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 5 0 0 0
[pid=15543/tid=15568] ppid=15541 vsize=15686844 CPUtime=0 cores=1,3,5,7
/proc/15543/task/15568/stat : 15568 (java) S 15541 15543 14756 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529964584 16063328256 45824 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117952 0 4 0 16800975 18446604454497293504 0 0 -1 1 0 0 0
[pid=15543/tid=15569] ppid=15541 vsize=15686844 CPUtime=2.45 cores=1,3,5,7
/proc/15543/task/15569/stat : 15569 (java) R 15541 15543 14756 0 -1 4202560 7960 0 0 0 244 1 0 0 25 0 22 0 529964601 16063328256 45824 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 46912505831259 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=15543/tid=15570] ppid=15541 vsize=15686844 CPUtime=2.41 cores=1,3,5,7
/proc/15543/task/15570/stat : 15570 (java) R 15541 15543 14756 0 -1 4202560 7107 0 0 0 240 1 0 0 25 0 22 0 529964601 16063328256 45824 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 47234599000338 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15543/tid=15571] ppid=15541 vsize=15686844 CPUtime=2.37 cores=1,3,5,7
/proc/15543/task/15571/stat : 15571 (java) R 15541 15543 14756 0 -1 4202560 10039 0 0 0 236 1 0 0 25 0 22 0 529964601 16063328256 45824 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 18446744073699065918 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15543/tid=15572] ppid=15541 vsize=15686844 CPUtime=2.46 cores=1,3,5,7
/proc/15543/task/15572/stat : 15572 (java) R 15541 15543 14756 0 -1 4202560 9306 0 0 0 246 0 0 0 21 0 22 0 529964601 16063328256 45824 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 46912505600917 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.31
Current children cumulated vsize (KiB) 15686844

[startup+6.30141 s]
/proc/loadavg: 4.04 4.62 5.95 10/224 15674
/proc/meminfo: memFree=28533424/32951124 swapFree=67111352/67111528
[pid=15543] ppid=15541 vsize=15686844 CPUtime=24.02 cores=1,3,5,7
/proc/15543/stat : 15543 (java) S 15541 15543 14756 0 -1 4202496 56226 0 1 0 2392 10 0 0 17 0 22 0 529964579 16063328256 46533 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15543/statm: 3921711 46533 2289 9 0 3912430 0
[pid=15543/tid=15546] ppid=15541 vsize=15686844 CPUtime=0.26 cores=1,3,5,7
/proc/15543/task/15546/stat : 15546 (java) S 15541 15543 14756 0 -1 4202560 5256 0 1 0 25 1 0 0 25 0 22 0 529964580 16063328256 46533 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 7 0 0 0
[pid=15543/tid=15548] ppid=15541 vsize=15686844 CPUtime=0.01 cores=1,3,5,7
/proc/15543/task/15548/stat : 15548 (java) S 15541 15543 14756 0 -1 4202560 985 0 0 0 1 0 0 0 15 0 22 0 529964580 16063328256 46533 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 7 0 0 0
[pid=15543/tid=15549] ppid=15541 vsize=15686844 CPUtime=0 cores=1,3,5,7
/proc/15543/task/15549/stat : 15549 (java) S 15541 15543 14756 0 -1 4202560 1290 0 0 0 0 0 0 0 15 0 22 0 529964580 16063328256 46533 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 7 0 0 0
[pid=15543/tid=15550] ppid=15541 vsize=15686844 CPUtime=0 cores=1,3,5,7
/proc/15543/task/15550/stat : 15550 (java) S 15541 15543 14756 0 -1 4202560 963 0 0 0 0 0 0 0 15 0 22 0 529964580 16063328256 46533 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 7 0 0 0
[pid=15543/tid=15551] ppid=15541 vsize=15686844 CPUtime=0 cores=1,3,5,7
/proc/15543/task/15551/stat : 15551 (java) S 15541 15543 14756 0 -1 4202560 980 0 0 0 0 0 0 0 15 0 22 0 529964580 16063328256 46533 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 1 0 0 0
[pid=15543/tid=15552] ppid=15541 vsize=15686844 CPUtime=0.01 cores=1,3,5,7
/proc/15543/task/15552/stat : 15552 (java) S 15541 15543 14756 0 -1 4202560 848 0 0 0 1 0 0 0 15 0 22 0 529964580 16063328256 46533 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 1 0 0 0
[pid=15543/tid=15553] ppid=15541 vsize=15686844 CPUtime=0.01 cores=1,3,5,7
/proc/15543/task/15553/stat : 15553 (java) S 15541 15543 14756 0 -1 4202560 959 0 0 0 1 0 0 0 15 0 22 0 529964580 16063328256 46533 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 3 0 0 0
[pid=15543/tid=15554] ppid=15541 vsize=15686844 CPUtime=0.01 cores=1,3,5,7
/proc/15543/task/15554/stat : 15554 (java) S 15541 15543 14756 0 -1 4202560 1066 0 0 0 1 0 0 0 15 0 22 0 529964580 16063328256 46533 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 5 0 0 0
[pid=15543/tid=15555] ppid=15541 vsize=15686844 CPUtime=0.01 cores=1,3,5,7
/proc/15543/task/15555/stat : 15555 (java) S 15541 15543 14756 0 -1 4202560 916 0 0 0 1 0 0 0 15 0 22 0 529964580 16063328256 46533 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 3 0 0 0

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

/proc/15543/task/15565/stat : 15565 (java) S 15541 15543 14756 0 -1 4202560 3050 0 0 0 74 0 0 0 16 0 22 0 529964584 16063328256 55447 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 3 0 0 0
[pid=15543/tid=15566] ppid=15541 vsize=15686844 CPUtime=0.59 cores=1,3,5,7
/proc/15543/task/15566/stat : 15566 (java) S 15541 15543 14756 0 -1 4202560 4055 0 0 0 59 0 0 0 15 0 22 0 529964584 16063328256 55447 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 5 0 0 0
[pid=15543/tid=15567] ppid=15541 vsize=15686844 CPUtime=0 cores=1,3,5,7
/proc/15543/task/15567/stat : 15567 (java) S 15541 15543 14756 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 529964584 16063328256 55447 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 5 0 0 0
[pid=15543/tid=15568] ppid=15541 vsize=15686844 CPUtime=0 cores=1,3,5,7
/proc/15543/task/15568/stat : 15568 (java) S 15541 15543 14756 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 22 0 529964584 16063328256 55447 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117952 0 4 0 16800975 18446604454497293504 0 0 -1 3 0 0 0
[pid=15543/tid=15569] ppid=15541 vsize=15686844 CPUtime=51.22 cores=1,3,5,7
/proc/15543/task/15569/stat : 15569 (java) R 15541 15543 14756 0 -1 4202560 11372 0 0 0 5120 2 0 0 25 0 22 0 529964601 16063328256 55447 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 46912505621053 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=15543/tid=15570] ppid=15541 vsize=15686844 CPUtime=50.85 cores=1,3,5,7
/proc/15543/task/15570/stat : 15570 (java) R 15541 15543 14756 0 -1 4202560 10230 0 0 0 5083 2 0 0 25 0 22 0 529964601 16063328256 55447 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 46912505600917 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=15543/tid=15571] ppid=15541 vsize=15686844 CPUtime=51.01 cores=1,3,5,7
/proc/15543/task/15571/stat : 15571 (java) R 15541 15543 14756 0 -1 4202560 12895 0 0 0 5099 2 0 0 25 0 22 0 529964601 16063328256 55447 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 46912505600917 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15543/tid=15572] ppid=15541 vsize=15686844 CPUtime=51.22 cores=1,3,5,7
/proc/15543/task/15572/stat : 15572 (java) R 15541 15543 14756 0 -1 4202560 12567 0 0 0 5121 1 0 0 25 0 22 0 529964601 16063328256 55447 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 46912505366054 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 207.17
Current children cumulated vsize (KiB) 15686844

[startup+53.5017 s]
/proc/loadavg: 6.20 5.11 6.05 9/224 15675
/proc/meminfo: memFree=28172072/32951124 swapFree=67111352/67111528
[pid=15543] ppid=15541 vsize=15686844 CPUtime=210.21 cores=1,3,5,7
/proc/15543/stat : 15543 (java) S 15541 15543 14756 0 -1 4202496 100257 0 1 0 20995 26 0 0 17 0 22 0 529964579 16063328256 55665 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15543/statm: 3921711 55665 2289 9 0 3912430 0
[pid=15543/tid=15546] ppid=15541 vsize=15686844 CPUtime=0.26 cores=1,3,5,7
/proc/15543/task/15546/stat : 15546 (java) S 15541 15543 14756 0 -1 4202560 5256 0 1 0 25 1 0 0 25 0 22 0 529964580 16063328256 55665 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 7 0 0 0
[pid=15543/tid=15548] ppid=15541 vsize=15686844 CPUtime=0.13 cores=1,3,5,7
/proc/15543/task/15548/stat : 15548 (java) S 15541 15543 14756 0 -1 4202560 4839 0 0 0 12 1 0 0 15 0 22 0 529964580 16063328256 55665 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 5 0 0 0
[pid=15543/tid=15549] ppid=15541 vsize=15686844 CPUtime=0.12 cores=1,3,5,7
/proc/15543/task/15549/stat : 15549 (java) S 15541 15543 14756 0 -1 4202560 5128 0 0 0 11 1 0 0 16 0 22 0 529964580 16063328256 55665 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 3 0 0 0
[pid=15543/tid=15550] ppid=15541 vsize=15686844 CPUtime=0.13 cores=1,3,5,7
/proc/15543/task/15550/stat : 15550 (java) S 15541 15543 14756 0 -1 4202560 5173 0 0 0 12 1 0 0 15 0 22 0 529964580 16063328256 55665 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 1 0 0 0
[pid=15543/tid=15551] ppid=15541 vsize=15686844 CPUtime=0.12 cores=1,3,5,7
/proc/15543/task/15551/stat : 15551 (java) S 15541 15543 14756 0 -1 4202560 4435 0 0 0 11 1 0 0 15 0 22 0 529964580 16063328256 55665 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 3 0 0 0
[pid=15543/tid=15552] ppid=15541 vsize=15686844 CPUtime=0.11 cores=1,3,5,7
/proc/15543/task/15552/stat : 15552 (java) S 15541 15543 14756 0 -1 4202560 5114 0 0 0 10 1 0 0 15 0 22 0 529964580 16063328256 55665 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 1 0 0 0
[pid=15543/tid=15553] ppid=15541 vsize=15686844 CPUtime=0.13 cores=1,3,5,7
/proc/15543/task/15553/stat : 15553 (java) R 15541 15543 14756 0 -1 4202560 4696 0 0 0 12 1 0 0 15 0 22 0 529964580 16063328256 55665 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255377254711 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=15543/tid=15554] ppid=15541 vsize=15686844 CPUtime=0.15 cores=1,3,5,7
/proc/15543/task/15554/stat : 15554 (java) S 15541 15543 14756 0 -1 4202560 5096 0 0 0 14 1 0 0 15 0 22 0 529964580 16063328256 55665 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 5 0 0 0
[pid=15543/tid=15555] ppid=15541 vsize=15686844 CPUtime=0.13 cores=1,3,5,7
/proc/15543/task/15555/stat : 15555 (java) R 15541 15543 14756 0 -1 4202560 4770 0 0 0 12 1 0 0 15 0 22 0 529964580 16063328256 55665 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255377254711 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=15543/tid=15556] ppid=15541 vsize=15686844 CPUtime=0.11 cores=1,3,5,7
/proc/15543/task/15556/stat : 15556 (java) S 15541 15543 14756 0 -1 4202560 127 0 0 0 9 2 0 0 16 0 22 0 529964581 16063328256 55665 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 0 0 16800975 18446604454497293504 0 0 -1 1 0 0 0
[pid=15543/tid=15557] ppid=15541 vsize=15686844 CPUtime=0 cores=1,3,5,7
/proc/15543/task/15557/stat : 15557 (java) S 15541 15543 14756 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 529964582 16063328256 55665 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 5 0 0 0
[pid=15543/tid=15558] ppid=15541 vsize=15686844 CPUtime=0 cores=1,3,5,7
/proc/15543/task/15558/stat : 15558 (java) S 15541 15543 14756 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 529964582 16063328256 55665 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 3 0 0 0
[pid=15543/tid=15564] ppid=15541 vsize=15686844 CPUtime=0 cores=1,3,5,7
/proc/15543/task/15564/stat : 15564 (java) S 15541 15543 14756 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 529964584 16063328256 55665 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389125041 0 4 0 16800975 18446604454497293504 0 0 -1 5 0 0 0
[pid=15543/tid=15565] ppid=15541 vsize=15686844 CPUtime=0.74 cores=1,3,5,7
/proc/15543/task/15565/stat : 15565 (java) S 15541 15543 14756 0 -1 4202560 3050 0 0 0 74 0 0 0 16 0 22 0 529964584 16063328256 55665 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 3 0 0 0
[pid=15543/tid=15566] ppid=15541 vsize=15686844 CPUtime=0.59 cores=1,3,5,7
/proc/15543/task/15566/stat : 15566 (java) S 15541 15543 14756 0 -1 4202560 4055 0 0 0 59 0 0 0 15 0 22 0 529964584 16063328256 55665 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 5 0 0 0
[pid=15543/tid=15567] ppid=15541 vsize=15686844 CPUtime=0 cores=1,3,5,7
/proc/15543/task/15567/stat : 15567 (java) S 15541 15543 14756 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 529964584 16063328256 55665 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 5 0 0 0
[pid=15543/tid=15568] ppid=15541 vsize=15686844 CPUtime=0 cores=1,3,5,7
/proc/15543/task/15568/stat : 15568 (java) S 15541 15543 14756 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 22 0 529964584 16063328256 55665 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117952 0 4 0 16800975 18446604454497293504 0 0 -1 3 0 0 0
[pid=15543/tid=15569] ppid=15541 vsize=15686844 CPUtime=51.93 cores=1,3,5,7
/proc/15543/task/15569/stat : 15569 (java) S 15541 15543 14756 0 -1 4202560 11374 0 0 0 5191 2 0 0 25 0 22 0 529964601 16063328256 55665 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117952 0 4 0 16800975 18446604454497293504 0 0 -1 5 0 0 0
[pid=15543/tid=15570] ppid=15541 vsize=15686844 CPUtime=51.6 cores=1,3,5,7
/proc/15543/task/15570/stat : 15570 (java) S 15541 15543 14756 0 -1 4202560 10234 0 0 0 5158 2 0 0 25 0 22 0 529964601 16063328256 55665 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117952 0 4 0 16800975 18446604454497293504 0 0 -1 7 0 0 0
[pid=15543/tid=15571] ppid=15541 vsize=15686844 CPUtime=51.79 cores=1,3,5,7
/proc/15543/task/15571/stat : 15571 (java) S 15541 15543 14756 0 -1 4202560 12897 0 0 0 5177 2 0 0 25 0 22 0 529964601 16063328256 55665 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 1 0 0 0
[pid=15543/tid=15572] ppid=15541 vsize=15686844 CPUtime=52 cores=1,3,5,7
/proc/15543/task/15572/stat : 15572 (java) S 15541 15543 14756 0 -1 4202560 12621 0 0 0 5199 1 0 0 25 0 22 0 529964601 16063328256 55665 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 210.21
Current children cumulated vsize (KiB) 15686844

[startup+53.9076 s]
/proc/loadavg: 6.35 5.15 6.06 7/224 15675
/proc/meminfo: memFree=28174800/32951124 swapFree=67111352/67111528
[pid=15543] ppid=15541 vsize=15686844 CPUtime=211.42 cores=1,3,5,7
/proc/15543/stat : 15543 (java) S 15541 15543 14756 0 -1 4202496 100447 0 1 0 21116 26 0 0 17 0 22 0 529964579 16063328256 55674 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15543/statm: 3921711 55674 2289 9 0 3912430 0
[pid=15543/tid=15546] ppid=15541 vsize=15686844 CPUtime=0.26 cores=1,3,5,7
/proc/15543/task/15546/stat : 15546 (java) S 15541 15543 14756 0 -1 4202560 5256 0 1 0 25 1 0 0 25 0 22 0 529964580 16063328256 55674 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 7 0 0 0
[pid=15543/tid=15548] ppid=15541 vsize=15686844 CPUtime=0.13 cores=1,3,5,7
/proc/15543/task/15548/stat : 15548 (java) S 15541 15543 14756 0 -1 4202560 4853 0 0 0 12 1 0 0 16 0 22 0 529964580 16063328256 55674 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 5 0 0 0
[pid=15543/tid=15549] ppid=15541 vsize=15686844 CPUtime=0.12 cores=1,3,5,7
/proc/15543/task/15549/stat : 15549 (java) S 15541 15543 14756 0 -1 4202560 5159 0 0 0 11 1 0 0 16 0 22 0 529964580 16063328256 55674 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 3 0 0 0
[pid=15543/tid=15550] ppid=15541 vsize=15686844 CPUtime=0.13 cores=1,3,5,7
/proc/15543/task/15550/stat : 15550 (java) S 15541 15543 14756 0 -1 4202560 5173 0 0 0 12 1 0 0 16 0 22 0 529964580 16063328256 55674 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 5 0 0 0
[pid=15543/tid=15551] ppid=15541 vsize=15686844 CPUtime=0.12 cores=1,3,5,7
/proc/15543/task/15551/stat : 15551 (java) S 15541 15543 14756 0 -1 4202560 4435 0 0 0 11 1 0 0 15 0 22 0 529964580 16063328256 55674 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 3 0 0 0
[pid=15543/tid=15552] ppid=15541 vsize=15686844 CPUtime=0.11 cores=1,3,5,7
/proc/15543/task/15552/stat : 15552 (java) S 15541 15543 14756 0 -1 4202560 5182 0 0 0 10 1 0 0 16 0 22 0 529964580 16063328256 55674 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 1 0 0 0
[pid=15543/tid=15553] ppid=15541 vsize=15686844 CPUtime=0.13 cores=1,3,5,7
/proc/15543/task/15553/stat : 15553 (java) S 15541 15543 14756 0 -1 4202560 4718 0 0 0 12 1 0 0 15 0 22 0 529964580 16063328256 55674 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 7 0 0 0
[pid=15543/tid=15554] ppid=15541 vsize=15686844 CPUtime=0.15 cores=1,3,5,7
/proc/15543/task/15554/stat : 15554 (java) S 15541 15543 14756 0 -1 4202560 5148 0 0 0 14 1 0 0 15 0 22 0 529964580 16063328256 55674 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 5 0 0 0
[pid=15543/tid=15555] ppid=15541 vsize=15686844 CPUtime=0.13 cores=1,3,5,7
/proc/15543/task/15555/stat : 15555 (java) S 15541 15543 14756 0 -1 4202560 4770 0 0 0 12 1 0 0 15 0 22 0 529964580 16063328256 55674 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 7 0 0 0
[pid=15543/tid=15556] ppid=15541 vsize=15686844 CPUtime=0.12 cores=1,3,5,7
/proc/15543/task/15556/stat : 15556 (java) S 15541 15543 14756 0 -1 4202560 127 0 0 0 9 3 0 0 15 0 22 0 529964581 16063328256 55674 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117952 0 0 0 16800975 18446604454497293504 0 0 -1 1 0 0 0
[pid=15543/tid=15557] ppid=15541 vsize=15686844 CPUtime=0 cores=1,3,5,7
/proc/15543/task/15557/stat : 15557 (java) S 15541 15543 14756 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 529964582 16063328256 55674 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 5 0 0 0
[pid=15543/tid=15558] ppid=15541 vsize=15686844 CPUtime=0 cores=1,3,5,7
/proc/15543/task/15558/stat : 15558 (java) S 15541 15543 14756 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 529964582 16063328256 55674 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 3 0 0 0
[pid=15543/tid=15564] ppid=15541 vsize=15686844 CPUtime=0 cores=1,3,5,7
/proc/15543/task/15564/stat : 15564 (java) S 15541 15543 14756 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 529964584 16063328256 55674 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389125041 0 4 0 16800975 18446604454497293504 0 0 -1 5 0 0 0
[pid=15543/tid=15565] ppid=15541 vsize=15686844 CPUtime=0.74 cores=1,3,5,7
/proc/15543/task/15565/stat : 15565 (java) S 15541 15543 14756 0 -1 4202560 3050 0 0 0 74 0 0 0 16 0 22 0 529964584 16063328256 55674 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 3 0 0 0
[pid=15543/tid=15566] ppid=15541 vsize=15686844 CPUtime=0.59 cores=1,3,5,7
/proc/15543/task/15566/stat : 15566 (java) S 15541 15543 14756 0 -1 4202560 4055 0 0 0 59 0 0 0 15 0 22 0 529964584 16063328256 55674 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 5 0 0 0
[pid=15543/tid=15567] ppid=15541 vsize=15686844 CPUtime=0 cores=1,3,5,7
/proc/15543/task/15567/stat : 15567 (java) S 15541 15543 14756 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 529964584 16063328256 55674 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 5 0 0 0
[pid=15543/tid=15568] ppid=15541 vsize=15686844 CPUtime=0 cores=1,3,5,7
/proc/15543/task/15568/stat : 15568 (java) S 15541 15543 14756 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 22 0 529964584 16063328256 55674 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117952 0 4 0 16800975 18446604454497293504 0 0 -1 3 0 0 0
[pid=15543/tid=15569] ppid=15541 vsize=15686844 CPUtime=52.26 cores=1,3,5,7
/proc/15543/task/15569/stat : 15569 (java) R 15541 15543 14756 0 -1 4202560 11375 0 0 0 5224 2 0 0 25 0 22 0 529964601 16063328256 55674 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 46912505719726 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=15543/tid=15570] ppid=15541 vsize=15686844 CPUtime=51.82 cores=1,3,5,7
/proc/15543/task/15570/stat : 15570 (java) S 15541 15543 14756 0 -1 4202560 10234 0 0 0 5180 2 0 0 25 0 22 0 529964601 16063328256 55674 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117952 0 4 0 16800975 18446604454497293504 0 0 -1 7 0 0 0
[pid=15543/tid=15571] ppid=15541 vsize=15686844 CPUtime=52.09 cores=1,3,5,7
/proc/15543/task/15571/stat : 15571 (java) R 15541 15543 14756 0 -1 4202560 12898 0 0 0 5207 2 0 0 25 0 22 0 529964601 16063328256 55674 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 46912505763890 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15543/tid=15572] ppid=15541 vsize=15686844 CPUtime=52.36 cores=1,3,5,7
/proc/15543/task/15572/stat : 15572 (java) R 15541 15543 14756 0 -1 4202560 12622 0 0 0 5235 1 0 0 25 0 22 0 529964601 16063328256 55674 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 46912505763666 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 211.42
Current children cumulated vsize (KiB) 15686844

[startup+54.3015 s]
/proc/loadavg: 6.35 5.15 6.06 7/224 15675
/proc/meminfo: memFree=28174800/32951124 swapFree=67111352/67111528
[pid=15543] ppid=15541 vsize=15686844 CPUtime=211.65 cores=1,3,5,7
/proc/15543/stat : 15543 (java) S 15541 15543 14756 0 -1 4202496 100558 0 1 0 21138 27 0 0 17 0 22 0 529964579 16063328256 55690 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15543/statm: 3921711 55690 2289 9 0 3912430 0
[pid=15543/tid=15546] ppid=15541 vsize=15686844 CPUtime=0.26 cores=1,3,5,7
/proc/15543/task/15546/stat : 15546 (java) S 15541 15543 14756 0 -1 4202560 5256 0 1 0 25 1 0 0 25 0 22 0 529964580 16063328256 55690 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 7 0 0 0
[pid=15543/tid=15548] ppid=15541 vsize=15686844 CPUtime=0.13 cores=1,3,5,7
/proc/15543/task/15548/stat : 15548 (java) S 15541 15543 14756 0 -1 4202560 4853 0 0 0 12 1 0 0 15 0 22 0 529964580 16063328256 55690 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 5 0 0 0
[pid=15543/tid=15549] ppid=15541 vsize=15686844 CPUtime=0.12 cores=1,3,5,7
/proc/15543/task/15549/stat : 15549 (java) S 15541 15543 14756 0 -1 4202560 5159 0 0 0 11 1 0 0 15 0 22 0 529964580 16063328256 55690 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 3 0 0 0
[pid=15543/tid=15550] ppid=15541 vsize=15686844 CPUtime=0.13 cores=1,3,5,7
/proc/15543/task/15550/stat : 15550 (java) S 15541 15543 14756 0 -1 4202560 5195 0 0 0 12 1 0 0 15 0 22 0 529964580 16063328256 55690 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 1 0 0 0
[pid=15543/tid=15551] ppid=15541 vsize=15686844 CPUtime=0.12 cores=1,3,5,7
/proc/15543/task/15551/stat : 15551 (java) S 15541 15543 14756 0 -1 4202560 4466 0 0 0 11 1 0 0 16 0 22 0 529964580 16063328256 55690 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 3 0 0 0
[pid=15543/tid=15552] ppid=15541 vsize=15686844 CPUtime=0.11 cores=1,3,5,7
/proc/15543/task/15552/stat : 15552 (java) S 15541 15543 14756 0 -1 4202560 5182 0 0 0 10 1 0 0 15 0 22 0 529964580 16063328256 55690 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 1 0 0 0
[pid=15543/tid=15553] ppid=15541 vsize=15686844 CPUtime=0.13 cores=1,3,5,7
/proc/15543/task/15553/stat : 15553 (java) S 15541 15543 14756 0 -1 4202560 4740 0 0 0 12 1 0 0 16 0 22 0 529964580 16063328256 55690 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 7 0 0 0
[pid=15543/tid=15554] ppid=15541 vsize=15686844 CPUtime=0.15 cores=1,3,5,7
/proc/15543/task/15554/stat : 15554 (java) S 15541 15543 14756 0 -1 4202560 5183 0 0 0 14 1 0 0 16 0 22 0 529964580 16063328256 55690 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 5 0 0 0
[pid=15543/tid=15555] ppid=15541 vsize=15686844 CPUtime=0.13 cores=1,3,5,7
/proc/15543/task/15555/stat : 15555 (java) S 15541 15543 14756 0 -1 4202560 4770 0 0 0 12 1 0 0 16 0 22 0 529964580 16063328256 55690 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 7 0 0 0
[pid=15543/tid=15556] ppid=15541 vsize=15686844 CPUtime=0.12 cores=1,3,5,7
/proc/15543/task/15556/stat : 15556 (java) S 15541 15543 14756 0 -1 4202560 127 0 0 0 9 3 0 0 15 0 22 0 529964581 16063328256 55690 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117952 0 0 0 16800975 18446604454497293504 0 0 -1 1 0 0 0
[pid=15543/tid=15557] ppid=15541 vsize=15686844 CPUtime=0 cores=1,3,5,7
/proc/15543/task/15557/stat : 15557 (java) S 15541 15543 14756 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 529964582 16063328256 55690 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 5 0 0 0
[pid=15543/tid=15558] ppid=15541 vsize=15686844 CPUtime=0 cores=1,3,5,7
/proc/15543/task/15558/stat : 15558 (java) S 15541 15543 14756 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 529964582 16063328256 55690 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 3 0 0 0
[pid=15543/tid=15564] ppid=15541 vsize=15686844 CPUtime=0 cores=1,3,5,7
/proc/15543/task/15564/stat : 15564 (java) S 15541 15543 14756 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 529964584 16063328256 55690 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389125041 0 4 0 16800975 18446604454497293504 0 0 -1 5 0 0 0
[pid=15543/tid=15565] ppid=15541 vsize=15686844 CPUtime=0.74 cores=1,3,5,7
/proc/15543/task/15565/stat : 15565 (java) S 15541 15543 14756 0 -1 4202560 3050 0 0 0 74 0 0 0 16 0 22 0 529964584 16063328256 55690 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 3 0 0 0
[pid=15543/tid=15566] ppid=15541 vsize=15686844 CPUtime=0.59 cores=1,3,5,7
/proc/15543/task/15566/stat : 15566 (java) S 15541 15543 14756 0 -1 4202560 4055 0 0 0 59 0 0 0 15 0 22 0 529964584 16063328256 55690 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 5 0 0 0
[pid=15543/tid=15567] ppid=15541 vsize=15686844 CPUtime=0 cores=1,3,5,7
/proc/15543/task/15567/stat : 15567 (java) S 15541 15543 14756 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 529964584 16063328256 55690 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117337 0 4 0 16800975 18446604454497293504 0 0 -1 5 0 0 0
[pid=15543/tid=15568] ppid=15541 vsize=15686844 CPUtime=0 cores=1,3,5,7
/proc/15543/task/15568/stat : 15568 (java) S 15541 15543 14756 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 22 0 529964584 16063328256 55690 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117952 0 4 0 16800975 18446604454497293504 0 0 -1 3 0 0 0
[pid=15543/tid=15569] ppid=15541 vsize=15686844 CPUtime=52.3 cores=1,3,5,7
/proc/15543/task/15569/stat : 15569 (java) S 15541 15543 14756 0 -1 4202560 11376 0 0 0 5228 2 0 0 23 0 22 0 529964601 16063328256 55690 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117952 0 4 0 16800975 18446604454497293504 0 0 -1 5 0 0 0
[pid=15543/tid=15570] ppid=15541 vsize=15686844 CPUtime=51.92 cores=1,3,5,7
/proc/15543/task/15570/stat : 15570 (java) S 15541 15543 14756 0 -1 4202560 10234 0 0 0 5190 2 0 0 23 0 22 0 529964601 16063328256 55690 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117952 0 4 0 16800975 18446604454497293504 0 0 -1 7 0 0 0
[pid=15543/tid=15571] ppid=15541 vsize=15686844 CPUtime=52.11 cores=1,3,5,7
/proc/15543/task/15571/stat : 15571 (java) S 15541 15543 14756 0 -1 4202560 12898 0 0 0 5209 2 0 0 22 0 22 0 529964601 16063328256 55690 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117952 0 4 0 16800975 18446604454497293504 0 0 -1 1 0 0 0
[pid=15543/tid=15572] ppid=15541 vsize=15686844 CPUtime=52.43 cores=1,3,5,7
/proc/15543/task/15572/stat : 15572 (java) S 15541 15543 14756 0 -1 4202560 12622 0 0 0 5242 1 0 0 23 0 22 0 529964601 16063328256 55690 33554432000 1073741824 1073778376 140734897849696 18446744073709551615 255389117952 0 4 0 16800975 18446604454497293504 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 211.65
Current children cumulated vsize (KiB) 15686844

Child status: 20
Real time (s): 54.3745
CPU time (s): 211.671
CPU user time (s): 211.389
CPU system time (s): 0.281957
CPU usage (%): 389.283
Max. virtual memory (cumulated for all children) (KiB): 15686844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 211.389
system time used= 0.281957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100586
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= 20118
involuntary context switches= 10291

runsolver used 0.095985 second user time and 0.204968 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-30 19:14:27
IDJOB=3313149
IDBENCH=83224
IDSOLVER=1699
FILE ID=node135/3313149-1304183667
RUNJOBID= node135-1304183667-15514
PBS_JOBID= 13172439
Free space on /tmp= 72096 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/crafted/skvortsov/battleship/battleship-12-12-unsat.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313149-1304183667/watcher-3313149-1304183667 -o /tmp/evaluation-result-3313149-1304183667/solver-3313149-1304183667 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313149-1304183667.cnf

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

MD5SUM BENCH= 9255daf8fc8e7a0c753f68fd095283c9
RANDOM SEED=1893041219

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
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.75
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.851
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	: 6640.14
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.851
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.78
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.851
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.75
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.851
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.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29320528 kB
Buffers:        959364 kB
Cached:        2083772 kB
SwapCached:        172 kB
Active:         194012 kB
Inactive:      2920004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29320528 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:            3228 kB
Writeback:           0 kB
AnonPages:       70652 kB
Mapped:          20740 kB
Slab:           454376 kB
PageTables:       4796 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   774652 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= 72096 MiB
End job on node135 at 2011-04-30 19:15:22