Trace number 3312271

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.27 1207.85

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_09_UNSAT.cnf
MD5SUMfeb620c17f2a4d7899a2e7883baa7391
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1430
Number of clauses87044
Sum of the clauses size258924
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22369
Number of clauses of size 384652
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.10/0.11	08:04 INFO : Reading from input HOME/instance-3312271-1304078884.cnf
0.81/0.60	Executor set job limit to 1000000
0.81/0.60	Executor set job limit to 1000000
0.81/0.60	Executor set job limit to 1000000
0.81/0.60	Executor set job limit to 1000000
0.81/0.60	Starting Executor!
0.81/0.60	Starting Executor!
0.81/0.60	Starting Executor!
0.81/0.60	Starting Executor!
3.02/1.65	08:06 INFO : 1273 variables remaining out of 1430
3.02/1.65	08:06 INFO : 330595 literals remaining out of 345968

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-3312271-1304078884/watcher-3312271-1304078884 -o /tmp/evaluation-result-3312271-1304078884/solver-3312271-1304078884 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312271-1304078884.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.65 7.95 7.25 5/194 15382
/proc/meminfo: memFree=30743800/32950928 swapFree=67111428/67111528
[pid=15382] ppid=15380 vsize=24004 CPUtime=0 cores=0,2,4,6
/proc/15382/stat : 15382 (java) R 15380 15382 14691 0 -1 4202496 1358 0 0 0 0 0 0 0 25 0 2 0 519488218 24580096 839 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248089754609 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/15382/statm: 6001 849 647 9 0 381 0
[pid=15382/tid=15383] ppid=15380 vsize=24004 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15383/stat : 15383 (java) R 15380 15382 14691 0 -1 4202560 26 0 0 0 0 0 0 0 25 0 2 0 519488219 24580096 862 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248084774535 0 0 4096 0 0 0 0 -1 2 0 0 0

[startup+0.050652 s]
/proc/loadavg: 7.65 7.95 7.25 5/194 15382
/proc/meminfo: memFree=30743800/32950928 swapFree=67111428/67111528
[pid=15382] ppid=15380 vsize=15609648 CPUtime=0.03 cores=0,2,4,6
/proc/15382/stat : 15382 (java) S 15380 15382 14691 0 -1 4202496 4073 0 1 0 3 0 0 0 25 0 18 0 519488218 15984279552 3512 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15382/statm: 3902412 3512 1754 9 0 3893131 0
[pid=15382/tid=15383] ppid=15380 vsize=15609648 CPUtime=0.03 cores=0,2,4,6
/proc/15382/task/15383/stat : 15383 (java) R 15380 15382 14691 0 -1 4202560 2655 0 1 0 3 0 0 0 25 0 18 0 519488219 15984279552 3512 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 47961862708794 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 15609648

[startup+0.100643 s]
/proc/loadavg: 7.65 7.95 7.25 5/194 15382
/proc/meminfo: memFree=30743800/32950928 swapFree=67111428/67111528
[pid=15382] ppid=15380 vsize=15677116 CPUtime=0.1 cores=0,2,4,6
/proc/15382/stat : 15382 (java) S 15380 15382 14691 0 -1 4202496 5592 0 1 0 9 1 0 0 25 0 18 0 519488218 16053366784 5007 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15382/statm: 3919279 5008 2116 9 0 3909998 0
[pid=15382/tid=15383] ppid=15380 vsize=15677116 CPUtime=0.09 cores=0,2,4,6
/proc/15382/task/15383/stat : 15383 (java) R 15380 15382 14691 0 -1 4202560 3459 0 1 0 8 1 0 0 25 0 18 0 519488219 16053366784 5008 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 47961866001470 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) 15677116

[startup+0.30061 s]
/proc/loadavg: 7.65 7.95 7.25 5/194 15382
/proc/meminfo: memFree=30743800/32950928 swapFree=67111428/67111528
[pid=15382] ppid=15380 vsize=15680836 CPUtime=0.51 cores=0,2,4,6
/proc/15382/stat : 15382 (java) S 15380 15382 14691 0 -1 4202496 15661 0 1 0 48 3 0 0 25 0 18 0 519488218 16057176064 14174 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15382/statm: 3920209 14179 2206 9 0 3910928 0
[pid=15382/tid=15383] ppid=15380 vsize=15680836 CPUtime=0.29 cores=0,2,4,6
/proc/15382/task/15383/stat : 15383 (java) R 15380 15382 14691 0 -1 4202560 10706 0 1 0 27 2 0 0 25 0 18 0 519488219 16057176064 14182 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 46912505635539 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15680836

[startup+0.700588 s]
/proc/loadavg: 7.65 7.95 7.25 5/194 15382
/proc/meminfo: memFree=30743800/32950928 swapFree=67111428/67111528
[pid=15382] ppid=15380 vsize=15684948 CPUtime=1 cores=0,2,4,6
/proc/15382/stat : 15382 (java) S 15380 15382 14691 0 -1 4202496 42525 0 1 0 94 6 0 0 25 0 22 0 519488218 16061386752 41036 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15382/statm: 3921237 41036 2252 9 0 3911956 0
[pid=15382/tid=15383] ppid=15380 vsize=15684948 CPUtime=0.67 cores=0,2,4,6
/proc/15382/task/15383/stat : 15383 (java) R 15380 15382 14691 0 -1 4202560 35649 0 1 0 63 4 0 0 25 0 22 0 519488219 16061386752 41036 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 46912505629345 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 15684948

