Trace number 3312609

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 227.582 58.1925

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v300-c1278-S1194590195-083.UNKNOWN.cnf
MD5SUM4c35fc75d3141dc63bffc905e133b00a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.2778
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of clauses1278
Sum of the clauses size3834
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31278
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.11	50:58 INFO : Reading from input HOME/instance-3312609-1304124658.cnf
0.28/0.22	Executor set job limit to 1000000
0.28/0.22	Executor set job limit to 1000000
0.28/0.22	Executor set job limit to 1000000
0.28/0.22	Executor set job limit to 1000000
0.28/0.22	Starting Executor!
0.28/0.22	Starting Executor!
0.28/0.22	Starting Executor!
0.28/0.22	Starting Executor!
0.28/0.29	50:58 INFO : 300 variables remaining out of 300
0.28/0.29	50:58 INFO : 5112 literals remaining out of 5112
227.56/58.17	c Elapsed time 58.067
227.56/58.17	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-3312609-1304124658/watcher-3312609-1304124658 -o /tmp/evaluation-result-3312609-1304124658/solver-3312609-1304124658 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312609-1304124658.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.46 4.08 5.08 2/187 5076
/proc/meminfo: memFree=31201900/32950928 swapFree=67111404/67111528
[pid=5076] ppid=5074 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/5076/stat : 5076 (java) S 5074 5076 5028 0 -1 4202496 1425 0 0 0 0 0 0 0 18 0 2 0 524064562 27824128 894 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606669285 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/5076/statm: 7096 898 686 9 0 381 0
[pid=5076/tid=5079] ppid=5074 vsize=30580 CPUtime=0 cores=1,3,5,7
/proc/5076/task/5079/stat : 5079 (java) R 5074 5076 5028 0 -1 4202560 100 0 0 0 0 0 0 0 19 0 2 0 524064563 31313920 926 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235589898532 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.0389411 s]
/proc/loadavg: 3.46 4.08 5.08 2/187 5076
/proc/meminfo: memFree=31201900/32950928 swapFree=67111404/67111528
[pid=5076] ppid=5074 vsize=15604248 CPUtime=0.03 cores=1,3,5,7
/proc/5076/stat : 5076 (java) S 5074 5076 5028 0 -1 4202496 3794 0 1 0 3 0 0 0 18 0 13 0 524064562 15978749952 3232 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606669285 0 0 0 16800971 18446744073709551615 0 0 17 5 0 0 0
/proc/5076/statm: 3901062 3233 1682 9 0 3891810 0
[pid=5076/tid=5079] ppid=5074 vsize=15604248 CPUtime=0.02 cores=1,3,5,7
/proc/5076/task/5079/stat : 5079 (java) R 5074 5076 5028 0 -1 4202560 2403 0 1 0 2 0 0 0 25 0 13 0 524064563 15978749952 3233 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235594862437 0 4 0 16800971 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 15604248

[startup+0.100929 s]
/proc/loadavg: 3.46 4.08 5.08 2/187 5076
/proc/meminfo: memFree=31201900/32950928 swapFree=67111404/67111528
[pid=5076] ppid=5074 vsize=15676844 CPUtime=0.1 cores=1,3,5,7
/proc/5076/stat : 5076 (java) S 5074 5076 5028 0 -1 4202496 5600 0 1 0 9 1 0 0 18 0 18 0 524064562 16053088256 5038 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5076/statm: 3919211 5039 2117 9 0 3909930 0
[pid=5076/tid=5079] ppid=5074 vsize=15676844 CPUtime=0.08 cores=1,3,5,7
/proc/5076/task/5079/stat : 5079 (java) R 5074 5076 5028 0 -1 4202560 3491 0 1 0 7 1 0 0 18 0 18 0 524064563 16053088256 5039 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 47536341107459 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) 15676844

[startup+0.300896 s]
/proc/loadavg: 3.46 4.08 5.08 2/187 5076
/proc/meminfo: memFree=31201900/32950928 swapFree=67111404/67111528
[pid=5076] ppid=5074 vsize=15694348 CPUtime=0.51 cores=1,3,5,7
/proc/5076/stat : 5076 (java) S 5074 5076 5028 0 -1 4202496 12231 0 1 0 48 3 0 0 18 0 22 0 524064562 16071012352 10372 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5076/statm: 3923587 10372 2219 9 0 3914306 0
[pid=5076/tid=5079] ppid=5074 vsize=15694348 CPUtime=0.28 cores=1,3,5,7
/proc/5076/task/5079/stat : 5079 (java) R 5074 5076 5028 0 -1 4202560 5518 0 1 0 27 1 0 0 20 0 22 0 524064563 16071012352 10372 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 47536345025918 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15694348

[startup+0.836805 s]
/proc/loadavg: 3.46 4.08 5.08 2/187 5076
/proc/meminfo: memFree=31201900/32950928 swapFree=67111404/67111528
[pid=5076] ppid=5074 vsize=15706532 CPUtime=2.47 cores=1,3,5,7
/proc/5076/stat : 5076 (java) S 5074 5076 5028 0 -1 4202496 33889 0 1 0 241 6 0 0 18 0 22 0 524064562 16083488768 29747 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5076/statm: 3926633 29747 2249 9 0 3917352 0
[pid=5076/tid=5079] ppid=5074 vsize=15706532 CPUtime=0.28 cores=1,3,5,7
/proc/5076/task/5079/stat : 5079 (java) S 5074 5076 5028 0 -1 4202560 5535 0 1 0 27 1 0 0 20 0 22 0 524064563 16083488768 29747 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 15706532

