Trace number 3311822

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.43 1207.63

General information on the benchmark

NameSAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/
mod2c-rand3bip-sat-230-3.shuffled-as.sat05-2505.cnf
MD5SUMb9f02ee542f99ae0fd8f291dd570c53a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark18.2832
Satisfiable
(Un)Satisfiability was proved
Number of variables326
Number of clauses2332
Sum of the clauses size10392
Maximum clause length6
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 41416
Number of clauses of size 5768
Number of clauses of size over 5148

Solver Data

0.10/0.12	19:30 INFO : Reading from input HOME/instance-3311822-1304187570.cnf
0.27/0.26	Executor set job limit to 1000000
0.27/0.26	Executor set job limit to 1000000
0.27/0.26	Executor set job limit to 1000000
0.27/0.26	Executor set job limit to 1000000
0.27/0.26	Starting Executor!
0.27/0.26	Starting Executor!
0.27/0.26	Starting Executor!
0.27/0.26	Starting Executor!
0.80/0.41	19:30 INFO : 326 variables remaining out of 326
0.80/0.41	19:30 INFO : 12724 literals remaining out of 12724
2.81/1.05	log4j:WARN No appenders could be found for logger (ibis.constellation.impl.SingleThreadedConstellation.CID: 0:3).
2.81/1.05	log4j:WARN Please initialize the log4j system properly.
2.81/1.05	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-3311822-1304187570/watcher-3311822-1304187570 -o /tmp/evaluation-result-3311822-1304187570/solver-3311822-1304187570 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311822-1304187570.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: 7.62 7.96 7.97 7/198 13374
/proc/meminfo: memFree=30265004/32951124 swapFree=67105204/67111528
[pid=13374] ppid=13372 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/13374/stat : 13374 (java) S 13372 13374 13038 0 -1 4202496 1424 0 0 0 0 0 0 0 25 0 2 0 511172872 27824128 894 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828039141 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/13374/statm: 6793 894 684 9 0 381 0
[pid=13374/tid=13375] ppid=13372 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/13374/task/13375/stat : 13375 (java) S 13372 13374 13038 0 -1 4202560 66 0 0 0 0 0 0 0 25 0 2 0 511172872 27824128 894 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220811312775 0 2147483391 4096 0 18446744071699207358 0 0 -1 5 0 0 0

[startup+0.100218 s]
/proc/loadavg: 7.62 7.96 7.97 7/198 13374
/proc/meminfo: memFree=30265004/32951124 swapFree=67105204/67111528
[pid=13374] ppid=13372 vsize=15676128 CPUtime=0.1 cores=1,3,5,7
/proc/13374/stat : 13374 (java) S 13372 13374 13038 0 -1 4202496 5590 0 1 0 9 1 0 0 25 0 18 0 511172872 16052355072 4996 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/13374/statm: 3919032 4997 2117 9 0 3909751 0
[pid=13374/tid=13375] ppid=13372 vsize=15676128 CPUtime=0.08 cores=1,3,5,7
/proc/13374/task/13375/stat : 13375 (java) R 13372 13374 13038 0 -1 4202560 3437 0 1 0 7 1 0 0 18 0 18 0 511172872 16052355072 4998 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 47028306621976 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676128

[startup+0.201194 s]
/proc/loadavg: 7.62 7.96 7.97 7/198 13374
/proc/meminfo: memFree=30265004/32951124 swapFree=67105204/67111528
[pid=13374] ppid=13372 vsize=15676448 CPUtime=0.27 cores=1,3,5,7
/proc/13374/stat : 13374 (java) S 13372 13374 13038 0 -1 4202496 7039 0 1 0 26 1 0 0 25 0 18 0 511172872 16052682752 6356 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/13374/statm: 3919112 6357 2184 9 0 3909831 0
[pid=13374/tid=13375] ppid=13372 vsize=15676448 CPUtime=0.18 cores=1,3,5,7
/proc/13374/task/13375/stat : 13375 (java) R 13372 13374 13038 0 -1 4202560 4521 0 1 0 17 1 0 0 18 0 18 0 511172872 16052682752 6357 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 47028308056915 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 15676448

[startup+0.301174 s]
/proc/loadavg: 7.62 7.96 7.97 7/198 13374
/proc/meminfo: memFree=30265004/32951124 swapFree=67105204/67111528
[pid=13374] ppid=13372 vsize=15747576 CPUtime=0.53 cores=1,3,5,7
/proc/13374/stat : 13374 (java) S 13372 13374 13038 0 -1 4202496 11637 0 1 0 51 2 0 0 25 0 22 0 511172872 16125517824 10012 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/13374/statm: 3936894 10012 2219 9 0 3927613 0
[pid=13374/tid=13375] ppid=13372 vsize=15747576 CPUtime=0.28 cores=1,3,5,7
/proc/13374/task/13375/stat : 13375 (java) R 13372 13374 13038 0 -1 4202560 6658 0 1 0 26 2 0 0 19 0 22 0 511172872 16125517824 10012 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 46912505623497 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 15747576

[startup+0.743098 s]
/proc/loadavg: 7.62 7.96 7.97 7/198 13374
/proc/meminfo: memFree=30265004/32951124 swapFree=67105204/67111528
[pid=13374] ppid=13372 vsize=15756792 CPUtime=1.81 cores=1,3,5,7
/proc/13374/stat : 13374 (java) S 13372 13374 13038 0 -1 4202496 28975 0 1 0 177 4 0 0 25 0 22 0 511172872 16134955008 26199 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/13374/statm: 3939198 26201 2259 9 0 3929917 0
[pid=13374/tid=13375] ppid=13372 vsize=15756792 CPUtime=0.4 cores=1,3,5,7
/proc/13374/task/13375/stat : 13375 (java) S 13372 13374 13038 0 -1 4202560 7011 0 1 0 38 2 0 0 20 0 22 0 511172872 16134955008 26203 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 15756792

