Trace number 3312459

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) 4800.26 1203.33

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1500-c30000-S1180959030-088-UNKNOWN.cnf
MD5SUM4c3def64b0c0da01406b551924b4a52d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark532.031
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of clauses30000
Sum of the clauses size150000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 530000
Number of clauses of size over 50

Solver Data

0.10/0.11	22:13 INFO : Reading from input HOME/instance-3312459-1304115733.cnf
0.62/0.46	Executor set job limit to 1000000
0.62/0.46	Executor set job limit to 1000000
0.62/0.46	Executor set job limit to 1000000
0.62/0.46	Executor set job limit to 1000000
0.62/0.46	Starting Executor!
0.62/0.46	Starting Executor!
0.62/0.46	Starting Executor!
0.62/0.46	Starting Executor!
2.01/1.09	22:14 INFO : 1500 variables remaining out of 1500
2.01/1.09	22:14 INFO : 180000 literals remaining out of 180000

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-3312459-1304115733/watcher-3312459-1304115733 -o /tmp/evaluation-result-3312459-1304115733/solver-3312459-1304115733 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312459-1304115733.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: 7.51 7.89 7.03 3/198 5048
/proc/meminfo: memFree=22676088/32950928 swapFree=67111524/67111528
[pid=5048] ppid=5046 vsize=28384 CPUtime=0 cores=1,3,5,7
/proc/5048/stat : 5048 (java) S 5046 5048 4342 0 -1 4202496 1428 0 0 0 0 0 0 0 25 0 2 0 523172982 29065216 898 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485770213 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/5048/statm: 7109 905 692 9 0 381 0
[pid=5048/tid=5049] ppid=5046 vsize=30528 CPUtime=0 cores=1,3,5,7
/proc/5048/task/5049/stat : 5049 (java) R 5046 5048 4342 0 -1 4202560 120 0 0 0 0 0 0 0 25 0 2 0 523172982 31260672 941 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274473654000 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.0447041 s]
/proc/loadavg: 7.51 7.89 7.03 3/198 5048
/proc/meminfo: memFree=22676088/32950928 swapFree=67111524/67111528
[pid=5048] ppid=5046 vsize=15605276 CPUtime=0.03 cores=1,3,5,7
/proc/5048/stat : 5048 (java) S 5046 5048 4342 0 -1 4202496 3892 0 1 0 3 0 0 0 25 0 14 0 523172982 15979802624 3332 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485770213 0 0 0 16800971 18446744073709551615 0 0 17 5 0 0 0
/proc/5048/statm: 3901319 3332 1689 9 0 3892067 0
[pid=5048/tid=5049] ppid=5046 vsize=15605276 CPUtime=0.03 cores=1,3,5,7
/proc/5048/task/5049/stat : 5049 (java) S 5046 5048 4342 0 -1 4202560 2502 0 1 0 3 0 0 0 25 0 14 0 523172982 15979802624 3332 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800971 18446604471132541120 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 15605276

[startup+0.100677 s]
/proc/loadavg: 7.51 7.89 7.03 3/198 5048
/proc/meminfo: memFree=22676088/32950928 swapFree=67111524/67111528
[pid=5048] ppid=5046 vsize=15676656 CPUtime=0.1 cores=1,3,5,7
/proc/5048/stat : 5048 (java) S 5046 5048 4342 0 -1 4202496 5605 0 1 0 10 0 0 0 25 0 18 0 523172982 16052895744 5045 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5048/statm: 3919164 5045 2118 9 0 3909883 0
[pid=5048/tid=5049] ppid=5046 vsize=15676656 CPUtime=0.08 cores=1,3,5,7
/proc/5048/task/5049/stat : 5049 (java) R 5046 5048 4342 0 -1 4202560 3506 0 1 0 8 0 0 0 25 0 18 0 523172982 16052895744 5045 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485794251 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) 15676656

[startup+0.300711 s]
/proc/loadavg: 7.51 7.89 7.03 3/198 5048
/proc/meminfo: memFree=22676088/32950928 swapFree=67111524/67111528
[pid=5048] ppid=5046 vsize=15680328 CPUtime=0.52 cores=1,3,5,7
/proc/5048/stat : 5048 (java) S 5046 5048 4342 0 -1 4202496 16445 0 1 0 49 3 0 0 25 0 18 0 523172982 16056655872 14935 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5048/statm: 3920082 14940 2207 9 0 3910801 0
[pid=5048/tid=5049] ppid=5046 vsize=15680328 CPUtime=0.28 cores=1,3,5,7
/proc/5048/task/5049/stat : 5049 (java) R 5046 5048 4342 0 -1 4202560 11382 0 1 0 27 1 0 0 25 0 18 0 523172982 16056655872 14942 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 46912505365742 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) 15680328

[startup+0.700574 s]
/proc/loadavg: 7.51 7.89 7.03 3/198 5048
/proc/meminfo: memFree=22676088/32950928 swapFree=67111524/67111528
[pid=5048] ppid=5046 vsize=15703200 CPUtime=1.15 cores=1,3,5,7
/proc/5048/stat : 5048 (java) S 5046 5048 4342 0 -1 4202496 47795 0 1 0 109 6 0 0 25 0 22 0 523172982 16080076800 44283 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5048/statm: 3925800 44288 2248 9 0 3916519 0
[pid=5048/tid=5049] ppid=5046 vsize=15703200 CPUtime=0.68 cores=1,3,5,7
/proc/5048/task/5049/stat : 5049 (java) R 5046 5048 4342 0 -1 4202560 35625 0 1 0 64 4 0 0 25 0 22 0 523172982 16080076800 44290 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 46912505227905 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 15703200

