Trace number 3312255

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 (hbr=2)? (TO) 4151.74 1302.6

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/partial-5-11-u.cnf
MD5SUM8e22d84b1ae625d44fbf300a32374a2d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables164158
Number of clauses730719
Sum of the clauses size1660140
Maximum clause length10
Minimum clause length1
Number of clauses of size 112474
Number of clauses of size 2600009
Number of clauses of size 387256
Number of clauses of size 43440
Number of clauses of size 513760
Number of clauses of size over 513780

Solver Data

0.10/0.11	47:17 INFO : Reading from input HOME/instance-3312255-1304074037.cnf
2.83/2.50	Executor set job limit to 1000000
2.83/2.50	Executor set job limit to 1000000
2.83/2.50	Executor set job limit to 1000000
2.83/2.50	Executor set job limit to 1000000
2.83/2.50	Starting Executor!
2.83/2.50	Starting Executor!
2.83/2.50	Starting Executor!
2.83/2.51	Starting Executor!
98.64/95.95	48:53 INFO : 82671 variables remaining out of 164158
98.64/95.95	48:53 INFO : 27500521 literals remaining out of 2390859

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-3312255-1304074037/watcher-3312255-1304074037 -o /tmp/evaluation-result-3312255-1304074037/solver-3312255-1304074037 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312255-1304074037.cnf -hbr 2 

running on 4 cores: 0,2,4,6

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: 5.82 7.52 7.80 4/194 23999
/proc/meminfo: memFree=14374552/32951124 swapFree=67111528/67111528
[pid=23999] ppid=23997 vsize=26088 CPUtime=0 cores=0,2,4,6
/proc/23999/stat : 23999 (java) S 23997 23999 23403 0 -1 4202496 1412 0 0 0 0 0 0 0 21 0 2 0 519004655 26714112 883 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624913381 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/23999/statm: 6522 885 678 9 0 381 0
[pid=23999/tid=24000] ppid=23997 vsize=27172 CPUtime=0 cores=0,2,4,6
/proc/23999/task/24000/stat : 24000 (java) R 23997 23999 23403 0 -1 4202560 56 0 0 0 0 0 0 0 23 0 2 0 519004655 27824128 885 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270608190378 0 0 4096 0 0 0 0 -1 4 0 0 0

[startup+0.078783 s]
/proc/loadavg: 5.82 7.52 7.80 4/194 23999
/proc/meminfo: memFree=14374552/32951124 swapFree=67111528/67111528
[pid=23999] ppid=23997 vsize=15676048 CPUtime=0.08 cores=0,2,4,6
/proc/23999/stat : 23999 (java) S 23997 23999 23403 0 -1 4202496 4973 0 1 0 7 1 0 0 21 0 18 0 519004655 16052273152 4412 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/23999/statm: 3919012 4412 2042 9 0 3909731 0
[pid=23999/tid=24000] ppid=23997 vsize=15676048 CPUtime=0.06 cores=0,2,4,6
/proc/23999/task/24000/stat : 24000 (java) R 23997 23999 23403 0 -1 4202560 3153 0 1 0 6 0 0 0 18 0 18 0 519004655 16052273152 4412 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 47606046508568 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 15676048

[startup+0.100776 s]
/proc/loadavg: 5.82 7.52 7.80 4/194 23999
/proc/meminfo: memFree=14374552/32951124 swapFree=67111528/67111528
[pid=23999] ppid=23997 vsize=15676832 CPUtime=0.1 cores=0,2,4,6
/proc/23999/stat : 23999 (java) S 23997 23999 23403 0 -1 4202496 5569 0 1 0 9 1 0 0 21 0 18 0 519004655 16053075968 5008 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/23999/statm: 3919208 5009 2116 9 0 3909927 0
[pid=23999/tid=24000] ppid=23997 vsize=15676832 CPUtime=0.09 cores=0,2,4,6
/proc/23999/task/24000/stat : 24000 (java) R 23997 23999 23403 0 -1 4202560 3474 0 1 0 8 1 0 0 18 0 18 0 519004655 16053075968 5010 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 47606047603811 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676832

[startup+0.300746 s]
/proc/loadavg: 5.82 7.52 7.80 4/194 23999
/proc/meminfo: memFree=14374552/32951124 swapFree=67111528/67111528
[pid=23999] ppid=23997 vsize=15684452 CPUtime=0.52 cores=0,2,4,6
/proc/23999/stat : 23999 (java) S 23997 23999 23403 0 -1 4202496 15857 0 1 0 50 2 0 0 21 0 18 0 519004655 16060878848 14307 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/23999/statm: 3921113 14314 2213 9 0 3911832 0
[pid=23999/tid=24000] ppid=23997 vsize=15684452 CPUtime=0.28 cores=0,2,4,6
/proc/23999/task/24000/stat : 24000 (java) R 23997 23999 23403 0 -1 4202560 10942 0 1 0 27 1 0 0 18 0 18 0 519004655 16060878848 14318 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 46912505638995 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15684452

[startup+0.700686 s]
/proc/loadavg: 5.82 7.52 7.80 4/194 23999
/proc/meminfo: memFree=14374552/32951124 swapFree=67111528/67111528
[pid=23999] ppid=23997 vsize=15684452 CPUtime=0.93 cores=0,2,4,6
/proc/23999/stat : 23999 (java) S 23997 23999 23403 0 -1 4202496 41930 0 1 0 88 5 0 0 21 0 18 0 519004655 16060878848 40378 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/23999/statm: 3921113 40378 2229 9 0 3911832 0
[pid=23999/tid=24000] ppid=23997 vsize=15684452 CPUtime=0.67 cores=0,2,4,6
/proc/23999/task/24000/stat : 24000 (java) R 23997 23999 23403 0 -1 4202560 35564 0 1 0 63 4 0 0 18 0 18 0 519004655 16060878848 40378 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 46912505513638 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 15684452

