Trace number 3311600

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.1 (hbr=2)SAT 1725.72 433.937

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v60-c5340-S630613738-050.SATISFIABLE.cnf
MD5SUM14f99f1ef2d8eb11eba1a00a818c14a6
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.037993
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 55340

Solver Data

0.10/0.11	15:45 INFO : Reading from input HOME/instance-3311600-1304176545.cnf
0.52/0.31	Executor set job limit to 1000000
0.52/0.31	Executor set job limit to 1000000
0.52/0.31	Executor set job limit to 1000000
0.52/0.31	Executor set job limit to 1000000
0.52/0.31	Starting Executor!
0.52/0.31	Starting Executor!
0.52/0.31	Starting Executor!
0.52/0.31	Starting Executor!
1.01/0.50	15:45 INFO : 60 variables remaining out of 60
1.01/0.50	15:45 INFO : 42720 literals remaining out of 42720
1725.61/433.92	c Elapsed time 433.811
1725.61/433.92	s SATISFIABLE
1725.61/433.92	v -1 2 -3 -4 5 6 7 8 9 -10 11 12 13 14 15 -16 17 18 19 -20 21 22 23 -24 25 -26 27 28 29 -30 31 -32 33 34 35 36 -37 -38 39 40 -41 -42 43 44 45 46 -47 -48 -49 50 51 52 -53 54 -55 -56 -57 -58 59 60 0

Verifier Data

OK

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-3311600-1304176545/watcher-3311600-1304176545 -o /tmp/evaluation-result-3311600-1304176545/solver-3311600-1304176545 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311600-1304176545.cnf -hbr 2 

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.25 7.78 7.92 5/198 28956
/proc/meminfo: memFree=29479752/32951124 swapFree=67111364/67111528
[pid=28956] ppid=28954 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/28956/stat : 28956 (java) S 28954 28956 28847 0 -1 4202496 1425 0 0 0 0 0 0 0 25 0 2 0 529254882 27824128 894 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652662245 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/28956/statm: 6793 894 684 9 0 381 0
[pid=28956/tid=28957] ppid=28954 vsize=28384 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28957/stat : 28957 (java) R 28954 28956 28847 0 -1 4202560 71 0 0 0 0 0 0 0 25 0 2 0 529254883 29065216 898 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253635935879 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.019733 s]
/proc/loadavg: 7.25 7.78 7.92 5/198 28956
/proc/meminfo: memFree=29479752/32951124 swapFree=67111364/67111528
[pid=28956] ppid=28954 vsize=15602060 CPUtime=0.01 cores=1,3,5,7
/proc/28956/stat : 28956 (java) S 28954 28956 28847 0 -1 4202496 3251 0 1 0 1 0 0 0 25 0 11 0 529254882 15976509440 2691 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652662245 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/28956/statm: 3900515 2692 1565 9 0 3891263 0
[pid=28956/tid=28957] ppid=28954 vsize=15602060 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28957/stat : 28957 (java) R 28954 28956 28847 0 -1 4202560 1883 0 1 0 0 0 0 0 25 0 11 0 529254883 15976509440 2692 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 47741460817651 0 4 0 16784584 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15602060

[startup+0.100719 s]
/proc/loadavg: 7.25 7.78 7.92 5/198 28956
/proc/meminfo: memFree=29479752/32951124 swapFree=67111364/67111528
[pid=28956] ppid=28954 vsize=15676824 CPUtime=0.1 cores=1,3,5,7
/proc/28956/stat : 28956 (java) S 28954 28956 28847 0 -1 4202496 5668 0 1 0 9 1 0 0 25 0 18 0 529254882 16053067776 5072 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28956/statm: 3919206 5073 2118 9 0 3909925 0
[pid=28956/tid=28957] ppid=28954 vsize=15676824 CPUtime=0.08 cores=1,3,5,7
/proc/28956/task/28957/stat : 28957 (java) R 28954 28956 28847 0 -1 4202560 3494 0 1 0 7 1 0 0 18 0 18 0 529254883 16053067776 5073 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 47741461610471 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676824

[startup+0.300688 s]
/proc/loadavg: 7.25 7.78 7.92 5/198 28956
/proc/meminfo: memFree=29479752/32951124 swapFree=67111364/67111528
[pid=28956] ppid=28954 vsize=15680048 CPUtime=0.52 cores=1,3,5,7
/proc/28956/stat : 28956 (java) S 28954 28956 28847 0 -1 4202496 16011 0 1 0 49 3 0 0 25 0 18 0 529254882 16056369152 14399 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28956/statm: 3920012 14406 2208 9 0 3910731 0
[pid=28956/tid=28957] ppid=28954 vsize=15680048 CPUtime=0.29 cores=1,3,5,7
/proc/28956/task/28957/stat : 28957 (java) R 28954 28956 28847 0 -1 4202560 10827 0 1 0 27 2 0 0 18 0 18 0 529254883 16056369152 14409 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 46912505640339 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15680048

[startup+0.703611 s]
/proc/loadavg: 7.25 7.78 7.92 5/198 28956
/proc/meminfo: memFree=29479752/32951124 swapFree=67111364/67111528
[pid=28956] ppid=28954 vsize=15716876 CPUtime=1.67 cores=1,3,5,7
/proc/28956/stat : 28956 (java) S 28954 28956 28847 0 -1 4202496 29166 0 1 0 163 4 0 0 25 0 22 0 529254882 16094081024 25104 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28956/statm: 3929219 25104 2259 9 0 3919938 0
[pid=28956/tid=28957] ppid=28954 vsize=15716876 CPUtime=0.49 cores=1,3,5,7
/proc/28956/task/28957/stat : 28957 (java) S 28954 28956 28847 0 -1 4202560 12372 0 1 0 47 2 0 0 20 0 22 0 529254883 16094081024 25104 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 15716876