[startup+1.50169 s]
/proc/loadavg: 4.22 4.23 5.12 13/220 5109
/proc/meminfo: memFree=30885880/32950928 swapFree=67111404/67111528
[pid=5076] ppid=5074 vsize=15706532 CPUtime=5.1 cores=1,3,5,7
/proc/5076/stat : 5076 (java) S 5074 5076 5028 0 -1 4202496 54180 0 1 0 502 8 0 0 18 0 22 0 524064562 16083488768 48132 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5076/statm: 3926633 48132 2270 9 0 3917352 0
[pid=5076/tid=5079] ppid=5074 vsize=15706532 CPUtime=0.28 cores=1,3,5,7
/proc/5076/task/5079/stat : 5079 (java) S 5074 5076 5028 0 -1 4202560 5535 0 1 0 27 1 0 0 20 0 22 0 524064563 16083488768 48132 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 3 0 0 0
[pid=5076/tid=5081] ppid=5074 vsize=15706532 CPUtime=0 cores=1,3,5,7
/proc/5076/task/5081/stat : 5081 (java) S 5074 5076 5028 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 22 0 524064563 16083488768 48132 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 5 0 0 0
[pid=5076/tid=5082] ppid=5074 vsize=15706532 CPUtime=0 cores=1,3,5,7
/proc/5076/task/5082/stat : 5082 (java) S 5074 5076 5028 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 22 0 524064563 16083488768 48132 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 5 0 0 0
[pid=5076/tid=5083] ppid=5074 vsize=15706532 CPUtime=0 cores=1,3,5,7
/proc/5076/task/5083/stat : 5083 (java) S 5074 5076 5028 0 -1 4202560 279 0 0 0 0 0 0 0 15 0 22 0 524064563 16083488768 48132 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 3 0 0 0
[pid=5076/tid=5084] ppid=5074 vsize=15706532 CPUtime=0 cores=1,3,5,7
/proc/5076/task/5084/stat : 5084 (java) S 5074 5076 5028 0 -1 4202560 213 0 0 0 0 0 0 0 16 0 22 0 524064563 16083488768 48132 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 7 0 0 0
[pid=5076/tid=5085] ppid=5074 vsize=15706532 CPUtime=0 cores=1,3,5,7
/proc/5076/task/5085/stat : 5085 (java) S 5074 5076 5028 0 -1 4202560 86 0 0 0 0 0 0 0 15 0 22 0 524064563 16083488768 48132 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 1 0 0 0
[pid=5076/tid=5086] ppid=5074 vsize=15706532 CPUtime=0 cores=1,3,5,7
/proc/5076/task/5086/stat : 5086 (java) S 5074 5076 5028 0 -1 4202560 741 0 0 0 0 0 0 0 15 0 22 0 524064563 16083488768 48132 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 1 0 0 0
[pid=5076/tid=5087] ppid=5074 vsize=15706532 CPUtime=0 cores=1,3,5,7
/proc/5076/task/5087/stat : 5087 (java) S 5074 5076 5028 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 22 0 524064563 16083488768 48132 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 1 0 0 0
[pid=5076/tid=5088] ppid=5074 vsize=15706532 CPUtime=0 cores=1,3,5,7
/proc/5076/task/5088/stat : 5088 (java) S 5074 5076 5028 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 22 0 524064563 16083488768 48132 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 5 0 0 0
[pid=5076/tid=5089] ppid=5074 vsize=15706532 CPUtime=0 cores=1,3,5,7
/proc/5076/task/5089/stat : 5089 (java) S 5074 5076 5028 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 524064564 16083488768 48132 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606683136 0 0 0 16800975 18446604471137882240 0 0 -1 5 0 0 0
[pid=5076/tid=5090] ppid=5074 vsize=15706532 CPUtime=0 cores=1,3,5,7
/proc/5076/task/5090/stat : 5090 (java) S 5074 5076 5028 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 524064565 16083488768 48132 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 7 0 0 0
[pid=5076/tid=5091] ppid=5074 vsize=15706532 CPUtime=0 cores=1,3,5,7
/proc/5076/task/5091/stat : 5091 (java) S 5074 5076 5028 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524064565 16083488768 48132 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 5 0 0 0
[pid=5076/tid=5097] ppid=5074 vsize=15706532 CPUtime=0 cores=1,3,5,7
/proc/5076/task/5097/stat : 5097 (java) S 5074 5076 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524064567 16083488768 48132 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606690225 0 4 0 16800975 18446604471137882240 0 0 -1 5 0 0 0
[pid=5076/tid=5098] ppid=5074 vsize=15706532 CPUtime=0.99 cores=1,3,5,7
/proc/5076/task/5098/stat : 5098 (java) R 5074 5076 5028 0 -1 4202560 11916 0 0 0 97 2 0 0 25 0 22 0 524064567 16083488768 48132 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 47536341852207 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5076/tid=5099] ppid=5074 vsize=15706532 CPUtime=0.44 cores=1,3,5,7
/proc/5076/task/5099/stat : 5099 (java) S 5074 5076 5028 0 -1 4202560 3691 0 0 0 44 0 0 0 25 0 22 0 524064567 16083488768 48132 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 5 0 0 0
[pid=5076/tid=5100] ppid=5074 vsize=15706532 CPUtime=0 cores=1,3,5,7
/proc/5076/task/5100/stat : 5100 (java) S 5074 5076 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524064567 16083488768 48132 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 5 0 0 0
[pid=5076/tid=5101] ppid=5074 vsize=15706532 CPUtime=0 cores=1,3,5,7
/proc/5076/task/5101/stat : 5101 (java) S 5074 5076 5028 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524064567 16083488768 48132 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606683136 0 4 0 16800975 18446604471137882240 0 0 -1 1 0 0 0
[pid=5076/tid=5102] ppid=5074 vsize=15706532 CPUtime=0.68 cores=1,3,5,7
/proc/5076/task/5102/stat : 5102 (java) R 5074 5076 5028 0 -1 4202560 4589 0 0 0 68 0 0 0 19 0 22 0 524064585 16083488768 48132 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 46912505650501 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5076/tid=5103] ppid=5074 vsize=15706532 CPUtime=0.81 cores=1,3,5,7
/proc/5076/task/5103/stat : 5103 (java) R 5074 5076 5028 0 -1 4202560 6855 0 0 0 81 0 0 0 20 0 22 0 524064585 16083488768 48132 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 46912505786632 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5076/tid=5104] ppid=5074 vsize=15706532 CPUtime=0.93 cores=1,3,5,7
/proc/5076/task/5104/stat : 5104 (java) R 5074 5076 5028 0 -1 4202560 8909 0 0 0 93 0 0 0 18 0 22 0 524064585 16083488768 48132 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 46912505641071 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5076/tid=5105] ppid=5074 vsize=15706532 CPUtime=0.88 cores=1,3,5,7
/proc/5076/task/5105/stat : 5105 (java) R 5074 5076 5028 0 -1 4202560 9849 0 0 0 88 0 0 0 18 0 22 0 524064585 16083488768 48132 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 18446744073699065959 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.1
Current children cumulated vsize (KiB) 15706532

