Trace number 3313265

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 19.0791 9.06416

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/E04N18.cnf
MD5SUM070544eadaf1d78ec6f23d6f8a90e54a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.132979
Satisfiable
(Un)Satisfiability was proved
Number of variables7794
Number of clauses120068
Sum of the clauses size708976
Maximum clause length78
Minimum clause length1
Number of clauses of size 147
Number of clauses of size 220831
Number of clauses of size 316128
Number of clauses of size 47506
Number of clauses of size 516290
Number of clauses of size over 559266

Solver Data

0.10/0.11	42:17 INFO : Reading from input HOME/instance-3313265-1304185336.cnf
1.12/0.97	Executor set job limit to 1000000
1.12/0.97	Executor set job limit to 1000000
1.12/0.97	Executor set job limit to 1000000
1.12/0.97	Executor set job limit to 1000000
1.12/0.97	Starting Executor!
1.12/0.98	Starting Executor!
1.12/0.98	Starting Executor!
1.12/0.98	Starting Executor!
4.63/2.80	42:19 INFO : 6440 variables remaining out of 7794
4.63/2.80	42:19 INFO : 696322 literals remaining out of 829044
19.05/9.04	c Elapsed time 8.932
19.05/9.04	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-3313265-1304185336/watcher-3313265-1304185336 -o /tmp/evaluation-result-3313265-1304185336/solver-3313265-1304185336 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3313265-1304185336.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.85 8.00 7.79 5/198 16391
/proc/meminfo: memFree=30619896/32951124 swapFree=67111448/67111528
[pid=16391] ppid=16389 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/16391/stat : 16391 (java) S 16389 16391 16197 0 -1 4202496 1424 0 0 0 0 0 0 0 25 0 2 0 530134106 27824128 894 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820968421 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/16391/statm: 6793 894 684 9 0 381 0
[pid=16391/tid=16392] ppid=16389 vsize=28384 CPUtime=0 cores=1,3,5,7
/proc/16391/task/16392/stat : 16392 (java) R 16389 16391 16197 0 -1 4202560 71 0 0 0 0 0 0 0 25 0 2 0 530134107 29065216 898 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230804242055 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.0270041 s]
/proc/loadavg: 7.85 8.00 7.79 5/198 16391
/proc/meminfo: memFree=30619896/32951124 swapFree=67111448/67111528
[pid=16391] ppid=16389 vsize=15604116 CPUtime=0.01 cores=1,3,5,7
/proc/16391/stat : 16391 (java) S 16389 16391 16197 0 -1 4202496 3509 0 1 0 1 0 0 0 25 0 13 0 530134106 15978614784 2948 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820968421 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/16391/statm: 3901029 2948 1653 9 0 3891777 0
[pid=16391/tid=16392] ppid=16389 vsize=15604116 CPUtime=0.01 cores=1,3,5,7
/proc/16391/task/16392/stat : 16392 (java) R 16389 16391 16197 0 -1 4202560 2119 0 1 0 1 0 0 0 25 0 13 0 530134107 15978614784 2949 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 47178898252848 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) 15604116

[startup+0.100989 s]
/proc/loadavg: 7.85 8.00 7.79 5/198 16391
/proc/meminfo: memFree=30619896/32951124 swapFree=67111448/67111528
[pid=16391] ppid=16389 vsize=15676500 CPUtime=0.1 cores=1,3,5,7
/proc/16391/stat : 16391 (java) S 16389 16391 16197 0 -1 4202496 5613 0 1 0 9 1 0 0 25 0 18 0 530134106 16052736000 5013 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/16391/statm: 3919125 5013 2117 9 0 3909844 0
[pid=16391/tid=16392] ppid=16389 vsize=15676500 CPUtime=0.08 cores=1,3,5,7
/proc/16391/task/16392/stat : 16392 (java) R 16389 16391 16197 0 -1 4202560 3430 0 1 0 7 1 0 0 25 0 18 0 530134107 16052736000 5014 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 47178897849443 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) 15676500

[startup+0.30096 s]
/proc/loadavg: 7.85 8.00 7.79 5/198 16391
/proc/meminfo: memFree=30619896/32951124 swapFree=67111448/67111528
[pid=16391] ppid=16389 vsize=15681324 CPUtime=0.51 cores=1,3,5,7
/proc/16391/stat : 16391 (java) S 16389 16391 16197 0 -1 4202496 15874 0 1 0 49 2 0 0 25 0 18 0 530134106 16057675776 14106 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/16391/statm: 3920331 14113 2207 9 0 3911050 0
[pid=16391/tid=16392] ppid=16389 vsize=15681324 CPUtime=0.28 cores=1,3,5,7
/proc/16391/task/16392/stat : 16392 (java) R 16389 16391 16197 0 -1 4202560 10754 0 1 0 26 2 0 0 25 0 18 0 530134107 16057675776 14116 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 46912505639985 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15681324

[startup+0.700883 s]
/proc/loadavg: 7.85 8.00 7.79 5/198 16391
/proc/meminfo: memFree=30619896/32951124 swapFree=67111448/67111528
[pid=16391] ppid=16389 vsize=15681324 CPUtime=0.92 cores=1,3,5,7
/proc/16391/stat : 16391 (java) S 16389 16391 16197 0 -1 4202496 41766 0 1 0 87 5 0 0 25 0 18 0 530134106 16057675776 39995 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/16391/statm: 3920331 39995 2223 9 0 3911050 0
[pid=16391/tid=16392] ppid=16389 vsize=15681324 CPUtime=0.67 cores=1,3,5,7
/proc/16391/task/16392/stat : 16392 (java) R 16389 16391 16197 0 -1 4202560 35504 0 1 0 63 4 0 0 25 0 18 0 530134107 16057675776 39995 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 46912505559022 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 15681324

