Trace number 3311454

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1 (hbr=2)SAT 141.367 35.812

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S2038462183-033.SATISFIABLE.cnf
MD5SUM1ae715b5fb1fc5eb9b9dd320b8471571
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.014997
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses1597
Sum of the clauses size7985
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 51597
Number of clauses of size over 50

Solver Data

0.09/0.12	52:28 INFO : Reading from input HOME/instance-3311454-1304128347.cnf
0.26/0.25	Executor set job limit to 1000000
0.26/0.25	Executor set job limit to 1000000
0.26/0.25	Executor set job limit to 1000000
0.26/0.26	Executor set job limit to 1000000
0.26/0.26	Starting Executor!
0.26/0.26	Starting Executor!
0.26/0.26	Starting Executor!
0.26/0.26	Starting Executor!
0.45/0.36	52:28 INFO : 75 variables remaining out of 75
0.45/0.36	52:28 INFO : 9582 literals remaining out of 9582
141.00/35.79	c Elapsed time 35.65
141.00/35.79	s SATISFIABLE
141.00/35.79	v 1 2 -3 4 5 6 -7 -8 9 10 -11 -12 -13 -14 -15 -16 -17 18 19 -20 21 -22 -23 -24 25 26 27 -28 -29 -30 31 -32 33 34 35 36 37 38 39 -40 -41 -42 -43 -44 -45 -46 -47 -48 -49 50 51 -52 53 54 -55 -56 -57 58 -59 60 61 -62 -63 64 -65 66 -67 68 69 70 -71 72 -73 -74 75 0

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

running on 4 cores: 0,2,4,6

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: 5.63 7.42 7.76 2/172 5575
/proc/meminfo: memFree=31207312/32950928 swapFree=67111404/67111528
[pid=5575] ppid=5573 vsize=9100 CPUtime=0 cores=0,2,4,6
/proc/5575/stat : 5575 (java) R 5573 5575 5028 0 -1 4202496 654 0 0 0 0 0 0 0 22 0 1 0 524433498 9318400 143 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235594866679 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/5575/statm: 2275 148 118 9 0 67 0

[startup+0.0924689 s]
/proc/loadavg: 5.63 7.42 7.76 2/172 5575
/proc/meminfo: memFree=31207312/32950928 swapFree=67111404/67111528
[pid=5575] ppid=5573 vsize=15676616 CPUtime=0.08 cores=0,2,4,6
/proc/5575/stat : 5575 (java) S 5573 5575 5028 0 -1 4202496 5407 0 1 0 8 0 0 0 22 0 18 0 524433498 16052854784 4846 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5575/statm: 3919154 4847 2116 9 0 3909873 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 15676616

[startup+0.10047 s]
/proc/loadavg: 5.63 7.42 7.76 2/172 5575
/proc/meminfo: memFree=31207312/32950928 swapFree=67111404/67111528
[pid=5575] ppid=5573 vsize=15676616 CPUtime=0.09 cores=0,2,4,6
/proc/5575/stat : 5575 (java) S 5573 5575 5028 0 -1 4202496 5525 0 1 0 9 0 0 0 22 0 18 0 524433498 16052854784 4964 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5575/statm: 3919154 4964 2117 9 0 3909873 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15676616

[startup+0.300381 s]
/proc/loadavg: 5.63 7.42 7.76 2/172 5575
/proc/meminfo: memFree=31207312/32950928 swapFree=67111404/67111528
[pid=5575] ppid=5573 vsize=15681736 CPUtime=0.45 cores=0,2,4,6
/proc/5575/stat : 5575 (java) S 5573 5575 5028 0 -1 4202496 8959 0 1 0 44 1 0 0 22 0 22 0 524433498 16058097664 8288 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5575/statm: 3920434 8288 2209 9 0 3911153 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 15681736

[startup+0.700257 s]
/proc/loadavg: 5.63 7.42 7.76 2/172 5575
/proc/meminfo: memFree=31207312/32950928 swapFree=67111404/67111528
[pid=5575] ppid=5573 vsize=15701264 CPUtime=1.88 cores=0,2,4,6
/proc/5575/stat : 5575 (java) S 5573 5575 5028 0 -1 4202496 27505 0 1 0 185 3 0 0 22 0 22 0 524433498 16078094336 23977 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5575/statm: 3925316 23977 2254 9 0 3916035 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 15701264

