Trace number 3311970

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.34 1205.2

General information on the benchmark

NameCRAFTED/edgematching/
compact/em_12_2_4_cmp.cnf
MD5SUM7ea97a36d5ab6c8a5aa99830d5253591
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark62.0956
Satisfiable
(Un)Satisfiability was proved
Number of variables12584
Number of clauses155712
Sum of the clauses size523920
Maximum clause length100
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 217404
Number of clauses of size 3103200
Number of clauses of size 417828
Number of clauses of size 517000
Number of clauses of size over 5280

Solver Data

0.10/0.12	35:14 INFO : Reading from input HOME/instance-3311970-1304076914.cnf
1.13/0.91	Executor set job limit to 1000000
1.13/0.91	Executor set job limit to 1000000
1.13/0.91	Executor set job limit to 1000000
1.13/0.91	Executor set job limit to 1000000
1.13/0.92	Starting Executor!
1.13/0.92	Starting Executor!
1.13/0.92	Starting Executor!
1.13/0.92	Starting Executor!
4.73/2.76	35:16 INFO : 12536 variables remaining out of 12584
4.73/2.76	35:16 INFO : 813644 literals remaining out of 679632
288.61/75.19	log4j:WARN No appenders could be found for logger (ibis.constellation.impl.SingleThreadedConstellation.CID: 0:3).
288.61/75.19	log4j:WARN Please initialize the log4j system properly.
288.61/75.19	log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.

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

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

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


[startup+0 s]
/proc/loadavg: 8.11 8.11 8.02 5/198 27042
/proc/meminfo: memFree=13327600/32951124 swapFree=67111528/67111528
[pid=27042] ppid=27040 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/27042/stat : 27042 (java) R 27040 27042 26704 0 -1 4202496 907 0 0 0 0 0 0 0 25 0 1 0 500107222 23580672 395 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233505335061 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27042/statm: 5757 407 315 9 0 124 0

[startup+0.0799169 s]
/proc/loadavg: 8.11 8.11 8.02 5/198 27042
/proc/meminfo: memFree=13327600/32951124 swapFree=67111528/67111528
[pid=27042] ppid=27040 vsize=15609916 CPUtime=0.06 cores=1,3,5,7
/proc/27042/stat : 27042 (java) S 27040 27042 26704 0 -1 4202496 4498 0 1 0 6 0 0 0 25 0 18 0 500107222 15984553984 3939 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27042/statm: 3902479 3939 1779 9 0 3893198 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 15609916

[startup+0.100914 s]
/proc/loadavg: 8.11 8.11 8.02 5/198 27042
/proc/meminfo: memFree=13327600/32951124 swapFree=67111528/67111528
[pid=27042] ppid=27040 vsize=15676772 CPUtime=0.1 cores=1,3,5,7
/proc/27042/stat : 27042 (java) S 27040 27042 26704 0 -1 4202496 5507 0 1 0 9 1 0 0 25 0 18 0 500107222 16053014528 4943 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27042/statm: 3919193 4944 2116 9 0 3909912 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676772

[startup+0.300882 s]
/proc/loadavg: 8.11 8.11 8.02 5/198 27042
/proc/meminfo: memFree=13327600/32951124 swapFree=67111528/67111528
[pid=27042] ppid=27040 vsize=15680948 CPUtime=0.51 cores=1,3,5,7
/proc/27042/stat : 27042 (java) S 27040 27042 26704 0 -1 4202496 14560 0 1 0 49 2 0 0 25 0 18 0 500107222 16057290752 12927 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27042/statm: 3920237 12933 2212 9 0 3910956 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15680948

[startup+0.700813 s]
/proc/loadavg: 8.11 8.11 8.02 5/198 27042
/proc/meminfo: memFree=13327600/32951124 swapFree=67111528/67111528
[pid=27042] ppid=27040 vsize=15680948 CPUtime=0.93 cores=1,3,5,7
/proc/27042/stat : 27042 (java) S 27040 27042 26704 0 -1 4202496 41620 0 1 0 87 6 0 0 25 0 18 0 500107222 16057290752 39985 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27042/statm: 3920237 39985 2228 9 0 3910956 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 15680948