[startup+1.50073 s]
/proc/loadavg: 7.85 8.00 7.79 8/220 16413
/proc/meminfo: memFree=30322804/32951124 swapFree=67111448/67111528
[pid=16391] ppid=16389 vsize=15687908 CPUtime=2.24 cores=1,3,5,7
/proc/16391/stat : 16391 (java) S 16389 16391 16197 0 -1 4202496 52912 0 1 0 217 7 0 0 25 0 22 0 530134106 16064417792 47975 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/16391/statm: 3921977 47975 2255 9 0 3912696 0
[pid=16391/tid=16392] ppid=16389 vsize=15687908 CPUtime=1.47 cores=1,3,5,7
/proc/16391/task/16392/stat : 16392 (java) R 16389 16391 16197 0 -1 4202560 35612 0 1 0 143 4 0 0 25 0 22 0 530134107 16064417792 47975 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 47178894691439 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=16391/tid=16394] ppid=16389 vsize=15687908 CPUtime=0 cores=1,3,5,7
/proc/16391/task/16394/stat : 16394 (java) S 16389 16391 16197 0 -1 4202560 22 0 0 0 0 0 0 0 17 0 22 0 530134107 16064417792 47975 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 3 0 0 0
[pid=16391/tid=16395] ppid=16389 vsize=15687908 CPUtime=0 cores=1,3,5,7
/proc/16391/task/16395/stat : 16395 (java) S 16389 16391 16197 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 530134107 16064417792 47975 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 7 0 0 0
[pid=16391/tid=16396] ppid=16389 vsize=15687908 CPUtime=0 cores=1,3,5,7
/proc/16391/task/16396/stat : 16396 (java) S 16389 16391 16197 0 -1 4202560 863 0 0 0 0 0 0 0 17 0 22 0 530134107 16064417792 47975 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 5 0 0 0
[pid=16391/tid=16397] ppid=16389 vsize=15687908 CPUtime=0 cores=1,3,5,7
/proc/16391/task/16397/stat : 16397 (java) S 16389 16391 16197 0 -1 4202560 332 0 0 0 0 0 0 0 17 0 22 0 530134107 16064417792 47975 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 3 0 0 0
[pid=16391/tid=16398] ppid=16389 vsize=15687908 CPUtime=0 cores=1,3,5,7
/proc/16391/task/16398/stat : 16398 (java) S 16389 16391 16197 0 -1 4202560 742 0 0 0 0 0 0 0 17 0 22 0 530134107 16064417792 47975 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 1 0 0 0
[pid=16391/tid=16399] ppid=16389 vsize=15687908 CPUtime=0 cores=1,3,5,7
/proc/16391/task/16399/stat : 16399 (java) S 16389 16391 16197 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 530134107 16064417792 47975 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 1 0 0 0
[pid=16391/tid=16400] ppid=16389 vsize=15687908 CPUtime=0 cores=1,3,5,7
/proc/16391/task/16400/stat : 16400 (java) S 16389 16391 16197 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 530134107 16064417792 47975 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 7 0 0 0
[pid=16391/tid=16401] ppid=16389 vsize=15687908 CPUtime=0 cores=1,3,5,7
/proc/16391/task/16401/stat : 16401 (java) S 16389 16391 16197 0 -1 4202560 134 0 0 0 0 0 0 0 17 0 22 0 530134107 16064417792 47975 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 3 0 0 0
[pid=16391/tid=16402] ppid=16389 vsize=15687908 CPUtime=0 cores=1,3,5,7
/proc/16391/task/16402/stat : 16402 (java) S 16389 16391 16197 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 22 0 530134108 16064417792 47975 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820982272 0 0 0 16800975 18446604461759162304 0 0 -1 5 0 0 0
[pid=16391/tid=16403] ppid=16389 vsize=15687908 CPUtime=0 cores=1,3,5,7
/proc/16391/task/16403/stat : 16403 (java) S 16389 16391 16197 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 530134109 16064417792 47975 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 5 0 0 0
[pid=16391/tid=16404] ppid=16389 vsize=15687908 CPUtime=0 cores=1,3,5,7
/proc/16391/task/16404/stat : 16404 (java) S 16389 16391 16197 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 530134109 16064417792 47975 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 5 0 0 0
[pid=16391/tid=16405] ppid=16389 vsize=15687908 CPUtime=0 cores=1,3,5,7
/proc/16391/task/16405/stat : 16405 (java) S 16389 16391 16197 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530134111 16064417792 47975 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820989361 0 4 0 16800975 18446604461759162304 0 0 -1 5 0 0 0
[pid=16391/tid=16406] ppid=16389 vsize=15687908 CPUtime=0.22 cores=1,3,5,7
/proc/16391/task/16406/stat : 16406 (java) S 16389 16391 16197 0 -1 4202560 2555 0 0 0 22 0 0 0 17 0 22 0 530134111 16064417792 47975 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 1 0 0 0
[pid=16391/tid=16407] ppid=16389 vsize=15687908 CPUtime=0.5 cores=1,3,5,7
/proc/16391/task/16407/stat : 16407 (java) R 16389 16391 16197 0 -1 4202560 11214 0 0 0 49 1 0 0 16 0 22 0 530134111 16064417792 47975 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 47178897410896 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=16391/tid=16408] ppid=16389 vsize=15687908 CPUtime=0 cores=1,3,5,7
/proc/16391/task/16408/stat : 16408 (java) S 16389 16391 16197 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530134111 16064417792 47975 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 5 0 0 0
[pid=16391/tid=16409] ppid=16389 vsize=15687908 CPUtime=0 cores=1,3,5,7
/proc/16391/task/16409/stat : 16409 (java) S 16389 16391 16197 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530134111 16064417792 47975 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820982272 0 4 0 16800975 18446604461759162304 0 0 -1 7 0 0 0
[pid=16391/tid=16410] ppid=16389 vsize=15687908 CPUtime=0 cores=1,3,5,7
/proc/16391/task/16410/stat : 16410 (java) S 16389 16391 16197 0 -1 4202560 14 0 0 0 0 0 0 0 21 0 22 0 530134204 16064417792 47975 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820982272 0 4 0 16800975 18446604461759162304 0 0 -1 7 0 0 0
[pid=16391/tid=16411] ppid=16389 vsize=15687908 CPUtime=0 cores=1,3,5,7
/proc/16391/task/16411/stat : 16411 (java) S 16389 16391 16197 0 -1 4202560 13 0 0 0 0 0 0 0 21 0 22 0 530134204 16064417792 47975 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820982272 0 4 0 16800975 18446604461759162304 0 0 -1 7 0 0 0
[pid=16391/tid=16412] ppid=16389 vsize=15687908 CPUtime=0 cores=1,3,5,7
/proc/16391/task/16412/stat : 16412 (java) S 16389 16391 16197 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 530134204 16064417792 47975 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820982272 0 4 0 16800975 18446604461759162304 0 0 -1 7 0 0 0
[pid=16391/tid=16413] ppid=16389 vsize=15687908 CPUtime=0 cores=1,3,5,7
/proc/16391/task/16413/stat : 16413 (java) S 16389 16391 16197 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 530134204 16064417792 47975 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820982272 0 4 0 16800975 18446604461759162304 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 15687908