[startup+3.10141 s]
/proc/loadavg: 4.22 4.23 5.12 10/220 5109
/proc/meminfo: memFree=30832436/32950928 swapFree=67111404/67111528
[pid=5076] ppid=5074 vsize=15706532 CPUtime=11.44 cores=1,3,5,7
/proc/5076/stat : 5076 (java) S 5074 5076 5028 0 -1 4202496 58158 0 1 0 1136 8 0 0 18 0 22 0 524064562 16083488768 47747 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5076/statm: 3926633 47747 2276 9 0 3917352 0
[pid=5076/tid=5079] ppid=5074 vsize=15706532 CPUtime=0.28 cores=1,3,5,7
/proc/5076/task/5079/stat : 5079 (java) S 5074 5076 5028 0 -1 4202560 5535 0 1 0 27 1 0 0 20 0 22 0 524064563 16083488768 47747 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 3 0 0 0
[pid=5076/tid=5081] ppid=5074 vsize=15706532 CPUtime=0 cores=1,3,5,7
/proc/5076/task/5081/stat : 5081 (java) S 5074 5076 5028 0 -1 4202560 607 0 0 0 0 0 0 0 15 0 22 0 524064563 16083488768 47747 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 1 0 0 0
[pid=5076/tid=5082] ppid=5074 vsize=15706532 CPUtime=0 cores=1,3,5,7
/proc/5076/task/5082/stat : 5082 (java) S 5074 5076 5028 0 -1 4202560 366 0 0 0 0 0 0 0 15 0 22 0 524064563 16083488768 47747 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 1 0 0 0
[pid=5076/tid=5083] ppid=5074 vsize=15706532 CPUtime=0 cores=1,3,5,7
/proc/5076/task/5083/stat : 5083 (java) S 5074 5076 5028 0 -1 4202560 639 0 0 0 0 0 0 0 16 0 22 0 524064563 16083488768 47747 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 7 0 0 0
[pid=5076/tid=5084] ppid=5074 vsize=15706532 CPUtime=0 cores=1,3,5,7
/proc/5076/task/5084/stat : 5084 (java) S 5074 5076 5028 0 -1 4202560 676 0 0 0 0 0 0 0 15 0 22 0 524064563 16083488768 47747 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 7 0 0 0
[pid=5076/tid=5085] ppid=5074 vsize=15706532 CPUtime=0 cores=1,3,5,7
/proc/5076/task/5085/stat : 5085 (java) S 5074 5076 5028 0 -1 4202560 600 0 0 0 0 0 0 0 15 0 22 0 524064563 16083488768 47747 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 1 0 0 0
[pid=5076/tid=5086] ppid=5074 vsize=15706532 CPUtime=0 cores=1,3,5,7
/proc/5076/task/5086/stat : 5086 (java) S 5074 5076 5028 0 -1 4202560 1252 0 0 0 0 0 0 0 16 0 22 0 524064563 16083488768 47747 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 5 0 0 0
[pid=5076/tid=5087] ppid=5074 vsize=15706532 CPUtime=0 cores=1,3,5,7
/proc/5076/task/5087/stat : 5087 (java) S 5074 5076 5028 0 -1 4202560 845 0 0 0 0 0 0 0 15 0 22 0 524064563 16083488768 47747 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 5 0 0 0
[pid=5076/tid=5088] ppid=5074 vsize=15706532 CPUtime=0 cores=1,3,5,7
/proc/5076/task/5088/stat : 5088 (java) S 5074 5076 5028 0 -1 4202560 173 0 0 0 0 0 0 0 15 0 22 0 524064563 16083488768 47747 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 3 0 0 0
[pid=5076/tid=5089] ppid=5074 vsize=15706532 CPUtime=0 cores=1,3,5,7
/proc/5076/task/5089/stat : 5089 (java) S 5074 5076 5028 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 22 0 524064564 16083488768 47747 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606683136 0 0 0 16800975 18446604471137882240 0 0 -1 3 0 0 0
[pid=5076/tid=5090] ppid=5074 vsize=15706532 CPUtime=0 cores=1,3,5,7
/proc/5076/task/5090/stat : 5090 (java) S 5074 5076 5028 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 524064565 16083488768 47747 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 7 0 0 0
[pid=5076/tid=5091] ppid=5074 vsize=15706532 CPUtime=0 cores=1,3,5,7
/proc/5076/task/5091/stat : 5091 (java) S 5074 5076 5028 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524064565 16083488768 47747 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 5 0 0 0
[pid=5076/tid=5097] ppid=5074 vsize=15706532 CPUtime=0 cores=1,3,5,7
/proc/5076/task/5097/stat : 5097 (java) S 5074 5076 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524064567 16083488768 47747 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606690225 0 4 0 16800975 18446604471137882240 0 0 -1 5 0 0 0
[pid=5076/tid=5098] ppid=5074 vsize=15706532 CPUtime=1.1 cores=1,3,5,7
/proc/5076/task/5098/stat : 5098 (java) S 5074 5076 5028 0 -1 4202560 12094 0 0 0 108 2 0 0 24 0 22 0 524064567 16083488768 47747 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 3 0 0 0
[pid=5076/tid=5099] ppid=5074 vsize=15706532 CPUtime=0.56 cores=1,3,5,7
/proc/5076/task/5099/stat : 5099 (java) S 5074 5076 5028 0 -1 4202560 3712 0 0 0 56 0 0 0 17 0 22 0 524064567 16083488768 47747 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 5 0 0 0
[pid=5076/tid=5100] ppid=5074 vsize=15706532 CPUtime=0 cores=1,3,5,7
/proc/5076/task/5100/stat : 5100 (java) S 5074 5076 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524064567 16083488768 47747 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 5 0 0 0
[pid=5076/tid=5101] ppid=5074 vsize=15706532 CPUtime=0 cores=1,3,5,7
/proc/5076/task/5101/stat : 5101 (java) S 5074 5076 5028 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524064567 16083488768 47747 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606683136 0 4 0 16800975 18446604471137882240 0 0 -1 1 0 0 0
[pid=5076/tid=5102] ppid=5074 vsize=15706532 CPUtime=2.14 cores=1,3,5,7
/proc/5076/task/5102/stat : 5102 (java) R 5074 5076 5028 0 -1 4202560 4593 0 0 0 214 0 0 0 23 0 22 0 524064585 16083488768 47747 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 46912505786534 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5076/tid=5103] ppid=5074 vsize=15706532 CPUtime=2.33 cores=1,3,5,7
/proc/5076/task/5103/stat : 5103 (java) R 5074 5076 5028 0 -1 4202560 6867 0 0 0 233 0 0 0 24 0 22 0 524064585 16083488768 47747 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 46912505523263 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5076/tid=5104] ppid=5074 vsize=15706532 CPUtime=2.46 cores=1,3,5,7
/proc/5076/task/5104/stat : 5104 (java) R 5074 5076 5028 0 -1 4202560 8932 0 0 0 246 0 0 0 21 0 22 0 524064585 16083488768 47747 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5076/tid=5105] ppid=5074 vsize=15706532 CPUtime=2.45 cores=1,3,5,7
/proc/5076/task/5105/stat : 5105 (java) R 5074 5076 5028 0 -1 4202560 9854 0 0 0 245 0 0 0 20 0 22 0 524064585 16083488768 47747 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 46912505640928 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.44
Current children cumulated vsize (KiB) 15706532

