Trace number 3313157

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? (TO) 4800.44 1204.18

General information on the benchmark

NameSAT03/handmade/gomes/bqwh/
bqwh.60.1152.shuffled-as.sat03-1650.cnf
MD5SUM98d6317b259165bb4fb7a39e783668e0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark118.001
Satisfiable
(Un)Satisfiability was proved
Number of variables7534
Number of clauses72812
Sum of the clauses size161368
Maximum clause length14
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 269406
Number of clauses of size 3128
Number of clauses of size 4291
Number of clauses of size 5538
Number of clauses of size over 52449

Solver Data

0.10/0.12	43:58 INFO : Reading from input HOME/instance-3313157-1304185438.cnf
0.71/0.53	Executor set job limit to 1000000
0.71/0.53	Executor set job limit to 1000000
0.71/0.53	Executor set job limit to 1000000
0.71/0.53	Executor set job limit to 1000000
0.71/0.53	Starting Executor!
0.71/0.53	Starting Executor!
0.71/0.53	Starting Executor!
0.71/0.53	Starting Executor!
3.19/1.66	44:00 INFO : 7511 variables remaining out of 7534
3.19/1.66	44:00 INFO : 441789 literals remaining out of 234180

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

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: 3.46 5.79 6.56 3/189 28568
/proc/meminfo: memFree=30252516/32950928 swapFree=67111428/67111528
[pid=28568] ppid=28566 vsize=22976 CPUtime=0 cores=0,2,4,6
/proc/28568/stat : 28568 (java) R 28566 28568 28518 0 -1 4202496 1348 0 0 0 0 0 0 0 25 0 1 0 530143590 23527424 828 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248084774967 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/28568/statm: 5744 833 635 9 0 124 0
[pid=28568/tid=28574] ppid=28566 vsize=24004 CPUtime=0 cores=0,2,4,6
/proc/28568/task/28574/stat : 28574 (java) R 28566 28568 28518 0 -1 4202560 12 0 0 0 0 0 0 0 25 0 2 0 530143590 24580096 849 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248089698048 0 0 4096 0 0 0 0 -1 2 0 0 0

[startup+0.06173 s]
/proc/loadavg: 3.46 5.79 6.56 3/189 28568
/proc/meminfo: memFree=30252516/32950928 swapFree=67111428/67111528
[pid=28568] ppid=28566 vsize=15609780 CPUtime=0.05 cores=0,2,4,6
/proc/28568/stat : 28568 (java) S 28566 28568 28518 0 -1 4202496 4310 0 1 0 4 1 0 0 25 0 18 0 530143590 15984414720 3749 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28568/statm: 3902445 3749 1778 9 0 3893164 0
[pid=28568/tid=28574] ppid=28566 vsize=15609780 CPUtime=0.04 cores=0,2,4,6
/proc/28568/task/28574/stat : 28574 (java) R 28566 28568 28518 0 -1 4202560 2893 0 1 0 4 0 0 0 22 0 18 0 530143590 15984414720 3749 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15609780

[startup+0.100716 s]
/proc/loadavg: 3.46 5.79 6.56 3/189 28568
/proc/meminfo: memFree=30252516/32950928 swapFree=67111428/67111528
[pid=28568] ppid=28566 vsize=15676576 CPUtime=0.1 cores=0,2,4,6
/proc/28568/stat : 28568 (java) S 28566 28568 28518 0 -1 4202496 5461 0 1 0 9 1 0 0 25 0 18 0 530143590 16052813824 4900 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28568/statm: 3919144 4900 2116 9 0 3909863 0
[pid=28568/tid=28574] ppid=28566 vsize=15676576 CPUtime=0.08 cores=0,2,4,6
/proc/28568/task/28574/stat : 28574 (java) R 28566 28568 28518 0 -1 4202560 3395 0 1 0 7 1 0 0 22 0 18 0 530143590 16052813824 4900 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248089694053 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676576

[startup+0.300681 s]
/proc/loadavg: 3.46 5.79 6.56 3/189 28568
/proc/meminfo: memFree=30252516/32950928 swapFree=67111428/67111528
[pid=28568] ppid=28566 vsize=15682684 CPUtime=0.51 cores=0,2,4,6
/proc/28568/stat : 28568 (java) S 28566 28568 28518 0 -1 4202496 14532 0 1 0 48 3 0 0 25 0 18 0 530143590 16059068416 12805 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28568/statm: 3920671 12812 2206 9 0 3911390 0
[pid=28568/tid=28574] ppid=28566 vsize=15682684 CPUtime=0.28 cores=0,2,4,6
/proc/28568/task/28574/stat : 28574 (java) R 28566 28568 28518 0 -1 4202560 9483 0 1 0 26 2 0 0 22 0 18 0 530143590 16059068416 12816 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 46912505640851 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15682684

[startup+0.700552 s]
/proc/loadavg: 3.46 5.79 6.56 3/189 28568
/proc/meminfo: memFree=30252516/32950928 swapFree=67111428/67111528
[pid=28568] ppid=28566 vsize=15686796 CPUtime=1.14 cores=0,2,4,6
/proc/28568/stat : 28568 (java) S 28566 28568 28518 0 -1 4202496 43927 0 1 0 108 6 0 0 25 0 22 0 530143590 16063279104 40580 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28568/statm: 3921699 40580 2253 9 0 3912418 0
[pid=28568/tid=28574] ppid=28566 vsize=15686796 CPUtime=0.67 cores=0,2,4,6
/proc/28568/task/28574/stat : 28574 (java) R 28566 28568 28518 0 -1 4202560 35619 0 1 0 62 5 0 0 25 0 22 0 530143590 16063279104 40580 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 47168230638470 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 15686796