[startup+1.50112 s]
/proc/loadavg: 5.98 7.47 7.77 15/220 5626
/proc/meminfo: memFree=30899224/32950928 swapFree=67111404/67111528
[pid=5575] ppid=5573 vsize=15702468 CPUtime=5.06 cores=0,2,4,6
/proc/5575/stat : 5575 (java) S 5573 5575 5028 0 -1 4202496 56078 0 1 0 500 6 0 0 22 0 22 0 524433498 16079327232 48951 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5575/statm: 3925617 48951 2281 9 0 3916336 0
[pid=5575/tid=5579] ppid=5573 vsize=15702468 CPUtime=0.34 cores=0,2,4,6
/proc/5575/task/5579/stat : 5579 (java) S 5573 5575 5028 0 -1 4202560 6277 0 1 0 33 1 0 0 20 0 22 0 524433499 16079327232 48951 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 2 0 0 0
[pid=5575/tid=5581] ppid=5573 vsize=15702468 CPUtime=0 cores=0,2,4,6
/proc/5575/task/5581/stat : 5581 (java) S 5573 5575 5028 0 -1 4202560 72 0 0 0 0 0 0 0 16 0 22 0 524433499 16079327232 48951 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 6 0 0 0
[pid=5575/tid=5582] ppid=5573 vsize=15702468 CPUtime=0 cores=0,2,4,6
/proc/5575/task/5582/stat : 5582 (java) S 5573 5575 5028 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524433499 16079327232 48951 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 6 0 0 0
[pid=5575/tid=5583] ppid=5573 vsize=15702468 CPUtime=0 cores=0,2,4,6
/proc/5575/task/5583/stat : 5583 (java) S 5573 5575 5028 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524433499 16079327232 48951 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 6 0 0 0
[pid=5575/tid=5584] ppid=5573 vsize=15702468 CPUtime=0 cores=0,2,4,6
/proc/5575/task/5584/stat : 5584 (java) S 5573 5575 5028 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524433499 16079327232 48951 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 6 0 0 0
[pid=5575/tid=5585] ppid=5573 vsize=15702468 CPUtime=0 cores=0,2,4,6
/proc/5575/task/5585/stat : 5585 (java) S 5573 5575 5028 0 -1 4202560 243 0 0 0 0 0 0 0 15 0 22 0 524433499 16079327232 48951 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 4 0 0 0
[pid=5575/tid=5586] ppid=5573 vsize=15702468 CPUtime=0 cores=0,2,4,6
/proc/5575/task/5586/stat : 5586 (java) S 5573 5575 5028 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524433499 16079327232 48951 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 6 0 0 0
[pid=5575/tid=5587] ppid=5573 vsize=15702468 CPUtime=0 cores=0,2,4,6
/proc/5575/task/5587/stat : 5587 (java) S 5573 5575 5028 0 -1 4202560 630 0 0 0 0 0 0 0 15 0 22 0 524433499 16079327232 48951 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 4 0 0 0
[pid=5575/tid=5588] ppid=5573 vsize=15702468 CPUtime=0 cores=0,2,4,6
/proc/5575/task/5588/stat : 5588 (java) S 5573 5575 5028 0 -1 4202560 110 0 0 0 0 0 0 0 15 0 22 0 524433499 16079327232 48951 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 6 0 0 0
[pid=5575/tid=5591] ppid=5573 vsize=15702468 CPUtime=0 cores=0,2,4,6
/proc/5575/task/5591/stat : 5591 (java) S 5573 5575 5028 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 524433500 16079327232 48951 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606683136 0 0 0 16800975 18446604453984906112 0 0 -1 4 0 0 0
[pid=5575/tid=5594] ppid=5573 vsize=15702468 CPUtime=0 cores=0,2,4,6
/proc/5575/task/5594/stat : 5594 (java) S 5573 5575 5028 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 524433501 16079327232 48951 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 2 0 0 0
[pid=5575/tid=5595] ppid=5573 vsize=15702468 CPUtime=0 cores=0,2,4,6
/proc/5575/task/5595/stat : 5595 (java) S 5573 5575 5028 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524433501 16079327232 48951 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 2 0 0 0
[pid=5575/tid=5609] ppid=5573 vsize=15702468 CPUtime=0 cores=0,2,4,6
/proc/5575/task/5609/stat : 5609 (java) S 5573 5575 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524433503 16079327232 48951 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606690225 0 4 0 16800975 18446604453984906112 0 0 -1 2 0 0 0
[pid=5575/tid=5610] ppid=5573 vsize=15702468 CPUtime=1.12 cores=0,2,4,6
/proc/5575/task/5610/stat : 5610 (java) S 5573 5575 5028 0 -1 4202560 5210 0 0 0 112 0 0 0 17 0 22 0 524433503 16079327232 48951 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 0 0 0 0
[pid=5575/tid=5611] ppid=5573 vsize=15702468 CPUtime=0.68 cores=0,2,4,6
/proc/5575/task/5611/stat : 5611 (java) R 5573 5575 5028 0 -1 4202560 12713 0 0 0 67 1 0 0 25 0 22 0 524433503 16079327232 48951 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 47409433949733 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=5575/tid=5612] ppid=5573 vsize=15702468 CPUtime=0 cores=0,2,4,6
/proc/5575/task/5612/stat : 5612 (java) S 5573 5575 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524433503 16079327232 48951 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 2 0 0 0
[pid=5575/tid=5613] ppid=5573 vsize=15702468 CPUtime=0 cores=0,2,4,6
/proc/5575/task/5613/stat : 5613 (java) S 5573 5575 5028 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 524433503 16079327232 48951 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606683136 0 4 0 16800975 18446604453984906112 0 0 -1 0 0 0 0
[pid=5575/tid=5619] ppid=5573 vsize=15702468 CPUtime=0.77 cores=0,2,4,6
/proc/5575/task/5619/stat : 5619 (java) R 5573 5575 5028 0 -1 4202560 9545 0 0 0 76 1 0 0 18 0 22 0 524433524 16079327232 48951 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 46912505751753 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=5575/tid=5620] ppid=5573 vsize=15702468 CPUtime=0.82 cores=0,2,4,6
/proc/5575/task/5620/stat : 5620 (java) R 5573 5575 5028 0 -1 4202560 8785 0 0 0 81 1 0 0 19 0 22 0 524433524 16079327232 48951 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606692533 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=5575/tid=5621] ppid=5573 vsize=15702468 CPUtime=0.88 cores=0,2,4,6
/proc/5575/task/5621/stat : 5621 (java) R 5573 5575 5028 0 -1 4202560 8361 0 0 0 88 0 0 0 19 0 22 0 524433524 16079327232 48951 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 46912505677935 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5575/tid=5622] ppid=5573 vsize=15702468 CPUtime=0.39 cores=0,2,4,6
/proc/5575/task/5622/stat : 5622 (java) R 5573 5575 5028 0 -1 4202560 2732 0 0 0 39 0 0 0 19 0 22 0 524433524 16079327232 48951 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 46912505655753 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.06
Current children cumulated vsize (KiB) 15702468

