Trace number 3311419

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)? (TO) 4800.42 1207.43

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v70-c6230-S2143190124-085.SATISFIABLE.cnf
MD5SUM2cb285a396d74446b485c2112c34e09c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.216967
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses6230
Sum of the clauses size43610
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56230

Solver Data

0.10/0.12	16:08 INFO : Reading from input HOME/instance-3311419-1304126168.cnf
0.52/0.33	Executor set job limit to 1000000
0.52/0.33	Executor set job limit to 1000000
0.52/0.33	Executor set job limit to 1000000
0.52/0.33	Executor set job limit to 1000000
0.52/0.33	Starting Executor!
0.52/0.33	Starting Executor!
0.52/0.33	Starting Executor!
0.52/0.33	Starting Executor!
0.97/0.53	16:08 INFO : 70 variables remaining out of 70
0.97/0.53	16:08 INFO : 49840 literals remaining out of 49840

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3311419-1304126168/watcher-3311419-1304126168 -o /tmp/evaluation-result-3311419-1304126168/solver-3311419-1304126168 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311419-1304126168.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: 7.45 7.95 8.04 3/176 1547
/proc/meminfo: memFree=30925444/32951124 swapFree=67111364/67111528
[pid=1547] ppid=1545 vsize=9100 CPUtime=0 cores=0,2,4,6
/proc/1547/stat : 1547 (java) S 1545 1547 811 0 -1 4202496 658 0 0 0 0 0 0 0 22 0 1 0 524214741 9318400 147 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228244346880 0 2147483391 4096 0 18446744071699199166 0 0 17 4 0 0 0
/proc/1547/statm: 2275 147 118 9 0 67 0
[pid=1547/tid=1550] ppid=1545 vsize=26088 CPUtime=0 cores=0,2,4,6
/proc/1547/task/1550/stat : 1550 (java) R 1545 1547 811 0 -1 4202560 43 0 0 0 0 0 0 0 25 0 2 0 524214741 26714112 872 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228244111248 0 0 4096 0 0 0 0 -1 4 0 0 0

[startup+0.082636 s]
/proc/loadavg: 7.45 7.95 8.04 3/176 1547
/proc/meminfo: memFree=30925444/32951124 swapFree=67111364/67111528
[pid=1547] ppid=1545 vsize=15675892 CPUtime=0.07 cores=0,2,4,6
/proc/1547/stat : 1547 (java) S 1545 1547 811 0 -1 4202496 4929 0 1 0 7 0 0 0 22 0 18 0 524214741 16052113408 4364 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1547/statm: 3918973 4364 2035 9 0 3909692 0
[pid=1547/tid=1550] ppid=1545 vsize=15675892 CPUtime=0.06 cores=0,2,4,6
/proc/1547/task/1550/stat : 1550 (java) R 1545 1547 811 0 -1 4202560 3138 0 1 0 6 0 0 0 18 0 18 0 524214741 16052113408 4364 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256175563 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 15675892

[startup+0.100668 s]
/proc/loadavg: 7.45 7.95 8.04 3/176 1547
/proc/meminfo: memFree=30925444/32951124 swapFree=67111364/67111528
[pid=1547] ppid=1545 vsize=15676472 CPUtime=0.1 cores=0,2,4,6
/proc/1547/stat : 1547 (java) S 1545 1547 811 0 -1 4202496 5510 0 1 0 9 1 0 0 22 0 18 0 524214741 16052707328 4942 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1547/statm: 3919118 4942 2116 9 0 3909837 0
[pid=1547/tid=1550] ppid=1545 vsize=15676472 CPUtime=0.07 cores=0,2,4,6
/proc/1547/task/1550/stat : 1550 (java) R 1545 1547 811 0 -1 4202560 3391 0 1 0 7 0 0 0 18 0 18 0 524214741 16052707328 4942 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228244344677 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676472

[startup+0.300599 s]
/proc/loadavg: 7.45 7.95 8.04 3/176 1547
/proc/meminfo: memFree=30925444/32951124 swapFree=67111364/67111528
[pid=1547] ppid=1545 vsize=15682152 CPUtime=0.52 cores=0,2,4,6
/proc/1547/stat : 1547 (java) S 1545 1547 811 0 -1 4202496 14377 0 1 0 50 2 0 0 22 0 18 0 524214741 16058523648 12597 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1547/statm: 3920538 12600 2207 9 0 3911257 0
[pid=1547/tid=1550] ppid=1545 vsize=15682152 CPUtime=0.27 cores=0,2,4,6
/proc/1547/task/1550/stat : 1550 (java) R 1545 1547 811 0 -1 4202560 9246 0 1 0 26 1 0 0 18 0 18 0 524214741 16058523648 12602 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 46912505511518 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15682152

[startup+0.700529 s]
/proc/loadavg: 7.45 7.95 8.04 3/176 1547
/proc/meminfo: memFree=30925444/32951124 swapFree=67111364/67111528
[pid=1547] ppid=1545 vsize=15695720 CPUtime=1.56 cores=0,2,4,6
/proc/1547/stat : 1547 (java) S 1545 1547 811 0 -1 4202496 30113 0 1 0 151 5 0 0 22 0 22 0 524214741 16072417280 24586 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1547/statm: 3923930 24587 2258 9 0 3914649 0
[pid=1547/tid=1550] ppid=1545 vsize=15695720 CPUtime=0.51 cores=0,2,4,6
/proc/1547/task/1550/stat : 1550 (java) S 1545 1547 811 0 -1 4202560 13654 0 1 0 49 2 0 0 18 0 22 0 524214741 16072417280 24587 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 15695720