[startup+1.50146 s]
/proc/loadavg: 3.46 5.79 6.56 6/220 28599
/proc/meminfo: memFree=29920384/32950928 swapFree=67111428/67111528
[pid=28568] ppid=28566 vsize=15695724 CPUtime=2.94 cores=0,2,4,6
/proc/28568/stat : 28568 (java) S 28566 28568 28518 0 -1 4202496 54377 0 1 0 287 7 0 0 25 0 22 0 530143590 16072421376 47200 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28568/statm: 3923931 47200 2266 9 0 3914650 0
[pid=28568/tid=28574] ppid=28566 vsize=15695724 CPUtime=1.48 cores=0,2,4,6
/proc/28568/task/28574/stat : 28574 (java) R 28566 28568 28518 0 -1 4202560 35649 0 1 0 143 5 0 0 25 0 22 0 530143590 16072421376 47200 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 46912505191201 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28568/tid=28576] ppid=28566 vsize=15695724 CPUtime=0 cores=0,2,4,6
/proc/28568/task/28576/stat : 28576 (java) S 28566 28568 28518 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 530143591 16072421376 47200 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 4 0 0 0
[pid=28568/tid=28577] ppid=28566 vsize=15695724 CPUtime=0 cores=0,2,4,6
/proc/28568/task/28577/stat : 28577 (java) S 28566 28568 28518 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 530143591 16072421376 47200 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 4 0 0 0
[pid=28568/tid=28578] ppid=28566 vsize=15695724 CPUtime=0 cores=0,2,4,6
/proc/28568/task/28578/stat : 28578 (java) S 28566 28568 28518 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 530143591 16072421376 47200 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 4 0 0 0
[pid=28568/tid=28579] ppid=28566 vsize=15695724 CPUtime=0 cores=0,2,4,6
/proc/28568/task/28579/stat : 28579 (java) S 28566 28568 28518 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 530143591 16072421376 47200 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 4 0 0 0
[pid=28568/tid=28580] ppid=28566 vsize=15695724 CPUtime=0 cores=0,2,4,6
/proc/28568/task/28580/stat : 28580 (java) S 28566 28568 28518 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 530143591 16072421376 47200 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 4 0 0 0
[pid=28568/tid=28581] ppid=28566 vsize=15695724 CPUtime=0 cores=0,2,4,6
/proc/28568/task/28581/stat : 28581 (java) S 28566 28568 28518 0 -1 4202560 38 0 0 0 0 0 0 0 21 0 22 0 530143591 16072421376 47200 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 0 0 0 0
[pid=28568/tid=28582] ppid=28566 vsize=15695724 CPUtime=0 cores=0,2,4,6
/proc/28568/task/28582/stat : 28582 (java) S 28566 28568 28518 0 -1 4202560 330 0 0 0 0 0 0 0 21 0 22 0 530143591 16072421376 47200 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 6 0 0 0
[pid=28568/tid=28583] ppid=28566 vsize=15695724 CPUtime=0 cores=0,2,4,6
/proc/28568/task/28583/stat : 28583 (java) S 28566 28568 28518 0 -1 4202560 39 0 0 0 0 0 0 0 21 0 22 0 530143591 16072421376 47200 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 4 0 0 0
[pid=28568/tid=28584] ppid=28566 vsize=15695724 CPUtime=0 cores=0,2,4,6
/proc/28568/task/28584/stat : 28584 (java) S 28566 28568 28518 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 530143592 16072421376 47200 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514752 0 0 0 16800975 18446604453865948288 0 0 -1 6 0 0 0
[pid=28568/tid=28585] ppid=28566 vsize=15695724 CPUtime=0 cores=0,2,4,6
/proc/28568/task/28585/stat : 28585 (java) S 28566 28568 28518 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 530143592 16072421376 47200 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 2 0 0 0
[pid=28568/tid=28586] ppid=28566 vsize=15695724 CPUtime=0 cores=0,2,4,6
/proc/28568/task/28586/stat : 28586 (java) S 28566 28568 28518 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 530143592 16072421376 47200 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 6 0 0 0
[pid=28568/tid=28587] ppid=28566 vsize=15695724 CPUtime=0 cores=0,2,4,6
/proc/28568/task/28587/stat : 28587 (java) S 28566 28568 28518 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 530143594 16072421376 47200 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101521841 0 4 0 16800975 18446604453865948288 0 0 -1 2 0 0 0
[pid=28568/tid=28588] ppid=28566 vsize=15695724 CPUtime=0.65 cores=0,2,4,6
/proc/28568/task/28588/stat : 28588 (java) R 28566 28568 28518 0 -1 4202560 4737 0 0 0 65 0 0 0 15 0 22 0 530143594 16072421376 47200 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 47168233198284 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=28568/tid=28589] ppid=28566 vsize=15695724 CPUtime=0.79 cores=0,2,4,6
/proc/28568/task/28589/stat : 28589 (java) S 28566 28568 28518 0 -1 4202560 12142 0 0 0 78 1 0 0 15 0 22 0 530143594 16072421376 47200 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 2 0 0 0
[pid=28568/tid=28590] ppid=28566 vsize=15695724 CPUtime=0 cores=0,2,4,6
/proc/28568/task/28590/stat : 28590 (java) S 28566 28568 28518 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 530143594 16072421376 47200 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 2 0 0 0
[pid=28568/tid=28591] ppid=28566 vsize=15695724 CPUtime=0 cores=0,2,4,6
/proc/28568/task/28591/stat : 28591 (java) S 28566 28568 28518 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530143594 16072421376 47200 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514752 0 4 0 16800975 18446604453865948288 0 0 -1 6 0 0 0
[pid=28568/tid=28596] ppid=28566 vsize=15695724 CPUtime=0 cores=0,2,4,6
/proc/28568/task/28596/stat : 28596 (java) S 28566 28568 28518 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 530143643 16072421376 47200 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514752 0 4 0 16800975 18446604453865948288 0 0 -1 0 0 0 0
[pid=28568/tid=28597] ppid=28566 vsize=15695724 CPUtime=0 cores=0,2,4,6
/proc/28568/task/28597/stat : 28597 (java) S 28566 28568 28518 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 22 0 530143643 16072421376 47200 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514752 0 4 0 16800975 18446604453865948288 0 0 -1 6 0 0 0
[pid=28568/tid=28598] ppid=28566 vsize=15695724 CPUtime=0 cores=0,2,4,6
/proc/28568/task/28598/stat : 28598 (java) S 28566 28568 28518 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 22 0 530143643 16072421376 47200 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514752 0 4 0 16800975 18446604453865948288 0 0 -1 6 0 0 0
[pid=28568/tid=28599] ppid=28566 vsize=15695724 CPUtime=0 cores=0,2,4,6
/proc/28568/task/28599/stat : 28599 (java) S 28566 28568 28518 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 22 0 530143643 16072421376 47200 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514752 0 4 0 16800975 18446604453865948288 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 15695724