[startup+1.50143 s]
/proc/loadavg: 7.51 7.89 7.03 11/220 5070
/proc/meminfo: memFree=22457000/32950928 swapFree=67111524/67111528
[pid=5048] ppid=5046 vsize=15710664 CPUtime=3.38 cores=1,3,5,7
/proc/5048/stat : 5048 (java) S 5046 5048 4342 0 -1 4202496 58826 0 1 0 330 8 0 0 25 0 22 0 523172982 16087719936 47965 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5048/statm: 3927666 47965 2274 9 0 3918385 0
[pid=5048/tid=5049] ppid=5046 vsize=15710664 CPUtime=1.08 cores=1,3,5,7
/proc/5048/task/5049/stat : 5049 (java) S 5046 5048 4342 0 -1 4202560 35689 0 1 0 104 4 0 0 25 0 22 0 523172982 16087719936 47965 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 1 0 0 0
[pid=5048/tid=5051] ppid=5046 vsize=15710664 CPUtime=0 cores=1,3,5,7
/proc/5048/task/5051/stat : 5051 (java) S 5046 5048 4342 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 523172983 16087719936 47965 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 7 0 0 0
[pid=5048/tid=5052] ppid=5046 vsize=15710664 CPUtime=0 cores=1,3,5,7
/proc/5048/task/5052/stat : 5052 (java) S 5046 5048 4342 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 523172983 16087719936 47965 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 7 0 0 0
[pid=5048/tid=5053] ppid=5046 vsize=15710664 CPUtime=0 cores=1,3,5,7
/proc/5048/task/5053/stat : 5053 (java) S 5046 5048 4342 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 523172983 16087719936 47965 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 7 0 0 0
[pid=5048/tid=5054] ppid=5046 vsize=15710664 CPUtime=0 cores=1,3,5,7
/proc/5048/task/5054/stat : 5054 (java) S 5046 5048 4342 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 523172983 16087719936 47965 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 7 0 0 0
[pid=5048/tid=5055] ppid=5046 vsize=15710664 CPUtime=0 cores=1,3,5,7
/proc/5048/task/5055/stat : 5055 (java) S 5046 5048 4342 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 523172983 16087719936 47965 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 7 0 0 0
[pid=5048/tid=5056] ppid=5046 vsize=15710664 CPUtime=0 cores=1,3,5,7
/proc/5048/task/5056/stat : 5056 (java) S 5046 5048 4342 0 -1 4202560 63 0 0 0 0 0 0 0 21 0 22 0 523172983 16087719936 47965 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 5 0 0 0
[pid=5048/tid=5057] ppid=5046 vsize=15710664 CPUtime=0 cores=1,3,5,7
/proc/5048/task/5057/stat : 5057 (java) S 5046 5048 4342 0 -1 4202560 327 0 0 0 0 0 0 0 21 0 22 0 523172983 16087719936 47965 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 3 0 0 0
[pid=5048/tid=5058] ppid=5046 vsize=15710664 CPUtime=0 cores=1,3,5,7
/proc/5048/task/5058/stat : 5058 (java) S 5046 5048 4342 0 -1 4202560 12 0 0 0 0 0 0 0 21 0 22 0 523172983 16087719936 47965 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 1 0 0 0
[pid=5048/tid=5059] ppid=5046 vsize=15710664 CPUtime=0 cores=1,3,5,7
/proc/5048/task/5059/stat : 5059 (java) S 5046 5048 4342 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 22 0 523172984 16087719936 47965 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485784064 0 0 0 16800975 18446604471132541120 0 0 -1 7 0 0 0
[pid=5048/tid=5060] ppid=5046 vsize=15710664 CPUtime=0 cores=1,3,5,7
/proc/5048/task/5060/stat : 5060 (java) S 5046 5048 4342 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 523172984 16087719936 47965 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 7 0 0 0
[pid=5048/tid=5061] ppid=5046 vsize=15710664 CPUtime=0 cores=1,3,5,7
/proc/5048/task/5061/stat : 5061 (java) S 5046 5048 4342 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 523172984 16087719936 47965 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 7 0 0 0
[pid=5048/tid=5062] ppid=5046 vsize=15710664 CPUtime=0 cores=1,3,5,7
/proc/5048/task/5062/stat : 5062 (java) S 5046 5048 4342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523172986 16087719936 47965 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485791153 0 4 0 16800975 18446604471132541120 0 0 -1 7 0 0 0
[pid=5048/tid=5063] ppid=5046 vsize=15710664 CPUtime=0.95 cores=1,3,5,7
/proc/5048/task/5063/stat : 5063 (java) S 5046 5048 4342 0 -1 4202560 14633 0 0 0 93 2 0 0 25 0 22 0 523172986 16087719936 47965 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 1 0 0 0
[pid=5048/tid=5064] ppid=5046 vsize=15710664 CPUtime=0.69 cores=1,3,5,7
/proc/5048/task/5064/stat : 5064 (java) R 5046 5048 4342 0 -1 4202560 6645 0 0 0 68 1 0 0 21 0 22 0 523172986 16087719936 47965 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5048/tid=5065] ppid=5046 vsize=15710664 CPUtime=0 cores=1,3,5,7
/proc/5048/task/5065/stat : 5065 (java) S 5046 5048 4342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523172986 16087719936 47965 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 7 0 0 0
[pid=5048/tid=5066] ppid=5046 vsize=15710664 CPUtime=0 cores=1,3,5,7
/proc/5048/task/5066/stat : 5066 (java) S 5046 5048 4342 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523172986 16087719936 47965 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485784064 0 4 0 16800975 18446604471132541120 0 0 -1 3 0 0 0
[pid=5048/tid=5067] ppid=5046 vsize=15710664 CPUtime=0.09 cores=1,3,5,7
/proc/5048/task/5067/stat : 5067 (java) R 5046 5048 4342 0 -1 4202560 15 0 0 0 9 0 0 0 16 0 22 0 523173028 16087719936 47965 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 46912505366048 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5048/tid=5068] ppid=5046 vsize=15710664 CPUtime=0.2 cores=1,3,5,7
/proc/5048/task/5068/stat : 5068 (java) R 5046 5048 4342 0 -1 4202560 26 0 0 0 20 0 0 0 17 0 22 0 523173028 16087719936 47965 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 46912505850216 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5048/tid=5069] ppid=5046 vsize=15710664 CPUtime=0.09 cores=1,3,5,7
/proc/5048/task/5069/stat : 5069 (java) R 5046 5048 4342 0 -1 4202560 8 0 0 0 9 0 0 0 16 0 22 0 523173028 16087719936 47965 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 46912506094281 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5048/tid=5070] ppid=5046 vsize=15710664 CPUtime=0.24 cores=1,3,5,7
/proc/5048/task/5070/stat : 5070 (java) R 5046 5048 4342 0 -1 4202560 8 0 0 0 24 0 0 0 18 0 22 0 523173029 16087719936 47965 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 46912505894107 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.38
Current children cumulated vsize (KiB) 15710664