[startup+1.50155 s]
/proc/loadavg: 5.82 7.52 7.80 3/212 24017
/proc/meminfo: memFree=14063160/32951124 swapFree=67111528/67111528
[pid=23999] ppid=23997 vsize=15684452 CPUtime=1.76 cores=0,2,4,6
/proc/23999/stat : 23999 (java) S 23997 23999 23403 0 -1 4202496 75886 0 1 0 167 9 0 0 21 0 18 0 519004655 16060878848 74331 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/23999/statm: 3921113 74331 2229 9 0 3911832 0
[pid=23999/tid=24000] ppid=23997 vsize=15684452 CPUtime=1.47 cores=0,2,4,6
/proc/23999/task/24000/stat : 24000 (java) R 23997 23999 23403 0 -1 4202560 65992 0 1 0 139 8 0 0 19 0 18 0 519004655 16060878848 74331 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624937419 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=23999/tid=24002] ppid=23997 vsize=15684452 CPUtime=0 cores=0,2,4,6
/proc/23999/task/24002/stat : 24002 (java) S 23997 23999 23403 0 -1 4202560 219 0 0 0 0 0 0 0 16 0 18 0 519004656 16060878848 74331 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 0 0 0 0
[pid=23999/tid=24003] ppid=23997 vsize=15684452 CPUtime=0 cores=0,2,4,6
/proc/23999/task/24003/stat : 24003 (java) S 23997 23999 23403 0 -1 4202560 2167 0 0 0 0 0 0 0 16 0 18 0 519004656 16060878848 74331 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 2 0 0 0
[pid=23999/tid=24004] ppid=23997 vsize=15684452 CPUtime=0 cores=0,2,4,6
/proc/23999/task/24004/stat : 24004 (java) S 23997 23999 23403 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 18 0 519004656 16060878848 74331 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 4 0 0 0
[pid=23999/tid=24005] ppid=23997 vsize=15684452 CPUtime=0 cores=0,2,4,6
/proc/23999/task/24005/stat : 24005 (java) S 23997 23999 23403 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 18 0 519004656 16060878848 74331 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 2 0 0 0
[pid=23999/tid=24006] ppid=23997 vsize=15684452 CPUtime=0 cores=0,2,4,6
/proc/23999/task/24006/stat : 24006 (java) S 23997 23999 23403 0 -1 4202560 1325 0 0 0 0 0 0 0 15 0 18 0 519004656 16060878848 74331 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 0 0 0 0
[pid=23999/tid=24007] ppid=23997 vsize=15684452 CPUtime=0 cores=0,2,4,6
/proc/23999/task/24007/stat : 24007 (java) S 23997 23999 23403 0 -1 4202560 538 0 0 0 0 0 0 0 15 0 18 0 519004656 16060878848 74331 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 6 0 0 0
[pid=23999/tid=24008] ppid=23997 vsize=15684452 CPUtime=0 cores=0,2,4,6
/proc/23999/task/24008/stat : 24008 (java) S 23997 23999 23403 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 18 0 519004656 16060878848 74331 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 0 0 0 0
[pid=23999/tid=24009] ppid=23997 vsize=15684452 CPUtime=0 cores=0,2,4,6
/proc/23999/task/24009/stat : 24009 (java) S 23997 23999 23403 0 -1 4202560 509 0 0 0 0 0 0 0 15 0 18 0 519004656 16060878848 74331 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 2 0 0 0
[pid=23999/tid=24010] ppid=23997 vsize=15684452 CPUtime=0 cores=0,2,4,6
/proc/23999/task/24010/stat : 24010 (java) S 23997 23999 23403 0 -1 4202560 185 0 0 0 0 0 0 0 16 0 18 0 519004657 16060878848 74331 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624927232 0 0 0 16800975 18446604453948232640 0 0 -1 4 0 0 0
[pid=23999/tid=24011] ppid=23997 vsize=15684452 CPUtime=0 cores=0,2,4,6
/proc/23999/task/24011/stat : 24011 (java) S 23997 23999 23403 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 519004657 16060878848 74331 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 2 0 0 0
[pid=23999/tid=24012] ppid=23997 vsize=15684452 CPUtime=0 cores=0,2,4,6
/proc/23999/task/24012/stat : 24012 (java) S 23997 23999 23403 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 519004657 16060878848 74331 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 2 0 0 0
[pid=23999/tid=24013] ppid=23997 vsize=15684452 CPUtime=0 cores=0,2,4,6
/proc/23999/task/24013/stat : 24013 (java) S 23997 23999 23403 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 519004659 16060878848 74331 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624934321 0 4 0 16800975 18446604453948232640 0 0 -1 4 0 0 0
[pid=23999/tid=24014] ppid=23997 vsize=15684452 CPUtime=0.1 cores=0,2,4,6
/proc/23999/task/24014/stat : 24014 (java) S 23997 23999 23403 0 -1 4202560 2221 0 0 0 10 0 0 0 25 0 18 0 519004659 16060878848 74331 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 6 0 0 0
[pid=23999/tid=24015] ppid=23997 vsize=15684452 CPUtime=0.13 cores=0,2,4,6
/proc/23999/task/24015/stat : 24015 (java) S 23997 23999 23403 0 -1 4202560 1311 0 0 0 13 0 0 0 17 0 18 0 519004660 16060878848 74331 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 2 0 0 0
[pid=23999/tid=24016] ppid=23997 vsize=15684452 CPUtime=0 cores=0,2,4,6
/proc/23999/task/24016/stat : 24016 (java) S 23997 23999 23403 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 519004660 16060878848 74331 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 4 0 0 0
[pid=23999/tid=24017] ppid=23997 vsize=15684452 CPUtime=0 cores=0,2,4,6
/proc/23999/task/24017/stat : 24017 (java) S 23997 23999 23403 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 519004660 16060878848 74331 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624927232 0 4 0 16800975 18446604453948232640 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.76
Current children cumulated vsize (KiB) 15684452

