Trace number 3313270

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1? (TO) 3336.85 1302.81

General information on the benchmark

Nameindustrial/anbulagan/
hard-sat/partial-10-13-s.cnf
MD5SUMd90571b4b69632567da9d3ebfd25979e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark200.647
Satisfiable
(Un)Satisfiability was proved
Number of variables234673
Number of clauses1071339
Sum of the clauses size2453820
Maximum clause length10
Minimum clause length1
Number of clauses of size 117679
Number of clauses of size 2856659
Number of clauses of size 3153061
Number of clauses of size 44880
Number of clauses of size 519520
Number of clauses of size over 519540

Solver Data

0.10/0.11	30:33 INFO : Reading from input HOME/instance-3313270-1304073032.cnf
3.84/3.58	Executor set job limit to 1000000
3.84/3.58	Executor set job limit to 1000000
3.84/3.58	Executor set job limit to 1000000
3.84/3.58	Executor set job limit to 1000000
3.84/3.58	Starting Executor!
3.84/3.58	Starting Executor!
3.84/3.59	Starting Executor!
3.84/3.59	Starting Executor!
90.67/88.16	32:01 INFO : 124693 variables remaining out of 234673
90.67/88.16	32:01 INFO : 28314240 literals remaining out of 3525159

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3313270-1304073032/watcher-3313270-1304073032 -o /tmp/evaluation-result-3313270-1304073032/solver-3313270-1304073032 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3313270-1304073032.cnf 

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

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


[startup+0 s]
/proc/loadavg: 6.28 7.67 7.73 2/194 14746
/proc/meminfo: memFree=14068824/32950928 swapFree=67111528/67111528
[pid=14746] ppid=14744 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/14746/stat : 14746 (java) S 14744 14746 14691 0 -1 4202496 1418 0 0 0 0 0 0 0 21 0 2 0 518903089 27824128 887 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101500901 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/14746/statm: 6793 893 684 9 0 381 0
[pid=14746/tid=14747] ppid=14744 vsize=28384 CPUtime=0 cores=1,3,5,7
/proc/14746/task/14747/stat : 14747 (java) R 14744 14746 14691 0 -1 4202560 71 0 0 0 0 0 0 0 22 0 2 0 518903090 29065216 897 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248084774535 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.0582799 s]
/proc/loadavg: 6.28 7.67 7.73 2/194 14746
/proc/meminfo: memFree=14068824/32950928 swapFree=67111528/67111528
[pid=14746] ppid=14744 vsize=15609780 CPUtime=0.04 cores=1,3,5,7
/proc/14746/stat : 14746 (java) S 14744 14746 14691 0 -1 4202496 4254 0 1 0 4 0 0 0 21 0 18 0 518903089 15984414720 3692 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/14746/statm: 3902445 3692 1768 9 0 3893164 0
[pid=14746/tid=14747] ppid=14744 vsize=15609780 CPUtime=0.04 cores=1,3,5,7
/proc/14746/task/14747/stat : 14747 (java) R 14744 14746 14691 0 -1 4202560 2836 0 1 0 4 0 0 0 25 0 18 0 518903090 15984414720 3692 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 47400781618003 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15609780

[startup+0.100273 s]
/proc/loadavg: 6.28 7.67 7.73 2/194 14746
/proc/meminfo: memFree=14068824/32950928 swapFree=67111528/67111528
[pid=14746] ppid=14744 vsize=15677024 CPUtime=0.1 cores=1,3,5,7
/proc/14746/stat : 14746 (java) S 14744 14746 14691 0 -1 4202496 5576 0 1 0 9 1 0 0 21 0 18 0 518903089 16053272576 4987 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/14746/statm: 3919256 4987 2117 9 0 3909975 0
[pid=14746/tid=14747] ppid=14744 vsize=15677024 CPUtime=0.09 cores=1,3,5,7
/proc/14746/task/14747/stat : 14747 (java) R 14744 14746 14691 0 -1 4202560 3424 0 1 0 8 1 0 0 18 0 18 0 518903090 16053272576 4987 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248089694213 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15677024

[startup+0.300239 s]
/proc/loadavg: 6.28 7.67 7.73 2/194 14746
/proc/meminfo: memFree=14068824/32950928 swapFree=67111528/67111528
[pid=14746] ppid=14744 vsize=15680612 CPUtime=0.52 cores=1,3,5,7
/proc/14746/stat : 14746 (java) S 14744 14746 14691 0 -1 4202496 15790 0 1 0 49 3 0 0 21 0 18 0 518903089 16056946688 14202 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/14746/statm: 3920153 14207 2213 9 0 3910872 0
[pid=14746/tid=14747] ppid=14744 vsize=15680612 CPUtime=0.28 cores=1,3,5,7
/proc/14746/task/14747/stat : 14747 (java) R 14744 14746 14691 0 -1 4202560 10728 0 1 0 26 2 0 0 18 0 18 0 518903090 16056946688 14209 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 46912505639635 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15680612

[startup+0.700228 s]
/proc/loadavg: 6.28 7.67 7.73 2/194 14746
/proc/meminfo: memFree=14068824/32950928 swapFree=67111528/67111528
[pid=14746] ppid=14744 vsize=15680612 CPUtime=0.93 cores=1,3,5,7
/proc/14746/stat : 14746 (java) S 14744 14746 14691 0 -1 4202496 42243 0 1 0 87 6 0 0 21 0 18 0 518903089 16056946688 40653 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/14746/statm: 3920153 40653 2229 9 0 3910872 0
[pid=14746/tid=14747] ppid=14744 vsize=15680612 CPUtime=0.68 cores=1,3,5,7
/proc/14746/task/14747/stat : 14747 (java) R 14744 14746 14691 0 -1 4202560 35539 0 1 0 63 5 0 0 18 0 18 0 518903090 16056946688 40653 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101524939 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 15680612