[startup+6.30085 s]
/proc/loadavg: 4.60 4.31 5.14 9/220 5109
/proc/meminfo: memFree=30850180/32950928 swapFree=67111404/67111528
[pid=5076] ppid=5074 vsize=15706532 CPUtime=24.17 cores=1,3,5,7
/proc/5076/stat : 5076 (java) S 5074 5076 5028 0 -1 4202496 66396 0 1 0 2407 10 0 0 18 0 22 0 524064562 16083488768 48615 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5076/statm: 3926633 48615 2286 9 0 3917352 0
[pid=5076/tid=5079] ppid=5074 vsize=15706532 CPUtime=0.28 cores=1,3,5,7
/proc/5076/task/5079/stat : 5079 (java) S 5074 5076 5028 0 -1 4202560 5535 0 1 0 27 1 0 0 20 0 22 0 524064563 16083488768 48615 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 3 0 0 0
[pid=5076/tid=5081] ppid=5074 vsize=15706532 CPUtime=0.01 cores=1,3,5,7
/proc/5076/task/5081/stat : 5081 (java) S 5074 5076 5028 0 -1 4202560 904 0 0 0 1 0 0 0 16 0 22 0 524064563 16083488768 48615 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 1 0 0 0
[pid=5076/tid=5082] ppid=5074 vsize=15706532 CPUtime=0.01 cores=1,3,5,7
/proc/5076/task/5082/stat : 5082 (java) S 5074 5076 5028 0 -1 4202560 923 0 0 0 1 0 0 0 16 0 22 0 524064563 16083488768 48615 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 7 0 0 0
[pid=5076/tid=5083] ppid=5074 vsize=15706532 CPUtime=0.01 cores=1,3,5,7
/proc/5076/task/5083/stat : 5083 (java) S 5074 5076 5028 0 -1 4202560 1060 0 0 0 1 0 0 0 15 0 22 0 524064563 16083488768 48615 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 1 0 0 0
[pid=5076/tid=5084] ppid=5074 vsize=15706532 CPUtime=0.01 cores=1,3,5,7
/proc/5076/task/5084/stat : 5084 (java) S 5074 5076 5028 0 -1 4202560 1076 0 0 0 1 0 0 0 16 0 22 0 524064563 16083488768 48615 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 5 0 0 0
[pid=5076/tid=5085] ppid=5074 vsize=15706532 CPUtime=0.01 cores=1,3,5,7
/proc/5076/task/5085/stat : 5085 (java) S 5074 5076 5028 0 -1 4202560 1049 0 0 0 1 0 0 0 15 0 22 0 524064563 16083488768 48615 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 5 0 0 0
[pid=5076/tid=5086] ppid=5074 vsize=15706532 CPUtime=0.01 cores=1,3,5,7
/proc/5076/task/5086/stat : 5086 (java) S 5074 5076 5028 0 -1 4202560 1560 0 0 0 1 0 0 0 15 0 22 0 524064563 16083488768 48615 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 1 0 0 0
[pid=5076/tid=5087] ppid=5074 vsize=15706532 CPUtime=0.01 cores=1,3,5,7
/proc/5076/task/5087/stat : 5087 (java) S 5074 5076 5028 0 -1 4202560 1206 0 0 0 1 0 0 0 16 0 22 0 524064563 16083488768 48615 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 3 0 0 0
[pid=5076/tid=5088] ppid=5074 vsize=15706532 CPUtime=0 cores=1,3,5,7
/proc/5076/task/5088/stat : 5088 (java) S 5074 5076 5028 0 -1 4202560 358 0 0 0 0 0 0 0 15 0 22 0 524064563 16083488768 48615 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 5 0 0 0

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

/proc/5076/task/5098/stat : 5098 (java) S 5074 5076 5028 0 -1 4202560 12123 0 0 0 126 2 0 0 15 0 22 0 524064567 16083488768 83944 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 3 0 0 0
[pid=5076/tid=5099] ppid=5074 vsize=15706532 CPUtime=0.63 cores=1,3,5,7
/proc/5076/task/5099/stat : 5099 (java) S 5074 5076 5028 0 -1 4202560 3731 0 0 0 63 0 0 0 16 0 22 0 524064567 16083488768 83944 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 5 0 0 0
[pid=5076/tid=5100] ppid=5074 vsize=15706532 CPUtime=0 cores=1,3,5,7
/proc/5076/task/5100/stat : 5100 (java) S 5074 5076 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524064567 16083488768 83944 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 5 0 0 0
[pid=5076/tid=5101] ppid=5074 vsize=15706532 CPUtime=0 cores=1,3,5,7
/proc/5076/task/5101/stat : 5101 (java) S 5074 5076 5028 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 22 0 524064567 16083488768 83944 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606683136 0 4 0 16800975 18446604471137882240 0 0 -1 5 0 0 0
[pid=5076/tid=5102] ppid=5074 vsize=15706532 CPUtime=55.26 cores=1,3,5,7
/proc/5076/task/5102/stat : 5102 (java) R 5074 5076 5028 0 -1 4202560 22208 0 0 0 5523 3 0 0 25 0 22 0 524064585 16083488768 83944 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 46912506101019 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5076/tid=5103] ppid=5074 vsize=15706532 CPUtime=55.36 cores=1,3,5,7
/proc/5076/task/5103/stat : 5103 (java) R 5074 5076 5028 0 -1 4202560 23684 0 0 0 5532 4 0 0 18 0 22 0 524064585 16083488768 83944 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 46912505980488 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5076/tid=5104] ppid=5074 vsize=15706532 CPUtime=55.63 cores=1,3,5,7
/proc/5076/task/5104/stat : 5104 (java) R 5074 5076 5028 0 -1 4202560 26271 0 0 0 5559 4 0 0 25 0 22 0 524064585 16083488768 83944 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 46912505911866 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5076/tid=5105] ppid=5074 vsize=15706532 CPUtime=55.56 cores=1,3,5,7
/proc/5076/task/5105/stat : 5105 (java) R 5074 5076 5028 0 -1 4202560 26540 0 0 0 5553 3 0 0 25 0 22 0 524064585 16083488768 83944 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 46912505747927 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 225.39
Current children cumulated vsize (KiB) 15706532