[startup+1.50093 s]
/proc/loadavg: 7.62 7.96 7.97 11/220 13396
/proc/meminfo: memFree=29702056/32951124 swapFree=67105204/67111528
[pid=13374] ppid=13372 vsize=15756792 CPUtime=4.78 cores=1,3,5,7
/proc/13374/stat : 13374 (java) S 13372 13374 13038 0 -1 4202496 53049 0 1 0 470 8 0 0 25 0 22 0 511172872 16134955008 49903 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/13374/statm: 3939198 49903 2284 9 0 3929917 0
[pid=13374/tid=13375] ppid=13372 vsize=15756792 CPUtime=0.4 cores=1,3,5,7
/proc/13374/task/13375/stat : 13375 (java) S 13372 13374 13038 0 -1 4202560 7011 0 1 0 38 2 0 0 20 0 22 0 511172872 16134955008 49903 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 5 0 0 0
[pid=13374/tid=13377] ppid=13372 vsize=15756792 CPUtime=0 cores=1,3,5,7
/proc/13374/task/13377/stat : 13377 (java) S 13372 13374 13038 0 -1 4202560 890 0 0 0 0 0 0 0 15 0 22 0 511172872 16134955008 49903 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 5 0 0 0
[pid=13374/tid=13378] ppid=13372 vsize=15756792 CPUtime=0 cores=1,3,5,7
/proc/13374/task/13378/stat : 13378 (java) S 13372 13374 13038 0 -1 4202560 1122 0 0 0 0 0 0 0 15 0 22 0 511172872 16134955008 49903 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 5 0 0 0
[pid=13374/tid=13379] ppid=13372 vsize=15756792 CPUtime=0 cores=1,3,5,7
/proc/13374/task/13379/stat : 13379 (java) S 13372 13374 13038 0 -1 4202560 1359 0 0 0 0 0 0 0 15 0 22 0 511172872 16134955008 49903 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 5 0 0 0
[pid=13374/tid=13380] ppid=13372 vsize=15756792 CPUtime=0 cores=1,3,5,7
/proc/13374/task/13380/stat : 13380 (java) S 13372 13374 13038 0 -1 4202560 1660 0 0 0 0 0 0 0 15 0 22 0 511172872 16134955008 49903 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 3 0 0 0
[pid=13374/tid=13381] ppid=13372 vsize=15756792 CPUtime=0 cores=1,3,5,7
/proc/13374/task/13381/stat : 13381 (java) S 13372 13374 13038 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 22 0 511172872 16134955008 49903 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 3 0 0 0
[pid=13374/tid=13382] ppid=13372 vsize=15756792 CPUtime=0 cores=1,3,5,7
/proc/13374/task/13382/stat : 13382 (java) S 13372 13374 13038 0 -1 4202560 865 0 0 0 0 0 0 0 15 0 22 0 511172872 16134955008 49903 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 1 0 0 0
[pid=13374/tid=13383] ppid=13372 vsize=15756792 CPUtime=0 cores=1,3,5,7
/proc/13374/task/13383/stat : 13383 (java) S 13372 13374 13038 0 -1 4202560 751 0 0 0 0 0 0 0 15 0 22 0 511172872 16134955008 49903 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 1 0 0 0
[pid=13374/tid=13384] ppid=13372 vsize=15756792 CPUtime=0 cores=1,3,5,7
/proc/13374/task/13384/stat : 13384 (java) S 13372 13374 13038 0 -1 4202560 341 0 0 0 0 0 0 0 15 0 22 0 511172872 16134955008 49903 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 3 0 0 0
[pid=13374/tid=13385] ppid=13372 vsize=15756792 CPUtime=0 cores=1,3,5,7
/proc/13374/task/13385/stat : 13385 (java) S 13372 13374 13038 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 22 0 511172873 16134955008 49903 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052992 0 0 0 16800975 18446604462522798528 0 0 -1 1 0 0 0
[pid=13374/tid=13386] ppid=13372 vsize=15756792 CPUtime=0 cores=1,3,5,7
/proc/13374/task/13386/stat : 13386 (java) S 13372 13374 13038 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 511172874 16134955008 49903 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 5 0 0 0
[pid=13374/tid=13387] ppid=13372 vsize=15756792 CPUtime=0 cores=1,3,5,7
/proc/13374/task/13387/stat : 13387 (java) S 13372 13374 13038 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 511172874 16134955008 49903 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 5 0 0 0
[pid=13374/tid=13388] ppid=13372 vsize=15756792 CPUtime=0 cores=1,3,5,7
/proc/13374/task/13388/stat : 13388 (java) S 13372 13374 13038 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 511172876 16134955008 49903 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828060081 0 4 0 16800975 18446604462522798528 0 0 -1 5 0 0 0
[pid=13374/tid=13389] ppid=13372 vsize=15756792 CPUtime=0.44 cores=1,3,5,7
/proc/13374/task/13389/stat : 13389 (java) R 13372 13374 13038 0 -1 4202560 3227 0 0 0 44 0 0 0 24 0 22 0 511172876 16134955008 49903 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 47028302837793 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=13374/tid=13390] ppid=13372 vsize=15756792 CPUtime=1.12 cores=1,3,5,7
/proc/13374/task/13390/stat : 13390 (java) S 13372 13374 13038 0 -1 4202560 5580 0 0 0 112 0 0 0 17 0 22 0 511172876 16134955008 49903 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 7 0 0 0
[pid=13374/tid=13391] ppid=13372 vsize=15756792 CPUtime=0 cores=1,3,5,7
/proc/13374/task/13391/stat : 13391 (java) S 13372 13374 13038 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 511172876 16134955008 49903 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 5 0 0 0
[pid=13374/tid=13392] ppid=13372 vsize=15756792 CPUtime=0 cores=1,3,5,7
/proc/13374/task/13392/stat : 13392 (java) S 13372 13374 13038 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 511172876 16134955008 49903 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052992 0 4 0 16800975 18446604462522798528 0 0 -1 7 0 0 0
[pid=13374/tid=13393] ppid=13372 vsize=15756792 CPUtime=0.82 cores=1,3,5,7
/proc/13374/task/13393/stat : 13393 (java) R 13372 13374 13038 0 -1 4202560 11511 0 0 0 81 1 0 0 18 0 22 0 511172898 16134955008 49903 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 46912505743312 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=13374/tid=13394] ppid=13372 vsize=15756792 CPUtime=0.75 cores=1,3,5,7
/proc/13374/task/13394/stat : 13394 (java) R 13372 13374 13038 0 -1 4202560 9673 0 0 0 74 1 0 0 18 0 22 0 511172898 16134955008 49903 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 46912505711850 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=13374/tid=13395] ppid=13372 vsize=15756792 CPUtime=0.6 cores=1,3,5,7
/proc/13374/task/13395/stat : 13395 (java) R 13372 13374 13038 0 -1 4202560 227 0 0 0 60 0 0 0 17 0 22 0 511172898 16134955008 49903 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 46912505831347 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13374/tid=13396] ppid=13372 vsize=15756792 CPUtime=0.56 cores=1,3,5,7
/proc/13374/task/13396/stat : 13396 (java) R 13372 13374 13038 0 -1 4202560 7369 0 0 0 55 1 0 0 18 0 22 0 511172898 16134955008 49903 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 46912506193021 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.78
Current children cumulated vsize (KiB) 15756792