[startup+3.10113 s]
/proc/loadavg: 3.82 5.83 6.57 11/220 28599
/proc/meminfo: memFree=29781256/32950928 swapFree=67111428/67111528
[pid=28568] ppid=28566 vsize=15695724 CPUtime=8.4 cores=0,2,4,6
/proc/28568/stat : 28568 (java) S 28566 28568 28518 0 -1 4202496 119004 0 1 0 825 15 0 0 25 0 22 0 530143590 16072421376 109318 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28568/statm: 3923931 109318 2275 9 0 3914650 0
[pid=28568/tid=28574] ppid=28566 vsize=15695724 CPUtime=1.64 cores=0,2,4,6
/proc/28568/task/28574/stat : 28574 (java) S 28566 28568 28518 0 -1 4202560 35679 0 1 0 159 5 0 0 25 0 22 0 530143590 16072421376 109318 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 0 0 0 0
[pid=28568/tid=28576] ppid=28566 vsize=15695724 CPUtime=0.03 cores=0,2,4,6
/proc/28568/task/28576/stat : 28576 (java) S 28566 28568 28518 0 -1 4202560 6055 0 0 0 3 0 0 0 16 0 22 0 530143591 16072421376 109318 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 2 0 0 0
[pid=28568/tid=28577] ppid=28566 vsize=15695724 CPUtime=0.02 cores=0,2,4,6
/proc/28568/task/28577/stat : 28577 (java) S 28566 28568 28518 0 -1 4202560 3574 0 0 0 2 0 0 0 15 0 22 0 530143591 16072421376 109318 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 0 0 0 0
[pid=28568/tid=28578] ppid=28566 vsize=15695724 CPUtime=0.01 cores=0,2,4,6
/proc/28568/task/28578/stat : 28578 (java) S 28566 28568 28518 0 -1 4202560 3446 0 0 0 1 0 0 0 15 0 22 0 530143591 16072421376 109318 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 6 0 0 0
[pid=28568/tid=28579] ppid=28566 vsize=15695724 CPUtime=0.03 cores=0,2,4,6
/proc/28568/task/28579/stat : 28579 (java) S 28566 28568 28518 0 -1 4202560 8342 0 0 0 3 0 0 0 16 0 22 0 530143591 16072421376 109318 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 0 0 0 0
[pid=28568/tid=28580] ppid=28566 vsize=15695724 CPUtime=0 cores=0,2,4,6
/proc/28568/task/28580/stat : 28580 (java) S 28566 28568 28518 0 -1 4202560 1580 0 0 0 0 0 0 0 15 0 22 0 530143591 16072421376 109318 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 4 0 0 0
[pid=28568/tid=28581] ppid=28566 vsize=15695724 CPUtime=0.04 cores=0,2,4,6
/proc/28568/task/28581/stat : 28581 (java) S 28566 28568 28518 0 -1 4202560 9900 0 0 0 3 1 0 0 16 0 22 0 530143591 16072421376 109318 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 4 0 0 0
[pid=28568/tid=28582] ppid=28566 vsize=15695724 CPUtime=0.02 cores=0,2,4,6
/proc/28568/task/28582/stat : 28582 (java) S 28566 28568 28518 0 -1 4202560 5063 0 0 0 2 0 0 0 16 0 22 0 530143591 16072421376 109318 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 4 0 0 0
[pid=28568/tid=28583] ppid=28566 vsize=15695724 CPUtime=0.01 cores=0,2,4,6
/proc/28568/task/28583/stat : 28583 (java) S 28566 28568 28518 0 -1 4202560 3252 0 0 0 1 0 0 0 15 0 22 0 530143591 16072421376 109318 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 4 0 0 0
[pid=28568/tid=28584] ppid=28566 vsize=15695724 CPUtime=0 cores=0,2,4,6
/proc/28568/task/28584/stat : 28584 (java) S 28566 28568 28518 0 -1 4202560 255 0 0 0 0 0 0 0 15 0 22 0 530143592 16072421376 109318 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514752 0 0 0 16800975 18446604453865948288 0 0 -1 6 0 0 0
[pid=28568/tid=28585] ppid=28566 vsize=15695724 CPUtime=0 cores=0,2,4,6
/proc/28568/task/28585/stat : 28585 (java) S 28566 28568 28518 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530143592 16072421376 109318 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 2 0 0 0
[pid=28568/tid=28586] ppid=28566 vsize=15695724 CPUtime=0 cores=0,2,4,6
/proc/28568/task/28586/stat : 28586 (java) S 28566 28568 28518 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530143592 16072421376 109318 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 2 0 0 0
[pid=28568/tid=28587] ppid=28566 vsize=15695724 CPUtime=0 cores=0,2,4,6
/proc/28568/task/28587/stat : 28587 (java) S 28566 28568 28518 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 530143594 16072421376 109318 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101521841 0 4 0 16800975 18446604453865948288 0 0 -1 2 0 0 0
[pid=28568/tid=28588] ppid=28566 vsize=15695724 CPUtime=0.98 cores=0,2,4,6
/proc/28568/task/28588/stat : 28588 (java) S 28566 28568 28518 0 -1 4202560 4781 0 0 0 98 0 0 0 15 0 22 0 530143594 16072421376 109318 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 4 0 0 0
[pid=28568/tid=28589] ppid=28566 vsize=15695724 CPUtime=1.09 cores=0,2,4,6
/proc/28568/task/28589/stat : 28589 (java) S 28566 28568 28518 0 -1 4202560 14410 0 0 0 108 1 0 0 15 0 22 0 530143594 16072421376 109318 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 2 0 0 0
[pid=28568/tid=28590] ppid=28566 vsize=15695724 CPUtime=0 cores=0,2,4,6
/proc/28568/task/28590/stat : 28590 (java) S 28566 28568 28518 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 530143594 16072421376 109318 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 2 0 0 0
[pid=28568/tid=28591] ppid=28566 vsize=15695724 CPUtime=0 cores=0,2,4,6
/proc/28568/task/28591/stat : 28591 (java) S 28566 28568 28518 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530143594 16072421376 109318 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514752 0 4 0 16800975 18446604453865948288 0 0 -1 2 0 0 0
[pid=28568/tid=28596] ppid=28566 vsize=15695724 CPUtime=1.1 cores=0,2,4,6
/proc/28568/task/28596/stat : 28596 (java) R 28566 28568 28518 0 -1 4202560 5707 0 0 0 110 0 0 0 16 0 22 0 530143643 16072421376 109318 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 46912506302901 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28568/tid=28597] ppid=28566 vsize=15695724 CPUtime=0.93 cores=0,2,4,6
/proc/28568/task/28597/stat : 28597 (java) R 28566 28568 28518 0 -1 4202560 4776 0 0 0 93 0 0 0 16 0 22 0 530143643 16072421376 109318 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 46912505930328 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=28568/tid=28598] ppid=28566 vsize=15695724 CPUtime=1.23 cores=0,2,4,6
/proc/28568/task/28598/stat : 28598 (java) R 28566 28568 28518 0 -1 4202560 5520 0 0 0 123 0 0 0 16 0 22 0 530143643 16072421376 109318 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 46912506284010 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=28568/tid=28599] ppid=28566 vsize=15695724 CPUtime=1.13 cores=0,2,4,6
/proc/28568/task/28599/stat : 28599 (java) R 28566 28568 28518 0 -1 4202560 5279 0 0 0 113 0 0 0 16 0 22 0 530143643 16072421376 109318 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 46912506240543 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 8.4
Current children cumulated vsize (KiB) 15695724