[startup+1.50143 s]
/proc/loadavg: 7.23 7.77 7.91 13/220 28978
/proc/meminfo: memFree=29327492/32951124 swapFree=67111364/67111528
[pid=28956] ppid=28954 vsize=15720016 CPUtime=4.82 cores=1,3,5,7
/proc/28956/stat : 28956 (java) S 28954 28956 28847 0 -1 4202496 57584 0 1 0 474 8 0 0 25 0 22 0 529254882 16097296384 52080 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28956/statm: 3930004 52080 2282 9 0 3920723 0
[pid=28956/tid=28957] ppid=28954 vsize=15720016 CPUtime=0.49 cores=1,3,5,7
/proc/28956/task/28957/stat : 28957 (java) S 28954 28956 28847 0 -1 4202560 12372 0 1 0 47 2 0 0 20 0 22 0 529254883 16097296384 52080 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 5 0 0 0
[pid=28956/tid=28959] ppid=28954 vsize=15720016 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28959/stat : 28959 (java) S 28954 28956 28847 0 -1 4202560 243 0 0 0 0 0 0 0 15 0 22 0 529254883 16097296384 52080 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 7 0 0 0
[pid=28956/tid=28960] ppid=28954 vsize=15720016 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28960/stat : 28960 (java) S 28954 28956 28847 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 529254883 16097296384 52080 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 7 0 0 0
[pid=28956/tid=28961] ppid=28954 vsize=15720016 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28961/stat : 28961 (java) S 28954 28956 28847 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529254883 16097296384 52080 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 1 0 0 0
[pid=28956/tid=28962] ppid=28954 vsize=15720016 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28962/stat : 28962 (java) S 28954 28956 28847 0 -1 4202560 618 0 0 0 0 0 0 0 16 0 22 0 529254883 16097296384 52080 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 1 0 0 0
[pid=28956/tid=28963] ppid=28954 vsize=15720016 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28963/stat : 28963 (java) S 28954 28956 28847 0 -1 4202560 595 0 0 0 0 0 0 0 16 0 22 0 529254883 16097296384 52080 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 7 0 0 0
[pid=28956/tid=28964] ppid=28954 vsize=15720016 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28964/stat : 28964 (java) S 28954 28956 28847 0 -1 4202560 301 0 0 0 0 0 0 0 15 0 22 0 529254883 16097296384 52080 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 1 0 0 0
[pid=28956/tid=28965] ppid=28954 vsize=15720016 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28965/stat : 28965 (java) S 28954 28956 28847 0 -1 4202560 1004 0 0 0 0 0 0 0 15 0 22 0 529254883 16097296384 52080 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 3 0 0 0
[pid=28956/tid=28966] ppid=28954 vsize=15720016 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28966/stat : 28966 (java) S 28954 28956 28847 0 -1 4202560 177 0 0 0 0 0 0 0 15 0 22 0 529254883 16097296384 52080 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 3 0 0 0
[pid=28956/tid=28967] ppid=28954 vsize=15720016 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28967/stat : 28967 (java) S 28954 28956 28847 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 529254884 16097296384 52080 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652676096 0 0 0 16800975 18446604464693623616 0 0 -1 1 0 0 0
[pid=28956/tid=28968] ppid=28954 vsize=15720016 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28968/stat : 28968 (java) S 28954 28956 28847 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529254885 16097296384 52080 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 7 0 0 0
[pid=28956/tid=28969] ppid=28954 vsize=15720016 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28969/stat : 28969 (java) S 28954 28956 28847 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529254885 16097296384 52080 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 7 0 0 0
[pid=28956/tid=28970] ppid=28954 vsize=15720016 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28970/stat : 28970 (java) S 28954 28956 28847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529254887 16097296384 52080 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652683185 0 4 0 16800975 18446604464693623616 0 0 -1 5 0 0 0
[pid=28956/tid=28971] ppid=28954 vsize=15720016 CPUtime=0.68 cores=1,3,5,7
/proc/28956/task/28971/stat : 28971 (java) R 28954 28956 28847 0 -1 4202560 8325 0 0 0 67 1 0 0 25 0 22 0 529254887 16097296384 52080 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 47741462463937 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28956/tid=28972] ppid=28954 vsize=15720016 CPUtime=1.21 cores=1,3,5,7
/proc/28956/task/28972/stat : 28972 (java) R 28954 28956 28847 0 -1 4202560 9370 0 0 0 120 1 0 0 25 0 22 0 529254887 16097296384 52080 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 47741461212480 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=28956/tid=28973] ppid=28954 vsize=15720016 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28973/stat : 28973 (java) S 28954 28956 28847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529254887 16097296384 52080 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 5 0 0 0
[pid=28956/tid=28974] ppid=28954 vsize=15720016 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28974/stat : 28974 (java) S 28954 28956 28847 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529254887 16097296384 52080 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652676096 0 4 0 16800975 18446604464693623616 0 0 -1 1 0 0 0
[pid=28956/tid=28975] ppid=28954 vsize=15720016 CPUtime=0.81 cores=1,3,5,7
/proc/28956/task/28975/stat : 28975 (java) R 28954 28956 28847 0 -1 4202560 7565 0 0 0 80 1 0 0 16 0 22 0 529254914 16097296384 52080 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 46912505216956 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28956/tid=28976] ppid=28954 vsize=15720016 CPUtime=0.7 cores=1,3,5,7
/proc/28956/task/28976/stat : 28976 (java) R 28954 28956 28847 0 -1 4202560 7320 0 0 0 70 0 0 0 17 0 22 0 529254914 16097296384 52080 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 46912505697760 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28956/tid=28977] ppid=28954 vsize=15720016 CPUtime=0.75 cores=1,3,5,7
/proc/28956/task/28977/stat : 28977 (java) R 28954 28956 28847 0 -1 4202560 7815 0 0 0 75 0 0 0 17 0 22 0 529254914 16097296384 52080 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 46912505935310 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28956/tid=28978] ppid=28954 vsize=15720016 CPUtime=0.11 cores=1,3,5,7
/proc/28956/task/28978/stat : 28978 (java) R 28954 28956 28847 0 -1 4202560 479 0 0 0 11 0 0 0 17 0 22 0 529254914 16097296384 52080 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.82
Current children cumulated vsize (KiB) 15720016

