Trace number 3439062

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
jMiniSat 2011? (TO) 5000.11 4973.25

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-5-5_34308.cnf
MD5SUM1ef198d3f2d717e33f4f2ba124eb7eb2
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables34306
Number of clauses708168
Sum of the clauses size3540840
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 5708168
Number of clauses of size over 50

Solver Data

0.00/0.07	c This is jMiniSat version 1.0.
5000.11/4973.25	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3439062-1306909511/watcher-3439062-1306909511 -o /tmp/evaluation-result-3439062-1306909511/solver-3439062-1306909511 -C 5000 -W 5100 -M 15500 ./jMiniSat -sc-mode HOME/instance-3439062-1306909511.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 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: 2.05 2.08 2.03 2/568 7446
/proc/meminfo: memFree=4529836/32951124 swapFree=53733252/67111528
[pid=7446] ppid=7443 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/7446/stat : 7446 (jMiniSat) S 7443 7446 5511 0 -1 4202496 350 233 0 0 0 0 0 0 24 0 1 0 802551655 8908800 250 33554432000 4194304 4922060 140733517603856 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7446/statm: 2175 250 209 178 0 68 0

[startup+0.062566 s]
/proc/loadavg: 2.05 2.08 2.03 2/568 7446
/proc/meminfo: memFree=4529836/32951124 swapFree=53733252/67111528
[pid=7446] ppid=7443 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/7446/stat : 7446 (jMiniSat) S 7443 7446 5511 0 -1 4202496 350 233 0 0 0 0 0 0 24 0 1 0 802551655 8908800 250 33554432000 4194304 4922060 140733517603856 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7446/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100572 s]
/proc/loadavg: 2.05 2.08 2.03 2/568 7446
/proc/meminfo: memFree=4529836/32951124 swapFree=53733252/67111528
[pid=7446] ppid=7443 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/7446/stat : 7446 (jMiniSat) S 7443 7446 5511 0 -1 4202496 350 233 0 0 0 0 0 0 24 0 1 0 802551655 8908800 250 33554432000 4194304 4922060 140733517603856 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7446/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300527 s]
/proc/loadavg: 2.05 2.08 2.03 2/568 7446
/proc/meminfo: memFree=4529836/32951124 swapFree=53733252/67111528
[pid=7446] ppid=7443 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/7446/stat : 7446 (jMiniSat) S 7443 7446 5511 0 -1 4202496 350 233 0 0 0 0 0 0 24 0 1 0 802551655 8908800 250 33554432000 4194304 4922060 140733517603856 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7446/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700461 s]
/proc/loadavg: 2.05 2.08 2.03 2/568 7446
/proc/meminfo: memFree=4529836/32951124 swapFree=53733252/67111528
[pid=7446] ppid=7443 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/7446/stat : 7446 (jMiniSat) S 7443 7446 5511 0 -1 4202496 350 233 0 0 0 0 0 0 24 0 1 0 802551655 8908800 250 33554432000 4194304 4922060 140733517603856 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7446/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50131 s]
/proc/loadavg: 2.04 2.08 2.03 3/587 7466
/proc/meminfo: memFree=4384800/32951124 swapFree=53733252/67111528
[pid=7446] ppid=7443 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/7446/stat : 7446 (jMiniSat) S 7443 7446 5511 0 -1 4202496 350 233 0 0 0 0 0 0 24 0 1 0 802551655 8908800 250 33554432000 4194304 4922060 140733517603856 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7446/statm: 2175 250 209 178 0 68 0
[pid=7448] ppid=7446 vsize=14659352 CPUtime=2.08 cores=1,3,5,7
/proc/7448/stat : 7448 (java) S 7446 7446 5511 0 -1 4202496 44510 0 1 0 200 8 0 0 25 0 18 0 802551655 15011176448 40664 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7448/statm: 3664838 40664 2211 9 0 3655317 0
[pid=7448/tid=7449] ppid=7446 vsize=14659352 CPUtime=1.47 cores=1,3,5,7
/proc/7448/task/7449/stat : 7449 (java) R 7446 7446 5511 0 -1 4202560 36403 0 1 0 141 6 0 0 25 0 18 0 802551656 15011176448 40664 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 46912505757424 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7448/tid=7450] ppid=7446 vsize=14659352 CPUtime=0 cores=1,3,5,7
/proc/7448/task/7450/stat : 7450 (java) S 7446 7446 5511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 802551656 15011176448 40664 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=7448/tid=7451] ppid=7446 vsize=14659352 CPUtime=0 cores=1,3,5,7
/proc/7448/task/7451/stat : 7451 (java) S 7446 7446 5511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 802551656 15011176448 40664 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=7448/tid=7452] ppid=7446 vsize=14659352 CPUtime=0 cores=1,3,5,7
/proc/7448/task/7452/stat : 7452 (java) S 7446 7446 5511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 802551656 15011176448 40664 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=7448/tid=7453] ppid=7446 vsize=14659352 CPUtime=0 cores=1,3,5,7
/proc/7448/task/7453/stat : 7453 (java) S 7446 7446 5511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 802551656 15011176448 40664 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=7448/tid=7454] ppid=7446 vsize=14659352 CPUtime=0 cores=1,3,5,7
/proc/7448/task/7454/stat : 7454 (java) S 7446 7446 5511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 802551656 15011176448 40665 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=7448/tid=7455] ppid=7446 vsize=14659352 CPUtime=0 cores=1,3,5,7
/proc/7448/task/7455/stat : 7455 (java) S 7446 7446 5511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 802551656 15011176448 40665 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=7448/tid=7456] ppid=7446 vsize=14659352 CPUtime=0 cores=1,3,5,7
/proc/7448/task/7456/stat : 7456 (java) S 7446 7446 5511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 802551656 15011176448 40665 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=7448/tid=7457] ppid=7446 vsize=14659352 CPUtime=0 cores=1,3,5,7
/proc/7448/task/7457/stat : 7457 (java) S 7446 7446 5511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 802551656 15011176448 40665 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=7448/tid=7459] ppid=7446 vsize=14659352 CPUtime=0 cores=1,3,5,7
/proc/7448/task/7459/stat : 7459 (java) S 7446 7446 5511 0 -1 4202560 3 0 0 0 0 0 0 0 19 0 18 0 802551657 15011176448 40665 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652676096 0 0 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=7448/tid=7460] ppid=7446 vsize=14659352 CPUtime=0 cores=1,3,5,7
/proc/7448/task/7460/stat : 7460 (java) S 7446 7446 5511 0 -1 4202560 11 0 0 0 0 0 0 0 25 0 18 0 802551658 15011176448 40665 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=7448/tid=7461] ppid=7446 vsize=14659352 CPUtime=0 cores=1,3,5,7
/proc/7448/task/7461/stat : 7461 (java) S 7446 7446 5511 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 802551658 15011176448 40665 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=7448/tid=7462] ppid=7446 vsize=14659352 CPUtime=0 cores=1,3,5,7
/proc/7448/task/7462/stat : 7462 (java) S 7446 7446 5511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 802551660 15011176448 40665 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652683185 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=7448/tid=7463] ppid=7446 vsize=14659352 CPUtime=0.26 cores=1,3,5,7
/proc/7448/task/7463/stat : 7463 (java) S 7446 7446 5511 0 -1 4202560 1714 0 0 0 26 0 0 0 15 0 18 0 802551660 15011176448 40665 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=7448/tid=7464] ppid=7446 vsize=14659352 CPUtime=0.32 cores=1,3,5,7
/proc/7448/task/7464/stat : 7464 (java) S 7446 7446 5511 0 -1 4202560 5247 0 0 0 32 0 0 0 20 0 18 0 802551660 15011176448 40665 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=7448/tid=7465] ppid=7446 vsize=14659352 CPUtime=0 cores=1,3,5,7
/proc/7448/task/7465/stat : 7465 (java) S 7446 7446 5511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 802551660 15011176448 40665 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=7448/tid=7466] ppid=7446 vsize=14659352 CPUtime=0 cores=1,3,5,7
/proc/7448/task/7466/stat : 7466 (java) S 7446 7446 5511 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 802551660 15011176448 40665 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652676096 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 14668052