[startup+6.30157 s]
/proc/loadavg: 3.82 5.83 6.57 10/220 28600
/proc/meminfo: memFree=28406228/32950928 swapFree=67111428/67111528
[pid=28568] ppid=28566 vsize=15695724 CPUtime=21.17 cores=0,2,4,6
/proc/28568/stat : 28568 (java) S 28566 28568 28518 0 -1 4202496 250593 0 1 0 2081 36 0 0 25 0 22 0 530143590 16072421376 240759 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28568/statm: 3923931 240760 2275 9 0 3914650 0
[pid=28568/tid=28574] ppid=28566 vsize=15695724 CPUtime=1.64 cores=0,2,4,6
/proc/28568/task/28574/stat : 28574 (java) S 28566 28568 28518 0 -1 4202560 35679 0 1 0 159 5 0 0 25 0 22 0 530143590 16072421376 240761 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 0 0 0 0
[pid=28568/tid=28576] ppid=28566 vsize=15695724 CPUtime=0.13 cores=0,2,4,6
/proc/28568/task/28576/stat : 28576 (java) S 28566 28568 28518 0 -1 4202560 31112 0 0 0 8 5 0 0 16 0 22 0 530143591 16072421376 240762 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 2 0 0 0
[pid=28568/tid=28577] ppid=28566 vsize=15695724 CPUtime=0.02 cores=0,2,4,6
/proc/28568/task/28577/stat : 28577 (java) S 28566 28568 28518 0 -1 4202560 3574 0 0 0 2 0 0 0 15 0 22 0 530143591 16072421376 240764 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 0 0 0 0
[pid=28568/tid=28578] ppid=28566 vsize=15695724 CPUtime=0.07 cores=0,2,4,6
/proc/28568/task/28578/stat : 28578 (java) S 28566 28568 28518 0 -1 4202560 14096 0 0 0 5 2 0 0 16 0 22 0 530143591 16072421376 240765 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 0 0 0 0
[pid=28568/tid=28579] ppid=28566 vsize=15695724 CPUtime=0.1 cores=0,2,4,6
/proc/28568/task/28579/stat : 28579 (java) S 28566 28568 28518 0 -1 4202560 20836 0 0 0 7 3 0 0 16 0 22 0 530143591 16072421376 240766 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 0 0 0 0
[pid=28568/tid=28580] ppid=28566 vsize=15695724 CPUtime=0.07 cores=0,2,4,6
/proc/28568/task/28580/stat : 28580 (java) S 28566 28568 28518 0 -1 4202560 13243 0 0 0 5 2 0 0 16 0 22 0 530143591 16072421376 240766 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 6 0 0 0
[pid=28568/tid=28581] ppid=28566 vsize=15695724 CPUtime=0.07 cores=0,2,4,6
/proc/28568/task/28581/stat : 28581 (java) S 28566 28568 28518 0 -1 4202560 15850 0 0 0 5 2 0 0 15 0 22 0 530143591 16072421376 240767 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 6 0 0 0
[pid=28568/tid=28582] ppid=28566 vsize=15695724 CPUtime=0.05 cores=0,2,4,6
/proc/28568/task/28582/stat : 28582 (java) S 28566 28568 28518 0 -1 4202560 12544 0 0 0 4 1 0 0 16 0 22 0 530143591 16072421376 240768 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 4 0 0 0
[pid=28568/tid=28583] ppid=28566 vsize=15695724 CPUtime=0.04 cores=0,2,4,6
/proc/28568/task/28583/stat : 28583 (java) S 28566 28568 28518 0 -1 4202560 8037 0 0 0 3 1 0 0 16 0 22 0 530143591 16072421376 240769 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 4 0 0 0

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