[startup+3.10163 s]
/proc/loadavg: 7.62 7.96 7.97 10/220 13396
/proc/meminfo: memFree=29441780/32951124 swapFree=67105204/67111528
[pid=13374] ppid=13372 vsize=15756792 CPUtime=11.16 cores=1,3,5,7
/proc/13374/stat : 13374 (java) S 13372 13374 13038 0 -1 4202496 147727 0 1 0 1097 19 0 0 25 0 22 0 511172872 16134955008 144485 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/13374/statm: 3939198 144485 2284 9 0 3929917 0
[pid=13374/tid=13375] ppid=13372 vsize=15756792 CPUtime=0.4 cores=1,3,5,7
/proc/13374/task/13375/stat : 13375 (java) S 13372 13374 13038 0 -1 4202560 7011 0 1 0 38 2 0 0 20 0 22 0 511172872 16134955008 144485 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 5 0 0 0
[pid=13374/tid=13377] ppid=13372 vsize=15756792 CPUtime=0 cores=1,3,5,7
/proc/13374/task/13377/stat : 13377 (java) S 13372 13374 13038 0 -1 4202560 2233 0 0 0 0 0 0 0 15 0 22 0 511172872 16134955008 144485 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 5 0 0 0
[pid=13374/tid=13378] ppid=13372 vsize=15756792 CPUtime=0 cores=1,3,5,7
/proc/13374/task/13378/stat : 13378 (java) S 13372 13374 13038 0 -1 4202560 2782 0 0 0 0 0 0 0 15 0 22 0 511172872 16134955008 144485 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 3 0 0 0
[pid=13374/tid=13379] ppid=13372 vsize=15756792 CPUtime=0 cores=1,3,5,7
/proc/13374/task/13379/stat : 13379 (java) S 13372 13374 13038 0 -1 4202560 1846 0 0 0 0 0 0 0 15 0 22 0 511172872 16134955008 144485 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 7 0 0 0
[pid=13374/tid=13380] ppid=13372 vsize=15756792 CPUtime=0.01 cores=1,3,5,7
/proc/13374/task/13380/stat : 13380 (java) S 13372 13374 13038 0 -1 4202560 2850 0 0 0 1 0 0 0 15 0 22 0 511172872 16134955008 144485 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 7 0 0 0
[pid=13374/tid=13381] ppid=13372 vsize=15756792 CPUtime=0 cores=1,3,5,7
/proc/13374/task/13381/stat : 13381 (java) S 13372 13374 13038 0 -1 4202560 323 0 0 0 0 0 0 0 15 0 22 0 511172872 16134955008 144485 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 1 0 0 0
[pid=13374/tid=13382] ppid=13372 vsize=15756792 CPUtime=0 cores=1,3,5,7
/proc/13374/task/13382/stat : 13382 (java) S 13372 13374 13038 0 -1 4202560 1928 0 0 0 0 0 0 0 15 0 22 0 511172872 16134955008 144485 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 1 0 0 0
[pid=13374/tid=13383] ppid=13372 vsize=15756792 CPUtime=0 cores=1,3,5,7
/proc/13374/task/13383/stat : 13383 (java) S 13372 13374 13038 0 -1 4202560 1466 0 0 0 0 0 0 0 15 0 22 0 511172872 16134955008 144485 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 1 0 0 0
[pid=13374/tid=13384] ppid=13372 vsize=15756792 CPUtime=0 cores=1,3,5,7
/proc/13374/task/13384/stat : 13384 (java) S 13372 13374 13038 0 -1 4202560 859 0 0 0 0 0 0 0 15 0 22 0 511172872 16134955008 144485 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 3 0 0 0
[pid=13374/tid=13385] ppid=13372 vsize=15756792 CPUtime=0 cores=1,3,5,7
/proc/13374/task/13385/stat : 13385 (java) S 13372 13374 13038 0 -1 4202560 442 0 0 0 0 0 0 0 15 0 22 0 511172873 16134955008 144485 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052992 0 0 0 16800975 18446604462522798528 0 0 -1 3 0 0 0
[pid=13374/tid=13386] ppid=13372 vsize=15756792 CPUtime=0 cores=1,3,5,7
/proc/13374/task/13386/stat : 13386 (java) S 13372 13374 13038 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 511172874 16134955008 144485 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 5 0 0 0
[pid=13374/tid=13387] ppid=13372 vsize=15756792 CPUtime=0 cores=1,3,5,7
/proc/13374/task/13387/stat : 13387 (java) S 13372 13374 13038 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 511172874 16134955008 144485 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 5 0 0 0
[pid=13374/tid=13388] ppid=13372 vsize=15756792 CPUtime=0 cores=1,3,5,7
/proc/13374/task/13388/stat : 13388 (java) S 13372 13374 13038 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 511172876 16134955008 144485 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828060081 0 4 0 16800975 18446604462522798528 0 0 -1 5 0 0 0
[pid=13374/tid=13389] ppid=13372 vsize=15756792 CPUtime=0.48 cores=1,3,5,7
/proc/13374/task/13389/stat : 13389 (java) S 13372 13374 13038 0 -1 4202560 3233 0 0 0 48 0 0 0 20 0 22 0 511172876 16134955008 144485 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 5 0 0 0
[pid=13374/tid=13390] ppid=13372 vsize=15756792 CPUtime=1.3 cores=1,3,5,7
/proc/13374/task/13390/stat : 13390 (java) S 13372 13374 13038 0 -1 4202560 5601 0 0 0 130 0 0 0 16 0 22 0 511172876 16134955008 144485 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 7 0 0 0
[pid=13374/tid=13391] ppid=13372 vsize=15756792 CPUtime=0 cores=1,3,5,7
/proc/13374/task/13391/stat : 13391 (java) S 13372 13374 13038 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 511172876 16134955008 144485 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 5 0 0 0
[pid=13374/tid=13392] ppid=13372 vsize=15756792 CPUtime=0 cores=1,3,5,7
/proc/13374/task/13392/stat : 13392 (java) S 13372 13374 13038 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 511172876 16134955008 144485 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052992 0 4 0 16800975 18446604462522798528 0 0 -1 1 0 0 0
[pid=13374/tid=13393] ppid=13372 vsize=15756792 CPUtime=2.34 cores=1,3,5,7
/proc/13374/task/13393/stat : 13393 (java) R 13372 13374 13038 0 -1 4202560 34484 0 0 0 231 3 0 0 20 0 22 0 511172898 16134955008 144485 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 46912505711763 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13374/tid=13394] ppid=13372 vsize=15756792 CPUtime=2.29 cores=1,3,5,7
/proc/13374/task/13394/stat : 13394 (java) R 13372 13374 13038 0 -1 4202560 31359 0 0 0 226 3 0 0 20 0 22 0 511172898 16134955008 144485 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 46912505743684 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=13374/tid=13395] ppid=13372 vsize=15756792 CPUtime=2.05 cores=1,3,5,7
/proc/13374/task/13395/stat : 13395 (java) R 13372 13374 13038 0 -1 4202560 19043 0 0 0 204 1 0 0 19 0 22 0 511172898 16134955008 144485 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 46912505523255 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=13374/tid=13396] ppid=13372 vsize=15756792 CPUtime=2.14 cores=1,3,5,7
/proc/13374/task/13396/stat : 13396 (java) R 13372 13374 13038 0 -1 4202560 30881 0 0 0 211 3 0 0 21 0 22 0 511172898 16134955008 144485 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 47028307378331 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.16
Current children cumulated vsize (KiB) 15756792

