Trace number 3312631

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

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S628307658-028.SATISFIABLE.cnf
MD5SUM0b3e0de9aa59dd098eea77ce3aaba6c9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.031995
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of clauses2982
Sum of the clauses size8946
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32982
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.11	13:20 INFO : Reading from input HOME/instance-3312631-1304126000.cnf
0.27/0.25	Executor set job limit to 1000000
0.27/0.25	Executor set job limit to 1000000
0.27/0.25	Executor set job limit to 1000000
0.27/0.25	Executor set job limit to 1000000
0.27/0.25	Starting Executor!
0.27/0.25	Starting Executor!
0.27/0.25	Starting Executor!
0.27/0.25	Starting Executor!
0.53/0.39	13:20 INFO : 696 variables remaining out of 700
0.53/0.39	13:20 INFO : 11840 literals remaining out of 11928

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-3312631-1304126000/watcher-3312631-1304126000 -o /tmp/evaluation-result-3312631-1304126000/solver-3312631-1304126000 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312631-1304126000.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: 3.12 4.45 5.74 2/187 11079
/proc/meminfo: memFree=31295848/32951124 swapFree=67111356/67111528
[pid=11079] ppid=11077 vsize=28384 CPUtime=0 cores=1,3,5,7
/proc/11079/stat : 11079 (java) S 11077 11079 11031 0 -1 4202496 1430 0 0 0 0 0 0 0 23 0 2 0 505015611 29065216 898 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350186469 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/11079/statm: 7096 898 686 9 0 381 0
[pid=11079/tid=11082] ppid=11077 vsize=30580 CPUtime=0 cores=1,3,5,7
/proc/11079/task/11082/stat : 11082 (java) R 11077 11079 11031 0 -1 4202560 92 0 0 0 0 0 0 0 25 0 2 0 505015611 31313920 918 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270333421333 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.0822379 s]
/proc/loadavg: 3.12 4.45 5.74 2/187 11079
/proc/meminfo: memFree=31295848/32951124 swapFree=67111356/67111528
[pid=11079] ppid=11077 vsize=15676368 CPUtime=0.08 cores=1,3,5,7
/proc/11079/stat : 11079 (java) S 11077 11079 11031 0 -1 4202496 5335 0 1 0 8 0 0 0 23 0 18 0 505015611 16052600832 4753 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/11079/statm: 3919092 4754 2106 9 0 3909811 0
[pid=11079/tid=11082] ppid=11077 vsize=15676368 CPUtime=0.07 cores=1,3,5,7
/proc/11079/task/11082/stat : 11082 (java) R 11077 11079 11031 0 -1 4202560 3195 0 1 0 7 0 0 0 18 0 18 0 505015611 16052600832 4754 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 46912505171004 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 15676368

[startup+0.100323 s]
/proc/loadavg: 3.12 4.45 5.74 2/187 11079
/proc/meminfo: memFree=31295848/32951124 swapFree=67111356/67111528
[pid=11079] ppid=11077 vsize=15676368 CPUtime=0.1 cores=1,3,5,7
/proc/11079/stat : 11079 (java) S 11077 11079 11031 0 -1 4202496 5624 0 1 0 10 0 0 0 23 0 18 0 505015611 16052600832 5042 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/11079/statm: 3919092 5043 2117 9 0 3909811 0
[pid=11079/tid=11082] ppid=11077 vsize=15676368 CPUtime=0.08 cores=1,3,5,7
/proc/11079/task/11082/stat : 11082 (java) R 11077 11079 11031 0 -1 4202560 3474 0 1 0 8 0 0 0 18 0 18 0 505015611 16052600832 5043 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 47834434224899 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676368

[startup+0.305323 s]
/proc/loadavg: 3.12 4.45 5.74 2/187 11079
/proc/meminfo: memFree=31295848/32951124 swapFree=67111356/67111528
[pid=11079] ppid=11077 vsize=15683016 CPUtime=0.53 cores=1,3,5,7
/proc/11079/stat : 11079 (java) S 11077 11079 11031 0 -1 4202496 11557 0 1 0 52 1 0 0 23 0 22 0 505015611 16059408384 9956 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/11079/statm: 3920754 9956 2213 9 0 3911473 0
[pid=11079/tid=11082] ppid=11077 vsize=15683016 CPUtime=0.29 cores=1,3,5,7
/proc/11079/task/11082/stat : 11082 (java) R 11077 11079 11031 0 -1 4202560 6572 0 1 0 28 1 0 0 18 0 22 0 505015611 16059408384 9956 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270338070238 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 15683016

[startup+0.925126 s]
/proc/loadavg: 3.12 4.45 5.74 2/187 11079
/proc/meminfo: memFree=31295848/32951124 swapFree=67111356/67111528
[pid=11079] ppid=11077 vsize=15696124 CPUtime=2.81 cores=1,3,5,7
/proc/11079/stat : 11079 (java) S 11077 11079 11031 0 -1 4202496 34506 0 1 0 277 4 0 0 23 0 22 0 505015611 16072830976 29853 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/11079/statm: 3924031 29853 2252 9 0 3914750 0
[pid=11079/tid=11082] ppid=11077 vsize=15696124 CPUtime=0.39 cores=1,3,5,7
/proc/11079/task/11082/stat : 11082 (java) S 11077 11079 11031 0 -1 4202560 6953 0 1 0 38 1 0 0 19 0 22 0 505015611 16072830976 29855 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 15696124