/proc/28568/task/28578/stat : 28578 (java) S 28566 28568 28518 0 -1 4202560 217203 0 0 0 298 38 0 0 16 0 22 0 530143591 16072421376 1462893 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 0 0 0 0
[pid=28568/tid=28579] ppid=28566 vsize=15695724 CPUtime=3.57 cores=0,2,4,6
/proc/28568/task/28579/stat : 28579 (java) S 28566 28568 28518 0 -1 4202560 276551 0 0 0 308 49 0 0 16 0 22 0 530143591 16072421376 1462893 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 4 0 0 0
[pid=28568/tid=28580] ppid=28566 vsize=15695724 CPUtime=3.22 cores=0,2,4,6
/proc/28568/task/28580/stat : 28580 (java) S 28566 28568 28518 0 -1 4202560 173734 0 0 0 291 31 0 0 15 0 22 0 530143591 16072421376 1462893 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 4 0 0 0
[pid=28568/tid=28581] ppid=28566 vsize=15695724 CPUtime=3.58 cores=0,2,4,6
/proc/28568/task/28581/stat : 28581 (java) S 28566 28568 28518 0 -1 4202560 217830 0 0 0 321 37 0 0 16 0 22 0 530143591 16072421376 1462893 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 2 0 0 0
[pid=28568/tid=28582] ppid=28566 vsize=15695724 CPUtime=3.4 cores=0,2,4,6
/proc/28568/task/28582/stat : 28582 (java) S 28566 28568 28518 0 -1 4202560 208369 0 0 0 305 35 0 0 16 0 22 0 530143591 16072421376 1462893 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 0 0 0 0
[pid=28568/tid=28583] ppid=28566 vsize=15695724 CPUtime=3.21 cores=0,2,4,6
/proc/28568/task/28583/stat : 28583 (java) S 28566 28568 28518 0 -1 4202560 163884 0 0 0 295 26 0 0 16 0 22 0 530143591 16072421376 1462893 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 6 0 0 0
[pid=28568/tid=28584] ppid=28566 vsize=15695724 CPUtime=1.19 cores=0,2,4,6
/proc/28568/task/28584/stat : 28584 (java) S 28566 28568 28518 0 -1 4202560 102595 0 0 0 89 30 0 0 15 0 22 0 530143592 16072421376 1462893 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514752 0 0 0 16800975 18446604453865948288 0 0 -1 4 0 0 0
[pid=28568/tid=28585] ppid=28566 vsize=15695724 CPUtime=0 cores=0,2,4,6
/proc/28568/task/28585/stat : 28585 (java) S 28566 28568 28518 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530143592 16072421376 1462893 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 2 0 0 0
[pid=28568/tid=28586] ppid=28566 vsize=15695724 CPUtime=0 cores=0,2,4,6
/proc/28568/task/28586/stat : 28586 (java) S 28566 28568 28518 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530143592 16072421376 1462893 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 2 0 0 0
[pid=28568/tid=28587] ppid=28566 vsize=15695724 CPUtime=0 cores=0,2,4,6
/proc/28568/task/28587/stat : 28587 (java) S 28566 28568 28518 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 530143594 16072421376 1462893 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101521841 0 4 0 16800975 18446604453865948288 0 0 -1 2 0 0 0
[pid=28568/tid=28588] ppid=28566 vsize=15695724 CPUtime=1.15 cores=0,2,4,6
/proc/28568/task/28588/stat : 28588 (java) S 28566 28568 28518 0 -1 4202560 4790 0 0 0 115 0 0 0 16 0 22 0 530143594 16072421376 1462893 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 4 0 0 0
[pid=28568/tid=28589] ppid=28566 vsize=15695724 CPUtime=1.42 cores=0,2,4,6
/proc/28568/task/28589/stat : 28589 (java) S 28566 28568 28518 0 -1 4202560 14458 0 0 0 141 1 0 0 15 0 22 0 530143594 16072421376 1462893 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 2 0 0 0
[pid=28568/tid=28590] ppid=28566 vsize=15695724 CPUtime=0 cores=0,2,4,6
/proc/28568/task/28590/stat : 28590 (java) S 28566 28568 28518 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 530143594 16072421376 1462893 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 2 0 0 0
[pid=28568/tid=28591] ppid=28566 vsize=15695724 CPUtime=0 cores=0,2,4,6
/proc/28568/task/28591/stat : 28591 (java) S 28566 28568 28518 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 530143594 16072421376 1462893 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514752 0 4 0 16800975 18446604453865948288 0 0 -1 0 0 0 0
[pid=28568/tid=28596] ppid=28566 vsize=15695724 CPUtime=1110.09 cores=0,2,4,6
/proc/28568/task/28596/stat : 28596 (java) R 28566 28568 28518 0 -1 4202560 240144 0 0 0 110979 30 0 0 25 0 22 0 530143643 16072421376 1462893 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 46912505523447 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=28568/tid=28597] ppid=28566 vsize=15695724 CPUtime=1111.75 cores=0,2,4,6
/proc/28568/task/28597/stat : 28597 (java) R 28566 28568 28518 0 -1 4202560 250929 0 0 0 111145 30 0 0 25 0 22 0 530143643 16072421376 1462893 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 46912505943968 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28568/tid=28598] ppid=28566 vsize=15695724 CPUtime=1109.72 cores=0,2,4,6
/proc/28568/task/28598/stat : 28598 (java) R 28566 28568 28518 0 -1 4202560 234510 0 0 0 110942 30 0 0 25 0 22 0 530143643 16072421376 1462893 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 46912505584457 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=28568/tid=28599] ppid=28566 vsize=15695724 CPUtime=1110.7 cores=0,2,4,6
/proc/28568/task/28599/stat : 28599 (java) R 28566 28568 28518 0 -1 4202560 243271 0 0 0 111042 28 0 0 25 0 22 0 530143643 16072421376 1462893 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 46912505943895 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4474.24
Current children cumulated vsize (KiB) 15695724