[startup+3.10084 s]
/proc/loadavg: 5.98 7.47 7.77 11/220 5626
/proc/meminfo: memFree=30827240/32950928 swapFree=67111404/67111528
[pid=5575] ppid=5573 vsize=15699816 CPUtime=11.44 cores=0,2,4,6
/proc/5575/stat : 5575 (java) S 5573 5575 5028 0 -1 4202496 58303 0 1 0 1137 7 0 0 22 0 22 0 524433498 16076611584 48240 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5575/statm: 3924954 48240 2288 9 0 3915673 0
[pid=5575/tid=5579] ppid=5573 vsize=15699816 CPUtime=0.34 cores=0,2,4,6
/proc/5575/task/5579/stat : 5579 (java) S 5573 5575 5028 0 -1 4202560 6277 0 1 0 33 1 0 0 20 0 22 0 524433499 16076611584 48240 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 2 0 0 0
[pid=5575/tid=5581] ppid=5573 vsize=15699816 CPUtime=0 cores=0,2,4,6
/proc/5575/task/5581/stat : 5581 (java) S 5573 5575 5028 0 -1 4202560 270 0 0 0 0 0 0 0 15 0 22 0 524433499 16076611584 48240 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 6 0 0 0
[pid=5575/tid=5582] ppid=5573 vsize=15699816 CPUtime=0 cores=0,2,4,6
/proc/5575/task/5582/stat : 5582 (java) S 5573 5575 5028 0 -1 4202560 285 0 0 0 0 0 0 0 15 0 22 0 524433499 16076611584 48240 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 6 0 0 0
[pid=5575/tid=5583] ppid=5573 vsize=15699816 CPUtime=0 cores=0,2,4,6
/proc/5575/task/5583/stat : 5583 (java) S 5573 5575 5028 0 -1 4202560 375 0 0 0 0 0 0 0 15 0 22 0 524433499 16076611584 48240 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 0 0 0 0
[pid=5575/tid=5584] ppid=5573 vsize=15699816 CPUtime=0 cores=0,2,4,6
/proc/5575/task/5584/stat : 5584 (java) S 5573 5575 5028 0 -1 4202560 128 0 0 0 0 0 0 0 16 0 22 0 524433499 16076611584 48240 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 0 0 0 0
[pid=5575/tid=5585] ppid=5573 vsize=15699816 CPUtime=0 cores=0,2,4,6
/proc/5575/task/5585/stat : 5585 (java) S 5573 5575 5028 0 -1 4202560 596 0 0 0 0 0 0 0 15 0 22 0 524433499 16076611584 48240 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 2 0 0 0
[pid=5575/tid=5586] ppid=5573 vsize=15699816 CPUtime=0 cores=0,2,4,6
/proc/5575/task/5586/stat : 5586 (java) S 5573 5575 5028 0 -1 4202560 268 0 0 0 0 0 0 0 15 0 22 0 524433499 16076611584 48240 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 4 0 0 0
[pid=5575/tid=5587] ppid=5573 vsize=15699816 CPUtime=0 cores=0,2,4,6
/proc/5575/task/5587/stat : 5587 (java) S 5573 5575 5028 0 -1 4202560 1018 0 0 0 0 0 0 0 15 0 22 0 524433499 16076611584 48240 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 6 0 0 0
[pid=5575/tid=5588] ppid=5573 vsize=15699816 CPUtime=0 cores=0,2,4,6
/proc/5575/task/5588/stat : 5588 (java) S 5573 5575 5028 0 -1 4202560 192 0 0 0 0 0 0 0 15 0 22 0 524433499 16076611584 48240 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 6 0 0 0
[pid=5575/tid=5591] ppid=5573 vsize=15699816 CPUtime=0 cores=0,2,4,6
/proc/5575/task/5591/stat : 5591 (java) S 5573 5575 5028 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 524433500 16076611584 48240 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606683136 0 0 0 16800975 18446604453984906112 0 0 -1 4 0 0 0
[pid=5575/tid=5594] ppid=5573 vsize=15699816 CPUtime=0 cores=0,2,4,6
/proc/5575/task/5594/stat : 5594 (java) S 5573 5575 5028 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 524433501 16076611584 48240 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 2 0 0 0
[pid=5575/tid=5595] ppid=5573 vsize=15699816 CPUtime=0 cores=0,2,4,6
/proc/5575/task/5595/stat : 5595 (java) S 5573 5575 5028 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524433501 16076611584 48240 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 2 0 0 0
[pid=5575/tid=5609] ppid=5573 vsize=15699816 CPUtime=0 cores=0,2,4,6
/proc/5575/task/5609/stat : 5609 (java) S 5573 5575 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524433503 16076611584 48240 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606690225 0 4 0 16800975 18446604453984906112 0 0 -1 2 0 0 0
[pid=5575/tid=5610] ppid=5573 vsize=15699816 CPUtime=1.31 cores=0,2,4,6
/proc/5575/task/5610/stat : 5610 (java) S 5573 5575 5028 0 -1 4202560 5230 0 0 0 131 0 0 0 16 0 22 0 524433503 16076611584 48240 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 0 0 0 0
[pid=5575/tid=5611] ppid=5573 vsize=15699816 CPUtime=0.74 cores=0,2,4,6
/proc/5575/task/5611/stat : 5611 (java) S 5573 5575 5028 0 -1 4202560 12765 0 0 0 73 1 0 0 17 0 22 0 524433503 16076611584 48240 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 6 0 0 0
[pid=5575/tid=5612] ppid=5573 vsize=15699816 CPUtime=0 cores=0,2,4,6
/proc/5575/task/5612/stat : 5612 (java) S 5573 5575 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524433503 16076611584 48240 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 2 0 0 0
[pid=5575/tid=5613] ppid=5573 vsize=15699816 CPUtime=0 cores=0,2,4,6
/proc/5575/task/5613/stat : 5613 (java) S 5573 5575 5028 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524433503 16076611584 48240 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606683136 0 4 0 16800975 18446604453984906112 0 0 -1 2 0 0 0
[pid=5575/tid=5619] ppid=5573 vsize=15699816 CPUtime=2.31 cores=0,2,4,6
/proc/5575/task/5619/stat : 5619 (java) R 5573 5575 5028 0 -1 4202560 9559 0 0 0 230 1 0 0 20 0 22 0 524433524 16076611584 48240 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 46912505521683 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=5575/tid=5620] ppid=5573 vsize=15699816 CPUtime=2.4 cores=0,2,4,6
/proc/5575/task/5620/stat : 5620 (java) R 5573 5575 5028 0 -1 4202560 8844 0 0 0 239 1 0 0 23 0 22 0 524433524 16076611584 48240 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 46912505755168 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=5575/tid=5621] ppid=5573 vsize=15699816 CPUtime=2.28 cores=0,2,4,6
/proc/5575/task/5621/stat : 5621 (java) R 5573 5575 5028 0 -1 4202560 8364 0 0 0 228 0 0 0 22 0 22 0 524433524 16076611584 48240 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 46912505677152 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5575/tid=5622] ppid=5573 vsize=15699816 CPUtime=1.97 cores=0,2,4,6
/proc/5575/task/5622/stat : 5622 (java) R 5573 5575 5028 0 -1 4202560 2736 0 0 0 197 0 0 0 22 0 22 0 524433524 16076611584 48240 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 47409434224944 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.44
Current children cumulated vsize (KiB) 15699816