[startup+1.50701 s]
/proc/loadavg: 4.07 4.62 5.79 12/220 11112
/proc/meminfo: memFree=30927296/32951124 swapFree=67111356/67111528
[pid=11079] ppid=11077 vsize=15693808 CPUtime=5.13 cores=1,3,5,7
/proc/11079/stat : 11079 (java) S 11077 11079 11031 0 -1 4202496 53954 0 1 0 507 6 0 0 23 0 22 0 505015611 16070459392 47805 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/11079/statm: 3923452 47805 2272 9 0 3914171 0
[pid=11079/tid=11082] ppid=11077 vsize=15693808 CPUtime=0.39 cores=1,3,5,7
/proc/11079/task/11082/stat : 11082 (java) S 11077 11079 11031 0 -1 4202560 6953 0 1 0 38 1 0 0 19 0 22 0 505015611 16070459392 47805 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 5 0 0 0
[pid=11079/tid=11084] ppid=11077 vsize=15693808 CPUtime=0 cores=1,3,5,7
/proc/11079/task/11084/stat : 11084 (java) S 11077 11079 11031 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 505015611 16070459392 47805 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 5 0 0 0
[pid=11079/tid=11085] ppid=11077 vsize=15693808 CPUtime=0 cores=1,3,5,7
/proc/11079/task/11085/stat : 11085 (java) S 11077 11079 11031 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 505015611 16070459392 47805 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 7 0 0 0
[pid=11079/tid=11086] ppid=11077 vsize=15693808 CPUtime=0 cores=1,3,5,7
/proc/11079/task/11086/stat : 11086 (java) S 11077 11079 11031 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 505015611 16070459392 47805 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 7 0 0 0
[pid=11079/tid=11087] ppid=11077 vsize=15693808 CPUtime=0 cores=1,3,5,7
/proc/11079/task/11087/stat : 11087 (java) S 11077 11079 11031 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 505015611 16070459392 47805 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 7 0 0 0
[pid=11079/tid=11088] ppid=11077 vsize=15693808 CPUtime=0 cores=1,3,5,7
/proc/11079/task/11088/stat : 11088 (java) S 11077 11079 11031 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 505015611 16070459392 47805 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 7 0 0 0
[pid=11079/tid=11089] ppid=11077 vsize=15693808 CPUtime=0 cores=1,3,5,7
/proc/11079/task/11089/stat : 11089 (java) S 11077 11079 11031 0 -1 4202560 1090 0 0 0 0 0 0 0 18 0 22 0 505015611 16070459392 47805 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 5 0 0 0
[pid=11079/tid=11090] ppid=11077 vsize=15693808 CPUtime=0 cores=1,3,5,7
/proc/11079/task/11090/stat : 11090 (java) S 11077 11079 11031 0 -1 4202560 859 0 0 0 0 0 0 0 18 0 22 0 505015611 16070459392 47805 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 5 0 0 0
[pid=11079/tid=11091] ppid=11077 vsize=15693808 CPUtime=0 cores=1,3,5,7
/proc/11079/task/11091/stat : 11091 (java) S 11077 11079 11031 0 -1 4202560 467 0 0 0 0 0 0 0 17 0 22 0 505015611 16070459392 47805 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 7 0 0 0
[pid=11079/tid=11092] ppid=11077 vsize=15693808 CPUtime=0 cores=1,3,5,7
/proc/11079/task/11092/stat : 11092 (java) S 11077 11079 11031 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 505015612 16070459392 47805 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350200320 0 0 0 16800975 18446604466192663680 0 0 -1 5 0 0 0
[pid=11079/tid=11093] ppid=11077 vsize=15693808 CPUtime=0 cores=1,3,5,7
/proc/11079/task/11093/stat : 11093 (java) S 11077 11079 11031 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 505015613 16070459392 47805 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 5 0 0 0
[pid=11079/tid=11094] ppid=11077 vsize=15693808 CPUtime=0 cores=1,3,5,7
/proc/11079/task/11094/stat : 11094 (java) S 11077 11079 11031 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 505015613 16070459392 47805 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 5 0 0 0
[pid=11079/tid=11100] ppid=11077 vsize=15693808 CPUtime=0 cores=1,3,5,7
/proc/11079/task/11100/stat : 11100 (java) S 11077 11079 11031 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 505015615 16070459392 47805 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350207409 0 4 0 16800975 18446604466192663680 0 0 -1 5 0 0 0
[pid=11079/tid=11101] ppid=11077 vsize=15693808 CPUtime=0.59 cores=1,3,5,7
/proc/11079/task/11101/stat : 11101 (java) R 11077 11079 11031 0 -1 4202560 11047 0 0 0 58 1 0 0 18 0 22 0 505015615 16070459392 47805 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 47834438711328 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11079/tid=11102] ppid=11077 vsize=15693808 CPUtime=0.66 cores=1,3,5,7
/proc/11079/task/11102/stat : 11102 (java) R 11077 11079 11031 0 -1 4202560 4742 0 0 0 66 0 0 0 18 0 22 0 505015615 16070459392 47805 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 47834433729879 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=11079/tid=11103] ppid=11077 vsize=15693808 CPUtime=0 cores=1,3,5,7
/proc/11079/task/11103/stat : 11103 (java) S 11077 11079 11031 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 22 0 505015615 16070459392 47805 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 5 0 0 0
[pid=11079/tid=11104] ppid=11077 vsize=15693808 CPUtime=0 cores=1,3,5,7
/proc/11079/task/11104/stat : 11104 (java) S 11077 11079 11031 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 505015615 16070459392 47805 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350200320 0 4 0 16800975 18446604466192663680 0 0 -1 5 0 0 0
[pid=11079/tid=11109] ppid=11077 vsize=15693808 CPUtime=0.73 cores=1,3,5,7
/proc/11079/task/11109/stat : 11109 (java) R 11077 11079 11031 0 -1 4202560 6583 0 0 0 73 0 0 0 18 0 22 0 505015636 16070459392 47805 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 46912505647910 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=11079/tid=11110] ppid=11077 vsize=15693808 CPUtime=0.86 cores=1,3,5,7
/proc/11079/task/11110/stat : 11110 (java) R 11077 11079 11031 0 -1 4202560 7890 0 0 0 86 0 0 0 19 0 22 0 505015636 16070459392 47805 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=11079/tid=11111] ppid=11077 vsize=15693808 CPUtime=1.07 cores=1,3,5,7
/proc/11079/task/11111/stat : 11111 (java) R 11077 11079 11031 0 -1 4202560 7131 0 0 0 107 0 0 0 19 0 22 0 505015636 16070459392 47805 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 46912505848320 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=11079/tid=11112] ppid=11077 vsize=15693808 CPUtime=0.75 cores=1,3,5,7
/proc/11079/task/11112/stat : 11112 (java) R 11077 11079 11031 0 -1 4202560 5789 0 0 0 75 0 0 0 17 0 22 0 505015636 16070459392 47805 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 46912505213780 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.13
Current children cumulated vsize (KiB) 15693808