[startup+1.50103 s]
/proc/loadavg: 6.28 7.67 7.73 3/212 14764
/proc/meminfo: memFree=13754172/32950928 swapFree=67111528/67111528
[pid=14746] ppid=14744 vsize=15680612 CPUtime=1.75 cores=1,3,5,7
/proc/14746/stat : 14746 (java) S 14744 14746 14691 0 -1 4202496 76142 0 1 0 164 11 0 0 21 0 18 0 518903089 16056946688 74548 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/14746/statm: 3920153 74548 2229 9 0 3910872 0
[pid=14746/tid=14747] ppid=14744 vsize=15680612 CPUtime=1.47 cores=1,3,5,7
/proc/14746/task/14747/stat : 14747 (java) R 14744 14746 14691 0 -1 4202560 65840 0 1 0 138 9 0 0 19 0 18 0 518903090 16056946688 74548 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 46912505637408 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14746/tid=14749] ppid=14744 vsize=15680612 CPUtime=0 cores=1,3,5,7
/proc/14746/task/14749/stat : 14749 (java) S 14744 14746 14691 0 -1 4202560 1321 0 0 0 0 0 0 0 15 0 18 0 518903090 16056946688 74548 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 5 0 0 0
[pid=14746/tid=14750] ppid=14744 vsize=15680612 CPUtime=0 cores=1,3,5,7
/proc/14746/task/14750/stat : 14750 (java) S 14744 14746 14691 0 -1 4202560 917 0 0 0 0 0 0 0 15 0 18 0 518903090 16056946688 74548 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 3 0 0 0
[pid=14746/tid=14751] ppid=14744 vsize=15680612 CPUtime=0 cores=1,3,5,7
/proc/14746/task/14751/stat : 14751 (java) S 14744 14746 14691 0 -1 4202560 1341 0 0 0 0 0 0 0 15 0 18 0 518903090 16056946688 74548 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 3 0 0 0
[pid=14746/tid=14752] ppid=14744 vsize=15680612 CPUtime=0 cores=1,3,5,7
/proc/14746/task/14752/stat : 14752 (java) S 14744 14746 14691 0 -1 4202560 284 0 0 0 0 0 0 0 15 0 18 0 518903090 16056946688 74548 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 7 0 0 0
[pid=14746/tid=14753] ppid=14744 vsize=15680612 CPUtime=0 cores=1,3,5,7
/proc/14746/task/14753/stat : 14753 (java) S 14744 14746 14691 0 -1 4202560 332 0 0 0 0 0 0 0 15 0 18 0 518903090 16056946688 74548 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 1 0 0 0
[pid=14746/tid=14754] ppid=14744 vsize=15680612 CPUtime=0 cores=1,3,5,7
/proc/14746/task/14754/stat : 14754 (java) S 14744 14746 14691 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 18 0 518903090 16056946688 74548 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 7 0 0 0
[pid=14746/tid=14755] ppid=14744 vsize=15680612 CPUtime=0 cores=1,3,5,7
/proc/14746/task/14755/stat : 14755 (java) S 14744 14746 14691 0 -1 4202560 66 0 0 0 0 0 0 0 16 0 18 0 518903090 16056946688 74548 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 5 0 0 0
[pid=14746/tid=14756] ppid=14744 vsize=15680612 CPUtime=0 cores=1,3,5,7
/proc/14746/task/14756/stat : 14756 (java) S 14744 14746 14691 0 -1 4202560 788 0 0 0 0 0 0 0 15 0 18 0 518903090 16056946688 74548 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 1 0 0 0
[pid=14746/tid=14757] ppid=14744 vsize=15680612 CPUtime=0 cores=1,3,5,7
/proc/14746/task/14757/stat : 14757 (java) S 14744 14746 14691 0 -1 4202560 185 0 0 0 0 0 0 0 15 0 18 0 518903091 16056946688 74548 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514752 0 0 0 16800975 18446604458484632384 0 0 -1 7 0 0 0
[pid=14746/tid=14758] ppid=14744 vsize=15680612 CPUtime=0 cores=1,3,5,7
/proc/14746/task/14758/stat : 14758 (java) S 14744 14746 14691 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 518903092 16056946688 74548 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 7 0 0 0
[pid=14746/tid=14759] ppid=14744 vsize=15680612 CPUtime=0 cores=1,3,5,7
/proc/14746/task/14759/stat : 14759 (java) S 14744 14746 14691 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 18 0 518903092 16056946688 74548 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 5 0 0 0
[pid=14746/tid=14760] ppid=14744 vsize=15680612 CPUtime=0 cores=1,3,5,7
/proc/14746/task/14760/stat : 14760 (java) S 14744 14746 14691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 518903094 16056946688 74548 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101521841 0 4 0 16800975 18446604458484632384 0 0 -1 7 0 0 0
[pid=14746/tid=14761] ppid=14744 vsize=15680612 CPUtime=0.11 cores=1,3,5,7
/proc/14746/task/14761/stat : 14761 (java) S 14744 14746 14691 0 -1 4202560 1167 0 0 0 11 0 0 0 25 0 18 0 518903094 16056946688 74548 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 7 0 0 0
[pid=14746/tid=14762] ppid=14744 vsize=15680612 CPUtime=0.12 cores=1,3,5,7
/proc/14746/task/14762/stat : 14762 (java) S 14744 14746 14691 0 -1 4202560 2507 0 0 0 12 0 0 0 15 0 18 0 518903094 16056946688 74548 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 3 0 0 0
[pid=14746/tid=14763] ppid=14744 vsize=15680612 CPUtime=0 cores=1,3,5,7
/proc/14746/task/14763/stat : 14763 (java) S 14744 14746 14691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 518903094 16056946688 74548 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 1 0 0 0
[pid=14746/tid=14764] ppid=14744 vsize=15680612 CPUtime=0 cores=1,3,5,7
/proc/14746/task/14764/stat : 14764 (java) S 14744 14746 14691 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 518903094 16056946688 74548 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514752 0 4 0 16800975 18446604458484632384 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 15680612