[startup+1.50167 s]
/proc/loadavg: 7.86 8.06 8.00 6/220 27064
/proc/meminfo: memFree=13173788/32951124 swapFree=67111528/67111528
[pid=27042] ppid=27040 vsize=15715404 CPUtime=2.34 cores=1,3,5,7
/proc/27042/stat : 27042 (java) S 27040 27042 26704 0 -1 4202496 56272 0 1 0 225 9 0 0 25 0 22 0 500107222 16092573696 50898 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27042/statm: 3928851 50898 2260 9 0 3919570 0
[pid=27042/tid=27044] ppid=27040 vsize=15715404 CPUtime=1.46 cores=1,3,5,7
/proc/27042/task/27044/stat : 27044 (java) R 27040 27042 26704 0 -1 4202560 35637 0 1 0 141 5 0 0 22 0 22 0 500107223 16092573696 50898 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 46912505743116 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27042/tid=27045] ppid=27040 vsize=15715404 CPUtime=0 cores=1,3,5,7
/proc/27042/task/27045/stat : 27045 (java) S 27040 27042 26704 0 -1 4202560 26 0 0 0 0 0 0 0 16 0 22 0 500107223 16092573696 50898 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 7 0 0 0
[pid=27042/tid=27046] ppid=27040 vsize=15715404 CPUtime=0 cores=1,3,5,7
/proc/27042/task/27046/stat : 27046 (java) S 27040 27042 26704 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 500107223 16092573696 50898 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 1 0 0 0
[pid=27042/tid=27047] ppid=27040 vsize=15715404 CPUtime=0 cores=1,3,5,7
/proc/27042/task/27047/stat : 27047 (java) S 27040 27042 26704 0 -1 4202560 40 0 0 0 0 0 0 0 16 0 22 0 500107223 16092573696 50898 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 5 0 0 0
[pid=27042/tid=27048] ppid=27040 vsize=15715404 CPUtime=0 cores=1,3,5,7
/proc/27042/task/27048/stat : 27048 (java) S 27040 27042 26704 0 -1 4202560 1027 0 0 0 0 0 0 0 16 0 22 0 500107223 16092573696 50898 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 1 0 0 0
[pid=27042/tid=27049] ppid=27040 vsize=15715404 CPUtime=0 cores=1,3,5,7
/proc/27042/task/27049/stat : 27049 (java) S 27040 27042 26704 0 -1 4202560 847 0 0 0 0 0 0 0 16 0 22 0 500107223 16092573696 50898 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 5 0 0 0
[pid=27042/tid=27050] ppid=27040 vsize=15715404 CPUtime=0 cores=1,3,5,7
/proc/27042/task/27050/stat : 27050 (java) S 27040 27042 26704 0 -1 4202560 30 0 0 0 0 0 0 0 16 0 22 0 500107223 16092573696 50898 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 1 0 0 0
[pid=27042/tid=27051] ppid=27040 vsize=15715404 CPUtime=0 cores=1,3,5,7
/proc/27042/task/27051/stat : 27051 (java) S 27040 27042 26704 0 -1 4202560 2002 0 0 0 0 0 0 0 16 0 22 0 500107223 16092573696 50898 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 3 0 0 0
[pid=27042/tid=27052] ppid=27040 vsize=15715404 CPUtime=0 cores=1,3,5,7
/proc/27042/task/27052/stat : 27052 (java) S 27040 27042 26704 0 -1 4202560 313 0 0 0 0 0 0 0 16 0 22 0 500107223 16092573696 50898 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 7 0 0 0
[pid=27042/tid=27053] ppid=27040 vsize=15715404 CPUtime=0 cores=1,3,5,7
/proc/27042/task/27053/stat : 27053 (java) S 27040 27042 26704 0 -1 4202560 74 0 0 0 0 0 0 0 16 0 22 0 500107224 16092573696 50898 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522114048 0 0 0 16800975 18446604471109127040 0 0 -1 1 0 0 0
[pid=27042/tid=27054] ppid=27040 vsize=15715404 CPUtime=0 cores=1,3,5,7
/proc/27042/task/27054/stat : 27054 (java) S 27040 27042 26704 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 500107225 16092573696 50898 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 7 0 0 0
[pid=27042/tid=27055] ppid=27040 vsize=15715404 CPUtime=0 cores=1,3,5,7
/proc/27042/task/27055/stat : 27055 (java) S 27040 27042 26704 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 22 0 500107225 16092573696 50898 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 3 0 0 0
[pid=27042/tid=27056] ppid=27040 vsize=15715404 CPUtime=0 cores=1,3,5,7
/proc/27042/task/27056/stat : 27056 (java) S 27040 27042 26704 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 500107227 16092573696 50898 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522121137 0 4 0 16800975 18446604471109127040 0 0 -1 5 0 0 0
[pid=27042/tid=27057] ppid=27040 vsize=15715404 CPUtime=0.59 cores=1,3,5,7
/proc/27042/task/27057/stat : 27057 (java) R 27040 27042 26704 0 -1 4202560 11987 0 0 0 57 2 0 0 16 0 22 0 500107227 16092573696 50898 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 47887696306146 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27042/tid=27058] ppid=27040 vsize=15715404 CPUtime=0.23 cores=1,3,5,7
/proc/27042/task/27058/stat : 27058 (java) S 27040 27042 26704 0 -1 4202560 2861 0 0 0 23 0 0 0 15 0 22 0 500107227 16092573696 50898 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 7 0 0 0
[pid=27042/tid=27059] ppid=27040 vsize=15715404 CPUtime=0 cores=1,3,5,7
/proc/27042/task/27059/stat : 27059 (java) S 27040 27042 26704 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 500107227 16092573696 50898 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 5 0 0 0
[pid=27042/tid=27060] ppid=27040 vsize=15715404 CPUtime=0 cores=1,3,5,7
/proc/27042/task/27060/stat : 27060 (java) S 27040 27042 26704 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 500107227 16092573696 50898 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522114048 0 4 0 16800975 18446604471109127040 0 0 -1 1 0 0 0
[pid=27042/tid=27061] ppid=27040 vsize=15715404 CPUtime=0 cores=1,3,5,7
/proc/27042/task/27061/stat : 27061 (java) S 27040 27042 26704 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 22 0 500107314 16092573696 50898 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522114048 0 4 0 16800975 18446604471109127040 0 0 -1 1 0 0 0
[pid=27042/tid=27062] ppid=27040 vsize=15715404 CPUtime=0 cores=1,3,5,7
/proc/27042/task/27062/stat : 27062 (java) S 27040 27042 26704 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 500107314 16092573696 50898 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522114048 0 4 0 16800975 18446604471109127040 0 0 -1 1 0 0 0
[pid=27042/tid=27063] ppid=27040 vsize=15715404 CPUtime=0 cores=1,3,5,7
/proc/27042/task/27063/stat : 27063 (java) S 27040 27042 26704 0 -1 4202560 14 0 0 0 0 0 0 0 16 0 22 0 500107314 16092573696 50898 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522114048 0 4 0 16800975 18446604471109127040 0 0 -1 1 0 0 0
[pid=27042/tid=27064] ppid=27040 vsize=15715404 CPUtime=0 cores=1,3,5,7
/proc/27042/task/27064/stat : 27064 (java) S 27040 27042 26704 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 22 0 500107314 16092573696 50898 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522114048 0 4 0 16800975 18446604471109127040 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 15715404