[startup+3.10114 s]
/proc/loadavg: 7.23 7.77 7.91 11/220 28978
/proc/meminfo: memFree=29272188/32951124 swapFree=67111364/67111528
[pid=28956] ppid=28954 vsize=15720016 CPUtime=11.18 cores=1,3,5,7
/proc/28956/stat : 28956 (java) S 28954 28956 28847 0 -1 4202496 90718 0 1 0 1106 12 0 0 25 0 22 0 529254882 16097296384 85186 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28956/statm: 3930004 85186 2289 9 0 3920723 0
[pid=28956/tid=28957] ppid=28954 vsize=15720016 CPUtime=0.49 cores=1,3,5,7
/proc/28956/task/28957/stat : 28957 (java) S 28954 28956 28847 0 -1 4202560 12372 0 1 0 47 2 0 0 20 0 22 0 529254883 16097296384 85186 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 5 0 0 0
[pid=28956/tid=28959] ppid=28954 vsize=15720016 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28959/stat : 28959 (java) S 28954 28956 28847 0 -1 4202560 878 0 0 0 0 0 0 0 15 0 22 0 529254883 16097296384 85186 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 3 0 0 0
[pid=28956/tid=28960] ppid=28954 vsize=15720016 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28960/stat : 28960 (java) S 28954 28956 28847 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 22 0 529254883 16097296384 85186 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 1 0 0 0
[pid=28956/tid=28961] ppid=28954 vsize=15720016 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28961/stat : 28961 (java) S 28954 28956 28847 0 -1 4202560 615 0 0 0 0 0 0 0 15 0 22 0 529254883 16097296384 85186 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 1 0 0 0
[pid=28956/tid=28962] ppid=28954 vsize=15720016 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28962/stat : 28962 (java) S 28954 28956 28847 0 -1 4202560 1373 0 0 0 0 0 0 0 15 0 22 0 529254883 16097296384 85186 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 7 0 0 0
[pid=28956/tid=28963] ppid=28954 vsize=15720016 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28963/stat : 28963 (java) S 28954 28956 28847 0 -1 4202560 1118 0 0 0 0 0 0 0 15 0 22 0 529254883 16097296384 85186 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 7 0 0 0
[pid=28956/tid=28964] ppid=28954 vsize=15720016 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28964/stat : 28964 (java) S 28954 28956 28847 0 -1 4202560 1547 0 0 0 0 0 0 0 16 0 22 0 529254883 16097296384 85186 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 5 0 0 0
[pid=28956/tid=28965] ppid=28954 vsize=15720016 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28965/stat : 28965 (java) S 28954 28956 28847 0 -1 4202560 1417 0 0 0 0 0 0 0 15 0 22 0 529254883 16097296384 85186 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 7 0 0 0
[pid=28956/tid=28966] ppid=28954 vsize=15720016 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28966/stat : 28966 (java) S 28954 28956 28847 0 -1 4202560 345 0 0 0 0 0 0 0 15 0 22 0 529254883 16097296384 85186 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 1 0 0 0
[pid=28956/tid=28967] ppid=28954 vsize=15720016 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28967/stat : 28967 (java) S 28954 28956 28847 0 -1 4202560 202 0 0 0 0 0 0 0 15 0 22 0 529254884 16097296384 85186 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652676096 0 0 0 16800975 18446604464693623616 0 0 -1 7 0 0 0
[pid=28956/tid=28968] ppid=28954 vsize=15720016 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28968/stat : 28968 (java) S 28954 28956 28847 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529254885 16097296384 85186 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 7 0 0 0
[pid=28956/tid=28969] ppid=28954 vsize=15720016 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28969/stat : 28969 (java) S 28954 28956 28847 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529254885 16097296384 85186 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 7 0 0 0
[pid=28956/tid=28970] ppid=28954 vsize=15720016 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28970/stat : 28970 (java) S 28954 28956 28847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529254887 16097296384 85186 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652683185 0 4 0 16800975 18446604464693623616 0 0 -1 5 0 0 0
[pid=28956/tid=28971] ppid=28954 vsize=15720016 CPUtime=0.96 cores=1,3,5,7
/proc/28956/task/28971/stat : 28971 (java) S 28954 28956 28847 0 -1 4202560 8376 0 0 0 95 1 0 0 24 0 22 0 529254887 16097296384 85186 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 5 0 0 0
[pid=28956/tid=28972] ppid=28954 vsize=15720016 CPUtime=1.24 cores=1,3,5,7
/proc/28956/task/28972/stat : 28972 (java) R 28954 28956 28847 0 -1 4202560 9379 0 0 0 123 1 0 0 23 0 22 0 529254887 16097296384 85186 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652685493 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28956/tid=28973] ppid=28954 vsize=15720016 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28973/stat : 28973 (java) S 28954 28956 28847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529254887 16097296384 85186 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 5 0 0 0
[pid=28956/tid=28974] ppid=28954 vsize=15720016 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28974/stat : 28974 (java) S 28954 28956 28847 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529254887 16097296384 85186 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652676096 0 4 0 16800975 18446604464693623616 0 0 -1 1 0 0 0
[pid=28956/tid=28975] ppid=28954 vsize=15720016 CPUtime=2.39 cores=1,3,5,7
/proc/28956/task/28975/stat : 28975 (java) R 28954 28956 28847 0 -1 4202560 14727 0 0 0 237 2 0 0 18 0 22 0 529254914 16097296384 85186 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 46912505814275 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28956/tid=28976] ppid=28954 vsize=15720016 CPUtime=2.23 cores=1,3,5,7
/proc/28956/task/28976/stat : 28976 (java) R 28954 28956 28847 0 -1 4202560 14590 0 0 0 222 1 0 0 18 0 22 0 529254914 16097296384 85186 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28956/tid=28977] ppid=28954 vsize=15720016 CPUtime=2.24 cores=1,3,5,7
/proc/28956/task/28977/stat : 28977 (java) R 28954 28956 28847 0 -1 4202560 15078 0 0 0 223 1 0 0 19 0 22 0 529254914 16097296384 85186 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 18446744073699065894 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28956/tid=28978] ppid=28954 vsize=15720016 CPUtime=1.51 cores=1,3,5,7
/proc/28956/task/28978/stat : 28978 (java) R 28954 28956 28847 0 -1 4202560 7295 0 0 0 151 0 0 0 18 0 22 0 529254914 16097296384 85186 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 46912505813891 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.18
Current children cumulated vsize (KiB) 15720016

