Trace number 3439532

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 2011UNSAT 312.498 308.499

General information on the benchmark

NameSAT05/crafted/sabharwal05/pebbling/grid-pebbling/unsat/
grid-pbl-0250.shuffled-as.sat05-1349.shuffled-as.sat05-1349.cnf
MD5SUM384c65902b197ca2c64d2ee8a3c64089
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.372942
Satisfiable
(Un)Satisfiability was proved
Number of variables62750
Number of clauses124752
Sum of the clauses size498502
Maximum clause length4
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2250
Number of clauses of size 30
Number of clauses of size 4124500
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.06	c This is jMiniSat version 1.0.
312.30/308.16	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3439532-1306939639/watcher-3439532-1306939639 -o /tmp/evaluation-result-3439532-1306939639/solver-3439532-1306939639 -C 5000 -W 5100 -M 15500 ./jMiniSat -sc-mode HOME/instance-3439532-1306939639.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: 1.92 2.00 1.99 2/482 19473
/proc/meminfo: memFree=30399272/32950928 swapFree=45617076/67111528
[pid=19473] ppid=19471 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19473/stat : 19473 (jMiniSat) S 19471 19473 18917 0 -1 4202496 349 233 0 0 0 0 0 0 25 0 1 0 805563694 8908800 249 33554432000 4194304 4922060 140736065773312 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19473/statm: 2175 249 209 178 0 68 0

[startup+0.11296 s]
/proc/loadavg: 1.92 2.00 1.99 2/482 19473
/proc/meminfo: memFree=30399272/32950928 swapFree=45617076/67111528
[pid=19473] ppid=19471 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19473/stat : 19473 (jMiniSat) S 19471 19473 18917 0 -1 4202496 349 233 0 0 0 0 0 0 25 0 1 0 805563694 8908800 249 33554432000 4194304 4922060 140736065773312 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19473/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.200909 s]
/proc/loadavg: 1.92 2.00 1.99 2/482 19473
/proc/meminfo: memFree=30399272/32950928 swapFree=45617076/67111528
[pid=19473] ppid=19471 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19473/stat : 19473 (jMiniSat) S 19471 19473 18917 0 -1 4202496 349 233 0 0 0 0 0 0 25 0 1 0 805563694 8908800 249 33554432000 4194304 4922060 140736065773312 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19473/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300893 s]
/proc/loadavg: 1.92 2.00 1.99 2/482 19473
/proc/meminfo: memFree=30399272/32950928 swapFree=45617076/67111528
[pid=19473] ppid=19471 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19473/stat : 19473 (jMiniSat) S 19471 19473 18917 0 -1 4202496 349 233 0 0 0 0 0 0 25 0 1 0 805563694 8908800 249 33554432000 4194304 4922060 140736065773312 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19473/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.70088 s]
/proc/loadavg: 1.92 2.00 1.99 2/482 19473
/proc/meminfo: memFree=30399272/32950928 swapFree=45617076/67111528
[pid=19473] ppid=19471 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19473/stat : 19473 (jMiniSat) S 19471 19473 18917 0 -1 4202496 349 233 0 0 0 0 0 0 25 0 1 0 805563694 8908800 249 33554432000 4194304 4922060 140736065773312 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19473/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50068 s]
/proc/loadavg: 1.92 2.00 1.99 3/501 19493
/proc/meminfo: memFree=30160304/32950928 swapFree=45617076/67111528
[pid=19473] ppid=19471 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19473/stat : 19473 (jMiniSat) S 19471 19473 18917 0 -1 4202496 349 233 0 0 0 0 0 0 25 0 1 0 805563694 8908800 249 33554432000 4194304 4922060 140736065773312 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19473/statm: 2175 249 209 178 0 68 0
[pid=19475] ppid=19473 vsize=14659896 CPUtime=2.08 cores=1,3,5,7
/proc/19475/stat : 19475 (java) S 19473 19473 18917 0 -1 4202496 60248 0 1 0 200 8 0 0 25 0 18 0 805563694 15011733504 58155 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19475/statm: 3664974 58155 2223 9 0 3655453 0
[pid=19475/tid=19476] ppid=19473 vsize=14659896 CPUtime=1.44 cores=1,3,5,7
/proc/19475/task/19476/stat : 19476 (java) R 19473 19473 18917 0 -1 4202560 46340 0 1 0 139 5 0 0 25 0 18 0 805563694 15011733504 58155 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 46912505672652 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=19475/tid=19477] ppid=19473 vsize=14659896 CPUtime=0.02 cores=1,3,5,7
/proc/19475/task/19477/stat : 19477 (java) S 19473 19473 18917 0 -1 4202560 2275 0 0 0 2 0 0 0 18 0 18 0 805563695 15011733504 58155 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 1 0 0 0
[pid=19475/tid=19478] ppid=19473 vsize=14659896 CPUtime=0.03 cores=1,3,5,7
/proc/19475/task/19478/stat : 19478 (java) S 19473 19473 18917 0 -1 4202560 2137 0 0 0 3 0 0 0 18 0 18 0 805563695 15011733504 58155 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 3 0 0 0
[pid=19475/tid=19479] ppid=19473 vsize=14659896 CPUtime=0.03 cores=1,3,5,7
/proc/19475/task/19479/stat : 19479 (java) S 19473 19473 18917 0 -1 4202560 2003 0 0 0 3 0 0 0 18 0 18 0 805563695 15011733504 58155 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 7 0 0 0
[pid=19475/tid=19480] ppid=19473 vsize=14659896 CPUtime=0 cores=1,3,5,7
/proc/19475/task/19480/stat : 19480 (java) S 19473 19473 18917 0 -1 4202560 413 0 0 0 0 0 0 0 18 0 18 0 805563695 15011733504 58155 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 5 0 0 0
[pid=19475/tid=19481] ppid=19473 vsize=14659896 CPUtime=0 cores=1,3,5,7
/proc/19475/task/19481/stat : 19481 (java) S 19473 19473 18917 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 805563695 15011733504 58155 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 1 0 0 0
[pid=19475/tid=19482] ppid=19473 vsize=14659896 CPUtime=0 cores=1,3,5,7
/proc/19475/task/19482/stat : 19482 (java) S 19473 19473 18917 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 805563695 15011733504 58155 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 1 0 0 0
[pid=19475/tid=19483] ppid=19473 vsize=14659896 CPUtime=0 cores=1,3,5,7
/proc/19475/task/19483/stat : 19483 (java) S 19473 19473 18917 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 805563695 15011733504 58155 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 1 0 0 0
[pid=19475/tid=19484] ppid=19473 vsize=14659896 CPUtime=0 cores=1,3,5,7
/proc/19475/task/19484/stat : 19484 (java) S 19473 19473 18917 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 805563695 15011733504 58155 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 3 0 0 0
[pid=19475/tid=19486] ppid=19473 vsize=14659896 CPUtime=0 cores=1,3,5,7
/proc/19475/task/19486/stat : 19486 (java) S 19473 19473 18917 0 -1 4202560 93 0 0 0 0 0 0 0 16 0 18 0 805563696 15011733504 58155 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514752 0 0 0 16800975 18446604459632371904 0 0 -1 1 0 0 0
[pid=19475/tid=19487] ppid=19473 vsize=14659896 CPUtime=0 cores=1,3,5,7
/proc/19475/task/19487/stat : 19487 (java) S 19473 19473 18917 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 18 0 805563696 15011733504 58155 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 1 0 0 0
[pid=19475/tid=19488] ppid=19473 vsize=14659896 CPUtime=0 cores=1,3,5,7
/proc/19475/task/19488/stat : 19488 (java) S 19473 19473 18917 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 18 0 805563696 15011733504 58155 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 1 0 0 0
[pid=19475/tid=19489] ppid=19473 vsize=14659896 CPUtime=0 cores=1,3,5,7
/proc/19475/task/19489/stat : 19489 (java) S 19473 19473 18917 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 805563698 15011733504 58155 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101521841 0 4 0 16800975 18446604459632371904 0 0 -1 1 0 0 0
[pid=19475/tid=19490] ppid=19473 vsize=14659896 CPUtime=0.31 cores=1,3,5,7
/proc/19475/task/19490/stat : 19490 (java) S 19473 19473 18917 0 -1 4202560 3555 0 0 0 31 0 0 0 18 0 18 0 805563698 15011733504 58155 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 3 0 0 0
[pid=19475/tid=19491] ppid=19473 vsize=14659896 CPUtime=0.2 cores=1,3,5,7
/proc/19475/task/19491/stat : 19491 (java) S 19473 19473 18917 0 -1 4202560 2293 0 0 0 20 0 0 0 25 0 18 0 805563698 15011733504 58155 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 7 0 0 0
[pid=19475/tid=19492] ppid=19473 vsize=14659896 CPUtime=0 cores=1,3,5,7
/proc/19475/task/19492/stat : 19492 (java) S 19473 19473 18917 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 805563698 15011733504 58155 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 1 0 0 0
[pid=19475/tid=19493] ppid=19473 vsize=14659896 CPUtime=0 cores=1,3,5,7
/proc/19475/task/19493/stat : 19493 (java) S 19473 19473 18917 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 805563698 15011733504 58155 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514752 0 4 0 16800975 18446604459632371904 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 14668596