[startup+3.10126 s]
/proc/loadavg: 5.82 7.52 7.80 3/212 24017
/proc/meminfo: memFree=13522520/32951124 swapFree=67111528/67111528
[pid=23999] ppid=23997 vsize=15697756 CPUtime=3.72 cores=0,2,4,6
/proc/23999/stat : 23999 (java) S 23997 23999 23403 0 -1 4202496 144383 0 1 0 356 16 0 0 21 0 22 0 519004655 16074502144 141243 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/23999/statm: 3924439 141243 2266 9 0 3915158 0
[pid=23999/tid=24000] ppid=23997 vsize=15697756 CPUtime=3.06 cores=0,2,4,6
/proc/23999/task/24000/stat : 24000 (java) R 23997 23999 23403 0 -1 4202560 127352 0 1 0 292 14 0 0 25 0 22 0 519004655 16074502144 141243 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 46912505122376 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23999/tid=24002] ppid=23997 vsize=15697756 CPUtime=0 cores=0,2,4,6
/proc/23999/task/24002/stat : 24002 (java) S 23997 23999 23403 0 -1 4202560 567 0 0 0 0 0 0 0 16 0 22 0 519004656 16074502144 141243 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 0 0 0 0
[pid=23999/tid=24003] ppid=23997 vsize=15697756 CPUtime=0 cores=0,2,4,6
/proc/23999/task/24003/stat : 24003 (java) S 23997 23999 23403 0 -1 4202560 2167 0 0 0 0 0 0 0 15 0 22 0 519004656 16074502144 141243 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 2 0 0 0
[pid=23999/tid=24004] ppid=23997 vsize=15697756 CPUtime=0 cores=0,2,4,6
/proc/23999/task/24004/stat : 24004 (java) S 23997 23999 23403 0 -1 4202560 36 0 0 0 0 0 0 0 15 0 22 0 519004656 16074502144 141243 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 4 0 0 0
[pid=23999/tid=24005] ppid=23997 vsize=15697756 CPUtime=0 cores=0,2,4,6
/proc/23999/task/24005/stat : 24005 (java) S 23997 23999 23403 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 22 0 519004656 16074502144 141243 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 2 0 0 0
[pid=23999/tid=24006] ppid=23997 vsize=15697756 CPUtime=0 cores=0,2,4,6
/proc/23999/task/24006/stat : 24006 (java) S 23997 23999 23403 0 -1 4202560 1325 0 0 0 0 0 0 0 15 0 22 0 519004656 16074502144 141243 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 0 0 0 0
[pid=23999/tid=24007] ppid=23997 vsize=15697756 CPUtime=0.01 cores=0,2,4,6
/proc/23999/task/24007/stat : 24007 (java) S 23997 23999 23403 0 -1 4202560 3165 0 0 0 1 0 0 0 16 0 22 0 519004656 16074502144 141243 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 6 0 0 0
[pid=23999/tid=24008] ppid=23997 vsize=15697756 CPUtime=0 cores=0,2,4,6
/proc/23999/task/24008/stat : 24008 (java) S 23997 23999 23403 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 22 0 519004656 16074502144 141243 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 0 0 0 0
[pid=23999/tid=24009] ppid=23997 vsize=15697756 CPUtime=0 cores=0,2,4,6
/proc/23999/task/24009/stat : 24009 (java) S 23997 23999 23403 0 -1 4202560 532 0 0 0 0 0 0 0 15 0 22 0 519004656 16074502144 141243 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 2 0 0 0
[pid=23999/tid=24010] ppid=23997 vsize=15697756 CPUtime=0 cores=0,2,4,6
/proc/23999/task/24010/stat : 24010 (java) S 23997 23999 23403 0 -1 4202560 437 0 0 0 0 0 0 0 15 0 22 0 519004657 16074502144 141243 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624927232 0 0 0 16800975 18446604453948232640 0 0 -1 4 0 0 0
[pid=23999/tid=24011] ppid=23997 vsize=15697756 CPUtime=0 cores=0,2,4,6
/proc/23999/task/24011/stat : 24011 (java) S 23997 23999 23403 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 519004657 16074502144 141243 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 2 0 0 0
[pid=23999/tid=24012] ppid=23997 vsize=15697756 CPUtime=0 cores=0,2,4,6
/proc/23999/task/24012/stat : 24012 (java) S 23997 23999 23403 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 519004657 16074502144 141243 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 2 0 0 0
[pid=23999/tid=24013] ppid=23997 vsize=15697756 CPUtime=0 cores=0,2,4,6
/proc/23999/task/24013/stat : 24013 (java) S 23997 23999 23403 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519004659 16074502144 141243 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624934321 0 4 0 16800975 18446604453948232640 0 0 -1 4 0 0 0
[pid=23999/tid=24014] ppid=23997 vsize=15697756 CPUtime=0.22 cores=0,2,4,6
/proc/23999/task/24014/stat : 24014 (java) S 23997 23999 23403 0 -1 4202560 2271 0 0 0 22 0 0 0 15 0 22 0 519004659 16074502144 141243 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 4 0 0 0
[pid=23999/tid=24015] ppid=23997 vsize=15697756 CPUtime=0.35 cores=0,2,4,6
/proc/23999/task/24015/stat : 24015 (java) R 23997 23999 23403 0 -1 4202560 5086 0 0 0 35 0 0 0 15 0 22 0 519004660 16074502144 141243 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 47606047163119 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=23999/tid=24016] ppid=23997 vsize=15697756 CPUtime=0 cores=0,2,4,6
/proc/23999/task/24016/stat : 24016 (java) S 23997 23999 23403 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519004660 16074502144 141243 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 4 0 0 0
[pid=23999/tid=24017] ppid=23997 vsize=15697756 CPUtime=0 cores=0,2,4,6
/proc/23999/task/24017/stat : 24017 (java) S 23997 23999 23403 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 519004660 16074502144 141243 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624927232 0 4 0 16800975 18446604453948232640 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.72
Current children cumulated vsize (KiB) 15697756