[startup+3.10102 s]
/proc/loadavg: 2.04 2.08 2.03 3/587 7466
/proc/meminfo: memFree=4365332/32951124 swapFree=53733252/67111528
[pid=7446] ppid=7443 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/7446/stat : 7446 (jMiniSat) S 7443 7446 5511 0 -1 4202496 350 233 0 0 0 0 0 0 24 0 1 0 802551655 8908800 250 33554432000 4194304 4922060 140733517603856 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7446/statm: 2175 250 209 178 0 68 0
[pid=7448] ppid=7446 vsize=14659352 CPUtime=3.69 cores=1,3,5,7
/proc/7448/stat : 7448 (java) S 7446 7446 5511 0 -1 4202496 48825 0 1 0 361 8 0 0 25 0 18 0 802551655 15011176448 44978 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7448/statm: 3664838 44978 2211 9 0 3655317 0
[pid=7448/tid=7449] ppid=7446 vsize=14659352 CPUtime=3.08 cores=1,3,5,7
/proc/7448/task/7449/stat : 7449 (java) R 7446 7446 5511 0 -1 4202560 40718 0 1 0 301 7 0 0 25 0 18 0 802551656 15011176448 44978 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 46912505717771 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7448/tid=7450] ppid=7446 vsize=14659352 CPUtime=0 cores=1,3,5,7
/proc/7448/task/7450/stat : 7450 (java) S 7446 7446 5511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 802551656 15011176448 44979 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=7448/tid=7451] ppid=7446 vsize=14659352 CPUtime=0 cores=1,3,5,7
/proc/7448/task/7451/stat : 7451 (java) S 7446 7446 5511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 802551656 15011176448 44979 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=7448/tid=7452] ppid=7446 vsize=14659352 CPUtime=0 cores=1,3,5,7
/proc/7448/task/7452/stat : 7452 (java) S 7446 7446 5511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 802551656 15011176448 44979 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=7448/tid=7453] ppid=7446 vsize=14659352 CPUtime=0 cores=1,3,5,7
/proc/7448/task/7453/stat : 7453 (java) S 7446 7446 5511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 802551656 15011176448 44979 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=7448/tid=7454] ppid=7446 vsize=14659352 CPUtime=0 cores=1,3,5,7
/proc/7448/task/7454/stat : 7454 (java) S 7446 7446 5511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 802551656 15011176448 44979 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=7448/tid=7455] ppid=7446 vsize=14659352 CPUtime=0 cores=1,3,5,7
/proc/7448/task/7455/stat : 7455 (java) S 7446 7446 5511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 802551656 15011176448 44979 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=7448/tid=7456] ppid=7446 vsize=14659352 CPUtime=0 cores=1,3,5,7
/proc/7448/task/7456/stat : 7456 (java) S 7446 7446 5511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 802551656 15011176448 44979 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=7448/tid=7457] ppid=7446 vsize=14659352 CPUtime=0 cores=1,3,5,7
/proc/7448/task/7457/stat : 7457 (java) S 7446 7446 5511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 802551656 15011176448 44979 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=7448/tid=7459] ppid=7446 vsize=14659352 CPUtime=0 cores=1,3,5,7
/proc/7448/task/7459/stat : 7459 (java) S 7446 7446 5511 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 18 0 802551657 15011176448 44979 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652676096 0 0 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=7448/tid=7460] ppid=7446 vsize=14659352 CPUtime=0 cores=1,3,5,7
/proc/7448/task/7460/stat : 7460 (java) S 7446 7446 5511 0 -1 4202560 11 0 0 0 0 0 0 0 25 0 18 0 802551658 15011176448 44979 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=7448/tid=7461] ppid=7446 vsize=14659352 CPUtime=0 cores=1,3,5,7
/proc/7448/task/7461/stat : 7461 (java) S 7446 7446 5511 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 802551658 15011176448 44979 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=7448/tid=7462] ppid=7446 vsize=14659352 CPUtime=0 cores=1,3,5,7
/proc/7448/task/7462/stat : 7462 (java) S 7446 7446 5511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 802551660 15011176448 44979 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652683185 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=7448/tid=7463] ppid=7446 vsize=14659352 CPUtime=0.26 cores=1,3,5,7
/proc/7448/task/7463/stat : 7463 (java) S 7446 7446 5511 0 -1 4202560 1714 0 0 0 26 0 0 0 15 0 18 0 802551660 15011176448 44979 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=7448/tid=7464] ppid=7446 vsize=14659352 CPUtime=0.33 cores=1,3,5,7
/proc/7448/task/7464/stat : 7464 (java) S 7446 7446 5511 0 -1 4202560 5247 0 0 0 33 0 0 0 15 0 18 0 802551660 15011176448 44979 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=7448/tid=7465] ppid=7446 vsize=14659352 CPUtime=0 cores=1,3,5,7
/proc/7448/task/7465/stat : 7465 (java) S 7446 7446 5511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 802551660 15011176448 44979 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=7448/tid=7466] ppid=7446 vsize=14659352 CPUtime=0 cores=1,3,5,7
/proc/7448/task/7466/stat : 7466 (java) S 7446 7446 5511 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 802551660 15011176448 44979 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652676096 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 14668052