[startup+3.1014 s]
/proc/loadavg: 1.92 2.00 1.99 3/501 19493
/proc/meminfo: memFree=30115920/32950928 swapFree=45617076/67111528
[pid=19473] ppid=19471 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19473/stat : 19473 (jMiniSat) S 19471 19473 18917 0 -1 4202496 349 233 0 0 0 0 0 0 25 0 1 0 805563694 8908800 249 33554432000 4194304 4922060 140736065773312 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19473/statm: 2175 249 209 178 0 68 0
[pid=19475] ppid=19473 vsize=14659896 CPUtime=3.76 cores=1,3,5,7
/proc/19475/stat : 19475 (java) S 19473 19473 18917 0 -1 4202496 100530 0 1 0 364 12 0 0 25 0 18 0 805563694 15011733504 98436 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19475/statm: 3664974 98437 2225 9 0 3655453 0
[pid=19475/tid=19476] ppid=19473 vsize=14659896 CPUtime=3.01 cores=1,3,5,7
/proc/19475/task/19476/stat : 19476 (java) R 19473 19473 18917 0 -1 4202560 79771 0 1 0 292 9 0 0 25 0 18 0 805563694 15011733504 98438 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 46912505570490 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19475/tid=19477] ppid=19473 vsize=14659896 CPUtime=0.02 cores=1,3,5,7
/proc/19475/task/19477/stat : 19477 (java) S 19473 19473 18917 0 -1 4202560 2275 0 0 0 2 0 0 0 15 0 18 0 805563695 15011733504 98439 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 1 0 0 0
[pid=19475/tid=19478] ppid=19473 vsize=14659896 CPUtime=0.05 cores=1,3,5,7
/proc/19475/task/19478/stat : 19478 (java) S 19473 19473 18917 0 -1 4202560 4017 0 0 0 5 0 0 0 16 0 18 0 805563695 15011733504 98441 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 7 0 0 0
[pid=19475/tid=19479] ppid=19473 vsize=14659896 CPUtime=0.05 cores=1,3,5,7
/proc/19475/task/19479/stat : 19479 (java) S 19473 19473 18917 0 -1 4202560 3404 0 0 0 5 0 0 0 16 0 18 0 805563695 15011733504 98442 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 5 0 0 0
[pid=19475/tid=19480] ppid=19473 vsize=14659896 CPUtime=0 cores=1,3,5,7
/proc/19475/task/19480/stat : 19480 (java) S 19473 19473 18917 0 -1 4202560 413 0 0 0 0 0 0 0 15 0 18 0 805563695 15011733504 98444 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 5 0 0 0
[pid=19475/tid=19481] ppid=19473 vsize=14659896 CPUtime=0.02 cores=1,3,5,7
/proc/19475/task/19481/stat : 19481 (java) S 19473 19473 18917 0 -1 4202560 1911 0 0 0 2 0 0 0 16 0 18 0 805563695 15011733504 98445 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 1 0 0 0
[pid=19475/tid=19482] ppid=19473 vsize=14659896 CPUtime=0 cores=1,3,5,7
/proc/19475/task/19482/stat : 19482 (java) S 19473 19473 18917 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 805563695 15011733504 98447 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 1 0 0 0
[pid=19475/tid=19483] ppid=19473 vsize=14659896 CPUtime=0 cores=1,3,5,7
/proc/19475/task/19483/stat : 19483 (java) S 19473 19473 18917 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 805563695 15011733504 98448 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 1 0 0 0
[pid=19475/tid=19484] ppid=19473 vsize=14659896 CPUtime=0.02 cores=1,3,5,7
/proc/19475/task/19484/stat : 19484 (java) S 19473 19473 18917 0 -1 4202560 1662 0 0 0 2 0 0 0 16 0 18 0 805563695 15011733504 98449 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 3 0 0 0
[pid=19475/tid=19486] ppid=19473 vsize=14659896 CPUtime=0 cores=1,3,5,7
/proc/19475/task/19486/stat : 19486 (java) S 19473 19473 18917 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 18 0 805563696 15011733504 98451 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514752 0 0 0 16800975 18446604459632371904 0 0 -1 1 0 0 0
[pid=19475/tid=19487] ppid=19473 vsize=14659896 CPUtime=0 cores=1,3,5,7
/proc/19475/task/19487/stat : 19487 (java) S 19473 19473 18917 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 18 0 805563696 15011733504 98452 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 1 0 0 0
[pid=19475/tid=19488] ppid=19473 vsize=14659896 CPUtime=0 cores=1,3,5,7
/proc/19475/task/19488/stat : 19488 (java) S 19473 19473 18917 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 18 0 805563696 15011733504 98453 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 1 0 0 0
[pid=19475/tid=19489] ppid=19473 vsize=14659896 CPUtime=0 cores=1,3,5,7
/proc/19475/task/19489/stat : 19489 (java) S 19473 19473 18917 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 805563698 15011733504 98455 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101521841 0 4 0 16800975 18446604459632371904 0 0 -1 1 0 0 0
[pid=19475/tid=19490] ppid=19473 vsize=14659896 CPUtime=0.32 cores=1,3,5,7
/proc/19475/task/19490/stat : 19490 (java) S 19473 19473 18917 0 -1 4202560 3556 0 0 0 32 0 0 0 15 0 18 0 805563698 15011733504 98456 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 3 0 0 0
[pid=19475/tid=19491] ppid=19473 vsize=14659896 CPUtime=0.2 cores=1,3,5,7
/proc/19475/task/19491/stat : 19491 (java) S 19473 19473 18917 0 -1 4202560 2293 0 0 0 20 0 0 0 25 0 18 0 805563698 15011733504 98457 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 7 0 0 0
[pid=19475/tid=19492] ppid=19473 vsize=14659896 CPUtime=0 cores=1,3,5,7
/proc/19475/task/19492/stat : 19492 (java) S 19473 19473 18917 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 805563698 15011733504 98459 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 1 0 0 0
[pid=19475/tid=19493] ppid=19473 vsize=14659896 CPUtime=0 cores=1,3,5,7
/proc/19475/task/19493/stat : 19493 (java) S 19473 19473 18917 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 805563698 15011733504 98460 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514752 0 4 0 16800975 18446604459632371904 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.76
Current children cumulated vsize (KiB) 14668596