[startup+3.10075 s]
/proc/loadavg: 5.94 7.57 7.70 3/212 14764
/proc/meminfo: memFree=13400152/32950928 swapFree=67111528/67111528
[pid=14746] ppid=14744 vsize=15680612 CPUtime=3.44 cores=1,3,5,7
/proc/14746/stat : 14746 (java) S 14744 14746 14691 0 -1 4202496 145868 0 1 0 323 21 0 0 21 0 18 0 518903089 16056946688 144268 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/14746/statm: 3920153 144268 2247 9 0 3910872 0
[pid=14746/tid=14747] ppid=14744 vsize=15680612 CPUtime=3.05 cores=1,3,5,7
/proc/14746/task/14747/stat : 14747 (java) R 14744 14746 14691 0 -1 4202560 126974 0 1 0 287 18 0 0 24 0 18 0 518903090 16056946688 144268 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101524939 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14746/tid=14749] ppid=14744 vsize=15680612 CPUtime=0.01 cores=1,3,5,7
/proc/14746/task/14749/stat : 14749 (java) S 14744 14746 14691 0 -1 4202560 1340 0 0 0 1 0 0 0 16 0 18 0 518903090 16056946688 144268 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 5 0 0 0
[pid=14746/tid=14750] ppid=14744 vsize=15680612 CPUtime=0.01 cores=1,3,5,7
/proc/14746/task/14750/stat : 14750 (java) S 14744 14746 14691 0 -1 4202560 979 0 0 0 1 0 0 0 16 0 18 0 518903090 16056946688 144268 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 1 0 0 0
[pid=14746/tid=14751] ppid=14744 vsize=15680612 CPUtime=0.01 cores=1,3,5,7
/proc/14746/task/14751/stat : 14751 (java) S 14744 14746 14691 0 -1 4202560 1358 0 0 0 1 0 0 0 16 0 18 0 518903090 16056946688 144268 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 3 0 0 0
[pid=14746/tid=14752] ppid=14744 vsize=15680612 CPUtime=0 cores=1,3,5,7
/proc/14746/task/14752/stat : 14752 (java) S 14744 14746 14691 0 -1 4202560 518 0 0 0 0 0 0 0 16 0 18 0 518903090 16056946688 144268 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 1 0 0 0
[pid=14746/tid=14753] ppid=14744 vsize=15680612 CPUtime=0.01 cores=1,3,5,7
/proc/14746/task/14753/stat : 14753 (java) S 14744 14746 14691 0 -1 4202560 562 0 0 0 1 0 0 0 16 0 18 0 518903090 16056946688 144268 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 1 0 0 0
[pid=14746/tid=14754] ppid=14744 vsize=15680612 CPUtime=0.01 cores=1,3,5,7
/proc/14746/task/14754/stat : 14754 (java) S 14744 14746 14691 0 -1 4202560 7709 0 0 0 0 1 0 0 16 0 18 0 518903090 16056946688 144268 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 3 0 0 0
[pid=14746/tid=14755] ppid=14744 vsize=15680612 CPUtime=0 cores=1,3,5,7
/proc/14746/task/14755/stat : 14755 (java) S 14744 14746 14691 0 -1 4202560 87 0 0 0 0 0 0 0 16 0 18 0 518903090 16056946688 144268 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 5 0 0 0
[pid=14746/tid=14756] ppid=14744 vsize=15680612 CPUtime=0 cores=1,3,5,7
/proc/14746/task/14756/stat : 14756 (java) S 14744 14746 14691 0 -1 4202560 788 0 0 0 0 0 0 0 16 0 18 0 518903090 16056946688 144268 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 3 0 0 0
[pid=14746/tid=14757] ppid=14744 vsize=15680612 CPUtime=0 cores=1,3,5,7
/proc/14746/task/14757/stat : 14757 (java) S 14744 14746 14691 0 -1 4202560 437 0 0 0 0 0 0 0 15 0 18 0 518903091 16056946688 144268 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514752 0 0 0 16800975 18446604458484632384 0 0 -1 7 0 0 0
[pid=14746/tid=14758] ppid=14744 vsize=15680612 CPUtime=0 cores=1,3,5,7
/proc/14746/task/14758/stat : 14758 (java) S 14744 14746 14691 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 518903092 16056946688 144268 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 7 0 0 0
[pid=14746/tid=14759] ppid=14744 vsize=15680612 CPUtime=0 cores=1,3,5,7
/proc/14746/task/14759/stat : 14759 (java) S 14744 14746 14691 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 18 0 518903092 16056946688 144268 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 5 0 0 0
[pid=14746/tid=14760] ppid=14744 vsize=15680612 CPUtime=0 cores=1,3,5,7
/proc/14746/task/14760/stat : 14760 (java) S 14744 14746 14691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 518903094 16056946688 144268 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101521841 0 4 0 16800975 18446604458484632384 0 0 -1 7 0 0 0
[pid=14746/tid=14761] ppid=14744 vsize=15680612 CPUtime=0.13 cores=1,3,5,7
/proc/14746/task/14761/stat : 14761 (java) S 14744 14746 14691 0 -1 4202560 1178 0 0 0 13 0 0 0 15 0 18 0 518903094 16056946688 144268 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 7 0 0 0
[pid=14746/tid=14762] ppid=14744 vsize=15680612 CPUtime=0.14 cores=1,3,5,7
/proc/14746/task/14762/stat : 14762 (java) S 14744 14746 14691 0 -1 4202560 2551 0 0 0 14 0 0 0 15 0 18 0 518903094 16056946688 144268 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 3 0 0 0
[pid=14746/tid=14763] ppid=14744 vsize=15680612 CPUtime=0 cores=1,3,5,7
/proc/14746/task/14763/stat : 14763 (java) S 14744 14746 14691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 518903094 16056946688 144268 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 1 0 0 0
[pid=14746/tid=14764] ppid=14744 vsize=15680612 CPUtime=0 cores=1,3,5,7
/proc/14746/task/14764/stat : 14764 (java) S 14744 14746 14691 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 518903094 16056946688 144268 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514752 0 4 0 16800975 18446604458484632384 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.44
Current children cumulated vsize (KiB) 15680612