[startup+1.50136 s]
/proc/loadavg: 7.34 7.92 8.03 14/220 1591
/proc/meminfo: memFree=30593208/32951124 swapFree=67111364/67111528
[pid=1547] ppid=1545 vsize=15698844 CPUtime=4.55 cores=0,2,4,6
/proc/1547/stat : 1547 (java) S 1545 1547 811 0 -1 4202496 57247 0 1 0 446 9 0 0 22 0 22 0 524214741 16075616256 51709 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1547/statm: 3924711 51709 2285 9 0 3915430 0
[pid=1547/tid=1550] ppid=1545 vsize=15698844 CPUtime=0.51 cores=0,2,4,6
/proc/1547/task/1550/stat : 1550 (java) S 1545 1547 811 0 -1 4202560 13654 0 1 0 49 2 0 0 18 0 22 0 524214741 16075616256 51709 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 4 0 0 0
[pid=1547/tid=1552] ppid=1545 vsize=15698844 CPUtime=0 cores=0,2,4,6
/proc/1547/task/1552/stat : 1552 (java) S 1545 1547 811 0 -1 4202560 84 0 0 0 0 0 0 0 15 0 22 0 524214742 16075616256 51709 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 6 0 0 0
[pid=1547/tid=1553] ppid=1545 vsize=15698844 CPUtime=0 cores=0,2,4,6
/proc/1547/task/1553/stat : 1553 (java) S 1545 1547 811 0 -1 4202560 560 0 0 0 0 0 0 0 15 0 22 0 524214742 16075616256 51709 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 0 0 0 0
[pid=1547/tid=1554] ppid=1545 vsize=15698844 CPUtime=0 cores=0,2,4,6
/proc/1547/task/1554/stat : 1554 (java) S 1545 1547 811 0 -1 4202560 724 0 0 0 0 0 0 0 15 0 22 0 524214742 16075616256 51709 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 6 0 0 0
[pid=1547/tid=1555] ppid=1545 vsize=15698844 CPUtime=0 cores=0,2,4,6
/proc/1547/task/1555/stat : 1555 (java) S 1545 1547 811 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524214742 16075616256 51709 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 6 0 0 0
[pid=1547/tid=1557] ppid=1545 vsize=15698844 CPUtime=0 cores=0,2,4,6
/proc/1547/task/1557/stat : 1557 (java) S 1545 1547 811 0 -1 4202560 650 0 0 0 0 0 0 0 16 0 22 0 524214742 16075616256 51709 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 2 0 0 0
[pid=1547/tid=1559] ppid=1545 vsize=15698844 CPUtime=0 cores=0,2,4,6
/proc/1547/task/1559/stat : 1559 (java) S 1545 1547 811 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 22 0 524214742 16075616256 51709 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 6 0 0 0
[pid=1547/tid=1561] ppid=1545 vsize=15698844 CPUtime=0 cores=0,2,4,6
/proc/1547/task/1561/stat : 1561 (java) S 1545 1547 811 0 -1 4202560 1102 0 0 0 0 0 0 0 15 0 22 0 524214742 16075616256 51709 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 6 0 0 0
[pid=1547/tid=1563] ppid=1545 vsize=15698844 CPUtime=0 cores=0,2,4,6
/proc/1547/task/1563/stat : 1563 (java) S 1545 1547 811 0 -1 4202560 1539 0 0 0 0 0 0 0 15 0 22 0 524214742 16075616256 51709 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 4 0 0 0
[pid=1547/tid=1568] ppid=1545 vsize=15698844 CPUtime=0 cores=0,2,4,6
/proc/1547/task/1568/stat : 1568 (java) S 1545 1547 811 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 22 0 524214743 16075616256 51709 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256165376 0 0 0 16800975 18446604453679264768 0 0 -1 6 0 0 0
[pid=1547/tid=1572] ppid=1545 vsize=15698844 CPUtime=0 cores=0,2,4,6
/proc/1547/task/1572/stat : 1572 (java) R 1545 1547 811 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 22 0 524214743 16075616256 51709 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1547/tid=1573] ppid=1545 vsize=15698844 CPUtime=0 cores=0,2,4,6
/proc/1547/task/1573/stat : 1573 (java) S 1545 1547 811 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 524214743 16075616256 51709 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 4 0 0 0
[pid=1547/tid=1574] ppid=1545 vsize=15698844 CPUtime=0 cores=0,2,4,6
/proc/1547/task/1574/stat : 1574 (java) S 1545 1547 811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524214745 16075616256 51709 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256172465 0 4 0 16800975 18446604453679264768 0 0 -1 4 0 0 0
[pid=1547/tid=1577] ppid=1545 vsize=15698844 CPUtime=0.72 cores=0,2,4,6
/proc/1547/task/1577/stat : 1577 (java) S 1545 1547 811 0 -1 4202560 9223 0 0 0 71 1 0 0 15 0 22 0 524214745 16075616256 51709 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 0 0 0 0
[pid=1547/tid=1579] ppid=1545 vsize=15698844 CPUtime=0.76 cores=0,2,4,6
/proc/1547/task/1579/stat : 1579 (java) R 1545 1547 811 0 -1 4202560 6143 0 0 0 75 1 0 0 15 0 22 0 524214745 16075616256 51709 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 47370063675208 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1547/tid=1581] ppid=1545 vsize=15698844 CPUtime=0 cores=0,2,4,6
/proc/1547/task/1581/stat : 1581 (java) S 1545 1547 811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524214745 16075616256 51709 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 4 0 0 0
[pid=1547/tid=1583] ppid=1545 vsize=15698844 CPUtime=0 cores=0,2,4,6
/proc/1547/task/1583/stat : 1583 (java) S 1545 1547 811 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524214745 16075616256 51709 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256165376 0 4 0 16800975 18446604453679264768 0 0 -1 4 0 0 0
[pid=1547/tid=1588] ppid=1545 vsize=15698844 CPUtime=0.58 cores=0,2,4,6
/proc/1547/task/1588/stat : 1588 (java) R 1545 1547 811 0 -1 4202560 6033 0 0 0 58 0 0 0 16 0 22 0 524214774 16075616256 51709 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 46912505803612 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1547/tid=1589] ppid=1545 vsize=15698844 CPUtime=0.89 cores=0,2,4,6
/proc/1547/task/1589/stat : 1589 (java) R 1545 1547 811 0 -1 4202560 7754 0 0 0 88 1 0 0 16 0 22 0 524214774 16075616256 51709 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256165830 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1547/tid=1590] ppid=1545 vsize=15698844 CPUtime=0.46 cores=0,2,4,6
/proc/1547/task/1590/stat : 1590 (java) R 1545 1547 811 0 -1 4202560 4743 0 0 0 46 0 0 0 16 0 22 0 524214774 16075616256 51709 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 47370063024283 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=1547/tid=1591] ppid=1545 vsize=15698844 CPUtime=0.52 cores=0,2,4,6
/proc/1547/task/1591/stat : 1591 (java) R 1545 1547 811 0 -1 4202560 3527 0 0 0 52 0 0 0 16 0 22 0 524214774 16075616256 51709 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 18446744073699065894 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.55
Current children cumulated vsize (KiB) 15698844