[startup+3.10144 s]
/proc/loadavg: 7.70 7.97 7.78 7/220 16413
/proc/meminfo: memFree=30054468/32951124 swapFree=67111448/67111528
[pid=16391] ppid=16389 vsize=15689048 CPUtime=5.11 cores=1,3,5,7
/proc/16391/stat : 16391 (java) S 16389 16391 16197 0 -1 4202496 59823 0 1 0 503 8 0 0 25 0 22 0 530134106 16065585152 53328 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/16391/statm: 3922262 53328 2275 9 0 3912981 0
[pid=16391/tid=16392] ppid=16389 vsize=15689048 CPUtime=2.77 cores=1,3,5,7
/proc/16391/task/16392/stat : 16392 (java) S 16389 16391 16197 0 -1 4202560 35676 0 1 0 273 4 0 0 25 0 22 0 530134107 16065585152 53328 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 7 0 0 0
[pid=16391/tid=16394] ppid=16389 vsize=15689048 CPUtime=0 cores=1,3,5,7
/proc/16391/task/16394/stat : 16394 (java) S 16389 16391 16197 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 22 0 530134107 16065585152 53328 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 3 0 0 0
[pid=16391/tid=16395] ppid=16389 vsize=15689048 CPUtime=0 cores=1,3,5,7
/proc/16391/task/16395/stat : 16395 (java) S 16389 16391 16197 0 -1 4202560 1071 0 0 0 0 0 0 0 16 0 22 0 530134107 16065585152 53328 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 7 0 0 0
[pid=16391/tid=16396] ppid=16389 vsize=15689048 CPUtime=0 cores=1,3,5,7
/proc/16391/task/16396/stat : 16396 (java) S 16389 16391 16197 0 -1 4202560 2254 0 0 0 0 0 0 0 16 0 22 0 530134107 16065585152 53328 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 5 0 0 0
[pid=16391/tid=16397] ppid=16389 vsize=15689048 CPUtime=0 cores=1,3,5,7
/proc/16391/task/16397/stat : 16397 (java) S 16389 16391 16197 0 -1 4202560 332 0 0 0 0 0 0 0 15 0 22 0 530134107 16065585152 53328 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 3 0 0 0
[pid=16391/tid=16398] ppid=16389 vsize=15689048 CPUtime=0 cores=1,3,5,7
/proc/16391/task/16398/stat : 16398 (java) S 16389 16391 16197 0 -1 4202560 742 0 0 0 0 0 0 0 15 0 22 0 530134107 16065585152 53328 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 1 0 0 0
[pid=16391/tid=16399] ppid=16389 vsize=15689048 CPUtime=0 cores=1,3,5,7
/proc/16391/task/16399/stat : 16399 (java) S 16389 16391 16197 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530134107 16065585152 53328 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 1 0 0 0
[pid=16391/tid=16400] ppid=16389 vsize=15689048 CPUtime=0 cores=1,3,5,7
/proc/16391/task/16400/stat : 16400 (java) S 16389 16391 16197 0 -1 4202560 617 0 0 0 0 0 0 0 16 0 22 0 530134107 16065585152 53328 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 1 0 0 0
[pid=16391/tid=16401] ppid=16389 vsize=15689048 CPUtime=0 cores=1,3,5,7
/proc/16391/task/16401/stat : 16401 (java) S 16389 16391 16197 0 -1 4202560 1249 0 0 0 0 0 0 0 16 0 22 0 530134107 16065585152 53328 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 3 0 0 0
[pid=16391/tid=16402] ppid=16389 vsize=15689048 CPUtime=0 cores=1,3,5,7
/proc/16391/task/16402/stat : 16402 (java) S 16389 16391 16197 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 530134108 16065585152 53328 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820982272 0 0 0 16800975 18446604461759162304 0 0 -1 5 0 0 0
[pid=16391/tid=16403] ppid=16389 vsize=15689048 CPUtime=0 cores=1,3,5,7
/proc/16391/task/16403/stat : 16403 (java) S 16389 16391 16197 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530134109 16065585152 53328 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 5 0 0 0
[pid=16391/tid=16404] ppid=16389 vsize=15689048 CPUtime=0 cores=1,3,5,7
/proc/16391/task/16404/stat : 16404 (java) S 16389 16391 16197 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530134109 16065585152 53328 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 5 0 0 0
[pid=16391/tid=16405] ppid=16389 vsize=15689048 CPUtime=0 cores=1,3,5,7
/proc/16391/task/16405/stat : 16405 (java) S 16389 16391 16197 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530134111 16065585152 53328 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820989361 0 4 0 16800975 18446604461759162304 0 0 -1 5 0 0 0
[pid=16391/tid=16406] ppid=16389 vsize=15689048 CPUtime=0.93 cores=1,3,5,7
/proc/16391/task/16406/stat : 16406 (java) S 16389 16391 16197 0 -1 4202560 3747 0 0 0 93 0 0 0 15 0 22 0 530134111 16065585152 53328 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 5 0 0 0
[pid=16391/tid=16407] ppid=16389 vsize=15689048 CPUtime=1.03 cores=1,3,5,7
/proc/16391/task/16407/stat : 16407 (java) S 16389 16391 16197 0 -1 4202560 12661 0 0 0 102 1 0 0 15 0 22 0 530134111 16065585152 53328 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 7 0 0 0
[pid=16391/tid=16408] ppid=16389 vsize=15689048 CPUtime=0 cores=1,3,5,7
/proc/16391/task/16408/stat : 16408 (java) S 16389 16391 16197 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530134111 16065585152 53328 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 5 0 0 0
[pid=16391/tid=16409] ppid=16389 vsize=15689048 CPUtime=0 cores=1,3,5,7
/proc/16391/task/16409/stat : 16409 (java) S 16389 16391 16197 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530134111 16065585152 53328 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820982272 0 4 0 16800975 18446604461759162304 0 0 -1 7 0 0 0
[pid=16391/tid=16410] ppid=16389 vsize=15689048 CPUtime=0 cores=1,3,5,7
/proc/16391/task/16410/stat : 16410 (java) S 16389 16391 16197 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 22 0 530134204 16065585152 53328 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820982272 0 4 0 16800975 18446604461759162304 0 0 -1 7 0 0 0
[pid=16391/tid=16411] ppid=16389 vsize=15689048 CPUtime=0 cores=1,3,5,7
/proc/16391/task/16411/stat : 16411 (java) S 16389 16391 16197 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 530134204 16065585152 53328 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820982272 0 4 0 16800975 18446604461759162304 0 0 -1 7 0 0 0
[pid=16391/tid=16412] ppid=16389 vsize=15689048 CPUtime=0.14 cores=1,3,5,7
/proc/16391/task/16412/stat : 16412 (java) R 16389 16391 16197 0 -1 4202560 7 0 0 0 14 0 0 0 16 0 22 0 530134204 16065585152 53328 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 46912506051368 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=16391/tid=16413] ppid=16389 vsize=15689048 CPUtime=0.16 cores=1,3,5,7
/proc/16391/task/16413/stat : 16413 (java) S 16389 16391 16197 0 -1 4202560 20 0 0 0 16 0 0 0 15 0 22 0 530134204 16065585152 53328 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820982272 0 4 0 16800975 18446604461759162304 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.11
Current children cumulated vsize (KiB) 15689048