[startup+6.30118 s]
/proc/loadavg: 5.94 7.57 7.70 3/220 14772
/proc/meminfo: memFree=12581764/32950928 swapFree=67111528/67111528
[pid=14746] ppid=14744 vsize=15694136 CPUtime=7.47 cores=1,3,5,7
/proc/14746/stat : 14746 (java) S 14744 14746 14691 0 -1 4202496 232317 0 1 0 715 32 0 0 21 0 22 0 518903089 16070795264 223806 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/14746/statm: 3923534 223806 2266 9 0 3914253 0
[pid=14746/tid=14747] ppid=14744 vsize=15694136 CPUtime=6.25 cores=1,3,5,7
/proc/14746/task/14747/stat : 14747 (java) R 14744 14746 14691 0 -1 4202560 203232 0 1 0 598 27 0 0 25 0 22 0 518903090 16070795264 223807 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 46912505736534 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=14746/tid=14749] ppid=14744 vsize=15694136 CPUtime=0.01 cores=1,3,5,7
/proc/14746/task/14749/stat : 14749 (java) S 14744 14746 14691 0 -1 4202560 1340 0 0 0 1 0 0 0 16 0 22 0 518903090 16070795264 223807 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 5 0 0 0
[pid=14746/tid=14750] ppid=14744 vsize=15694136 CPUtime=0.01 cores=1,3,5,7
/proc/14746/task/14750/stat : 14750 (java) S 14744 14746 14691 0 -1 4202560 979 0 0 0 1 0 0 0 16 0 22 0 518903090 16070795264 223808 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 1 0 0 0
[pid=14746/tid=14751] ppid=14744 vsize=15694136 CPUtime=0.01 cores=1,3,5,7
/proc/14746/task/14751/stat : 14751 (java) S 14744 14746 14691 0 -1 4202560 1358 0 0 0 1 0 0 0 16 0 22 0 518903090 16070795264 223809 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 3 0 0 0
[pid=14746/tid=14752] ppid=14744 vsize=15694136 CPUtime=0 cores=1,3,5,7
/proc/14746/task/14752/stat : 14752 (java) S 14744 14746 14691 0 -1 4202560 518 0 0 0 0 0 0 0 16 0 22 0 518903090 16070795264 223809 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 1 0 0 0
[pid=14746/tid=14753] ppid=14744 vsize=15694136 CPUtime=0.01 cores=1,3,5,7
/proc/14746/task/14753/stat : 14753 (java) S 14744 14746 14691 0 -1 4202560 562 0 0 0 1 0 0 0 16 0 22 0 518903090 16070795264 223810 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 1 0 0 0
[pid=14746/tid=14754] ppid=14744 vsize=15694136 CPUtime=0.01 cores=1,3,5,7
/proc/14746/task/14754/stat : 14754 (java) S 14744 14746 14691 0 -1 4202560 7709 0 0 0 0 1 0 0 16 0 22 0 518903090 16070795264 223810 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 3 0 0 0
[pid=14746/tid=14755] ppid=14744 vsize=15694136 CPUtime=0 cores=1,3,5,7
/proc/14746/task/14755/stat : 14755 (java) S 14744 14746 14691 0 -1 4202560 87 0 0 0 0 0 0 0 16 0 22 0 518903090 16070795264 223811 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 5 0 0 0
[pid=14746/tid=14756] ppid=14744 vsize=15694136 CPUtime=0 cores=1,3,5,7
/proc/14746/task/14756/stat : 14756 (java) S 14744 14746 14691 0 -1 4202560 788 0 0 0 0 0 0 0 16 0 22 0 518903090 16070795264 223811 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 3 0 0 0
[pid=14746/tid=14757] ppid=14744 vsize=15694136 CPUtime=0 cores=1,3,5,7
/proc/14746/task/14757/stat : 14757 (java) S 14744 14746 14691 0 -1 4202560 437 0 0 0 0 0 0 0 15 0 22 0 518903091 16070795264 223812 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514752 0 0 0 16800975 18446604458484632384 0 0 -1 7 0 0 0
[pid=14746/tid=14758] ppid=14744 vsize=15694136 CPUtime=0 cores=1,3,5,7
/proc/14746/task/14758/stat : 14758 (java) S 14744 14746 14691 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 518903092 16070795264 223812 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 7 0 0 0
[pid=14746/tid=14759] ppid=14744 vsize=15694136 CPUtime=0 cores=1,3,5,7
/proc/14746/task/14759/stat : 14759 (java) S 14744 14746 14691 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 22 0 518903092 16070795264 223813 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 5 0 0 0
[pid=14746/tid=14760] ppid=14744 vsize=15694136 CPUtime=0 cores=1,3,5,7
/proc/14746/task/14760/stat : 14760 (java) S 14744 14746 14691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 518903094 16070795264 223814 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101521841 0 4 0 16800975 18446604458484632384 0 0 -1 7 0 0 0
[pid=14746/tid=14761] ppid=14744 vsize=15694136 CPUtime=0.54 cores=1,3,5,7
/proc/14746/task/14761/stat : 14761 (java) R 14744 14746 14691 0 -1 4202560 7153 0 0 0 53 1 0 0 15 0 22 0 518903094 16070795264 223814 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 47400779697969 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=14746/tid=14762] ppid=14744 vsize=15694136 CPUtime=0.55 cores=1,3,5,7
/proc/14746/task/14762/stat : 14762 (java) R 14744 14746 14691 0 -1 4202560 6704 0 0 0 55 0 0 0 15 0 22 0 518903094 16070795264 223815 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 47400777971075 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14746/tid=14763] ppid=14744 vsize=15694136 CPUtime=0 cores=1,3,5,7
/proc/14746/task/14763/stat : 14763 (java) S 14744 14746 14691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 518903094 16070795264 223815 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 1 0 0 0
[pid=14746/tid=14764] ppid=14744 vsize=15694136 CPUtime=0 cores=1,3,5,7
/proc/14746/task/14764/stat : 14764 (java) S 14744 14746 14691 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 518903094 16070795264 223816 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514752 0 4 0 16800975 18446604458484632384 0 0 -1 5 0 0 0

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