[startup+57.8008 s]
/proc/loadavg: 6.45 4.85 5.28 7/220 5111
/proc/meminfo: memFree=30617372/32950928 swapFree=67111404/67111528
[pid=5076] ppid=5074 vsize=15706532 CPUtime=227.51 cores=1,3,5,7
/proc/5076/stat : 5076 (java) S 5074 5076 5028 0 -1 4202496 181418 0 1 0 22718 33 0 0 18 0 22 0 524064562 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5076/statm: 3926633 82860 2289 9 0 3917352 0
[pid=5076/tid=5079] ppid=5074 vsize=15706532 CPUtime=0.28 cores=1,3,5,7
/proc/5076/task/5079/stat : 5079 (java) S 5074 5076 5028 0 -1 4202560 5535 0 1 0 27 1 0 0 20 0 22 0 524064563 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 3 0 0 0
[pid=5076/tid=5081] ppid=5074 vsize=15706532 CPUtime=0.15 cores=1,3,5,7
/proc/5076/task/5081/stat : 5081 (java) S 5074 5076 5028 0 -1 4202560 7245 0 0 0 14 1 0 0 15 0 22 0 524064563 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 7 0 0 0
[pid=5076/tid=5082] ppid=5074 vsize=15706532 CPUtime=0.13 cores=1,3,5,7
/proc/5076/task/5082/stat : 5082 (java) S 5074 5076 5028 0 -1 4202560 7575 0 0 0 13 0 0 0 15 0 22 0 524064563 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 7 0 0 0
[pid=5076/tid=5083] ppid=5074 vsize=15706532 CPUtime=0.15 cores=1,3,5,7
/proc/5076/task/5083/stat : 5083 (java) S 5074 5076 5028 0 -1 4202560 8335 0 0 0 14 1 0 0 15 0 22 0 524064563 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 3 0 0 0
[pid=5076/tid=5084] ppid=5074 vsize=15706532 CPUtime=0.15 cores=1,3,5,7
/proc/5076/task/5084/stat : 5084 (java) S 5074 5076 5028 0 -1 4202560 7409 0 0 0 14 1 0 0 15 0 22 0 524064563 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 7 0 0 0
[pid=5076/tid=5085] ppid=5074 vsize=15706532 CPUtime=0.14 cores=1,3,5,7
/proc/5076/task/5085/stat : 5085 (java) S 5074 5076 5028 0 -1 4202560 7334 0 0 0 13 1 0 0 15 0 22 0 524064563 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 1 0 0 0
[pid=5076/tid=5086] ppid=5074 vsize=15706532 CPUtime=0.15 cores=1,3,5,7
/proc/5076/task/5086/stat : 5086 (java) S 5074 5076 5028 0 -1 4202560 7589 0 0 0 14 1 0 0 15 0 22 0 524064563 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 5 0 0 0
[pid=5076/tid=5087] ppid=5074 vsize=15706532 CPUtime=0.15 cores=1,3,5,7
/proc/5076/task/5087/stat : 5087 (java) S 5074 5076 5028 0 -1 4202560 7437 0 0 0 14 1 0 0 15 0 22 0 524064563 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 3 0 0 0
[pid=5076/tid=5088] ppid=5074 vsize=15706532 CPUtime=0.13 cores=1,3,5,7
/proc/5076/task/5088/stat : 5088 (java) S 5074 5076 5028 0 -1 4202560 6699 0 0 0 12 1 0 0 15 0 22 0 524064563 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 5 0 0 0
[pid=5076/tid=5089] ppid=5074 vsize=15706532 CPUtime=0.1 cores=1,3,5,7
/proc/5076/task/5089/stat : 5089 (java) S 5074 5076 5028 0 -1 4202560 309 0 0 0 7 3 0 0 15 0 22 0 524064564 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606683136 0 0 0 16800975 18446604471137882240 0 0 -1 7 0 0 0
[pid=5076/tid=5090] ppid=5074 vsize=15706532 CPUtime=0 cores=1,3,5,7
/proc/5076/task/5090/stat : 5090 (java) S 5074 5076 5028 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 524064565 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 7 0 0 0
[pid=5076/tid=5091] ppid=5074 vsize=15706532 CPUtime=0 cores=1,3,5,7
/proc/5076/task/5091/stat : 5091 (java) S 5074 5076 5028 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524064565 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 5 0 0 0
[pid=5076/tid=5097] ppid=5074 vsize=15706532 CPUtime=0 cores=1,3,5,7
/proc/5076/task/5097/stat : 5097 (java) S 5074 5076 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524064567 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606690225 0 4 0 16800975 18446604471137882240 0 0 -1 5 0 0 0
[pid=5076/tid=5098] ppid=5074 vsize=15706532 CPUtime=1.28 cores=1,3,5,7
/proc/5076/task/5098/stat : 5098 (java) S 5074 5076 5028 0 -1 4202560 12123 0 0 0 126 2 0 0 15 0 22 0 524064567 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 3 0 0 0
[pid=5076/tid=5099] ppid=5074 vsize=15706532 CPUtime=0.63 cores=1,3,5,7
/proc/5076/task/5099/stat : 5099 (java) S 5074 5076 5028 0 -1 4202560 3731 0 0 0 63 0 0 0 16 0 22 0 524064567 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 5 0 0 0
[pid=5076/tid=5100] ppid=5074 vsize=15706532 CPUtime=0 cores=1,3,5,7
/proc/5076/task/5100/stat : 5100 (java) S 5074 5076 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524064567 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 5 0 0 0
[pid=5076/tid=5101] ppid=5074 vsize=15706532 CPUtime=0 cores=1,3,5,7
/proc/5076/task/5101/stat : 5101 (java) S 5074 5076 5028 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 22 0 524064567 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606683136 0 4 0 16800975 18446604471137882240 0 0 -1 5 0 0 0
[pid=5076/tid=5102] ppid=5074 vsize=15706532 CPUtime=55.69 cores=1,3,5,7
/proc/5076/task/5102/stat : 5102 (java) S 5074 5076 5028 0 -1 4202560 22208 0 0 0 5566 3 0 0 23 0 22 0 524064585 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606683136 0 4 0 16800975 18446604471137882240 0 0 -1 7 0 0 0
[pid=5076/tid=5103] ppid=5074 vsize=15706532 CPUtime=55.92 cores=1,3,5,7
/proc/5076/task/5103/stat : 5103 (java) S 5074 5076 5028 0 -1 4202560 23685 0 0 0 5588 4 0 0 17 0 22 0 524064585 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606683136 0 4 0 16800975 18446604471137882240 0 0 -1 1 0 0 0
[pid=5076/tid=5104] ppid=5074 vsize=15706532 CPUtime=56.15 cores=1,3,5,7
/proc/5076/task/5104/stat : 5104 (java) S 5074 5076 5028 0 -1 4202560 26273 0 0 0 5611 4 0 0 25 0 22 0 524064585 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606683136 0 4 0 16800975 18446604471137882240 0 0 -1 5 0 0 0
[pid=5076/tid=5105] ppid=5074 vsize=15706532 CPUtime=56.16 cores=1,3,5,7
/proc/5076/task/5105/stat : 5105 (java) S 5074 5076 5028 0 -1 4202560 26542 0 0 0 5613 3 0 0 25 0 22 0 524064585 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606683136 0 4 0 16800975 18446604471137882240 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 227.51
Current children cumulated vsize (KiB) 15706532