[startup+3.10116 s]
/proc/loadavg: 7.51 7.89 7.03 11/220 5070
/proc/meminfo: memFree=22261032/32950928 swapFree=67111524/67111528
[pid=5048] ppid=5046 vsize=15710664 CPUtime=9.75 cores=1,3,5,7
/proc/5048/stat : 5048 (java) S 5046 5048 4342 0 -1 4202496 128256 0 1 0 954 21 0 0 25 0 22 0 523172982 16087719936 117106 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5048/statm: 3927666 117106 2274 9 0 3918385 0
[pid=5048/tid=5049] ppid=5046 vsize=15710664 CPUtime=1.08 cores=1,3,5,7
/proc/5048/task/5049/stat : 5049 (java) S 5046 5048 4342 0 -1 4202560 35689 0 1 0 104 4 0 0 25 0 22 0 523172982 16087719936 117106 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 1 0 0 0
[pid=5048/tid=5051] ppid=5046 vsize=15710664 CPUtime=0.01 cores=1,3,5,7
/proc/5048/task/5051/stat : 5051 (java) S 5046 5048 4342 0 -1 4202560 4027 0 0 0 1 0 0 0 15 0 22 0 523172983 16087719936 117106 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 1 0 0 0
[pid=5048/tid=5052] ppid=5046 vsize=15710664 CPUtime=0.02 cores=1,3,5,7
/proc/5048/task/5052/stat : 5052 (java) S 5046 5048 4342 0 -1 4202560 7556 0 0 0 1 1 0 0 16 0 22 0 523172983 16087719936 117106 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 7 0 0 0
[pid=5048/tid=5053] ppid=5046 vsize=15710664 CPUtime=0.02 cores=1,3,5,7
/proc/5048/task/5053/stat : 5053 (java) S 5046 5048 4342 0 -1 4202560 10037 0 0 0 1 1 0 0 15 0 22 0 523172983 16087719936 117106 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 3 0 0 0
[pid=5048/tid=5054] ppid=5046 vsize=15710664 CPUtime=0.02 cores=1,3,5,7
/proc/5048/task/5054/stat : 5054 (java) S 5046 5048 4342 0 -1 4202560 8148 0 0 0 1 1 0 0 16 0 22 0 523172983 16087719936 117106 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 5 0 0 0
[pid=5048/tid=5055] ppid=5046 vsize=15710664 CPUtime=0.02 cores=1,3,5,7
/proc/5048/task/5055/stat : 5055 (java) S 5046 5048 4342 0 -1 4202560 7440 0 0 0 1 1 0 0 16 0 22 0 523172983 16087719936 117106 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 3 0 0 0
[pid=5048/tid=5056] ppid=5046 vsize=15710664 CPUtime=0.02 cores=1,3,5,7
/proc/5048/task/5056/stat : 5056 (java) S 5046 5048 4342 0 -1 4202560 6020 0 0 0 1 1 0 0 15 0 22 0 523172983 16087719936 117106 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 7 0 0 0
[pid=5048/tid=5057] ppid=5046 vsize=15710664 CPUtime=0.01 cores=1,3,5,7
/proc/5048/task/5057/stat : 5057 (java) S 5046 5048 4342 0 -1 4202560 4157 0 0 0 1 0 0 0 16 0 22 0 523172983 16087719936 117106 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 1 0 0 0
[pid=5048/tid=5058] ppid=5046 vsize=15710664 CPUtime=0 cores=1,3,5,7
/proc/5048/task/5058/stat : 5058 (java) S 5046 5048 4342 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 22 0 523172983 16087719936 117106 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 1 0 0 0
[pid=5048/tid=5059] ppid=5046 vsize=15710664 CPUtime=0 cores=1,3,5,7
/proc/5048/task/5059/stat : 5059 (java) S 5046 5048 4342 0 -1 4202560 251 0 0 0 0 0 0 0 15 0 22 0 523172984 16087719936 117106 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485784064 0 0 0 16800975 18446604471132541120 0 0 -1 5 0 0 0
[pid=5048/tid=5060] ppid=5046 vsize=15710664 CPUtime=0 cores=1,3,5,7
/proc/5048/task/5060/stat : 5060 (java) S 5046 5048 4342 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523172984 16087719936 117106 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 7 0 0 0
[pid=5048/tid=5061] ppid=5046 vsize=15710664 CPUtime=0 cores=1,3,5,7
/proc/5048/task/5061/stat : 5061 (java) S 5046 5048 4342 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523172984 16087719936 117106 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 7 0 0 0
[pid=5048/tid=5062] ppid=5046 vsize=15710664 CPUtime=0 cores=1,3,5,7
/proc/5048/task/5062/stat : 5062 (java) S 5046 5048 4342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523172986 16087719936 117106 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485791153 0 4 0 16800975 18446604471132541120 0 0 -1 7 0 0 0
[pid=5048/tid=5063] ppid=5046 vsize=15710664 CPUtime=0.99 cores=1,3,5,7
/proc/5048/task/5063/stat : 5063 (java) S 5046 5048 4342 0 -1 4202560 14641 0 0 0 97 2 0 0 15 0 22 0 523172986 16087719936 117106 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 7 0 0 0
[pid=5048/tid=5064] ppid=5046 vsize=15710664 CPUtime=0.71 cores=1,3,5,7
/proc/5048/task/5064/stat : 5064 (java) S 5046 5048 4342 0 -1 4202560 6650 0 0 0 70 1 0 0 19 0 22 0 523172986 16087719936 117106 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 7 0 0 0
[pid=5048/tid=5065] ppid=5046 vsize=15710664 CPUtime=0 cores=1,3,5,7
/proc/5048/task/5065/stat : 5065 (java) S 5046 5048 4342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523172986 16087719936 117106 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 7 0 0 0
[pid=5048/tid=5066] ppid=5046 vsize=15710664 CPUtime=0 cores=1,3,5,7
/proc/5048/task/5066/stat : 5066 (java) S 5046 5048 4342 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523172986 16087719936 117106 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485784064 0 4 0 16800975 18446604471132541120 0 0 -1 3 0 0 0
[pid=5048/tid=5067] ppid=5046 vsize=15710664 CPUtime=1.63 cores=1,3,5,7
/proc/5048/task/5067/stat : 5067 (java) R 5046 5048 4342 0 -1 4202560 5624 0 0 0 162 1 0 0 17 0 22 0 523173028 16087719936 117106 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 46912506095627 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5048/tid=5068] ppid=5046 vsize=15710664 CPUtime=1.73 cores=1,3,5,7
/proc/5048/task/5068/stat : 5068 (java) R 5046 5048 4342 0 -1 4202560 5824 0 0 0 173 0 0 0 19 0 22 0 523173028 16087719936 117106 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 46912505792997 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5048/tid=5069] ppid=5046 vsize=15710664 CPUtime=1.64 cores=1,3,5,7
/proc/5048/task/5069/stat : 5069 (java) R 5046 5048 4342 0 -1 4202560 5805 0 0 0 163 1 0 0 17 0 22 0 523173028 16087719936 117106 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 46912505968211 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5048/tid=5070] ppid=5046 vsize=15710664 CPUtime=1.7 cores=1,3,5,7
/proc/5048/task/5070/stat : 5070 (java) R 5046 5048 4342 0 -1 4202560 4990 0 0 0 170 0 0 0 19 0 22 0 523173029 16087719936 117106 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 46912505792981 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 9.75
Current children cumulated vsize (KiB) 15710664