[pid=14746/tid=14759] ppid=14744 vsize=15690284 CPUtime=0 cores=1,3,5,7
/proc/14746/task/14759/stat : 14759 (java) S 14744 14746 14691 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 518903092 16066850816 3834856 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 5 0 0 0
[pid=14746/tid=14760] ppid=14744 vsize=15690284 CPUtime=0 cores=1,3,5,7
/proc/14746/task/14760/stat : 14760 (java) S 14744 14746 14691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 518903094 16066850816 3834856 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101521841 0 4 0 16800975 18446604458484632384 0 0 -1 7 0 0 0
[pid=14746/tid=14761] ppid=14744 vsize=15690284 CPUtime=1.3 cores=1,3,5,7
/proc/14746/task/14761/stat : 14761 (java) S 14744 14746 14691 0 -1 4202560 7500 0 0 0 129 1 0 0 15 0 22 0 518903094 16066850816 3834856 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 3 0 0 0
[pid=14746/tid=14762] ppid=14744 vsize=15690284 CPUtime=1.27 cores=1,3,5,7
/proc/14746/task/14762/stat : 14762 (java) S 14744 14746 14691 0 -1 4202560 9436 0 0 0 127 0 0 0 15 0 22 0 518903094 16066850816 3834856 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 1 0 0 0
[pid=14746/tid=14763] ppid=14744 vsize=15690284 CPUtime=0 cores=1,3,5,7
/proc/14746/task/14763/stat : 14763 (java) S 14744 14746 14691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 518903094 16066850816 3834856 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 1 0 0 0
[pid=14746/tid=14764] ppid=14744 vsize=15690284 CPUtime=0 cores=1,3,5,7
/proc/14746/task/14764/stat : 14764 (java) S 14744 14746 14691 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 518903094 16066850816 3834856 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514752 0 4 0 16800975 18446604458484632384 0 0 -1 1 0 0 0
[pid=14746/tid=14765] ppid=14744 vsize=15690284 CPUtime=645.98 cores=1,3,5,7
/proc/14746/task/14765/stat : 14765 (java) S 14744 14746 14691 0 -1 4202560 381 0 0 0 64597 1 0 0 15 0 22 0 518903448 16066850816 3834856 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 1 0 0 0
[pid=14746/tid=14766] ppid=14744 vsize=15690284 CPUtime=646.27 cores=1,3,5,7
/proc/14746/task/14766/stat : 14766 (java) S 14744 14746 14691 0 -1 4202560 229 0 0 0 64626 1 0 0 15 0 22 0 518903448 16066850816 3834856 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 7 0 0 0
[pid=14746/tid=14767] ppid=14744 vsize=15690284 CPUtime=692.56 cores=1,3,5,7
/proc/14746/task/14767/stat : 14767 (java) S 14744 14746 14691 0 -1 4202560 262 0 0 0 69255 1 0 0 15 0 22 0 518903448 16066850816 3834856 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 3 0 0 0
[pid=14746/tid=14768] ppid=14744 vsize=15690284 CPUtime=734.12 cores=1,3,5,7
/proc/14746/task/14768/stat : 14768 (java) S 14744 14746 14691 0 -1 4202560 613 0 0 0 73412 0 0 0 15 0 22 0 518903448 16066850816 3834856 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3216.3
Current children cumulated vsize (KiB) 15690284