[startup+6.30082 s]
/proc/loadavg: 7.70 7.97 7.78 8/220 16413
/proc/meminfo: memFree=29449364/32951124 swapFree=67111448/67111528
[pid=16391] ppid=16389 vsize=15689048 CPUtime=12.29 cores=1,3,5,7
/proc/16391/stat : 16391 (java) S 16389 16391 16197 0 -1 4202496 71906 0 1 0 1219 10 0 0 25 0 22 0 530134106 16065585152 64510 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/16391/statm: 3922262 64510 2286 9 0 3912981 0
[pid=16391/tid=16392] ppid=16389 vsize=15689048 CPUtime=2.77 cores=1,3,5,7
/proc/16391/task/16392/stat : 16392 (java) S 16389 16391 16197 0 -1 4202560 35676 0 1 0 273 4 0 0 25 0 22 0 530134107 16065585152 64510 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 7 0 0 0
[pid=16391/tid=16394] ppid=16389 vsize=15689048 CPUtime=0.02 cores=1,3,5,7
/proc/16391/task/16394/stat : 16394 (java) S 16389 16391 16197 0 -1 4202560 4358 0 0 0 1 1 0 0 16 0 22 0 530134107 16065585152 64510 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 5 0 0 0
[pid=16391/tid=16395] ppid=16389 vsize=15689048 CPUtime=0.01 cores=1,3,5,7
/proc/16391/task/16395/stat : 16395 (java) S 16389 16391 16197 0 -1 4202560 1417 0 0 0 1 0 0 0 16 0 22 0 530134107 16065585152 64510 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 1 0 0 0
[pid=16391/tid=16396] ppid=16389 vsize=15689048 CPUtime=0.02 cores=1,3,5,7
/proc/16391/task/16396/stat : 16396 (java) S 16389 16391 16197 0 -1 4202560 3079 0 0 0 2 0 0 0 16 0 22 0 530134107 16065585152 64510 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 1 0 0 0
[pid=16391/tid=16397] ppid=16389 vsize=15689048 CPUtime=0.01 cores=1,3,5,7
/proc/16391/task/16397/stat : 16397 (java) S 16389 16391 16197 0 -1 4202560 1787 0 0 0 1 0 0 0 15 0 22 0 530134107 16065585152 64510 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 1 0 0 0
[pid=16391/tid=16398] ppid=16389 vsize=15689048 CPUtime=0.01 cores=1,3,5,7
/proc/16391/task/16398/stat : 16398 (java) S 16389 16391 16197 0 -1 4202560 2229 0 0 0 1 0 0 0 15 0 22 0 530134107 16065585152 64510 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 3 0 0 0
[pid=16391/tid=16399] ppid=16389 vsize=15689048 CPUtime=0.02 cores=1,3,5,7
/proc/16391/task/16399/stat : 16399 (java) S 16389 16391 16197 0 -1 4202560 1426 0 0 0 2 0 0 0 16 0 22 0 530134107 16065585152 64510 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 7 0 0 0
[pid=16391/tid=16400] ppid=16389 vsize=15689048 CPUtime=0.01 cores=1,3,5,7
/proc/16391/task/16400/stat : 16400 (java) S 16389 16391 16197 0 -1 4202560 1466 0 0 0 1 0 0 0 15 0 22 0 530134107 16065585152 64510 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 1 0 0 0
[pid=16391/tid=16401] ppid=16389 vsize=15689048 CPUtime=0.01 cores=1,3,5,7
/proc/16391/task/16401/stat : 16401 (java) S 16389 16391 16197 0 -1 4202560 2498 0 0 0 1 0 0 0 15 0 22 0 530134107 16065585152 64510 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 1 0 0 0

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

/proc/16391/task/16406/stat : 16406 (java) S 16389 16391 16197 0 -1 4202560 3755 0 0 0 104 0 0 0 15 0 22 0 530134111 16065585152 94591 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 5 0 0 0
[pid=16391/tid=16407] ppid=16389 vsize=15689048 CPUtime=1.25 cores=1,3,5,7
/proc/16391/task/16407/stat : 16407 (java) S 16389 16391 16197 0 -1 4202560 12701 0 0 0 124 1 0 0 15 0 22 0 530134111 16065585152 94591 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 3 0 0 0
[pid=16391/tid=16408] ppid=16389 vsize=15689048 CPUtime=0 cores=1,3,5,7
/proc/16391/task/16408/stat : 16408 (java) S 16389 16391 16197 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530134111 16065585152 94591 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 5 0 0 0
[pid=16391/tid=16409] ppid=16389 vsize=15689048 CPUtime=0 cores=1,3,5,7
/proc/16391/task/16409/stat : 16409 (java) S 16389 16391 16197 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530134111 16065585152 94591 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820982272 0 4 0 16800975 18446604461759162304 0 0 -1 3 0 0 0
[pid=16391/tid=16410] ppid=16389 vsize=15689048 CPUtime=2.95 cores=1,3,5,7
/proc/16391/task/16410/stat : 16410 (java) R 16389 16391 16197 0 -1 4202560 34 0 0 0 295 0 0 0 17 0 22 0 530134204 16065585152 94591 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 46912506295400 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16391/tid=16411] ppid=16389 vsize=15689048 CPUtime=2.08 cores=1,3,5,7
/proc/16391/task/16411/stat : 16411 (java) R 16389 16391 16197 0 -1 4202560 65 0 0 0 208 0 0 0 15 0 22 0 530134204 16065585152 94591 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 46912506315605 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=16391/tid=16412] ppid=16389 vsize=15689048 CPUtime=3.27 cores=1,3,5,7
/proc/16391/task/16412/stat : 16412 (java) S 16389 16391 16197 0 -1 4202560 134 0 0 0 327 0 0 0 16 0 22 0 530134204 16065585152 94591 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820982272 0 4 0 16800975 18446604461759162304 0 0 -1 3 0 0 0
[pid=16391/tid=16413] ppid=16389 vsize=15689048 CPUtime=3.73 cores=1,3,5,7
/proc/16391/task/16413/stat : 16413 (java) R 16389 16391 16197 0 -1 4202560 1759 0 0 0 373 0 0 0 16 0 22 0 530134204 16065585152 94591 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 47178897511063 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 17.43
Current children cumulated vsize (KiB) 15689048