[startup+6.30127 s]
/proc/loadavg: 5.98 7.47 7.77 9/220 5626
/proc/meminfo: memFree=30730948/32950928 swapFree=67111404/67111528
[pid=5575] ppid=5573 vsize=15699816 CPUtime=24.14 cores=0,2,4,6
/proc/5575/stat : 5575 (java) S 5573 5575 5028 0 -1 4202496 59484 0 1 0 2407 7 0 0 22 0 22 0 524433498 16076611584 43030 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5575/statm: 3924954 43030 2288 9 0 3915673 0
[pid=5575/tid=5579] ppid=5573 vsize=15699816 CPUtime=0.34 cores=0,2,4,6
/proc/5575/task/5579/stat : 5579 (java) S 5573 5575 5028 0 -1 4202560 6277 0 1 0 33 1 0 0 20 0 22 0 524433499 16076611584 43030 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 2 0 0 0
[pid=5575/tid=5581] ppid=5573 vsize=15699816 CPUtime=0 cores=0,2,4,6
/proc/5575/task/5581/stat : 5581 (java) S 5573 5575 5028 0 -1 4202560 377 0 0 0 0 0 0 0 15 0 22 0 524433499 16076611584 43030 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 0 0 0 0
[pid=5575/tid=5582] ppid=5573 vsize=15699816 CPUtime=0.01 cores=0,2,4,6
/proc/5575/task/5582/stat : 5582 (java) S 5573 5575 5028 0 -1 4202560 401 0 0 0 1 0 0 0 15 0 22 0 524433499 16076611584 43030 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 2 0 0 0
[pid=5575/tid=5583] ppid=5573 vsize=15699816 CPUtime=0 cores=0,2,4,6
/proc/5575/task/5583/stat : 5583 (java) S 5573 5575 5028 0 -1 4202560 534 0 0 0 0 0 0 0 16 0 22 0 524433499 16076611584 43030 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 4 0 0 0
[pid=5575/tid=5584] ppid=5573 vsize=15699816 CPUtime=0 cores=0,2,4,6
/proc/5575/task/5584/stat : 5584 (java) S 5573 5575 5028 0 -1 4202560 362 0 0 0 0 0 0 0 15 0 22 0 524433499 16076611584 43030 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 2 0 0 0
[pid=5575/tid=5585] ppid=5573 vsize=15699816 CPUtime=0 cores=0,2,4,6
/proc/5575/task/5585/stat : 5585 (java) S 5573 5575 5028 0 -1 4202560 709 0 0 0 0 0 0 0 15 0 22 0 524433499 16076611584 43030 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 4 0 0 0
[pid=5575/tid=5586] ppid=5573 vsize=15699816 CPUtime=0 cores=0,2,4,6
/proc/5575/task/5586/stat : 5586 (java) S 5573 5575 5028 0 -1 4202560 453 0 0 0 0 0 0 0 15 0 22 0 524433499 16076611584 43030 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 0 0 0 0
[pid=5575/tid=5587] ppid=5573 vsize=15699816 CPUtime=0 cores=0,2,4,6
/proc/5575/task/5587/stat : 5587 (java) S 5573 5575 5028 0 -1 4202560 1109 0 0 0 0 0 0 0 15 0 22 0 524433499 16076611584 43030 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 6 0 0 0
[pid=5575/tid=5588] ppid=5573 vsize=15699816 CPUtime=0 cores=0,2,4,6
/proc/5575/task/5588/stat : 5588 (java) S 5573 5575 5028 0 -1 4202560 306 0 0 0 0 0 0 0 15 0 22 0 524433499 16076611584 43030 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 2 0 0 0
[pid=5575/tid=5591] ppid=5573 vsize=15699816 CPUtime=0 cores=0,2,4,6
/proc/5575/task/5591/stat : 5591 (java) S 5573 5575 5028 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 22 0 524433500 16076611584 43030 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606683136 0 0 0 16800975 18446604453984906112 0 0 -1 4 0 0 0
[pid=5575/tid=5594] ppid=5573 vsize=15699816 CPUtime=0 cores=0,2,4,6
/proc/5575/task/5594/stat : 5594 (java) S 5573 5575 5028 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 524433501 16076611584 43030 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 2 0 0 0
[pid=5575/tid=5595] ppid=5573 vsize=15699816 CPUtime=0 cores=0,2,4,6
/proc/5575/task/5595/stat : 5595 (java) S 5573 5575 5028 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524433501 16076611584 43030 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 2 0 0 0
[pid=5575/tid=5609] ppid=5573 vsize=15699816 CPUtime=0 cores=0,2,4,6
/proc/5575/task/5609/stat : 5609 (java) S 5573 5575 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524433503 16076611584 43030 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606690225 0 4 0 16800975 18446604453984906112 0 0 -1 2 0 0 0
[pid=5575/tid=5610] ppid=5573 vsize=15699816 CPUtime=1.34 cores=0,2,4,6
/proc/5575/task/5610/stat : 5610 (java) S 5573 5575 5028 0 -1 4202560 5236 0 0 0 134 0 0 0 16 0 22 0 524433503 16076611584 43030 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 0 0 0 0

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