[startup+58.0008 s]
/proc/loadavg: 6.45 4.85 5.28 7/220 5111
/proc/meminfo: memFree=30617372/32950928 swapFree=67111404/67111528
[pid=5076] ppid=5074 vsize=15706532 CPUtime=227.56 cores=1,3,5,7
/proc/5076/stat : 5076 (java) S 5074 5076 5028 0 -1 4202496 181418 0 1 0 22723 33 0 0 18 0 22 0 524064562 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5076/statm: 3926633 82860 2289 9 0 3917352 0
[pid=5076/tid=5079] ppid=5074 vsize=15706532 CPUtime=0.28 cores=1,3,5,7
/proc/5076/task/5079/stat : 5079 (java) S 5074 5076 5028 0 -1 4202560 5535 0 1 0 27 1 0 0 20 0 22 0 524064563 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 3 0 0 0
[pid=5076/tid=5081] ppid=5074 vsize=15706532 CPUtime=0.15 cores=1,3,5,7
/proc/5076/task/5081/stat : 5081 (java) S 5074 5076 5028 0 -1 4202560 7245 0 0 0 14 1 0 0 15 0 22 0 524064563 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 7 0 0 0
[pid=5076/tid=5082] ppid=5074 vsize=15706532 CPUtime=0.13 cores=1,3,5,7
/proc/5076/task/5082/stat : 5082 (java) S 5074 5076 5028 0 -1 4202560 7575 0 0 0 13 0 0 0 15 0 22 0 524064563 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 7 0 0 0
[pid=5076/tid=5083] ppid=5074 vsize=15706532 CPUtime=0.15 cores=1,3,5,7
/proc/5076/task/5083/stat : 5083 (java) S 5074 5076 5028 0 -1 4202560 8335 0 0 0 14 1 0 0 15 0 22 0 524064563 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 3 0 0 0
[pid=5076/tid=5084] ppid=5074 vsize=15706532 CPUtime=0.15 cores=1,3,5,7
/proc/5076/task/5084/stat : 5084 (java) S 5074 5076 5028 0 -1 4202560 7409 0 0 0 14 1 0 0 15 0 22 0 524064563 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 7 0 0 0
[pid=5076/tid=5085] ppid=5074 vsize=15706532 CPUtime=0.14 cores=1,3,5,7
/proc/5076/task/5085/stat : 5085 (java) S 5074 5076 5028 0 -1 4202560 7334 0 0 0 13 1 0 0 15 0 22 0 524064563 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 1 0 0 0
[pid=5076/tid=5086] ppid=5074 vsize=15706532 CPUtime=0.15 cores=1,3,5,7
/proc/5076/task/5086/stat : 5086 (java) S 5074 5076 5028 0 -1 4202560 7589 0 0 0 14 1 0 0 15 0 22 0 524064563 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 5 0 0 0
[pid=5076/tid=5087] ppid=5074 vsize=15706532 CPUtime=0.15 cores=1,3,5,7
/proc/5076/task/5087/stat : 5087 (java) S 5074 5076 5028 0 -1 4202560 7437 0 0 0 14 1 0 0 15 0 22 0 524064563 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 3 0 0 0
[pid=5076/tid=5088] ppid=5074 vsize=15706532 CPUtime=0.13 cores=1,3,5,7
/proc/5076/task/5088/stat : 5088 (java) S 5074 5076 5028 0 -1 4202560 6699 0 0 0 12 1 0 0 15 0 22 0 524064563 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 5 0 0 0
[pid=5076/tid=5089] ppid=5074 vsize=15706532 CPUtime=0.1 cores=1,3,5,7
/proc/5076/task/5089/stat : 5089 (java) S 5074 5076 5028 0 -1 4202560 309 0 0 0 7 3 0 0 15 0 22 0 524064564 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606683136 0 0 0 16800975 18446604471137882240 0 0 -1 7 0 0 0
[pid=5076/tid=5090] ppid=5074 vsize=15706532 CPUtime=0 cores=1,3,5,7
/proc/5076/task/5090/stat : 5090 (java) S 5074 5076 5028 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 524064565 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 7 0 0 0
[pid=5076/tid=5091] ppid=5074 vsize=15706532 CPUtime=0 cores=1,3,5,7
/proc/5076/task/5091/stat : 5091 (java) S 5074 5076 5028 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524064565 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 5 0 0 0
[pid=5076/tid=5097] ppid=5074 vsize=15706532 CPUtime=0 cores=1,3,5,7
/proc/5076/task/5097/stat : 5097 (java) S 5074 5076 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524064567 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606690225 0 4 0 16800975 18446604471137882240 0 0 -1 5 0 0 0
[pid=5076/tid=5098] ppid=5074 vsize=15706532 CPUtime=1.28 cores=1,3,5,7
/proc/5076/task/5098/stat : 5098 (java) S 5074 5076 5028 0 -1 4202560 12123 0 0 0 126 2 0 0 15 0 22 0 524064567 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 3 0 0 0
[pid=5076/tid=5099] ppid=5074 vsize=15706532 CPUtime=0.63 cores=1,3,5,7
/proc/5076/task/5099/stat : 5099 (java) S 5074 5076 5028 0 -1 4202560 3731 0 0 0 63 0 0 0 16 0 22 0 524064567 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 5 0 0 0
[pid=5076/tid=5100] ppid=5074 vsize=15706532 CPUtime=0 cores=1,3,5,7
/proc/5076/task/5100/stat : 5100 (java) S 5074 5076 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524064567 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 5 0 0 0
[pid=5076/tid=5101] ppid=5074 vsize=15706532 CPUtime=0 cores=1,3,5,7
/proc/5076/task/5101/stat : 5101 (java) S 5074 5076 5028 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 22 0 524064567 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606683136 0 4 0 16800975 18446604471137882240 0 0 -1 5 0 0 0
[pid=5076/tid=5102] ppid=5074 vsize=15706532 CPUtime=55.71 cores=1,3,5,7
/proc/5076/task/5102/stat : 5102 (java) S 5074 5076 5028 0 -1 4202560 22208 0 0 0 5568 3 0 0 22 0 22 0 524064585 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606683136 0 4 0 16800975 18446604471137882240 0 0 -1 7 0 0 0
[pid=5076/tid=5103] ppid=5074 vsize=15706532 CPUtime=55.94 cores=1,3,5,7
/proc/5076/task/5103/stat : 5103 (java) S 5074 5076 5028 0 -1 4202560 23685 0 0 0 5590 4 0 0 15 0 22 0 524064585 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606683136 0 4 0 16800975 18446604471137882240 0 0 -1 1 0 0 0
[pid=5076/tid=5104] ppid=5074 vsize=15706532 CPUtime=56.17 cores=1,3,5,7
/proc/5076/task/5104/stat : 5104 (java) S 5074 5076 5028 0 -1 4202560 26273 0 0 0 5613 4 0 0 23 0 22 0 524064585 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606683136 0 4 0 16800975 18446604471137882240 0 0 -1 5 0 0 0
[pid=5076/tid=5105] ppid=5074 vsize=15706532 CPUtime=56.16 cores=1,3,5,7
/proc/5076/task/5105/stat : 5105 (java) S 5074 5076 5028 0 -1 4202560 26542 0 0 0 5613 3 0 0 23 0 22 0 524064585 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606683136 0 4 0 16800975 18446604471137882240 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 227.56
Current children cumulated vsize (KiB) 15706532