[startup+3.10138 s]
/proc/loadavg: 7.86 8.06 8.00 6/220 27064
/proc/meminfo: memFree=13128776/32951124 swapFree=67111528/67111528
[pid=27042] ppid=27040 vsize=15717264 CPUtime=5.5 cores=1,3,5,7
/proc/27042/stat : 27042 (java) S 27040 27042 26704 0 -1 4202496 69907 0 1 0 540 10 0 0 25 0 22 0 500107222 16094478336 61627 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27042/statm: 3929316 61627 2275 9 0 3920035 0
[pid=27042/tid=27044] ppid=27040 vsize=15717264 CPUtime=2.72 cores=1,3,5,7
/proc/27042/task/27044/stat : 27044 (java) S 27040 27042 26704 0 -1 4202560 35693 0 1 0 267 5 0 0 25 0 22 0 500107223 16094478336 61627 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 5 0 0 0
[pid=27042/tid=27045] ppid=27040 vsize=15717264 CPUtime=0 cores=1,3,5,7
/proc/27042/task/27045/stat : 27045 (java) S 27040 27042 26704 0 -1 4202560 26 0 0 0 0 0 0 0 15 0 22 0 500107223 16094478336 61627 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 7 0 0 0
[pid=27042/tid=27046] ppid=27040 vsize=15717264 CPUtime=0 cores=1,3,5,7
/proc/27042/task/27046/stat : 27046 (java) S 27040 27042 26704 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 500107223 16094478336 61627 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 1 0 0 0
[pid=27042/tid=27047] ppid=27040 vsize=15717264 CPUtime=0.01 cores=1,3,5,7
/proc/27042/task/27047/stat : 27047 (java) S 27040 27042 26704 0 -1 4202560 2691 0 0 0 1 0 0 0 16 0 22 0 500107223 16094478336 61627 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 5 0 0 0
[pid=27042/tid=27048] ppid=27040 vsize=15717264 CPUtime=0.01 cores=1,3,5,7
/proc/27042/task/27048/stat : 27048 (java) S 27040 27042 26704 0 -1 4202560 2946 0 0 0 1 0 0 0 16 0 22 0 500107223 16094478336 61627 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 7 0 0 0
[pid=27042/tid=27049] ppid=27040 vsize=15717264 CPUtime=0 cores=1,3,5,7
/proc/27042/task/27049/stat : 27049 (java) S 27040 27042 26704 0 -1 4202560 847 0 0 0 0 0 0 0 15 0 22 0 500107223 16094478336 61627 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 5 0 0 0
[pid=27042/tid=27050] ppid=27040 vsize=15717264 CPUtime=0.01 cores=1,3,5,7
/proc/27042/task/27050/stat : 27050 (java) S 27040 27042 26704 0 -1 4202560 2501 0 0 0 1 0 0 0 16 0 22 0 500107223 16094478336 61627 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 1 0 0 0
[pid=27042/tid=27051] ppid=27040 vsize=15717264 CPUtime=0 cores=1,3,5,7
/proc/27042/task/27051/stat : 27051 (java) S 27040 27042 26704 0 -1 4202560 2002 0 0 0 0 0 0 0 15 0 22 0 500107223 16094478336 61627 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 3 0 0 0
[pid=27042/tid=27052] ppid=27040 vsize=15717264 CPUtime=0.01 cores=1,3,5,7
/proc/27042/task/27052/stat : 27052 (java) S 27040 27042 26704 0 -1 4202560 3143 0 0 0 1 0 0 0 16 0 22 0 500107223 16094478336 61627 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 7 0 0 0
[pid=27042/tid=27053] ppid=27040 vsize=15717264 CPUtime=0 cores=1,3,5,7
/proc/27042/task/27053/stat : 27053 (java) S 27040 27042 26704 0 -1 4202560 90 0 0 0 0 0 0 0 15 0 22 0 500107224 16094478336 61627 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522114048 0 0 0 16800975 18446604471109127040 0 0 -1 5 0 0 0
[pid=27042/tid=27054] ppid=27040 vsize=15717264 CPUtime=0 cores=1,3,5,7
/proc/27042/task/27054/stat : 27054 (java) S 27040 27042 26704 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 500107225 16094478336 61627 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 7 0 0 0
[pid=27042/tid=27055] ppid=27040 vsize=15717264 CPUtime=0 cores=1,3,5,7
/proc/27042/task/27055/stat : 27055 (java) S 27040 27042 26704 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 22 0 500107225 16094478336 61627 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 3 0 0 0
[pid=27042/tid=27056] ppid=27040 vsize=15717264 CPUtime=0 cores=1,3,5,7
/proc/27042/task/27056/stat : 27056 (java) S 27040 27042 26704 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 500107227 16094478336 61627 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522121137 0 4 0 16800975 18446604471109127040 0 0 -1 5 0 0 0
[pid=27042/tid=27057] ppid=27040 vsize=15717264 CPUtime=1.51 cores=1,3,5,7
/proc/27042/task/27057/stat : 27057 (java) S 27040 27042 26704 0 -1 4202560 14785 0 0 0 149 2 0 0 15 0 22 0 500107227 16094478336 61627 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 1 0 0 0
[pid=27042/tid=27058] ppid=27040 vsize=15717264 CPUtime=0.7 cores=1,3,5,7
/proc/27042/task/27058/stat : 27058 (java) S 27040 27042 26704 0 -1 4202560 3743 0 0 0 70 0 0 0 15 0 22 0 500107227 16094478336 61627 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 3 0 0 0
[pid=27042/tid=27059] ppid=27040 vsize=15717264 CPUtime=0 cores=1,3,5,7
/proc/27042/task/27059/stat : 27059 (java) S 27040 27042 26704 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 500107227 16094478336 61627 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 5 0 0 0
[pid=27042/tid=27060] ppid=27040 vsize=15717264 CPUtime=0 cores=1,3,5,7
/proc/27042/task/27060/stat : 27060 (java) S 27040 27042 26704 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 500107227 16094478336 61627 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522114048 0 4 0 16800975 18446604471109127040 0 0 -1 3 0 0 0
[pid=27042/tid=27061] ppid=27040 vsize=15717264 CPUtime=0.08 cores=1,3,5,7
/proc/27042/task/27061/stat : 27061 (java) S 27040 27042 26704 0 -1 4202560 25 0 0 0 8 0 0 0 15 0 22 0 500107314 16094478336 61627 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522114048 0 4 0 16800975 18446604471109127040 0 0 -1 3 0 0 0
[pid=27042/tid=27062] ppid=27040 vsize=15717264 CPUtime=0.18 cores=1,3,5,7
/proc/27042/task/27062/stat : 27062 (java) R 27040 27042 26704 0 -1 4202560 7 0 0 0 18 0 0 0 16 0 22 0 500107314 16094478336 61627 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27042/tid=27063] ppid=27040 vsize=15717264 CPUtime=0 cores=1,3,5,7
/proc/27042/task/27063/stat : 27063 (java) S 27040 27042 26704 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 22 0 500107314 16094478336 61627 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522114048 0 4 0 16800975 18446604471109127040 0 0 -1 3 0 0 0
[pid=27042/tid=27064] ppid=27040 vsize=15717264 CPUtime=0.18 cores=1,3,5,7
/proc/27042/task/27064/stat : 27064 (java) R 27040 27042 26704 0 -1 4202560 8 0 0 0 18 0 0 0 16 0 22 0 500107314 16094478336 61627 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.5
Current children cumulated vsize (KiB) 15717264