[startup+3.10108 s]
/proc/loadavg: 7.34 7.92 8.03 10/220 1591
/proc/meminfo: memFree=30286436/32951124 swapFree=67111364/67111528
[pid=1547] ppid=1545 vsize=15698844 CPUtime=10.92 cores=0,2,4,6
/proc/1547/stat : 1547 (java) S 1545 1547 811 0 -1 4202496 149451 0 1 0 1072 20 0 0 22 0 22 0 524214741 16075616256 143900 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1547/statm: 3924711 143902 2286 9 0 3915430 0
[pid=1547/tid=1550] ppid=1545 vsize=15698844 CPUtime=0.51 cores=0,2,4,6
/proc/1547/task/1550/stat : 1550 (java) S 1545 1547 811 0 -1 4202560 13654 0 1 0 49 2 0 0 18 0 22 0 524214741 16075616256 143904 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 4 0 0 0
[pid=1547/tid=1552] ppid=1545 vsize=15698844 CPUtime=0 cores=0,2,4,6
/proc/1547/task/1552/stat : 1552 (java) S 1545 1547 811 0 -1 4202560 719 0 0 0 0 0 0 0 16 0 22 0 524214742 16075616256 143905 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 6 0 0 0
[pid=1547/tid=1553] ppid=1545 vsize=15698844 CPUtime=0 cores=0,2,4,6
/proc/1547/task/1553/stat : 1553 (java) S 1545 1547 811 0 -1 4202560 1084 0 0 0 0 0 0 0 16 0 22 0 524214742 16075616256 143908 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 0 0 0 0
[pid=1547/tid=1554] ppid=1545 vsize=15698844 CPUtime=0 cores=0,2,4,6
/proc/1547/task/1554/stat : 1554 (java) S 1545 1547 811 0 -1 4202560 2302 0 0 0 0 0 0 0 15 0 22 0 524214742 16075616256 143908 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 6 0 0 0
[pid=1547/tid=1555] ppid=1545 vsize=15698844 CPUtime=0 cores=0,2,4,6
/proc/1547/task/1555/stat : 1555 (java) S 1545 1547 811 0 -1 4202560 1467 0 0 0 0 0 0 0 15 0 22 0 524214742 16075616256 143909 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 0 0 0 0
[pid=1547/tid=1557] ppid=1545 vsize=15698844 CPUtime=0 cores=0,2,4,6
/proc/1547/task/1557/stat : 1557 (java) S 1545 1547 811 0 -1 4202560 1089 0 0 0 0 0 0 0 15 0 22 0 524214742 16075616256 143912 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 2 0 0 0
[pid=1547/tid=1559] ppid=1545 vsize=15698844 CPUtime=0 cores=0,2,4,6
/proc/1547/task/1559/stat : 1559 (java) S 1545 1547 811 0 -1 4202560 606 0 0 0 0 0 0 0 15 0 22 0 524214742 16075616256 143912 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 4 0 0 0
[pid=1547/tid=1561] ppid=1545 vsize=15698844 CPUtime=0 cores=0,2,4,6
/proc/1547/task/1561/stat : 1561 (java) S 1545 1547 811 0 -1 4202560 2051 0 0 0 0 0 0 0 16 0 22 0 524214742 16075616256 143913 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 2 0 0 0
[pid=1547/tid=1563] ppid=1545 vsize=15698844 CPUtime=0 cores=0,2,4,6
/proc/1547/task/1563/stat : 1563 (java) S 1545 1547 811 0 -1 4202560 2240 0 0 0 0 0 0 0 16 0 22 0 524214742 16075616256 143913 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 4 0 0 0
[pid=1547/tid=1568] ppid=1545 vsize=15698844 CPUtime=0 cores=0,2,4,6
/proc/1547/task/1568/stat : 1568 (java) S 1545 1547 811 0 -1 4202560 187 0 0 0 0 0 0 0 15 0 22 0 524214743 16075616256 143919 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256165376 0 0 0 16800975 18446604453679264768 0 0 -1 6 0 0 0
[pid=1547/tid=1572] ppid=1545 vsize=15698844 CPUtime=0 cores=0,2,4,6
/proc/1547/task/1572/stat : 1572 (java) S 1545 1547 811 0 -1 4202560 18 0 0 0 0 0 0 0 17 0 22 0 524214743 16075616256 143919 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 4 0 0 0
[pid=1547/tid=1573] ppid=1545 vsize=15698844 CPUtime=0 cores=0,2,4,6
/proc/1547/task/1573/stat : 1573 (java) S 1545 1547 811 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 524214743 16075616256 143924 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 4 0 0 0
[pid=1547/tid=1574] ppid=1545 vsize=15698844 CPUtime=0 cores=0,2,4,6
/proc/1547/task/1574/stat : 1574 (java) S 1545 1547 811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524214745 16075616256 143925 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256172465 0 4 0 16800975 18446604453679264768 0 0 -1 4 0 0 0
[pid=1547/tid=1577] ppid=1545 vsize=15698844 CPUtime=0.78 cores=0,2,4,6
/proc/1547/task/1577/stat : 1577 (java) S 1545 1547 811 0 -1 4202560 9235 0 0 0 77 1 0 0 15 0 22 0 524214745 16075616256 143925 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 0 0 0 0
[pid=1547/tid=1579] ppid=1545 vsize=15698844 CPUtime=0.84 cores=0,2,4,6
/proc/1547/task/1579/stat : 1579 (java) S 1545 1547 811 0 -1 4202560 6155 0 0 0 83 1 0 0 15 0 22 0 524214745 16075616256 143925 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 6 0 0 0
[pid=1547/tid=1581] ppid=1545 vsize=15698844 CPUtime=0 cores=0,2,4,6
/proc/1547/task/1581/stat : 1581 (java) S 1545 1547 811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524214745 16075616256 143925 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 4 0 0 0
[pid=1547/tid=1583] ppid=1545 vsize=15698844 CPUtime=0 cores=0,2,4,6
/proc/1547/task/1583/stat : 1583 (java) S 1545 1547 811 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524214745 16075616256 143925 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256165376 0 4 0 16800975 18446604453679264768 0 0 -1 4 0 0 0
[pid=1547/tid=1588] ppid=1545 vsize=15698844 CPUtime=2.07 cores=0,2,4,6
/proc/1547/task/1588/stat : 1588 (java) R 1545 1547 811 0 -1 4202560 25256 0 0 0 205 2 0 0 17 0 22 0 524214774 16075616256 143925 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 46912505366054 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1547/tid=1589] ppid=1545 vsize=15698844 CPUtime=2.48 cores=0,2,4,6
/proc/1547/task/1589/stat : 1589 (java) R 1545 1547 811 0 -1 4202560 30751 0 0 0 243 5 0 0 18 0 22 0 524214774 16075616256 143925 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 46912505967681 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1547/tid=1590] ppid=1545 vsize=15698844 CPUtime=2 cores=0,2,4,6
/proc/1547/task/1590/stat : 1590 (java) R 1545 1547 811 0 -1 4202560 25225 0 0 0 198 2 0 0 18 0 22 0 524214774 16075616256 143925 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 46912505803746 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=1547/tid=1591] ppid=1545 vsize=15698844 CPUtime=2.11 cores=0,2,4,6
/proc/1547/task/1591/stat : 1591 (java) R 1545 1547 811 0 -1 4202560 26067 0 0 0 209 2 0 0 18 0 22 0 524214774 16075616256 143927 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 46912506051179 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 10.92
Current children cumulated vsize (KiB) 15698844