[startup+3.10069 s]
/proc/loadavg: 4.07 4.62 5.79 11/220 11112
/proc/meminfo: memFree=30776264/32951124 swapFree=67111356/67111528
[pid=11079] ppid=11077 vsize=15693808 CPUtime=11.48 cores=1,3,5,7
/proc/11079/stat : 11079 (java) S 11077 11079 11031 0 -1 4202496 143189 0 1 0 1130 18 0 0 23 0 22 0 505015611 16070459392 137017 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/11079/statm: 3923452 137032 2284 9 0 3914171 0
[pid=11079/tid=11082] ppid=11077 vsize=15693808 CPUtime=0.39 cores=1,3,5,7
/proc/11079/task/11082/stat : 11082 (java) S 11077 11079 11031 0 -1 4202560 6953 0 1 0 38 1 0 0 19 0 22 0 505015611 16070459392 137040 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 5 0 0 0
[pid=11079/tid=11084] ppid=11077 vsize=15693808 CPUtime=0 cores=1,3,5,7
/proc/11079/task/11084/stat : 11084 (java) S 11077 11079 11031 0 -1 4202560 2492 0 0 0 0 0 0 0 16 0 22 0 505015611 16070459392 137049 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 7 0 0 0
[pid=11079/tid=11085] ppid=11077 vsize=15693808 CPUtime=0 cores=1,3,5,7
/proc/11079/task/11085/stat : 11085 (java) S 11077 11079 11031 0 -1 4202560 1894 0 0 0 0 0 0 0 15 0 22 0 505015611 16070459392 137056 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 5 0 0 0
[pid=11079/tid=11086] ppid=11077 vsize=15693808 CPUtime=0 cores=1,3,5,7
/proc/11079/task/11086/stat : 11086 (java) S 11077 11079 11031 0 -1 4202560 1099 0 0 0 0 0 0 0 15 0 22 0 505015611 16070459392 137060 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 3 0 0 0
[pid=11079/tid=11087] ppid=11077 vsize=15693808 CPUtime=0 cores=1,3,5,7
/proc/11079/task/11087/stat : 11087 (java) S 11077 11079 11031 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 505015611 16070459392 137061 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 7 0 0 0
[pid=11079/tid=11088] ppid=11077 vsize=15693808 CPUtime=0 cores=1,3,5,7
/proc/11079/task/11088/stat : 11088 (java) S 11077 11079 11031 0 -1 4202560 1277 0 0 0 0 0 0 0 16 0 22 0 505015611 16070459392 137062 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 3 0 0 0
[pid=11079/tid=11089] ppid=11077 vsize=15693808 CPUtime=0 cores=1,3,5,7
/proc/11079/task/11089/stat : 11089 (java) S 11077 11079 11031 0 -1 4202560 3454 0 0 0 0 0 0 0 16 0 22 0 505015611 16070459392 137064 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 5 0 0 0
[pid=11079/tid=11090] ppid=11077 vsize=15693808 CPUtime=0 cores=1,3,5,7
/proc/11079/task/11090/stat : 11090 (java) S 11077 11079 11031 0 -1 4202560 3291 0 0 0 0 0 0 0 15 0 22 0 505015611 16070459392 137066 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 1 0 0 0
[pid=11079/tid=11091] ppid=11077 vsize=15693808 CPUtime=0.01 cores=1,3,5,7
/proc/11079/task/11091/stat : 11091 (java) S 11077 11079 11031 0 -1 4202560 2883 0 0 0 1 0 0 0 16 0 22 0 505015611 16070459392 137067 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 1 0 0 0
[pid=11079/tid=11092] ppid=11077 vsize=15693808 CPUtime=0 cores=1,3,5,7
/proc/11079/task/11092/stat : 11092 (java) S 11077 11079 11031 0 -1 4202560 193 0 0 0 0 0 0 0 15 0 22 0 505015612 16070459392 137068 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350200320 0 0 0 16800975 18446604466192663680 0 0 -1 5 0 0 0
[pid=11079/tid=11093] ppid=11077 vsize=15693808 CPUtime=0 cores=1,3,5,7
/proc/11079/task/11093/stat : 11093 (java) S 11077 11079 11031 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 505015613 16070459392 137070 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 5 0 0 0
[pid=11079/tid=11094] ppid=11077 vsize=15693808 CPUtime=0 cores=1,3,5,7
/proc/11079/task/11094/stat : 11094 (java) S 11077 11079 11031 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 505015613 16070459392 137072 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 5 0 0 0
[pid=11079/tid=11100] ppid=11077 vsize=15693808 CPUtime=0 cores=1,3,5,7
/proc/11079/task/11100/stat : 11100 (java) S 11077 11079 11031 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 505015615 16070459392 137073 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350207409 0 4 0 16800975 18446604466192663680 0 0 -1 5 0 0 0
[pid=11079/tid=11101] ppid=11077 vsize=15693808 CPUtime=0.85 cores=1,3,5,7
/proc/11079/task/11101/stat : 11101 (java) S 11077 11079 11031 0 -1 4202560 11088 0 0 0 84 1 0 0 15 0 22 0 505015615 16070459392 137075 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 1 0 0 0
[pid=11079/tid=11102] ppid=11077 vsize=15693808 CPUtime=0.8 cores=1,3,5,7
/proc/11079/task/11102/stat : 11102 (java) S 11077 11079 11031 0 -1 4202560 4761 0 0 0 80 0 0 0 16 0 22 0 505015615 16070459392 137077 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 5 0 0 0
[pid=11079/tid=11103] ppid=11077 vsize=15693808 CPUtime=0 cores=1,3,5,7
/proc/11079/task/11103/stat : 11103 (java) S 11077 11079 11031 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 22 0 505015615 16070459392 137079 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 5 0 0 0
[pid=11079/tid=11104] ppid=11077 vsize=15693808 CPUtime=0 cores=1,3,5,7
/proc/11079/task/11104/stat : 11104 (java) S 11077 11079 11031 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 505015615 16070459392 137080 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350200320 0 4 0 16800975 18446604466192663680 0 0 -1 5 0 0 0
[pid=11079/tid=11109] ppid=11077 vsize=15693808 CPUtime=2.12 cores=1,3,5,7
/proc/11079/task/11109/stat : 11109 (java) R 11077 11079 11031 0 -1 4202560 24818 0 0 0 210 2 0 0 19 0 22 0 505015636 16070459392 137082 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 47834438720339 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=11079/tid=11110] ppid=11077 vsize=15693808 CPUtime=2.28 cores=1,3,5,7
/proc/11079/task/11110/stat : 11110 (java) R 11077 11079 11031 0 -1 4202560 26449 0 0 0 227 1 0 0 19 0 22 0 505015636 16070459392 137103 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 46912505848481 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=11079/tid=11111] ppid=11077 vsize=15693808 CPUtime=2.56 cores=1,3,5,7
/proc/11079/task/11111/stat : 11111 (java) R 11077 11079 11031 0 -1 4202560 25314 0 0 0 253 3 0 0 23 0 22 0 505015636 16070459392 137111 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 46912505366066 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11079/tid=11112] ppid=11077 vsize=15693808 CPUtime=2.32 cores=1,3,5,7
/proc/11079/task/11112/stat : 11112 (java) R 11077 11079 11031 0 -1 4202560 25923 0 0 0 229 3 0 0 19 0 22 0 505015636 16070459392 137117 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 46912505729559 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.48
Current children cumulated vsize (KiB) 15693808