/proc/5575/task/5595/stat : 5595 (java) S 5573 5575 5028 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524433501 16076611584 50254 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 2 0 0 0
[pid=5575/tid=5609] ppid=5573 vsize=15699816 CPUtime=0 cores=0,2,4,6
/proc/5575/task/5609/stat : 5609 (java) S 5573 5575 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524433503 16076611584 50254 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606690225 0 4 0 16800975 18446604453984906112 0 0 -1 2 0 0 0
[pid=5575/tid=5610] ppid=5573 vsize=15699816 CPUtime=1.34 cores=0,2,4,6
/proc/5575/task/5610/stat : 5610 (java) S 5573 5575 5028 0 -1 4202560 5238 0 0 0 134 0 0 0 16 0 22 0 524433503 16076611584 50254 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 0 0 0 0
[pid=5575/tid=5611] ppid=5573 vsize=15699816 CPUtime=0.81 cores=0,2,4,6
/proc/5575/task/5611/stat : 5611 (java) S 5573 5575 5028 0 -1 4202560 12782 0 0 0 80 1 0 0 15 0 22 0 524433503 16076611584 50254 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 4 0 0 0
[pid=5575/tid=5612] ppid=5573 vsize=15699816 CPUtime=0 cores=0,2,4,6
/proc/5575/task/5612/stat : 5612 (java) S 5573 5575 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524433503 16076611584 50254 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 2 0 0 0
[pid=5575/tid=5613] ppid=5573 vsize=15699816 CPUtime=0 cores=0,2,4,6
/proc/5575/task/5613/stat : 5613 (java) S 5573 5575 5028 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 22 0 524433503 16076611584 50254 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606683136 0 4 0 16800975 18446604453984906112 0 0 -1 2 0 0 0
[pid=5575/tid=5619] ppid=5573 vsize=15699816 CPUtime=33.87 cores=0,2,4,6
/proc/5575/task/5619/stat : 5619 (java) R 5573 5575 5028 0 -1 4202560 13133 0 0 0 3385 2 0 0 25 0 22 0 524433524 16076611584 50254 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 46912505809370 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5575/tid=5620] ppid=5573 vsize=15699816 CPUtime=33.98 cores=0,2,4,6
/proc/5575/task/5620/stat : 5620 (java) R 5573 5575 5028 0 -1 4202560 12497 0 0 0 3396 2 0 0 25 0 22 0 524433524 16076611584 50254 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 46912505754924 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=5575/tid=5621] ppid=5573 vsize=15699816 CPUtime=33.85 cores=0,2,4,6
/proc/5575/task/5621/stat : 5621 (java) R 5573 5575 5028 0 -1 4202560 12002 0 0 0 3384 1 0 0 25 0 22 0 524433524 16076611584 50254 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 46912505678073 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5575/tid=5622] ppid=5573 vsize=15699816 CPUtime=33.55 cores=0,2,4,6
/proc/5575/task/5622/stat : 5622 (java) R 5573 5575 5028 0 -1 4202560 5962 0 0 0 3354 1 0 0 25 0 22 0 524433524 16076611584 50254 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 46912505864606 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 138.63
Current children cumulated vsize (KiB) 15699816

[startup+35.5011 s]
/proc/loadavg: 6.78 7.52 7.78 9/220 5627
/proc/meminfo: memFree=30806640/32950928 swapFree=67111404/67111528
[pid=5575] ppid=5573 vsize=15699816 CPUtime=140.2 cores=0,2,4,6
/proc/5575/stat : 5575 (java) S 5573 5575 5028 0 -1 4202496 93934 0 1 0 14002 18 0 0 22 0 22 0 524433498 16076611584 50081 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5575/statm: 3924954 50081 2290 9 0 3915673 0
[pid=5575/tid=5579] ppid=5573 vsize=15699816 CPUtime=0.34 cores=0,2,4,6
/proc/5575/task/5579/stat : 5579 (java) S 5573 5575 5028 0 -1 4202560 6277 0 1 0 33 1 0 0 20 0 22 0 524433499 16076611584 50081 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 2 0 0 0
[pid=5575/tid=5581] ppid=5573 vsize=15699816 CPUtime=0.09 cores=0,2,4,6
/proc/5575/task/5581/stat : 5581 (java) S 5573 5575 5028 0 -1 4202560 2999 0 0 0 9 0 0 0 15 0 22 0 524433499 16076611584 50081 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 2 0 0 0
[pid=5575/tid=5582] ppid=5573 vsize=15699816 CPUtime=0.09 cores=0,2,4,6
/proc/5575/task/5582/stat : 5582 (java) S 5573 5575 5028 0 -1 4202560 2690 0 0 0 9 0 0 0 15 0 22 0 524433499 16076611584 50081 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 6 0 0 0
[pid=5575/tid=5583] ppid=5573 vsize=15699816 CPUtime=0.1 cores=0,2,4,6
/proc/5575/task/5583/stat : 5583 (java) S 5573 5575 5028 0 -1 4202560 2969 0 0 0 10 0 0 0 16 0 22 0 524433499 16076611584 50081 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 4 0 0 0
[pid=5575/tid=5584] ppid=5573 vsize=15699816 CPUtime=0.07 cores=0,2,4,6
/proc/5575/task/5584/stat : 5584 (java) S 5573 5575 5028 0 -1 4202560 2400 0 0 0 7 0 0 0 15 0 22 0 524433499 16076611584 50081 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 6 0 0 0
[pid=5575/tid=5585] ppid=5573 vsize=15699816 CPUtime=0.1 cores=0,2,4,6
/proc/5575/task/5585/stat : 5585 (java) S 5573 5575 5028 0 -1 4202560 3649 0 0 0 10 0 0 0 15 0 22 0 524433499 16076611584 50081 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 2 0 0 0
[pid=5575/tid=5586] ppid=5573 vsize=15699816 CPUtime=0.09 cores=0,2,4,6
/proc/5575/task/5586/stat : 5586 (java) S 5573 5575 5028 0 -1 4202560 3374 0 0 0 9 0 0 0 15 0 22 0 524433499 16076611584 50081 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 6 0 0 0
[pid=5575/tid=5587] ppid=5573 vsize=15699816 CPUtime=0.08 cores=0,2,4,6
/proc/5575/task/5587/stat : 5587 (java) S 5573 5575 5028 0 -1 4202560 3510 0 0 0 7 1 0 0 15 0 22 0 524433499 16076611584 50081 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 0 0 0 0
[pid=5575/tid=5588] ppid=5573 vsize=15699816 CPUtime=0.09 cores=0,2,4,6
/proc/5575/task/5588/stat : 5588 (java) S 5573 5575 5028 0 -1 4202560 2981 0 0 0 9 0 0 0 15 0 22 0 524433499 16076611584 50081 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 0 0 0 0
[pid=5575/tid=5591] ppid=5573 vsize=15699816 CPUtime=0.06 cores=0,2,4,6
/proc/5575/task/5591/stat : 5591 (java) S 5573 5575 5028 0 -1 4202560 79 0 0 0 5 1 0 0 15 0 22 0 524433500 16076611584 50081 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606683136 0 0 0 16800975 18446604453984906112 0 0 -1 4 0 0 0
[pid=5575/tid=5594] ppid=5573 vsize=15699816 CPUtime=0 cores=0,2,4,6
/proc/5575/task/5594/stat : 5594 (java) S 5573 5575 5028 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 524433501 16076611584 50081 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 2 0 0 0
[pid=5575/tid=5595] ppid=5573 vsize=15699816 CPUtime=0 cores=0,2,4,6
/proc/5575/task/5595/stat : 5595 (java) S 5573 5575 5028 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524433501 16076611584 50081 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 2 0 0 0
[pid=5575/tid=5609] ppid=5573 vsize=15699816 CPUtime=0 cores=0,2,4,6
/proc/5575/task/5609/stat : 5609 (java) S 5573 5575 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524433503 16076611584 50081 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606690225 0 4 0 16800975 18446604453984906112 0 0 -1 2 0 0 0
[pid=5575/tid=5610] ppid=5573 vsize=15699816 CPUtime=1.34 cores=0,2,4,6
/proc/5575/task/5610/stat : 5610 (java) S 5573 5575 5028 0 -1 4202560 5238 0 0 0 134 0 0 0 16 0 22 0 524433503 16076611584 50081 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 0 0 0 0
[pid=5575/tid=5611] ppid=5573 vsize=15699816 CPUtime=0.81 cores=0,2,4,6
/proc/5575/task/5611/stat : 5611 (java) S 5573 5575 5028 0 -1 4202560 12782 0 0 0 80 1 0 0 15 0 22 0 524433503 16076611584 50081 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 4 0 0 0
[pid=5575/tid=5612] ppid=5573 vsize=15699816 CPUtime=0 cores=0,2,4,6
/proc/5575/task/5612/stat : 5612 (java) S 5573 5575 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524433503 16076611584 50081 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 2 0 0 0
[pid=5575/tid=5613] ppid=5573 vsize=15699816 CPUtime=0 cores=0,2,4,6
/proc/5575/task/5613/stat : 5613 (java) S 5573 5575 5028 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 22 0 524433503 16076611584 50081 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606683136 0 4 0 16800975 18446604453984906112 0 0 -1 2 0 0 0
[pid=5575/tid=5619] ppid=5573 vsize=15699816 CPUtime=34.25 cores=0,2,4,6
/proc/5575/task/5619/stat : 5619 (java) R 5573 5575 5028 0 -1 4202560 13134 0 0 0 3423 2 0 0 25 0 22 0 524433524 16076611584 50081 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 46912505655758 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5575/tid=5620] ppid=5573 vsize=15699816 CPUtime=34.37 cores=0,2,4,6
/proc/5575/task/5620/stat : 5620 (java) R 5573 5575 5028 0 -1 4202560 12499 0 0 0 3435 2 0 0 25 0 22 0 524433524 16076611584 50081 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 46912505864839 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=5575/tid=5621] ppid=5573 vsize=15699816 CPUtime=34.24 cores=0,2,4,6
/proc/5575/task/5621/stat : 5621 (java) R 5573 5575 5028 0 -1 4202560 12004 0 0 0 3423 1 0 0 25 0 22 0 524433524 16076611584 50081 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 46912505754859 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5575/tid=5622] ppid=5573 vsize=15699816 CPUtime=33.94 cores=0,2,4,6
/proc/5575/task/5622/stat : 5622 (java) R 5573 5575 5028 0 -1 4202560 5962 0 0 0 3393 1 0 0 25 0 22 0 524433524 16076611584 50081 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 46912505677918 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 140.2
Current children cumulated vsize (KiB) 15699816