[startup+6.30156 s]
/proc/loadavg: 7.29 7.77 7.91 9/220 28978
/proc/meminfo: memFree=29135692/32951124 swapFree=67111364/67111528
[pid=28956] ppid=28954 vsize=15720016 CPUtime=23.92 cores=1,3,5,7
/proc/28956/stat : 28956 (java) S 28954 28956 28847 0 -1 4202496 93692 0 1 0 2380 12 0 0 25 0 22 0 529254882 16097296384 85010 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28956/statm: 3930004 85010 2289 9 0 3920723 0
[pid=28956/tid=28957] ppid=28954 vsize=15720016 CPUtime=0.49 cores=1,3,5,7
/proc/28956/task/28957/stat : 28957 (java) S 28954 28956 28847 0 -1 4202560 12372 0 1 0 47 2 0 0 20 0 22 0 529254883 16097296384 85010 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 5 0 0 0
[pid=28956/tid=28959] ppid=28954 vsize=15720016 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28959/stat : 28959 (java) S 28954 28956 28847 0 -1 4202560 1280 0 0 0 0 0 0 0 15 0 22 0 529254883 16097296384 85010 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 7 0 0 0
[pid=28956/tid=28960] ppid=28954 vsize=15720016 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28960/stat : 28960 (java) S 28954 28956 28847 0 -1 4202560 617 0 0 0 0 0 0 0 15 0 22 0 529254883 16097296384 85010 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 1 0 0 0
[pid=28956/tid=28961] ppid=28954 vsize=15720016 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28961/stat : 28961 (java) S 28954 28956 28847 0 -1 4202560 1113 0 0 0 0 0 0 0 16 0 22 0 529254883 16097296384 85010 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 5 0 0 0
[pid=28956/tid=28962] ppid=28954 vsize=15720016 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28962/stat : 28962 (java) S 28954 28956 28847 0 -1 4202560 1770 0 0 0 0 0 0 0 15 0 22 0 529254883 16097296384 85010 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 3 0 0 0
[pid=28956/tid=28963] ppid=28954 vsize=15720016 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28963/stat : 28963 (java) S 28954 28956 28847 0 -1 4202560 1394 0 0 0 0 0 0 0 15 0 22 0 529254883 16097296384 85010 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 7 0 0 0
[pid=28956/tid=28964] ppid=28954 vsize=15720016 CPUtime=0.01 cores=1,3,5,7
/proc/28956/task/28964/stat : 28964 (java) S 28954 28956 28847 0 -1 4202560 1755 0 0 0 1 0 0 0 16 0 22 0 529254883 16097296384 85010 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 3 0 0 0
[pid=28956/tid=28965] ppid=28954 vsize=15720016 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28965/stat : 28965 (java) S 28954 28956 28847 0 -1 4202560 1850 0 0 0 0 0 0 0 16 0 22 0 529254883 16097296384 85010 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 1 0 0 0
[pid=28956/tid=28966] ppid=28954 vsize=15720016 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28966/stat : 28966 (java) S 28954 28956 28847 0 -1 4202560 464 0 0 0 0 0 0 0 15 0 22 0 529254883 16097296384 85010 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 7 0 0 0

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

/proc/28956/task/28971/stat : 28971 (java) S 28954 28956 28847 0 -1 4202560 8413 0 0 0 110 1 0 0 15 0 22 0 529254887 16097296384 84919 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 5 0 0 0
[pid=28956/tid=28972] ppid=28954 vsize=15720016 CPUtime=1.28 cores=1,3,5,7
/proc/28956/task/28972/stat : 28972 (java) S 28954 28956 28847 0 -1 4202560 9385 0 0 0 127 1 0 0 16 0 22 0 529254887 16097296384 84919 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 3 0 0 0
[pid=28956/tid=28973] ppid=28954 vsize=15720016 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28973/stat : 28973 (java) S 28954 28956 28847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529254887 16097296384 84919 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 5 0 0 0
[pid=28956/tid=28974] ppid=28954 vsize=15720016 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28974/stat : 28974 (java) S 28954 28956 28847 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 22 0 529254887 16097296384 84919 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652676096 0 4 0 16800975 18446604464693623616 0 0 -1 5 0 0 0
[pid=28956/tid=28975] ppid=28954 vsize=15720016 CPUtime=426.19 cores=1,3,5,7
/proc/28956/task/28975/stat : 28975 (java) R 28954 28956 28847 0 -1 4202560 54672 0 0 0 42610 9 0 0 25 0 22 0 529254914 16097296384 84919 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 46912505812572 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28956/tid=28976] ppid=28954 vsize=15720016 CPUtime=426.13 cores=1,3,5,7
/proc/28956/task/28976/stat : 28976 (java) R 28954 28956 28847 0 -1 4202560 54365 0 0 0 42604 9 0 0 25 0 22 0 529254914 16097296384 84919 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 46912505732978 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28956/tid=28977] ppid=28954 vsize=15720016 CPUtime=426.06 cores=1,3,5,7
/proc/28956/task/28977/stat : 28977 (java) R 28954 28956 28847 0 -1 4202560 54189 0 0 0 42598 8 0 0 25 0 22 0 529254914 16097296384 84919 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 46912505812991 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28956/tid=28978] ppid=28954 vsize=15720016 CPUtime=425.38 cores=1,3,5,7
/proc/28956/task/28978/stat : 28978 (java) R 28954 28956 28847 0 -1 4202560 48101 0 0 0 42529 9 0 0 25 0 22 0 529254914 16097296384 84919 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 46912505813527 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1717.66
Current children cumulated vsize (KiB) 15720016