[startup+6.30078 s]
/proc/loadavg: 7.87 8.06 8.00 9/220 27064
/proc/meminfo: memFree=12756604/32951124 swapFree=67111528/67111528
[pid=27042] ppid=27040 vsize=15711856 CPUtime=17.48 cores=1,3,5,7
/proc/27042/stat : 27042 (java) S 27040 27042 26704 0 -1 4202496 209035 0 1 0 1717 31 0 0 25 0 22 0 500107222 16088940544 197976 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27042/statm: 3927964 197976 2276 9 0 3918683 0
[pid=27042/tid=27044] ppid=27040 vsize=15711856 CPUtime=2.72 cores=1,3,5,7
/proc/27042/task/27044/stat : 27044 (java) S 27040 27042 26704 0 -1 4202560 35693 0 1 0 267 5 0 0 25 0 22 0 500107223 16088940544 197976 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 5 0 0 0
[pid=27042/tid=27045] ppid=27040 vsize=15711856 CPUtime=0.05 cores=1,3,5,7
/proc/27042/task/27045/stat : 27045 (java) S 27040 27042 26704 0 -1 4202560 10222 0 0 0 4 1 0 0 16 0 22 0 500107223 16088940544 197976 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 7 0 0 0
[pid=27042/tid=27046] ppid=27040 vsize=15711856 CPUtime=0.08 cores=1,3,5,7
/proc/27042/task/27046/stat : 27046 (java) S 27040 27042 26704 0 -1 4202560 16076 0 0 0 6 2 0 0 16 0 22 0 500107223 16088940544 197976 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 1 0 0 0
[pid=27042/tid=27047] ppid=27040 vsize=15711856 CPUtime=0.03 cores=1,3,5,7
/proc/27042/task/27047/stat : 27047 (java) S 27040 27042 26704 0 -1 4202560 7524 0 0 0 2 1 0 0 15 0 22 0 500107223 16088940544 197976 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 7 0 0 0
[pid=27042/tid=27048] ppid=27040 vsize=15711856 CPUtime=0.07 cores=1,3,5,7
/proc/27042/task/27048/stat : 27048 (java) S 27040 27042 26704 0 -1 4202560 14400 0 0 0 6 1 0 0 16 0 22 0 500107223 16088940544 197976 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 3 0 0 0
[pid=27042/tid=27049] ppid=27040 vsize=15711856 CPUtime=0.07 cores=1,3,5,7
/proc/27042/task/27049/stat : 27049 (java) S 27040 27042 26704 0 -1 4202560 13918 0 0 0 5 2 0 0 15 0 22 0 500107223 16088940544 197976 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 1 0 0 0
[pid=27042/tid=27050] ppid=27040 vsize=15711856 CPUtime=0.06 cores=1,3,5,7
/proc/27042/task/27050/stat : 27050 (java) S 27040 27042 26704 0 -1 4202560 12940 0 0 0 5 1 0 0 15 0 22 0 500107223 16088940544 197976 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 5 0 0 0
[pid=27042/tid=27051] ppid=27040 vsize=15711856 CPUtime=0.06 cores=1,3,5,7
/proc/27042/task/27051/stat : 27051 (java) S 27040 27042 26704 0 -1 4202560 13970 0 0 0 5 1 0 0 15 0 22 0 500107223 16088940544 197976 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 7 0 0 0
[pid=27042/tid=27052] ppid=27040 vsize=15711856 CPUtime=0.08 cores=1,3,5,7
/proc/27042/task/27052/stat : 27052 (java) S 27040 27042 26704 0 -1 4202560 20457 0 0 0 6 2 0 0 16 0 22 0 500107223 16088940544 197976 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 7 0 0 0
[pid=27042/tid=27053] ppid=27040 vsize=15711856 CPUtime=0 cores=1,3,5,7
/proc/27042/task/27053/stat : 27053 (java) S 27040 27042 26704 0 -1 4202560 402 0 0 0 0 0 0 0 16 0 22 0 500107224 16088940544 197976 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522114048 0 0 0 16800975 18446604471109127040 0 0 -1 5 0 0 0
[pid=27042/tid=27054] ppid=27040 vsize=15711856 CPUtime=0 cores=1,3,5,7
/proc/27042/task/27054/stat : 27054 (java) S 27040 27042 26704 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 500107225 16088940544 197976 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 7 0 0 0
[pid=27042/tid=27055] ppid=27040 vsize=15711856 CPUtime=0 cores=1,3,5,7
/proc/27042/task/27055/stat : 27055 (java) S 27040 27042 26704 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 22 0 500107225 16088940544 197976 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 3 0 0 0
[pid=27042/tid=27056] ppid=27040 vsize=15711856 CPUtime=0 cores=1,3,5,7
/proc/27042/task/27056/stat : 27056 (java) S 27040 27042 26704 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 500107227 16088940544 197976 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522121137 0 4 0 16800975 18446604471109127040 0 0 -1 5 0 0 0
[pid=27042/tid=27057] ppid=27040 vsize=15711856 CPUtime=1.61 cores=1,3,5,7
/proc/27042/task/27057/stat : 27057 (java) S 27040 27042 26704 0 -1 4202560 14794 0 0 0 159 2 0 0 15 0 22 0 500107227 16088940544 197976 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 7 0 0 0

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