[startup+6.30152 s]
/proc/loadavg: 7.39 7.92 8.03 10/220 1591
/proc/meminfo: memFree=29789168/32951124 swapFree=67111364/67111528
[pid=1547] ppid=1545 vsize=15698844 CPUtime=23.7 cores=0,2,4,6
/proc/1547/stat : 1547 (java) S 1545 1547 811 0 -1 4202496 153123 0 1 0 2349 21 0 0 22 0 22 0 524214741 16075616256 139941 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1547/statm: 3924711 139941 2289 9 0 3915430 0
[pid=1547/tid=1550] ppid=1545 vsize=15698844 CPUtime=0.51 cores=0,2,4,6
/proc/1547/task/1550/stat : 1550 (java) S 1545 1547 811 0 -1 4202560 13654 0 1 0 49 2 0 0 18 0 22 0 524214741 16075616256 139941 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 4 0 0 0
[pid=1547/tid=1552] ppid=1545 vsize=15698844 CPUtime=0 cores=0,2,4,6
/proc/1547/task/1552/stat : 1552 (java) S 1545 1547 811 0 -1 4202560 721 0 0 0 0 0 0 0 15 0 22 0 524214742 16075616256 139941 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 6 0 0 0
[pid=1547/tid=1553] ppid=1545 vsize=15698844 CPUtime=0 cores=0,2,4,6
/proc/1547/task/1553/stat : 1553 (java) S 1545 1547 811 0 -1 4202560 1572 0 0 0 0 0 0 0 15 0 22 0 524214742 16075616256 139941 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 2 0 0 0
[pid=1547/tid=1554] ppid=1545 vsize=15698844 CPUtime=0 cores=0,2,4,6
/proc/1547/task/1554/stat : 1554 (java) S 1545 1547 811 0 -1 4202560 2462 0 0 0 0 0 0 0 15 0 22 0 524214742 16075616256 139941 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 6 0 0 0
[pid=1547/tid=1555] ppid=1545 vsize=15698844 CPUtime=0 cores=0,2,4,6
/proc/1547/task/1555/stat : 1555 (java) S 1545 1547 811 0 -1 4202560 2030 0 0 0 0 0 0 0 15 0 22 0 524214742 16075616256 139941 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 2 0 0 0
[pid=1547/tid=1557] ppid=1545 vsize=15698844 CPUtime=0 cores=0,2,4,6
/proc/1547/task/1557/stat : 1557 (java) S 1545 1547 811 0 -1 4202560 1754 0 0 0 0 0 0 0 15 0 22 0 524214742 16075616256 139941 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 2 0 0 0
[pid=1547/tid=1559] ppid=1545 vsize=15698844 CPUtime=0 cores=0,2,4,6
/proc/1547/task/1559/stat : 1559 (java) S 1545 1547 811 0 -1 4202560 1261 0 0 0 0 0 0 0 16 0 22 0 524214742 16075616256 139941 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 4 0 0 0
[pid=1547/tid=1561] ppid=1545 vsize=15698844 CPUtime=0 cores=0,2,4,6
/proc/1547/task/1561/stat : 1561 (java) S 1545 1547 811 0 -1 4202560 2107 0 0 0 0 0 0 0 16 0 22 0 524214742 16075616256 139941 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 2 0 0 0
[pid=1547/tid=1563] ppid=1545 vsize=15698844 CPUtime=0.01 cores=0,2,4,6
/proc/1547/task/1563/stat : 1563 (java) S 1545 1547 811 0 -1 4202560 2347 0 0 0 1 0 0 0 15 0 22 0 524214742 16075616256 139941 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 4 0 0 0

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

[pid=1547/tid=1589] ppid=1545 vsize=15693760 CPUtime=1048.78 cores=0,2,4,6
/proc/1547/task/1589/stat : 1589 (java) R 1545 1547 811 0 -1 4202560 171494 0 0 0 104846 32 0 0 25 0 22 0 524214774 16070410240 74387 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 46912505984549 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1547/tid=1590] ppid=1545 vsize=15693760 CPUtime=1048.62 cores=0,2,4,6
/proc/1547/task/1590/stat : 1590 (java) R 1545 1547 811 0 -1 4202560 167698 0 0 0 104831 31 0 0 25 0 22 0 524214774 16070410240 74387 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 46912505986401 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=1547/tid=1591] ppid=1545 vsize=15693760 CPUtime=1048.91 cores=0,2,4,6
/proc/1547/task/1591/stat : 1591 (java) R 1545 1547 811 0 -1 4202560 168196 0 0 0 104861 30 0 0 25 0 22 0 524214774 16070410240 74387 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 46912505803093 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4223.66
Current children cumulated vsize (KiB) 15693760