[startup+432.701 s]
/proc/loadavg: 8.13 8.03 7.96 9/220 28990
/proc/meminfo: memFree=29338452/32951124 swapFree=67111364/67111528
[pid=28956] ppid=28954 vsize=15720016 CPUtime=1720.84 cores=1,3,5,7
/proc/28956/stat : 28956 (java) S 28954 28956 28847 0 -1 4202496 474719 0 1 0 171964 120 0 0 25 0 22 0 529254882 16097296384 84595 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28956/statm: 3930004 84595 2299 9 0 3920723 0
[pid=28956/tid=28957] ppid=28954 vsize=15720016 CPUtime=0.49 cores=1,3,5,7
/proc/28956/task/28957/stat : 28957 (java) S 28954 28956 28847 0 -1 4202560 12372 0 1 0 47 2 0 0 20 0 22 0 529254883 16097296384 84595 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 5 0 0 0
[pid=28956/tid=28959] ppid=28954 vsize=15720016 CPUtime=1.32 cores=1,3,5,7
/proc/28956/task/28959/stat : 28959 (java) S 28954 28956 28847 0 -1 4202560 28906 0 0 0 125 7 0 0 16 0 22 0 529254883 16097296384 84595 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 7 0 0 0
[pid=28956/tid=28960] ppid=28954 vsize=15720016 CPUtime=1.32 cores=1,3,5,7
/proc/28956/task/28960/stat : 28960 (java) S 28954 28956 28847 0 -1 4202560 28329 0 0 0 125 7 0 0 16 0 22 0 529254883 16097296384 84595 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 5 0 0 0
[pid=28956/tid=28961] ppid=28954 vsize=15720016 CPUtime=1.27 cores=1,3,5,7
/proc/28956/task/28961/stat : 28961 (java) S 28954 28956 28847 0 -1 4202560 27867 0 0 0 120 7 0 0 16 0 22 0 529254883 16097296384 84595 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 1 0 0 0
[pid=28956/tid=28962] ppid=28954 vsize=15720016 CPUtime=1.25 cores=1,3,5,7
/proc/28956/task/28962/stat : 28962 (java) S 28954 28956 28847 0 -1 4202560 29068 0 0 0 118 7 0 0 15 0 22 0 529254883 16097296384 84595 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 3 0 0 0
[pid=28956/tid=28963] ppid=28954 vsize=15720016 CPUtime=1.27 cores=1,3,5,7
/proc/28956/task/28963/stat : 28963 (java) S 28954 28956 28847 0 -1 4202560 29296 0 0 0 120 7 0 0 15 0 22 0 529254883 16097296384 84595 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 7 0 0 0
[pid=28956/tid=28964] ppid=28954 vsize=15720016 CPUtime=1.29 cores=1,3,5,7
/proc/28956/task/28964/stat : 28964 (java) S 28954 28956 28847 0 -1 4202560 28655 0 0 0 122 7 0 0 15 0 22 0 529254883 16097296384 84595 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 1 0 0 0
[pid=28956/tid=28965] ppid=28954 vsize=15720016 CPUtime=1.28 cores=1,3,5,7
/proc/28956/task/28965/stat : 28965 (java) S 28954 28956 28847 0 -1 4202560 29613 0 0 0 121 7 0 0 15 0 22 0 529254883 16097296384 84595 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 5 0 0 0
[pid=28956/tid=28966] ppid=28954 vsize=15720016 CPUtime=1.31 cores=1,3,5,7
/proc/28956/task/28966/stat : 28966 (java) S 28954 28956 28847 0 -1 4202560 29006 0 0 0 124 7 0 0 16 0 22 0 529254883 16097296384 84595 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 3 0 0 0
[pid=28956/tid=28967] ppid=28954 vsize=15720016 CPUtime=0.57 cores=1,3,5,7
/proc/28956/task/28967/stat : 28967 (java) S 28954 28956 28847 0 -1 4202560 1068 0 0 0 40 17 0 0 15 0 22 0 529254884 16097296384 84595 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652676096 0 0 0 16800975 18446604464693623616 0 0 -1 3 0 0 0
[pid=28956/tid=28968] ppid=28954 vsize=15720016 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28968/stat : 28968 (java) S 28954 28956 28847 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529254885 16097296384 84595 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 7 0 0 0
[pid=28956/tid=28969] ppid=28954 vsize=15720016 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28969/stat : 28969 (java) S 28954 28956 28847 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529254885 16097296384 84595 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 7 0 0 0
[pid=28956/tid=28970] ppid=28954 vsize=15720016 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28970/stat : 28970 (java) S 28954 28956 28847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529254887 16097296384 84595 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652683185 0 4 0 16800975 18446604464693623616 0 0 -1 5 0 0 0
[pid=28956/tid=28971] ppid=28954 vsize=15720016 CPUtime=1.11 cores=1,3,5,7
/proc/28956/task/28971/stat : 28971 (java) S 28954 28956 28847 0 -1 4202560 8413 0 0 0 110 1 0 0 15 0 22 0 529254887 16097296384 84595 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 5 0 0 0
[pid=28956/tid=28972] ppid=28954 vsize=15720016 CPUtime=1.28 cores=1,3,5,7
/proc/28956/task/28972/stat : 28972 (java) S 28954 28956 28847 0 -1 4202560 9385 0 0 0 127 1 0 0 16 0 22 0 529254887 16097296384 84595 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 3 0 0 0
[pid=28956/tid=28973] ppid=28954 vsize=15720016 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28973/stat : 28973 (java) S 28954 28956 28847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529254887 16097296384 84595 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 5 0 0 0
[pid=28956/tid=28974] ppid=28954 vsize=15720016 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28974/stat : 28974 (java) S 28954 28956 28847 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 22 0 529254887 16097296384 84595 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652676096 0 4 0 16800975 18446604464693623616 0 0 -1 5 0 0 0
[pid=28956/tid=28975] ppid=28954 vsize=15720016 CPUtime=426.98 cores=1,3,5,7
/proc/28956/task/28975/stat : 28975 (java) R 28954 28956 28847 0 -1 4202560 54675 0 0 0 42689 9 0 0 25 0 22 0 529254914 16097296384 84595 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 46912505845222 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28956/tid=28976] ppid=28954 vsize=15720016 CPUtime=426.92 cores=1,3,5,7
/proc/28956/task/28976/stat : 28976 (java) R 28954 28956 28847 0 -1 4202560 54365 0 0 0 42683 9 0 0 18 0 22 0 529254914 16097296384 84595 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 46912505812200 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28956/tid=28977] ppid=28954 vsize=15720016 CPUtime=426.85 cores=1,3,5,7
/proc/28956/task/28977/stat : 28977 (java) R 28954 28956 28847 0 -1 4202560 54191 0 0 0 42677 8 0 0 25 0 22 0 529254914 16097296384 84595 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 46912505733046 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=28956/tid=28978] ppid=28954 vsize=15720016 CPUtime=426.16 cores=1,3,5,7
/proc/28956/task/28978/stat : 28978 (java) R 28954 28956 28847 0 -1 4202560 48102 0 0 0 42607 9 0 0 25 0 22 0 529254914 16097296384 84595 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 46912505859455 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1720.84
Current children cumulated vsize (KiB) 15720016