[startup+6.30159 s]
/proc/loadavg: 7.63 7.91 7.04 9/220 5071
/proc/meminfo: memFree=21064688/32950928 swapFree=67111524/67111528
[pid=5048] ppid=5046 vsize=15710664 CPUtime=22.52 cores=1,3,5,7
/proc/5048/stat : 5048 (java) S 5046 5048 4342 0 -1 4202496 308452 0 1 0 2205 47 0 0 25 0 22 0 523172982 16087719936 296934 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5048/statm: 3927666 296934 2274 9 0 3918385 0
[pid=5048/tid=5049] ppid=5046 vsize=15710664 CPUtime=1.08 cores=1,3,5,7
/proc/5048/task/5049/stat : 5049 (java) S 5046 5048 4342 0 -1 4202560 35689 0 1 0 104 4 0 0 25 0 22 0 523172982 16087719936 296934 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 1 0 0 0
[pid=5048/tid=5051] ppid=5046 vsize=15710664 CPUtime=0.01 cores=1,3,5,7
/proc/5048/task/5051/stat : 5051 (java) S 5046 5048 4342 0 -1 4202560 4027 0 0 0 1 0 0 0 15 0 22 0 523172983 16087719936 296934 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 1 0 0 0
[pid=5048/tid=5052] ppid=5046 vsize=15710664 CPUtime=0.02 cores=1,3,5,7
/proc/5048/task/5052/stat : 5052 (java) S 5046 5048 4342 0 -1 4202560 7556 0 0 0 1 1 0 0 15 0 22 0 523172983 16087719936 296934 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 7 0 0 0
[pid=5048/tid=5053] ppid=5046 vsize=15710664 CPUtime=0.06 cores=1,3,5,7
/proc/5048/task/5053/stat : 5053 (java) S 5046 5048 4342 0 -1 4202560 18284 0 0 0 3 3 0 0 16 0 22 0 523172983 16087719936 296934 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 3 0 0 0
[pid=5048/tid=5054] ppid=5046 vsize=15710664 CPUtime=0.05 cores=1,3,5,7
/proc/5048/task/5054/stat : 5054 (java) S 5046 5048 4342 0 -1 4202560 14582 0 0 0 3 2 0 0 16 0 22 0 523172983 16087719936 296934 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 5 0 0 0
[pid=5048/tid=5055] ppid=5046 vsize=15710664 CPUtime=0.02 cores=1,3,5,7
/proc/5048/task/5055/stat : 5055 (java) S 5046 5048 4342 0 -1 4202560 7440 0 0 0 1 1 0 0 15 0 22 0 523172983 16087719936 296934 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 3 0 0 0
[pid=5048/tid=5056] ppid=5046 vsize=15710664 CPUtime=0.06 cores=1,3,5,7
/proc/5048/task/5056/stat : 5056 (java) S 5046 5048 4342 0 -1 4202560 18791 0 0 0 3 3 0 0 16 0 22 0 523172983 16087719936 296934 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 1 0 0 0
[pid=5048/tid=5057] ppid=5046 vsize=15710664 CPUtime=0.06 cores=1,3,5,7
/proc/5048/task/5057/stat : 5057 (java) S 5046 5048 4342 0 -1 4202560 17863 0 0 0 3 3 0 0 16 0 22 0 523172983 16087719936 296934 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 7 0 0 0
[pid=5048/tid=5058] ppid=5046 vsize=15710664 CPUtime=0.04 cores=1,3,5,7
/proc/5048/task/5058/stat : 5058 (java) S 5046 5048 4342 0 -1 4202560 13092 0 0 0 2 2 0 0 16 0 22 0 523172983 16087719936 296934 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 5 0 0 0

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