[startup+1.5014 s]
/proc/loadavg: 7.65 7.95 7.25 4/220 15408
/proc/meminfo: memFree=30405452/32950928 swapFree=67111428/67111528
[pid=15382] ppid=15380 vsize=15690616 CPUtime=2.85 cores=0,2,4,6
/proc/15382/stat : 15382 (java) S 15380 15382 14691 0 -1 4202496 56840 0 1 0 277 8 0 0 25 0 22 0 519488218 16067190784 48436 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15382/statm: 3922654 48436 2260 9 0 3913373 0
[pid=15382/tid=15383] ppid=15380 vsize=15690616 CPUtime=1.47 cores=0,2,4,6
/proc/15382/task/15383/stat : 15383 (java) R 15380 15382 14691 0 -1 4202560 35681 0 1 0 143 4 0 0 25 0 22 0 519488219 16067190784 48436 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 46912505815744 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=15382/tid=15385] ppid=15380 vsize=15690616 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15385/stat : 15385 (java) S 15380 15382 14691 0 -1 4202560 675 0 0 0 0 0 0 0 20 0 22 0 519488219 16067190784 48436 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 2 0 0 0
[pid=15382/tid=15386] ppid=15380 vsize=15690616 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15386/stat : 15386 (java) S 15380 15382 14691 0 -1 4202560 34 0 0 0 0 0 0 0 20 0 22 0 519488219 16067190784 48436 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 6 0 0 0
[pid=15382/tid=15387] ppid=15380 vsize=15690616 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15387/stat : 15387 (java) S 15380 15382 14691 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 22 0 519488219 16067190784 48436 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 4 0 0 0
[pid=15382/tid=15388] ppid=15380 vsize=15690616 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15388/stat : 15388 (java) S 15380 15382 14691 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 519488219 16067190784 48436 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 4 0 0 0
[pid=15382/tid=15389] ppid=15380 vsize=15690616 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15389/stat : 15389 (java) S 15380 15382 14691 0 -1 4202560 664 0 0 0 0 0 0 0 20 0 22 0 519488219 16067190784 48436 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 4 0 0 0
[pid=15382/tid=15390] ppid=15380 vsize=15690616 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15390/stat : 15390 (java) S 15380 15382 14691 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 519488219 16067190784 48436 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 4 0 0 0
[pid=15382/tid=15391] ppid=15380 vsize=15690616 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15391/stat : 15391 (java) S 15380 15382 14691 0 -1 4202560 327 0 0 0 0 0 0 0 20 0 22 0 519488219 16067190784 48436 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 2 0 0 0
[pid=15382/tid=15392] ppid=15380 vsize=15690616 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15392/stat : 15392 (java) S 15380 15382 14691 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 519488219 16067190784 48436 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 4 0 0 0
[pid=15382/tid=15393] ppid=15380 vsize=15690616 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15393/stat : 15393 (java) S 15380 15382 14691 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 22 0 519488220 16067190784 48436 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514752 0 0 0 16800975 18446604443554875520 0 0 -1 2 0 0 0
[pid=15382/tid=15394] ppid=15380 vsize=15690616 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15394/stat : 15394 (java) S 15380 15382 14691 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 519488221 16067190784 48436 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 2 0 0 0
[pid=15382/tid=15395] ppid=15380 vsize=15690616 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15395/stat : 15395 (java) S 15380 15382 14691 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 519488221 16067190784 48436 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 2 0 0 0
[pid=15382/tid=15396] ppid=15380 vsize=15690616 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15396/stat : 15396 (java) S 15380 15382 14691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519488223 16067190784 48436 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101521841 0 4 0 16800975 18446604443554875520 0 0 -1 2 0 0 0
[pid=15382/tid=15397] ppid=15380 vsize=15690616 CPUtime=0.42 cores=0,2,4,6
/proc/15382/task/15397/stat : 15397 (java) R 15380 15382 14691 0 -1 4202560 2479 0 0 0 42 0 0 0 17 0 22 0 519488223 16067190784 48436 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 47961861480066 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15382/tid=15398] ppid=15380 vsize=15690616 CPUtime=0.92 cores=0,2,4,6
/proc/15382/task/15398/stat : 15398 (java) S 15380 15382 14691 0 -1 4202560 15463 0 0 0 90 2 0 0 25 0 22 0 519488223 16067190784 48436 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 0 0 0 0
[pid=15382/tid=15399] ppid=15380 vsize=15690616 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15399/stat : 15399 (java) S 15380 15382 14691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519488223 16067190784 48436 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 2 0 0 0
[pid=15382/tid=15400] ppid=15380 vsize=15690616 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15400/stat : 15400 (java) S 15380 15382 14691 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 519488223 16067190784 48436 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514752 0 4 0 16800975 18446604443554875520 0 0 -1 6 0 0 0
[pid=15382/tid=15401] ppid=15380 vsize=15690616 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15401/stat : 15401 (java) S 15380 15382 14691 0 -1 4202560 18 0 0 0 0 0 0 0 17 0 22 0 519488279 16067190784 48436 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514752 0 4 0 16800975 18446604443554875520 0 0 -1 6 0 0 0
[pid=15382/tid=15402] ppid=15380 vsize=15690616 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15402/stat : 15402 (java) S 15380 15382 14691 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 22 0 519488279 16067190784 48436 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514752 0 4 0 16800975 18446604443554875520 0 0 -1 6 0 0 0
[pid=15382/tid=15403] ppid=15380 vsize=15690616 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15403/stat : 15403 (java) S 15380 15382 14691 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 22 0 519488279 16067190784 48436 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514752 0 4 0 16800975 18446604443554875520 0 0 -1 0 0 0 0
[pid=15382/tid=15404] ppid=15380 vsize=15690616 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15404/stat : 15404 (java) S 15380 15382 14691 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 22 0 519488279 16067190784 48436 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514752 0 4 0 16800975 18446604443554875520 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 15690616