[startup+58.1007 s]
/proc/loadavg: 6.45 4.85 5.28 7/220 5111
/proc/meminfo: memFree=30617372/32950928 swapFree=67111404/67111528
[pid=5076] ppid=5074 vsize=15706532 CPUtime=227.56 cores=1,3,5,7
/proc/5076/stat : 5076 (java) S 5074 5076 5028 0 -1 4202496 181418 0 1 0 22723 33 0 0 18 0 22 0 524064562 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5076/statm: 3926633 82860 2289 9 0 3917352 0
[pid=5076/tid=5079] ppid=5074 vsize=15706532 CPUtime=0.28 cores=1,3,5,7
/proc/5076/task/5079/stat : 5079 (java) S 5074 5076 5028 0 -1 4202560 5535 0 1 0 27 1 0 0 20 0 22 0 524064563 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 3 0 0 0
[pid=5076/tid=5081] ppid=5074 vsize=15706532 CPUtime=0.15 cores=1,3,5,7
/proc/5076/task/5081/stat : 5081 (java) S 5074 5076 5028 0 -1 4202560 7245 0 0 0 14 1 0 0 15 0 22 0 524064563 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 7 0 0 0
[pid=5076/tid=5082] ppid=5074 vsize=15706532 CPUtime=0.13 cores=1,3,5,7
/proc/5076/task/5082/stat : 5082 (java) S 5074 5076 5028 0 -1 4202560 7575 0 0 0 13 0 0 0 15 0 22 0 524064563 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 7 0 0 0
[pid=5076/tid=5083] ppid=5074 vsize=15706532 CPUtime=0.15 cores=1,3,5,7
/proc/5076/task/5083/stat : 5083 (java) S 5074 5076 5028 0 -1 4202560 8335 0 0 0 14 1 0 0 15 0 22 0 524064563 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 3 0 0 0
[pid=5076/tid=5084] ppid=5074 vsize=15706532 CPUtime=0.15 cores=1,3,5,7
/proc/5076/task/5084/stat : 5084 (java) S 5074 5076 5028 0 -1 4202560 7409 0 0 0 14 1 0 0 15 0 22 0 524064563 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 7 0 0 0
[pid=5076/tid=5085] ppid=5074 vsize=15706532 CPUtime=0.14 cores=1,3,5,7
/proc/5076/task/5085/stat : 5085 (java) S 5074 5076 5028 0 -1 4202560 7334 0 0 0 13 1 0 0 15 0 22 0 524064563 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 1 0 0 0
[pid=5076/tid=5086] ppid=5074 vsize=15706532 CPUtime=0.15 cores=1,3,5,7
/proc/5076/task/5086/stat : 5086 (java) S 5074 5076 5028 0 -1 4202560 7589 0 0 0 14 1 0 0 15 0 22 0 524064563 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 5 0 0 0
[pid=5076/tid=5087] ppid=5074 vsize=15706532 CPUtime=0.15 cores=1,3,5,7
/proc/5076/task/5087/stat : 5087 (java) S 5074 5076 5028 0 -1 4202560 7437 0 0 0 14 1 0 0 15 0 22 0 524064563 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 3 0 0 0
[pid=5076/tid=5088] ppid=5074 vsize=15706532 CPUtime=0.13 cores=1,3,5,7
/proc/5076/task/5088/stat : 5088 (java) S 5074 5076 5028 0 -1 4202560 6699 0 0 0 12 1 0 0 15 0 22 0 524064563 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 5 0 0 0
[pid=5076/tid=5089] ppid=5074 vsize=15706532 CPUtime=0.1 cores=1,3,5,7
/proc/5076/task/5089/stat : 5089 (java) S 5074 5076 5028 0 -1 4202560 309 0 0 0 7 3 0 0 15 0 22 0 524064564 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606683136 0 0 0 16800975 18446604471137882240 0 0 -1 7 0 0 0
[pid=5076/tid=5090] ppid=5074 vsize=15706532 CPUtime=0 cores=1,3,5,7
/proc/5076/task/5090/stat : 5090 (java) S 5074 5076 5028 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 524064565 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 7 0 0 0
[pid=5076/tid=5091] ppid=5074 vsize=15706532 CPUtime=0 cores=1,3,5,7
/proc/5076/task/5091/stat : 5091 (java) S 5074 5076 5028 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524064565 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 5 0 0 0
[pid=5076/tid=5097] ppid=5074 vsize=15706532 CPUtime=0 cores=1,3,5,7
/proc/5076/task/5097/stat : 5097 (java) S 5074 5076 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524064567 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606690225 0 4 0 16800975 18446604471137882240 0 0 -1 5 0 0 0
[pid=5076/tid=5098] ppid=5074 vsize=15706532 CPUtime=1.28 cores=1,3,5,7
/proc/5076/task/5098/stat : 5098 (java) S 5074 5076 5028 0 -1 4202560 12123 0 0 0 126 2 0 0 15 0 22 0 524064567 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 3 0 0 0
[pid=5076/tid=5099] ppid=5074 vsize=15706532 CPUtime=0.63 cores=1,3,5,7
/proc/5076/task/5099/stat : 5099 (java) S 5074 5076 5028 0 -1 4202560 3731 0 0 0 63 0 0 0 16 0 22 0 524064567 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 5 0 0 0
[pid=5076/tid=5100] ppid=5074 vsize=15706532 CPUtime=0 cores=1,3,5,7
/proc/5076/task/5100/stat : 5100 (java) S 5074 5076 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524064567 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606682521 0 4 0 16800975 18446604471137882240 0 0 -1 5 0 0 0
[pid=5076/tid=5101] ppid=5074 vsize=15706532 CPUtime=0 cores=1,3,5,7
/proc/5076/task/5101/stat : 5101 (java) S 5074 5076 5028 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 22 0 524064567 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606683136 0 4 0 16800975 18446604471137882240 0 0 -1 5 0 0 0
[pid=5076/tid=5102] ppid=5074 vsize=15706532 CPUtime=55.71 cores=1,3,5,7
/proc/5076/task/5102/stat : 5102 (java) S 5074 5076 5028 0 -1 4202560 22208 0 0 0 5568 3 0 0 21 0 22 0 524064585 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606683136 0 4 0 16800975 18446604471137882240 0 0 -1 7 0 0 0
[pid=5076/tid=5103] ppid=5074 vsize=15706532 CPUtime=55.94 cores=1,3,5,7
/proc/5076/task/5103/stat : 5103 (java) S 5074 5076 5028 0 -1 4202560 23685 0 0 0 5590 4 0 0 15 0 22 0 524064585 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606683136 0 4 0 16800975 18446604471137882240 0 0 -1 1 0 0 0
[pid=5076/tid=5104] ppid=5074 vsize=15706532 CPUtime=56.17 cores=1,3,5,7
/proc/5076/task/5104/stat : 5104 (java) S 5074 5076 5028 0 -1 4202560 26273 0 0 0 5613 4 0 0 22 0 22 0 524064585 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606683136 0 4 0 16800975 18446604471137882240 0 0 -1 5 0 0 0
[pid=5076/tid=5105] ppid=5074 vsize=15706532 CPUtime=56.16 cores=1,3,5,7
/proc/5076/task/5105/stat : 5105 (java) S 5074 5076 5028 0 -1 4202560 26542 0 0 0 5613 3 0 0 22 0 22 0 524064585 16083488768 82860 33554432000 1073741824 1073778376 140734695920416 18446744073709551615 235606683136 0 4 0 16800975 18446604471137882240 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 227.56
Current children cumulated vsize (KiB) 15706532