/proc/27042/task/27047/stat : 27047 (java) S 27040 27042 26704 0 -1 4202560 178672 0 0 0 330 30 0 0 16 0 22 0 500107223 16088940544 1887602 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 3 0 0 0
[pid=27042/tid=27048] ppid=27040 vsize=15711856 CPUtime=3.53 cores=1,3,5,7
/proc/27042/task/27048/stat : 27048 (java) S 27040 27042 26704 0 -1 4202560 145990 0 0 0 330 23 0 0 15 0 22 0 500107223 16088940544 1887602 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 5 0 0 0
[pid=27042/tid=27049] ppid=27040 vsize=15711856 CPUtime=3.61 cores=1,3,5,7
/proc/27042/task/27049/stat : 27049 (java) S 27040 27042 26704 0 -1 4202560 194689 0 0 0 328 33 0 0 16 0 22 0 500107223 16088940544 1887602 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 7 0 0 0
[pid=27042/tid=27050] ppid=27040 vsize=15711856 CPUtime=3.9 cores=1,3,5,7
/proc/27042/task/27050/stat : 27050 (java) S 27040 27042 26704 0 -1 4202560 261534 0 0 0 348 42 0 0 15 0 22 0 500107223 16088940544 1887602 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 7 0 0 0
[pid=27042/tid=27051] ppid=27040 vsize=15711856 CPUtime=3.33 cores=1,3,5,7
/proc/27042/task/27051/stat : 27051 (java) S 27040 27042 26704 0 -1 4202560 169500 0 0 0 305 28 0 0 16 0 22 0 500107223 16088940544 1887602 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 5 0 0 0
[pid=27042/tid=27052] ppid=27040 vsize=15711856 CPUtime=3.88 cores=1,3,5,7
/proc/27042/task/27052/stat : 27052 (java) S 27040 27042 26704 0 -1 4202560 240160 0 0 0 348 40 0 0 16 0 22 0 500107223 16088940544 1887602 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 1 0 0 0
[pid=27042/tid=27053] ppid=27040 vsize=15711856 CPUtime=1.37 cores=1,3,5,7
/proc/27042/task/27053/stat : 27053 (java) S 27040 27042 26704 0 -1 4202560 171180 0 0 0 112 25 0 0 15 0 22 0 500107224 16088940544 1887602 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522114048 0 0 0 16800975 18446604471109127040 0 0 -1 1 0 0 0
[pid=27042/tid=27054] ppid=27040 vsize=15711856 CPUtime=0 cores=1,3,5,7
/proc/27042/task/27054/stat : 27054 (java) S 27040 27042 26704 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 500107225 16088940544 1887602 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 7 0 0 0
[pid=27042/tid=27055] ppid=27040 vsize=15711856 CPUtime=0 cores=1,3,5,7
/proc/27042/task/27055/stat : 27055 (java) S 27040 27042 26704 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 22 0 500107225 16088940544 1887602 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 3 0 0 0
[pid=27042/tid=27056] ppid=27040 vsize=15711856 CPUtime=0 cores=1,3,5,7
/proc/27042/task/27056/stat : 27056 (java) S 27040 27042 26704 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 500107227 16088940544 1887602 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522121137 0 4 0 16800975 18446604471109127040 0 0 -1 5 0 0 0
[pid=27042/tid=27057] ppid=27040 vsize=15711856 CPUtime=2.09 cores=1,3,5,7
/proc/27042/task/27057/stat : 27057 (java) S 27040 27042 26704 0 -1 4202560 14847 0 0 0 207 2 0 0 16 0 22 0 500107227 16088940544 1887602 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 7 0 0 0
[pid=27042/tid=27058] ppid=27040 vsize=15711856 CPUtime=1.35 cores=1,3,5,7
/proc/27042/task/27058/stat : 27058 (java) S 27040 27042 26704 0 -1 4202560 7528 0 0 0 135 0 0 0 15 0 22 0 500107227 16088940544 1887602 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 3 0 0 0
[pid=27042/tid=27059] ppid=27040 vsize=15711856 CPUtime=0 cores=1,3,5,7
/proc/27042/task/27059/stat : 27059 (java) S 27040 27042 26704 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 500107227 16088940544 1887602 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 5 0 0 0
[pid=27042/tid=27060] ppid=27040 vsize=15711856 CPUtime=0 cores=1,3,5,7
/proc/27042/task/27060/stat : 27060 (java) S 27040 27042 26704 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 500107227 16088940544 1887602 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522114048 0 4 0 16800975 18446604471109127040 0 0 -1 7 0 0 0
[pid=27042/tid=27061] ppid=27040 vsize=15711856 CPUtime=1108.43 cores=1,3,5,7
/proc/27042/task/27061/stat : 27061 (java) R 27040 27042 26704 0 -1 4202560 82306 0 0 0 110833 10 0 0 25 0 22 0 500107314 16088940544 1887602 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 46912505929400 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27042/tid=27062] ppid=27040 vsize=15711856 CPUtime=1108.78 cores=1,3,5,7
/proc/27042/task/27062/stat : 27062 (java) R 27040 27042 26704 0 -1 4202560 83758 0 0 0 110868 10 0 0 25 0 22 0 500107314 16088940544 1887602 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 46912506398824 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27042/tid=27063] ppid=27040 vsize=15711856 CPUtime=1108.75 cores=1,3,5,7
/proc/27042/task/27063/stat : 27063 (java) R 27040 27042 26704 0 -1 4202560 72220 0 0 0 110867 8 0 0 25 0 22 0 500107314 16088940544 1887602 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 46912506319928 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27042/tid=27064] ppid=27040 vsize=15711856 CPUtime=1107.54 cores=1,3,5,7
/proc/27042/task/27064/stat : 27064 (java) R 27040 27042 26704 0 -1 4202560 74415 0 0 0 110744 10 0 0 25 0 22 0 500107314 16088940544 1887602 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 46912506127436 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4470.19
Current children cumulated vsize (KiB) 15711856