[startup+8.70142 s]
/proc/loadavg: 7.89 8.00 7.79 6/220 16414
/proc/meminfo: memFree=29274288/32951124 swapFree=67111448/67111528
[pid=16391] ppid=16389 vsize=15689048 CPUtime=18.91 cores=1,3,5,7
/proc/16391/stat : 16391 (java) S 16389 16391 16197 0 -1 4202496 102049 0 1 0 1876 15 0 0 25 0 22 0 530134106 16065585152 94599 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/16391/statm: 3922262 94599 2286 9 0 3912981 0
[pid=16391/tid=16392] ppid=16389 vsize=15689048 CPUtime=2.77 cores=1,3,5,7
/proc/16391/task/16392/stat : 16392 (java) S 16389 16391 16197 0 -1 4202560 35676 0 1 0 273 4 0 0 25 0 22 0 530134107 16065585152 94599 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 7 0 0 0
[pid=16391/tid=16394] ppid=16389 vsize=15689048 CPUtime=0.03 cores=1,3,5,7
/proc/16391/task/16394/stat : 16394 (java) S 16389 16391 16197 0 -1 4202560 6841 0 0 0 2 1 0 0 16 0 22 0 530134107 16065585152 94599 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 5 0 0 0
[pid=16391/tid=16395] ppid=16389 vsize=15689048 CPUtime=0.02 cores=1,3,5,7
/proc/16391/task/16395/stat : 16395 (java) S 16389 16391 16197 0 -1 4202560 3431 0 0 0 2 0 0 0 16 0 22 0 530134107 16065585152 94599 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 7 0 0 0
[pid=16391/tid=16396] ppid=16389 vsize=15689048 CPUtime=0.02 cores=1,3,5,7
/proc/16391/task/16396/stat : 16396 (java) S 16389 16391 16197 0 -1 4202560 5099 0 0 0 2 0 0 0 15 0 22 0 530134107 16065585152 94599 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 1 0 0 0
[pid=16391/tid=16397] ppid=16389 vsize=15689048 CPUtime=0.03 cores=1,3,5,7
/proc/16391/task/16397/stat : 16397 (java) S 16389 16391 16197 0 -1 4202560 7470 0 0 0 2 1 0 0 15 0 22 0 530134107 16065585152 94599 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 5 0 0 0
[pid=16391/tid=16398] ppid=16389 vsize=15689048 CPUtime=0.04 cores=1,3,5,7
/proc/16391/task/16398/stat : 16398 (java) S 16389 16391 16197 0 -1 4202560 8901 0 0 0 3 1 0 0 16 0 22 0 530134107 16065585152 94599 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 3 0 0 0
[pid=16391/tid=16399] ppid=16389 vsize=15689048 CPUtime=0.03 cores=1,3,5,7
/proc/16391/task/16399/stat : 16399 (java) S 16389 16391 16197 0 -1 4202560 5494 0 0 0 3 0 0 0 15 0 22 0 530134107 16065585152 94599 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 3 0 0 0
[pid=16391/tid=16400] ppid=16389 vsize=15689048 CPUtime=0.01 cores=1,3,5,7
/proc/16391/task/16400/stat : 16400 (java) S 16389 16391 16197 0 -1 4202560 4217 0 0 0 1 0 0 0 15 0 22 0 530134107 16065585152 94599 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 3 0 0 0
[pid=16391/tid=16401] ppid=16389 vsize=15689048 CPUtime=0.02 cores=1,3,5,7
/proc/16391/task/16401/stat : 16401 (java) S 16389 16391 16197 0 -1 4202560 4956 0 0 0 1 1 0 0 16 0 22 0 530134107 16065585152 94599 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 1 0 0 0
[pid=16391/tid=16402] ppid=16389 vsize=15689048 CPUtime=0 cores=1,3,5,7
/proc/16391/task/16402/stat : 16402 (java) S 16389 16391 16197 0 -1 4202560 122 0 0 0 0 0 0 0 15 0 22 0 530134108 16065585152 94599 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820982272 0 0 0 16800975 18446604461759162304 0 0 -1 5 0 0 0
[pid=16391/tid=16403] ppid=16389 vsize=15689048 CPUtime=0 cores=1,3,5,7
/proc/16391/task/16403/stat : 16403 (java) S 16389 16391 16197 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530134109 16065585152 94599 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 5 0 0 0
[pid=16391/tid=16404] ppid=16389 vsize=15689048 CPUtime=0 cores=1,3,5,7
/proc/16391/task/16404/stat : 16404 (java) S 16389 16391 16197 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530134109 16065585152 94599 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 5 0 0 0
[pid=16391/tid=16405] ppid=16389 vsize=15689048 CPUtime=0 cores=1,3,5,7
/proc/16391/task/16405/stat : 16405 (java) S 16389 16391 16197 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530134111 16065585152 94599 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820989361 0 4 0 16800975 18446604461759162304 0 0 -1 5 0 0 0
[pid=16391/tid=16406] ppid=16389 vsize=15689048 CPUtime=1.04 cores=1,3,5,7
/proc/16391/task/16406/stat : 16406 (java) S 16389 16391 16197 0 -1 4202560 3755 0 0 0 104 0 0 0 15 0 22 0 530134111 16065585152 94599 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 5 0 0 0
[pid=16391/tid=16407] ppid=16389 vsize=15689048 CPUtime=1.25 cores=1,3,5,7
/proc/16391/task/16407/stat : 16407 (java) S 16389 16391 16197 0 -1 4202560 12701 0 0 0 124 1 0 0 15 0 22 0 530134111 16065585152 94599 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 3 0 0 0
[pid=16391/tid=16408] ppid=16389 vsize=15689048 CPUtime=0 cores=1,3,5,7
/proc/16391/task/16408/stat : 16408 (java) S 16389 16391 16197 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530134111 16065585152 94599 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 5 0 0 0
[pid=16391/tid=16409] ppid=16389 vsize=15689048 CPUtime=0 cores=1,3,5,7
/proc/16391/task/16409/stat : 16409 (java) S 16389 16391 16197 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530134111 16065585152 94599 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820982272 0 4 0 16800975 18446604461759162304 0 0 -1 7 0 0 0
[pid=16391/tid=16410] ppid=16389 vsize=15689048 CPUtime=3.19 cores=1,3,5,7
/proc/16391/task/16410/stat : 16410 (java) R 16389 16391 16197 0 -1 4202560 42 0 0 0 319 0 0 0 15 0 22 0 530134204 16065585152 94599 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 46912506051402 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16391/tid=16411] ppid=16389 vsize=15689048 CPUtime=2.61 cores=1,3,5,7
/proc/16391/task/16411/stat : 16411 (java) S 16389 16391 16197 0 -1 4202560 65 0 0 0 261 0 0 0 15 0 22 0 530134204 16065585152 94599 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820982272 0 4 0 16800975 18446604461759162304 0 0 -1 5 0 0 0
[pid=16391/tid=16412] ppid=16389 vsize=15689048 CPUtime=3.78 cores=1,3,5,7
/proc/16391/task/16412/stat : 16412 (java) S 16389 16391 16197 0 -1 4202560 134 0 0 0 378 0 0 0 15 0 22 0 530134204 16065585152 94599 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820982272 0 4 0 16800975 18446604461759162304 0 0 -1 3 0 0 0
[pid=16391/tid=16413] ppid=16389 vsize=15689048 CPUtime=3.93 cores=1,3,5,7
/proc/16391/task/16413/stat : 16413 (java) S 16389 16391 16197 0 -1 4202560 1759 0 0 0 393 0 0 0 15 0 22 0 530134204 16065585152 94599 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820982272 0 4 0 16800975 18446604461759162304 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 18.91
Current children cumulated vsize (KiB) 15689048