[startup+6.30083 s]
/proc/loadavg: 1.93 2.00 1.99 3/501 19493
/proc/meminfo: memFree=29800340/32950928 swapFree=45617076/67111528
[pid=19473] ppid=19471 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19473/stat : 19473 (jMiniSat) S 19471 19473 18917 0 -1 4202496 349 233 0 0 0 0 0 0 25 0 1 0 805563694 8908800 249 33554432000 4194304 4922060 140736065773312 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19473/statm: 2175 249 209 178 0 68 0
[pid=19475] ppid=19473 vsize=14657872 CPUtime=7.12 cores=1,3,5,7
/proc/19475/stat : 19475 (java) S 19473 19473 18917 0 -1 4202496 139515 0 1 0 695 17 0 0 25 0 18 0 805563694 15009660928 136792 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19475/statm: 3664468 136794 2225 9 0 3654947 0
[pid=19475/tid=19476] ppid=19473 vsize=14657872 CPUtime=6.15 cores=1,3,5,7
/proc/19475/task/19476/stat : 19476 (java) R 19473 19473 18917 0 -1 4202560 104385 0 1 0 603 12 0 0 25 0 18 0 805563694 15009660928 136795 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 46912505674323 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19475/tid=19477] ppid=19473 vsize=14657872 CPUtime=0.05 cores=1,3,5,7
/proc/19475/task/19477/stat : 19477 (java) S 19473 19473 18917 0 -1 4202560 3918 0 0 0 5 0 0 0 15 0 18 0 805563695 15009660928 136796 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 5 0 0 0
[pid=19475/tid=19478] ppid=19473 vsize=14657872 CPUtime=0.1 cores=1,3,5,7
/proc/19475/task/19478/stat : 19478 (java) S 19473 19473 18917 0 -1 4202560 6485 0 0 0 9 1 0 0 16 0 18 0 805563695 15009660928 136798 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 3 0 0 0
[pid=19475/tid=19479] ppid=19473 vsize=14657872 CPUtime=0.07 cores=1,3,5,7
/proc/19475/task/19479/stat : 19479 (java) S 19473 19473 18917 0 -1 4202560 5583 0 0 0 7 0 0 0 16 0 18 0 805563695 15009660928 136800 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 5 0 0 0
[pid=19475/tid=19480] ppid=19473 vsize=14657872 CPUtime=0 cores=1,3,5,7
/proc/19475/task/19480/stat : 19480 (java) S 19473 19473 18917 0 -1 4202560 413 0 0 0 0 0 0 0 15 0 18 0 805563695 15009660928 136802 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 5 0 0 0
[pid=19475/tid=19481] ppid=19473 vsize=14657872 CPUtime=0.05 cores=1,3,5,7
/proc/19475/task/19481/stat : 19481 (java) S 19473 19473 18917 0 -1 4202560 3958 0 0 0 5 0 0 0 16 0 18 0 805563695 15009660928 136804 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 3 0 0 0
[pid=19475/tid=19482] ppid=19473 vsize=14657872 CPUtime=0.02 cores=1,3,5,7
/proc/19475/task/19482/stat : 19482 (java) S 19473 19473 18917 0 -1 4202560 2099 0 0 0 2 0 0 0 15 0 18 0 805563695 15009660928 136807 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 1 0 0 0
[pid=19475/tid=19483] ppid=19473 vsize=14657872 CPUtime=0.02 cores=1,3,5,7
/proc/19475/task/19483/stat : 19483 (java) S 19473 19473 18917 0 -1 4202560 1903 0 0 0 2 0 0 0 16 0 18 0 805563695 15009660928 136809 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 1 0 0 0
[pid=19475/tid=19484] ppid=19473 vsize=14657872 CPUtime=0.04 cores=1,3,5,7
/proc/19475/task/19484/stat : 19484 (java) S 19473 19473 18917 0 -1 4202560 3530 0 0 0 4 0 0 0 15 0 18 0 805563695 15009660928 136811 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 3 0 0 0
[pid=19475/tid=19486] ppid=19473 vsize=14657872 CPUtime=0 cores=1,3,5,7
/proc/19475/task/19486/stat : 19486 (java) S 19473 19473 18917 0 -1 4202560 260 0 0 0 0 0 0 0 15 0 18 0 805563696 15009660928 136814 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514752 0 0 0 16800975 18446604459632371904 0 0 -1 1 0 0 0
[pid=19475/tid=19487] ppid=19473 vsize=14657872 CPUtime=0 cores=1,3,5,7
/proc/19475/task/19487/stat : 19487 (java) S 19473 19473 18917 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 18 0 805563696 15009660928 136816 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 1 0 0 0
[pid=19475/tid=19488] ppid=19473 vsize=14657872 CPUtime=0 cores=1,3,5,7
/proc/19475/task/19488/stat : 19488 (java) S 19473 19473 18917 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 18 0 805563696 15009660928 136818 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 1 0 0 0
[pid=19475/tid=19489] ppid=19473 vsize=14657872 CPUtime=0 cores=1,3,5,7
/proc/19475/task/19489/stat : 19489 (java) S 19473 19473 18917 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 805563698 15009660928 136820 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101521841 0 4 0 16800975 18446604459632371904 0 0 -1 1 0 0 0
[pid=19475/tid=19490] ppid=19473 vsize=14657872 CPUtime=0.32 cores=1,3,5,7
/proc/19475/task/19490/stat : 19490 (java) S 19473 19473 18917 0 -1 4202560 3556 0 0 0 32 0 0 0 15 0 18 0 805563698 15009660928 136822 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 3 0 0 0
[pid=19475/tid=19491] ppid=19473 vsize=14657872 CPUtime=0.2 cores=1,3,5,7
/proc/19475/task/19491/stat : 19491 (java) S 19473 19473 18917 0 -1 4202560 2293 0 0 0 20 0 0 0 17 0 18 0 805563698 15009660928 136824 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 7 0 0 0
[pid=19475/tid=19492] ppid=19473 vsize=14657872 CPUtime=0 cores=1,3,5,7
/proc/19475/task/19492/stat : 19492 (java) S 19473 19473 18917 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 805563698 15009660928 136826 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 1 0 0 0
[pid=19475/tid=19493] ppid=19473 vsize=14657872 CPUtime=0 cores=1,3,5,7
/proc/19475/task/19493/stat : 19493 (java) S 19473 19473 18917 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 805563698 15009660928 136828 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514752 0 4 0 16800975 18446604459632371904 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 7.12

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