[startup+6.30143 s]
/proc/loadavg: 2.04 2.08 2.03 3/587 7466
/proc/meminfo: memFree=4337608/32951124 swapFree=53733252/67111528
[pid=7446] ppid=7443 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/7446/stat : 7446 (jMiniSat) S 7443 7446 5511 0 -1 4202496 350 233 0 0 0 0 0 0 24 0 1 0 802551655 8908800 250 33554432000 4194304 4922060 140733517603856 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7446/statm: 2175 250 209 178 0 68 0
[pid=7448] ppid=7446 vsize=14654180 CPUtime=7.09 cores=1,3,5,7
/proc/7448/stat : 7448 (java) S 7446 7446 5511 0 -1 4202496 79441 0 1 0 696 13 0 0 25 0 18 0 802551655 15005880320 74450 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7448/statm: 3663545 74450 2225 9 0 3654024 0
[pid=7448/tid=7449] ppid=7446 vsize=14654180 CPUtime=6.17 cores=1,3,5,7
/proc/7448/task/7449/stat : 7449 (java) R 7446 7446 5511 0 -1 4202560 46634 0 1 0 609 8 0 0 25 0 18 0 802551656 15005880320 74450 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 46912505757665 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7448/tid=7450] ppid=7446 vsize=14654180 CPUtime=0 cores=1,3,5,7
/proc/7448/task/7450/stat : 7450 (java) S 7446 7446 5511 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 802551656 15005880320 74450 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=7448/tid=7451] ppid=7446 vsize=14654180 CPUtime=0 cores=1,3,5,7
/proc/7448/task/7451/stat : 7451 (java) S 7446 7446 5511 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 802551656 15005880320 74450 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=7448/tid=7452] ppid=7446 vsize=14654180 CPUtime=0 cores=1,3,5,7
/proc/7448/task/7452/stat : 7452 (java) S 7446 7446 5511 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 802551656 15005880320 74450 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=7448/tid=7453] ppid=7446 vsize=14654180 CPUtime=0 cores=1,3,5,7
/proc/7448/task/7453/stat : 7453 (java) S 7446 7446 5511 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 802551656 15005880320 74450 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=7448/tid=7454] ppid=7446 vsize=14654180 CPUtime=0 cores=1,3,5,7
/proc/7448/task/7454/stat : 7454 (java) S 7446 7446 5511 0 -1 4202560 73 0 0 0 0 0 0 0 18 0 18 0 802551656 15005880320 74450 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=7448/tid=7455] ppid=7446 vsize=14654180 CPUtime=0.08 cores=1,3,5,7
/proc/7448/task/7455/stat : 7455 (java) S 7446 7446 5511 0 -1 4202560 7386 0 0 0 8 0 0 0 18 0 18 0 802551656 15005880320 74450 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=7448/tid=7456] ppid=7446 vsize=14654180 CPUtime=0.09 cores=1,3,5,7
/proc/7448/task/7456/stat : 7456 (java) S 7446 7446 5511 0 -1 4202560 11182 0 0 0 8 1 0 0 18 0 18 0 802551656 15005880320 74450 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=7448/tid=7457] ppid=7446 vsize=14654180 CPUtime=0.09 cores=1,3,5,7
/proc/7448/task/7457/stat : 7457 (java) S 7446 7446 5511 0 -1 4202560 5973 0 0 0 8 1 0 0 18 0 18 0 802551656 15005880320 74450 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=7448/tid=7459] ppid=7446 vsize=14654180 CPUtime=0 cores=1,3,5,7
/proc/7448/task/7459/stat : 7459 (java) S 7446 7446 5511 0 -1 4202560 91 0 0 0 0 0 0 0 17 0 18 0 802551657 15005880320 74450 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652676096 0 0 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=7448/tid=7460] ppid=7446 vsize=14654180 CPUtime=0 cores=1,3,5,7
/proc/7448/task/7460/stat : 7460 (java) S 7446 7446 5511 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 18 0 802551658 15005880320 74450 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=7448/tid=7461] ppid=7446 vsize=14654180 CPUtime=0 cores=1,3,5,7
/proc/7448/task/7461/stat : 7461 (java) S 7446 7446 5511 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 18 0 802551658 15005880320 74450 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=7448/tid=7462] ppid=7446 vsize=14654180 CPUtime=0 cores=1,3,5,7
/proc/7448/task/7462/stat : 7462 (java) S 7446 7446 5511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 802551660 15005880320 74450 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652683185 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=7448/tid=7463] ppid=7446 vsize=14654180 CPUtime=0.26 cores=1,3,5,7
/proc/7448/task/7463/stat : 7463 (java) S 7446 7446 5511 0 -1 4202560 1714 0 0 0 26 0 0 0 15 0 18 0 802551660 15005880320 74450 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=7448/tid=7464] ppid=7446 vsize=14654180 CPUtime=0.33 cores=1,3,5,7
/proc/7448/task/7464/stat : 7464 (java) S 7446 7446 5511 0 -1 4202560 5247 0 0 0 33 0 0 0 15 0 18 0 802551660 15005880320 74450 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=7448/tid=7465] ppid=7446 vsize=14654180 CPUtime=0 cores=1,3,5,7
/proc/7448/task/7465/stat : 7465 (java) S 7446 7446 5511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 802551660 15005880320 74450 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=7448/tid=7466] ppid=7446 vsize=14654180 CPUtime=0 cores=1,3,5,7
/proc/7448/task/7466/stat : 7466 (java) S 7446 7446 5511 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 802551660 15005880320 74450 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652676096 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 7.09

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