Child status: 20
Real time (s): 58.1925
CPU time (s): 227.582
CPU user time (s): 227.232
CPU system time (s): 0.349946
CPU usage (%): 391.086
Max. virtual memory (cumulated for all children) (KiB): 15706532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 227.232
system time used= 0.349946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 181448
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= 16212
involuntary context switches= 8100

runsolver used 0.096985 second user time and 0.224965 second system time

The end

Launcher Data

Begin job on node120 at 2011-04-30 02:50:58
IDJOB=3312609
IDBENCH=82794
IDSOLVER=1699
FILE ID=node120/3312609-1304124658
RUNJOBID= node120-1304124658-5047
PBS_JOBID= 13170760
Free space on /tmp= 72072 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v300-c1278-S1194590195-083.UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312609-1304124658/watcher-3312609-1304124658 -o /tmp/evaluation-result-3312609-1304124658/solver-3312609-1304124658 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312609-1304124658.cnf

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

MD5SUM BENCH= 4c35fc75d3141dc63bffc905e133b00a
RANDOM SEED=1613912750

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31202420 kB
Buffers:        505676 kB
Cached:         812104 kB
SwapCached:          8 kB
Active:         412456 kB
Inactive:       974292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31202420 kB
SwapTotal:    67111528 kB
SwapFree:     67111404 kB
Dirty:            3548 kB
Writeback:           0 kB
AnonPages:       69580 kB
Mapped:          20352 kB
Slab:           296140 kB
PageTables:       5008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   772704 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= 72072 MiB
End job on node120 at 2011-04-30 02:51:56