[startup+433.502 s]
/proc/loadavg: 8.13 8.03 7.96 9/220 28990
/proc/meminfo: memFree=29344156/32951124 swapFree=67111364/67111528
[pid=28956] ppid=28954 vsize=15720016 CPUtime=1724.02 cores=1,3,5,7
/proc/28956/stat : 28956 (java) S 28954 28956 28847 0 -1 4202496 477869 0 1 0 172282 120 0 0 25 0 22 0 529254882 16097296384 87302 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28956/statm: 3930004 87302 2299 9 0 3920723 0
[pid=28956/tid=28957] ppid=28954 vsize=15720016 CPUtime=0.49 cores=1,3,5,7
/proc/28956/task/28957/stat : 28957 (java) S 28954 28956 28847 0 -1 4202560 12372 0 1 0 47 2 0 0 20 0 22 0 529254883 16097296384 87302 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 5 0 0 0
[pid=28956/tid=28959] ppid=28954 vsize=15720016 CPUtime=1.32 cores=1,3,5,7
/proc/28956/task/28959/stat : 28959 (java) S 28954 28956 28847 0 -1 4202560 29016 0 0 0 125 7 0 0 16 0 22 0 529254883 16097296384 87302 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 3 0 0 0
[pid=28956/tid=28960] ppid=28954 vsize=15720016 CPUtime=1.32 cores=1,3,5,7
/proc/28956/task/28960/stat : 28960 (java) S 28954 28956 28847 0 -1 4202560 28387 0 0 0 125 7 0 0 15 0 22 0 529254883 16097296384 87302 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 5 0 0 0
[pid=28956/tid=28961] ppid=28954 vsize=15720016 CPUtime=1.28 cores=1,3,5,7
/proc/28956/task/28961/stat : 28961 (java) S 28954 28956 28847 0 -1 4202560 27982 0 0 0 121 7 0 0 16 0 22 0 529254883 16097296384 87302 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 1 0 0 0
[pid=28956/tid=28962] ppid=28954 vsize=15720016 CPUtime=1.25 cores=1,3,5,7
/proc/28956/task/28962/stat : 28962 (java) S 28954 28956 28847 0 -1 4202560 29188 0 0 0 118 7 0 0 15 0 22 0 529254883 16097296384 87302 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 1 0 0 0
[pid=28956/tid=28963] ppid=28954 vsize=15720016 CPUtime=1.28 cores=1,3,5,7
/proc/28956/task/28963/stat : 28963 (java) S 28954 28956 28847 0 -1 4202560 29370 0 0 0 121 7 0 0 16 0 22 0 529254883 16097296384 87302 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 7 0 0 0
[pid=28956/tid=28964] ppid=28954 vsize=15720016 CPUtime=1.29 cores=1,3,5,7
/proc/28956/task/28964/stat : 28964 (java) S 28954 28956 28847 0 -1 4202560 28685 0 0 0 122 7 0 0 15 0 22 0 529254883 16097296384 87302 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 7 0 0 0
[pid=28956/tid=28965] ppid=28954 vsize=15720016 CPUtime=1.29 cores=1,3,5,7
/proc/28956/task/28965/stat : 28965 (java) S 28954 28956 28847 0 -1 4202560 29670 0 0 0 122 7 0 0 15 0 22 0 529254883 16097296384 87302 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 5 0 0 0
[pid=28956/tid=28966] ppid=28954 vsize=15720016 CPUtime=1.32 cores=1,3,5,7
/proc/28956/task/28966/stat : 28966 (java) S 28954 28956 28847 0 -1 4202560 29099 0 0 0 125 7 0 0 15 0 22 0 529254883 16097296384 87302 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 5 0 0 0
[pid=28956/tid=28967] ppid=28954 vsize=15720016 CPUtime=0.58 cores=1,3,5,7
/proc/28956/task/28967/stat : 28967 (java) S 28954 28956 28847 0 -1 4202560 1081 0 0 0 41 17 0 0 15 0 22 0 529254884 16097296384 87302 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652676096 0 0 0 16800975 18446604464693623616 0 0 -1 3 0 0 0
[pid=28956/tid=28968] ppid=28954 vsize=15720016 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28968/stat : 28968 (java) S 28954 28956 28847 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529254885 16097296384 87302 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 7 0 0 0
[pid=28956/tid=28969] ppid=28954 vsize=15720016 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28969/stat : 28969 (java) S 28954 28956 28847 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529254885 16097296384 87302 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 7 0 0 0
[pid=28956/tid=28970] ppid=28954 vsize=15720016 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28970/stat : 28970 (java) S 28954 28956 28847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529254887 16097296384 87302 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652683185 0 4 0 16800975 18446604464693623616 0 0 -1 5 0 0 0
[pid=28956/tid=28971] ppid=28954 vsize=15720016 CPUtime=1.11 cores=1,3,5,7
/proc/28956/task/28971/stat : 28971 (java) S 28954 28956 28847 0 -1 4202560 8413 0 0 0 110 1 0 0 15 0 22 0 529254887 16097296384 87302 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 5 0 0 0
[pid=28956/tid=28972] ppid=28954 vsize=15720016 CPUtime=1.28 cores=1,3,5,7
/proc/28956/task/28972/stat : 28972 (java) S 28954 28956 28847 0 -1 4202560 9385 0 0 0 127 1 0 0 16 0 22 0 529254887 16097296384 87302 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 3 0 0 0
[pid=28956/tid=28973] ppid=28954 vsize=15720016 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28973/stat : 28973 (java) S 28954 28956 28847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529254887 16097296384 87302 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 5 0 0 0
[pid=28956/tid=28974] ppid=28954 vsize=15720016 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28974/stat : 28974 (java) S 28954 28956 28847 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 22 0 529254887 16097296384 87302 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652676096 0 4 0 16800975 18446604464693623616 0 0 -1 5 0 0 0
[pid=28956/tid=28975] ppid=28954 vsize=15720016 CPUtime=427.78 cores=1,3,5,7
/proc/28956/task/28975/stat : 28975 (java) R 28954 28956 28847 0 -1 4202560 55338 0 0 0 42768 10 0 0 25 0 22 0 529254914 16097296384 87302 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 46912505935137 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28956/tid=28976] ppid=28954 vsize=15720016 CPUtime=427.71 cores=1,3,5,7
/proc/28956/task/28976/stat : 28976 (java) R 28954 28956 28847 0 -1 4202560 54905 0 0 0 42762 9 0 0 19 0 22 0 529254914 16097296384 87302 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 46912505862984 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28956/tid=28977] ppid=28954 vsize=15720016 CPUtime=427.63 cores=1,3,5,7
/proc/28956/task/28977/stat : 28977 (java) R 28954 28956 28847 0 -1 4202560 54850 0 0 0 42755 8 0 0 25 0 22 0 529254914 16097296384 87302 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 46912506002111 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=28956/tid=28978] ppid=28954 vsize=15720016 CPUtime=426.97 cores=1,3,5,7
/proc/28956/task/28978/stat : 28978 (java) R 28954 28956 28847 0 -1 4202560 48720 0 0 0 42687 10 0 0 25 0 22 0 529254914 16097296384 87302 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 46912505814133 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1724.02
Current children cumulated vsize (KiB) 15720016