[pid=19475/tid=19486] ppid=19473 vsize=14657872 CPUtime=0.02 cores=1,3,5,7
/proc/19475/task/19486/stat : 19486 (java) S 19473 19473 18917 0 -1 4202560 2026 0 0 0 0 2 0 0 15 0 18 0 805563696 15009660928 785587 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514752 0 0 0 16800975 18446604459632371904 0 0 -1 1 0 0 0
[pid=19475/tid=19487] ppid=19473 vsize=14657872 CPUtime=0 cores=1,3,5,7
/proc/19475/task/19487/stat : 19487 (java) S 19473 19473 18917 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 18 0 805563696 15009660928 785587 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 1 0 0 0
[pid=19475/tid=19488] ppid=19473 vsize=14657872 CPUtime=0 cores=1,3,5,7
/proc/19475/task/19488/stat : 19488 (java) S 19473 19473 18917 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 18 0 805563696 15009660928 785587 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 1 0 0 0
[pid=19475/tid=19489] ppid=19473 vsize=14657872 CPUtime=0 cores=1,3,5,7
/proc/19475/task/19489/stat : 19489 (java) S 19473 19473 18917 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 805563698 15009660928 785587 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101521841 0 4 0 16800975 18446604459632371904 0 0 -1 1 0 0 0
[pid=19475/tid=19490] ppid=19473 vsize=14657872 CPUtime=0.4 cores=1,3,5,7
/proc/19475/task/19490/stat : 19490 (java) S 19473 19473 18917 0 -1 4202560 3592 0 0 0 40 0 0 0 15 0 18 0 805563698 15009660928 785587 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 3 0 0 0
[pid=19475/tid=19491] ppid=19473 vsize=14657872 CPUtime=0.23 cores=1,3,5,7
/proc/19475/task/19491/stat : 19491 (java) S 19473 19473 18917 0 -1 4202560 2308 0 0 0 23 0 0 0 15 0 18 0 805563698 15009660928 785587 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 7 0 0 0
[pid=19475/tid=19492] ppid=19473 vsize=14657872 CPUtime=0 cores=1,3,5,7
/proc/19475/task/19492/stat : 19492 (java) S 19473 19473 18917 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 805563698 15009660928 785587 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 1 0 0 0
[pid=19475/tid=19493] ppid=19473 vsize=14657872 CPUtime=0 cores=1,3,5,7
/proc/19475/task/19493/stat : 19493 (java) S 19473 19473 18917 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 18 0 805563698 15009660928 785587 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514752 0 4 0 16800975 18446604459632371904 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 308.09
Current children cumulated vsize (KiB) 14666572