[startup+6.30104 s]
/proc/loadavg: 7.65 7.96 7.97 9/220 13396
/proc/meminfo: memFree=29299756/32951124 swapFree=67105204/67111528
[pid=13374] ppid=13372 vsize=15756792 CPUtime=23.93 cores=1,3,5,7
/proc/13374/stat : 13374 (java) S 13372 13374 13038 0 -1 4202496 151086 0 1 0 2373 20 0 0 25 0 22 0 511172872 16134955008 144718 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/13374/statm: 3939198 144718 2290 9 0 3929917 0
[pid=13374/tid=13375] ppid=13372 vsize=15756792 CPUtime=0.4 cores=1,3,5,7
/proc/13374/task/13375/stat : 13375 (java) S 13372 13374 13038 0 -1 4202560 7011 0 1 0 38 2 0 0 20 0 22 0 511172872 16134955008 144718 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 5 0 0 0
[pid=13374/tid=13377] ppid=13372 vsize=15756792 CPUtime=0.01 cores=1,3,5,7
/proc/13374/task/13377/stat : 13377 (java) S 13372 13374 13038 0 -1 4202560 2619 0 0 0 1 0 0 0 15 0 22 0 511172872 16134955008 144718 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 3 0 0 0
[pid=13374/tid=13378] ppid=13372 vsize=15756792 CPUtime=0 cores=1,3,5,7
/proc/13374/task/13378/stat : 13378 (java) S 13372 13374 13038 0 -1 4202560 3124 0 0 0 0 0 0 0 15 0 22 0 511172872 16134955008 144718 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 3 0 0 0
[pid=13374/tid=13379] ppid=13372 vsize=15756792 CPUtime=0 cores=1,3,5,7
/proc/13374/task/13379/stat : 13379 (java) S 13372 13374 13038 0 -1 4202560 1963 0 0 0 0 0 0 0 15 0 22 0 511172872 16134955008 144718 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 7 0 0 0
[pid=13374/tid=13380] ppid=13372 vsize=15756792 CPUtime=0.01 cores=1,3,5,7
/proc/13374/task/13380/stat : 13380 (java) S 13372 13374 13038 0 -1 4202560 3346 0 0 0 1 0 0 0 15 0 22 0 511172872 16134955008 144718 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 1 0 0 0
[pid=13374/tid=13381] ppid=13372 vsize=15756792 CPUtime=0 cores=1,3,5,7
/proc/13374/task/13381/stat : 13381 (java) S 13372 13374 13038 0 -1 4202560 644 0 0 0 0 0 0 0 15 0 22 0 511172872 16134955008 144718 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 3 0 0 0
[pid=13374/tid=13382] ppid=13372 vsize=15756792 CPUtime=0 cores=1,3,5,7
/proc/13374/task/13382/stat : 13382 (java) S 13372 13374 13038 0 -1 4202560 2749 0 0 0 0 0 0 0 16 0 22 0 511172872 16134955008 144718 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 1 0 0 0
[pid=13374/tid=13383] ppid=13372 vsize=15756792 CPUtime=0 cores=1,3,5,7
/proc/13374/task/13383/stat : 13383 (java) S 13372 13374 13038 0 -1 4202560 1879 0 0 0 0 0 0 0 16 0 22 0 511172872 16134955008 144718 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 5 0 0 0
[pid=13374/tid=13384] ppid=13372 vsize=15756792 CPUtime=0 cores=1,3,5,7
/proc/13374/task/13384/stat : 13384 (java) S 13372 13374 13038 0 -1 4202560 1305 0 0 0 0 0 0 0 16 0 22 0 511172872 16134955008 144718 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 7 0 0 0

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