[startup+433.901 s]
/proc/loadavg: 8.13 8.03 7.96 9/220 28990
/proc/meminfo: memFree=29344156/32951124 swapFree=67111364/67111528
[pid=28956] ppid=28954 vsize=15720016 CPUtime=1725.61 cores=1,3,5,7
/proc/28956/stat : 28956 (java) S 28954 28956 28847 0 -1 4202496 480961 0 1 0 172440 121 0 0 25 0 22 0 529254882 16097296384 87880 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28956/statm: 3930004 87880 2299 9 0 3920723 0
[pid=28956/tid=28957] ppid=28954 vsize=15720016 CPUtime=0.49 cores=1,3,5,7
/proc/28956/task/28957/stat : 28957 (java) R 28954 28956 28847 0 -1 4202560 12372 0 1 0 47 2 0 0 18 0 22 0 529254883 16097296384 87880 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28956/tid=28959] ppid=28954 vsize=15720016 CPUtime=1.32 cores=1,3,5,7
/proc/28956/task/28959/stat : 28959 (java) S 28954 28956 28847 0 -1 4202560 29016 0 0 0 125 7 0 0 15 0 22 0 529254883 16097296384 87880 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 1 0 0 0
[pid=28956/tid=28960] ppid=28954 vsize=15720016 CPUtime=1.32 cores=1,3,5,7
/proc/28956/task/28960/stat : 28960 (java) S 28954 28956 28847 0 -1 4202560 28387 0 0 0 125 7 0 0 15 0 22 0 529254883 16097296384 87880 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 1 0 0 0
[pid=28956/tid=28961] ppid=28954 vsize=15720016 CPUtime=1.28 cores=1,3,5,7
/proc/28956/task/28961/stat : 28961 (java) S 28954 28956 28847 0 -1 4202560 27982 0 0 0 121 7 0 0 15 0 22 0 529254883 16097296384 87880 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 1 0 0 0
[pid=28956/tid=28962] ppid=28954 vsize=15720016 CPUtime=1.25 cores=1,3,5,7
/proc/28956/task/28962/stat : 28962 (java) S 28954 28956 28847 0 -1 4202560 29188 0 0 0 118 7 0 0 15 0 22 0 529254883 16097296384 87880 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 1 0 0 0
[pid=28956/tid=28963] ppid=28954 vsize=15720016 CPUtime=1.28 cores=1,3,5,7
/proc/28956/task/28963/stat : 28963 (java) S 28954 28956 28847 0 -1 4202560 29370 0 0 0 121 7 0 0 15 0 22 0 529254883 16097296384 87880 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 1 0 0 0
[pid=28956/tid=28964] ppid=28954 vsize=15720016 CPUtime=1.3 cores=1,3,5,7
/proc/28956/task/28964/stat : 28964 (java) S 28954 28956 28847 0 -1 4202560 28781 0 0 0 123 7 0 0 15 0 22 0 529254883 16097296384 87880 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 7 0 0 0
[pid=28956/tid=28965] ppid=28954 vsize=15720016 CPUtime=1.29 cores=1,3,5,7
/proc/28956/task/28965/stat : 28965 (java) S 28954 28956 28847 0 -1 4202560 29670 0 0 0 122 7 0 0 15 0 22 0 529254883 16097296384 87880 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 7 0 0 0
[pid=28956/tid=28966] ppid=28954 vsize=15720016 CPUtime=1.32 cores=1,3,5,7
/proc/28956/task/28966/stat : 28966 (java) S 28954 28956 28847 0 -1 4202560 29099 0 0 0 125 7 0 0 15 0 22 0 529254883 16097296384 87880 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 7 0 0 0
[pid=28956/tid=28967] ppid=28954 vsize=15720016 CPUtime=0.58 cores=1,3,5,7
/proc/28956/task/28967/stat : 28967 (java) S 28954 28956 28847 0 -1 4202560 1094 0 0 0 41 17 0 0 15 0 22 0 529254884 16097296384 87880 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652676096 0 0 0 16800975 18446604464693623616 0 0 -1 1 0 0 0
[pid=28956/tid=28968] ppid=28954 vsize=15720016 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28968/stat : 28968 (java) S 28954 28956 28847 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529254885 16097296384 87880 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 7 0 0 0
[pid=28956/tid=28969] ppid=28954 vsize=15720016 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28969/stat : 28969 (java) S 28954 28956 28847 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529254885 16097296384 87880 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 7 0 0 0
[pid=28956/tid=28970] ppid=28954 vsize=15720016 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28970/stat : 28970 (java) S 28954 28956 28847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529254887 16097296384 87880 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652683185 0 4 0 16800975 18446604464693623616 0 0 -1 5 0 0 0
[pid=28956/tid=28971] ppid=28954 vsize=15720016 CPUtime=1.26 cores=1,3,5,7
/proc/28956/task/28971/stat : 28971 (java) R 28954 28956 28847 0 -1 4202560 8434 0 0 0 125 1 0 0 15 0 22 0 529254887 16097296384 87880 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 47741462463995 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28956/tid=28972] ppid=28954 vsize=15720016 CPUtime=1.56 cores=1,3,5,7
/proc/28956/task/28972/stat : 28972 (java) S 28954 28956 28847 0 -1 4202560 12344 0 0 0 154 2 0 0 16 0 22 0 529254887 16097296384 87880 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 3 0 0 0
[pid=28956/tid=28973] ppid=28954 vsize=15720016 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28973/stat : 28973 (java) S 28954 28956 28847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529254887 16097296384 87880 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652675481 0 4 0 16800975 18446604464693623616 0 0 -1 5 0 0 0
[pid=28956/tid=28974] ppid=28954 vsize=15720016 CPUtime=0 cores=1,3,5,7
/proc/28956/task/28974/stat : 28974 (java) S 28954 28956 28847 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 22 0 529254887 16097296384 87880 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 253652676096 0 4 0 16800975 18446604464693623616 0 0 -1 5 0 0 0
[pid=28956/tid=28975] ppid=28954 vsize=15720016 CPUtime=427.9 cores=1,3,5,7
/proc/28956/task/28975/stat : 28975 (java) R 28954 28956 28847 0 -1 4202560 55338 0 0 0 42780 10 0 0 25 0 22 0 529254914 16097296384 87880 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28956/tid=28976] ppid=28954 vsize=15720016 CPUtime=428.1 cores=1,3,5,7
/proc/28956/task/28976/stat : 28976 (java) R 28954 28956 28847 0 -1 4202560 54908 0 0 0 42801 9 0 0 19 0 22 0 529254914 16097296384 87880 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 46912505733046 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28956/tid=28977] ppid=28954 vsize=15720016 CPUtime=428.02 cores=1,3,5,7
/proc/28956/task/28977/stat : 28977 (java) R 28954 28956 28847 0 -1 4202560 54850 0 0 0 42794 8 0 0 25 0 22 0 529254914 16097296384 87880 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 46912506489412 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=28956/tid=28978] ppid=28954 vsize=15720016 CPUtime=427.22 cores=1,3,5,7
/proc/28956/task/28978/stat : 28978 (java) R 28954 28956 28847 0 -1 4202560 48720 0 0 0 42712 10 0 0 25 0 22 0 529254914 16097296384 87880 33554432000 1073741824 1073778376 140735644912096 18446744073709551615 46912505812739 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1725.61
Current children cumulated vsize (KiB) 15720016