[startup+3.16511 s]
/proc/loadavg: 7.65 7.95 7.25 7/220 15408
/proc/meminfo: memFree=30364284/32950928 swapFree=67111428/67111528
[pid=15382] ppid=15380 vsize=15693160 CPUtime=8.48 cores=0,2,4,6
/proc/15382/stat : 15382 (java) S 15380 15382 14691 0 -1 4202496 80146 0 1 0 835 13 0 0 25 0 22 0 519488218 16069795840 71606 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15382/statm: 3923290 71606 2274 9 0 3914009 0
[pid=15382/tid=15383] ppid=15380 vsize=15693160 CPUtime=1.62 cores=0,2,4,6
/proc/15382/task/15383/stat : 15383 (java) S 15380 15382 14691 0 -1 4202560 35709 0 1 0 158 4 0 0 25 0 22 0 519488219 16069795840 71606 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 2 0 0 0
[pid=15382/tid=15385] ppid=15380 vsize=15693160 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15385/stat : 15385 (java) S 15380 15382 14691 0 -1 4202560 3124 0 0 0 0 0 0 0 16 0 22 0 519488219 16069795840 71606 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 2 0 0 0
[pid=15382/tid=15386] ppid=15380 vsize=15693160 CPUtime=0.01 cores=0,2,4,6
/proc/15382/task/15386/stat : 15386 (java) S 15380 15382 14691 0 -1 4202560 2149 0 0 0 1 0 0 0 16 0 22 0 519488219 16069795840 71606 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 2 0 0 0
[pid=15382/tid=15387] ppid=15380 vsize=15693160 CPUtime=0.01 cores=0,2,4,6
/proc/15382/task/15387/stat : 15387 (java) S 15380 15382 14691 0 -1 4202560 5856 0 0 0 0 1 0 0 16 0 22 0 519488219 16069795840 71606 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 6 0 0 0
[pid=15382/tid=15388] ppid=15380 vsize=15693160 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15388/stat : 15388 (java) S 15380 15382 14691 0 -1 4202560 1792 0 0 0 0 0 0 0 15 0 22 0 519488219 16069795840 71606 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 4 0 0 0
[pid=15382/tid=15389] ppid=15380 vsize=15693160 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15389/stat : 15389 (java) S 15380 15382 14691 0 -1 4202560 2296 0 0 0 0 0 0 0 15 0 22 0 519488219 16069795840 71606 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 4 0 0 0
[pid=15382/tid=15390] ppid=15380 vsize=15693160 CPUtime=0.01 cores=0,2,4,6
/proc/15382/task/15390/stat : 15390 (java) S 15380 15382 14691 0 -1 4202560 3181 0 0 0 1 0 0 0 15 0 22 0 519488219 16069795840 71606 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 2 0 0 0
[pid=15382/tid=15391] ppid=15380 vsize=15693160 CPUtime=0.01 cores=0,2,4,6
/proc/15382/task/15391/stat : 15391 (java) S 15380 15382 14691 0 -1 4202560 3332 0 0 0 1 0 0 0 16 0 22 0 519488219 16069795840 71606 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 4 0 0 0
[pid=15382/tid=15392] ppid=15380 vsize=15693160 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15392/stat : 15392 (java) S 15380 15382 14691 0 -1 4202560 2523 0 0 0 0 0 0 0 15 0 22 0 519488219 16069795840 71606 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 4 0 0 0
[pid=15382/tid=15393] ppid=15380 vsize=15693160 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15393/stat : 15393 (java) S 15380 15382 14691 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 22 0 519488220 16069795840 71606 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514752 0 0 0 16800975 18446604443554875520 0 0 -1 0 0 0 0
[pid=15382/tid=15394] ppid=15380 vsize=15693160 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15394/stat : 15394 (java) S 15380 15382 14691 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 519488221 16069795840 71606 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 2 0 0 0
[pid=15382/tid=15395] ppid=15380 vsize=15693160 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15395/stat : 15395 (java) S 15380 15382 14691 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 519488221 16069795840 71606 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 2 0 0 0
[pid=15382/tid=15396] ppid=15380 vsize=15693160 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15396/stat : 15396 (java) S 15380 15382 14691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519488223 16069795840 71606 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101521841 0 4 0 16800975 18446604443554875520 0 0 -1 2 0 0 0
[pid=15382/tid=15397] ppid=15380 vsize=15693160 CPUtime=1.01 cores=0,2,4,6
/proc/15382/task/15397/stat : 15397 (java) R 15380 15382 14691 0 -1 4202560 3119 0 0 0 101 0 0 0 16 0 22 0 519488223 16069795840 71606 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 47961864419959 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=15382/tid=15398] ppid=15380 vsize=15693160 CPUtime=1.23 cores=0,2,4,6
/proc/15382/task/15398/stat : 15398 (java) R 15380 15382 14691 0 -1 4202560 15505 0 0 0 121 2 0 0 22 0 22 0 519488223 16069795840 71606 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 47961864541273 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=15382/tid=15399] ppid=15380 vsize=15693160 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15399/stat : 15399 (java) S 15380 15382 14691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519488223 16069795840 71606 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 2 0 0 0
[pid=15382/tid=15400] ppid=15380 vsize=15693160 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15400/stat : 15400 (java) S 15380 15382 14691 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 519488223 16069795840 71606 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514752 0 4 0 16800975 18446604443554875520 0 0 -1 2 0 0 0
[pid=15382/tid=15401] ppid=15380 vsize=15693160 CPUtime=1.07 cores=0,2,4,6
/proc/15382/task/15401/stat : 15401 (java) R 15380 15382 14691 0 -1 4202560 19 0 0 0 107 0 0 0 16 0 22 0 519488279 16069795840 71606 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 46912506065035 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15382/tid=15402] ppid=15380 vsize=15693160 CPUtime=1.06 cores=0,2,4,6
/proc/15382/task/15402/stat : 15402 (java) R 15380 15382 14691 0 -1 4202560 11 0 0 0 106 0 0 0 16 0 22 0 519488279 16069795840 71606 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 46912505121134 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=15382/tid=15403] ppid=15380 vsize=15693160 CPUtime=1.32 cores=0,2,4,6
/proc/15382/task/15403/stat : 15403 (java) R 15380 15382 14691 0 -1 4202560 19 0 0 0 132 0 0 0 16 0 22 0 519488279 16069795840 71606 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 46912505215980 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15382/tid=15404] ppid=15380 vsize=15693160 CPUtime=1 cores=0,2,4,6
/proc/15382/task/15404/stat : 15404 (java) R 15380 15382 14691 0 -1 4202560 23 0 0 0 100 0 0 0 16 0 22 0 519488279 16069795840 71606 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 46912506047474 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 8.48
Current children cumulated vsize (KiB) 15693160