[startup+1182.3 s]
/proc/loadavg: 4.18 6.04 7.20 5/193 27164
/proc/meminfo: memFree=11558256/32951124 swapFree=67111528/67111528
[pid=27042] ppid=27040 vsize=15711856 CPUtime=4709.77 cores=1,3,5,7
/proc/27042/stat : 27042 (java) S 27040 27042 26704 0 -1 4202496 2151821 0 1 0 470631 346 0 0 25 0 22 0 500107222 16088940544 1872971 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27042/statm: 3927964 1872971 2300 9 0 3918683 0
[pid=27042/tid=27044] ppid=27040 vsize=15711856 CPUtime=2.72 cores=1,3,5,7
/proc/27042/task/27044/stat : 27044 (java) S 27040 27042 26704 0 -1 4202560 35693 0 1 0 267 5 0 0 25 0 22 0 500107223 16088940544 1872971 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 5 0 0 0
[pid=27042/tid=27045] ppid=27040 vsize=15711856 CPUtime=3.8 cores=1,3,5,7
/proc/27042/task/27045/stat : 27045 (java) S 27040 27042 26704 0 -1 4202560 216912 0 0 0 343 37 0 0 15 0 22 0 500107223 16088940544 1872971 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 1 0 0 0
[pid=27042/tid=27046] ppid=27040 vsize=15711856 CPUtime=3.85 cores=1,3,5,7
/proc/27042/task/27046/stat : 27046 (java) S 27040 27042 26704 0 -1 4202560 196864 0 0 0 352 33 0 0 16 0 22 0 500107223 16088940544 1872971 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 7 0 0 0
[pid=27042/tid=27047] ppid=27040 vsize=15711856 CPUtime=3.82 cores=1,3,5,7
/proc/27042/task/27047/stat : 27047 (java) S 27040 27042 26704 0 -1 4202560 179847 0 0 0 352 30 0 0 15 0 22 0 500107223 16088940544 1872971 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 3 0 0 0
[pid=27042/tid=27048] ppid=27040 vsize=15711856 CPUtime=3.78 cores=1,3,5,7
/proc/27042/task/27048/stat : 27048 (java) S 27040 27042 26704 0 -1 4202560 147017 0 0 0 355 23 0 0 16 0 22 0 500107223 16088940544 1872971 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 3 0 0 0
[pid=27042/tid=27049] ppid=27040 vsize=15711856 CPUtime=3.81 cores=1,3,5,7
/proc/27042/task/27049/stat : 27049 (java) S 27040 27042 26704 0 -1 4202560 195363 0 0 0 348 33 0 0 15 0 22 0 500107223 16088940544 1872971 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 5 0 0 0
[pid=27042/tid=27050] ppid=27040 vsize=15711856 CPUtime=4.15 cores=1,3,5,7
/proc/27042/task/27050/stat : 27050 (java) S 27040 27042 26704 0 -1 4202560 261881 0 0 0 373 42 0 0 16 0 22 0 500107223 16088940544 1872971 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 5 0 0 0
[pid=27042/tid=27051] ppid=27040 vsize=15711856 CPUtime=3.54 cores=1,3,5,7
/proc/27042/task/27051/stat : 27051 (java) S 27040 27042 26704 0 -1 4202560 169709 0 0 0 326 28 0 0 15 0 22 0 500107223 16088940544 1872971 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 3 0 0 0
[pid=27042/tid=27052] ppid=27040 vsize=15711856 CPUtime=4.08 cores=1,3,5,7
/proc/27042/task/27052/stat : 27052 (java) S 27040 27042 26704 0 -1 4202560 240795 0 0 0 368 40 0 0 16 0 22 0 500107223 16088940544 1872971 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 1 0 0 0
[pid=27042/tid=27053] ppid=27040 vsize=15711856 CPUtime=1.38 cores=1,3,5,7
/proc/27042/task/27053/stat : 27053 (java) S 27040 27042 26704 0 -1 4202560 171181 0 0 0 113 25 0 0 15 0 22 0 500107224 16088940544 1872971 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522114048 0 0 0 16800975 18446604471109127040 0 0 -1 1 0 0 0
[pid=27042/tid=27054] ppid=27040 vsize=15711856 CPUtime=0 cores=1,3,5,7
/proc/27042/task/27054/stat : 27054 (java) S 27040 27042 26704 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 500107225 16088940544 1872971 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 7 0 0 0
[pid=27042/tid=27055] ppid=27040 vsize=15711856 CPUtime=0 cores=1,3,5,7
/proc/27042/task/27055/stat : 27055 (java) S 27040 27042 26704 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 22 0 500107225 16088940544 1872971 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 3 0 0 0
[pid=27042/tid=27056] ppid=27040 vsize=15711856 CPUtime=0 cores=1,3,5,7
/proc/27042/task/27056/stat : 27056 (java) S 27040 27042 26704 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 500107227 16088940544 1872971 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522121137 0 4 0 16800975 18446604471109127040 0 0 -1 5 0 0 0
[pid=27042/tid=27057] ppid=27040 vsize=15711856 CPUtime=2.09 cores=1,3,5,7
/proc/27042/task/27057/stat : 27057 (java) S 27040 27042 26704 0 -1 4202560 14847 0 0 0 207 2 0 0 16 0 22 0 500107227 16088940544 1872971 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 7 0 0 0
[pid=27042/tid=27058] ppid=27040 vsize=15711856 CPUtime=1.35 cores=1,3,5,7
/proc/27042/task/27058/stat : 27058 (java) S 27040 27042 26704 0 -1 4202560 7528 0 0 0 135 0 0 0 15 0 22 0 500107227 16088940544 1872971 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 3 0 0 0
[pid=27042/tid=27059] ppid=27040 vsize=15711856 CPUtime=0 cores=1,3,5,7
/proc/27042/task/27059/stat : 27059 (java) S 27040 27042 26704 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 500107227 16088940544 1872971 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 5 0 0 0
[pid=27042/tid=27060] ppid=27040 vsize=15711856 CPUtime=0 cores=1,3,5,7
/proc/27042/task/27060/stat : 27060 (java) S 27040 27042 26704 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 500107227 16088940544 1872971 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522114048 0 4 0 16800975 18446604471109127040 0 0 -1 7 0 0 0
[pid=27042/tid=27061] ppid=27040 vsize=15711856 CPUtime=1167.7 cores=1,3,5,7
/proc/27042/task/27061/stat : 27061 (java) R 27040 27042 26704 0 -1 4202560 82311 0 0 0 116760 10 0 0 25 0 22 0 500107314 16088940544 1872971 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 46912506323715 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=27042/tid=27062] ppid=27040 vsize=15711856 CPUtime=1168.29 cores=1,3,5,7
/proc/27042/task/27062/stat : 27062 (java) R 27040 27042 26704 0 -1 4202560 83766 0 0 0 116819 10 0 0 25 0 22 0 500107314 16088940544 1872971 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 46912505632997 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27042/tid=27063] ppid=27040 vsize=15711856 CPUtime=1168.27 cores=1,3,5,7
/proc/27042/task/27063/stat : 27063 (java) R 27040 27042 26704 0 -1 4202560 72237 0 0 0 116819 8 0 0 25 0 22 0 500107314 16088940544 1872971 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 18446744073699065955 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27042/tid=27064] ppid=27040 vsize=15711856 CPUtime=1166.97 cores=1,3,5,7
/proc/27042/task/27064/stat : 27064 (java) R 27040 27042 26704 0 -1 4202560 74420 0 0 0 116687 10 0 0 25 0 22 0 500107314 16088940544 1872971 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 18446744073699066028 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4709.77
Current children cumulated vsize (KiB) 15711856



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.9 s]
/proc/loadavg: 4.20 5.93 7.14 5/193 27165
/proc/meminfo: memFree=11572504/32951124 swapFree=67111528/67111528
[pid=27042] ppid=27040 vsize=15711856 CPUtime=4800.02 cores=1,3,5,7
/proc/27042/stat : 27042 (java) S 27040 27042 26704 0 -1 4202496 2154773 0 1 0 479655 347 0 0 25 0 22 0 500107222 16088940544 1868802 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27042/statm: 3927964 1868802 2300 9 0 3918683 0
[pid=27042/tid=27044] ppid=27040 vsize=15711856 CPUtime=2.72 cores=1,3,5,7
/proc/27042/task/27044/stat : 27044 (java) S 27040 27042 26704 0 -1 4202560 35693 0 1 0 267 5 0 0 25 0 22 0 500107223 16088940544 1868802 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 5 0 0 0
[pid=27042/tid=27045] ppid=27040 vsize=15711856 CPUtime=3.88 cores=1,3,5,7
/proc/27042/task/27045/stat : 27045 (java) S 27040 27042 26704 0 -1 4202560 217514 0 0 0 351 37 0 0 16 0 22 0 500107223 16088940544 1868802 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 1 0 0 0
[pid=27042/tid=27046] ppid=27040 vsize=15711856 CPUtime=3.92 cores=1,3,5,7
/proc/27042/task/27046/stat : 27046 (java) S 27040 27042 26704 0 -1 4202560 197119 0 0 0 359 33 0 0 15 0 22 0 500107223 16088940544 1868802 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 5 0 0 0
[pid=27042/tid=27047] ppid=27040 vsize=15711856 CPUtime=3.92 cores=1,3,5,7
/proc/27042/task/27047/stat : 27047 (java) S 27040 27042 26704 0 -1 4202560 180041 0 0 0 362 30 0 0 16 0 22 0 500107223 16088940544 1868802 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 3 0 0 0
[pid=27042/tid=27048] ppid=27040 vsize=15711856 CPUtime=3.83 cores=1,3,5,7
/proc/27042/task/27048/stat : 27048 (java) S 27040 27042 26704 0 -1 4202560 147240 0 0 0 360 23 0 0 15 0 22 0 500107223 16088940544 1868802 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 7 0 0 0
[pid=27042/tid=27049] ppid=27040 vsize=15711856 CPUtime=3.93 cores=1,3,5,7
/proc/27042/task/27049/stat : 27049 (java) S 27040 27042 26704 0 -1 4202560 196245 0 0 0 360 33 0 0 16 0 22 0 500107223 16088940544 1868802 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 5 0 0 0
[pid=27042/tid=27050] ppid=27040 vsize=15711856 CPUtime=4.22 cores=1,3,5,7
/proc/27042/task/27050/stat : 27050 (java) S 27040 27042 26704 0 -1 4202560 262184 0 0 0 380 42 0 0 15 0 22 0 500107223 16088940544 1868802 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 7 0 0 0
[pid=27042/tid=27051] ppid=27040 vsize=15711856 CPUtime=3.66 cores=1,3,5,7
/proc/27042/task/27051/stat : 27051 (java) S 27040 27042 26704 0 -1 4202560 170150 0 0 0 338 28 0 0 15 0 22 0 500107223 16088940544 1868802 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 5 0 0 0
[pid=27042/tid=27052] ppid=27040 vsize=15711856 CPUtime=4.15 cores=1,3,5,7
/proc/27042/task/27052/stat : 27052 (java) S 27040 27042 26704 0 -1 4202560 240830 0 0 0 375 40 0 0 16 0 22 0 500107223 16088940544 1868802 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 7 0 0 0
[pid=27042/tid=27053] ppid=27040 vsize=15711856 CPUtime=1.38 cores=1,3,5,7
/proc/27042/task/27053/stat : 27053 (java) S 27040 27042 26704 0 -1 4202560 171182 0 0 0 113 25 0 0 15 0 22 0 500107224 16088940544 1868802 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522114048 0 0 0 16800975 18446604471109127040 0 0 -1 1 0 0 0
[pid=27042/tid=27054] ppid=27040 vsize=15711856 CPUtime=0 cores=1,3,5,7
/proc/27042/task/27054/stat : 27054 (java) S 27040 27042 26704 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 500107225 16088940544 1868802 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 7 0 0 0
[pid=27042/tid=27055] ppid=27040 vsize=15711856 CPUtime=0 cores=1,3,5,7
/proc/27042/task/27055/stat : 27055 (java) S 27040 27042 26704 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 22 0 500107225 16088940544 1868802 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 3 0 0 0
[pid=27042/tid=27056] ppid=27040 vsize=15711856 CPUtime=0 cores=1,3,5,7
/proc/27042/task/27056/stat : 27056 (java) S 27040 27042 26704 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 500107227 16088940544 1868802 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522121137 0 4 0 16800975 18446604471109127040 0 0 -1 5 0 0 0
[pid=27042/tid=27057] ppid=27040 vsize=15711856 CPUtime=2.09 cores=1,3,5,7
/proc/27042/task/27057/stat : 27057 (java) S 27040 27042 26704 0 -1 4202560 14847 0 0 0 207 2 0 0 16 0 22 0 500107227 16088940544 1868802 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 7 0 0 0
[pid=27042/tid=27058] ppid=27040 vsize=15711856 CPUtime=1.35 cores=1,3,5,7
/proc/27042/task/27058/stat : 27058 (java) S 27040 27042 26704 0 -1 4202560 7528 0 0 0 135 0 0 0 15 0 22 0 500107227 16088940544 1868802 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 3 0 0 0
[pid=27042/tid=27059] ppid=27040 vsize=15711856 CPUtime=0 cores=1,3,5,7
/proc/27042/task/27059/stat : 27059 (java) S 27040 27042 26704 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 500107227 16088940544 1868802 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522113433 0 4 0 16800975 18446604471109127040 0 0 -1 5 0 0 0
[pid=27042/tid=27060] ppid=27040 vsize=15711856 CPUtime=0 cores=1,3,5,7
/proc/27042/task/27060/stat : 27060 (java) S 27040 27042 26704 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 500107227 16088940544 1868802 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 233522114048 0 4 0 16800975 18446604471109127040 0 0 -1 7 0 0 0
[pid=27042/tid=27061] ppid=27040 vsize=15711856 CPUtime=1189.99 cores=1,3,5,7
/proc/27042/task/27061/stat : 27061 (java) R 27040 27042 26704 0 -1 4202560 82313 0 0 0 118989 10 0 0 25 0 22 0 500107314 16088940544 1868802 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 46912506319904 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=27042/tid=27062] ppid=27040 vsize=15711856 CPUtime=1190.71 cores=1,3,5,7
/proc/27042/task/27062/stat : 27062 (java) R 27040 27042 26704 0 -1 4202560 83767 0 0 0 119061 10 0 0 25 0 22 0 500107314 16088940544 1868802 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 46912505928432 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27042/tid=27063] ppid=27040 vsize=15711856 CPUtime=1190.7 cores=1,3,5,7
/proc/27042/task/27063/stat : 27063 (java) R 27040 27042 26704 0 -1 4202560 72246 0 0 0 119061 9 0 0 25 0 22 0 500107314 16088940544 1868802 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 46912505928077 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27042/tid=27064] ppid=27040 vsize=15711856 CPUtime=1189.39 cores=1,3,5,7
/proc/27042/task/27064/stat : 27064 (java) R 27040 27042 26704 0 -1 4202560 74422 0 0 0 118929 10 0 0 25 0 22 0 500107314 16088940544 1868802 33554432000 1073741824 1073778376 140736582453728 18446744073709551615 46912505955197 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.02
Current children cumulated vsize (KiB) 15711856

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

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