[startup+6.30106 s]
/proc/loadavg: 4.07 4.62 5.79 9/220 11113
/proc/meminfo: memFree=30063148/32951124 swapFree=67111356/67111528
[pid=11079] ppid=11077 vsize=15693808 CPUtime=24.25 cores=1,3,5,7
/proc/11079/stat : 11079 (java) S 11077 11079 11031 0 -1 4202496 280972 0 1 0 2393 32 0 0 23 0 22 0 505015611 16070459392 273808 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/11079/statm: 3923452 273808 2284 9 0 3914171 0
[pid=11079/tid=11082] ppid=11077 vsize=15693808 CPUtime=0.39 cores=1,3,5,7
/proc/11079/task/11082/stat : 11082 (java) S 11077 11079 11031 0 -1 4202560 6953 0 1 0 38 1 0 0 19 0 22 0 505015611 16070459392 273808 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 5 0 0 0
[pid=11079/tid=11084] ppid=11077 vsize=15693808 CPUtime=0.01 cores=1,3,5,7
/proc/11079/task/11084/stat : 11084 (java) S 11077 11079 11031 0 -1 4202560 3469 0 0 0 1 0 0 0 16 0 22 0 505015611 16070459392 273808 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 7 0 0 0
[pid=11079/tid=11085] ppid=11077 vsize=15693808 CPUtime=0 cores=1,3,5,7
/proc/11079/task/11085/stat : 11085 (java) S 11077 11079 11031 0 -1 4202560 2381 0 0 0 0 0 0 0 16 0 22 0 505015611 16070459392 273808 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 7 0 0 0
[pid=11079/tid=11086] ppid=11077 vsize=15693808 CPUtime=0.01 cores=1,3,5,7
/proc/11079/task/11086/stat : 11086 (java) S 11077 11079 11031 0 -1 4202560 2526 0 0 0 1 0 0 0 15 0 22 0 505015611 16070459392 273808 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 3 0 0 0
[pid=11079/tid=11087] ppid=11077 vsize=15693808 CPUtime=0 cores=1,3,5,7
/proc/11079/task/11087/stat : 11087 (java) S 11077 11079 11031 0 -1 4202560 822 0 0 0 0 0 0 0 15 0 22 0 505015611 16070459392 273808 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 5 0 0 0
[pid=11079/tid=11088] ppid=11077 vsize=15693808 CPUtime=0 cores=1,3,5,7
/proc/11079/task/11088/stat : 11088 (java) S 11077 11079 11031 0 -1 4202560 1360 0 0 0 0 0 0 0 15 0 22 0 505015611 16070459392 273808 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 7 0 0 0
[pid=11079/tid=11089] ppid=11077 vsize=15693808 CPUtime=0.01 cores=1,3,5,7
/proc/11079/task/11089/stat : 11089 (java) S 11077 11079 11031 0 -1 4202560 3819 0 0 0 1 0 0 0 16 0 22 0 505015611 16070459392 273808 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 5 0 0 0
[pid=11079/tid=11090] ppid=11077 vsize=15693808 CPUtime=0.01 cores=1,3,5,7
/proc/11079/task/11090/stat : 11090 (java) S 11077 11079 11031 0 -1 4202560 4441 0 0 0 1 0 0 0 16 0 22 0 505015611 16070459392 273808 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 1 0 0 0
[pid=11079/tid=11091] ppid=11077 vsize=15693808 CPUtime=0.01 cores=1,3,5,7
/proc/11079/task/11091/stat : 11091 (java) S 11077 11079 11031 0 -1 4202560 3417 0 0 0 1 0 0 0 15 0 22 0 505015611 16070459392 273808 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 3 0 0 0

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

[pid=11079/tid=11110] ppid=11077 vsize=15693808 CPUtime=1049.03 cores=1,3,5,7
/proc/11079/task/11110/stat : 11110 (java) R 11077 11079 11031 0 -1 4202560 409222 0 0 0 104850 53 0 0 25 0 22 0 505015636 16070459392 111610 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 46912505699699 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=11079/tid=11111] ppid=11077 vsize=15693808 CPUtime=1049.17 cores=1,3,5,7
/proc/11079/task/11111/stat : 11111 (java) R 11077 11079 11031 0 -1 4202560 406060 0 0 0 104863 54 0 0 25 0 22 0 505015636 16070459392 111610 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 46912505848238 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=11079/tid=11112] ppid=11077 vsize=15693808 CPUtime=1048.93 cores=1,3,5,7
/proc/11079/task/11112/stat : 11112 (java) R 11077 11079 11031 0 -1 4202560 412117 0 0 0 104840 53 0 0 25 0 22 0 505015636 16070459392 111610 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 46912505745734 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4226.14
Current children cumulated vsize (KiB) 15693808