[startup+8.90138 s]
/proc/loadavg: 7.89 8.00 7.79 6/220 16414
/proc/meminfo: memFree=29274288/32951124 swapFree=67111448/67111528
[pid=16391] ppid=16389 vsize=15689048 CPUtime=19.05 cores=1,3,5,7
/proc/16391/stat : 16391 (java) S 16389 16391 16197 0 -1 4202496 102071 0 1 0 1890 15 0 0 25 0 22 0 530134106 16065585152 94621 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/16391/statm: 3922262 94621 2286 9 0 3912981 0
[pid=16391/tid=16392] ppid=16389 vsize=15689048 CPUtime=2.77 cores=1,3,5,7
/proc/16391/task/16392/stat : 16392 (java) S 16389 16391 16197 0 -1 4202560 35676 0 1 0 273 4 0 0 25 0 22 0 530134107 16065585152 94621 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 7 0 0 0
[pid=16391/tid=16394] ppid=16389 vsize=15689048 CPUtime=0.03 cores=1,3,5,7
/proc/16391/task/16394/stat : 16394 (java) S 16389 16391 16197 0 -1 4202560 6841 0 0 0 2 1 0 0 16 0 22 0 530134107 16065585152 94621 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 5 0 0 0
[pid=16391/tid=16395] ppid=16389 vsize=15689048 CPUtime=0.02 cores=1,3,5,7
/proc/16391/task/16395/stat : 16395 (java) S 16389 16391 16197 0 -1 4202560 3431 0 0 0 2 0 0 0 16 0 22 0 530134107 16065585152 94621 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 7 0 0 0
[pid=16391/tid=16396] ppid=16389 vsize=15689048 CPUtime=0.02 cores=1,3,5,7
/proc/16391/task/16396/stat : 16396 (java) S 16389 16391 16197 0 -1 4202560 5099 0 0 0 2 0 0 0 15 0 22 0 530134107 16065585152 94621 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 1 0 0 0
[pid=16391/tid=16397] ppid=16389 vsize=15689048 CPUtime=0.03 cores=1,3,5,7
/proc/16391/task/16397/stat : 16397 (java) S 16389 16391 16197 0 -1 4202560 7470 0 0 0 2 1 0 0 15 0 22 0 530134107 16065585152 94621 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 5 0 0 0
[pid=16391/tid=16398] ppid=16389 vsize=15689048 CPUtime=0.04 cores=1,3,5,7
/proc/16391/task/16398/stat : 16398 (java) S 16389 16391 16197 0 -1 4202560 8901 0 0 0 3 1 0 0 16 0 22 0 530134107 16065585152 94621 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 3 0 0 0
[pid=16391/tid=16399] ppid=16389 vsize=15689048 CPUtime=0.03 cores=1,3,5,7
/proc/16391/task/16399/stat : 16399 (java) S 16389 16391 16197 0 -1 4202560 5494 0 0 0 3 0 0 0 15 0 22 0 530134107 16065585152 94621 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 3 0 0 0
[pid=16391/tid=16400] ppid=16389 vsize=15689048 CPUtime=0.01 cores=1,3,5,7
/proc/16391/task/16400/stat : 16400 (java) S 16389 16391 16197 0 -1 4202560 4217 0 0 0 1 0 0 0 15 0 22 0 530134107 16065585152 94621 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 3 0 0 0
[pid=16391/tid=16401] ppid=16389 vsize=15689048 CPUtime=0.02 cores=1,3,5,7
/proc/16391/task/16401/stat : 16401 (java) S 16389 16391 16197 0 -1 4202560 4956 0 0 0 1 1 0 0 16 0 22 0 530134107 16065585152 94621 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 1 0 0 0
[pid=16391/tid=16402] ppid=16389 vsize=15689048 CPUtime=0 cores=1,3,5,7
/proc/16391/task/16402/stat : 16402 (java) S 16389 16391 16197 0 -1 4202560 122 0 0 0 0 0 0 0 15 0 22 0 530134108 16065585152 94621 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820982272 0 0 0 16800975 18446604461759162304 0 0 -1 5 0 0 0
[pid=16391/tid=16403] ppid=16389 vsize=15689048 CPUtime=0 cores=1,3,5,7
/proc/16391/task/16403/stat : 16403 (java) S 16389 16391 16197 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530134109 16065585152 94621 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 5 0 0 0
[pid=16391/tid=16404] ppid=16389 vsize=15689048 CPUtime=0 cores=1,3,5,7
/proc/16391/task/16404/stat : 16404 (java) S 16389 16391 16197 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530134109 16065585152 94621 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 5 0 0 0
[pid=16391/tid=16405] ppid=16389 vsize=15689048 CPUtime=0 cores=1,3,5,7
/proc/16391/task/16405/stat : 16405 (java) S 16389 16391 16197 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530134111 16065585152 94621 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820989361 0 4 0 16800975 18446604461759162304 0 0 -1 5 0 0 0
[pid=16391/tid=16406] ppid=16389 vsize=15689048 CPUtime=1.04 cores=1,3,5,7
/proc/16391/task/16406/stat : 16406 (java) S 16389 16391 16197 0 -1 4202560 3755 0 0 0 104 0 0 0 15 0 22 0 530134111 16065585152 94621 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 5 0 0 0
[pid=16391/tid=16407] ppid=16389 vsize=15689048 CPUtime=1.25 cores=1,3,5,7
/proc/16391/task/16407/stat : 16407 (java) S 16389 16391 16197 0 -1 4202560 12701 0 0 0 124 1 0 0 15 0 22 0 530134111 16065585152 94621 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 3 0 0 0
[pid=16391/tid=16408] ppid=16389 vsize=15689048 CPUtime=0 cores=1,3,5,7
/proc/16391/task/16408/stat : 16408 (java) S 16389 16391 16197 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530134111 16065585152 94621 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 5 0 0 0
[pid=16391/tid=16409] ppid=16389 vsize=15689048 CPUtime=0 cores=1,3,5,7
/proc/16391/task/16409/stat : 16409 (java) S 16389 16391 16197 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530134111 16065585152 94621 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820982272 0 4 0 16800975 18446604461759162304 0 0 -1 7 0 0 0
[pid=16391/tid=16410] ppid=16389 vsize=15689048 CPUtime=3.32 cores=1,3,5,7
/proc/16391/task/16410/stat : 16410 (java) S 16389 16391 16197 0 -1 4202560 64 0 0 0 332 0 0 0 15 0 22 0 530134204 16065585152 94621 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820982272 0 4 0 16800975 18446604461759162304 0 0 -1 1 0 0 0
[pid=16391/tid=16411] ppid=16389 vsize=15689048 CPUtime=2.61 cores=1,3,5,7
/proc/16391/task/16411/stat : 16411 (java) S 16389 16391 16197 0 -1 4202560 65 0 0 0 261 0 0 0 15 0 22 0 530134204 16065585152 94621 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820982272 0 4 0 16800975 18446604461759162304 0 0 -1 5 0 0 0
[pid=16391/tid=16412] ppid=16389 vsize=15689048 CPUtime=3.78 cores=1,3,5,7
/proc/16391/task/16412/stat : 16412 (java) S 16389 16391 16197 0 -1 4202560 134 0 0 0 378 0 0 0 15 0 22 0 530134204 16065585152 94621 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820982272 0 4 0 16800975 18446604461759162304 0 0 -1 3 0 0 0
[pid=16391/tid=16413] ppid=16389 vsize=15689048 CPUtime=3.93 cores=1,3,5,7
/proc/16391/task/16413/stat : 16413 (java) S 16389 16391 16197 0 -1 4202560 1759 0 0 0 393 0 0 0 15 0 22 0 530134204 16065585152 94621 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820982272 0 4 0 16800975 18446604461759162304 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 19.05
Current children cumulated vsize (KiB) 15689048