[startup+1122.3 s]
/proc/loadavg: 8.06 8.09 8.05 10/220 1621
/proc/meminfo: memFree=30247868/32951124 swapFree=67111364/67111528
[pid=1547] ppid=1545 vsize=15693760 CPUtime=4462.13 cores=0,2,4,6
/proc/1547/stat : 1547 (java) S 1545 1547 811 0 -1 4202496 1234673 0 1 0 445889 324 0 0 22 0 22 0 524214741 16070410240 74667 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1547/statm: 3923440 74667 2299 9 0 3914159 0
[pid=1547/tid=1550] ppid=1545 vsize=15693760 CPUtime=0.51 cores=0,2,4,6
/proc/1547/task/1550/stat : 1550 (java) S 1545 1547 811 0 -1 4202560 13654 0 1 0 49 2 0 0 18 0 22 0 524214741 16070410240 74667 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 4 0 0 0
[pid=1547/tid=1552] ppid=1545 vsize=15693760 CPUtime=3.18 cores=0,2,4,6
/proc/1547/task/1552/stat : 1552 (java) S 1545 1547 811 0 -1 4202560 58241 0 0 0 302 16 0 0 16 0 22 0 524214742 16070410240 74667 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 0 0 0 0
[pid=1547/tid=1553] ppid=1545 vsize=15693760 CPUtime=3.21 cores=0,2,4,6
/proc/1547/task/1553/stat : 1553 (java) S 1545 1547 811 0 -1 4202560 63892 0 0 0 305 16 0 0 15 0 22 0 524214742 16070410240 74667 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 2 0 0 0
[pid=1547/tid=1554] ppid=1545 vsize=15693760 CPUtime=3.26 cores=0,2,4,6
/proc/1547/task/1554/stat : 1554 (java) S 1545 1547 811 0 -1 4202560 63745 0 0 0 308 18 0 0 15 0 22 0 524214742 16070410240 74667 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 4 0 0 0
[pid=1547/tid=1555] ppid=1545 vsize=15693760 CPUtime=3.21 cores=0,2,4,6
/proc/1547/task/1555/stat : 1555 (java) S 1545 1547 811 0 -1 4202560 61994 0 0 0 304 17 0 0 15 0 22 0 524214742 16070410240 74667 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 6 0 0 0
[pid=1547/tid=1557] ppid=1545 vsize=15693760 CPUtime=3.13 cores=0,2,4,6
/proc/1547/task/1557/stat : 1557 (java) S 1545 1547 811 0 -1 4202560 61777 0 0 0 301 12 0 0 15 0 22 0 524214742 16070410240 74667 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 0 0 0 0
[pid=1547/tid=1559] ppid=1545 vsize=15693760 CPUtime=3.17 cores=0,2,4,6
/proc/1547/task/1559/stat : 1559 (java) S 1545 1547 811 0 -1 4202560 62603 0 0 0 300 17 0 0 15 0 22 0 524214742 16070410240 74667 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 4 0 0 0
[pid=1547/tid=1561] ppid=1545 vsize=15693760 CPUtime=3.07 cores=0,2,4,6
/proc/1547/task/1561/stat : 1561 (java) S 1545 1547 811 0 -1 4202560 59803 0 0 0 292 15 0 0 16 0 22 0 524214742 16070410240 74667 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 0 0 0 0
[pid=1547/tid=1563] ppid=1545 vsize=15693760 CPUtime=3.1 cores=0,2,4,6
/proc/1547/task/1563/stat : 1563 (java) S 1545 1547 811 0 -1 4202560 63740 0 0 0 295 15 0 0 16 0 22 0 524214742 16070410240 74667 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 6 0 0 0
[pid=1547/tid=1568] ppid=1545 vsize=15693760 CPUtime=1.98 cores=0,2,4,6
/proc/1547/task/1568/stat : 1568 (java) S 1545 1547 811 0 -1 4202560 3258 0 0 0 145 53 0 0 15 0 22 0 524214743 16070410240 74667 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256165376 0 0 0 16800975 18446604453679264768 0 0 -1 6 0 0 0
[pid=1547/tid=1572] ppid=1545 vsize=15693760 CPUtime=0 cores=0,2,4,6
/proc/1547/task/1572/stat : 1572 (java) S 1545 1547 811 0 -1 4202560 18 0 0 0 0 0 0 0 17 0 22 0 524214743 16070410240 74667 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 4 0 0 0
[pid=1547/tid=1573] ppid=1545 vsize=15693760 CPUtime=0 cores=0,2,4,6
/proc/1547/task/1573/stat : 1573 (java) S 1545 1547 811 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 524214743 16070410240 74667 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 4 0 0 0
[pid=1547/tid=1574] ppid=1545 vsize=15693760 CPUtime=0 cores=0,2,4,6
/proc/1547/task/1574/stat : 1574 (java) S 1545 1547 811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524214745 16070410240 74667 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256172465 0 4 0 16800975 18446604453679264768 0 0 -1 4 0 0 0
[pid=1547/tid=1577] ppid=1545 vsize=15693760 CPUtime=0.91 cores=0,2,4,6
/proc/1547/task/1577/stat : 1577 (java) S 1545 1547 811 0 -1 4202560 9252 0 0 0 90 1 0 0 15 0 22 0 524214745 16070410240 74667 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 0 0 0 0
[pid=1547/tid=1579] ppid=1545 vsize=15693760 CPUtime=0.95 cores=0,2,4,6
/proc/1547/task/1579/stat : 1579 (java) S 1545 1547 811 0 -1 4202560 6172 0 0 0 94 1 0 0 15 0 22 0 524214745 16070410240 74667 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 6 0 0 0
[pid=1547/tid=1581] ppid=1545 vsize=15693760 CPUtime=0 cores=0,2,4,6
/proc/1547/task/1581/stat : 1581 (java) S 1545 1547 811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524214745 16070410240 74667 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 4 0 0 0
[pid=1547/tid=1583] ppid=1545 vsize=15693760 CPUtime=0 cores=0,2,4,6
/proc/1547/task/1583/stat : 1583 (java) S 1545 1547 811 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 22 0 524214745 16070410240 74667 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256165376 0 4 0 16800975 18446604453679264768 0 0 -1 2 0 0 0
[pid=1547/tid=1588] ppid=1545 vsize=15693760 CPUtime=1108.17 cores=0,2,4,6
/proc/1547/task/1588/stat : 1588 (java) R 1545 1547 811 0 -1 4202560 173301 0 0 0 110782 35 0 0 25 0 22 0 524214774 16070410240 74667 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 46912505986934 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=1547/tid=1589] ppid=1545 vsize=15693760 CPUtime=1107.93 cores=0,2,4,6
/proc/1547/task/1589/stat : 1589 (java) R 1545 1547 811 0 -1 4202560 179685 0 0 0 110759 34 0 0 25 0 22 0 524214774 16070410240 74667 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 46912505795642 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=1547/tid=1590] ppid=1545 vsize=15693760 CPUtime=1107.96 cores=0,2,4,6
/proc/1547/task/1590/stat : 1590 (java) R 1545 1547 811 0 -1 4202560 175611 0 0 0 110764 32 0 0 25 0 22 0 524214774 16070410240 74667 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 46912505827958 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1547/tid=1591] ppid=1545 vsize=15693760 CPUtime=1108.24 cores=0,2,4,6
/proc/1547/task/1591/stat : 1591 (java) R 1545 1547 811 0 -1 4202560 176496 0 0 0 110792 32 0 0 25 0 22 0 524214774 16070410240 74667 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 46912505804922 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4462.13
Current children cumulated vsize (KiB) 15693760