[startup+1242.3 s]
/proc/loadavg: 3.79 5.16 6.36 6/220 14805
/proc/meminfo: memFree=100772/32950928 swapFree=67111428/67111528
[pid=14746] ppid=14744 vsize=15690284 CPUtime=3276.3 cores=1,3,5,7
/proc/14746/stat : 14746 (java) S 14744 14746 14691 0 -1 4202496 3927665 0 1 0 326794 836 0 0 21 0 22 0 518903089 16066850816 3834856 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/14746/statm: 3922571 3834856 2294 9 0 3913290 0
[pid=14746/tid=14747] ppid=14744 vsize=15690284 CPUtime=87.79 cores=1,3,5,7
/proc/14746/task/14747/stat : 14747 (java) S 14744 14746 14691 0 -1 4202560 249203 0 1 0 8746 33 0 0 25 0 22 0 518903090 16066850816 3834856 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 5 0 0 0
[pid=14746/tid=14749] ppid=14744 vsize=15690284 CPUtime=9.17 cores=1,3,5,7
/proc/14746/task/14749/stat : 14749 (java) S 14744 14746 14691 0 -1 4202560 387954 0 0 0 831 86 0 0 16 0 22 0 518903090 16066850816 3834856 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 3 0 0 0
[pid=14746/tid=14750] ppid=14744 vsize=15690284 CPUtime=9.95 cores=1,3,5,7
/proc/14746/task/14750/stat : 14750 (java) S 14744 14746 14691 0 -1 4202560 541668 0 0 0 882 113 0 0 16 0 22 0 518903090 16066850816 3834856 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 3 0 0 0
[pid=14746/tid=14751] ppid=14744 vsize=15690284 CPUtime=8.88 cores=1,3,5,7
/proc/14746/task/14751/stat : 14751 (java) S 14744 14746 14691 0 -1 4202560 416067 0 0 0 794 94 0 0 16 0 22 0 518903090 16066850816 3834856 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 7 0 0 0
[pid=14746/tid=14752] ppid=14744 vsize=15690284 CPUtime=9.14 cores=1,3,5,7
/proc/14746/task/14752/stat : 14752 (java) S 14744 14746 14691 0 -1 4202560 422054 0 0 0 810 104 0 0 16 0 22 0 518903090 16066850816 3834856 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 7 0 0 0
[pid=14746/tid=14753] ppid=14744 vsize=15690284 CPUtime=8.49 cores=1,3,5,7
/proc/14746/task/14753/stat : 14753 (java) S 14744 14746 14691 0 -1 4202560 491203 0 0 0 751 98 0 0 16 0 22 0 518903090 16066850816 3834856 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 3 0 0 0
[pid=14746/tid=14754] ppid=14744 vsize=15690284 CPUtime=8.4 cores=1,3,5,7
/proc/14746/task/14754/stat : 14754 (java) S 14744 14746 14691 0 -1 4202560 447350 0 0 0 753 87 0 0 16 0 22 0 518903090 16066850816 3834856 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 7 0 0 0
[pid=14746/tid=14755] ppid=14744 vsize=15690284 CPUtime=8.86 cores=1,3,5,7
/proc/14746/task/14755/stat : 14755 (java) S 14744 14746 14691 0 -1 4202560 477015 0 0 0 788 98 0 0 16 0 22 0 518903090 16066850816 3834856 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 7 0 0 0
[pid=14746/tid=14756] ppid=14744 vsize=15690284 CPUtime=8.73 cores=1,3,5,7
/proc/14746/task/14756/stat : 14756 (java) S 14744 14746 14691 0 -1 4202560 431136 0 0 0 779 94 0 0 16 0 22 0 518903090 16066850816 3834856 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 3 0 0 0
[pid=14746/tid=14757] ppid=14744 vsize=15690284 CPUtime=395.21 cores=1,3,5,7
/proc/14746/task/14757/stat : 14757 (java) R 14744 14746 14691 0 -1 4202560 43968 0 0 0 39504 17 0 0 25 0 22 0 518903091 16066850816 3834856 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 47400778015036 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=14746/tid=14758] ppid=14744 vsize=15690284 CPUtime=0 cores=1,3,5,7
/proc/14746/task/14758/stat : 14758 (java) S 14744 14746 14691 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 518903092 16066850816 3834856 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 7 0 0 0
[pid=14746/tid=14759] ppid=14744 vsize=15690284 CPUtime=0 cores=1,3,5,7
/proc/14746/task/14759/stat : 14759 (java) S 14744 14746 14691 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 518903092 16066850816 3834856 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 5 0 0 0
[pid=14746/tid=14760] ppid=14744 vsize=15690284 CPUtime=0 cores=1,3,5,7
/proc/14746/task/14760/stat : 14760 (java) S 14744 14746 14691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 518903094 16066850816 3834856 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101521841 0 4 0 16800975 18446604458484632384 0 0 -1 7 0 0 0
[pid=14746/tid=14761] ppid=14744 vsize=15690284 CPUtime=1.3 cores=1,3,5,7
/proc/14746/task/14761/stat : 14761 (java) S 14744 14746 14691 0 -1 4202560 7500 0 0 0 129 1 0 0 15 0 22 0 518903094 16066850816 3834856 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 3 0 0 0
[pid=14746/tid=14762] ppid=14744 vsize=15690284 CPUtime=1.27 cores=1,3,5,7
/proc/14746/task/14762/stat : 14762 (java) S 14744 14746 14691 0 -1 4202560 9436 0 0 0 127 0 0 0 15 0 22 0 518903094 16066850816 3834856 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 1 0 0 0
[pid=14746/tid=14763] ppid=14744 vsize=15690284 CPUtime=0 cores=1,3,5,7
/proc/14746/task/14763/stat : 14763 (java) S 14744 14746 14691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 518903094 16066850816 3834856 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 1 0 0 0
[pid=14746/tid=14764] ppid=14744 vsize=15690284 CPUtime=0 cores=1,3,5,7
/proc/14746/task/14764/stat : 14764 (java) S 14744 14746 14691 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 518903094 16066850816 3834856 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514752 0 4 0 16800975 18446604458484632384 0 0 -1 1 0 0 0
[pid=14746/tid=14765] ppid=14744 vsize=15690284 CPUtime=645.98 cores=1,3,5,7
/proc/14746/task/14765/stat : 14765 (java) S 14744 14746 14691 0 -1 4202560 416 0 0 0 64597 1 0 0 15 0 22 0 518903448 16066850816 3834856 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 3 0 0 0
[pid=14746/tid=14766] ppid=14744 vsize=15690284 CPUtime=646.28 cores=1,3,5,7
/proc/14746/task/14766/stat : 14766 (java) S 14744 14746 14691 0 -1 4202560 346 0 0 0 64627 1 0 0 15 0 22 0 518903448 16066850816 3834856 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 1 0 0 0
[pid=14746/tid=14767] ppid=14744 vsize=15690284 CPUtime=692.57 cores=1,3,5,7
/proc/14746/task/14767/stat : 14767 (java) S 14744 14746 14691 0 -1 4202560 273 0 0 0 69256 1 0 0 15 0 22 0 518903448 16066850816 3834856 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 1 0 0 0
[pid=14746/tid=14768] ppid=14744 vsize=15690284 CPUtime=734.14 cores=1,3,5,7
/proc/14746/task/14768/stat : 14768 (java) S 14744 14746 14691 0 -1 4202560 619 0 0 0 73413 1 0 0 15 0 22 0 518903448 16066850816 3834856 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3276.3
Current children cumulated vsize (KiB) 15690284



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.68 4.86 6.18 3/221 14808
/proc/meminfo: memFree=100704/32950928 swapFree=67111428/67111528
[pid=14746] ppid=14744 vsize=15690284 CPUtime=3334.04 cores=1,3,5,7
/proc/14746/stat : 14746 (java) S 14744 14746 14691 0 -1 4202496 3927830 0 1 0 332566 838 0 0 21 0 22 0 518903089 16066850816 3834856 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/14746/statm: 3922571 3834856 2294 9 0 3913290 0
[pid=14746/tid=14747] ppid=14744 vsize=15690284 CPUtime=87.79 cores=1,3,5,7
/proc/14746/task/14747/stat : 14747 (java) S 14744 14746 14691 0 -1 4202560 249203 0 1 0 8746 33 0 0 25 0 22 0 518903090 16066850816 3834856 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 5 0 0 0
[pid=14746/tid=14749] ppid=14744 vsize=15690284 CPUtime=9.17 cores=1,3,5,7
/proc/14746/task/14749/stat : 14749 (java) S 14744 14746 14691 0 -1 4202560 387954 0 0 0 831 86 0 0 16 0 22 0 518903090 16066850816 3834856 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 3 0 0 0
[pid=14746/tid=14750] ppid=14744 vsize=15690284 CPUtime=9.95 cores=1,3,5,7
/proc/14746/task/14750/stat : 14750 (java) S 14744 14746 14691 0 -1 4202560 541668 0 0 0 882 113 0 0 16 0 22 0 518903090 16066850816 3834856 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 3 0 0 0
[pid=14746/tid=14751] ppid=14744 vsize=15690284 CPUtime=8.88 cores=1,3,5,7
/proc/14746/task/14751/stat : 14751 (java) S 14744 14746 14691 0 -1 4202560 416067 0 0 0 794 94 0 0 16 0 22 0 518903090 16066850816 3834856 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 7 0 0 0
[pid=14746/tid=14752] ppid=14744 vsize=15690284 CPUtime=9.14 cores=1,3,5,7
/proc/14746/task/14752/stat : 14752 (java) S 14744 14746 14691 0 -1 4202560 422054 0 0 0 810 104 0 0 16 0 22 0 518903090 16066850816 3834856 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 7 0 0 0
[pid=14746/tid=14753] ppid=14744 vsize=15690284 CPUtime=8.49 cores=1,3,5,7
/proc/14746/task/14753/stat : 14753 (java) S 14744 14746 14691 0 -1 4202560 491203 0 0 0 751 98 0 0 16 0 22 0 518903090 16066850816 3834856 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 3 0 0 0
[pid=14746/tid=14754] ppid=14744 vsize=15690284 CPUtime=8.4 cores=1,3,5,7
/proc/14746/task/14754/stat : 14754 (java) S 14744 14746 14691 0 -1 4202560 447350 0 0 0 753 87 0 0 16 0 22 0 518903090 16066850816 3834856 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 7 0 0 0
[pid=14746/tid=14755] ppid=14744 vsize=15690284 CPUtime=8.86 cores=1,3,5,7
/proc/14746/task/14755/stat : 14755 (java) S 14744 14746 14691 0 -1 4202560 477015 0 0 0 788 98 0 0 16 0 22 0 518903090 16066850816 3834856 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 7 0 0 0
[pid=14746/tid=14756] ppid=14744 vsize=15690284 CPUtime=8.73 cores=1,3,5,7
/proc/14746/task/14756/stat : 14756 (java) S 14744 14746 14691 0 -1 4202560 431136 0 0 0 779 94 0 0 16 0 22 0 518903090 16066850816 3834856 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 3 0 0 0
[pid=14746/tid=14757] ppid=14744 vsize=15690284 CPUtime=452.9 cores=1,3,5,7
/proc/14746/task/14757/stat : 14757 (java) R 14744 14746 14691 0 -1 4202560 43973 0 0 0 45272 18 0 0 18 0 22 0 518903091 16066850816 3834856 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 47400777990468 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=14746/tid=14758] ppid=14744 vsize=15690284 CPUtime=0 cores=1,3,5,7
/proc/14746/task/14758/stat : 14758 (java) S 14744 14746 14691 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 518903092 16066850816 3834856 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 7 0 0 0
[pid=14746/tid=14759] ppid=14744 vsize=15690284 CPUtime=0 cores=1,3,5,7
/proc/14746/task/14759/stat : 14759 (java) S 14744 14746 14691 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 518903092 16066850816 3834856 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 5 0 0 0
[pid=14746/tid=14760] ppid=14744 vsize=15690284 CPUtime=0 cores=1,3,5,7
/proc/14746/task/14760/stat : 14760 (java) S 14744 14746 14691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 518903094 16066850816 3834856 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101521841 0 4 0 16800975 18446604458484632384 0 0 -1 7 0 0 0
[pid=14746/tid=14761] ppid=14744 vsize=15690284 CPUtime=1.3 cores=1,3,5,7
/proc/14746/task/14761/stat : 14761 (java) S 14744 14746 14691 0 -1 4202560 7500 0 0 0 129 1 0 0 15 0 22 0 518903094 16066850816 3834856 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 3 0 0 0
[pid=14746/tid=14762] ppid=14744 vsize=15690284 CPUtime=1.27 cores=1,3,5,7
/proc/14746/task/14762/stat : 14762 (java) S 14744 14746 14691 0 -1 4202560 9436 0 0 0 127 0 0 0 15 0 22 0 518903094 16066850816 3834856 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 1 0 0 0
[pid=14746/tid=14763] ppid=14744 vsize=15690284 CPUtime=0 cores=1,3,5,7
/proc/14746/task/14763/stat : 14763 (java) S 14744 14746 14691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 518903094 16066850816 3834856 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 1 0 0 0
[pid=14746/tid=14764] ppid=14744 vsize=15690284 CPUtime=0 cores=1,3,5,7
/proc/14746/task/14764/stat : 14764 (java) S 14744 14746 14691 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 22 0 518903094 16066850816 3834856 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514752 0 4 0 16800975 18446604458484632384 0 0 -1 1 0 0 0
[pid=14746/tid=14765] ppid=14744 vsize=15690284 CPUtime=645.99 cores=1,3,5,7
/proc/14746/task/14765/stat : 14765 (java) S 14744 14746 14691 0 -1 4202560 441 0 0 0 64598 1 0 0 15 0 22 0 518903448 16066850816 3834856 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 3 0 0 0
[pid=14746/tid=14766] ppid=14744 vsize=15690284 CPUtime=646.29 cores=1,3,5,7
/proc/14746/task/14766/stat : 14766 (java) S 14744 14746 14691 0 -1 4202560 415 0 0 0 64628 1 0 0 15 0 22 0 518903448 16066850816 3834856 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 1 0 0 0
[pid=14746/tid=14767] ppid=14744 vsize=15690284 CPUtime=692.57 cores=1,3,5,7
/proc/14746/task/14767/stat : 14767 (java) S 14744 14746 14691 0 -1 4202560 306 0 0 0 69256 1 0 0 15 0 22 0 518903448 16066850816 3834856 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 7 0 0 0
[pid=14746/tid=14768] ppid=14744 vsize=15690284 CPUtime=734.14 cores=1,3,5,7
/proc/14746/task/14768/stat : 14768 (java) S 14744 14746 14691 0 -1 4202560 649 0 0 0 73413 1 0 0 15 0 22 0 518903448 16066850816 3834856 33554432000 1073741824 1073778376 140734482575968 18446744073709551615 248101514137 0 4 0 16800975 18446604458484632384 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3334.04
Current children cumulated vsize (KiB) 15690284

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -14746