[startup+6.3007 s]
/proc/loadavg: 5.68 7.47 7.78 3/220 24025
/proc/meminfo: memFree=13273648/32951124 swapFree=67111528/67111528
[pid=23999] ppid=23997 vsize=15695472 CPUtime=7.64 cores=0,2,4,6
/proc/23999/stat : 23999 (java) S 23997 23999 23403 0 -1 4202496 149001 0 1 0 747 17 0 0 21 0 22 0 519004655 16072163328 142413 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/23999/statm: 3923868 142413 2276 9 0 3914587 0
[pid=23999/tid=24000] ppid=23997 vsize=15695472 CPUtime=6.26 cores=0,2,4,6
/proc/23999/task/24000/stat : 24000 (java) R 23997 23999 23403 0 -1 4202560 127364 0 1 0 612 14 0 0 25 0 22 0 519004655 16072163328 142413 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 46912506131445 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23999/tid=24002] ppid=23997 vsize=15695472 CPUtime=0 cores=0,2,4,6
/proc/23999/task/24002/stat : 24002 (java) S 23997 23999 23403 0 -1 4202560 567 0 0 0 0 0 0 0 16 0 22 0 519004656 16072163328 142413 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 0 0 0 0
[pid=23999/tid=24003] ppid=23997 vsize=15695472 CPUtime=0 cores=0,2,4,6
/proc/23999/task/24003/stat : 24003 (java) S 23997 23999 23403 0 -1 4202560 2167 0 0 0 0 0 0 0 15 0 22 0 519004656 16072163328 142413 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 2 0 0 0
[pid=23999/tid=24004] ppid=23997 vsize=15695472 CPUtime=0 cores=0,2,4,6
/proc/23999/task/24004/stat : 24004 (java) S 23997 23999 23403 0 -1 4202560 36 0 0 0 0 0 0 0 15 0 22 0 519004656 16072163328 142413 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 4 0 0 0
[pid=23999/tid=24005] ppid=23997 vsize=15695472 CPUtime=0 cores=0,2,4,6
/proc/23999/task/24005/stat : 24005 (java) S 23997 23999 23403 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 22 0 519004656 16072163328 142413 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 2 0 0 0
[pid=23999/tid=24006] ppid=23997 vsize=15695472 CPUtime=0 cores=0,2,4,6
/proc/23999/task/24006/stat : 24006 (java) S 23997 23999 23403 0 -1 4202560 1325 0 0 0 0 0 0 0 15 0 22 0 519004656 16072163328 142413 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 0 0 0 0
[pid=23999/tid=24007] ppid=23997 vsize=15695472 CPUtime=0.01 cores=0,2,4,6
/proc/23999/task/24007/stat : 24007 (java) S 23997 23999 23403 0 -1 4202560 3165 0 0 0 1 0 0 0 16 0 22 0 519004656 16072163328 142413 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 6 0 0 0
[pid=23999/tid=24008] ppid=23997 vsize=15695472 CPUtime=0 cores=0,2,4,6
/proc/23999/task/24008/stat : 24008 (java) S 23997 23999 23403 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 22 0 519004656 16072163328 142413 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 0 0 0 0
[pid=23999/tid=24009] ppid=23997 vsize=15695472 CPUtime=0 cores=0,2,4,6
/proc/23999/task/24009/stat : 24009 (java) S 23997 23999 23403 0 -1 4202560 532 0 0 0 0 0 0 0 15 0 22 0 519004656 16072163328 142413 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 2 0 0 0
[pid=23999/tid=24010] ppid=23997 vsize=15695472 CPUtime=0 cores=0,2,4,6
/proc/23999/task/24010/stat : 24010 (java) S 23997 23999 23403 0 -1 4202560 437 0 0 0 0 0 0 0 15 0 22 0 519004657 16072163328 142413 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624927232 0 0 0 16800975 18446604453948232640 0 0 -1 4 0 0 0
[pid=23999/tid=24011] ppid=23997 vsize=15695472 CPUtime=0 cores=0,2,4,6
/proc/23999/task/24011/stat : 24011 (java) S 23997 23999 23403 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 519004657 16072163328 142413 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 2 0 0 0
[pid=23999/tid=24012] ppid=23997 vsize=15695472 CPUtime=0 cores=0,2,4,6
/proc/23999/task/24012/stat : 24012 (java) S 23997 23999 23403 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 519004657 16072163328 142413 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 2 0 0 0
[pid=23999/tid=24013] ppid=23997 vsize=15695472 CPUtime=0 cores=0,2,4,6
/proc/23999/task/24013/stat : 24013 (java) S 23997 23999 23403 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519004659 16072163328 142413 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624934321 0 4 0 16800975 18446604453948232640 0 0 -1 4 0 0 0
[pid=23999/tid=24014] ppid=23997 vsize=15695472 CPUtime=0.65 cores=0,2,4,6
/proc/23999/task/24014/stat : 24014 (java) S 23997 23999 23403 0 -1 4202560 3012 0 0 0 65 0 0 0 15 0 22 0 519004659 16072163328 142413 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 4 0 0 0
[pid=23999/tid=24015] ppid=23997 vsize=15695472 CPUtime=0.64 cores=0,2,4,6
/proc/23999/task/24015/stat : 24015 (java) S 23997 23999 23403 0 -1 4202560 8948 0 0 0 63 1 0 0 15 0 22 0 519004660 16072163328 142413 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 2 0 0 0
[pid=23999/tid=24016] ppid=23997 vsize=15695472 CPUtime=0 cores=0,2,4,6
/proc/23999/task/24016/stat : 24016 (java) S 23997 23999 23403 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519004660 16072163328 142413 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 4 0 0 0
[pid=23999/tid=24017] ppid=23997 vsize=15695472 CPUtime=0 cores=0,2,4,6
/proc/23999/task/24017/stat : 24017 (java) S 23997 23999 23403 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 519004660 16072163328 142413 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624927232 0 4 0 16800975 18446604453948232640 0 0 -1 6 0 0 0

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