[startup+35.7011 s]
/proc/loadavg: 6.78 7.52 7.78 9/220 5627
/proc/meminfo: memFree=30806640/32950928 swapFree=67111404/67111528
[pid=5575] ppid=5573 vsize=15699816 CPUtime=141 cores=0,2,4,6
/proc/5575/stat : 5575 (java) S 5573 5575 5028 0 -1 4202496 94029 0 1 0 14082 18 0 0 22 0 22 0 524433498 16076611584 50026 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5575/statm: 3924954 50026 2290 9 0 3915673 0
[pid=5575/tid=5579] ppid=5573 vsize=15699816 CPUtime=0.34 cores=0,2,4,6
/proc/5575/task/5579/stat : 5579 (java) S 5573 5575 5028 0 -1 4202560 6277 0 1 0 33 1 0 0 20 0 22 0 524433499 16076611584 50026 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 2 0 0 0
[pid=5575/tid=5581] ppid=5573 vsize=15699816 CPUtime=0.09 cores=0,2,4,6
/proc/5575/task/5581/stat : 5581 (java) S 5573 5575 5028 0 -1 4202560 2999 0 0 0 9 0 0 0 15 0 22 0 524433499 16076611584 50026 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 2 0 0 0
[pid=5575/tid=5582] ppid=5573 vsize=15699816 CPUtime=0.09 cores=0,2,4,6
/proc/5575/task/5582/stat : 5582 (java) S 5573 5575 5028 0 -1 4202560 2696 0 0 0 9 0 0 0 15 0 22 0 524433499 16076611584 50026 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 6 0 0 0
[pid=5575/tid=5583] ppid=5573 vsize=15699816 CPUtime=0.1 cores=0,2,4,6
/proc/5575/task/5583/stat : 5583 (java) S 5573 5575 5028 0 -1 4202560 2973 0 0 0 10 0 0 0 15 0 22 0 524433499 16076611584 50026 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 4 0 0 0
[pid=5575/tid=5584] ppid=5573 vsize=15699816 CPUtime=0.07 cores=0,2,4,6
/proc/5575/task/5584/stat : 5584 (java) S 5573 5575 5028 0 -1 4202560 2438 0 0 0 7 0 0 0 16 0 22 0 524433499 16076611584 50026 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 6 0 0 0
[pid=5575/tid=5585] ppid=5573 vsize=15699816 CPUtime=0.1 cores=0,2,4,6
/proc/5575/task/5585/stat : 5585 (java) S 5573 5575 5028 0 -1 4202560 3651 0 0 0 10 0 0 0 15 0 22 0 524433499 16076611584 50026 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 2 0 0 0
[pid=5575/tid=5586] ppid=5573 vsize=15699816 CPUtime=0.09 cores=0,2,4,6
/proc/5575/task/5586/stat : 5586 (java) S 5573 5575 5028 0 -1 4202560 3397 0 0 0 9 0 0 0 15 0 22 0 524433499 16076611584 50026 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 0 0 0 0
[pid=5575/tid=5587] ppid=5573 vsize=15699816 CPUtime=0.08 cores=0,2,4,6
/proc/5575/task/5587/stat : 5587 (java) S 5573 5575 5028 0 -1 4202560 3510 0 0 0 7 1 0 0 15 0 22 0 524433499 16076611584 50026 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 0 0 0 0
[pid=5575/tid=5588] ppid=5573 vsize=15699816 CPUtime=0.09 cores=0,2,4,6
/proc/5575/task/5588/stat : 5588 (java) S 5573 5575 5028 0 -1 4202560 3001 0 0 0 9 0 0 0 15 0 22 0 524433499 16076611584 50026 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 0 0 0 0
[pid=5575/tid=5591] ppid=5573 vsize=15699816 CPUtime=0.06 cores=0,2,4,6
/proc/5575/task/5591/stat : 5591 (java) S 5573 5575 5028 0 -1 4202560 79 0 0 0 5 1 0 0 15 0 22 0 524433500 16076611584 50026 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606683136 0 0 0 16800975 18446604453984906112 0 0 -1 4 0 0 0
[pid=5575/tid=5594] ppid=5573 vsize=15699816 CPUtime=0 cores=0,2,4,6
/proc/5575/task/5594/stat : 5594 (java) S 5573 5575 5028 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 524433501 16076611584 50026 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 2 0 0 0
[pid=5575/tid=5595] ppid=5573 vsize=15699816 CPUtime=0 cores=0,2,4,6
/proc/5575/task/5595/stat : 5595 (java) S 5573 5575 5028 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524433501 16076611584 50026 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 2 0 0 0
[pid=5575/tid=5609] ppid=5573 vsize=15699816 CPUtime=0 cores=0,2,4,6
/proc/5575/task/5609/stat : 5609 (java) S 5573 5575 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524433503 16076611584 50026 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606690225 0 4 0 16800975 18446604453984906112 0 0 -1 2 0 0 0
[pid=5575/tid=5610] ppid=5573 vsize=15699816 CPUtime=1.34 cores=0,2,4,6
/proc/5575/task/5610/stat : 5610 (java) S 5573 5575 5028 0 -1 4202560 5238 0 0 0 134 0 0 0 16 0 22 0 524433503 16076611584 50026 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 0 0 0 0
[pid=5575/tid=5611] ppid=5573 vsize=15699816 CPUtime=0.81 cores=0,2,4,6
/proc/5575/task/5611/stat : 5611 (java) S 5573 5575 5028 0 -1 4202560 12782 0 0 0 80 1 0 0 15 0 22 0 524433503 16076611584 50026 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 4 0 0 0
[pid=5575/tid=5612] ppid=5573 vsize=15699816 CPUtime=0 cores=0,2,4,6
/proc/5575/task/5612/stat : 5612 (java) S 5573 5575 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524433503 16076611584 50026 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 2 0 0 0
[pid=5575/tid=5613] ppid=5573 vsize=15699816 CPUtime=0 cores=0,2,4,6
/proc/5575/task/5613/stat : 5613 (java) S 5573 5575 5028 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 22 0 524433503 16076611584 50026 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606683136 0 4 0 16800975 18446604453984906112 0 0 -1 2 0 0 0
[pid=5575/tid=5619] ppid=5573 vsize=15699816 CPUtime=34.45 cores=0,2,4,6
/proc/5575/task/5619/stat : 5619 (java) R 5573 5575 5028 0 -1 4202560 13134 0 0 0 3443 2 0 0 25 0 22 0 524433524 16076611584 50026 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 46912505621491 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5575/tid=5620] ppid=5573 vsize=15699816 CPUtime=34.57 cores=0,2,4,6
/proc/5575/task/5620/stat : 5620 (java) R 5573 5575 5028 0 -1 4202560 12499 0 0 0 3455 2 0 0 25 0 22 0 524433524 16076611584 50026 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 46912505678036 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=5575/tid=5621] ppid=5573 vsize=15699816 CPUtime=34.43 cores=0,2,4,6
/proc/5575/task/5621/stat : 5621 (java) R 5573 5575 5028 0 -1 4202560 12004 0 0 0 3442 1 0 0 25 0 22 0 524433524 16076611584 50026 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 47409434223063 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5575/tid=5622] ppid=5573 vsize=15699816 CPUtime=34.14 cores=0,2,4,6
/proc/5575/task/5622/stat : 5622 (java) R 5573 5575 5028 0 -1 4202560 5964 0 0 0 3413 1 0 0 25 0 22 0 524433524 16076611584 50026 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 46912505901131 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 141
Current children cumulated vsize (KiB) 15699816