[startup+1302.3 s]
/proc/loadavg: 4.02 4.92 6.19 3/223 14810
/proc/meminfo: memFree=100688/32950928 swapFree=67111428/67111528
[pid=14746] ppid=14744 vsize=0 CPUtime=3336.33 cores=1,3,5,7
/proc/14746/stat : 14746 (java) Z 14744 14746 14691 0 -1 4203548 3927842 0 1 0 332767 866 0 0 18 0 2 0 518903089 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/14746/statm: 0 0 0 0 0 0 0
[pid=14746/tid=14758] ppid=14744 vsize=0 CPUtime=0.28 cores=1,3,5,7
/proc/14746/task/14758/stat : 14758 (java) R 14744 14746 14691 0 -1 4203588 17 0 0 0 0 28 0 0 18 0 2 0 518903092 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3336.33
Current children cumulated vsize (KiB) 0

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

[startup+1302.7 s]
/proc/loadavg: 4.02 4.92 6.19 3/223 14810
/proc/meminfo: memFree=100688/32950928 swapFree=67111428/67111528
[pid=14746] ppid=14744 vsize=0 CPUtime=3336.73 cores=1,3,5,7
/proc/14746/stat : 14746 (java) Z 14744 14746 14691 0 -1 4203548 3927842 0 1 0 332767 906 0 0 18 0 2 0 518903089 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/14746/statm: 0 0 0 0 0 0 0
[pid=14746/tid=14758] ppid=14744 vsize=0 CPUtime=0.68 cores=1,3,5,7
/proc/14746/task/14758/stat : 14758 (java) R 14744 14746 14691 0 -1 4203588 17 0 0 0 0 68 0 0 18 0 2 0 518903092 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3336.73
Current children cumulated vsize (KiB) 0