[pid=23999/tid=24012] ppid=23997 vsize=15695472 CPUtime=0 cores=0,2,4,6
/proc/23999/task/24012/stat : 24012 (java) S 23997 23999 23403 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 519004657 16072163328 3553844 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 2 0 0 0
[pid=23999/tid=24013] ppid=23997 vsize=15695472 CPUtime=0 cores=0,2,4,6
/proc/23999/task/24013/stat : 24013 (java) S 23997 23999 23403 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519004659 16072163328 3553844 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624934321 0 4 0 16800975 18446604453948232640 0 0 -1 4 0 0 0
[pid=23999/tid=24014] ppid=23997 vsize=15695472 CPUtime=1.53 cores=0,2,4,6
/proc/23999/task/24014/stat : 24014 (java) S 23997 23999 23403 0 -1 4202560 3091 0 0 0 153 0 0 0 15 0 22 0 519004659 16072163328 3553844 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 4 0 0 0
[pid=23999/tid=24015] ppid=23997 vsize=15695472 CPUtime=1.29 cores=0,2,4,6
/proc/23999/task/24015/stat : 24015 (java) S 23997 23999 23403 0 -1 4202560 9788 0 0 0 127 2 0 0 15 0 22 0 519004660 16072163328 3553844 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 0 0 0 0
[pid=23999/tid=24016] ppid=23997 vsize=15695472 CPUtime=0 cores=0,2,4,6
/proc/23999/task/24016/stat : 24016 (java) S 23997 23999 23403 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519004660 16072163328 3553844 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 4 0 0 0
[pid=23999/tid=24017] ppid=23997 vsize=15695472 CPUtime=0 cores=0,2,4,6
/proc/23999/task/24017/stat : 24017 (java) S 23997 23999 23403 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 519004660 16072163328 3553844 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624927232 0 4 0 16800975 18446604453948232640 0 0 -1 0 0 0 0
[pid=23999/tid=24022] ppid=23997 vsize=15695472 CPUtime=919.87 cores=0,2,4,6
/proc/23999/task/24022/stat : 24022 (java) R 23997 23999 23403 0 -1 4202560 38 0 0 0 91987 0 0 0 25 0 22 0 519004906 16072163328 3553844 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 46912505750952 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=23999/tid=24023] ppid=23997 vsize=15695472 CPUtime=732.5 cores=0,2,4,6
/proc/23999/task/24023/stat : 24023 (java) R 23997 23999 23403 0 -1 4202560 45 0 0 0 73250 0 0 0 25 0 22 0 519004906 16072163328 3553844 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 46912505582325 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=23999/tid=24024] ppid=23997 vsize=15695472 CPUtime=922.3 cores=0,2,4,6
/proc/23999/task/24024/stat : 24024 (java) R 23997 23999 23403 0 -1 4202560 12851 0 0 0 92229 1 0 0 25 0 22 0 519004906 16072163328 3553844 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 46912506212293 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23999/tid=24025] ppid=23997 vsize=15695472 CPUtime=916.71 cores=0,2,4,6
/proc/23999/task/24025/stat : 24025 (java) R 23997 23999 23403 0 -1 4202560 7558 0 0 0 91670 1 0 0 25 0 22 0 519004906 16072163328 3553844 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 46912505582215 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3681.33
Current children cumulated vsize (KiB) 15695472