[startup+9.00136 s]
/proc/loadavg: 7.89 8.00 7.79 6/220 16414
/proc/meminfo: memFree=29274288/32951124 swapFree=67111448/67111528
[pid=16391] ppid=16389 vsize=15689048 CPUtime=19.05 cores=1,3,5,7
/proc/16391/stat : 16391 (java) S 16389 16391 16197 0 -1 4202496 102071 0 1 0 1890 15 0 0 25 0 22 0 530134106 16065585152 94621 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/16391/statm: 3922262 94621 2286 9 0 3912981 0
[pid=16391/tid=16392] ppid=16389 vsize=15689048 CPUtime=2.77 cores=1,3,5,7
/proc/16391/task/16392/stat : 16392 (java) S 16389 16391 16197 0 -1 4202560 35676 0 1 0 273 4 0 0 25 0 22 0 530134107 16065585152 94621 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 7 0 0 0
[pid=16391/tid=16394] ppid=16389 vsize=15689048 CPUtime=0.03 cores=1,3,5,7
/proc/16391/task/16394/stat : 16394 (java) S 16389 16391 16197 0 -1 4202560 6841 0 0 0 2 1 0 0 16 0 22 0 530134107 16065585152 94621 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 5 0 0 0
[pid=16391/tid=16395] ppid=16389 vsize=15689048 CPUtime=0.02 cores=1,3,5,7
/proc/16391/task/16395/stat : 16395 (java) S 16389 16391 16197 0 -1 4202560 3431 0 0 0 2 0 0 0 16 0 22 0 530134107 16065585152 94621 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 7 0 0 0
[pid=16391/tid=16396] ppid=16389 vsize=15689048 CPUtime=0.02 cores=1,3,5,7
/proc/16391/task/16396/stat : 16396 (java) S 16389 16391 16197 0 -1 4202560 5099 0 0 0 2 0 0 0 15 0 22 0 530134107 16065585152 94621 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 1 0 0 0
[pid=16391/tid=16397] ppid=16389 vsize=15689048 CPUtime=0.03 cores=1,3,5,7
/proc/16391/task/16397/stat : 16397 (java) S 16389 16391 16197 0 -1 4202560 7470 0 0 0 2 1 0 0 15 0 22 0 530134107 16065585152 94621 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 5 0 0 0
[pid=16391/tid=16398] ppid=16389 vsize=15689048 CPUtime=0.04 cores=1,3,5,7
/proc/16391/task/16398/stat : 16398 (java) S 16389 16391 16197 0 -1 4202560 8901 0 0 0 3 1 0 0 16 0 22 0 530134107 16065585152 94621 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 3 0 0 0
[pid=16391/tid=16399] ppid=16389 vsize=15689048 CPUtime=0.03 cores=1,3,5,7
/proc/16391/task/16399/stat : 16399 (java) S 16389 16391 16197 0 -1 4202560 5494 0 0 0 3 0 0 0 15 0 22 0 530134107 16065585152 94621 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 3 0 0 0
[pid=16391/tid=16400] ppid=16389 vsize=15689048 CPUtime=0.01 cores=1,3,5,7
/proc/16391/task/16400/stat : 16400 (java) S 16389 16391 16197 0 -1 4202560 4217 0 0 0 1 0 0 0 15 0 22 0 530134107 16065585152 94621 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 3 0 0 0
[pid=16391/tid=16401] ppid=16389 vsize=15689048 CPUtime=0.02 cores=1,3,5,7
/proc/16391/task/16401/stat : 16401 (java) S 16389 16391 16197 0 -1 4202560 4956 0 0 0 1 1 0 0 16 0 22 0 530134107 16065585152 94621 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 1 0 0 0
[pid=16391/tid=16402] ppid=16389 vsize=15689048 CPUtime=0 cores=1,3,5,7
/proc/16391/task/16402/stat : 16402 (java) S 16389 16391 16197 0 -1 4202560 122 0 0 0 0 0 0 0 15 0 22 0 530134108 16065585152 94621 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820982272 0 0 0 16800975 18446604461759162304 0 0 -1 5 0 0 0
[pid=16391/tid=16403] ppid=16389 vsize=15689048 CPUtime=0 cores=1,3,5,7
/proc/16391/task/16403/stat : 16403 (java) S 16389 16391 16197 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530134109 16065585152 94621 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 5 0 0 0
[pid=16391/tid=16404] ppid=16389 vsize=15689048 CPUtime=0 cores=1,3,5,7
/proc/16391/task/16404/stat : 16404 (java) S 16389 16391 16197 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530134109 16065585152 94621 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 5 0 0 0
[pid=16391/tid=16405] ppid=16389 vsize=15689048 CPUtime=0 cores=1,3,5,7
/proc/16391/task/16405/stat : 16405 (java) S 16389 16391 16197 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530134111 16065585152 94621 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820989361 0 4 0 16800975 18446604461759162304 0 0 -1 5 0 0 0
[pid=16391/tid=16406] ppid=16389 vsize=15689048 CPUtime=1.04 cores=1,3,5,7
/proc/16391/task/16406/stat : 16406 (java) S 16389 16391 16197 0 -1 4202560 3755 0 0 0 104 0 0 0 15 0 22 0 530134111 16065585152 94621 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 5 0 0 0
[pid=16391/tid=16407] ppid=16389 vsize=15689048 CPUtime=1.25 cores=1,3,5,7
/proc/16391/task/16407/stat : 16407 (java) S 16389 16391 16197 0 -1 4202560 12701 0 0 0 124 1 0 0 15 0 22 0 530134111 16065585152 94621 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 3 0 0 0
[pid=16391/tid=16408] ppid=16389 vsize=15689048 CPUtime=0 cores=1,3,5,7
/proc/16391/task/16408/stat : 16408 (java) S 16389 16391 16197 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530134111 16065585152 94621 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820981657 0 4 0 16800975 18446604461759162304 0 0 -1 5 0 0 0
[pid=16391/tid=16409] ppid=16389 vsize=15689048 CPUtime=0 cores=1,3,5,7
/proc/16391/task/16409/stat : 16409 (java) S 16389 16391 16197 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530134111 16065585152 94621 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820982272 0 4 0 16800975 18446604461759162304 0 0 -1 7 0 0 0
[pid=16391/tid=16410] ppid=16389 vsize=15689048 CPUtime=3.32 cores=1,3,5,7
/proc/16391/task/16410/stat : 16410 (java) S 16389 16391 16197 0 -1 4202560 64 0 0 0 332 0 0 0 15 0 22 0 530134204 16065585152 94621 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820982272 0 4 0 16800975 18446604461759162304 0 0 -1 1 0 0 0
[pid=16391/tid=16411] ppid=16389 vsize=15689048 CPUtime=2.61 cores=1,3,5,7
/proc/16391/task/16411/stat : 16411 (java) S 16389 16391 16197 0 -1 4202560 65 0 0 0 261 0 0 0 15 0 22 0 530134204 16065585152 94621 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820982272 0 4 0 16800975 18446604461759162304 0 0 -1 5 0 0 0
[pid=16391/tid=16412] ppid=16389 vsize=15689048 CPUtime=3.78 cores=1,3,5,7
/proc/16391/task/16412/stat : 16412 (java) S 16389 16391 16197 0 -1 4202560 134 0 0 0 378 0 0 0 15 0 22 0 530134204 16065585152 94621 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820982272 0 4 0 16800975 18446604461759162304 0 0 -1 3 0 0 0
[pid=16391/tid=16413] ppid=16389 vsize=15689048 CPUtime=3.93 cores=1,3,5,7
/proc/16391/task/16413/stat : 16413 (java) S 16389 16391 16197 0 -1 4202560 1759 0 0 0 393 0 0 0 15 0 22 0 530134204 16065585152 94621 33554432000 1073741824 1073778376 140736767538656 18446744073709551615 230820982272 0 4 0 16800975 18446604461759162304 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 19.05
Current children cumulated vsize (KiB) 15689048