[startup+35.8011 s]
/proc/loadavg: 6.78 7.52 7.78 9/220 5627
/proc/meminfo: memFree=30806640/32950928 swapFree=67111404/67111528
[pid=5575] ppid=5573 vsize=15700844 CPUtime=141.34 cores=0,2,4,6
/proc/5575/stat : 5575 (java) S 5573 5575 5028 0 -1 4202496 94069 0 1 0 14116 18 0 0 22 0 20 0 524433498 16077664256 50063 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5575/statm: 3925211 50063 2291 9 0 3915930 0
[pid=5575/tid=5579] ppid=5573 vsize=15700844 CPUtime=0.34 cores=0,2,4,6
/proc/5575/task/5579/stat : 5579 (java) S 5573 5575 5028 0 -1 4202560 6291 0 1 0 33 1 0 0 18 0 20 0 524433499 16077664256 50063 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 2 0 0 0
[pid=5575/tid=5581] ppid=5573 vsize=15700844 CPUtime=0.09 cores=0,2,4,6
/proc/5575/task/5581/stat : 5581 (java) S 5573 5575 5028 0 -1 4202560 2999 0 0 0 9 0 0 0 15 0 20 0 524433499 16077664256 50063 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 2 0 0 0
[pid=5575/tid=5582] ppid=5573 vsize=15700844 CPUtime=0.09 cores=0,2,4,6
/proc/5575/task/5582/stat : 5582 (java) S 5573 5575 5028 0 -1 4202560 2696 0 0 0 9 0 0 0 15 0 20 0 524433499 16077664256 50063 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 6 0 0 0
[pid=5575/tid=5583] ppid=5573 vsize=15700844 CPUtime=0.1 cores=0,2,4,6
/proc/5575/task/5583/stat : 5583 (java) S 5573 5575 5028 0 -1 4202560 2973 0 0 0 10 0 0 0 15 0 20 0 524433499 16077664256 50063 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 4 0 0 0
[pid=5575/tid=5584] ppid=5573 vsize=15700844 CPUtime=0.07 cores=0,2,4,6
/proc/5575/task/5584/stat : 5584 (java) S 5573 5575 5028 0 -1 4202560 2438 0 0 0 7 0 0 0 16 0 20 0 524433499 16077664256 50063 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 6 0 0 0
[pid=5575/tid=5585] ppid=5573 vsize=15700844 CPUtime=0.1 cores=0,2,4,6
/proc/5575/task/5585/stat : 5585 (java) S 5573 5575 5028 0 -1 4202560 3651 0 0 0 10 0 0 0 15 0 20 0 524433499 16077664256 50063 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 2 0 0 0
[pid=5575/tid=5586] ppid=5573 vsize=15700844 CPUtime=0.09 cores=0,2,4,6
/proc/5575/task/5586/stat : 5586 (java) S 5573 5575 5028 0 -1 4202560 3397 0 0 0 9 0 0 0 15 0 20 0 524433499 16077664256 50063 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 0 0 0 0
[pid=5575/tid=5587] ppid=5573 vsize=15700844 CPUtime=0.08 cores=0,2,4,6
/proc/5575/task/5587/stat : 5587 (java) S 5573 5575 5028 0 -1 4202560 3510 0 0 0 7 1 0 0 15 0 20 0 524433499 16077664256 50063 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 0 0 0 0
[pid=5575/tid=5588] ppid=5573 vsize=15700844 CPUtime=0.09 cores=0,2,4,6
/proc/5575/task/5588/stat : 5588 (java) S 5573 5575 5028 0 -1 4202560 3001 0 0 0 9 0 0 0 15 0 20 0 524433499 16077664256 50063 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 0 0 0 0
[pid=5575/tid=5591] ppid=5573 vsize=15700844 CPUtime=0.06 cores=0,2,4,6
/proc/5575/task/5591/stat : 5591 (java) S 5573 5575 5028 0 -1 4202560 79 0 0 0 5 1 0 0 15 0 20 0 524433500 16077664256 50063 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606683136 0 0 0 16800975 18446604453984906112 0 0 -1 2 0 0 0
[pid=5575/tid=5594] ppid=5573 vsize=15700844 CPUtime=0 cores=0,2,4,6
/proc/5575/task/5594/stat : 5594 (java) S 5573 5575 5028 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 20 0 524433501 16077664256 50063 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 2 0 0 0
[pid=5575/tid=5595] ppid=5573 vsize=15700844 CPUtime=0 cores=0,2,4,6
/proc/5575/task/5595/stat : 5595 (java) S 5573 5575 5028 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 20 0 524433501 16077664256 50063 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 2 0 0 0
[pid=5575/tid=5610] ppid=5573 vsize=15700844 CPUtime=1.39 cores=0,2,4,6
/proc/5575/task/5610/stat : 5610 (java) S 5573 5575 5028 0 -1 4202560 5240 0 0 0 139 0 0 0 15 0 20 0 524433503 16077664256 50063 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 0 0 0 0
[pid=5575/tid=5611] ppid=5573 vsize=15700844 CPUtime=0.86 cores=0,2,4,6
/proc/5575/task/5611/stat : 5611 (java) S 5573 5575 5028 0 -1 4202560 12789 0 0 0 85 1 0 0 15 0 20 0 524433503 16077664256 50063 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 4 0 0 0
[pid=5575/tid=5612] ppid=5573 vsize=15700844 CPUtime=0 cores=0,2,4,6
/proc/5575/task/5612/stat : 5612 (java) S 5573 5575 5028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 524433503 16077664256 50063 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 2 0 0 0
[pid=5575/tid=5619] ppid=5573 vsize=15700844 CPUtime=34.5 cores=0,2,4,6
/proc/5575/task/5619/stat : 5619 (java) S 5573 5575 5028 0 -1 4202560 13135 0 0 0 3448 2 0 0 25 0 20 0 524433524 16077664256 50063 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 6 0 0 0
[pid=5575/tid=5620] ppid=5573 vsize=15700844 CPUtime=34.61 cores=0,2,4,6
/proc/5575/task/5620/stat : 5620 (java) S 5573 5575 5028 0 -1 4202560 12499 0 0 0 3459 2 0 0 25 0 20 0 524433524 16077664256 50063 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 2 0 0 0
[pid=5575/tid=5621] ppid=5573 vsize=15700844 CPUtime=34.51 cores=0,2,4,6
/proc/5575/task/5621/stat : 5621 (java) S 5573 5575 5028 0 -1 4202560 12006 0 0 0 3450 1 0 0 25 0 20 0 524433524 16077664256 50063 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 2 0 0 0
[pid=5575/tid=5622] ppid=5573 vsize=15700844 CPUtime=34.22 cores=0,2,4,6
/proc/5575/task/5622/stat : 5622 (java) S 5573 5575 5028 0 -1 4202560 5964 0 0 0 3421 1 0 0 25 0 20 0 524433524 16077664256 50063 33554432000 1073741824 1073778376 140736725582656 18446744073709551615 235606682521 0 4 0 16800975 18446604453984906112 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 141.34
Current children cumulated vsize (KiB) 15700844