[startup+305.601 s]
/proc/loadavg: 2.17 2.08 2.01 3/501 19501
/proc/meminfo: memFree=26846452/32950928 swapFree=45617076/67111528
[pid=19473] ppid=19471 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19473/stat : 19473 (jMiniSat) S 19471 19473 18917 0 -1 4202496 349 233 0 0 0 0 0 0 25 0 1 0 805563694 8908800 249 33554432000 4194304 4922060 140736065773312 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19473/statm: 2175 249 209 178 0 68 0
[pid=19475] ppid=19473 vsize=14657872 CPUtime=309.74 cores=1,3,5,7
/proc/19475/stat : 19475 (java) S 19473 19473 18917 0 -1 4202496 912127 0 1 0 30858 116 0 0 25 0 18 0 805563694 15009660928 787064 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19475/statm: 3664468 787064 2230 9 0 3654947 0
[pid=19475/tid=19476] ppid=19473 vsize=14657872 CPUtime=304.03 cores=1,3,5,7
/proc/19475/task/19476/stat : 19476 (java) R 19473 19473 18917 0 -1 4202560 636613 0 1 0 30328 75 0 0 25 0 18 0 805563694 15009660928 787064 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 46912505686931 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19475/tid=19477] ppid=19473 vsize=14657872 CPUtime=0.59 cores=1,3,5,7
/proc/19475/task/19477/stat : 19477 (java) S 19473 19473 18917 0 -1 4202560 33429 0 0 0 55 4 0 0 16 0 18 0 805563695 15009660928 787064 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 5 0 0 0
[pid=19475/tid=19478] ppid=19473 vsize=14657872 CPUtime=0.74 cores=1,3,5,7
/proc/19475/task/19478/stat : 19478 (java) S 19473 19473 18917 0 -1 4202560 39802 0 0 0 69 5 0 0 16 0 18 0 805563695 15009660928 787064 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 3 0 0 0
[pid=19475/tid=19479] ppid=19473 vsize=14657872 CPUtime=0.69 cores=1,3,5,7
/proc/19475/task/19479/stat : 19479 (java) S 19473 19473 18917 0 -1 4202560 36965 0 0 0 65 4 0 0 16 0 18 0 805563695 15009660928 787064 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 1 0 0 0
[pid=19475/tid=19480] ppid=19473 vsize=14657872 CPUtime=0.56 cores=1,3,5,7
/proc/19475/task/19480/stat : 19480 (java) S 19473 19473 18917 0 -1 4202560 31194 0 0 0 53 3 0 0 15 0 18 0 805563695 15009660928 787064 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 5 0 0 0
[pid=19475/tid=19481] ppid=19473 vsize=14657872 CPUtime=0.68 cores=1,3,5,7
/proc/19475/task/19481/stat : 19481 (java) S 19473 19473 18917 0 -1 4202560 35254 0 0 0 63 5 0 0 15 0 18 0 805563695 15009660928 787064 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 1 0 0 0
[pid=19475/tid=19482] ppid=19473 vsize=14657872 CPUtime=0.52 cores=1,3,5,7
/proc/19475/task/19482/stat : 19482 (java) S 19473 19473 18917 0 -1 4202560 28463 0 0 0 48 4 0 0 15 0 18 0 805563695 15009660928 787064 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 7 0 0 0
[pid=19475/tid=19483] ppid=19473 vsize=14657872 CPUtime=0.58 cores=1,3,5,7
/proc/19475/task/19483/stat : 19483 (java) S 19473 19473 18917 0 -1 4202560 30843 0 0 0 53 5 0 0 16 0 18 0 805563695 15009660928 787064 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 7 0 0 0
[pid=19475/tid=19484] ppid=19473 vsize=14657872 CPUtime=0.59 cores=1,3,5,7
/proc/19475/task/19484/stat : 19484 (java) S 19473 19473 18917 0 -1 4202560 30485 0 0 0 55 4 0 0 15 0 18 0 805563695 15009660928 787064 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 3 0 0 0
[pid=19475/tid=19486] ppid=19473 vsize=14657872 CPUtime=0.02 cores=1,3,5,7
/proc/19475/task/19486/stat : 19486 (java) S 19473 19473 18917 0 -1 4202560 2026 0 0 0 0 2 0 0 15 0 18 0 805563696 15009660928 787064 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514752 0 0 0 16800975 18446604459632371904 0 0 -1 1 0 0 0
[pid=19475/tid=19487] ppid=19473 vsize=14657872 CPUtime=0 cores=1,3,5,7
/proc/19475/task/19487/stat : 19487 (java) S 19473 19473 18917 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 18 0 805563696 15009660928 787064 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 1 0 0 0
[pid=19475/tid=19488] ppid=19473 vsize=14657872 CPUtime=0 cores=1,3,5,7
/proc/19475/task/19488/stat : 19488 (java) S 19473 19473 18917 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 18 0 805563696 15009660928 787064 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 1 0 0 0
[pid=19475/tid=19489] ppid=19473 vsize=14657872 CPUtime=0 cores=1,3,5,7
/proc/19475/task/19489/stat : 19489 (java) S 19473 19473 18917 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 805563698 15009660928 787064 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101521841 0 4 0 16800975 18446604459632371904 0 0 -1 1 0 0 0
[pid=19475/tid=19490] ppid=19473 vsize=14657872 CPUtime=0.4 cores=1,3,5,7
/proc/19475/task/19490/stat : 19490 (java) S 19473 19473 18917 0 -1 4202560 3592 0 0 0 40 0 0 0 15 0 18 0 805563698 15009660928 787064 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 3 0 0 0
[pid=19475/tid=19491] ppid=19473 vsize=14657872 CPUtime=0.23 cores=1,3,5,7
/proc/19475/task/19491/stat : 19491 (java) S 19473 19473 18917 0 -1 4202560 2308 0 0 0 23 0 0 0 15 0 18 0 805563698 15009660928 787064 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 7 0 0 0
[pid=19475/tid=19492] ppid=19473 vsize=14657872 CPUtime=0 cores=1,3,5,7
/proc/19475/task/19492/stat : 19492 (java) S 19473 19473 18917 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 805563698 15009660928 787064 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 1 0 0 0
[pid=19475/tid=19493] ppid=19473 vsize=14657872 CPUtime=0 cores=1,3,5,7
/proc/19475/task/19493/stat : 19493 (java) S 19473 19473 18917 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 18 0 805563698 15009660928 787064 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514752 0 4 0 16800975 18446604459632371904 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 309.74
Current children cumulated vsize (KiB) 14666572