/proc/meminfo: memFree=19312204/32950928 swapFree=67111524/67111528
[pid=5048] ppid=5046 vsize=15710664 CPUtime=4477.1 cores=1,3,5,7
/proc/5048/stat : 5048 (java) S 5046 5048 4342 0 -1 4202496 2476640 0 1 0 447316 394 0 0 25 0 22 0 523172982 16087719936 679905 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5048/statm: 3927666 679905 2298 9 0 3918385 0
[pid=5048/tid=5049] ppid=5046 vsize=15710664 CPUtime=1.08 cores=1,3,5,7
/proc/5048/task/5049/stat : 5049 (java) S 5046 5048 4342 0 -1 4202560 35689 0 1 0 104 4 0 0 25 0 22 0 523172982 16087719936 679905 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 1 0 0 0
[pid=5048/tid=5051] ppid=5046 vsize=15710664 CPUtime=2.41 cores=1,3,5,7
/proc/5048/task/5051/stat : 5051 (java) S 5046 5048 4342 0 -1 4202560 176742 0 0 0 214 27 0 0 16 0 22 0 523172983 16087719936 679905 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 7 0 0 0
[pid=5048/tid=5052] ppid=5046 vsize=15710664 CPUtime=2.11 cores=1,3,5,7
/proc/5048/task/5052/stat : 5052 (java) S 5046 5048 4342 0 -1 4202560 135710 0 0 0 186 25 0 0 15 0 22 0 523172983 16087719936 679905 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 1 0 0 0
[pid=5048/tid=5053] ppid=5046 vsize=15710664 CPUtime=2.36 cores=1,3,5,7
/proc/5048/task/5053/stat : 5053 (java) S 5046 5048 4342 0 -1 4202560 174375 0 0 0 205 31 0 0 15 0 22 0 523172983 16087719936 679905 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 7 0 0 0
[pid=5048/tid=5054] ppid=5046 vsize=15710664 CPUtime=2.06 cores=1,3,5,7
/proc/5048/task/5054/stat : 5054 (java) S 5046 5048 4342 0 -1 4202560 141023 0 0 0 182 24 0 0 15 0 22 0 523172983 16087719936 679905 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 3 0 0 0
[pid=5048/tid=5055] ppid=5046 vsize=15710664 CPUtime=2.06 cores=1,3,5,7
/proc/5048/task/5055/stat : 5055 (java) S 5046 5048 4342 0 -1 4202560 125362 0 0 0 187 19 0 0 15 0 22 0 523172983 16087719936 679905 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 5 0 0 0
[pid=5048/tid=5056] ppid=5046 vsize=15710664 CPUtime=2.18 cores=1,3,5,7
/proc/5048/task/5056/stat : 5056 (java) S 5046 5048 4342 0 -1 4202560 166545 0 0 0 192 26 0 0 15 0 22 0 523172983 16087719936 679905 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 3 0 0 0
[pid=5048/tid=5057] ppid=5046 vsize=15710664 CPUtime=2.21 cores=1,3,5,7
/proc/5048/task/5057/stat : 5057 (java) S 5046 5048 4342 0 -1 4202560 164573 0 0 0 194 27 0 0 16 0 22 0 523172983 16087719936 679905 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 3 0 0 0
[pid=5048/tid=5058] ppid=5046 vsize=15710664 CPUtime=2.26 cores=1,3,5,7
/proc/5048/task/5058/stat : 5058 (java) S 5046 5048 4342 0 -1 4202560 168925 0 0 0 198 28 0 0 16 0 22 0 523172983 16087719936 679905 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 5 0 0 0
[pid=5048/tid=5059] ppid=5046 vsize=15710664 CPUtime=0.63 cores=1,3,5,7
/proc/5048/task/5059/stat : 5059 (java) S 5046 5048 4342 0 -1 4202560 21988 0 0 0 29 34 0 0 15 0 22 0 523172984 16087719936 679905 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485784064 0 0 0 16800975 18446604471132541120 0 0 -1 1 0 0 0
[pid=5048/tid=5060] ppid=5046 vsize=15710664 CPUtime=0 cores=1,3,5,7
/proc/5048/task/5060/stat : 5060 (java) S 5046 5048 4342 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523172984 16087719936 679905 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 7 0 0 0
[pid=5048/tid=5061] ppid=5046 vsize=15710664 CPUtime=0 cores=1,3,5,7
/proc/5048/task/5061/stat : 5061 (java) S 5046 5048 4342 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523172984 16087719936 679905 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 7 0 0 0
[pid=5048/tid=5062] ppid=5046 vsize=15710664 CPUtime=0 cores=1,3,5,7
/proc/5048/task/5062/stat : 5062 (java) S 5046 5048 4342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523172986 16087719936 679905 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485791153 0 4 0 16800975 18446604471132541120 0 0 -1 7 0 0 0
[pid=5048/tid=5063] ppid=5046 vsize=15710664 CPUtime=1.14 cores=1,3,5,7
/proc/5048/task/5063/stat : 5063 (java) S 5046 5048 4342 0 -1 4202560 14678 0 0 0 112 2 0 0 15 0 22 0 523172986 16087719936 679905 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 7 0 0 0
[pid=5048/tid=5064] ppid=5046 vsize=15710664 CPUtime=1.08 cores=1,3,5,7
/proc/5048/task/5064/stat : 5064 (java) S 5046 5048 4342 0 -1 4202560 6701 0 0 0 107 1 0 0 15 0 22 0 523172986 16087719936 679905 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 3 0 0 0
[pid=5048/tid=5065] ppid=5046 vsize=15710664 CPUtime=0 cores=1,3,5,7
/proc/5048/task/5065/stat : 5065 (java) S 5046 5048 4342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523172986 16087719936 679905 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 7 0 0 0
[pid=5048/tid=5066] ppid=5046 vsize=15710664 CPUtime=0 cores=1,3,5,7
/proc/5048/task/5066/stat : 5066 (java) S 5046 5048 4342 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 523172986 16087719936 679905 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485784064 0 4 0 16800975 18446604471132541120 0 0 -1 1 0 0 0
[pid=5048/tid=5067] ppid=5046 vsize=15710664 CPUtime=1114.99 cores=1,3,5,7
/proc/5048/task/5067/stat : 5067 (java) R 5046 5048 4342 0 -1 4202560 282767 0 0 0 111465 34 0 0 25 0 22 0 523173028 16087719936 679905 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 46912505894130 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5048/tid=5068] ppid=5046 vsize=15710664 CPUtime=1113.63 cores=1,3,5,7
/proc/5048/task/5068/stat : 5068 (java) R 5046 5048 4342 0 -1 4202560 274969 0 0 0 111331 32 0 0 25 0 22 0 523173028 16087719936 679905 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 46912506244226 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5048/tid=5069] ppid=5046 vsize=15710664 CPUtime=1112.93 cores=1,3,5,7
/proc/5048/task/5069/stat : 5069 (java) R 5046 5048 4342 0 -1 4202560 287333 0 0 0 111259 34 0 0 25 0 22 0 523173028 16087719936 679905 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 46912505695962 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5048/tid=5070] ppid=5046 vsize=15710664 CPUtime=1113.81 cores=1,3,5,7
/proc/5048/task/5070/stat : 5070 (java) R 5046 5048 4342 0 -1 4202560 297810 0 0 0 111343 38 0 0 25 0 22 0 523173029 16087719936 679905 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 46912505695976 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4477.1
Current children cumulated vsize (KiB) 15710664