Child status: 10
Real time (s): 35.812
CPU time (s): 141.367
CPU user time (s): 141.169
CPU system time (s): 0.197969
CPU usage (%): 394.746
Max. virtual memory (cumulated for all children) (KiB): 15702468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 141.169
system time used= 0.197969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94069
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= 14184
involuntary context switches= 6785

runsolver used 0.06099 second user time and 0.139978 second system time

The end

Launcher Data

Begin job on node120 at 2011-04-30 03:52:27
IDJOB=3311454
IDBENCH=82839
IDSOLVER=1698
FILE ID=node120/3311454-1304128347
RUNJOBID= node120-1304128347-5563
PBS_JOBID= 13170760
Free space on /tmp= 72076 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v75-c1597-S2038462183-033.SATISFIABLE.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311454-1304128347/watcher-3311454-1304128347 -o /tmp/evaluation-result-3311454-1304128347/solver-3311454-1304128347 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311454-1304128347.cnf -hbr 2

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

MD5SUM BENCH= 1ae715b5fb1fc5eb9b9dd320b8471571
RANDOM SEED=1748690177

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:      31207584 kB
Buffers:        509552 kB
Cached:         810888 kB
SwapCached:          8 kB
Active:         405844 kB
Inactive:       978092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31207584 kB
SwapTotal:    67111528 kB
SwapFree:     67111404 kB
Dirty:            1564 kB
Writeback:           0 kB
AnonPages:       62844 kB
Mapped:          14692 kB
Slab:           296340 kB
PageTables:       4716 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   187616 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 03:53:03