[startup+1182.3 s]
/proc/loadavg: 8.06 8.03 7.64 9/220 28641
/proc/meminfo: memFree=17506632/32950928 swapFree=67111428/67111528
[pid=28568] ppid=28566 vsize=15695724 CPUtime=4713.86 cores=0,2,4,6
/proc/28568/stat : 28568 (java) S 28566 28568 28518 0 -1 4202496 2921961 0 1 0 470927 459 0 0 25 0 22 0 530143590 16072421376 1637467 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28568/statm: 3923931 1637467 2299 9 0 3914650 0
[pid=28568/tid=28574] ppid=28566 vsize=15695724 CPUtime=1.64 cores=0,2,4,6
/proc/28568/task/28574/stat : 28574 (java) S 28566 28568 28518 0 -1 4202560 35679 0 1 0 159 5 0 0 25 0 22 0 530143590 16072421376 1637467 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 0 0 0 0
[pid=28568/tid=28576] ppid=28566 vsize=15695724 CPUtime=3.11 cores=0,2,4,6
/proc/28568/task/28576/stat : 28576 (java) S 28566 28568 28518 0 -1 4202560 194434 0 0 0 278 33 0 0 15 0 22 0 530143591 16072421376 1637467 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 0 0 0 0
[pid=28568/tid=28577] ppid=28566 vsize=15695724 CPUtime=3.18 cores=0,2,4,6
/proc/28568/task/28577/stat : 28577 (java) S 28566 28568 28518 0 -1 4202560 189286 0 0 0 287 31 0 0 16 0 22 0 530143591 16072421376 1637467 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 6 0 0 0
[pid=28568/tid=28578] ppid=28566 vsize=15695724 CPUtime=3.42 cores=0,2,4,6
/proc/28568/task/28578/stat : 28578 (java) S 28566 28568 28518 0 -1 4202560 224057 0 0 0 303 39 0 0 16 0 22 0 530143591 16072421376 1637467 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 0 0 0 0
[pid=28568/tid=28579] ppid=28566 vsize=15695724 CPUtime=3.62 cores=0,2,4,6
/proc/28568/task/28579/stat : 28579 (java) S 28566 28568 28518 0 -1 4202560 284406 0 0 0 312 50 0 0 15 0 22 0 530143591 16072421376 1637467 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 2 0 0 0
[pid=28568/tid=28580] ppid=28566 vsize=15695724 CPUtime=3.27 cores=0,2,4,6
/proc/28568/task/28580/stat : 28580 (java) S 28566 28568 28518 0 -1 4202560 178461 0 0 0 296 31 0 0 15 0 22 0 530143591 16072421376 1637467 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 4 0 0 0
[pid=28568/tid=28581] ppid=28566 vsize=15695724 CPUtime=3.63 cores=0,2,4,6
/proc/28568/task/28581/stat : 28581 (java) S 28566 28568 28518 0 -1 4202560 227087 0 0 0 325 38 0 0 16 0 22 0 530143591 16072421376 1637467 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 4 0 0 0
[pid=28568/tid=28582] ppid=28566 vsize=15695724 CPUtime=3.47 cores=0,2,4,6
/proc/28568/task/28582/stat : 28582 (java) S 28566 28568 28518 0 -1 4202560 217176 0 0 0 311 36 0 0 15 0 22 0 530143591 16072421376 1637467 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 0 0 0 0
[pid=28568/tid=28583] ppid=28566 vsize=15695724 CPUtime=3.28 cores=0,2,4,6
/proc/28568/task/28583/stat : 28583 (java) S 28566 28568 28518 0 -1 4202560 170001 0 0 0 301 27 0 0 16 0 22 0 530143591 16072421376 1637467 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 2 0 0 0
[pid=28568/tid=28584] ppid=28566 vsize=15695724 CPUtime=1.2 cores=0,2,4,6
/proc/28568/task/28584/stat : 28584 (java) S 28566 28568 28518 0 -1 4202560 102933 0 0 0 90 30 0 0 15 0 22 0 530143592 16072421376 1637467 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514752 0 0 0 16800975 18446604453865948288 0 0 -1 4 0 0 0
[pid=28568/tid=28585] ppid=28566 vsize=15695724 CPUtime=0 cores=0,2,4,6
/proc/28568/task/28585/stat : 28585 (java) S 28566 28568 28518 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530143592 16072421376 1637467 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 2 0 0 0
[pid=28568/tid=28586] ppid=28566 vsize=15695724 CPUtime=0 cores=0,2,4,6
/proc/28568/task/28586/stat : 28586 (java) S 28566 28568 28518 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530143592 16072421376 1637467 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 2 0 0 0
[pid=28568/tid=28587] ppid=28566 vsize=15695724 CPUtime=0 cores=0,2,4,6
/proc/28568/task/28587/stat : 28587 (java) S 28566 28568 28518 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 530143594 16072421376 1637467 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101521841 0 4 0 16800975 18446604453865948288 0 0 -1 2 0 0 0
[pid=28568/tid=28588] ppid=28566 vsize=15695724 CPUtime=1.15 cores=0,2,4,6
/proc/28568/task/28588/stat : 28588 (java) S 28566 28568 28518 0 -1 4202560 4790 0 0 0 115 0 0 0 16 0 22 0 530143594 16072421376 1637467 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 4 0 0 0
[pid=28568/tid=28589] ppid=28566 vsize=15695724 CPUtime=1.42 cores=0,2,4,6
/proc/28568/task/28589/stat : 28589 (java) S 28566 28568 28518 0 -1 4202560 14458 0 0 0 141 1 0 0 15 0 22 0 530143594 16072421376 1637467 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 2 0 0 0
[pid=28568/tid=28590] ppid=28566 vsize=15695724 CPUtime=0 cores=0,2,4,6
/proc/28568/task/28590/stat : 28590 (java) S 28566 28568 28518 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 530143594 16072421376 1637467 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 2 0 0 0
[pid=28568/tid=28591] ppid=28566 vsize=15695724 CPUtime=0 cores=0,2,4,6
/proc/28568/task/28591/stat : 28591 (java) S 28566 28568 28518 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 530143594 16072421376 1637467 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514752 0 4 0 16800975 18446604453865948288 0 0 -1 0 0 0 0
[pid=28568/tid=28596] ppid=28566 vsize=15695724 CPUtime=1169.84 cores=0,2,4,6
/proc/28568/task/28596/stat : 28596 (java) R 28566 28568 28518 0 -1 4202560 264117 0 0 0 116951 33 0 0 25 0 22 0 530143643 16072421376 1637467 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 46912505944202 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=28568/tid=28597] ppid=28566 vsize=15695724 CPUtime=1171.6 cores=0,2,4,6
/proc/28568/task/28597/stat : 28597 (java) R 28566 28568 28518 0 -1 4202560 277827 0 0 0 117128 32 0 0 25 0 22 0 530143643 16072421376 1637467 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 46912505943859 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28568/tid=28598] ppid=28566 vsize=15695724 CPUtime=1169.56 cores=0,2,4,6
/proc/28568/task/28598/stat : 28598 (java) R 28566 28568 28518 0 -1 4202560 265546 0 0 0 116924 32 0 0 25 0 22 0 530143643 16072421376 1637467 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 46912506303019 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=28568/tid=28599] ppid=28566 vsize=15695724 CPUtime=1170.32 cores=0,2,4,6
/proc/28568/task/28599/stat : 28599 (java) R 28566 28568 28518 0 -1 4202560 270250 0 0 0 117000 32 0 0 25 0 22 0 530143643 16072421376 1637467 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 46912506217999 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4713.86
Current children cumulated vsize (KiB) 15695724



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.9 s]
/proc/loadavg: 8.11 8.05 7.66 5/197 28646
/proc/meminfo: memFree=23402388/32950928 swapFree=67111428/67111528
[pid=28568] ppid=28566 vsize=15695724 CPUtime=4800.14 cores=0,2,4,6
/proc/28568/stat : 28568 (java) S 28566 28568 28518 0 -1 4202496 2996873 0 1 0 479546 468 0 0 25 0 22 0 530143590 16072421376 1712350 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28568/statm: 3923931 1712350 2299 9 0 3914650 0
[pid=28568/tid=28574] ppid=28566 vsize=15695724 CPUtime=1.64 cores=0,2,4,6
/proc/28568/task/28574/stat : 28574 (java) S 28566 28568 28518 0 -1 4202560 35679 0 1 0 159 5 0 0 25 0 22 0 530143590 16072421376 1712350 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 0 0 0 0
[pid=28568/tid=28576] ppid=28566 vsize=15695724 CPUtime=3.13 cores=0,2,4,6
/proc/28568/task/28576/stat : 28576 (java) S 28566 28568 28518 0 -1 4202560 196046 0 0 0 280 33 0 0 15 0 22 0 530143591 16072421376 1712350 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 6 0 0 0
[pid=28568/tid=28577] ppid=28566 vsize=15695724 CPUtime=3.2 cores=0,2,4,6
/proc/28568/task/28577/stat : 28577 (java) S 28566 28568 28518 0 -1 4202560 190553 0 0 0 288 32 0 0 16 0 22 0 530143591 16072421376 1712350 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 6 0 0 0
[pid=28568/tid=28578] ppid=28566 vsize=15695724 CPUtime=3.46 cores=0,2,4,6
/proc/28568/task/28578/stat : 28578 (java) S 28566 28568 28518 0 -1 4202560 228258 0 0 0 306 40 0 0 16 0 22 0 530143591 16072421376 1712350 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 2 0 0 0
[pid=28568/tid=28579] ppid=28566 vsize=15695724 CPUtime=3.64 cores=0,2,4,6
/proc/28568/task/28579/stat : 28579 (java) S 28566 28568 28518 0 -1 4202560 287897 0 0 0 314 50 0 0 15 0 22 0 530143591 16072421376 1712350 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 4 0 0 0
[pid=28568/tid=28580] ppid=28566 vsize=15695724 CPUtime=3.29 cores=0,2,4,6
/proc/28568/task/28580/stat : 28580 (java) S 28566 28568 28518 0 -1 4202560 182311 0 0 0 297 32 0 0 15 0 22 0 530143591 16072421376 1712350 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 4 0 0 0
[pid=28568/tid=28581] ppid=28566 vsize=15695724 CPUtime=3.67 cores=0,2,4,6
/proc/28568/task/28581/stat : 28581 (java) S 28566 28568 28518 0 -1 4202560 231590 0 0 0 328 39 0 0 16 0 22 0 530143591 16072421376 1712350 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 4 0 0 0
[pid=28568/tid=28582] ppid=28566 vsize=15695724 CPUtime=3.51 cores=0,2,4,6
/proc/28568/task/28582/stat : 28582 (java) S 28566 28568 28518 0 -1 4202560 222412 0 0 0 314 37 0 0 16 0 22 0 530143591 16072421376 1712350 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 0 0 0 0
[pid=28568/tid=28583] ppid=28566 vsize=15695724 CPUtime=3.31 cores=0,2,4,6
/proc/28568/task/28583/stat : 28583 (java) S 28566 28568 28518 0 -1 4202560 174981 0 0 0 303 28 0 0 15 0 22 0 530143591 16072421376 1712350 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 2 0 0 0
[pid=28568/tid=28584] ppid=28566 vsize=15695724 CPUtime=1.2 cores=0,2,4,6
/proc/28568/task/28584/stat : 28584 (java) S 28566 28568 28518 0 -1 4202560 103085 0 0 0 90 30 0 0 15 0 22 0 530143592 16072421376 1712350 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514752 0 0 0 16800975 18446604453865948288 0 0 -1 4 0 0 0
[pid=28568/tid=28585] ppid=28566 vsize=15695724 CPUtime=0 cores=0,2,4,6
/proc/28568/task/28585/stat : 28585 (java) S 28566 28568 28518 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530143592 16072421376 1712350 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 2 0 0 0
[pid=28568/tid=28586] ppid=28566 vsize=15695724 CPUtime=0 cores=0,2,4,6
/proc/28568/task/28586/stat : 28586 (java) S 28566 28568 28518 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530143592 16072421376 1712350 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 2 0 0 0
[pid=28568/tid=28587] ppid=28566 vsize=15695724 CPUtime=0 cores=0,2,4,6
/proc/28568/task/28587/stat : 28587 (java) S 28566 28568 28518 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 530143594 16072421376 1712350 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101521841 0 4 0 16800975 18446604453865948288 0 0 -1 2 0 0 0
[pid=28568/tid=28588] ppid=28566 vsize=15695724 CPUtime=1.15 cores=0,2,4,6
/proc/28568/task/28588/stat : 28588 (java) S 28566 28568 28518 0 -1 4202560 4790 0 0 0 115 0 0 0 16 0 22 0 530143594 16072421376 1712350 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 4 0 0 0
[pid=28568/tid=28589] ppid=28566 vsize=15695724 CPUtime=1.42 cores=0,2,4,6
/proc/28568/task/28589/stat : 28589 (java) S 28566 28568 28518 0 -1 4202560 14458 0 0 0 141 1 0 0 15 0 22 0 530143594 16072421376 1712350 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 2 0 0 0
[pid=28568/tid=28590] ppid=28566 vsize=15695724 CPUtime=0 cores=0,2,4,6
/proc/28568/task/28590/stat : 28590 (java) S 28566 28568 28518 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 530143594 16072421376 1712350 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514137 0 4 0 16800975 18446604453865948288 0 0 -1 2 0 0 0
[pid=28568/tid=28591] ppid=28566 vsize=15695724 CPUtime=0 cores=0,2,4,6
/proc/28568/task/28591/stat : 28591 (java) S 28566 28568 28518 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 530143594 16072421376 1712350 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 248101514752 0 4 0 16800975 18446604453865948288 0 0 -1 0 0 0 0
[pid=28568/tid=28596] ppid=28566 vsize=15695724 CPUtime=1191.39 cores=0,2,4,6
/proc/28568/task/28596/stat : 28596 (java) R 28566 28568 28518 0 -1 4202560 277528 0 0 0 119104 35 0 0 25 0 22 0 530143643 16072421376 1712350 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 46912506350036 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=28568/tid=28597] ppid=28566 vsize=15695724 CPUtime=1193.15 cores=0,2,4,6
/proc/28568/task/28597/stat : 28597 (java) R 28566 28568 28518 0 -1 4202560 286112 0 0 0 119282 33 0 0 25 0 22 0 530143643 16072421376 1712350 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 46912505978406 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28568/tid=28598] ppid=28566 vsize=15695724 CPUtime=1191.11 cores=0,2,4,6
/proc/28568/task/28598/stat : 28598 (java) R 28566 28568 28518 0 -1 4202560 279835 0 0 0 119077 34 0 0 25 0 22 0 530143643 16072421376 1712350 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 46912505584453 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=28568/tid=28599] ppid=28566 vsize=15695724 CPUtime=1191.74 cores=0,2,4,6
/proc/28568/task/28599/stat : 28599 (java) R 28566 28568 28518 0 -1 4202560 279883 0 0 0 119141 33 0 0 25 0 22 0 530143643 16072421376 1712350 33554432000 1073741824 1073778376 140734122282560 18446744073709551615 46912506202168 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.14
Current children cumulated vsize (KiB) 15695724

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

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