[startup+1182.3 s]
/proc/loadavg: 8.12 8.11 7.79 9/220 5102
/proc/meminfo: memFree=19819560/32950928 swapFree=67111524/67111528
[pid=5048] ppid=5046 vsize=15710664 CPUtime=4716.63 cores=1,3,5,7
/proc/5048/stat : 5048 (java) S 5046 5048 4342 0 -1 4202496 2481439 0 1 0 471266 397 0 0 25 0 22 0 523172982 16087719936 563696 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5048/statm: 3927666 563696 2298 9 0 3918385 0
[pid=5048/tid=5049] ppid=5046 vsize=15710664 CPUtime=1.08 cores=1,3,5,7
/proc/5048/task/5049/stat : 5049 (java) S 5046 5048 4342 0 -1 4202560 35689 0 1 0 104 4 0 0 25 0 22 0 523172982 16087719936 563696 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 1 0 0 0
[pid=5048/tid=5051] ppid=5046 vsize=15710664 CPUtime=2.5 cores=1,3,5,7
/proc/5048/task/5051/stat : 5051 (java) S 5046 5048 4342 0 -1 4202560 176743 0 0 0 223 27 0 0 15 0 22 0 523172983 16087719936 563696 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 3 0 0 0
[pid=5048/tid=5052] ppid=5046 vsize=15710664 CPUtime=2.21 cores=1,3,5,7
/proc/5048/task/5052/stat : 5052 (java) S 5046 5048 4342 0 -1 4202560 137038 0 0 0 196 25 0 0 16 0 22 0 523172983 16087719936 563696 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 1 0 0 0
[pid=5048/tid=5053] ppid=5046 vsize=15710664 CPUtime=2.48 cores=1,3,5,7
/proc/5048/task/5053/stat : 5053 (java) S 5046 5048 4342 0 -1 4202560 175158 0 0 0 217 31 0 0 16 0 22 0 523172983 16087719936 563696 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 3 0 0 0
[pid=5048/tid=5054] ppid=5046 vsize=15710664 CPUtime=2.14 cores=1,3,5,7
/proc/5048/task/5054/stat : 5054 (java) S 5046 5048 4342 0 -1 4202560 142094 0 0 0 190 24 0 0 16 0 22 0 523172983 16087719936 563696 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 7 0 0 0
[pid=5048/tid=5055] ppid=5046 vsize=15710664 CPUtime=2.14 cores=1,3,5,7
/proc/5048/task/5055/stat : 5055 (java) S 5046 5048 4342 0 -1 4202560 125364 0 0 0 195 19 0 0 15 0 22 0 523172983 16087719936 563696 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 5 0 0 0
[pid=5048/tid=5056] ppid=5046 vsize=15710664 CPUtime=2.25 cores=1,3,5,7
/proc/5048/task/5056/stat : 5056 (java) S 5046 5048 4342 0 -1 4202560 166546 0 0 0 199 26 0 0 15 0 22 0 523172983 16087719936 563696 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 5 0 0 0
[pid=5048/tid=5057] ppid=5046 vsize=15710664 CPUtime=2.3 cores=1,3,5,7
/proc/5048/task/5057/stat : 5057 (java) S 5046 5048 4342 0 -1 4202560 164574 0 0 0 203 27 0 0 15 0 22 0 523172983 16087719936 563696 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 1 0 0 0
[pid=5048/tid=5058] ppid=5046 vsize=15710664 CPUtime=2.37 cores=1,3,5,7
/proc/5048/task/5058/stat : 5058 (java) S 5046 5048 4342 0 -1 4202560 170348 0 0 0 209 28 0 0 16 0 22 0 523172983 16087719936 563696 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 5 0 0 0
[pid=5048/tid=5059] ppid=5046 vsize=15710664 CPUtime=0.65 cores=1,3,5,7
/proc/5048/task/5059/stat : 5059 (java) S 5046 5048 4342 0 -1 4202560 22040 0 0 0 29 36 0 0 15 0 22 0 523172984 16087719936 563696 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485784064 0 0 0 16800975 18446604471132541120 0 0 -1 1 0 0 0
[pid=5048/tid=5060] ppid=5046 vsize=15710664 CPUtime=0 cores=1,3,5,7
/proc/5048/task/5060/stat : 5060 (java) S 5046 5048 4342 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523172984 16087719936 563696 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 7 0 0 0
[pid=5048/tid=5061] ppid=5046 vsize=15710664 CPUtime=0 cores=1,3,5,7
/proc/5048/task/5061/stat : 5061 (java) S 5046 5048 4342 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523172984 16087719936 563696 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 7 0 0 0
[pid=5048/tid=5062] ppid=5046 vsize=15710664 CPUtime=0 cores=1,3,5,7
/proc/5048/task/5062/stat : 5062 (java) S 5046 5048 4342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523172986 16087719936 563697 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485791153 0 4 0 16800975 18446604471132541120 0 0 -1 7 0 0 0
[pid=5048/tid=5063] ppid=5046 vsize=15710664 CPUtime=1.14 cores=1,3,5,7
/proc/5048/task/5063/stat : 5063 (java) S 5046 5048 4342 0 -1 4202560 14678 0 0 0 112 2 0 0 15 0 22 0 523172986 16087719936 563697 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 7 0 0 0
[pid=5048/tid=5064] ppid=5046 vsize=15710664 CPUtime=1.08 cores=1,3,5,7
/proc/5048/task/5064/stat : 5064 (java) S 5046 5048 4342 0 -1 4202560 6701 0 0 0 107 1 0 0 15 0 22 0 523172986 16087719936 563697 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 3 0 0 0
[pid=5048/tid=5065] ppid=5046 vsize=15710664 CPUtime=0 cores=1,3,5,7
/proc/5048/task/5065/stat : 5065 (java) S 5046 5048 4342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523172986 16087719936 563697 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 7 0 0 0
[pid=5048/tid=5066] ppid=5046 vsize=15710664 CPUtime=0 cores=1,3,5,7
/proc/5048/task/5066/stat : 5066 (java) S 5046 5048 4342 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 22 0 523172986 16087719936 563697 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485784064 0 4 0 16800975 18446604471132541120 0 0 -1 1 0 0 0
[pid=5048/tid=5067] ppid=5046 vsize=15710664 CPUtime=1174.76 cores=1,3,5,7
/proc/5048/task/5067/stat : 5067 (java) R 5046 5048 4342 0 -1 4202560 282772 0 0 0 117442 34 0 0 25 0 22 0 523173028 16087719936 563697 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 46912505742903 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5048/tid=5068] ppid=5046 vsize=15710664 CPUtime=1173.39 cores=1,3,5,7
/proc/5048/task/5068/stat : 5068 (java) R 5046 5048 4342 0 -1 4202560 275087 0 0 0 117307 32 0 0 25 0 22 0 523173028 16087719936 563697 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 46912505601640 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5048/tid=5069] ppid=5046 vsize=15710664 CPUtime=1172.37 cores=1,3,5,7
/proc/5048/task/5069/stat : 5069 (java) R 5046 5048 4342 0 -1 4202560 287343 0 0 0 117203 34 0 0 25 0 22 0 523173028 16087719936 563697 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5048/tid=5070] ppid=5046 vsize=15710664 CPUtime=1173.58 cores=1,3,5,7
/proc/5048/task/5070/stat : 5070 (java) R 5046 5048 4342 0 -1 4202560 297813 0 0 0 117320 38 0 0 25 0 22 0 523173029 16087719936 563697 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 46912505829954 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4716.63
Current children cumulated vsize (KiB) 15710664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.2 s]
/proc/loadavg: 8.16 8.12 7.80 9/220 5102
/proc/meminfo: memFree=19419156/32950928 swapFree=67111524/67111528
[pid=5048] ppid=5046 vsize=15710664 CPUtime=4800.1 cores=1,3,5,7
/proc/5048/stat : 5048 (java) S 5046 5048 4342 0 -1 4202496 2569687 0 1 0 479602 408 0 0 25 0 22 0 523172982 16087719936 651794 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5048/statm: 3927666 651794 2298 9 0 3918385 0
[pid=5048/tid=5049] ppid=5046 vsize=15710664 CPUtime=1.08 cores=1,3,5,7
/proc/5048/task/5049/stat : 5049 (java) S 5046 5048 4342 0 -1 4202560 35689 0 1 0 104 4 0 0 25 0 22 0 523172982 16087719936 651794 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 1 0 0 0
[pid=5048/tid=5051] ppid=5046 vsize=15710664 CPUtime=2.54 cores=1,3,5,7
/proc/5048/task/5051/stat : 5051 (java) S 5046 5048 4342 0 -1 4202560 181708 0 0 0 226 28 0 0 15 0 22 0 523172983 16087719936 651794 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 3 0 0 0
[pid=5048/tid=5052] ppid=5046 vsize=15710664 CPUtime=2.29 cores=1,3,5,7
/proc/5048/task/5052/stat : 5052 (java) S 5046 5048 4342 0 -1 4202560 151733 0 0 0 202 27 0 0 16 0 22 0 523172983 16087719936 651794 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 5 0 0 0
[pid=5048/tid=5053] ppid=5046 vsize=15710664 CPUtime=2.52 cores=1,3,5,7
/proc/5048/task/5053/stat : 5053 (java) S 5046 5048 4342 0 -1 4202560 180389 0 0 0 220 32 0 0 15 0 22 0 523172983 16087719936 651794 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 3 0 0 0
[pid=5048/tid=5054] ppid=5046 vsize=15710664 CPUtime=2.18 cores=1,3,5,7
/proc/5048/task/5054/stat : 5054 (java) S 5046 5048 4342 0 -1 4202560 152181 0 0 0 193 25 0 0 16 0 22 0 523172983 16087719936 651794 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 1 0 0 0
[pid=5048/tid=5055] ppid=5046 vsize=15710664 CPUtime=2.2 cores=1,3,5,7
/proc/5048/task/5055/stat : 5055 (java) S 5046 5048 4342 0 -1 4202560 134366 0 0 0 199 21 0 0 16 0 22 0 523172983 16087719936 651794 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 7 0 0 0
[pid=5048/tid=5056] ppid=5046 vsize=15710664 CPUtime=2.27 cores=1,3,5,7
/proc/5048/task/5056/stat : 5056 (java) S 5046 5048 4342 0 -1 4202560 168229 0 0 0 201 26 0 0 15 0 22 0 523172983 16087719936 651794 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 3 0 0 0
[pid=5048/tid=5057] ppid=5046 vsize=15710664 CPUtime=2.34 cores=1,3,5,7
/proc/5048/task/5057/stat : 5057 (java) S 5046 5048 4342 0 -1 4202560 171887 0 0 0 206 28 0 0 16 0 22 0 523172983 16087719936 651794 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 3 0 0 0
[pid=5048/tid=5058] ppid=5046 vsize=15710664 CPUtime=2.4 cores=1,3,5,7
/proc/5048/task/5058/stat : 5058 (java) S 5046 5048 4342 0 -1 4202560 173827 0 0 0 212 28 0 0 15 0 22 0 523172983 16087719936 651794 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 5 0 0 0
[pid=5048/tid=5059] ppid=5046 vsize=15710664 CPUtime=0.65 cores=1,3,5,7
/proc/5048/task/5059/stat : 5059 (java) S 5046 5048 4342 0 -1 4202560 22241 0 0 0 29 36 0 0 16 0 22 0 523172984 16087719936 651794 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485784064 0 0 0 16800975 18446604471132541120 0 0 -1 1 0 0 0
[pid=5048/tid=5060] ppid=5046 vsize=15710664 CPUtime=0 cores=1,3,5,7
/proc/5048/task/5060/stat : 5060 (java) S 5046 5048 4342 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523172984 16087719936 651794 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 7 0 0 0
[pid=5048/tid=5061] ppid=5046 vsize=15710664 CPUtime=0 cores=1,3,5,7
/proc/5048/task/5061/stat : 5061 (java) S 5046 5048 4342 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523172984 16087719936 651794 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 7 0 0 0
[pid=5048/tid=5062] ppid=5046 vsize=15710664 CPUtime=0 cores=1,3,5,7
/proc/5048/task/5062/stat : 5062 (java) S 5046 5048 4342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523172986 16087719936 651794 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485791153 0 4 0 16800975 18446604471132541120 0 0 -1 7 0 0 0
[pid=5048/tid=5063] ppid=5046 vsize=15710664 CPUtime=1.14 cores=1,3,5,7
/proc/5048/task/5063/stat : 5063 (java) S 5046 5048 4342 0 -1 4202560 14678 0 0 0 112 2 0 0 15 0 22 0 523172986 16087719936 651794 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 7 0 0 0
[pid=5048/tid=5064] ppid=5046 vsize=15710664 CPUtime=1.08 cores=1,3,5,7
/proc/5048/task/5064/stat : 5064 (java) S 5046 5048 4342 0 -1 4202560 6701 0 0 0 107 1 0 0 15 0 22 0 523172986 16087719936 651794 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 3 0 0 0
[pid=5048/tid=5065] ppid=5046 vsize=15710664 CPUtime=0 cores=1,3,5,7
/proc/5048/task/5065/stat : 5065 (java) S 5046 5048 4342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523172986 16087719936 651794 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485783449 0 4 0 16800975 18446604471132541120 0 0 -1 7 0 0 0
[pid=5048/tid=5066] ppid=5046 vsize=15710664 CPUtime=0 cores=1,3,5,7
/proc/5048/task/5066/stat : 5066 (java) S 5046 5048 4342 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 22 0 523172986 16087719936 651794 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 274485784064 0 4 0 16800975 18446604471132541120 0 0 -1 1 0 0 0
[pid=5048/tid=5067] ppid=5046 vsize=15710664 CPUtime=1195.57 cores=1,3,5,7
/proc/5048/task/5067/stat : 5067 (java) R 5046 5048 4342 0 -1 4202560 292412 0 0 0 119522 35 0 0 25 0 22 0 523173028 16087719936 651794 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 46912505829967 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5048/tid=5068] ppid=5046 vsize=15710664 CPUtime=1194.2 cores=1,3,5,7
/proc/5048/task/5068/stat : 5068 (java) R 5046 5048 4342 0 -1 4202560 284589 0 0 0 119388 32 0 0 25 0 22 0 523173028 16087719936 651794 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5048/tid=5069] ppid=5046 vsize=15710664 CPUtime=1193.06 cores=1,3,5,7
/proc/5048/task/5069/stat : 5069 (java) R 5046 5048 4342 0 -1 4202560 296285 0 0 0 119271 35 0 0 25 0 22 0 523173028 16087719936 651794 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 46912505829828 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5048/tid=5070] ppid=5046 vsize=15710664 CPUtime=1194.41 cores=1,3,5,7
/proc/5048/task/5070/stat : 5070 (java) R 5046 5048 4342 0 -1 4202560 301318 0 0 0 119402 39 0 0 25 0 22 0 523173029 16087719936 651794 33554432000 1073741824 1073778376 140735347332496 18446744073709551615 46912505894056 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.1
Current children cumulated vsize (KiB) 15710664

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

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