[startup+1242.3 s]
/proc/loadavg: 8.10 7.88 7.52 9/220 24070
/proc/meminfo: memFree=230480/32951124 swapFree=67111528/67111528
[pid=23999] ppid=23997 vsize=15695472 CPUtime=3918.8 cores=0,2,4,6
/proc/23999/stat : 23999 (java) S 23997 23999 23403 0 -1 4202496 3761160 0 1 0 391146 734 0 0 21 0 22 0 519004655 16072163328 3598495 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/23999/statm: 3923868 3598495 2297 9 0 3914587 0
[pid=23999/tid=24000] ppid=23997 vsize=15695472 CPUtime=95.6 cores=0,2,4,6
/proc/23999/task/24000/stat : 24000 (java) S 23997 23999 23403 0 -1 4202560 127411 0 1 0 9546 14 0 0 25 0 22 0 519004655 16072163328 3598495 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 0 0 0 0
[pid=23999/tid=24002] ppid=23997 vsize=15695472 CPUtime=8.91 cores=0,2,4,6
/proc/23999/task/24002/stat : 24002 (java) S 23997 23999 23403 0 -1 4202560 404871 0 0 0 809 82 0 0 16 0 22 0 519004656 16072163328 3598495 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 4 0 0 0
[pid=23999/tid=24003] ppid=23997 vsize=15695472 CPUtime=9.94 cores=0,2,4,6
/proc/23999/task/24003/stat : 24003 (java) S 23997 23999 23403 0 -1 4202560 570922 0 0 0 879 115 0 0 16 0 22 0 519004656 16072163328 3598495 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 4 0 0 0
[pid=23999/tid=24004] ppid=23997 vsize=15695472 CPUtime=10.4 cores=0,2,4,6
/proc/23999/task/24004/stat : 24004 (java) S 23997 23999 23403 0 -1 4202560 475241 0 0 0 950 90 0 0 16 0 22 0 519004656 16072163328 3598495 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 4 0 0 0
[pid=23999/tid=24005] ppid=23997 vsize=15695472 CPUtime=8.51 cores=0,2,4,6
/proc/23999/task/24005/stat : 24005 (java) S 23997 23999 23403 0 -1 4202560 359847 0 0 0 782 69 0 0 16 0 22 0 519004656 16072163328 3598495 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 4 0 0 0
[pid=23999/tid=24006] ppid=23997 vsize=15695472 CPUtime=10.45 cores=0,2,4,6
/proc/23999/task/24006/stat : 24006 (java) S 23997 23999 23403 0 -1 4202560 383183 0 0 0 967 78 0 0 16 0 22 0 519004656 16072163328 3598495 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 0 0 0 0
[pid=23999/tid=24007] ppid=23997 vsize=15695472 CPUtime=8.7 cores=0,2,4,6
/proc/23999/task/24007/stat : 24007 (java) S 23997 23999 23403 0 -1 4202560 433047 0 0 0 784 86 0 0 16 0 22 0 519004656 16072163328 3598495 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 0 0 0 0
[pid=23999/tid=24008] ppid=23997 vsize=15695472 CPUtime=8.68 cores=0,2,4,6
/proc/23999/task/24008/stat : 24008 (java) S 23997 23999 23403 0 -1 4202560 478070 0 0 0 778 90 0 0 16 0 22 0 519004656 16072163328 3598495 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 0 0 0 0
[pid=23999/tid=24009] ppid=23997 vsize=15695472 CPUtime=9.87 cores=0,2,4,6
/proc/23999/task/24009/stat : 24009 (java) S 23997 23999 23403 0 -1 4202560 450052 0 0 0 896 91 0 0 16 0 22 0 519004656 16072163328 3598495 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 6 0 0 0
[pid=23999/tid=24010] ppid=23997 vsize=15695472 CPUtime=20.14 cores=0,2,4,6
/proc/23999/task/24010/stat : 24010 (java) S 23997 23999 23403 0 -1 4202560 43683 0 0 0 2009 5 0 0 15 0 22 0 519004657 16072163328 3598495 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624927232 0 0 0 16800975 18446604453948232640 0 0 -1 2 0 0 0
[pid=23999/tid=24011] ppid=23997 vsize=15695472 CPUtime=0 cores=0,2,4,6
/proc/23999/task/24011/stat : 24011 (java) S 23997 23999 23403 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 519004657 16072163328 3598495 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 2 0 0 0
[pid=23999/tid=24012] ppid=23997 vsize=15695472 CPUtime=0 cores=0,2,4,6
/proc/23999/task/24012/stat : 24012 (java) S 23997 23999 23403 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 519004657 16072163328 3598495 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 2 0 0 0
[pid=23999/tid=24013] ppid=23997 vsize=15695472 CPUtime=0 cores=0,2,4,6
/proc/23999/task/24013/stat : 24013 (java) S 23997 23999 23403 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519004659 16072163328 3598495 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624934321 0 4 0 16800975 18446604453948232640 0 0 -1 4 0 0 0
[pid=23999/tid=24014] ppid=23997 vsize=15695472 CPUtime=1.53 cores=0,2,4,6
/proc/23999/task/24014/stat : 24014 (java) S 23997 23999 23403 0 -1 4202560 3091 0 0 0 153 0 0 0 15 0 22 0 519004659 16072163328 3598495 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 4 0 0 0
[pid=23999/tid=24015] ppid=23997 vsize=15695472 CPUtime=1.29 cores=0,2,4,6
/proc/23999/task/24015/stat : 24015 (java) S 23997 23999 23403 0 -1 4202560 9788 0 0 0 127 2 0 0 15 0 22 0 519004660 16072163328 3598495 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 0 0 0 0
[pid=23999/tid=24016] ppid=23997 vsize=15695472 CPUtime=0 cores=0,2,4,6
/proc/23999/task/24016/stat : 24016 (java) S 23997 23999 23403 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519004660 16072163328 3598495 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 4 0 0 0
[pid=23999/tid=24017] ppid=23997 vsize=15695472 CPUtime=0 cores=0,2,4,6
/proc/23999/task/24017/stat : 24017 (java) S 23997 23999 23403 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 22 0 519004660 16072163328 3598495 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624927232 0 4 0 16800975 18446604453948232640 0 0 -1 0 0 0 0
[pid=23999/tid=24022] ppid=23997 vsize=15695472 CPUtime=977.94 cores=0,2,4,6
/proc/23999/task/24022/stat : 24022 (java) R 23997 23999 23403 0 -1 4202560 39 0 0 0 97794 0 0 0 25 0 22 0 519004906 16072163328 3598495 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 46912506534434 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=23999/tid=24023] ppid=23997 vsize=15695472 CPUtime=790.89 cores=0,2,4,6
/proc/23999/task/24023/stat : 24023 (java) R 23997 23999 23403 0 -1 4202560 46 0 0 0 79089 0 0 0 25 0 22 0 519004906 16072163328 3598495 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 46912505582227 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=23999/tid=24024] ppid=23997 vsize=15695472 CPUtime=980.69 cores=0,2,4,6
/proc/23999/task/24024/stat : 24024 (java) R 23997 23999 23403 0 -1 4202560 12852 0 0 0 98068 1 0 0 25 0 22 0 519004906 16072163328 3598495 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 46912506339887 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23999/tid=24025] ppid=23997 vsize=15695472 CPUtime=975.1 cores=0,2,4,6
/proc/23999/task/24025/stat : 24025 (java) R 23997 23999 23403 0 -1 4202560 7559 0 0 0 97509 1 0 0 25 0 22 0 519004906 16072163328 3598495 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 46912505902200 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3918.8
Current children cumulated vsize (KiB) 15695472



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 6.94 7.66 7.47 2/193 24092
/proc/meminfo: memFree=2594440/32951124 swapFree=67111528/67111528
[pid=23999] ppid=23997 vsize=15695472 CPUtime=4147.62 cores=0,2,4,6
/proc/23999/stat : 23999 (java) S 23997 23999 23403 0 -1 4202496 3853071 0 1 0 414007 755 0 0 21 0 22 0 519004655 16072163328 3689532 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/23999/statm: 3923868 3689532 2297 9 0 3914587 0
[pid=23999/tid=24000] ppid=23997 vsize=15695472 CPUtime=95.6 cores=0,2,4,6
/proc/23999/task/24000/stat : 24000 (java) S 23997 23999 23403 0 -1 4202560 127411 0 1 0 9546 14 0 0 25 0 22 0 519004655 16072163328 3689532 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 0 0 0 0
[pid=23999/tid=24002] ppid=23997 vsize=15695472 CPUtime=9.37 cores=0,2,4,6
/proc/23999/task/24002/stat : 24002 (java) S 23997 23999 23403 0 -1 4202560 414025 0 0 0 853 84 0 0 16 0 22 0 519004656 16072163328 3689532 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 4 0 0 0
[pid=23999/tid=24003] ppid=23997 vsize=15695472 CPUtime=10.21 cores=0,2,4,6
/proc/23999/task/24003/stat : 24003 (java) S 23997 23999 23403 0 -1 4202560 598221 0 0 0 900 121 0 0 16 0 22 0 519004656 16072163328 3689532 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 0 0 0 0
[pid=23999/tid=24004] ppid=23997 vsize=15695472 CPUtime=10.89 cores=0,2,4,6
/proc/23999/task/24004/stat : 24004 (java) S 23997 23999 23403 0 -1 4202560 475650 0 0 0 999 90 0 0 16 0 22 0 519004656 16072163328 3689532 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 6 0 0 0
[pid=23999/tid=24005] ppid=23997 vsize=15695472 CPUtime=9.11 cores=0,2,4,6
/proc/23999/task/24005/stat : 24005 (java) S 23997 23999 23403 0 -1 4202560 370048 0 0 0 840 71 0 0 16 0 22 0 519004656 16072163328 3689532 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 4 0 0 0
[pid=23999/tid=24006] ppid=23997 vsize=15695472 CPUtime=11.06 cores=0,2,4,6
/proc/23999/task/24006/stat : 24006 (java) S 23997 23999 23403 0 -1 4202560 392651 0 0 0 1026 80 0 0 16 0 22 0 519004656 16072163328 3689532 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 6 0 0 0
[pid=23999/tid=24007] ppid=23997 vsize=15695472 CPUtime=9.11 cores=0,2,4,6
/proc/23999/task/24007/stat : 24007 (java) S 23997 23999 23403 0 -1 4202560 433881 0 0 0 824 87 0 0 16 0 22 0 519004656 16072163328 3689532 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 6 0 0 0
[pid=23999/tid=24008] ppid=23997 vsize=15695472 CPUtime=9.34 cores=0,2,4,6
/proc/23999/task/24008/stat : 24008 (java) S 23997 23999 23403 0 -1 4202560 511790 0 0 0 836 98 0 0 16 0 22 0 519004656 16072163328 3689532 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 4 0 0 0
[pid=23999/tid=24009] ppid=23997 vsize=15695472 CPUtime=10.42 cores=0,2,4,6
/proc/23999/task/24009/stat : 24009 (java) S 23997 23999 23403 0 -1 4202560 450704 0 0 0 951 91 0 0 16 0 22 0 519004656 16072163328 3689532 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 4 0 0 0
[pid=23999/tid=24010] ppid=23997 vsize=15695472 CPUtime=20.7 cores=0,2,4,6
/proc/23999/task/24010/stat : 24010 (java) R 23997 23999 23403 0 -1 4202560 43850 0 0 0 2065 5 0 0 16 0 22 0 519004657 16072163328 3689532 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270612808322 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=23999/tid=24011] ppid=23997 vsize=15695472 CPUtime=0 cores=0,2,4,6
/proc/23999/task/24011/stat : 24011 (java) S 23997 23999 23403 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 519004657 16072163328 3689532 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 2 0 0 0
[pid=23999/tid=24012] ppid=23997 vsize=15695472 CPUtime=0 cores=0,2,4,6
/proc/23999/task/24012/stat : 24012 (java) S 23997 23999 23403 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 519004657 16072163328 3689532 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 2 0 0 0
[pid=23999/tid=24013] ppid=23997 vsize=15695472 CPUtime=0 cores=0,2,4,6
/proc/23999/task/24013/stat : 24013 (java) S 23997 23999 23403 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519004659 16072163328 3689532 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624934321 0 4 0 16800975 18446604453948232640 0 0 -1 4 0 0 0
[pid=23999/tid=24014] ppid=23997 vsize=15695472 CPUtime=1.53 cores=0,2,4,6
/proc/23999/task/24014/stat : 24014 (java) S 23997 23999 23403 0 -1 4202560 3091 0 0 0 153 0 0 0 15 0 22 0 519004659 16072163328 3689532 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 4 0 0 0
[pid=23999/tid=24015] ppid=23997 vsize=15695472 CPUtime=1.29 cores=0,2,4,6
/proc/23999/task/24015/stat : 24015 (java) S 23997 23999 23403 0 -1 4202560 9788 0 0 0 127 2 0 0 15 0 22 0 519004660 16072163328 3689532 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 0 0 0 0
[pid=23999/tid=24016] ppid=23997 vsize=15695472 CPUtime=0 cores=0,2,4,6
/proc/23999/task/24016/stat : 24016 (java) S 23997 23999 23403 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519004660 16072163328 3689532 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 4 0 0 0
[pid=23999/tid=24017] ppid=23997 vsize=15695472 CPUtime=0 cores=0,2,4,6
/proc/23999/task/24017/stat : 24017 (java) S 23997 23999 23403 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 22 0 519004660 16072163328 3689532 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624927232 0 4 0 16800975 18446604453948232640 0 0 -1 0 0 0 0
[pid=23999/tid=24022] ppid=23997 vsize=15695472 CPUtime=1033.75 cores=0,2,4,6
/proc/23999/task/24022/stat : 24022 (java) S 23997 23999 23403 0 -1 4202560 39 0 0 0 103375 0 0 0 25 0 22 0 519004906 16072163328 3689532 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 6 0 0 0
[pid=23999/tid=24023] ppid=23997 vsize=15695472 CPUtime=847.01 cores=0,2,4,6
/proc/23999/task/24023/stat : 24023 (java) S 23997 23999 23403 0 -1 4202560 47 0 0 0 84701 0 0 0 25 0 22 0 519004906 16072163328 3689532 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 2 0 0 0
[pid=23999/tid=24024] ppid=23997 vsize=15695472 CPUtime=1036.81 cores=0,2,4,6
/proc/23999/task/24024/stat : 24024 (java) S 23997 23999 23403 0 -1 4202560 12853 0 0 0 103680 1 0 0 25 0 22 0 519004906 16072163328 3689532 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 0 0 0 0
[pid=23999/tid=24025] ppid=23997 vsize=15695472 CPUtime=1031.22 cores=0,2,4,6
/proc/23999/task/24025/stat : 24025 (java) S 23997 23999 23403 0 -1 4202560 7560 0 0 0 103121 1 0 0 25 0 22 0 519004906 16072163328 3689532 33554432000 1073741824 1073778376 140737470560240 18446744073709551615 270624926617 0 4 0 16800975 18446604453948232640 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4147.62
Current children cumulated vsize (KiB) 15695472

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -23999