[startup+1204.01 s]
/proc/loadavg: 8.11 8.05 7.66 5/197 28646
/proc/meminfo: memFree=23402388/32950928 swapFree=67111428/67111528
[pid=28568] ppid=28566 vsize=0 CPUtime=4800.26 cores=0,2,4,6
/proc/28568/stat : 28568 (java) Z 28566 28568 28518 0 -1 4203548 2996899 0 1 0 479548 478 0 0 17 0 2 0 530143590 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28568/statm: 0 0 0 0 0 0 0
[pid=28568/tid=28598] ppid=28566 vsize=0 CPUtime=1191.21 cores=0,2,4,6
/proc/28568/task/28598/stat : 28598 (java) R 28566 28568 28518 0 -1 4203588 279835 0 0 0 119078 43 0 0 25 0 2 0 530143643 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 0

[startup+1204.1 s]
/proc/loadavg: 8.11 8.05 7.66 5/197 28646
/proc/meminfo: memFree=23402388/32950928 swapFree=67111428/67111528
[pid=28568] ppid=28566 vsize=0 CPUtime=4800.35 cores=0,2,4,6
/proc/28568/stat : 28568 (java) Z 28566 28568 28518 0 -1 4203548 2996899 0 1 0 479548 487 0 0 17 0 2 0 530143590 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28568/statm: 0 0 0 0 0 0 0
[pid=28568/tid=28598] ppid=28566 vsize=0 CPUtime=1191.3 cores=0,2,4,6
/proc/28568/task/28598/stat : 28598 (java) R 28566 28568 28518 0 -1 4203588 279835 0 0 0 119078 52 0 0 25 0 2 0 530143643 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1204.18
CPU time (s): 4800.44
CPU user time (s): 4795.49
CPU system time (s): 4.94725
CPU usage (%): 398.649
Max. virtual memory (cumulated for all children) (KiB): 15695724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.49
system time used= 4.94725
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2996899
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= 40978
involuntary context switches= 54229