[startup+1203.31 s]
/proc/loadavg: 8.16 8.12 7.80 6/201 5105
/proc/meminfo: memFree=21692684/32950928 swapFree=67111524/67111528
[pid=5048] ppid=5046 vsize=0 CPUtime=4800.24 cores=1,3,5,7
/proc/5048/stat : 5048 (java) Z 5046 5048 4342 0 -1 4203548 2569713 0 1 0 479605 419 0 0 17 0 2 0 523172982 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5048/statm: 0 0 0 0 0 0 0
[pid=5048/tid=5070] ppid=5046 vsize=0 CPUtime=1194.51 cores=1,3,5,7
/proc/5048/task/5070/stat : 5070 (java) R 5046 5048 4342 0 -1 4203588 301318 0 0 0 119402 49 0 0 25 0 2 0 523173029 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) 4800.24
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1203.33
CPU time (s): 4800.26
CPU user time (s): 4796.06
CPU system time (s): 4.20036
CPU usage (%): 398.915
Max. virtual memory (cumulated for all children) (KiB): 15713620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.05
system time used= 4.20036
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2569713
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= 42805
involuntary context switches= 59724

runsolver used 2.13167 second user time and 4.47332 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-30 00:22:13
IDJOB=3312459
IDBENCH=82644
IDSOLVER=1699
FILE ID=node125/3312459-1304115733
RUNJOBID= node125-1304114525-4871
PBS_JOBID= 13170675
Free space on /tmp= 72760 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/large/unif-k5-r20-v1500-c30000-S1180959030-088-UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312459-1304115733/watcher-3312459-1304115733 -o /tmp/evaluation-result-3312459-1304115733/solver-3312459-1304115733 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312459-1304115733.cnf

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

MD5SUM BENCH= 4c3def64b0c0da01406b551924b4a52d
RANDOM SEED=1683934839

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      22676492 kB
Buffers:       2124076 kB
Cached:        7402208 kB
SwapCached:          4 kB
Active:        2279400 kB
Inactive:      7470284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22676492 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            5236 kB
Writeback:           0 kB
AnonPages:      222260 kB
Mapped:          23120 kB
Slab:           460544 kB
PageTables:       5128 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   805364 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= 72760 MiB
End job on node125 at 2011-04-30 00:42:18