[startup+1122.3 s]
/proc/loadavg: 8.04 8.00 7.38 9/220 11194
/proc/meminfo: memFree=30244984/32951124 swapFree=67111356/67111528
[pid=11079] ppid=11077 vsize=15693808 CPUtime=4464.94 cores=1,3,5,7
/proc/11079/stat : 11079 (java) S 11077 11079 11031 0 -1 4202496 3060913 0 1 0 445961 533 0 0 23 0 22 0 505015611 16070459392 121912 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/11079/statm: 3923452 121912 2298 9 0 3914171 0
[pid=11079/tid=11082] ppid=11077 vsize=15693808 CPUtime=0.39 cores=1,3,5,7
/proc/11079/task/11082/stat : 11082 (java) S 11077 11079 11031 0 -1 4202560 6953 0 1 0 38 1 0 0 19 0 22 0 505015611 16070459392 121912 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 5 0 0 0
[pid=11079/tid=11084] ppid=11077 vsize=15693808 CPUtime=3.48 cores=1,3,5,7
/proc/11079/task/11084/stat : 11084 (java) S 11077 11079 11031 0 -1 4202560 165636 0 0 0 318 30 0 0 15 0 22 0 505015611 16070459392 121912 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 7 0 0 0
[pid=11079/tid=11085] ppid=11077 vsize=15693808 CPUtime=3.46 cores=1,3,5,7
/proc/11079/task/11085/stat : 11085 (java) S 11077 11079 11031 0 -1 4202560 163716 0 0 0 319 27 0 0 15 0 22 0 505015611 16070459392 121912 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 1 0 0 0
[pid=11079/tid=11086] ppid=11077 vsize=15693808 CPUtime=3.5 cores=1,3,5,7
/proc/11079/task/11086/stat : 11086 (java) S 11077 11079 11031 0 -1 4202560 161145 0 0 0 321 29 0 0 15 0 22 0 505015611 16070459392 121912 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 7 0 0 0
[pid=11079/tid=11087] ppid=11077 vsize=15693808 CPUtime=3.44 cores=1,3,5,7
/proc/11079/task/11087/stat : 11087 (java) S 11077 11079 11031 0 -1 4202560 157688 0 0 0 318 26 0 0 15 0 22 0 505015611 16070459392 121912 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 1 0 0 0
[pid=11079/tid=11088] ppid=11077 vsize=15693808 CPUtime=3.55 cores=1,3,5,7
/proc/11079/task/11088/stat : 11088 (java) S 11077 11079 11031 0 -1 4202560 156682 0 0 0 328 27 0 0 15 0 22 0 505015611 16070459392 121912 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 3 0 0 0
[pid=11079/tid=11089] ppid=11077 vsize=15693808 CPUtime=3.51 cores=1,3,5,7
/proc/11079/task/11089/stat : 11089 (java) S 11077 11079 11031 0 -1 4202560 168518 0 0 0 325 26 0 0 16 0 22 0 505015611 16070459392 121912 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 7 0 0 0
[pid=11079/tid=11090] ppid=11077 vsize=15693808 CPUtime=3.56 cores=1,3,5,7
/proc/11079/task/11090/stat : 11090 (java) S 11077 11079 11031 0 -1 4202560 162236 0 0 0 329 27 0 0 15 0 22 0 505015611 16070459392 121912 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 3 0 0 0
[pid=11079/tid=11091] ppid=11077 vsize=15693808 CPUtime=3.49 cores=1,3,5,7
/proc/11079/task/11091/stat : 11091 (java) S 11077 11079 11031 0 -1 4202560 165800 0 0 0 321 28 0 0 15 0 22 0 505015611 16070459392 121912 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 5 0 0 0
[pid=11079/tid=11092] ppid=11077 vsize=15693808 CPUtime=2 cores=1,3,5,7
/proc/11079/task/11092/stat : 11092 (java) S 11077 11079 11031 0 -1 4202560 8155 0 0 0 128 72 0 0 16 0 22 0 505015612 16070459392 121912 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350200320 0 0 0 16800975 18446604466192663680 0 0 -1 7 0 0 0
[pid=11079/tid=11093] ppid=11077 vsize=15693808 CPUtime=0 cores=1,3,5,7
/proc/11079/task/11093/stat : 11093 (java) S 11077 11079 11031 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 505015613 16070459392 121912 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 5 0 0 0
[pid=11079/tid=11094] ppid=11077 vsize=15693808 CPUtime=0 cores=1,3,5,7
/proc/11079/task/11094/stat : 11094 (java) S 11077 11079 11031 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 505015613 16070459392 121912 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 5 0 0 0
[pid=11079/tid=11100] ppid=11077 vsize=15693808 CPUtime=0 cores=1,3,5,7
/proc/11079/task/11100/stat : 11100 (java) S 11077 11079 11031 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 505015615 16070459392 121912 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350207409 0 4 0 16800975 18446604466192663680 0 0 -1 5 0 0 0
[pid=11079/tid=11101] ppid=11077 vsize=15693808 CPUtime=1 cores=1,3,5,7
/proc/11079/task/11101/stat : 11101 (java) S 11077 11079 11031 0 -1 4202560 11110 0 0 0 99 1 0 0 15 0 22 0 505015615 16070459392 121912 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 1 0 0 0
[pid=11079/tid=11102] ppid=11077 vsize=15693808 CPUtime=0.99 cores=1,3,5,7
/proc/11079/task/11102/stat : 11102 (java) S 11077 11079 11031 0 -1 4202560 4788 0 0 0 99 0 0 0 16 0 22 0 505015615 16070459392 121912 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 5 0 0 0
[pid=11079/tid=11103] ppid=11077 vsize=15693808 CPUtime=0 cores=1,3,5,7
/proc/11079/task/11103/stat : 11103 (java) S 11077 11079 11031 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 22 0 505015615 16070459392 121912 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 5 0 0 0
[pid=11079/tid=11104] ppid=11077 vsize=15693808 CPUtime=0 cores=1,3,5,7
/proc/11079/task/11104/stat : 11104 (java) S 11077 11079 11031 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 22 0 505015615 16070459392 121912 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350200320 0 4 0 16800975 18446604466192663680 0 0 -1 7 0 0 0
[pid=11079/tid=11109] ppid=11077 vsize=15693808 CPUtime=1107.45 cores=1,3,5,7
/proc/11079/task/11109/stat : 11109 (java) R 11077 11079 11031 0 -1 4202560 430223 0 0 0 110687 58 0 0 25 0 22 0 505015636 16070459392 121912 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 46912505849581 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11079/tid=11110] ppid=11077 vsize=15693808 CPUtime=1108.24 cores=1,3,5,7
/proc/11079/task/11110/stat : 11110 (java) R 11077 11079 11031 0 -1 4202560 430612 0 0 0 110768 56 0 0 25 0 22 0 505015636 16070459392 121912 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 46912505848197 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=11079/tid=11111] ppid=11077 vsize=15693808 CPUtime=1108.38 cores=1,3,5,7
/proc/11079/task/11111/stat : 11111 (java) R 11077 11079 11031 0 -1 4202560 429405 0 0 0 110780 58 0 0 25 0 22 0 505015636 16070459392 121912 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 46912506076282 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=11079/tid=11112] ppid=11077 vsize=15693808 CPUtime=1108.32 cores=1,3,5,7
/proc/11079/task/11112/stat : 11112 (java) R 11077 11079 11031 0 -1 4202560 436801 0 0 0 110776 56 0 0 25 0 22 0 505015636 16070459392 121912 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 46912505848314 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4464.94
Current children cumulated vsize (KiB) 15693808