/proc/7448/task/7463/stat : 7463 (java) S 7446 7446 5511 0 -1 4202560 1731 0 0 0 35 0 0 0 15 0 18 0 802551660 15072989184 514598 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=7448/tid=7464] ppid=7446 vsize=14719716 CPUtime=0.37 cores=1,3,5,7
/proc/7448/task/7464/stat : 7464 (java) S 7446 7446 5511 0 -1 4202560 5252 0 0 0 37 0 0 0 15 0 18 0 802551660 15072989184 514598 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=7448/tid=7465] ppid=7446 vsize=14719716 CPUtime=0 cores=1,3,5,7
/proc/7448/task/7465/stat : 7465 (java) S 7446 7446 5511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 802551660 15072989184 514598 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=7448/tid=7466] ppid=7446 vsize=14719716 CPUtime=0 cores=1,3,5,7
/proc/7448/task/7466/stat : 7466 (java) S 7446 7446 5511 0 -1 4202560 277 0 0 0 0 0 0 0 15 0 18 0 802551660 15072989184 514598 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652676096 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4867.82
Current children cumulated vsize (KiB) 14728416

[startup+4902.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/587 7684
/proc/meminfo: memFree=2449216/32951124 swapFree=53733252/67111528
[pid=7446] ppid=7443 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/7446/stat : 7446 (jMiniSat) S 7443 7446 5511 0 -1 4202496 350 233 0 0 0 0 0 0 24 0 1 0 802551655 8908800 250 33554432000 4194304 4922060 140733517603856 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7446/statm: 2175 250 209 178 0 68 0
[pid=7448] ppid=7446 vsize=14719716 CPUtime=4928.02 cores=1,3,5,7
/proc/7448/stat : 7448 (java) S 7446 7446 5511 0 -1 4202496 1385380 0 1 0 492575 227 0 0 25 0 18 0 802551655 15072989184 515344 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7448/statm: 3679929 515344 2245 9 0 3670408 0
[pid=7448/tid=7449] ppid=7446 vsize=14719716 CPUtime=4879.2 cores=1,3,5,7
/proc/7448/task/7449/stat : 7449 (java) R 7446 7446 5511 0 -1 4202560 68203 0 1 0 487907 13 0 0 25 0 18 0 802551656 15072989184 515344 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 46912505718215 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7448/tid=7450] ppid=7446 vsize=14719716 CPUtime=3.97 cores=1,3,5,7
/proc/7448/task/7450/stat : 7450 (java) S 7446 7446 5511 0 -1 4202560 146777 0 0 0 375 22 0 0 16 0 18 0 802551656 15072989184 515344 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=7448/tid=7451] ppid=7446 vsize=14719716 CPUtime=4.49 cores=1,3,5,7
/proc/7448/task/7451/stat : 7451 (java) S 7446 7446 5511 0 -1 4202560 140079 0 0 0 428 21 0 0 16 0 18 0 802551656 15072989184 515344 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=7448/tid=7452] ppid=7446 vsize=14719716 CPUtime=4.25 cores=1,3,5,7
/proc/7448/task/7452/stat : 7452 (java) S 7446 7446 5511 0 -1 4202560 179870 0 0 0 400 25 0 0 15 0 18 0 802551656 15072989184 515344 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=7448/tid=7453] ppid=7446 vsize=14719716 CPUtime=4.59 cores=1,3,5,7
/proc/7448/task/7453/stat : 7453 (java) S 7446 7446 5511 0 -1 4202560 147126 0 0 0 440 19 0 0 15 0 18 0 802551656 15072989184 515344 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=7448/tid=7454] ppid=7446 vsize=14719716 CPUtime=4.57 cores=1,3,5,7
/proc/7448/task/7454/stat : 7454 (java) S 7446 7446 5511 0 -1 4202560 139965 0 0 0 436 21 0 0 16 0 18 0 802551656 15072989184 515344 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=7448/tid=7455] ppid=7446 vsize=14719716 CPUtime=4.44 cores=1,3,5,7
/proc/7448/task/7455/stat : 7455 (java) S 7446 7446 5511 0 -1 4202560 151671 0 0 0 420 24 0 0 16 0 18 0 802551656 15072989184 515344 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 3 0 0 0
[pid=7448/tid=7456] ppid=7446 vsize=14719716 CPUtime=4.76 cores=1,3,5,7
/proc/7448/task/7456/stat : 7456 (java) S 7446 7446 5511 0 -1 4202560 168251 0 0 0 450 26 0 0 15 0 18 0 802551656 15072989184 515344 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=7448/tid=7457] ppid=7446 vsize=14719716 CPUtime=4.4 cores=1,3,5,7
/proc/7448/task/7457/stat : 7457 (java) S 7446 7446 5511 0 -1 4202560 153724 0 0 0 414 26 0 0 16 0 18 0 802551656 15072989184 515344 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=7448/tid=7459] ppid=7446 vsize=14719716 CPUtime=12.51 cores=1,3,5,7
/proc/7448/task/7459/stat : 7459 (java) S 7446 7446 5511 0 -1 4202560 81315 0 0 0 1227 24 0 0 15 0 18 0 802551657 15072989184 515344 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652676096 0 0 0 16800975 18446604468954802176 0 0 -1 3 0 0 0
[pid=7448/tid=7460] ppid=7446 vsize=14719716 CPUtime=0 cores=1,3,5,7
/proc/7448/task/7460/stat : 7460 (java) S 7446 7446 5511 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 18 0 802551658 15072989184 515344 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=7448/tid=7461] ppid=7446 vsize=14719716 CPUtime=0 cores=1,3,5,7
/proc/7448/task/7461/stat : 7461 (java) S 7446 7446 5511 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 18 0 802551658 15072989184 515344 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=7448/tid=7462] ppid=7446 vsize=14719716 CPUtime=0 cores=1,3,5,7
/proc/7448/task/7462/stat : 7462 (java) S 7446 7446 5511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 802551660 15072989184 515344 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652683185 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=7448/tid=7463] ppid=7446 vsize=14719716 CPUtime=0.35 cores=1,3,5,7
/proc/7448/task/7463/stat : 7463 (java) S 7446 7446 5511 0 -1 4202560 1731 0 0 0 35 0 0 0 15 0 18 0 802551660 15072989184 515344 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=7448/tid=7464] ppid=7446 vsize=14719716 CPUtime=0.37 cores=1,3,5,7
/proc/7448/task/7464/stat : 7464 (java) S 7446 7446 5511 0 -1 4202560 5252 0 0 0 37 0 0 0 15 0 18 0 802551660 15072989184 515344 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=7448/tid=7465] ppid=7446 vsize=14719716 CPUtime=0 cores=1,3,5,7
/proc/7448/task/7465/stat : 7465 (java) S 7446 7446 5511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 802551660 15072989184 515344 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=7448/tid=7466] ppid=7446 vsize=14719716 CPUtime=0 cores=1,3,5,7
/proc/7448/task/7466/stat : 7466 (java) S 7446 7446 5511 0 -1 4202560 281 0 0 0 0 0 0 0 15 0 18 0 802551660 15072989184 515344 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652676096 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4928.02
Current children cumulated vsize (KiB) 14728416