[pid=13374/tid=13394] ppid=13372 vsize=15756792 CPUtime=1048.55 cores=1,3,5,7
/proc/13374/task/13394/stat : 13394 (java) R 13372 13374 13038 0 -1 4202560 197687 0 0 0 104821 34 0 0 25 0 22 0 511172898 16134955008 80162 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 46912505682537 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13374/tid=13395] ppid=13372 vsize=15756792 CPUtime=1048.48 cores=1,3,5,7
/proc/13374/task/13395/stat : 13395 (java) R 13372 13374 13038 0 -1 4202560 187144 0 0 0 104812 36 0 0 25 0 22 0 511172898 16134955008 80162 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 46912505523255 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=13374/tid=13396] ppid=13372 vsize=15756792 CPUtime=1048.77 cores=1,3,5,7
/proc/13374/task/13396/stat : 13396 (java) R 13372 13374 13038 0 -1 4202560 199645 0 0 0 104840 37 0 0 25 0 22 0 511172898 16134955008 80162 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 46912505523303 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4222.8
Current children cumulated vsize (KiB) 15756792

[startup+1122.3 s]
/proc/loadavg: 8.12 8.10 8.02 9/220 13429
/proc/meminfo: memFree=29702680/32951124 swapFree=67105204/67111528
[pid=13374] ppid=13372 vsize=15756792 CPUtime=4461.33 cores=1,3,5,7
/proc/13374/stat : 13374 (java) S 13372 13374 13038 0 -1 4202496 1473940 0 1 0 445765 368 0 0 25 0 22 0 511172872 16134955008 88101 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/13374/statm: 3939198 88101 2298 9 0 3929917 0
[pid=13374/tid=13375] ppid=13372 vsize=15756792 CPUtime=0.4 cores=1,3,5,7
/proc/13374/task/13375/stat : 13375 (java) S 13372 13374 13038 0 -1 4202560 7011 0 1 0 38 2 0 0 20 0 22 0 511172872 16134955008 88101 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 5 0 0 0
[pid=13374/tid=13377] ppid=13372 vsize=15756792 CPUtime=3.09 cores=1,3,5,7
/proc/13374/task/13377/stat : 13377 (java) S 13372 13374 13038 0 -1 4202560 79463 0 0 0 290 19 0 0 15 0 22 0 511172872 16134955008 88101 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 5 0 0 0
[pid=13374/tid=13378] ppid=13372 vsize=15756792 CPUtime=2.93 cores=1,3,5,7
/proc/13374/task/13378/stat : 13378 (java) S 13372 13374 13038 0 -1 4202560 72254 0 0 0 276 17 0 0 15 0 22 0 511172872 16134955008 88101 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 7 0 0 0
[pid=13374/tid=13379] ppid=13372 vsize=15756792 CPUtime=3.02 cores=1,3,5,7
/proc/13374/task/13379/stat : 13379 (java) S 13372 13374 13038 0 -1 4202560 74969 0 0 0 285 17 0 0 15 0 22 0 511172872 16134955008 88101 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 5 0 0 0
[pid=13374/tid=13380] ppid=13372 vsize=15756792 CPUtime=3.08 cores=1,3,5,7
/proc/13374/task/13380/stat : 13380 (java) S 13372 13374 13038 0 -1 4202560 79598 0 0 0 290 18 0 0 15 0 22 0 511172872 16134955008 88101 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 7 0 0 0
[pid=13374/tid=13381] ppid=13372 vsize=15756792 CPUtime=3.07 cores=1,3,5,7
/proc/13374/task/13381/stat : 13381 (java) S 13372 13374 13038 0 -1 4202560 74560 0 0 0 288 19 0 0 15 0 22 0 511172872 16134955008 88101 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 5 0 0 0
[pid=13374/tid=13382] ppid=13372 vsize=15756792 CPUtime=3.03 cores=1,3,5,7
/proc/13374/task/13382/stat : 13382 (java) S 13372 13374 13038 0 -1 4202560 78864 0 0 0 285 18 0 0 16 0 22 0 511172872 16134955008 88101 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 1 0 0 0
[pid=13374/tid=13383] ppid=13372 vsize=15756792 CPUtime=3.1 cores=1,3,5,7
/proc/13374/task/13383/stat : 13383 (java) S 13372 13374 13038 0 -1 4202560 77245 0 0 0 292 18 0 0 15 0 22 0 511172872 16134955008 88101 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 3 0 0 0
[pid=13374/tid=13384] ppid=13372 vsize=15756792 CPUtime=3.13 cores=1,3,5,7
/proc/13374/task/13384/stat : 13384 (java) S 13372 13374 13038 0 -1 4202560 75465 0 0 0 294 19 0 0 15 0 22 0 511172872 16134955008 88101 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 7 0 0 0
[pid=13374/tid=13385] ppid=13372 vsize=15756792 CPUtime=2.18 cores=1,3,5,7
/proc/13374/task/13385/stat : 13385 (java) S 13372 13374 13038 0 -1 4202560 3823 0 0 0 161 57 0 0 15 0 22 0 511172873 16134955008 88101 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052992 0 0 0 16800975 18446604462522798528 0 0 -1 5 0 0 0
[pid=13374/tid=13386] ppid=13372 vsize=15756792 CPUtime=0 cores=1,3,5,7
/proc/13374/task/13386/stat : 13386 (java) S 13372 13374 13038 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 511172874 16134955008 88101 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 5 0 0 0
[pid=13374/tid=13387] ppid=13372 vsize=15756792 CPUtime=0 cores=1,3,5,7
/proc/13374/task/13387/stat : 13387 (java) S 13372 13374 13038 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 511172874 16134955008 88101 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 5 0 0 0
[pid=13374/tid=13388] ppid=13372 vsize=15756792 CPUtime=0 cores=1,3,5,7
/proc/13374/task/13388/stat : 13388 (java) S 13372 13374 13038 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 511172876 16134955008 88101 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828060081 0 4 0 16800975 18446604462522798528 0 0 -1 5 0 0 0
[pid=13374/tid=13389] ppid=13372 vsize=15756792 CPUtime=0.53 cores=1,3,5,7
/proc/13374/task/13389/stat : 13389 (java) S 13372 13374 13038 0 -1 4202560 3239 0 0 0 53 0 0 0 16 0 22 0 511172876 16134955008 88101 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 5 0 0 0
[pid=13374/tid=13390] ppid=13372 vsize=15756792 CPUtime=1.42 cores=1,3,5,7
/proc/13374/task/13390/stat : 13390 (java) S 13372 13374 13038 0 -1 4202560 5607 0 0 0 142 0 0 0 15 0 22 0 511172876 16134955008 88101 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 7 0 0 0
[pid=13374/tid=13391] ppid=13372 vsize=15756792 CPUtime=0 cores=1,3,5,7
/proc/13374/task/13391/stat : 13391 (java) S 13372 13374 13038 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 511172876 16134955008 88101 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 5 0 0 0
[pid=13374/tid=13392] ppid=13372 vsize=15756792 CPUtime=0 cores=1,3,5,7
/proc/13374/task/13392/stat : 13392 (java) S 13372 13374 13038 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 22 0 511172876 16134955008 88101 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052992 0 4 0 16800975 18446604462522798528 0 0 -1 7 0 0 0
[pid=13374/tid=13393] ppid=13372 vsize=15756792 CPUtime=1108.36 cores=1,3,5,7
/proc/13374/task/13393/stat : 13393 (java) R 13372 13374 13038 0 -1 4202560 213290 0 0 0 110796 40 0 0 25 0 22 0 511172898 16134955008 88101 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13374/tid=13394] ppid=13372 vsize=15756792 CPUtime=1107.91 cores=1,3,5,7
/proc/13374/task/13394/stat : 13394 (java) R 13372 13374 13038 0 -1 4202560 212307 0 0 0 110754 37 0 0 25 0 22 0 511172898 16134955008 88101 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 46912505719577 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=13374/tid=13395] ppid=13372 vsize=15756792 CPUtime=1107.81 cores=1,3,5,7
/proc/13374/task/13395/stat : 13395 (java) R 13372 13374 13038 0 -1 4202560 201108 0 0 0 110742 39 0 0 25 0 22 0 511172898 16134955008 88101 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 46912505843233 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=13374/tid=13396] ppid=13372 vsize=15756792 CPUtime=1108.1 cores=1,3,5,7
/proc/13374/task/13396/stat : 13396 (java) R 13372 13374 13038 0 -1 4202560 213693 0 0 0 110771 39 0 0 25 0 22 0 511172898 16134955008 88101 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 46912505719384 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4461.33
Current children cumulated vsize (KiB) 15756792