[startup+1182.3 s]
/proc/loadavg: 8.05 8.01 7.42 9/220 11196
/proc/meminfo: memFree=30500148/32951124 swapFree=67111356/67111528
[pid=11079] ppid=11077 vsize=15693808 CPUtime=4703.67 cores=1,3,5,7
/proc/11079/stat : 11079 (java) S 11077 11079 11031 0 -1 4202496 3217201 0 1 0 469805 562 0 0 23 0 22 0 505015611 16070459392 114067 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/11079/statm: 3923452 114067 2298 9 0 3914171 0
[pid=11079/tid=11082] ppid=11077 vsize=15693808 CPUtime=0.39 cores=1,3,5,7
/proc/11079/task/11082/stat : 11082 (java) S 11077 11079 11031 0 -1 4202560 6953 0 1 0 38 1 0 0 19 0 22 0 505015611 16070459392 114067 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 5 0 0 0
[pid=11079/tid=11084] ppid=11077 vsize=15693808 CPUtime=3.68 cores=1,3,5,7
/proc/11079/task/11084/stat : 11084 (java) S 11077 11079 11031 0 -1 4202560 175141 0 0 0 336 32 0 0 15 0 22 0 505015611 16070459392 114067 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 1 0 0 0
[pid=11079/tid=11085] ppid=11077 vsize=15693808 CPUtime=3.67 cores=1,3,5,7
/proc/11079/task/11085/stat : 11085 (java) S 11077 11079 11031 0 -1 4202560 172891 0 0 0 338 29 0 0 16 0 22 0 505015611 16070459392 114067 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 7 0 0 0
[pid=11079/tid=11086] ppid=11077 vsize=15693808 CPUtime=3.66 cores=1,3,5,7
/proc/11079/task/11086/stat : 11086 (java) S 11077 11079 11031 0 -1 4202560 167953 0 0 0 336 30 0 0 16 0 22 0 505015611 16070459392 114067 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 3 0 0 0
[pid=11079/tid=11087] ppid=11077 vsize=15693808 CPUtime=3.65 cores=1,3,5,7
/proc/11079/task/11087/stat : 11087 (java) S 11077 11079 11031 0 -1 4202560 168307 0 0 0 337 28 0 0 15 0 22 0 505015611 16070459392 114067 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 5 0 0 0
[pid=11079/tid=11088] ppid=11077 vsize=15693808 CPUtime=3.72 cores=1,3,5,7
/proc/11079/task/11088/stat : 11088 (java) S 11077 11079 11031 0 -1 4202560 164474 0 0 0 343 29 0 0 15 0 22 0 505015611 16070459392 114067 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 7 0 0 0
[pid=11079/tid=11089] ppid=11077 vsize=15693808 CPUtime=3.69 cores=1,3,5,7
/proc/11079/task/11089/stat : 11089 (java) S 11077 11079 11031 0 -1 4202560 176928 0 0 0 341 28 0 0 15 0 22 0 505015611 16070459392 114067 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 1 0 0 0
[pid=11079/tid=11090] ppid=11077 vsize=15693808 CPUtime=3.77 cores=1,3,5,7
/proc/11079/task/11090/stat : 11090 (java) S 11077 11079 11031 0 -1 4202560 173306 0 0 0 348 29 0 0 16 0 22 0 505015611 16070459392 114067 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 1 0 0 0
[pid=11079/tid=11091] ppid=11077 vsize=15693808 CPUtime=3.69 cores=1,3,5,7
/proc/11079/task/11091/stat : 11091 (java) S 11077 11079 11031 0 -1 4202560 178039 0 0 0 337 32 0 0 15 0 22 0 505015611 16070459392 114067 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 3 0 0 0
[pid=11079/tid=11092] ppid=11077 vsize=15693808 CPUtime=2.11 cores=1,3,5,7
/proc/11079/task/11092/stat : 11092 (java) S 11077 11079 11031 0 -1 4202560 8579 0 0 0 134 77 0 0 15 0 22 0 505015612 16070459392 114067 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350200320 0 0 0 16800975 18446604466192663680 0 0 -1 3 0 0 0
[pid=11079/tid=11093] ppid=11077 vsize=15693808 CPUtime=0 cores=1,3,5,7
/proc/11079/task/11093/stat : 11093 (java) S 11077 11079 11031 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 505015613 16070459392 114067 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 5 0 0 0
[pid=11079/tid=11094] ppid=11077 vsize=15693808 CPUtime=0 cores=1,3,5,7
/proc/11079/task/11094/stat : 11094 (java) S 11077 11079 11031 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 505015613 16070459392 114067 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 5 0 0 0
[pid=11079/tid=11100] ppid=11077 vsize=15693808 CPUtime=0 cores=1,3,5,7
/proc/11079/task/11100/stat : 11100 (java) S 11077 11079 11031 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 505015615 16070459392 114067 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350207409 0 4 0 16800975 18446604466192663680 0 0 -1 5 0 0 0
[pid=11079/tid=11101] ppid=11077 vsize=15693808 CPUtime=1 cores=1,3,5,7
/proc/11079/task/11101/stat : 11101 (java) S 11077 11079 11031 0 -1 4202560 11110 0 0 0 99 1 0 0 15 0 22 0 505015615 16070459392 114067 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 1 0 0 0
[pid=11079/tid=11102] ppid=11077 vsize=15693808 CPUtime=0.99 cores=1,3,5,7
/proc/11079/task/11102/stat : 11102 (java) S 11077 11079 11031 0 -1 4202560 4788 0 0 0 99 0 0 0 16 0 22 0 505015615 16070459392 114067 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 5 0 0 0
[pid=11079/tid=11103] ppid=11077 vsize=15693808 CPUtime=0 cores=1,3,5,7
/proc/11079/task/11103/stat : 11103 (java) S 11077 11079 11031 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 22 0 505015615 16070459392 114067 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 5 0 0 0
[pid=11079/tid=11104] ppid=11077 vsize=15693808 CPUtime=0 cores=1,3,5,7
/proc/11079/task/11104/stat : 11104 (java) S 11077 11079 11031 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 22 0 505015615 16070459392 114067 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350200320 0 4 0 16800975 18446604466192663680 0 0 -1 1 0 0 0
[pid=11079/tid=11109] ppid=11077 vsize=15693808 CPUtime=1166.8 cores=1,3,5,7
/proc/11079/task/11109/stat : 11109 (java) R 11077 11079 11031 0 -1 4202560 451243 0 0 0 116619 61 0 0 25 0 22 0 505015636 16070459392 114067 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 46912505842227 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11079/tid=11110] ppid=11077 vsize=15693808 CPUtime=1167.57 cores=1,3,5,7
/proc/11079/task/11110/stat : 11110 (java) R 11077 11079 11031 0 -1 4202560 450804 0 0 0 116698 59 0 0 25 0 22 0 505015636 16070459392 114067 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 46912505948896 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=11079/tid=11111] ppid=11077 vsize=15693808 CPUtime=1167.48 cores=1,3,5,7
/proc/11079/task/11111/stat : 11111 (java) R 11077 11079 11031 0 -1 4202560 449303 0 0 0 116687 61 0 0 25 0 22 0 505015636 16070459392 114067 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 46912505729390 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=11079/tid=11112] ppid=11077 vsize=15693808 CPUtime=1167.65 cores=1,3,5,7
/proc/11079/task/11112/stat : 11112 (java) R 11077 11079 11031 0 -1 4202560 455934 0 0 0 116706 59 0 0 25 0 22 0 505015636 16070459392 114067 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 18446744073699065949 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4703.67
Current children cumulated vsize (KiB) 15693808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1206.6 s]
/proc/loadavg: 8.03 8.01 7.43 9/220 11197
/proc/meminfo: memFree=30453888/32951124 swapFree=67111356/67111528
[pid=11079] ppid=11077 vsize=15693808 CPUtime=4800.38 cores=1,3,5,7
/proc/11079/stat : 11079 (java) S 11077 11079 11031 0 -1 4202496 3289524 0 1 0 479465 573 0 0 23 0 22 0 505015611 16070459392 126780 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/11079/statm: 3923452 126780 2298 9 0 3914171 0
[pid=11079/tid=11082] ppid=11077 vsize=15693808 CPUtime=0.39 cores=1,3,5,7
/proc/11079/task/11082/stat : 11082 (java) S 11077 11079 11031 0 -1 4202560 6953 0 1 0 38 1 0 0 19 0 22 0 505015611 16070459392 126780 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 5 0 0 0
[pid=11079/tid=11084] ppid=11077 vsize=15693808 CPUtime=3.75 cores=1,3,5,7
/proc/11079/task/11084/stat : 11084 (java) S 11077 11079 11031 0 -1 4202560 179128 0 0 0 342 33 0 0 15 0 22 0 505015611 16070459392 126780 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 7 0 0 0
[pid=11079/tid=11085] ppid=11077 vsize=15693808 CPUtime=3.75 cores=1,3,5,7
/proc/11079/task/11085/stat : 11085 (java) S 11077 11079 11031 0 -1 4202560 178325 0 0 0 346 29 0 0 15 0 22 0 505015611 16070459392 126780 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 1 0 0 0
[pid=11079/tid=11086] ppid=11077 vsize=15693808 CPUtime=3.72 cores=1,3,5,7
/proc/11079/task/11086/stat : 11086 (java) S 11077 11079 11031 0 -1 4202560 171863 0 0 0 341 31 0 0 16 0 22 0 505015611 16070459392 126780 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 5 0 0 0
[pid=11079/tid=11087] ppid=11077 vsize=15693808 CPUtime=3.71 cores=1,3,5,7
/proc/11079/task/11087/stat : 11087 (java) S 11077 11079 11031 0 -1 4202560 172693 0 0 0 343 28 0 0 15 0 22 0 505015611 16070459392 126780 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 5 0 0 0
[pid=11079/tid=11088] ppid=11077 vsize=15693808 CPUtime=3.81 cores=1,3,5,7
/proc/11079/task/11088/stat : 11088 (java) S 11077 11079 11031 0 -1 4202560 169940 0 0 0 351 30 0 0 15 0 22 0 505015611 16070459392 126780 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 5 0 0 0
[pid=11079/tid=11089] ppid=11077 vsize=15693808 CPUtime=3.77 cores=1,3,5,7
/proc/11079/task/11089/stat : 11089 (java) S 11077 11079 11031 0 -1 4202560 183073 0 0 0 349 28 0 0 15 0 22 0 505015611 16070459392 126780 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 3 0 0 0
[pid=11079/tid=11090] ppid=11077 vsize=15693808 CPUtime=3.83 cores=1,3,5,7
/proc/11079/task/11090/stat : 11090 (java) S 11077 11079 11031 0 -1 4202560 176620 0 0 0 354 29 0 0 15 0 22 0 505015611 16070459392 126780 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 1 0 0 0
[pid=11079/tid=11091] ppid=11077 vsize=15693808 CPUtime=3.76 cores=1,3,5,7
/proc/11079/task/11091/stat : 11091 (java) S 11077 11079 11031 0 -1 4202560 181442 0 0 0 344 32 0 0 15 0 22 0 505015611 16070459392 126780 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 3 0 0 0
[pid=11079/tid=11092] ppid=11077 vsize=15693808 CPUtime=2.14 cores=1,3,5,7
/proc/11079/task/11092/stat : 11092 (java) S 11077 11079 11031 0 -1 4202560 8747 0 0 0 136 78 0 0 15 0 22 0 505015612 16070459392 126780 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350200320 0 0 0 16800975 18446604466192663680 0 0 -1 5 0 0 0
[pid=11079/tid=11093] ppid=11077 vsize=15693808 CPUtime=0 cores=1,3,5,7
/proc/11079/task/11093/stat : 11093 (java) S 11077 11079 11031 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 505015613 16070459392 126780 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 5 0 0 0
[pid=11079/tid=11094] ppid=11077 vsize=15693808 CPUtime=0 cores=1,3,5,7
/proc/11079/task/11094/stat : 11094 (java) S 11077 11079 11031 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 505015613 16070459392 126780 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 5 0 0 0
[pid=11079/tid=11100] ppid=11077 vsize=15693808 CPUtime=0 cores=1,3,5,7
/proc/11079/task/11100/stat : 11100 (java) S 11077 11079 11031 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 505015615 16070459392 126780 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350207409 0 4 0 16800975 18446604466192663680 0 0 -1 5 0 0 0
[pid=11079/tid=11101] ppid=11077 vsize=15693808 CPUtime=1 cores=1,3,5,7
/proc/11079/task/11101/stat : 11101 (java) S 11077 11079 11031 0 -1 4202560 11110 0 0 0 99 1 0 0 15 0 22 0 505015615 16070459392 126780 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 1 0 0 0
[pid=11079/tid=11102] ppid=11077 vsize=15693808 CPUtime=0.99 cores=1,3,5,7
/proc/11079/task/11102/stat : 11102 (java) S 11077 11079 11031 0 -1 4202560 4788 0 0 0 99 0 0 0 16 0 22 0 505015615 16070459392 126780 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 5 0 0 0
[pid=11079/tid=11103] ppid=11077 vsize=15693808 CPUtime=0 cores=1,3,5,7
/proc/11079/task/11103/stat : 11103 (java) S 11077 11079 11031 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 22 0 505015615 16070459392 126780 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350199705 0 4 0 16800975 18446604466192663680 0 0 -1 5 0 0 0
[pid=11079/tid=11104] ppid=11077 vsize=15693808 CPUtime=0 cores=1,3,5,7
/proc/11079/task/11104/stat : 11104 (java) S 11077 11079 11031 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 22 0 505015615 16070459392 126780 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 270350200320 0 4 0 16800975 18446604466192663680 0 0 -1 3 0 0 0
[pid=11079/tid=11109] ppid=11077 vsize=15693808 CPUtime=1190.85 cores=1,3,5,7
/proc/11079/task/11109/stat : 11109 (java) R 11077 11079 11031 0 -1 4202560 460231 0 0 0 119023 62 0 0 25 0 22 0 505015636 16070459392 126780 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 46912505727209 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=11079/tid=11110] ppid=11077 vsize=15693808 CPUtime=1191.63 cores=1,3,5,7
/proc/11079/task/11110/stat : 11110 (java) R 11077 11079 11031 0 -1 4202560 460425 0 0 0 119103 60 0 0 25 0 22 0 505015636 16070459392 126780 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 46912505848235 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=11079/tid=11111] ppid=11077 vsize=15693808 CPUtime=1191.45 cores=1,3,5,7
/proc/11079/task/11111/stat : 11111 (java) R 11077 11079 11031 0 -1 4202560 457881 0 0 0 119083 62 0 0 25 0 22 0 505015636 16070459392 126780 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 46912505848235 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11079/tid=11112] ppid=11077 vsize=15693808 CPUtime=1191.67 cores=1,3,5,7
/proc/11079/task/11112/stat : 11112 (java) R 11077 11079 11031 0 -1 4202560 464857 0 0 0 119107 60 0 0 25 0 22 0 505015636 16070459392 126780 33554432000 1073741824 1073778376 140736315181008 18446744073709551615 46912505848500 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 15693808

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

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