[startup+4962.32 s]
/proc/loadavg: 2.15 2.06 2.02 3/587 7685
/proc/meminfo: memFree=2314664/32951124 swapFree=53733252/67111528
[pid=7446] ppid=7443 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/7446/stat : 7446 (jMiniSat) S 7443 7446 5511 0 -1 4202496 350 233 0 0 0 0 0 0 24 0 1 0 802551655 8908800 250 33554432000 4194304 4922060 140733517603856 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7446/statm: 2175 250 209 178 0 68 0
[pid=7448] ppid=7446 vsize=14719716 CPUtime=4988.93 cores=1,3,5,7
/proc/7448/stat : 7448 (java) S 7446 7446 5511 0 -1 4202496 1419305 0 1 0 498660 233 0 0 25 0 18 0 802551655 15072989184 549006 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7448/statm: 3679929 549006 2245 9 0 3670408 0
[pid=7448/tid=7449] ppid=7446 vsize=14719716 CPUtime=4938.87 cores=1,3,5,7
/proc/7448/task/7449/stat : 7449 (java) R 7446 7446 5511 0 -1 4202560 68209 0 1 0 493874 13 0 0 25 0 18 0 802551656 15072989184 549006 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 46912505717915 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7448/tid=7450] ppid=7446 vsize=14719716 CPUtime=4.12 cores=1,3,5,7
/proc/7448/task/7450/stat : 7450 (java) S 7446 7446 5511 0 -1 4202560 149763 0 0 0 389 23 0 0 16 0 18 0 802551656 15072989184 549006 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=7448/tid=7451] ppid=7446 vsize=14719716 CPUtime=4.63 cores=1,3,5,7
/proc/7448/task/7451/stat : 7451 (java) S 7446 7446 5511 0 -1 4202560 140122 0 0 0 442 21 0 0 15 0 18 0 802551656 15072989184 549006 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=7448/tid=7452] ppid=7446 vsize=14719716 CPUtime=4.47 cores=1,3,5,7
/proc/7448/task/7452/stat : 7452 (java) S 7446 7446 5511 0 -1 4202560 185842 0 0 0 421 26 0 0 15 0 18 0 802551656 15072989184 549006 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=7448/tid=7453] ppid=7446 vsize=14719716 CPUtime=4.79 cores=1,3,5,7
/proc/7448/task/7453/stat : 7453 (java) S 7446 7446 5511 0 -1 4202560 156915 0 0 0 458 21 0 0 16 0 18 0 802551656 15072989184 549006 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=7448/tid=7454] ppid=7446 vsize=14719716 CPUtime=4.71 cores=1,3,5,7
/proc/7448/task/7454/stat : 7454 (java) S 7446 7446 5511 0 -1 4202560 140384 0 0 0 450 21 0 0 15 0 18 0 802551656 15072989184 549006 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=7448/tid=7455] ppid=7446 vsize=14719716 CPUtime=4.59 cores=1,3,5,7
/proc/7448/task/7455/stat : 7455 (java) S 7446 7446 5511 0 -1 4202560 158217 0 0 0 434 25 0 0 15 0 18 0 802551656 15072989184 549006 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 3 0 0 0
[pid=7448/tid=7456] ppid=7446 vsize=14719716 CPUtime=4.82 cores=1,3,5,7
/proc/7448/task/7456/stat : 7456 (java) S 7446 7446 5511 0 -1 4202560 170927 0 0 0 456 26 0 0 15 0 18 0 802551656 15072989184 549006 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=7448/tid=7457] ppid=7446 vsize=14719716 CPUtime=4.58 cores=1,3,5,7
/proc/7448/task/7457/stat : 7457 (java) S 7446 7446 5511 0 -1 4202560 159137 0 0 0 431 27 0 0 16 0 18 0 802551656 15072989184 549006 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=7448/tid=7459] ppid=7446 vsize=14719716 CPUtime=12.51 cores=1,3,5,7
/proc/7448/task/7459/stat : 7459 (java) S 7446 7446 5511 0 -1 4202560 81388 0 0 0 1227 24 0 0 15 0 18 0 802551657 15072989184 549006 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652676096 0 0 0 16800975 18446604468954802176 0 0 -1 3 0 0 0
[pid=7448/tid=7460] ppid=7446 vsize=14719716 CPUtime=0 cores=1,3,5,7
/proc/7448/task/7460/stat : 7460 (java) S 7446 7446 5511 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 18 0 802551658 15072989184 549006 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=7448/tid=7461] ppid=7446 vsize=14719716 CPUtime=0 cores=1,3,5,7
/proc/7448/task/7461/stat : 7461 (java) S 7446 7446 5511 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 18 0 802551658 15072989184 549006 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=7448/tid=7462] ppid=7446 vsize=14719716 CPUtime=0 cores=1,3,5,7
/proc/7448/task/7462/stat : 7462 (java) S 7446 7446 5511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 802551660 15072989184 549006 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652683185 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=7448/tid=7463] ppid=7446 vsize=14719716 CPUtime=0.35 cores=1,3,5,7
/proc/7448/task/7463/stat : 7463 (java) S 7446 7446 5511 0 -1 4202560 1731 0 0 0 35 0 0 0 15 0 18 0 802551660 15072989184 549006 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=7448/tid=7464] ppid=7446 vsize=14719716 CPUtime=0.37 cores=1,3,5,7
/proc/7448/task/7464/stat : 7464 (java) S 7446 7446 5511 0 -1 4202560 5252 0 0 0 37 0 0 0 15 0 18 0 802551660 15072989184 549006 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=7448/tid=7465] ppid=7446 vsize=14719716 CPUtime=0 cores=1,3,5,7
/proc/7448/task/7465/stat : 7465 (java) S 7446 7446 5511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 802551660 15072989184 549006 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=7448/tid=7466] ppid=7446 vsize=14719716 CPUtime=0 cores=1,3,5,7
/proc/7448/task/7466/stat : 7466 (java) S 7446 7446 5511 0 -1 4202560 283 0 0 0 0 0 0 0 15 0 18 0 802551660 15072989184 549006 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652676096 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4988.93
Current children cumulated vsize (KiB) 14728416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4973.2 s]
/proc/loadavg: 2.12 2.06 2.02 4/587 7686
/proc/meminfo: memFree=2185652/32951124 swapFree=53733252/67111528
[pid=7446] ppid=7443 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/7446/stat : 7446 (jMiniSat) S 7443 7446 5511 0 -1 4202496 350 233 0 0 0 0 0 0 24 0 1 0 802551655 8908800 250 33554432000 4194304 4922060 140733517603856 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7446/statm: 2175 250 209 178 0 68 0
[pid=7448] ppid=7446 vsize=14719716 CPUtime=5000.11 cores=1,3,5,7
/proc/7448/stat : 7448 (java) S 7446 7446 5511 0 -1 4202496 1451121 0 1 0 499774 237 0 0 25 0 18 0 802551655 15072989184 579846 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7448/statm: 3679929 579846 2245 9 0 3670408 0
[pid=7448/tid=7449] ppid=7446 vsize=14719716 CPUtime=4948.66 cores=1,3,5,7
/proc/7448/task/7449/stat : 7449 (java) R 7446 7446 5511 0 -1 4202560 68213 0 1 0 494853 13 0 0 25 0 18 0 802551656 15072989184 579846 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 46912505717871 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7448/tid=7450] ppid=7446 vsize=14719716 CPUtime=4.18 cores=1,3,5,7
/proc/7448/task/7450/stat : 7450 (java) S 7446 7446 5511 0 -1 4202560 152661 0 0 0 395 23 0 0 16 0 18 0 802551656 15072989184 579846 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=7448/tid=7451] ppid=7446 vsize=14719716 CPUtime=4.7 cores=1,3,5,7
/proc/7448/task/7451/stat : 7451 (java) S 7446 7446 5511 0 -1 4202560 143860 0 0 0 448 22 0 0 16 0 18 0 802551656 15072989184 579846 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=7448/tid=7452] ppid=7446 vsize=14719716 CPUtime=4.47 cores=1,3,5,7
/proc/7448/task/7452/stat : 7452 (java) S 7446 7446 5511 0 -1 4202560 185842 0 0 0 421 26 0 0 15 0 18 0 802551656 15072989184 579846 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=7448/tid=7453] ppid=7446 vsize=14719716 CPUtime=4.83 cores=1,3,5,7
/proc/7448/task/7453/stat : 7453 (java) S 7446 7446 5511 0 -1 4202560 162618 0 0 0 461 22 0 0 15 0 18 0 802551656 15072989184 579846 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=7448/tid=7454] ppid=7446 vsize=14719716 CPUtime=4.77 cores=1,3,5,7
/proc/7448/task/7454/stat : 7454 (java) S 7446 7446 5511 0 -1 4202560 142821 0 0 0 456 21 0 0 16 0 18 0 802551656 15072989184 579846 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=7448/tid=7455] ppid=7446 vsize=14719716 CPUtime=4.63 cores=1,3,5,7
/proc/7448/task/7455/stat : 7455 (java) S 7446 7446 5511 0 -1 4202560 161512 0 0 0 437 26 0 0 15 0 18 0 802551656 15072989184 579846 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=7448/tid=7456] ppid=7446 vsize=14719716 CPUtime=4.88 cores=1,3,5,7
/proc/7448/task/7456/stat : 7456 (java) S 7446 7446 5511 0 -1 4202560 173970 0 0 0 461 27 0 0 16 0 18 0 802551656 15072989184 579846 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=7448/tid=7457] ppid=7446 vsize=14719716 CPUtime=4.64 cores=1,3,5,7
/proc/7448/task/7457/stat : 7457 (java) S 7446 7446 5511 0 -1 4202560 163314 0 0 0 437 27 0 0 15 0 18 0 802551656 15072989184 579846 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=7448/tid=7459] ppid=7446 vsize=14719716 CPUtime=13.52 cores=1,3,5,7
/proc/7448/task/7459/stat : 7459 (java) S 7446 7446 5511 0 -1 4202560 87907 0 0 0 1328 24 0 0 15 0 18 0 802551657 15072989184 579846 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652676096 0 0 0 16800975 18446604468954802176 0 0 -1 3 0 0 0
[pid=7448/tid=7460] ppid=7446 vsize=14719716 CPUtime=0 cores=1,3,5,7
/proc/7448/task/7460/stat : 7460 (java) S 7446 7446 5511 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 18 0 802551658 15072989184 579846 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=7448/tid=7461] ppid=7446 vsize=14719716 CPUtime=0 cores=1,3,5,7
/proc/7448/task/7461/stat : 7461 (java) S 7446 7446 5511 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 18 0 802551658 15072989184 579846 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=7448/tid=7462] ppid=7446 vsize=14719716 CPUtime=0 cores=1,3,5,7
/proc/7448/task/7462/stat : 7462 (java) S 7446 7446 5511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 802551660 15072989184 579846 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652683185 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=7448/tid=7463] ppid=7446 vsize=14719716 CPUtime=0.35 cores=1,3,5,7
/proc/7448/task/7463/stat : 7463 (java) S 7446 7446 5511 0 -1 4202560 1731 0 0 0 35 0 0 0 15 0 18 0 802551660 15072989184 579846 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 7 0 0 0
[pid=7448/tid=7464] ppid=7446 vsize=14719716 CPUtime=0.37 cores=1,3,5,7
/proc/7448/task/7464/stat : 7464 (java) S 7446 7446 5511 0 -1 4202560 5252 0 0 0 37 0 0 0 15 0 18 0 802551660 15072989184 579846 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 5 0 0 0
[pid=7448/tid=7465] ppid=7446 vsize=14719716 CPUtime=0 cores=1,3,5,7
/proc/7448/task/7465/stat : 7465 (java) S 7446 7446 5511 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 802551660 15072989184 579846 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652675481 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
[pid=7448/tid=7466] ppid=7446 vsize=14719716 CPUtime=0 cores=1,3,5,7
/proc/7448/task/7466/stat : 7466 (java) S 7446 7446 5511 0 -1 4202560 285 0 0 0 0 0 0 0 15 0 18 0 802551660 15072989184 579846 33554432000 1073741824 1073778376 140733278301264 18446744073709551615 253652676096 0 4 0 16800975 18446604468954802176 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5000.11
Current children cumulated vsize (KiB) 14728416

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7446 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=1999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.001999
# while last known CPU time is 5000.11
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 4973.25
CPU time (s): 5000.11
CPU user time (s): 4997.74
CPU system time (s): 2.37
CPU usage (%): 100.54
Max. virtual memory (cumulated for all children) (KiB): 14728416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.001999
system time used= 0
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 583
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13
involuntary context switches= 4