[startup+307.201 s]
/proc/loadavg: 2.17 2.08 2.01 3/501 19501
/proc/meminfo: memFree=26838888/32950928 swapFree=45617076/67111528
[pid=19473] ppid=19471 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19473/stat : 19473 (jMiniSat) S 19471 19473 18917 0 -1 4202496 349 233 0 0 0 0 0 0 25 0 1 0 805563694 8908800 249 33554432000 4194304 4922060 140736065773312 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19473/statm: 2175 249 209 178 0 68 0
[pid=19475] ppid=19473 vsize=14657872 CPUtime=311.38 cores=1,3,5,7
/proc/19475/stat : 19475 (java) S 19473 19473 18917 0 -1 4202496 914863 0 1 0 31022 116 0 0 25 0 18 0 805563694 15009660928 787747 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19475/statm: 3664468 787747 2230 9 0 3654947 0
[pid=19475/tid=19476] ppid=19473 vsize=14657872 CPUtime=305.61 cores=1,3,5,7
/proc/19475/task/19476/stat : 19476 (java) R 19473 19473 18917 0 -1 4202560 636614 0 1 0 30486 75 0 0 25 0 18 0 805563694 15009660928 787747 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 46912505670820 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19475/tid=19477] ppid=19473 vsize=14657872 CPUtime=0.59 cores=1,3,5,7
/proc/19475/task/19477/stat : 19477 (java) S 19473 19473 18917 0 -1 4202560 33429 0 0 0 55 4 0 0 16 0 18 0 805563695 15009660928 787747 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 3 0 0 0
[pid=19475/tid=19478] ppid=19473 vsize=14657872 CPUtime=0.74 cores=1,3,5,7
/proc/19475/task/19478/stat : 19478 (java) S 19473 19473 18917 0 -1 4202560 39802 0 0 0 69 5 0 0 15 0 18 0 805563695 15009660928 787747 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 3 0 0 0
[pid=19475/tid=19479] ppid=19473 vsize=14657872 CPUtime=0.71 cores=1,3,5,7
/proc/19475/task/19479/stat : 19479 (java) S 19473 19473 18917 0 -1 4202560 37721 0 0 0 67 4 0 0 16 0 18 0 805563695 15009660928 787747 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 3 0 0 0
[pid=19475/tid=19480] ppid=19473 vsize=14657872 CPUtime=0.56 cores=1,3,5,7
/proc/19475/task/19480/stat : 19480 (java) S 19473 19473 18917 0 -1 4202560 31194 0 0 0 53 3 0 0 15 0 18 0 805563695 15009660928 787747 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 5 0 0 0
[pid=19475/tid=19481] ppid=19473 vsize=14657872 CPUtime=0.68 cores=1,3,5,7
/proc/19475/task/19481/stat : 19481 (java) S 19473 19473 18917 0 -1 4202560 35254 0 0 0 63 5 0 0 15 0 18 0 805563695 15009660928 787747 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 5 0 0 0
[pid=19475/tid=19482] ppid=19473 vsize=14657872 CPUtime=0.54 cores=1,3,5,7
/proc/19475/task/19482/stat : 19482 (java) S 19473 19473 18917 0 -1 4202560 29582 0 0 0 50 4 0 0 16 0 18 0 805563695 15009660928 787747 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 5 0 0 0
[pid=19475/tid=19483] ppid=19473 vsize=14657872 CPUtime=0.6 cores=1,3,5,7
/proc/19475/task/19483/stat : 19483 (java) S 19473 19473 18917 0 -1 4202560 31703 0 0 0 55 5 0 0 16 0 18 0 805563695 15009660928 787747 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 7 0 0 0
[pid=19475/tid=19484] ppid=19473 vsize=14657872 CPUtime=0.59 cores=1,3,5,7
/proc/19475/task/19484/stat : 19484 (java) S 19473 19473 18917 0 -1 4202560 30485 0 0 0 55 4 0 0 15 0 18 0 805563695 15009660928 787747 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 3 0 0 0
[pid=19475/tid=19486] ppid=19473 vsize=14657872 CPUtime=0.02 cores=1,3,5,7
/proc/19475/task/19486/stat : 19486 (java) S 19473 19473 18917 0 -1 4202560 2026 0 0 0 0 2 0 0 15 0 18 0 805563696 15009660928 787747 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514752 0 0 0 16800975 18446604459632371904 0 0 -1 1 0 0 0
[pid=19475/tid=19487] ppid=19473 vsize=14657872 CPUtime=0 cores=1,3,5,7
/proc/19475/task/19487/stat : 19487 (java) S 19473 19473 18917 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 18 0 805563696 15009660928 787747 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 1 0 0 0
[pid=19475/tid=19488] ppid=19473 vsize=14657872 CPUtime=0 cores=1,3,5,7
/proc/19475/task/19488/stat : 19488 (java) S 19473 19473 18917 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 18 0 805563696 15009660928 787747 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 1 0 0 0
[pid=19475/tid=19489] ppid=19473 vsize=14657872 CPUtime=0 cores=1,3,5,7
/proc/19475/task/19489/stat : 19489 (java) S 19473 19473 18917 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 805563698 15009660928 787747 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101521841 0 4 0 16800975 18446604459632371904 0 0 -1 1 0 0 0
[pid=19475/tid=19490] ppid=19473 vsize=14657872 CPUtime=0.4 cores=1,3,5,7
/proc/19475/task/19490/stat : 19490 (java) S 19473 19473 18917 0 -1 4202560 3592 0 0 0 40 0 0 0 15 0 18 0 805563698 15009660928 787747 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 3 0 0 0
[pid=19475/tid=19491] ppid=19473 vsize=14657872 CPUtime=0.23 cores=1,3,5,7
/proc/19475/task/19491/stat : 19491 (java) S 19473 19473 18917 0 -1 4202560 2308 0 0 0 23 0 0 0 15 0 18 0 805563698 15009660928 787747 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 7 0 0 0
[pid=19475/tid=19492] ppid=19473 vsize=14657872 CPUtime=0 cores=1,3,5,7
/proc/19475/task/19492/stat : 19492 (java) S 19473 19473 18917 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 805563698 15009660928 787747 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 1 0 0 0
[pid=19475/tid=19493] ppid=19473 vsize=14657872 CPUtime=0 cores=1,3,5,7
/proc/19475/task/19493/stat : 19493 (java) S 19473 19473 18917 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 18 0 805563698 15009660928 787747 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514752 0 4 0 16800975 18446604459632371904 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 311.38
Current children cumulated vsize (KiB) 14666572