runsolver used 1.9947 second user time and 4.6323 second system time

The end

Launcher Data

Begin job on node123 at 2011-04-30 19:43:58
IDJOB=3313157
IDBENCH=83797
IDSOLVER=1699
FILE ID=node123/3313157-1304185438
RUNJOBID= node123-1304185438-28536
PBS_JOBID= 13172480
Free space on /tmp= 73464 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT03/handmade/gomes/bqwh/bqwh.60.1152.shuffled-as.sat03-1650.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313157-1304185438/watcher-3313157-1304185438 -o /tmp/evaluation-result-3313157-1304185438/solver-3313157-1304185438 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313157-1304185438.cnf

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

MD5SUM BENCH= 98d6317b259165bb4fb7a39e783668e0
RANDOM SEED=1232179127

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30252928 kB
Buffers:        656488 kB
Cached:        1597528 kB
SwapCached:        100 kB
Active:         267348 kB
Inactive:      2057816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30252928 kB
SwapTotal:    67111528 kB
SwapFree:     67111428 kB
Dirty:            4792 kB
Writeback:           0 kB
AnonPages:       70676 kB
Mapped:          20928 kB
Slab:           307792 kB
PageTables:       4996 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   774356 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= 73460 MiB
End job on node123 at 2011-04-30 20:04:04