Child status: 20
Real time (s): 9.06416
CPU time (s): 19.0791
CPU user time (s): 18.9021
CPU system time (s): 0.176973
CPU usage (%): 210.489
Max. virtual memory (cumulated for all children) (KiB): 15689048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.9021
system time used= 0.176973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 102094
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= 1240
involuntary context switches= 425

runsolver used 0.016997 second user time and 0.039993 second system time

The end

Launcher Data

Begin job on node104 at 2011-04-30 19:42:17
IDJOB=3313265
IDBENCH=83457
IDSOLVER=1699
FILE ID=node104/3313265-1304185336
RUNJOBID= node104-1304184127-16216
PBS_JOBID= 13172466
Free space on /tmp= 72536 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/E04N18.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313265-1304185336/watcher-3313265-1304185336 -o /tmp/evaluation-result-3313265-1304185336/solver-3313265-1304185336 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313265-1304185336.cnf

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

MD5SUM BENCH= 070544eadaf1d78ec6f23d6f8a90e54a
RANDOM SEED=394121347

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30620052 kB
Buffers:        428764 kB
Cached:        1160268 kB
SwapCached:         80 kB
Active:         479012 kB
Inactive:      1442004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30620052 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:            7812 kB
Writeback:           0 kB
AnonPages:      331552 kB
Mapped:          23332 kB
Slab:           345816 kB
PageTables:       4788 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   952268 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= 72536 MiB
End job on node104 at 2011-04-30 19:42:26