[startup+1182.3 s]
/proc/loadavg: 8.04 8.08 8.02 9/220 13431
/proc/meminfo: memFree=29870788/32951124 swapFree=67105204/67111528
[pid=13374] ppid=13372 vsize=15756792 CPUtime=4699.76 cores=1,3,5,7
/proc/13374/stat : 13374 (java) S 13372 13374 13038 0 -1 4202496 1548400 0 1 0 469587 389 0 0 25 0 22 0 511172872 16134955008 83113 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/13374/statm: 3939198 83113 2298 9 0 3929917 0
[pid=13374/tid=13375] ppid=13372 vsize=15756792 CPUtime=0.4 cores=1,3,5,7
/proc/13374/task/13375/stat : 13375 (java) S 13372 13374 13038 0 -1 4202560 7011 0 1 0 38 2 0 0 20 0 22 0 511172872 16134955008 83113 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 5 0 0 0
[pid=13374/tid=13377] ppid=13372 vsize=15756792 CPUtime=3.24 cores=1,3,5,7
/proc/13374/task/13377/stat : 13377 (java) S 13372 13374 13038 0 -1 4202560 82556 0 0 0 304 20 0 0 16 0 22 0 511172872 16134955008 83113 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 3 0 0 0
[pid=13374/tid=13378] ppid=13372 vsize=15756792 CPUtime=3.08 cores=1,3,5,7
/proc/13374/task/13378/stat : 13378 (java) S 13372 13374 13038 0 -1 4202560 74607 0 0 0 290 18 0 0 15 0 22 0 511172872 16134955008 83113 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 7 0 0 0
[pid=13374/tid=13379] ppid=13372 vsize=15756792 CPUtime=3.17 cores=1,3,5,7
/proc/13374/task/13379/stat : 13379 (java) S 13372 13374 13038 0 -1 4202560 77272 0 0 0 300 17 0 0 16 0 22 0 511172872 16134955008 83113 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 7 0 0 0
[pid=13374/tid=13380] ppid=13372 vsize=15756792 CPUtime=3.26 cores=1,3,5,7
/proc/13374/task/13380/stat : 13380 (java) S 13372 13374 13038 0 -1 4202560 81741 0 0 0 307 19 0 0 16 0 22 0 511172872 16134955008 83113 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 1 0 0 0
[pid=13374/tid=13381] ppid=13372 vsize=15756792 CPUtime=3.23 cores=1,3,5,7
/proc/13374/task/13381/stat : 13381 (java) S 13372 13374 13038 0 -1 4202560 77117 0 0 0 303 20 0 0 15 0 22 0 511172872 16134955008 83113 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 7 0 0 0
[pid=13374/tid=13382] ppid=13372 vsize=15756792 CPUtime=3.2 cores=1,3,5,7
/proc/13374/task/13382/stat : 13382 (java) S 13372 13374 13038 0 -1 4202560 81376 0 0 0 300 20 0 0 15 0 22 0 511172872 16134955008 83113 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 1 0 0 0
[pid=13374/tid=13383] ppid=13372 vsize=15756792 CPUtime=3.26 cores=1,3,5,7
/proc/13374/task/13383/stat : 13383 (java) S 13372 13374 13038 0 -1 4202560 79950 0 0 0 307 19 0 0 15 0 22 0 511172872 16134955008 83113 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 7 0 0 0
[pid=13374/tid=13384] ppid=13372 vsize=15756792 CPUtime=3.3 cores=1,3,5,7
/proc/13374/task/13384/stat : 13384 (java) S 13372 13374 13038 0 -1 4202560 78167 0 0 0 310 20 0 0 15 0 22 0 511172872 16134955008 83113 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 5 0 0 0
[pid=13374/tid=13385] ppid=13372 vsize=15756792 CPUtime=2.33 cores=1,3,5,7
/proc/13374/task/13385/stat : 13385 (java) S 13372 13374 13038 0 -1 4202560 4084 0 0 0 172 61 0 0 15 0 22 0 511172873 16134955008 83113 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052992 0 0 0 16800975 18446604462522798528 0 0 -1 5 0 0 0
[pid=13374/tid=13386] ppid=13372 vsize=15756792 CPUtime=0 cores=1,3,5,7
/proc/13374/task/13386/stat : 13386 (java) S 13372 13374 13038 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 511172874 16134955008 83113 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 5 0 0 0
[pid=13374/tid=13387] ppid=13372 vsize=15756792 CPUtime=0 cores=1,3,5,7
/proc/13374/task/13387/stat : 13387 (java) S 13372 13374 13038 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 511172874 16134955008 83113 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 5 0 0 0
[pid=13374/tid=13388] ppid=13372 vsize=15756792 CPUtime=0 cores=1,3,5,7
/proc/13374/task/13388/stat : 13388 (java) S 13372 13374 13038 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 511172876 16134955008 83113 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828060081 0 4 0 16800975 18446604462522798528 0 0 -1 5 0 0 0
[pid=13374/tid=13389] ppid=13372 vsize=15756792 CPUtime=0.53 cores=1,3,5,7
/proc/13374/task/13389/stat : 13389 (java) S 13372 13374 13038 0 -1 4202560 3239 0 0 0 53 0 0 0 16 0 22 0 511172876 16134955008 83113 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 5 0 0 0
[pid=13374/tid=13390] ppid=13372 vsize=15756792 CPUtime=1.42 cores=1,3,5,7
/proc/13374/task/13390/stat : 13390 (java) S 13372 13374 13038 0 -1 4202560 5607 0 0 0 142 0 0 0 15 0 22 0 511172876 16134955008 83113 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 7 0 0 0
[pid=13374/tid=13391] ppid=13372 vsize=15756792 CPUtime=0 cores=1,3,5,7
/proc/13374/task/13391/stat : 13391 (java) S 13372 13374 13038 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 511172876 16134955008 83113 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 5 0 0 0
[pid=13374/tid=13392] ppid=13372 vsize=15756792 CPUtime=0 cores=1,3,5,7
/proc/13374/task/13392/stat : 13392 (java) S 13372 13374 13038 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 22 0 511172876 16134955008 83113 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052992 0 4 0 16800975 18446604462522798528 0 0 -1 7 0 0 0
[pid=13374/tid=13393] ppid=13372 vsize=15756792 CPUtime=1167.5 cores=1,3,5,7
/proc/13374/task/13393/stat : 13393 (java) R 13372 13374 13038 0 -1 4202560 226108 0 0 0 116708 42 0 0 25 0 22 0 511172898 16134955008 83113 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 46912505718191 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=13374/tid=13394] ppid=13372 vsize=15756792 CPUtime=1167.18 cores=1,3,5,7
/proc/13374/task/13394/stat : 13394 (java) R 13372 13374 13038 0 -1 4202560 225987 0 0 0 116678 40 0 0 25 0 22 0 511172898 16134955008 83113 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 46912505720020 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=13374/tid=13395] ppid=13372 vsize=15756792 CPUtime=1167.11 cores=1,3,5,7
/proc/13374/task/13395/stat : 13395 (java) R 13372 13374 13038 0 -1 4202560 214533 0 0 0 116669 42 0 0 25 0 22 0 511172898 16134955008 83113 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 47028307378724 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=13374/tid=13396] ppid=13372 vsize=15756792 CPUtime=1167.4 cores=1,3,5,7
/proc/13374/task/13396/stat : 13396 (java) R 13372 13374 13038 0 -1 4202560 227599 0 0 0 116697 43 0 0 25 0 22 0 511172898 16134955008 83113 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 46912505719181 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4699.76
Current children cumulated vsize (KiB) 15756792



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.6 s]
/proc/loadavg: 8.03 8.07 8.02 5/197 13434
/proc/meminfo: memFree=30084104/32951124 swapFree=67105204/67111528
[pid=13374] ppid=13372 vsize=15756792 CPUtime=4800.38 cores=1,3,5,7
/proc/13374/stat : 13374 (java) S 13372 13374 13038 0 -1 4202496 1586815 0 1 0 479639 399 0 0 25 0 22 0 511172872 16134955008 91628 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/13374/statm: 3939198 91628 2298 9 0 3929917 0
[pid=13374/tid=13375] ppid=13372 vsize=15756792 CPUtime=0.4 cores=1,3,5,7
/proc/13374/task/13375/stat : 13375 (java) S 13372 13374 13038 0 -1 4202560 7011 0 1 0 38 2 0 0 20 0 22 0 511172872 16134955008 91628 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 5 0 0 0
[pid=13374/tid=13377] ppid=13372 vsize=15756792 CPUtime=3.3 cores=1,3,5,7
/proc/13374/task/13377/stat : 13377 (java) R 13372 13374 13038 0 -1 4202560 83812 0 0 0 310 20 0 0 15 0 22 0 511172872 16134955008 91628 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=13374/tid=13378] ppid=13372 vsize=15756792 CPUtime=3.15 cores=1,3,5,7
/proc/13374/task/13378/stat : 13378 (java) S 13372 13374 13038 0 -1 4202560 75642 0 0 0 297 18 0 0 15 0 22 0 511172872 16134955008 91628 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 3 0 0 0
[pid=13374/tid=13379] ppid=13372 vsize=15756792 CPUtime=3.25 cores=1,3,5,7
/proc/13374/task/13379/stat : 13379 (java) R 13372 13374 13038 0 -1 4202560 78578 0 0 0 307 18 0 0 15 0 22 0 511172872 16134955008 91628 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220816189751 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13374/tid=13380] ppid=13372 vsize=15756792 CPUtime=3.32 cores=1,3,5,7
/proc/13374/task/13380/stat : 13380 (java) R 13372 13374 13038 0 -1 4202560 82687 0 0 0 313 19 0 0 15 0 22 0 511172872 16134955008 91628 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220816189751 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=13374/tid=13381] ppid=13372 vsize=15756792 CPUtime=3.3 cores=1,3,5,7
/proc/13374/task/13381/stat : 13381 (java) S 13372 13374 13038 0 -1 4202560 78424 0 0 0 310 20 0 0 15 0 22 0 511172872 16134955008 91628 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 1 0 0 0
[pid=13374/tid=13382] ppid=13372 vsize=15756792 CPUtime=3.25 cores=1,3,5,7
/proc/13374/task/13382/stat : 13382 (java) S 13372 13374 13038 0 -1 4202560 83022 0 0 0 305 20 0 0 15 0 22 0 511172872 16134955008 91628 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 7 0 0 0
[pid=13374/tid=13383] ppid=13372 vsize=15756792 CPUtime=3.32 cores=1,3,5,7
/proc/13374/task/13383/stat : 13383 (java) R 13372 13374 13038 0 -1 4202560 81327 0 0 0 312 20 0 0 15 0 22 0 511172872 16134955008 91628 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220816189751 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=13374/tid=13384] ppid=13372 vsize=15756792 CPUtime=3.36 cores=1,3,5,7
/proc/13374/task/13384/stat : 13384 (java) R 13372 13374 13038 0 -1 4202560 79576 0 0 0 316 20 0 0 15 0 22 0 511172872 16134955008 91628 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220816189751 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=13374/tid=13385] ppid=13372 vsize=15756792 CPUtime=2.39 cores=1,3,5,7
/proc/13374/task/13385/stat : 13385 (java) S 13372 13374 13038 0 -1 4202560 4148 0 0 0 176 63 0 0 16 0 22 0 511172873 16134955008 91628 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 0 0 16800975 18446604462522798528 0 0 -1 3 0 0 0
[pid=13374/tid=13386] ppid=13372 vsize=15756792 CPUtime=0 cores=1,3,5,7
/proc/13374/task/13386/stat : 13386 (java) S 13372 13374 13038 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 511172874 16134955008 91628 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 5 0 0 0
[pid=13374/tid=13387] ppid=13372 vsize=15756792 CPUtime=0 cores=1,3,5,7
/proc/13374/task/13387/stat : 13387 (java) S 13372 13374 13038 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 511172874 16134955008 91628 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 5 0 0 0
[pid=13374/tid=13388] ppid=13372 vsize=15756792 CPUtime=0 cores=1,3,5,7
/proc/13374/task/13388/stat : 13388 (java) S 13372 13374 13038 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 511172876 16134955008 91628 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828060081 0 4 0 16800975 18446604462522798528 0 0 -1 5 0 0 0
[pid=13374/tid=13389] ppid=13372 vsize=15756792 CPUtime=0.53 cores=1,3,5,7
/proc/13374/task/13389/stat : 13389 (java) S 13372 13374 13038 0 -1 4202560 3239 0 0 0 53 0 0 0 16 0 22 0 511172876 16134955008 91628 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 5 0 0 0
[pid=13374/tid=13390] ppid=13372 vsize=15756792 CPUtime=1.42 cores=1,3,5,7
/proc/13374/task/13390/stat : 13390 (java) S 13372 13374 13038 0 -1 4202560 5607 0 0 0 142 0 0 0 15 0 22 0 511172876 16134955008 91628 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 7 0 0 0
[pid=13374/tid=13391] ppid=13372 vsize=15756792 CPUtime=0 cores=1,3,5,7
/proc/13374/task/13391/stat : 13391 (java) S 13372 13374 13038 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 511172876 16134955008 91628 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 5 0 0 0
[pid=13374/tid=13392] ppid=13372 vsize=15756792 CPUtime=0 cores=1,3,5,7
/proc/13374/task/13392/stat : 13392 (java) S 13372 13374 13038 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 22 0 511172876 16134955008 91628 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052992 0 4 0 16800975 18446604462522798528 0 0 -1 5 0 0 0
[pid=13374/tid=13393] ppid=13372 vsize=15756792 CPUtime=1192.47 cores=1,3,5,7
/proc/13374/task/13393/stat : 13393 (java) S 13372 13374 13038 0 -1 4202560 232595 0 0 0 119204 43 0 0 25 0 22 0 511172898 16134955008 91628 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 3 0 0 0
[pid=13374/tid=13394] ppid=13372 vsize=15756792 CPUtime=1192.18 cores=1,3,5,7
/proc/13374/task/13394/stat : 13394 (java) S 13372 13374 13038 0 -1 4202560 233192 0 0 0 119177 41 0 0 25 0 22 0 511172898 16134955008 91628 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 1 0 0 0
[pid=13374/tid=13395] ppid=13372 vsize=15756792 CPUtime=1192.17 cores=1,3,5,7
/proc/13374/task/13395/stat : 13395 (java) S 13372 13374 13038 0 -1 4202560 221746 0 0 0 119173 44 0 0 25 0 22 0 511172898 16134955008 91628 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 5 0 0 0
[pid=13374/tid=13396] ppid=13372 vsize=15756792 CPUtime=1192.43 cores=1,3,5,7
/proc/13374/task/13396/stat : 13396 (java) S 13372 13374 13038 0 -1 4202560 234762 0 0 0 119199 44 0 0 25 0 22 0 511172898 16134955008 91628 33554432000 1073741824 1073778376 140734144920000 18446744073709551615 220828052377 0 4 0 16800975 18446604462522798528 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 15756792

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.63
CPU time (s): 4800.43
CPU user time (s): 4796.42
CPU system time (s): 4.01339
CPU usage (%): 397.508
Max. virtual memory (cumulated for all children) (KiB): 15756792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.42
system time used= 4.01339
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1586841
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= 316517
involuntary context switches= 166968

runsolver used 2.02169 second user time and 4.6133 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-30 20:19:30
IDJOB=3311822
IDBENCH=85366
IDSOLVER=1698
FILE ID=node147/3311822-1304187570
RUNJOBID= node147-1304185151-13057
PBS_JOBID= 13172477
Free space on /tmp= 73080 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/mod2c-rand3bip-sat-230-3.shuffled-as.sat05-2505.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311822-1304187570/watcher-3311822-1304187570 -o /tmp/evaluation-result-3311822-1304187570/solver-3311822-1304187570 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311822-1304187570.cnf -hbr 2

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

MD5SUM BENCH= b9f02ee542f99ae0fd8f291dd570c53a
RANDOM SEED=518744261

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30265284 kB
Buffers:        340464 kB
Cached:        1767904 kB
SwapCached:       3064 kB
Active:         409400 kB
Inactive:      1943812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30265284 kB
SwapTotal:    67111528 kB
SwapFree:     67105204 kB
Dirty:            3456 kB
Writeback:           0 kB
AnonPages:      243284 kB
Mapped:          23280 kB
Slab:           269932 kB
PageTables:       5168 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   932912 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= 73080 MiB
End job on node147 at 2011-04-30 20:39:39