[startup+1205.01 s]
/proc/loadavg: 4.20 5.93 7.14 5/193 27165
/proc/meminfo: memFree=11572504/32951124 swapFree=67111528/67111528
[pid=27042] ppid=27040 vsize=0 CPUtime=4800.14 cores=1,3,5,7
/proc/27042/stat : 27042 (java) Z 27040 27042 26704 0 -1 4203548 2154799 0 1 0 479657 357 0 0 17 0 2 0 500107222 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/27042/statm: 0 0 0 0 0 0 0
[pid=27042/tid=27064] ppid=27040 vsize=0 CPUtime=1189.5 cores=1,3,5,7
/proc/27042/task/27064/stat : 27064 (java) R 27040 27042 26704 0 -1 4203588 74422 0 0 0 118930 20 0 0 25 0 2 0 500107314 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.14
Current children cumulated vsize (KiB) 0

[startup+1205.1 s]
/proc/loadavg: 4.20 5.93 7.14 5/193 27165
/proc/meminfo: memFree=11572504/32951124 swapFree=67111528/67111528
[pid=27042] ppid=27040 vsize=0 CPUtime=4800.23 cores=1,3,5,7
/proc/27042/stat : 27042 (java) Z 27040 27042 26704 0 -1 4203548 2154799 0 1 0 479657 366 0 0 17 0 2 0 500107222 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/27042/statm: 0 0 0 0 0 0 0
[pid=27042/tid=27064] ppid=27040 vsize=0 CPUtime=1189.58 cores=1,3,5,7
/proc/27042/task/27064/stat : 27064 (java) R 27040 27042 26704 0 -1 4203588 74422 0 0 0 118930 28 0 0 25 0 2 0 500107314 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1205.2
CPU time (s): 4800.34
CPU user time (s): 4796.58
CPU system time (s): 3.76143
CPU usage (%): 398.302
Max. virtual memory (cumulated for all children) (KiB): 15717264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.58
system time used= 3.76143
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2154799
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= 42631
involuntary context switches= 69124

runsolver used 2.02469 second user time and 4.5873 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-29 13:35:14
IDJOB=3311970
IDBENCH=70908
IDSOLVER=1698
FILE ID=node145/3311970-1304076914
RUNJOBID= node145-1304074486-26723
PBS_JOBID= 13170497
Free space on /tmp= 72200 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT09/CRAFTED/edgematching/compact/em_12_2_4_cmp.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311970-1304076914/watcher-3311970-1304076914 -o /tmp/evaluation-result-3311970-1304076914/solver-3311970-1304076914 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311970-1304076914.cnf -hbr 2

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

MD5SUM BENCH= 7ea97a36d5ab6c8a5aa99830d5253591
RANDOM SEED=455338784

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13327756 kB
Buffers:       2051292 kB
Cached:       11212300 kB
SwapCached:          0 kB
Active:        8234764 kB
Inactive:     10807312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13327756 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5140 kB
Writeback:           0 kB
AnonPages:     5777912 kB
Mapped:          23480 kB
Slab:           507568 kB
PageTables:      15996 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  6103704 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= 72200 MiB
End job on node145 at 2011-04-29 13:55:21