[startup+1302.8 s]
/proc/loadavg: 4.02 4.92 6.19 3/223 14810
/proc/meminfo: memFree=100688/32950928 swapFree=67111428/67111528
[pid=14746] ppid=14744 vsize=0 CPUtime=3336.83 cores=1,3,5,7
/proc/14746/stat : 14746 (java) Z 14744 14746 14691 0 -1 4203548 3927842 0 1 0 332767 916 0 0 18 0 2 0 518903089 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/14746/statm: 0 0 0 0 0 0 0
[pid=14746/tid=14758] ppid=14744 vsize=0 CPUtime=0.78 cores=1,3,5,7
/proc/14746/task/14758/stat : 14758 (java) R 14744 14746 14691 0 -1 4203588 17 0 0 0 0 78 0 0 18 0 2 0 518903092 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3336.83
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.81
CPU time (s): 3336.85
CPU user time (s): 3327.67
CPU system time (s): 9.1806
CPU usage (%): 256.127
Max. virtual memory (cumulated for all children) (KiB): 15702716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3327.67
system time used= 9.1806
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3927842
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= 51416
involuntary context switches= 64838

runsolver used 2.16667 second user time and 5.01024 second system time

The end

Launcher Data

Begin job on node123 at 2011-04-29 12:30:33
IDJOB=3313270
IDBENCH=20353
IDSOLVER=1699
FILE ID=node123/3313270-1304073032
RUNJOBID= node123-1304073032-14710
PBS_JOBID= 13170492
Free space on /tmp= 72776 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT07/industrial/anbulagan/hard-sat/partial-10-13-s.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313270-1304073032/watcher-3313270-1304073032 -o /tmp/evaluation-result-3313270-1304073032/solver-3313270-1304073032 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313270-1304073032.cnf

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

MD5SUM BENCH= d90571b4b69632567da9d3ebfd25979e
RANDOM SEED=1169855832

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:      14069228 kB
Buffers:       2193884 kB
Cached:       16060476 kB
SwapCached:          0 kB
Active:        9147316 kB
Inactive:      9180044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14069228 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           44476 kB
Writeback:           0 kB
AnonPages:       72680 kB
Mapped:          20564 kB
Slab:           488924 kB
PageTables:       5228 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   777380 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= 72772 MiB
End job on node123 at 2011-04-29 12:52:16