[startup+308.002 s]
/proc/loadavg: 2.17 2.08 2.01 3/501 19501
/proc/meminfo: memFree=26838888/32950928 swapFree=45617076/67111528
[pid=19473] ppid=19471 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19473/stat : 19473 (jMiniSat) S 19471 19473 18917 0 -1 4202496 349 233 0 0 0 0 0 0 25 0 1 0 805563694 8908800 249 33554432000 4194304 4922060 140736065773312 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19473/statm: 2175 249 209 178 0 68 0
[pid=19475] ppid=19473 vsize=14657872 CPUtime=312.19 cores=1,3,5,7
/proc/19475/stat : 19475 (java) S 19473 19473 18917 0 -1 4202496 914863 0 1 0 31103 116 0 0 25 0 18 0 805563694 15009660928 787747 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19475/statm: 3664468 787747 2230 9 0 3654947 0
[pid=19475/tid=19476] ppid=19473 vsize=14657872 CPUtime=306.43 cores=1,3,5,7
/proc/19475/task/19476/stat : 19476 (java) R 19473 19473 18917 0 -1 4202560 636614 0 1 0 30568 75 0 0 25 0 18 0 805563694 15009660928 787747 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 46912505786250 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19475/tid=19477] ppid=19473 vsize=14657872 CPUtime=0.59 cores=1,3,5,7
/proc/19475/task/19477/stat : 19477 (java) S 19473 19473 18917 0 -1 4202560 33429 0 0 0 55 4 0 0 16 0 18 0 805563695 15009660928 787747 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 3 0 0 0
[pid=19475/tid=19478] ppid=19473 vsize=14657872 CPUtime=0.74 cores=1,3,5,7
/proc/19475/task/19478/stat : 19478 (java) S 19473 19473 18917 0 -1 4202560 39802 0 0 0 69 5 0 0 15 0 18 0 805563695 15009660928 787747 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 3 0 0 0
[pid=19475/tid=19479] ppid=19473 vsize=14657872 CPUtime=0.71 cores=1,3,5,7
/proc/19475/task/19479/stat : 19479 (java) S 19473 19473 18917 0 -1 4202560 37721 0 0 0 67 4 0 0 16 0 18 0 805563695 15009660928 787747 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 3 0 0 0
[pid=19475/tid=19480] ppid=19473 vsize=14657872 CPUtime=0.56 cores=1,3,5,7
/proc/19475/task/19480/stat : 19480 (java) S 19473 19473 18917 0 -1 4202560 31194 0 0 0 53 3 0 0 15 0 18 0 805563695 15009660928 787747 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 5 0 0 0
[pid=19475/tid=19481] ppid=19473 vsize=14657872 CPUtime=0.68 cores=1,3,5,7
/proc/19475/task/19481/stat : 19481 (java) S 19473 19473 18917 0 -1 4202560 35254 0 0 0 63 5 0 0 15 0 18 0 805563695 15009660928 787747 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 5 0 0 0
[pid=19475/tid=19482] ppid=19473 vsize=14657872 CPUtime=0.54 cores=1,3,5,7
/proc/19475/task/19482/stat : 19482 (java) S 19473 19473 18917 0 -1 4202560 29582 0 0 0 50 4 0 0 16 0 18 0 805563695 15009660928 787747 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 5 0 0 0
[pid=19475/tid=19483] ppid=19473 vsize=14657872 CPUtime=0.6 cores=1,3,5,7
/proc/19475/task/19483/stat : 19483 (java) S 19473 19473 18917 0 -1 4202560 31703 0 0 0 55 5 0 0 16 0 18 0 805563695 15009660928 787747 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 7 0 0 0
[pid=19475/tid=19484] ppid=19473 vsize=14657872 CPUtime=0.59 cores=1,3,5,7
/proc/19475/task/19484/stat : 19484 (java) S 19473 19473 18917 0 -1 4202560 30485 0 0 0 55 4 0 0 15 0 18 0 805563695 15009660928 787747 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 3 0 0 0
[pid=19475/tid=19486] ppid=19473 vsize=14657872 CPUtime=0.02 cores=1,3,5,7
/proc/19475/task/19486/stat : 19486 (java) S 19473 19473 18917 0 -1 4202560 2026 0 0 0 0 2 0 0 15 0 18 0 805563696 15009660928 787747 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514752 0 0 0 16800975 18446604459632371904 0 0 -1 1 0 0 0
[pid=19475/tid=19487] ppid=19473 vsize=14657872 CPUtime=0 cores=1,3,5,7
/proc/19475/task/19487/stat : 19487 (java) S 19473 19473 18917 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 18 0 805563696 15009660928 787747 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 1 0 0 0
[pid=19475/tid=19488] ppid=19473 vsize=14657872 CPUtime=0 cores=1,3,5,7
/proc/19475/task/19488/stat : 19488 (java) S 19473 19473 18917 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 18 0 805563696 15009660928 787747 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 1 0 0 0
[pid=19475/tid=19489] ppid=19473 vsize=14657872 CPUtime=0 cores=1,3,5,7
/proc/19475/task/19489/stat : 19489 (java) S 19473 19473 18917 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 805563698 15009660928 787747 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101521841 0 4 0 16800975 18446604459632371904 0 0 -1 1 0 0 0
[pid=19475/tid=19490] ppid=19473 vsize=14657872 CPUtime=0.4 cores=1,3,5,7
/proc/19475/task/19490/stat : 19490 (java) S 19473 19473 18917 0 -1 4202560 3592 0 0 0 40 0 0 0 15 0 18 0 805563698 15009660928 787747 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 3 0 0 0
[pid=19475/tid=19491] ppid=19473 vsize=14657872 CPUtime=0.23 cores=1,3,5,7
/proc/19475/task/19491/stat : 19491 (java) S 19473 19473 18917 0 -1 4202560 2308 0 0 0 23 0 0 0 15 0 18 0 805563698 15009660928 787747 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 7 0 0 0
[pid=19475/tid=19492] ppid=19473 vsize=14657872 CPUtime=0 cores=1,3,5,7
/proc/19475/task/19492/stat : 19492 (java) S 19473 19473 18917 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 805563698 15009660928 787747 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514137 0 4 0 16800975 18446604459632371904 0 0 -1 1 0 0 0
[pid=19475/tid=19493] ppid=19473 vsize=14657872 CPUtime=0 cores=1,3,5,7
/proc/19475/task/19493/stat : 19493 (java) S 19473 19473 18917 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 18 0 805563698 15009660928 787747 33554432000 1073741824 1073778376 140733752136240 18446744073709551615 248101514752 0 4 0 16800975 18446604459632371904 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 312.19
Current children cumulated vsize (KiB) 14666572