Child status: 143
Real time (s): 1206.63
CPU time (s): 4800.43
CPU user time (s): 4794.68
CPU system time (s): 5.75712
CPU usage (%): 397.837
Max. virtual memory (cumulated for all children) (KiB): 15696212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.68
system time used= 5.75712
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3289549
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= 203798
involuntary context switches= 124137

runsolver used 1.9697 second user time and 4.67329 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-30 03:13:20
IDJOB=3312631
IDBENCH=82816
IDSOLVER=1699
FILE ID=node143/3312631-1304126000
RUNJOBID= node143-1304126000-11050
PBS_JOBID= 13170767
Free space on /tmp= 72924 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v700-c2982-S628307658-028.SATISFIABLE.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312631-1304126000/watcher-3312631-1304126000 -o /tmp/evaluation-result-3312631-1304126000/solver-3312631-1304126000 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312631-1304126000.cnf

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

MD5SUM BENCH= 0b3e0de9aa59dd098eea77ce3aaba6c9
RANDOM SEED=1498997625

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31296244 kB
Buffers:        245700 kB
Cached:        1061488 kB
SwapCached:        168 kB
Active:         301704 kB
Inactive:      1074828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31296244 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            3116 kB
Writeback:           0 kB
AnonPages:       69160 kB
Mapped:          20496 kB
Slab:           212804 kB
PageTables:       5172 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   768620 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= 72920 MiB
End job on node143 at 2011-04-30 03:33:29