[startup+6.30155 s]
/proc/loadavg: 7.76 7.96 7.26 12/220 15408
/proc/meminfo: memFree=29536536/32950928 swapFree=67111428/67111528
[pid=15382] ppid=15380 vsize=15693160 CPUtime=20.99 cores=0,2,4,6
/proc/15382/stat : 15382 (java) S 15380 15382 14691 0 -1 4202496 253922 0 1 0 2061 38 0 0 25 0 22 0 519488218 16069795840 245207 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15382/statm: 3923290 245207 2284 9 0 3914009 0
[pid=15382/tid=15383] ppid=15380 vsize=15693160 CPUtime=1.62 cores=0,2,4,6
/proc/15382/task/15383/stat : 15383 (java) S 15380 15382 14691 0 -1 4202560 35709 0 1 0 158 4 0 0 25 0 22 0 519488219 16069795840 245207 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 2 0 0 0
[pid=15382/tid=15385] ppid=15380 vsize=15693160 CPUtime=0.02 cores=0,2,4,6
/proc/15382/task/15385/stat : 15385 (java) S 15380 15382 14691 0 -1 4202560 7813 0 0 0 1 1 0 0 16 0 22 0 519488219 16069795840 245207 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 6 0 0 0
[pid=15382/tid=15386] ppid=15380 vsize=15693160 CPUtime=0.03 cores=0,2,4,6
/proc/15382/task/15386/stat : 15386 (java) S 15380 15382 14691 0 -1 4202560 7925 0 0 0 2 1 0 0 15 0 22 0 519488219 16069795840 245207 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 0 0 0 0
[pid=15382/tid=15387] ppid=15380 vsize=15693160 CPUtime=0.04 cores=0,2,4,6
/proc/15382/task/15387/stat : 15387 (java) S 15380 15382 14691 0 -1 4202560 16713 0 0 0 2 2 0 0 16 0 22 0 519488219 16069795840 245207 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 4 0 0 0
[pid=15382/tid=15388] ppid=15380 vsize=15693160 CPUtime=0.02 cores=0,2,4,6
/proc/15382/task/15388/stat : 15388 (java) S 15380 15382 14691 0 -1 4202560 8027 0 0 0 1 1 0 0 15 0 22 0 519488219 16069795840 245207 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 6 0 0 0
[pid=15382/tid=15389] ppid=15380 vsize=15693160 CPUtime=0.02 cores=0,2,4,6
/proc/15382/task/15389/stat : 15389 (java) S 15380 15382 14691 0 -1 4202560 10414 0 0 0 1 1 0 0 16 0 22 0 519488219 16069795840 245207 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 2 0 0 0
[pid=15382/tid=15390] ppid=15380 vsize=15693160 CPUtime=0.02 cores=0,2,4,6
/proc/15382/task/15390/stat : 15390 (java) S 15380 15382 14691 0 -1 4202560 6078 0 0 0 1 1 0 0 15 0 22 0 519488219 16069795840 245207 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 2 0 0 0
[pid=15382/tid=15391] ppid=15380 vsize=15693160 CPUtime=0.04 cores=0,2,4,6
/proc/15382/task/15391/stat : 15391 (java) S 15380 15382 14691 0 -1 4202560 12911 0 0 0 3 1 0 0 15 0 22 0 519488219 16069795840 245207 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 4 0 0 0
[pid=15382/tid=15392] ppid=15380 vsize=15693160 CPUtime=0.03 cores=0,2,4,6
/proc/15382/task/15392/stat : 15392 (java) S 15380 15382 14691 0 -1 4202560 9973 0 0 0 2 1 0 0 16 0 22 0 519488219 16069795840 245207 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 2 0 0 0

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

[pid=15382/tid=15402] ppid=15380 vsize=15693160 CPUtime=1047.7 cores=0,2,4,6
/proc/15382/task/15402/stat : 15402 (java) R 15380 15382 14691 0 -1 4202560 113847 0 0 0 104745 25 0 0 25 0 22 0 519488279 16069795840 122052 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 46912506111926 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15382/tid=15403] ppid=15380 vsize=15693160 CPUtime=1047.7 cores=0,2,4,6
/proc/15382/task/15403/stat : 15403 (java) R 15380 15382 14691 0 -1 4202560 118224 0 0 0 104746 24 0 0 25 0 22 0 519488279 16069795840 122052 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 46912505751221 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=15382/tid=15404] ppid=15380 vsize=15693160 CPUtime=1047.98 cores=0,2,4,6
/proc/15382/task/15404/stat : 15404 (java) R 15380 15382 14691 0 -1 4202560 113556 0 0 0 104777 21 0 0 25 0 22 0 519488279 16069795840 122052 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 46912506122428 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4221.71
Current children cumulated vsize (KiB) 15693160