[startup+308.401 s]
/proc/loadavg: 2.17 2.08 2.01 3/501 19501
/proc/meminfo: memFree=26838888/32950928 swapFree=45617076/67111528
[pid=19473] ppid=19471 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19473/stat : 19473 (jMiniSat) S 19471 19473 18917 0 -1 4202496 349 233 0 0 0 0 0 0 25 0 1 0 805563694 8908800 249 33554432000 4194304 4922060 140736065773312 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19473/statm: 2175 249 209 178 0 68 0
[pid=19475] ppid=19473 vsize=0 CPUtime=312.39 cores=1,3,5,7
/proc/19475/stat : 19475 (java) Z 19473 19473 18917 0 -1 4203548 914872 0 1 0 31120 119 0 0 18 0 2 0 805563694 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19475/statm: 0 0 0 0 0 0 0
[pid=19475/tid=19484] ppid=19473 vsize=0 CPUtime=0.62 cores=1,3,5,7
/proc/19475/task/19484/stat : 19484 (java) R 19473 19473 18917 0 -1 4203588 30485 0 0 0 55 7 0 0 15 0 2 0 805563695 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 312.39
Current children cumulated vsize (KiB) 8700

Child status: 20
Real time (s): 308.499
CPU time (s): 312.498
CPU user time (s): 311.207
CPU system time (s): 1.2908
CPU usage (%): 101.296
Max. virtual memory (cumulated for all children) (KiB): 14668596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 311.207
system time used= 1.2908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 915461
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= 7635
involuntary context switches= 1856

runsolver used 1.43578 second user time and 3.35049 second system time

The end

Launcher Data

Begin job on node123 at 2011-06-01 16:47:19
IDJOB=3439532
IDBENCH=85572
IDSOLVER=1937
FILE ID=node123/3439532-1306939639
RUNJOBID= node123-1306929645-18936
PBS_JOBID= 13488585
Free space on /tmp= 73824 MiB

SOLVER NAME= jMiniSat 2011
BENCH NAME= SAT05/crafted/sabharwal05/pebbling/grid-pebbling/unsat/grid-pbl-0250.shuffled-as.sat05-1349.shuffled-as.sat05-1349.cnf
COMMAND LINE= ./jMiniSat -sc-mode BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3439532-1306939639/watcher-3439532-1306939639 -o /tmp/evaluation-result-3439532-1306939639/solver-3439532-1306939639 -C 5000 -W 5100 -M 15500  ./jMiniSat -sc-mode HOME/instance-3439532-1306939639.cnf

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

MD5SUM BENCH= 384c65902b197ca2c64d2ee8a3c64089
RANDOM SEED=344502022

node123.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30399676 kB
Buffers:        153472 kB
Cached:         127472 kB
SwapCached:       9456 kB
Active:        2138256 kB
Inactive:       144548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30399676 kB
SwapTotal:    67111528 kB
SwapFree:     45617076 kB
Dirty:            3768 kB
Writeback:           0 kB
AnonPages:     1999708 kB
Mapped:          31600 kB
Slab:           122288 kB
PageTables:      78656 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 134466280 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= 73824 MiB
End job on node123 at 2011-06-01 16:52:27