[startup+1302.3 s]
/proc/loadavg: 6.94 7.66 7.47 6/196 24095
/proc/meminfo: memFree=2594052/32951124 swapFree=67111528/67111528
[pid=23999] ppid=23997 vsize=0 CPUtime=4151.43 cores=0,2,4,6
/proc/23999/stat : 23999 (java) Z 23997 23999 23403 0 -1 4203548 3853090 0 1 0 414360 783 0 0 18 0 2 0 519004655 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/23999/statm: 0 0 0 0 0 0 0
[pid=23999/tid=24095] ppid=23997 vsize=0 CPUtime=0.28 cores=0,2,4,6
/proc/23999/task/24095/stat : 24095 (java) R 23997 23999 23403 0 -1 4203588 0 0 0 0 0 28 0 0 21 0 2 0 519134818 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4151.43
Current children cumulated vsize (KiB) 0

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

[startup+1302.4 s]
/proc/loadavg: 6.94 7.66 7.47 6/196 24095
/proc/meminfo: memFree=2594052/32951124 swapFree=67111528/67111528
[pid=23999] ppid=23997 vsize=0 CPUtime=4151.53 cores=0,2,4,6
/proc/23999/stat : 23999 (java) Z 23997 23999 23403 0 -1 4203548 3853090 0 1 0 414360 793 0 0 18 0 2 0 519004655 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/23999/statm: 0 0 0 0 0 0 0
[pid=23999/tid=24095] ppid=23997 vsize=0 CPUtime=0.38 cores=0,2,4,6
/proc/23999/task/24095/stat : 24095 (java) R 23997 23999 23403 0 -1 4203588 0 0 0 0 0 38 0 0 21 0 2 0 519134818 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4151.53
Current children cumulated vsize (KiB) 0