[startup+1182.3 s]
/proc/loadavg: 8.11 8.10 8.06 10/220 1623
/proc/meminfo: memFree=30303268/32951124 swapFree=67111364/67111528
[pid=1547] ppid=1545 vsize=15693760 CPUtime=4700.59 cores=0,2,4,6
/proc/1547/stat : 1547 (java) S 1545 1547 811 0 -1 4202496 1289226 0 1 0 469719 340 0 0 22 0 22 0 524214741 16070410240 64143 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1547/statm: 3923440 64143 2299 9 0 3914159 0
[pid=1547/tid=1550] ppid=1545 vsize=15693760 CPUtime=0.51 cores=0,2,4,6
/proc/1547/task/1550/stat : 1550 (java) S 1545 1547 811 0 -1 4202560 13654 0 1 0 49 2 0 0 18 0 22 0 524214741 16070410240 64143 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 4 0 0 0
[pid=1547/tid=1552] ppid=1545 vsize=15693760 CPUtime=3.34 cores=0,2,4,6
/proc/1547/task/1552/stat : 1552 (java) S 1545 1547 811 0 -1 4202560 60648 0 0 0 318 16 0 0 16 0 22 0 524214742 16070410240 64143 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 2 0 0 0
[pid=1547/tid=1553] ppid=1545 vsize=15693760 CPUtime=3.38 cores=0,2,4,6
/proc/1547/task/1553/stat : 1553 (java) S 1545 1547 811 0 -1 4202560 66499 0 0 0 321 17 0 0 15 0 22 0 524214742 16070410240 64143 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 4 0 0 0
[pid=1547/tid=1554] ppid=1545 vsize=15693760 CPUtime=3.42 cores=0,2,4,6
/proc/1547/task/1554/stat : 1554 (java) S 1545 1547 811 0 -1 4202560 67052 0 0 0 324 18 0 0 15 0 22 0 524214742 16070410240 64143 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 2 0 0 0
[pid=1547/tid=1555] ppid=1545 vsize=15693760 CPUtime=3.38 cores=0,2,4,6
/proc/1547/task/1555/stat : 1555 (java) S 1545 1547 811 0 -1 4202560 64501 0 0 0 320 18 0 0 15 0 22 0 524214742 16070410240 64143 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 6 0 0 0
[pid=1547/tid=1557] ppid=1545 vsize=15693760 CPUtime=3.28 cores=0,2,4,6
/proc/1547/task/1557/stat : 1557 (java) S 1545 1547 811 0 -1 4202560 64745 0 0 0 315 13 0 0 15 0 22 0 524214742 16070410240 64143 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 2 0 0 0
[pid=1547/tid=1559] ppid=1545 vsize=15693760 CPUtime=3.32 cores=0,2,4,6
/proc/1547/task/1559/stat : 1559 (java) S 1545 1547 811 0 -1 4202560 64802 0 0 0 314 18 0 0 15 0 22 0 524214742 16070410240 64143 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 0 0 0 0
[pid=1547/tid=1561] ppid=1545 vsize=15693760 CPUtime=3.23 cores=0,2,4,6
/proc/1547/task/1561/stat : 1561 (java) S 1545 1547 811 0 -1 4202560 62143 0 0 0 307 16 0 0 16 0 22 0 524214742 16070410240 64143 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 4 0 0 0
[pid=1547/tid=1563] ppid=1545 vsize=15693760 CPUtime=3.25 cores=0,2,4,6
/proc/1547/task/1563/stat : 1563 (java) S 1545 1547 811 0 -1 4202560 65896 0 0 0 309 16 0 0 16 0 22 0 524214742 16070410240 64143 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 6 0 0 0
[pid=1547/tid=1568] ppid=1545 vsize=15693760 CPUtime=2.12 cores=0,2,4,6
/proc/1547/task/1568/stat : 1568 (java) S 1545 1547 811 0 -1 4202560 3417 0 0 0 155 57 0 0 16 0 22 0 524214743 16070410240 64143 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256165376 0 0 0 16800975 18446604453679264768 0 0 -1 6 0 0 0
[pid=1547/tid=1572] ppid=1545 vsize=15693760 CPUtime=0 cores=0,2,4,6
/proc/1547/task/1572/stat : 1572 (java) S 1545 1547 811 0 -1 4202560 18 0 0 0 0 0 0 0 17 0 22 0 524214743 16070410240 64143 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 4 0 0 0
[pid=1547/tid=1573] ppid=1545 vsize=15693760 CPUtime=0 cores=0,2,4,6
/proc/1547/task/1573/stat : 1573 (java) S 1545 1547 811 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 524214743 16070410240 64143 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 4 0 0 0
[pid=1547/tid=1574] ppid=1545 vsize=15693760 CPUtime=0 cores=0,2,4,6
/proc/1547/task/1574/stat : 1574 (java) S 1545 1547 811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524214745 16070410240 64143 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256172465 0 4 0 16800975 18446604453679264768 0 0 -1 4 0 0 0
[pid=1547/tid=1577] ppid=1545 vsize=15693760 CPUtime=0.91 cores=0,2,4,6
/proc/1547/task/1577/stat : 1577 (java) S 1545 1547 811 0 -1 4202560 9252 0 0 0 90 1 0 0 15 0 22 0 524214745 16070410240 64143 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 0 0 0 0
[pid=1547/tid=1579] ppid=1545 vsize=15693760 CPUtime=0.95 cores=0,2,4,6
/proc/1547/task/1579/stat : 1579 (java) S 1545 1547 811 0 -1 4202560 6172 0 0 0 94 1 0 0 15 0 22 0 524214745 16070410240 64143 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 6 0 0 0
[pid=1547/tid=1581] ppid=1545 vsize=15693760 CPUtime=0 cores=0,2,4,6
/proc/1547/task/1581/stat : 1581 (java) S 1545 1547 811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524214745 16070410240 64143 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 4 0 0 0
[pid=1547/tid=1583] ppid=1545 vsize=15693760 CPUtime=0 cores=0,2,4,6
/proc/1547/task/1583/stat : 1583 (java) S 1545 1547 811 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 524214745 16070410240 64143 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256165376 0 4 0 16800975 18446604453679264768 0 0 -1 4 0 0 0
[pid=1547/tid=1588] ppid=1545 vsize=15693760 CPUtime=1167.46 cores=0,2,4,6
/proc/1547/task/1588/stat : 1588 (java) R 1545 1547 811 0 -1 4202560 181673 0 0 0 116709 37 0 0 25 0 22 0 524214774 16070410240 64143 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 47370063025925 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1547/tid=1589] ppid=1545 vsize=15693760 CPUtime=1167.09 cores=0,2,4,6
/proc/1547/task/1589/stat : 1589 (java) R 1545 1547 811 0 -1 4202560 188274 0 0 0 116673 36 0 0 25 0 22 0 524214774 16070410240 64143 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 47370063024874 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=1547/tid=1590] ppid=1545 vsize=15693760 CPUtime=1167.32 cores=0,2,4,6
/proc/1547/task/1590/stat : 1590 (java) R 1545 1547 811 0 -1 4202560 184390 0 0 0 116698 34 0 0 25 0 22 0 524214774 16070410240 64143 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 46912505795499 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1547/tid=1591] ppid=1545 vsize=15693760 CPUtime=1167.47 cores=0,2,4,6
/proc/1547/task/1591/stat : 1591 (java) R 1545 1547 811 0 -1 4202560 184657 0 0 0 116714 33 0 0 25 0 22 0 524214774 16070410240 64143 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 18446744073699065971 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4700.59
Current children cumulated vsize (KiB) 15693760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.4 s]
/proc/loadavg: 8.22 8.13 8.07 5/198 1626
/proc/meminfo: memFree=30619860/32951124 swapFree=67111364/67111528
[pid=1547] ppid=1545 vsize=15693760 CPUtime=4800.36 cores=0,2,4,6
/proc/1547/stat : 1547 (java) S 1545 1547 811 0 -1 4202496 1325841 0 1 0 479688 348 0 0 22 0 22 0 524214741 16070410240 76683 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1547/statm: 3923440 76683 2299 9 0 3914159 0
[pid=1547/tid=1550] ppid=1545 vsize=15693760 CPUtime=0.51 cores=0,2,4,6
/proc/1547/task/1550/stat : 1550 (java) S 1545 1547 811 0 -1 4202560 13654 0 1 0 49 2 0 0 18 0 22 0 524214741 16070410240 76683 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 4 0 0 0
[pid=1547/tid=1552] ppid=1545 vsize=15693760 CPUtime=3.42 cores=0,2,4,6
/proc/1547/task/1552/stat : 1552 (java) S 1545 1547 811 0 -1 4202560 62611 0 0 0 325 17 0 0 15 0 22 0 524214742 16070410240 76683 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 4 0 0 0
[pid=1547/tid=1553] ppid=1545 vsize=15693760 CPUtime=3.43 cores=0,2,4,6
/proc/1547/task/1553/stat : 1553 (java) S 1545 1547 811 0 -1 4202560 68101 0 0 0 326 17 0 0 15 0 22 0 524214742 16070410240 76683 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 6 0 0 0
[pid=1547/tid=1554] ppid=1545 vsize=15693760 CPUtime=3.47 cores=0,2,4,6
/proc/1547/task/1554/stat : 1554 (java) S 1545 1547 811 0 -1 4202560 68685 0 0 0 329 18 0 0 15 0 22 0 524214742 16070410240 76683 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 2 0 0 0
[pid=1547/tid=1555] ppid=1545 vsize=15693760 CPUtime=3.43 cores=0,2,4,6
/proc/1547/task/1555/stat : 1555 (java) S 1545 1547 811 0 -1 4202560 66287 0 0 0 325 18 0 0 15 0 22 0 524214742 16070410240 76683 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 0 0 0 0
[pid=1547/tid=1557] ppid=1545 vsize=15693760 CPUtime=3.34 cores=0,2,4,6
/proc/1547/task/1557/stat : 1557 (java) S 1545 1547 811 0 -1 4202560 66396 0 0 0 321 13 0 0 15 0 22 0 524214742 16070410240 76683 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 2 0 0 0
[pid=1547/tid=1559] ppid=1545 vsize=15693760 CPUtime=3.37 cores=0,2,4,6
/proc/1547/task/1559/stat : 1559 (java) S 1545 1547 811 0 -1 4202560 66326 0 0 0 319 18 0 0 15 0 22 0 524214742 16070410240 76683 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 0 0 0 0
[pid=1547/tid=1561] ppid=1545 vsize=15693760 CPUtime=3.3 cores=0,2,4,6
/proc/1547/task/1561/stat : 1561 (java) S 1545 1547 811 0 -1 4202560 64251 0 0 0 314 16 0 0 15 0 22 0 524214742 16070410240 76683 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 4 0 0 0
[pid=1547/tid=1563] ppid=1545 vsize=15693760 CPUtime=3.32 cores=0,2,4,6
/proc/1547/task/1563/stat : 1563 (java) S 1545 1547 811 0 -1 4202560 67899 0 0 0 315 17 0 0 15 0 22 0 524214742 16070410240 76683 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 6 0 0 0
[pid=1547/tid=1568] ppid=1545 vsize=15693760 CPUtime=2.18 cores=0,2,4,6
/proc/1547/task/1568/stat : 1568 (java) S 1545 1547 811 0 -1 4202560 3508 0 0 0 160 58 0 0 15 0 22 0 524214743 16070410240 76683 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256165376 0 0 0 16800975 18446604453679264768 0 0 -1 0 0 0 0
[pid=1547/tid=1572] ppid=1545 vsize=15693760 CPUtime=0 cores=0,2,4,6
/proc/1547/task/1572/stat : 1572 (java) S 1545 1547 811 0 -1 4202560 18 0 0 0 0 0 0 0 17 0 22 0 524214743 16070410240 76683 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 4 0 0 0
[pid=1547/tid=1573] ppid=1545 vsize=15693760 CPUtime=0 cores=0,2,4,6
/proc/1547/task/1573/stat : 1573 (java) S 1545 1547 811 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 524214743 16070410240 76683 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 4 0 0 0
[pid=1547/tid=1574] ppid=1545 vsize=15693760 CPUtime=0 cores=0,2,4,6
/proc/1547/task/1574/stat : 1574 (java) S 1545 1547 811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524214745 16070410240 76683 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256172465 0 4 0 16800975 18446604453679264768 0 0 -1 4 0 0 0
[pid=1547/tid=1577] ppid=1545 vsize=15693760 CPUtime=0.91 cores=0,2,4,6
/proc/1547/task/1577/stat : 1577 (java) S 1545 1547 811 0 -1 4202560 9252 0 0 0 90 1 0 0 15 0 22 0 524214745 16070410240 76683 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 0 0 0 0
[pid=1547/tid=1579] ppid=1545 vsize=15693760 CPUtime=0.95 cores=0,2,4,6
/proc/1547/task/1579/stat : 1579 (java) S 1545 1547 811 0 -1 4202560 6172 0 0 0 94 1 0 0 15 0 22 0 524214745 16070410240 76683 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 6 0 0 0
[pid=1547/tid=1581] ppid=1545 vsize=15693760 CPUtime=0 cores=0,2,4,6
/proc/1547/task/1581/stat : 1581 (java) S 1545 1547 811 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524214745 16070410240 76683 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256164761 0 4 0 16800975 18446604453679264768 0 0 -1 4 0 0 0
[pid=1547/tid=1583] ppid=1545 vsize=15693760 CPUtime=0 cores=0,2,4,6
/proc/1547/task/1583/stat : 1583 (java) S 1545 1547 811 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 524214745 16070410240 76683 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 228256165376 0 4 0 16800975 18446604453679264768 0 0 -1 4 0 0 0
[pid=1547/tid=1588] ppid=1545 vsize=15693760 CPUtime=1192.29 cores=0,2,4,6
/proc/1547/task/1588/stat : 1588 (java) R 1545 1547 811 0 -1 4202560 187434 0 0 0 119191 38 0 0 25 0 22 0 524214774 16070410240 76683 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 46912506030865 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=1547/tid=1589] ppid=1545 vsize=15693760 CPUtime=1191.94 cores=0,2,4,6
/proc/1547/task/1589/stat : 1589 (java) R 1545 1547 811 0 -1 4202560 194082 0 0 0 119157 37 0 0 25 0 22 0 524214774 16070410240 76683 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 46912506031913 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1547/tid=1590] ppid=1545 vsize=15693760 CPUtime=1192.13 cores=0,2,4,6
/proc/1547/task/1590/stat : 1590 (java) R 1545 1547 811 0 -1 4202560 189980 0 0 0 119178 35 0 0 25 0 22 0 524214774 16070410240 76683 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 46912505723600 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=1547/tid=1591] ppid=1545 vsize=15693760 CPUtime=1192.2 cores=0,2,4,6
/proc/1547/task/1591/stat : 1591 (java) R 1545 1547 811 0 -1 4202560 189750 0 0 0 119186 34 0 0 25 0 22 0 524214774 16070410240 76683 33554432000 1073741824 1073778376 140736140625472 18446744073709551615 46912505795483 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 15693760

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 1207.43
CPU time (s): 4800.42
CPU user time (s): 4796.92
CPU system time (s): 3.49747
CPU usage (%): 397.573
Max. virtual memory (cumulated for all children) (KiB): 15698844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.92
system time used= 3.49747
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1325867
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= 309243
involuntary context switches= 164571

runsolver used 2.04869 second user time and 4.5863 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-30 03:16:08
IDJOB=3311419
IDBENCH=82804
IDSOLVER=1698
FILE ID=node136/3311419-1304126168
RUNJOBID= node136-1304126168-1528
PBS_JOBID= 13170731
Free space on /tmp= 72336 MiB

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

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

MD5SUM BENCH= 2cb285a396d74446b485c2112c34e09c
RANDOM SEED=1948233546

node136.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	: 5332.75
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30925716 kB
Buffers:        600432 kB
Cached:         937724 kB
SwapCached:          0 kB
Active:         138704 kB
Inactive:      1463460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30925716 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            3672 kB
Writeback:           0 kB
AnonPages:       63628 kB
Mapped:          14872 kB
Slab:           360580 kB
PageTables:       4876 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   200460 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= 72332 MiB
End job on node136 at 2011-04-30 03:36:17