[startup+1122.3 s]
/proc/loadavg: 8.10 8.12 7.83 9/220 15438
/proc/meminfo: memFree=25467056/32950928 swapFree=67111428/67111528
[pid=15382] ppid=15380 vsize=15693160 CPUtime=4460.21 cores=0,2,4,6
/proc/15382/stat : 15382 (java) S 15380 15382 14691 0 -1 4202496 921404 0 1 0 445757 264 0 0 25 0 22 0 519488218 16069795840 120505 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15382/statm: 3923290 120505 2299 9 0 3914009 0
[pid=15382/tid=15383] ppid=15380 vsize=15693160 CPUtime=1.62 cores=0,2,4,6
/proc/15382/task/15383/stat : 15383 (java) S 15380 15382 14691 0 -1 4202560 35709 0 1 0 158 4 0 0 25 0 22 0 519488219 16069795840 120505 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 2 0 0 0
[pid=15382/tid=15385] ppid=15380 vsize=15693160 CPUtime=3.22 cores=0,2,4,6
/proc/15382/task/15385/stat : 15385 (java) S 15380 15382 14691 0 -1 4202560 44838 0 0 0 309 13 0 0 15 0 22 0 519488219 16069795840 120505 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 0 0 0 0
[pid=15382/tid=15386] ppid=15380 vsize=15693160 CPUtime=3.09 cores=0,2,4,6
/proc/15382/task/15386/stat : 15386 (java) S 15380 15382 14691 0 -1 4202560 44110 0 0 0 298 11 0 0 15 0 22 0 519488219 16069795840 120505 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 2 0 0 0
[pid=15382/tid=15387] ppid=15380 vsize=15693160 CPUtime=3.16 cores=0,2,4,6
/proc/15382/task/15387/stat : 15387 (java) S 15380 15382 14691 0 -1 4202560 52122 0 0 0 301 15 0 0 15 0 22 0 519488219 16069795840 120505 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 4 0 0 0
[pid=15382/tid=15388] ppid=15380 vsize=15693160 CPUtime=3.11 cores=0,2,4,6
/proc/15382/task/15388/stat : 15388 (java) S 15380 15382 14691 0 -1 4202560 43736 0 0 0 299 12 0 0 15 0 22 0 519488219 16069795840 120505 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 6 0 0 0
[pid=15382/tid=15389] ppid=15380 vsize=15693160 CPUtime=3.15 cores=0,2,4,6
/proc/15382/task/15389/stat : 15389 (java) S 15380 15382 14691 0 -1 4202560 45643 0 0 0 301 14 0 0 16 0 22 0 519488219 16069795840 120505 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 4 0 0 0
[pid=15382/tid=15390] ppid=15380 vsize=15693160 CPUtime=3.15 cores=0,2,4,6
/proc/15382/task/15390/stat : 15390 (java) S 15380 15382 14691 0 -1 4202560 41458 0 0 0 304 11 0 0 15 0 22 0 519488219 16069795840 120505 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 0 0 0 0
[pid=15382/tid=15391] ppid=15380 vsize=15693160 CPUtime=3.24 cores=0,2,4,6
/proc/15382/task/15391/stat : 15391 (java) S 15380 15382 14691 0 -1 4202560 48192 0 0 0 312 12 0 0 15 0 22 0 519488219 16069795840 120505 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 0 0 0 0
[pid=15382/tid=15392] ppid=15380 vsize=15693160 CPUtime=3.18 cores=0,2,4,6
/proc/15382/task/15392/stat : 15392 (java) S 15380 15382 14691 0 -1 4202560 45619 0 0 0 307 11 0 0 15 0 22 0 519488219 16069795840 120505 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 6 0 0 0
[pid=15382/tid=15393] ppid=15380 vsize=15693160 CPUtime=1.87 cores=0,2,4,6
/proc/15382/task/15393/stat : 15393 (java) S 15380 15382 14691 0 -1 4202560 2310 0 0 0 135 52 0 0 15 0 22 0 519488220 16069795840 120505 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514752 0 0 0 16800975 18446604443554875520 0 0 -1 6 0 0 0
[pid=15382/tid=15394] ppid=15380 vsize=15693160 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15394/stat : 15394 (java) S 15380 15382 14691 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 519488221 16069795840 120505 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 2 0 0 0
[pid=15382/tid=15395] ppid=15380 vsize=15693160 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15395/stat : 15395 (java) S 15380 15382 14691 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 519488221 16069795840 120505 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 2 0 0 0
[pid=15382/tid=15396] ppid=15380 vsize=15693160 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15396/stat : 15396 (java) S 15380 15382 14691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519488223 16069795840 120505 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101521841 0 4 0 16800975 18446604443554875520 0 0 -1 2 0 0 0
[pid=15382/tid=15397] ppid=15380 vsize=15693160 CPUtime=1.5 cores=0,2,4,6
/proc/15382/task/15397/stat : 15397 (java) S 15380 15382 14691 0 -1 4202560 3269 0 0 0 150 0 0 0 16 0 22 0 519488223 16069795840 120505 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 4 0 0 0
[pid=15382/tid=15398] ppid=15380 vsize=15693160 CPUtime=1.39 cores=0,2,4,6
/proc/15382/task/15398/stat : 15398 (java) S 15380 15382 14691 0 -1 4202560 15520 0 0 0 137 2 0 0 15 0 22 0 519488223 16069795840 120505 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 6 0 0 0
[pid=15382/tid=15399] ppid=15380 vsize=15693160 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15399/stat : 15399 (java) S 15380 15382 14691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519488223 16069795840 120505 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 2 0 0 0
[pid=15382/tid=15400] ppid=15380 vsize=15693160 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15400/stat : 15400 (java) S 15380 15382 14691 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 22 0 519488223 16069795840 120505 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514752 0 4 0 16800975 18446604443554875520 0 0 -1 6 0 0 0
[pid=15382/tid=15401] ppid=15380 vsize=15693160 CPUtime=1107.22 cores=0,2,4,6
/proc/15382/task/15401/stat : 15401 (java) R 15380 15382 14691 0 -1 4202560 131691 0 0 0 110700 22 0 0 25 0 22 0 519488279 16069795840 120505 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 46912506259613 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15382/tid=15402] ppid=15380 vsize=15693160 CPUtime=1107.04 cores=0,2,4,6
/proc/15382/task/15402/stat : 15402 (java) R 15380 15382 14691 0 -1 4202560 120478 0 0 0 110678 26 0 0 25 0 22 0 519488279 16069795840 120505 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 46912506185295 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15382/tid=15403] ppid=15380 vsize=15693160 CPUtime=1106.88 cores=0,2,4,6
/proc/15382/task/15403/stat : 15403 (java) R 15380 15382 14691 0 -1 4202560 125064 0 0 0 110663 25 0 0 25 0 22 0 519488279 16069795840 120505 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 46912506313660 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=15382/tid=15404] ppid=15380 vsize=15693160 CPUtime=1107.22 cores=0,2,4,6
/proc/15382/task/15404/stat : 15404 (java) R 15380 15382 14691 0 -1 4202560 120198 0 0 0 110699 23 0 0 25 0 22 0 519488279 16069795840 120505 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 46912506122009 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4460.21
Current children cumulated vsize (KiB) 15693160