[startup+1302.5 s]
/proc/loadavg: 6.94 7.66 7.47 6/196 24095
/proc/meminfo: memFree=2594052/32951124 swapFree=67111528/67111528
[pid=23999] ppid=23997 vsize=0 CPUtime=4151.63 cores=0,2,4,6
/proc/23999/stat : 23999 (java) Z 23997 23999 23403 0 -1 4203548 3853090 0 1 0 414360 803 0 0 18 0 2 0 519004655 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/23999/statm: 0 0 0 0 0 0 0
[pid=23999/tid=24095] ppid=23997 vsize=0 CPUtime=0.48 cores=0,2,4,6
/proc/23999/task/24095/stat : 24095 (java) R 23997 23999 23403 0 -1 4203588 0 0 0 0 0 48 0 0 21 0 2 0 519134818 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4151.63
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.6
CPU time (s): 4151.74
CPU user time (s): 4143.6
CPU system time (s): 8.13376
CPU usage (%): 318.727
Max. virtual memory (cumulated for all children) (KiB): 15702332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4143.6
system time used= 8.13376
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3853090
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= 59746
involuntary context switches= 73968

runsolver used 2.15367 second user time and 4.99724 second system time

The end

Launcher Data

Begin job on node108 at 2011-04-29 12:47:17
IDJOB=3312255
IDBENCH=20386
IDSOLVER=1698
FILE ID=node108/3312255-1304074037
RUNJOBID= node108-1304074036-23962
PBS_JOBID= 13170476
Free space on /tmp= 72096 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/partial-5-11-u.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312255-1304074037/watcher-3312255-1304074037 -o /tmp/evaluation-result-3312255-1304074037/solver-3312255-1304074037 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312255-1304074037.cnf -hbr 2

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

MD5SUM BENCH= 8e22d84b1ae625d44fbf300a32374a2d
RANDOM SEED=769489819

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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.820
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:      14375320 kB
Buffers:       2273472 kB
Cached:       15647412 kB
SwapCached:          0 kB
Active:        9055332 kB
Inactive:      8939312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14375320 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           26888 kB
Writeback:           0 kB
AnonPages:       72556 kB
Mapped:          22256 kB
Slab:           519152 kB
PageTables:       4744 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   776124 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= 72108 MiB
End job on node108 at 2011-04-29 13:09:00