runsolver used 27.0169 second user time and 65.4091 second system time

The end

Launcher Data

Begin job on node106 at 2011-06-01 08:25:13
IDJOB=3439062
IDBENCH=83249
IDSOLVER=1937
FILE ID=node106/3439062-1306909511
RUNJOBID= node106-1306899545-6686
PBS_JOBID= 13488470
Free space on /tmp= 58072 MiB

SOLVER NAME= jMiniSat 2011
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-5-5_34308.cnf
COMMAND LINE= ./jMiniSat -sc-mode BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3439062-1306909511/watcher-3439062-1306909511 -o /tmp/evaluation-result-3439062-1306909511/solver-3439062-1306909511 -C 5000 -W 5100 -M 15500  ./jMiniSat -sc-mode HOME/instance-3439062-1306909511.cnf

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

MD5SUM BENCH= 1ef198d3f2d717e33f4f2ba124eb7eb2
RANDOM SEED=821360369

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       4530116 kB
Buffers:        363172 kB
Cached:       21569776 kB
SwapCached:      12092 kB
Active:       18901684 kB
Inactive:      8791060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       4530116 kB
SwapTotal:    67111528 kB
SwapFree:     53733252 kB
Dirty:           23012 kB
Writeback:           0 kB
AnonPages:     5756228 kB
Mapped:          34324 kB
Slab:           578492 kB
PageTables:      79680 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 168643212 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= 58072 MiB
End job on node106 at 2011-06-01 09:48:08