[startup+1182.3 s]
/proc/loadavg: 8.08 8.11 7.84 9/220 15439
/proc/meminfo: memFree=25435524/32950928 swapFree=67111428/67111528
[pid=15382] ppid=15380 vsize=15693160 CPUtime=4698.77 cores=0,2,4,6
/proc/15382/stat : 15382 (java) S 15380 15382 14691 0 -1 4202496 972436 0 1 0 469596 281 0 0 25 0 22 0 519488218 16069795840 131509 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15382/statm: 3923290 131509 2299 9 0 3914009 0
[pid=15382/tid=15383] ppid=15380 vsize=15693160 CPUtime=1.62 cores=0,2,4,6
/proc/15382/task/15383/stat : 15383 (java) S 15380 15382 14691 0 -1 4202560 35709 0 1 0 158 4 0 0 25 0 22 0 519488219 16069795840 131509 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 2 0 0 0
[pid=15382/tid=15385] ppid=15380 vsize=15693160 CPUtime=3.38 cores=0,2,4,6
/proc/15382/task/15385/stat : 15385 (java) S 15380 15382 14691 0 -1 4202560 46687 0 0 0 324 14 0 0 15 0 22 0 519488219 16069795840 131509 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 6 0 0 0
[pid=15382/tid=15386] ppid=15380 vsize=15693160 CPUtime=3.24 cores=0,2,4,6
/proc/15382/task/15386/stat : 15386 (java) S 15380 15382 14691 0 -1 4202560 46071 0 0 0 313 11 0 0 15 0 22 0 519488219 16069795840 131509 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 4 0 0 0
[pid=15382/tid=15387] ppid=15380 vsize=15693160 CPUtime=3.31 cores=0,2,4,6
/proc/15382/task/15387/stat : 15387 (java) S 15380 15382 14691 0 -1 4202560 53793 0 0 0 316 15 0 0 15 0 22 0 519488219 16069795840 131509 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 6 0 0 0
[pid=15382/tid=15388] ppid=15380 vsize=15693160 CPUtime=3.27 cores=0,2,4,6
/proc/15382/task/15388/stat : 15388 (java) S 15380 15382 14691 0 -1 4202560 45287 0 0 0 314 13 0 0 15 0 22 0 519488219 16069795840 131509 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 4 0 0 0
[pid=15382/tid=15389] ppid=15380 vsize=15693160 CPUtime=3.3 cores=0,2,4,6
/proc/15382/task/15389/stat : 15389 (java) S 15380 15382 14691 0 -1 4202560 47618 0 0 0 316 14 0 0 16 0 22 0 519488219 16069795840 131509 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 0 0 0 0
[pid=15382/tid=15390] ppid=15380 vsize=15693160 CPUtime=3.31 cores=0,2,4,6
/proc/15382/task/15390/stat : 15390 (java) S 15380 15382 14691 0 -1 4202560 43668 0 0 0 319 12 0 0 15 0 22 0 519488219 16069795840 131509 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 0 0 0 0
[pid=15382/tid=15391] ppid=15380 vsize=15693160 CPUtime=3.39 cores=0,2,4,6
/proc/15382/task/15391/stat : 15391 (java) S 15380 15382 14691 0 -1 4202560 50484 0 0 0 326 13 0 0 15 0 22 0 519488219 16069795840 131509 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 2 0 0 0
[pid=15382/tid=15392] ppid=15380 vsize=15693160 CPUtime=3.34 cores=0,2,4,6
/proc/15382/task/15392/stat : 15392 (java) S 15380 15382 14691 0 -1 4202560 47692 0 0 0 322 12 0 0 15 0 22 0 519488219 16069795840 131509 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 2 0 0 0
[pid=15382/tid=15393] ppid=15380 vsize=15693160 CPUtime=1.98 cores=0,2,4,6
/proc/15382/task/15393/stat : 15393 (java) S 15380 15382 14691 0 -1 4202560 2450 0 0 0 142 56 0 0 16 0 22 0 519488220 16069795840 131509 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514752 0 0 0 16800975 18446604443554875520 0 0 -1 4 0 0 0
[pid=15382/tid=15394] ppid=15380 vsize=15693160 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15394/stat : 15394 (java) S 15380 15382 14691 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 519488221 16069795840 131509 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 2 0 0 0
[pid=15382/tid=15395] ppid=15380 vsize=15693160 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15395/stat : 15395 (java) S 15380 15382 14691 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 519488221 16069795840 131509 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 2 0 0 0
[pid=15382/tid=15396] ppid=15380 vsize=15693160 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15396/stat : 15396 (java) S 15380 15382 14691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519488223 16069795840 131509 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101521841 0 4 0 16800975 18446604443554875520 0 0 -1 2 0 0 0
[pid=15382/tid=15397] ppid=15380 vsize=15693160 CPUtime=1.5 cores=0,2,4,6
/proc/15382/task/15397/stat : 15397 (java) S 15380 15382 14691 0 -1 4202560 3269 0 0 0 150 0 0 0 16 0 22 0 519488223 16069795840 131509 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 4 0 0 0
[pid=15382/tid=15398] ppid=15380 vsize=15693160 CPUtime=1.39 cores=0,2,4,6
/proc/15382/task/15398/stat : 15398 (java) S 15380 15382 14691 0 -1 4202560 15520 0 0 0 137 2 0 0 15 0 22 0 519488223 16069795840 131509 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 6 0 0 0
[pid=15382/tid=15399] ppid=15380 vsize=15693160 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15399/stat : 15399 (java) S 15380 15382 14691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519488223 16069795840 131509 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 2 0 0 0
[pid=15382/tid=15400] ppid=15380 vsize=15693160 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15400/stat : 15400 (java) S 15380 15382 14691 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 519488223 16069795840 131509 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514752 0 4 0 16800975 18446604443554875520 0 0 -1 0 0 0 0
[pid=15382/tid=15401] ppid=15380 vsize=15693160 CPUtime=1166.55 cores=0,2,4,6
/proc/15382/task/15401/stat : 15401 (java) R 15380 15382 14691 0 -1 4202560 140860 0 0 0 116630 25 0 0 25 0 22 0 519488279 16069795840 131509 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 46912505758607 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15382/tid=15402] ppid=15380 vsize=15693160 CPUtime=1166.3 cores=0,2,4,6
/proc/15382/task/15402/stat : 15402 (java) R 15380 15382 14691 0 -1 4202560 129108 0 0 0 116601 29 0 0 25 0 22 0 519488279 16069795840 131509 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 46912505788309 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=15382/tid=15403] ppid=15380 vsize=15693160 CPUtime=1166.2 cores=0,2,4,6
/proc/15382/task/15403/stat : 15403 (java) R 15380 15382 14691 0 -1 4202560 133921 0 0 0 116593 27 0 0 25 0 22 0 519488279 16069795840 131509 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 46912505366066 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15382/tid=15404] ppid=15380 vsize=15693160 CPUtime=1166.52 cores=0,2,4,6
/proc/15382/task/15404/stat : 15404 (java) R 15380 15382 14691 0 -1 4202560 128849 0 0 0 116627 25 0 0 25 0 22 0 519488279 16069795840 131509 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 46912505788309 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4698.77
Current children cumulated vsize (KiB) 15693160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.81 s]
/proc/loadavg: 8.12 8.11 7.85 5/197 15443
/proc/meminfo: memFree=30244524/32950928 swapFree=67111428/67111528
[pid=15382] ppid=15380 vsize=15693160 CPUtime=4800.21 cores=0,2,4,6
/proc/15382/stat : 15382 (java) S 15380 15382 14691 0 -1 4202496 983908 0 1 0 479734 287 0 0 25 0 22 0 519488218 16069795840 127791 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15382/statm: 3923290 127791 2299 9 0 3914009 0
[pid=15382/tid=15383] ppid=15380 vsize=15693160 CPUtime=1.62 cores=0,2,4,6
/proc/15382/task/15383/stat : 15383 (java) S 15380 15382 14691 0 -1 4202560 35709 0 1 0 158 4 0 0 25 0 22 0 519488219 16069795840 127791 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 2 0 0 0
[pid=15382/tid=15385] ppid=15380 vsize=15693160 CPUtime=3.45 cores=0,2,4,6
/proc/15382/task/15385/stat : 15385 (java) S 15380 15382 14691 0 -1 4202560 47736 0 0 0 331 14 0 0 15 0 22 0 519488219 16069795840 127791 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 6 0 0 0
[pid=15382/tid=15386] ppid=15380 vsize=15693160 CPUtime=3.32 cores=0,2,4,6
/proc/15382/task/15386/stat : 15386 (java) S 15380 15382 14691 0 -1 4202560 47541 0 0 0 320 12 0 0 15 0 22 0 519488219 16069795840 127791 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 0 0 0 0
[pid=15382/tid=15387] ppid=15380 vsize=15693160 CPUtime=3.39 cores=0,2,4,6
/proc/15382/task/15387/stat : 15387 (java) S 15380 15382 14691 0 -1 4202560 54613 0 0 0 323 16 0 0 15 0 22 0 519488219 16069795840 127791 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 4 0 0 0
[pid=15382/tid=15388] ppid=15380 vsize=15693160 CPUtime=3.33 cores=0,2,4,6
/proc/15382/task/15388/stat : 15388 (java) S 15380 15382 14691 0 -1 4202560 46457 0 0 0 320 13 0 0 15 0 22 0 519488219 16069795840 127791 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 6 0 0 0
[pid=15382/tid=15389] ppid=15380 vsize=15693160 CPUtime=3.38 cores=0,2,4,6
/proc/15382/task/15389/stat : 15389 (java) S 15380 15382 14691 0 -1 4202560 48966 0 0 0 323 15 0 0 15 0 22 0 519488219 16069795840 127791 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 2 0 0 0
[pid=15382/tid=15390] ppid=15380 vsize=15693160 CPUtime=3.37 cores=0,2,4,6
/proc/15382/task/15390/stat : 15390 (java) S 15380 15382 14691 0 -1 4202560 44516 0 0 0 325 12 0 0 16 0 22 0 519488219 16069795840 127791 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 0 0 0 0
[pid=15382/tid=15391] ppid=15380 vsize=15693160 CPUtime=3.47 cores=0,2,4,6
/proc/15382/task/15391/stat : 15391 (java) S 15380 15382 14691 0 -1 4202560 51812 0 0 0 334 13 0 0 15 0 22 0 519488219 16069795840 127791 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 4 0 0 0
[pid=15382/tid=15392] ppid=15380 vsize=15693160 CPUtime=3.41 cores=0,2,4,6
/proc/15382/task/15392/stat : 15392 (java) S 15380 15382 14691 0 -1 4202560 48752 0 0 0 329 12 0 0 16 0 22 0 519488219 16069795840 127791 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 2 0 0 0
[pid=15382/tid=15393] ppid=15380 vsize=15693160 CPUtime=2.02 cores=0,2,4,6
/proc/15382/task/15393/stat : 15393 (java) S 15380 15382 14691 0 -1 4202560 2482 0 0 0 145 57 0 0 15 0 22 0 519488220 16069795840 127791 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514752 0 0 0 16800975 18446604443554875520 0 0 -1 6 0 0 0
[pid=15382/tid=15394] ppid=15380 vsize=15693160 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15394/stat : 15394 (java) S 15380 15382 14691 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 519488221 16069795840 127791 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 2 0 0 0
[pid=15382/tid=15395] ppid=15380 vsize=15693160 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15395/stat : 15395 (java) S 15380 15382 14691 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 519488221 16069795840 127791 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 2 0 0 0
[pid=15382/tid=15396] ppid=15380 vsize=15693160 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15396/stat : 15396 (java) S 15380 15382 14691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519488223 16069795840 127791 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101521841 0 4 0 16800975 18446604443554875520 0 0 -1 2 0 0 0
[pid=15382/tid=15397] ppid=15380 vsize=15693160 CPUtime=1.5 cores=0,2,4,6
/proc/15382/task/15397/stat : 15397 (java) S 15380 15382 14691 0 -1 4202560 3269 0 0 0 150 0 0 0 16 0 22 0 519488223 16069795840 127791 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 4 0 0 0
[pid=15382/tid=15398] ppid=15380 vsize=15693160 CPUtime=1.39 cores=0,2,4,6
/proc/15382/task/15398/stat : 15398 (java) S 15380 15382 14691 0 -1 4202560 15520 0 0 0 137 2 0 0 15 0 22 0 519488223 16069795840 127791 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 6 0 0 0
[pid=15382/tid=15399] ppid=15380 vsize=15693160 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15399/stat : 15399 (java) S 15380 15382 14691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519488223 16069795840 127791 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514137 0 4 0 16800975 18446604443554875520 0 0 -1 2 0 0 0
[pid=15382/tid=15400] ppid=15380 vsize=15693160 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15400/stat : 15400 (java) S 15380 15382 14691 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 519488223 16069795840 127791 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 248101514752 0 4 0 16800975 18446604443554875520 0 0 -1 6 0 0 0
[pid=15382/tid=15401] ppid=15380 vsize=15693160 CPUtime=1191.79 cores=0,2,4,6
/proc/15382/task/15401/stat : 15401 (java) R 15380 15382 14691 0 -1 4202560 141569 0 0 0 119154 25 0 0 19 0 22 0 519488279 16069795840 127791 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 46912506065124 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15382/tid=15402] ppid=15380 vsize=15693160 CPUtime=1191.51 cores=0,2,4,6
/proc/15382/task/15402/stat : 15402 (java) R 15380 15382 14691 0 -1 4202560 129636 0 0 0 119122 29 0 0 25 0 22 0 519488279 16069795840 127791 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 46912505366066 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=15382/tid=15403] ppid=15380 vsize=15693160 CPUtime=1191.33 cores=0,2,4,6
/proc/15382/task/15403/stat : 15403 (java) R 15380 15382 14691 0 -1 4202560 134522 0 0 0 119105 28 0 0 25 0 22 0 519488279 16069795840 127791 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 46912505523255 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=15382/tid=15404] ppid=15380 vsize=15693160 CPUtime=1191.76 cores=0,2,4,6
/proc/15382/task/15404/stat : 15404 (java) R 15380 15382 14691 0 -1 4202560 129358 0 0 0 119151 25 0 0 25 0 22 0 519488279 16069795840 127791 33554432000 1073741824 1073778376 140736173020192 18446744073709551615 46912506071778 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 15693160

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.85
CPU time (s): 4800.27
CPU user time (s): 4797.37
CPU system time (s): 2.90356
CPU usage (%): 397.424
Max. virtual memory (cumulated for all children) (KiB): 15693160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.37
system time used= 2.90356
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 983935
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= 268551
involuntary context switches= 143286

runsolver used 2.02569 second user time and 4.6093 second system time

The end

Launcher Data

Begin job on node123 at 2011-04-29 14:08:04
IDJOB=3312271
IDBENCH=71089
IDSOLVER=1698
FILE ID=node123/3312271-1304078884
RUNJOBID= node123-1304077581-15196
PBS_JOBID= 13170492
Free space on /tmp= 72812 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rpoc_xits_09_UNSAT.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312271-1304078884/watcher-3312271-1304078884 -o /tmp/evaluation-result-3312271-1304078884/solver-3312271-1304078884 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312271-1304078884.cnf -hbr 2

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

MD5SUM BENCH= feb620c17f2a4d7899a2e7883baa7391
RANDOM SEED=250665151

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:      30744088 kB
Buffers:        546832 kB
Cached:        1219712 kB
SwapCached:        100 kB
Active:         127404 kB
Inactive:      1716756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30744088 kB
SwapTotal:    67111528 kB
SwapFree:     67111428 kB
Dirty:            8216 kB
Writeback:           0 kB
AnonPages:       77760 kB
Mapped:          23036 kB
Slab:           298360 kB
PageTables:       4872 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   780008 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= 72816 MiB
End job on node123 at 2011-04-29 14:28:14