Child status: 10
Real time (s): 433.937
CPU time (s): 1725.72
CPU user time (s): 1724.49
CPU system time (s): 1.22881
CPU usage (%): 397.688
Max. virtual memory (cumulated for all children) (KiB): 15720016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1724.49
system time used= 1.22881
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 480997
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= 90976
involuntary context switches= 51516

runsolver used 0.698893 second user time and 1.68874 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-30 17:15:45
IDJOB=3311600
IDBENCH=82985
IDSOLVER=1698
FILE ID=node106/3311600-1304176545
RUNJOBID= node106-1304176515-28866
PBS_JOBID= 13172424
Free space on /tmp= 72888 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v60-c5340-S630613738-050.SATISFIABLE.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311600-1304176545/watcher-3311600-1304176545 -o /tmp/evaluation-result-3311600-1304176545/solver-3311600-1304176545 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311600-1304176545.cnf -hbr 2

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

MD5SUM BENCH= 14f99f1ef2d8eb11eba1a00a818c14a6
RANDOM SEED=1813000546

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29479900 kB
Buffers:        286724 kB
Cached:        2273888 kB
SwapCached:         88 kB
Active:        1528476 kB
Inactive:      1727512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29479900 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            3696 kB
Writeback:           0 kB
AnonPages:      695420 kB
Mapped:          23564 kB
Slab:           148572 kB
PageTables:       6216 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1317980 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72884 MiB
End job on node106 at 2011-04-30 17:22:59