Trace number 3312932

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.42 1207.71

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m52-q918.75-n50-p15-s98191766.cnf
MD5SUM71638ad618721ad48c6bd2d48b828020
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.2785
Satisfiable
(Un)Satisfiability was proved
Number of variables2377
Number of clauses566749
Sum of the clauses size1135775
Maximum clause length52
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2566699
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

Solver Data

0.10/0.12	49:05 INFO : Reading from input HOME/instance-3312932-1304189345.cnf
1.97/1.75	Executor set job limit to 1000000
1.97/1.75	Executor set job limit to 1000000
1.97/1.75	Executor set job limit to 1000000
1.97/1.75	Executor set job limit to 1000000
1.97/1.75	Starting Executor!
1.97/1.75	Starting Executor!
1.97/1.75	Starting Executor!
1.97/1.75	Starting Executor!
5.23/3.80	49:09 INFO : 2377 variables remaining out of 2377
5.23/3.80	49:09 INFO : 3402621 literals remaining out of 1702524

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

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: 6.56 7.74 7.91 3/194 2297
/proc/meminfo: memFree=23380700/32951124 swapFree=67102140/67111528
[pid=2297] ppid=2295 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/2297/stat : 2297 (java) R 2295 2297 1768 0 -1 4202496 679 0 0 0 0 0 0 0 20 0 1 0 609165179 23580672 168 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216730258310 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/2297/statm: 5757 176 142 9 0 124 0
[pid=2297/tid=2298] ppid=2295 vsize=24056 CPUtime=0 cores=0,2,4,6
/proc/2297/task/2298/stat : 2298 (java) R 2295 2297 1768 0 -1 4202560 29 0 0 0 0 0 0 0 21 0 2 0 609165179 24633344 866 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216730207835 0 0 4096 0 0 0 0 -1 2 0 0 0

[startup+0.0433691 s]
/proc/loadavg: 6.56 7.74 7.91 3/194 2297
/proc/meminfo: memFree=23380700/32951124 swapFree=67102140/67111528
[pid=2297] ppid=2295 vsize=15604248 CPUtime=0.03 cores=0,2,4,6
/proc/2297/stat : 2297 (java) S 2295 2297 1768 0 -1 4202496 3859 0 1 0 3 0 0 0 20 0 13 0 609165179 15978749952 3299 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746981349 0 0 0 16800971 18446744073709551615 0 0 17 2 0 0 0
/proc/2297/statm: 3901062 3299 1683 9 0 3891810 0
[pid=2297/tid=2298] ppid=2295 vsize=15604248 CPUtime=0.03 cores=0,2,4,6
/proc/2297/task/2298/stat : 2298 (java) R 2295 2297 1768 0 -1 4202560 2470 0 1 0 3 0 0 0 25 0 13 0 609165179 15978749952 3300 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 47977385507939 0 4 0 16800971 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 15604248

[startup+0.100345 s]
/proc/loadavg: 6.56 7.74 7.91 3/194 2297
/proc/meminfo: memFree=23380700/32951124 swapFree=67102140/67111528
[pid=2297] ppid=2295 vsize=15676936 CPUtime=0.1 cores=0,2,4,6
/proc/2297/stat : 2297 (java) S 2295 2297 1768 0 -1 4202496 5575 0 1 0 9 1 0 0 20 0 18 0 609165179 16053182464 4993 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2297/statm: 3919234 4993 2116 9 0 3909953 0
[pid=2297/tid=2298] ppid=2295 vsize=15676936 CPUtime=0.08 cores=0,2,4,6
/proc/2297/task/2298/stat : 2298 (java) R 2295 2297 1768 0 -1 4202560 3419 0 1 0 7 1 0 0 18 0 18 0 609165179 16053182464 4993 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216747007967 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676936

[startup+0.300312 s]
/proc/loadavg: 6.56 7.74 7.91 3/194 2297
/proc/meminfo: memFree=23380700/32951124 swapFree=67102140/67111528
[pid=2297] ppid=2295 vsize=15680880 CPUtime=0.53 cores=0,2,4,6
/proc/2297/stat : 2297 (java) S 2295 2297 1768 0 -1 4202496 15070 0 1 0 50 3 0 0 20 0 18 0 609165179 16057221120 13387 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2297/statm: 3920220 13395 2213 9 0 3910939 0
[pid=2297/tid=2298] ppid=2295 vsize=15680880 CPUtime=0.28 cores=0,2,4,6
/proc/2297/task/2298/stat : 2298 (java) R 2295 2297 1768 0 -1 4202560 10092 0 1 0 26 2 0 0 18 0 18 0 609165179 16057221120 13397 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 46912505645617 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 15680880

[startup+0.700282 s]
/proc/loadavg: 6.56 7.74 7.91 3/194 2297
/proc/meminfo: memFree=23380700/32951124 swapFree=67102140/67111528
[pid=2297] ppid=2295 vsize=15680880 CPUtime=0.93 cores=0,2,4,6
/proc/2297/stat : 2297 (java) S 2295 2297 1768 0 -1 4202496 41711 0 1 0 88 5 0 0 20 0 18 0 609165179 16057221120 40025 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2297/statm: 3920220 40025 2229 9 0 3910939 0
[pid=2297/tid=2298] ppid=2295 vsize=15680880 CPUtime=0.68 cores=0,2,4,6
/proc/2297/task/2298/stat : 2298 (java) R 2295 2297 1768 0 -1 4202560 35536 0 1 0 63 5 0 0 18 0 18 0 609165179 16057221120 40025 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 46912505645792 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 15680880

[startup+1.5011 s]
/proc/loadavg: 6.56 7.74 7.91 4/216 2321
/proc/meminfo: memFree=23072840/32951124 swapFree=67102140/67111528
[pid=2297] ppid=2295 vsize=15680880 CPUtime=1.75 cores=0,2,4,6
/proc/2297/stat : 2297 (java) S 2295 2297 1768 0 -1 4202496 75606 0 1 0 166 9 0 0 20 0 18 0 609165179 16057221120 73916 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2297/statm: 3920220 73916 2229 9 0 3910939 0
[pid=2297/tid=2298] ppid=2295 vsize=15680880 CPUtime=1.47 cores=0,2,4,6
/proc/2297/task/2298/stat : 2298 (java) R 2295 2297 1768 0 -1 4202560 66291 0 1 0 139 8 0 0 19 0 18 0 609165179 16057221120 73916 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 46912505646196 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=2297/tid=2300] ppid=2295 vsize=15680880 CPUtime=0 cores=0,2,4,6
/proc/2297/task/2300/stat : 2300 (java) S 2295 2297 1768 0 -1 4202560 2596 0 0 0 0 0 0 0 15 0 18 0 609165180 16057221120 73916 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 4 0 0 0
[pid=2297/tid=2301] ppid=2295 vsize=15680880 CPUtime=0 cores=0,2,4,6
/proc/2297/task/2301/stat : 2301 (java) S 2295 2297 1768 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 18 0 609165180 16057221120 73916 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 2 0 0 0
[pid=2297/tid=2302] ppid=2295 vsize=15680880 CPUtime=0 cores=0,2,4,6
/proc/2297/task/2302/stat : 2302 (java) S 2295 2297 1768 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 18 0 609165180 16057221120 73916 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 4 0 0 0
[pid=2297/tid=2303] ppid=2295 vsize=15680880 CPUtime=0 cores=0,2,4,6
/proc/2297/task/2303/stat : 2303 (java) S 2295 2297 1768 0 -1 4202560 689 0 0 0 0 0 0 0 15 0 18 0 609165180 16057221120 73916 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 0 0 0 0
[pid=2297/tid=2304] ppid=2295 vsize=15680880 CPUtime=0 cores=0,2,4,6
/proc/2297/task/2304/stat : 2304 (java) S 2295 2297 1768 0 -1 4202560 332 0 0 0 0 0 0 0 16 0 18 0 609165180 16057221120 73916 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 2 0 0 0
[pid=2297/tid=2305] ppid=2295 vsize=15680880 CPUtime=0 cores=0,2,4,6
/proc/2297/task/2305/stat : 2305 (java) S 2295 2297 1768 0 -1 4202560 38 0 0 0 0 0 0 0 15 0 18 0 609165180 16057221120 73916 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 0 0 0 0
[pid=2297/tid=2307] ppid=2295 vsize=15680880 CPUtime=0 cores=0,2,4,6
/proc/2297/task/2307/stat : 2307 (java) S 2295 2297 1768 0 -1 4202560 358 0 0 0 0 0 0 0 15 0 18 0 609165180 16057221120 73916 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 6 0 0 0
[pid=2297/tid=2309] ppid=2295 vsize=15680880 CPUtime=0 cores=0,2,4,6
/proc/2297/task/2309/stat : 2309 (java) S 2295 2297 1768 0 -1 4202560 42 0 0 0 0 0 0 0 15 0 18 0 609165180 16057221120 73916 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 2 0 0 0
[pid=2297/tid=2310] ppid=2295 vsize=15680880 CPUtime=0 cores=0,2,4,6
/proc/2297/task/2310/stat : 2310 (java) S 2295 2297 1768 0 -1 4202560 184 0 0 0 0 0 0 0 15 0 18 0 609165181 16057221120 73916 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746995200 0 0 0 16800975 18446604453886711616 0 0 -1 6 0 0 0
[pid=2297/tid=2311] ppid=2295 vsize=15680880 CPUtime=0 cores=0,2,4,6
/proc/2297/task/2311/stat : 2311 (java) S 2295 2297 1768 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 609165181 16057221120 73916 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 0 0 0 0
[pid=2297/tid=2312] ppid=2295 vsize=15680880 CPUtime=0 cores=0,2,4,6
/proc/2297/task/2312/stat : 2312 (java) S 2295 2297 1768 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 609165181 16057221120 73916 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 6 0 0 0
[pid=2297/tid=2313] ppid=2295 vsize=15680880 CPUtime=0 cores=0,2,4,6
/proc/2297/task/2313/stat : 2313 (java) S 2295 2297 1768 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 609165183 16057221120 73916 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216747002289 0 4 0 16800975 18446604453886711616 0 0 -1 2 0 0 0
[pid=2297/tid=2314] ppid=2295 vsize=15680880 CPUtime=0.11 cores=0,2,4,6
/proc/2297/task/2314/stat : 2314 (java) S 2295 2297 1768 0 -1 4202560 1143 0 0 0 11 0 0 0 17 0 18 0 609165183 16057221120 73916 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 6 0 0 0
[pid=2297/tid=2315] ppid=2295 vsize=15680880 CPUtime=0.12 cores=0,2,4,6
/proc/2297/task/2315/stat : 2315 (java) S 2295 2297 1768 0 -1 4202560 2452 0 0 0 12 0 0 0 16 0 18 0 609165183 16057221120 73916 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 0 0 0 0
[pid=2297/tid=2316] ppid=2295 vsize=15680880 CPUtime=0 cores=0,2,4,6
/proc/2297/task/2316/stat : 2316 (java) S 2295 2297 1768 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 609165183 16057221120 73916 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 2 0 0 0
[pid=2297/tid=2317] ppid=2295 vsize=15680880 CPUtime=0 cores=0,2,4,6
/proc/2297/task/2317/stat : 2317 (java) S 2295 2297 1768 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 609165183 16057221120 73916 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746995200 0 4 0 16800975 18446604453886711616 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 15680880

[startup+3.10083 s]
/proc/loadavg: 6.56 7.74 7.91 4/220 2325
/proc/meminfo: memFree=22894376/32951124 swapFree=67102140/67111528
[pid=2297] ppid=2295 vsize=15684864 CPUtime=4.27 cores=0,2,4,6
/proc/2297/stat : 2297 (java) S 2295 2297 1768 0 -1 4202496 94696 0 1 0 415 12 0 0 20 0 22 0 609165179 16061300736 87332 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2297/statm: 3921216 87334 2256 9 0 3911935 0
[pid=2297/tid=2298] ppid=2295 vsize=15684864 CPUtime=3.06 cores=0,2,4,6
/proc/2297/task/2298/stat : 2298 (java) R 2295 2297 1768 0 -1 4202560 71031 0 1 0 297 9 0 0 25 0 22 0 609165179 16061300736 87335 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 46912505877262 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=2297/tid=2300] ppid=2295 vsize=15684864 CPUtime=0 cores=0,2,4,6
/proc/2297/task/2300/stat : 2300 (java) S 2295 2297 1768 0 -1 4202560 2596 0 0 0 0 0 0 0 16 0 22 0 609165180 16061300736 87336 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 4 0 0 0
[pid=2297/tid=2301] ppid=2295 vsize=15684864 CPUtime=0 cores=0,2,4,6
/proc/2297/task/2301/stat : 2301 (java) S 2295 2297 1768 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 22 0 609165180 16061300736 87338 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 2 0 0 0
[pid=2297/tid=2302] ppid=2295 vsize=15684864 CPUtime=0 cores=0,2,4,6
/proc/2297/task/2302/stat : 2302 (java) S 2295 2297 1768 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 22 0 609165180 16061300736 87339 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 4 0 0 0
[pid=2297/tid=2303] ppid=2295 vsize=15684864 CPUtime=0 cores=0,2,4,6
/proc/2297/task/2303/stat : 2303 (java) S 2295 2297 1768 0 -1 4202560 689 0 0 0 0 0 0 0 15 0 22 0 609165180 16061300736 87340 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 0 0 0 0
[pid=2297/tid=2304] ppid=2295 vsize=15684864 CPUtime=0 cores=0,2,4,6
/proc/2297/task/2304/stat : 2304 (java) S 2295 2297 1768 0 -1 4202560 374 0 0 0 0 0 0 0 15 0 22 0 609165180 16061300736 87341 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 2 0 0 0
[pid=2297/tid=2305] ppid=2295 vsize=15684864 CPUtime=0 cores=0,2,4,6
/proc/2297/task/2305/stat : 2305 (java) S 2295 2297 1768 0 -1 4202560 2603 0 0 0 0 0 0 0 16 0 22 0 609165180 16061300736 87343 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 0 0 0 0
[pid=2297/tid=2307] ppid=2295 vsize=15684864 CPUtime=0 cores=0,2,4,6
/proc/2297/task/2307/stat : 2307 (java) S 2295 2297 1768 0 -1 4202560 358 0 0 0 0 0 0 0 16 0 22 0 609165180 16061300736 87344 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 6 0 0 0
[pid=2297/tid=2309] ppid=2295 vsize=15684864 CPUtime=0 cores=0,2,4,6
/proc/2297/task/2309/stat : 2309 (java) S 2295 2297 1768 0 -1 4202560 42 0 0 0 0 0 0 0 15 0 22 0 609165180 16061300736 87345 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 2 0 0 0
[pid=2297/tid=2310] ppid=2295 vsize=15684864 CPUtime=0 cores=0,2,4,6
/proc/2297/task/2310/stat : 2310 (java) S 2295 2297 1768 0 -1 4202560 185 0 0 0 0 0 0 0 15 0 22 0 609165181 16061300736 87346 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746995200 0 0 0 16800975 18446604453886711616 0 0 -1 6 0 0 0
[pid=2297/tid=2311] ppid=2295 vsize=15684864 CPUtime=0 cores=0,2,4,6
/proc/2297/task/2311/stat : 2311 (java) S 2295 2297 1768 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 609165181 16061300736 87348 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 0 0 0 0
[pid=2297/tid=2312] ppid=2295 vsize=15684864 CPUtime=0 cores=0,2,4,6
/proc/2297/task/2312/stat : 2312 (java) S 2295 2297 1768 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 609165181 16061300736 87349 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 6 0 0 0
[pid=2297/tid=2313] ppid=2295 vsize=15684864 CPUtime=0 cores=0,2,4,6
/proc/2297/task/2313/stat : 2313 (java) S 2295 2297 1768 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 609165183 16061300736 87350 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216747002289 0 4 0 16800975 18446604453886711616 0 0 -1 2 0 0 0
[pid=2297/tid=2314] ppid=2295 vsize=15684864 CPUtime=0.46 cores=0,2,4,6
/proc/2297/task/2314/stat : 2314 (java) S 2295 2297 1768 0 -1 4202560 2804 0 0 0 46 0 0 0 15 0 22 0 609165183 16061300736 87351 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 2 0 0 0
[pid=2297/tid=2315] ppid=2295 vsize=15684864 CPUtime=0.67 cores=0,2,4,6
/proc/2297/task/2315/stat : 2315 (java) S 2295 2297 1768 0 -1 4202560 12466 0 0 0 66 1 0 0 15 0 22 0 609165183 16061300736 87352 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 0 0 0 0
[pid=2297/tid=2316] ppid=2295 vsize=15684864 CPUtime=0 cores=0,2,4,6
/proc/2297/task/2316/stat : 2316 (java) S 2295 2297 1768 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 609165183 16061300736 87354 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 2 0 0 0
[pid=2297/tid=2317] ppid=2295 vsize=15684864 CPUtime=0 cores=0,2,4,6
/proc/2297/task/2317/stat : 2317 (java) S 2295 2297 1768 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 609165183 16061300736 87355 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746995200 0 4 0 16800975 18446604453886711616 0 0 -1 4 0 0 0
[pid=2297/tid=2322] ppid=2295 vsize=15684864 CPUtime=0 cores=0,2,4,6
/proc/2297/task/2322/stat : 2322 (java) S 2295 2297 1768 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 22 0 609165354 16061300736 87356 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746995200 0 4 0 16800975 18446604453886711616 0 0 -1 6 0 0 0
[pid=2297/tid=2323] ppid=2295 vsize=15684864 CPUtime=0 cores=0,2,4,6
/proc/2297/task/2323/stat : 2323 (java) S 2295 2297 1768 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 22 0 609165354 16061300736 87357 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746995200 0 4 0 16800975 18446604453886711616 0 0 -1 2 0 0 0
[pid=2297/tid=2324] ppid=2295 vsize=15684864 CPUtime=0 cores=0,2,4,6
/proc/2297/task/2324/stat : 2324 (java) S 2295 2297 1768 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 609165354 16061300736 87359 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746995200 0 4 0 16800975 18446604453886711616 0 0 -1 6 0 0 0
[pid=2297/tid=2325] ppid=2295 vsize=15684864 CPUtime=0 cores=0,2,4,6
/proc/2297/task/2325/stat : 2325 (java) S 2295 2297 1768 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 609165354 16061300736 87360 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746995200 0 4 0 16800975 18446604453886711616 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.27
Current children cumulated vsize (KiB) 15684864

[startup+6.30397 s]
/proc/loadavg: 6.68 7.74 7.91 9/220 2326
/proc/meminfo: memFree=22135896/32951124 swapFree=67102140/67111528
[pid=2297] ppid=2295 vsize=15685364 CPUtime=12.15 cores=0,2,4,6
/proc/2297/stat : 2297 (java) S 2295 2297 1768 0 -1 4202496 225945 0 1 0 1182 33 0 0 20 0 22 0 609165179 16061812736 214310 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2297/statm: 3921341 214310 2273 9 0 3912060 0
[pid=2297/tid=2298] ppid=2295 vsize=15685364 CPUtime=3.77 cores=0,2,4,6
/proc/2297/task/2298/stat : 2298 (java) S 2295 2297 1768 0 -1 4202560 89706 0 1 0 366 11 0 0 25 0 22 0 609165179 16061812736 214310 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 4 0 0 0
[pid=2297/tid=2300] ppid=2295 vsize=15685364 CPUtime=0.05 cores=0,2,4,6
/proc/2297/task/2300/stat : 2300 (java) S 2295 2297 1768 0 -1 4202560 16921 0 0 0 2 3 0 0 15 0 22 0 609165180 16061812736 214310 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 6 0 0 0
[pid=2297/tid=2301] ppid=2295 vsize=15685364 CPUtime=0 cores=0,2,4,6
/proc/2297/task/2301/stat : 2301 (java) S 2295 2297 1768 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 22 0 609165180 16061812736 214310 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 2 0 0 0
[pid=2297/tid=2302] ppid=2295 vsize=15685364 CPUtime=0.01 cores=0,2,4,6
/proc/2297/task/2302/stat : 2302 (java) S 2295 2297 1768 0 -1 4202560 4138 0 0 0 1 0 0 0 15 0 22 0 609165180 16061812736 214310 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 6 0 0 0
[pid=2297/tid=2303] ppid=2295 vsize=15685364 CPUtime=0.06 cores=0,2,4,6
/proc/2297/task/2303/stat : 2303 (java) S 2295 2297 1768 0 -1 4202560 18376 0 0 0 4 2 0 0 15 0 22 0 609165180 16061812736 214310 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 0 0 0 0
[pid=2297/tid=2304] ppid=2295 vsize=15685364 CPUtime=0.06 cores=0,2,4,6
/proc/2297/task/2304/stat : 2304 (java) S 2295 2297 1768 0 -1 4202560 18417 0 0 0 3 3 0 0 15 0 22 0 609165180 16061812736 214310 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 4 0 0 0
[pid=2297/tid=2305] ppid=2295 vsize=15685364 CPUtime=0 cores=0,2,4,6
/proc/2297/task/2305/stat : 2305 (java) S 2295 2297 1768 0 -1 4202560 2603 0 0 0 0 0 0 0 15 0 22 0 609165180 16061812736 214310 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 0 0 0 0
[pid=2297/tid=2307] ppid=2295 vsize=15685364 CPUtime=0.02 cores=0,2,4,6
/proc/2297/task/2307/stat : 2307 (java) S 2295 2297 1768 0 -1 4202560 8883 0 0 0 1 1 0 0 15 0 22 0 609165180 16061812736 214310 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 6 0 0 0
[pid=2297/tid=2309] ppid=2295 vsize=15685364 CPUtime=0.04 cores=0,2,4,6
/proc/2297/task/2309/stat : 2309 (java) S 2295 2297 1768 0 -1 4202560 10793 0 0 0 2 2 0 0 15 0 22 0 609165180 16061812736 214310 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 2 0 0 0
[pid=2297/tid=2310] ppid=2295 vsize=15685364 CPUtime=0 cores=0,2,4,6
/proc/2297/task/2310/stat : 2310 (java) S 2295 2297 1768 0 -1 4202560 549 0 0 0 0 0 0 0 15 0 22 0 609165181 16061812736 214310 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746995200 0 0 0 16800975 18446604453886711616 0 0 -1 6 0 0 0
[pid=2297/tid=2311] ppid=2295 vsize=15685364 CPUtime=0 cores=0,2,4,6
/proc/2297/task/2311/stat : 2311 (java) S 2295 2297 1768 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 609165181 16061812736 214310 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 0 0 0 0
[pid=2297/tid=2312] ppid=2295 vsize=15685364 CPUtime=0 cores=0,2,4,6
/proc/2297/task/2312/stat : 2312 (java) S 2295 2297 1768 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 609165181 16061812736 214310 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 6 0 0 0
[pid=2297/tid=2313] ppid=2295 vsize=15685364 CPUtime=0 cores=0,2,4,6
/proc/2297/task/2313/stat : 2313 (java) S 2295 2297 1768 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 609165183 16061812736 214310 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216747002289 0 4 0 16800975 18446604453886711616 0 0 -1 2 0 0 0

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

[pid=2297/tid=2323] ppid=2295 vsize=15686948 CPUtime=1045.51 cores=0,2,4,6
/proc/2297/task/2323/stat : 2323 (java) R 2295 2297 1768 0 -1 4202560 425890 0 0 0 104500 51 0 0 25 0 22 0 609165354 16063434752 421798 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 46912506023476 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2297/tid=2324] ppid=2295 vsize=15686948 CPUtime=1048.2 cores=0,2,4,6
/proc/2297/task/2324/stat : 2324 (java) R 2295 2297 1768 0 -1 4202560 456430 0 0 0 104763 57 0 0 25 0 22 0 609165354 16063434752 421798 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 46912505521151 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=2297/tid=2325] ppid=2295 vsize=15686948 CPUtime=1047.88 cores=0,2,4,6
/proc/2297/task/2325/stat : 2325 (java) R 2295 2297 1768 0 -1 4202560 439884 0 0 0 104731 57 0 0 25 0 22 0 609165354 16063434752 421798 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 46912506142767 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4221.22
Current children cumulated vsize (KiB) 15686948

[startup+1122.3 s]
/proc/loadavg: 8.09 8.09 8.03 9/220 2364
/proc/meminfo: memFree=20597048/32951124 swapFree=67102140/67111528
[pid=2297] ppid=2295 vsize=15686948 CPUtime=4460.17 cores=0,2,4,6
/proc/2297/stat : 2297 (java) S 2295 2297 1768 0 -1 4202496 3624515 0 1 0 445397 620 0 0 20 0 22 0 609165179 16063434752 444872 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2297/statm: 3921737 444872 2297 9 0 3912456 0
[pid=2297/tid=2298] ppid=2295 vsize=15686948 CPUtime=3.77 cores=0,2,4,6
/proc/2297/task/2298/stat : 2298 (java) S 2295 2297 1768 0 -1 4202560 89706 0 1 0 366 11 0 0 25 0 22 0 609165179 16063434752 444872 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 4 0 0 0
[pid=2297/tid=2300] ppid=2295 vsize=15686948 CPUtime=3.56 cores=0,2,4,6
/proc/2297/task/2300/stat : 2300 (java) S 2295 2297 1768 0 -1 4202560 210349 0 0 0 315 41 0 0 15 0 22 0 609165180 16063434752 444872 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 2 0 0 0
[pid=2297/tid=2301] ppid=2295 vsize=15686948 CPUtime=3.59 cores=0,2,4,6
/proc/2297/task/2301/stat : 2301 (java) S 2295 2297 1768 0 -1 4202560 213323 0 0 0 321 38 0 0 15 0 22 0 609165180 16063434752 444872 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 6 0 0 0
[pid=2297/tid=2302] ppid=2295 vsize=15686948 CPUtime=3.67 cores=0,2,4,6
/proc/2297/task/2302/stat : 2302 (java) S 2295 2297 1768 0 -1 4202560 207242 0 0 0 327 40 0 0 15 0 22 0 609165180 16063434752 444872 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 6 0 0 0
[pid=2297/tid=2303] ppid=2295 vsize=15686948 CPUtime=3.57 cores=0,2,4,6
/proc/2297/task/2303/stat : 2303 (java) S 2295 2297 1768 0 -1 4202560 225332 0 0 0 318 39 0 0 15 0 22 0 609165180 16063434752 444872 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 2 0 0 0
[pid=2297/tid=2304] ppid=2295 vsize=15686948 CPUtime=3.57 cores=0,2,4,6
/proc/2297/task/2304/stat : 2304 (java) S 2295 2297 1768 0 -1 4202560 220631 0 0 0 316 41 0 0 15 0 22 0 609165180 16063434752 444872 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 4 0 0 0
[pid=2297/tid=2305] ppid=2295 vsize=15686948 CPUtime=3.71 cores=0,2,4,6
/proc/2297/task/2305/stat : 2305 (java) S 2295 2297 1768 0 -1 4202560 209105 0 0 0 331 40 0 0 15 0 22 0 609165180 16063434752 444872 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 0 0 0 0
[pid=2297/tid=2307] ppid=2295 vsize=15686948 CPUtime=3.52 cores=0,2,4,6
/proc/2297/task/2307/stat : 2307 (java) S 2295 2297 1768 0 -1 4202560 190629 0 0 0 317 35 0 0 15 0 22 0 609165180 16063434752 444872 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 0 0 0 0
[pid=2297/tid=2309] ppid=2295 vsize=15686948 CPUtime=3.73 cores=0,2,4,6
/proc/2297/task/2309/stat : 2309 (java) S 2295 2297 1768 0 -1 4202560 211416 0 0 0 334 39 0 0 15 0 22 0 609165180 16063434752 444872 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 4 0 0 0
[pid=2297/tid=2310] ppid=2295 vsize=15686948 CPUtime=2.47 cores=0,2,4,6
/proc/2297/task/2310/stat : 2310 (java) S 2295 2297 1768 0 -1 4202560 9519 0 0 0 187 60 0 0 15 0 22 0 609165181 16063434752 444872 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746995200 0 0 0 16800975 18446604453886711616 0 0 -1 6 0 0 0
[pid=2297/tid=2311] ppid=2295 vsize=15686948 CPUtime=0 cores=0,2,4,6
/proc/2297/task/2311/stat : 2311 (java) S 2295 2297 1768 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 609165181 16063434752 444872 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 0 0 0 0
[pid=2297/tid=2312] ppid=2295 vsize=15686948 CPUtime=0 cores=0,2,4,6
/proc/2297/task/2312/stat : 2312 (java) S 2295 2297 1768 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 609165181 16063434752 444872 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 6 0 0 0
[pid=2297/tid=2313] ppid=2295 vsize=15686948 CPUtime=0 cores=0,2,4,6
/proc/2297/task/2313/stat : 2313 (java) S 2295 2297 1768 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 609165183 16063434752 444872 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216747002289 0 4 0 16800975 18446604453886711616 0 0 -1 2 0 0 0
[pid=2297/tid=2314] ppid=2295 vsize=15686948 CPUtime=1.2 cores=0,2,4,6
/proc/2297/task/2314/stat : 2314 (java) S 2295 2297 1768 0 -1 4202560 3323 0 0 0 120 0 0 0 15 0 22 0 609165183 16063434752 444872 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 6 0 0 0
[pid=2297/tid=2315] ppid=2295 vsize=15686948 CPUtime=1.15 cores=0,2,4,6
/proc/2297/task/2315/stat : 2315 (java) S 2295 2297 1768 0 -1 4202560 12787 0 0 0 114 1 0 0 16 0 22 0 609165183 16063434752 444872 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 2 0 0 0
[pid=2297/tid=2316] ppid=2295 vsize=15686948 CPUtime=0 cores=0,2,4,6
/proc/2297/task/2316/stat : 2316 (java) S 2295 2297 1768 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 609165183 16063434752 444872 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 2 0 0 0
[pid=2297/tid=2317] ppid=2295 vsize=15686948 CPUtime=0 cores=0,2,4,6
/proc/2297/task/2317/stat : 2317 (java) S 2295 2297 1768 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 609165183 16063434752 444872 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746995200 0 4 0 16800975 18446604453886711616 0 0 -1 2 0 0 0
[pid=2297/tid=2322] ppid=2295 vsize=15686948 CPUtime=1103.18 cores=0,2,4,6
/proc/2297/task/2322/stat : 2322 (java) R 2295 2297 1768 0 -1 4202560 452232 0 0 0 110263 55 0 0 25 0 22 0 609165354 16063434752 444872 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 46912506105326 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=2297/tid=2323] ppid=2295 vsize=15686948 CPUtime=1104.68 cores=0,2,4,6
/proc/2297/task/2323/stat : 2323 (java) R 2295 2297 1768 0 -1 4202560 440013 0 0 0 110415 53 0 0 25 0 22 0 609165354 16063434752 444872 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 46912506183094 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2297/tid=2324] ppid=2295 vsize=15686948 CPUtime=1107.4 cores=0,2,4,6
/proc/2297/task/2324/stat : 2324 (java) R 2295 2297 1768 0 -1 4202560 472258 0 0 0 110681 59 0 0 25 0 22 0 609165354 16063434752 444872 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 46912506183094 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=2297/tid=2325] ppid=2295 vsize=15686948 CPUtime=1107.24 cores=0,2,4,6
/proc/2297/task/2325/stat : 2325 (java) R 2295 2297 1768 0 -1 4202560 455202 0 0 0 110665 59 0 0 25 0 22 0 609165354 16063434752 444872 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 46912506088823 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4460.17
Current children cumulated vsize (KiB) 15686948

[startup+1182.3 s]
/proc/loadavg: 8.13 8.10 8.03 9/220 2366
/proc/meminfo: memFree=20307964/32951124 swapFree=67102140/67111528
[pid=2297] ppid=2295 vsize=15686948 CPUtime=4699.33 cores=0,2,4,6
/proc/2297/stat : 2297 (java) S 2295 2297 1768 0 -1 4202496 3818452 0 1 0 469281 652 0 0 20 0 22 0 609165179 16063434752 499257 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2297/statm: 3921737 499257 2297 9 0 3912456 0
[pid=2297/tid=2298] ppid=2295 vsize=15686948 CPUtime=3.77 cores=0,2,4,6
/proc/2297/task/2298/stat : 2298 (java) S 2295 2297 1768 0 -1 4202560 89706 0 1 0 366 11 0 0 25 0 22 0 609165179 16063434752 499257 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 4 0 0 0
[pid=2297/tid=2300] ppid=2295 vsize=15686948 CPUtime=3.78 cores=0,2,4,6
/proc/2297/task/2300/stat : 2300 (java) S 2295 2297 1768 0 -1 4202560 220308 0 0 0 335 43 0 0 16 0 22 0 609165180 16063434752 499257 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 4 0 0 0
[pid=2297/tid=2301] ppid=2295 vsize=15686948 CPUtime=3.79 cores=0,2,4,6
/proc/2297/task/2301/stat : 2301 (java) S 2295 2297 1768 0 -1 4202560 226476 0 0 0 338 41 0 0 16 0 22 0 609165180 16063434752 499257 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 2 0 0 0
[pid=2297/tid=2302] ppid=2295 vsize=15686948 CPUtime=3.85 cores=0,2,4,6
/proc/2297/task/2302/stat : 2302 (java) S 2295 2297 1768 0 -1 4202560 213907 0 0 0 344 41 0 0 16 0 22 0 609165180 16063434752 499257 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 0 0 0 0
[pid=2297/tid=2303] ppid=2295 vsize=15686948 CPUtime=3.78 cores=0,2,4,6
/proc/2297/task/2303/stat : 2303 (java) S 2295 2297 1768 0 -1 4202560 237268 0 0 0 337 41 0 0 16 0 22 0 609165180 16063434752 499257 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 6 0 0 0
[pid=2297/tid=2304] ppid=2295 vsize=15686948 CPUtime=3.83 cores=0,2,4,6
/proc/2297/task/2304/stat : 2304 (java) S 2295 2297 1768 0 -1 4202560 232079 0 0 0 340 43 0 0 15 0 22 0 609165180 16063434752 499257 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 6 0 0 0
[pid=2297/tid=2305] ppid=2295 vsize=15686948 CPUtime=3.89 cores=0,2,4,6
/proc/2297/task/2305/stat : 2305 (java) S 2295 2297 1768 0 -1 4202560 219487 0 0 0 347 42 0 0 15 0 22 0 609165180 16063434752 499257 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 2 0 0 0
[pid=2297/tid=2307] ppid=2295 vsize=15686948 CPUtime=3.73 cores=0,2,4,6
/proc/2297/task/2307/stat : 2307 (java) S 2295 2297 1768 0 -1 4202560 202342 0 0 0 336 37 0 0 16 0 22 0 609165180 16063434752 499257 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 2 0 0 0
[pid=2297/tid=2309] ppid=2295 vsize=15686948 CPUtime=3.98 cores=0,2,4,6
/proc/2297/task/2309/stat : 2309 (java) S 2295 2297 1768 0 -1 4202560 225927 0 0 0 357 41 0 0 15 0 22 0 609165180 16063434752 499257 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 0 0 0 0
[pid=2297/tid=2310] ppid=2295 vsize=15686948 CPUtime=2.58 cores=0,2,4,6
/proc/2297/task/2310/stat : 2310 (java) S 2295 2297 1768 0 -1 4202560 9975 0 0 0 196 62 0 0 15 0 22 0 609165181 16063434752 499257 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746995200 0 0 0 16800975 18446604453886711616 0 0 -1 0 0 0 0
[pid=2297/tid=2311] ppid=2295 vsize=15686948 CPUtime=0 cores=0,2,4,6
/proc/2297/task/2311/stat : 2311 (java) S 2295 2297 1768 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 609165181 16063434752 499257 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 0 0 0 0
[pid=2297/tid=2312] ppid=2295 vsize=15686948 CPUtime=0 cores=0,2,4,6
/proc/2297/task/2312/stat : 2312 (java) S 2295 2297 1768 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 609165181 16063434752 499257 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 6 0 0 0
[pid=2297/tid=2313] ppid=2295 vsize=15686948 CPUtime=0 cores=0,2,4,6
/proc/2297/task/2313/stat : 2313 (java) S 2295 2297 1768 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 609165183 16063434752 499257 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216747002289 0 4 0 16800975 18446604453886711616 0 0 -1 2 0 0 0
[pid=2297/tid=2314] ppid=2295 vsize=15686948 CPUtime=1.2 cores=0,2,4,6
/proc/2297/task/2314/stat : 2314 (java) S 2295 2297 1768 0 -1 4202560 3323 0 0 0 120 0 0 0 15 0 22 0 609165183 16063434752 499257 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 6 0 0 0
[pid=2297/tid=2315] ppid=2295 vsize=15686948 CPUtime=1.15 cores=0,2,4,6
/proc/2297/task/2315/stat : 2315 (java) S 2295 2297 1768 0 -1 4202560 12787 0 0 0 114 1 0 0 16 0 22 0 609165183 16063434752 499257 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 2 0 0 0
[pid=2297/tid=2316] ppid=2295 vsize=15686948 CPUtime=0 cores=0,2,4,6
/proc/2297/task/2316/stat : 2316 (java) S 2295 2297 1768 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 609165183 16063434752 499257 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 2 0 0 0
[pid=2297/tid=2317] ppid=2295 vsize=15686948 CPUtime=0 cores=0,2,4,6
/proc/2297/task/2317/stat : 2317 (java) S 2295 2297 1768 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 22 0 609165183 16063434752 499257 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746995200 0 4 0 16800975 18446604453886711616 0 0 -1 2 0 0 0
[pid=2297/tid=2322] ppid=2295 vsize=15686948 CPUtime=1162.59 cores=0,2,4,6
/proc/2297/task/2322/stat : 2322 (java) R 2295 2297 1768 0 -1 4202560 478790 0 0 0 116201 58 0 0 25 0 22 0 609165354 16063434752 499257 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 46912505521157 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=2297/tid=2323] ppid=2295 vsize=15686948 CPUtime=1164.09 cores=0,2,4,6
/proc/2297/task/2323/stat : 2323 (java) R 2295 2297 1768 0 -1 4202560 466975 0 0 0 116353 56 0 0 25 0 22 0 609165354 16063434752 499257 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 46912505521157 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2297/tid=2324] ppid=2295 vsize=15686948 CPUtime=1166.48 cores=0,2,4,6
/proc/2297/task/2324/stat : 2324 (java) R 2295 2297 1768 0 -1 4202560 496114 0 0 0 116587 61 0 0 25 0 22 0 609165354 16063434752 499257 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 46912505984159 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=2297/tid=2325] ppid=2295 vsize=15686948 CPUtime=1166.65 cores=0,2,4,6
/proc/2297/task/2325/stat : 2325 (java) R 2295 2297 1768 0 -1 4202560 481536 0 0 0 116602 63 0 0 25 0 22 0 609165354 16063434752 499257 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 46912506181905 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4699.33
Current children cumulated vsize (KiB) 15686948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.6 s]
/proc/loadavg: 8.09 8.09 8.03 5/197 2370
/proc/meminfo: memFree=21341036/32951124 swapFree=67102140/67111528
[pid=2297] ppid=2295 vsize=15686948 CPUtime=4800.29 cores=0,2,4,6
/proc/2297/stat : 2297 (java) S 2295 2297 1768 0 -1 4202496 3879999 0 1 0 479365 664 0 0 20 0 22 0 609165179 16063434752 512288 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2297/statm: 3921737 512288 2297 9 0 3912456 0
[pid=2297/tid=2298] ppid=2295 vsize=15686948 CPUtime=3.77 cores=0,2,4,6
/proc/2297/task/2298/stat : 2298 (java) S 2295 2297 1768 0 -1 4202560 89706 0 1 0 366 11 0 0 25 0 22 0 609165179 16063434752 512288 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 4 0 0 0
[pid=2297/tid=2300] ppid=2295 vsize=15686948 CPUtime=3.86 cores=0,2,4,6
/proc/2297/task/2300/stat : 2300 (java) S 2295 2297 1768 0 -1 4202560 225321 0 0 0 343 43 0 0 15 0 22 0 609165180 16063434752 512288 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 6 0 0 0
[pid=2297/tid=2301] ppid=2295 vsize=15686948 CPUtime=3.88 cores=0,2,4,6
/proc/2297/task/2301/stat : 2301 (java) S 2295 2297 1768 0 -1 4202560 234619 0 0 0 345 43 0 0 16 0 22 0 609165180 16063434752 512288 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 6 0 0 0
[pid=2297/tid=2302] ppid=2295 vsize=15686948 CPUtime=3.95 cores=0,2,4,6
/proc/2297/task/2302/stat : 2302 (java) S 2295 2297 1768 0 -1 4202560 218922 0 0 0 353 42 0 0 15 0 22 0 609165180 16063434752 512288 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 4 0 0 0
[pid=2297/tid=2303] ppid=2295 vsize=15686948 CPUtime=3.86 cores=0,2,4,6
/proc/2297/task/2303/stat : 2303 (java) S 2295 2297 1768 0 -1 4202560 243807 0 0 0 344 42 0 0 16 0 22 0 609165180 16063434752 512288 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 4 0 0 0
[pid=2297/tid=2304] ppid=2295 vsize=15686948 CPUtime=3.94 cores=0,2,4,6
/proc/2297/task/2304/stat : 2304 (java) S 2295 2297 1768 0 -1 4202560 239910 0 0 0 349 45 0 0 15 0 22 0 609165180 16063434752 512288 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 0 0 0 0
[pid=2297/tid=2305] ppid=2295 vsize=15686948 CPUtime=3.98 cores=0,2,4,6
/proc/2297/task/2305/stat : 2305 (java) S 2295 2297 1768 0 -1 4202560 226704 0 0 0 355 43 0 0 16 0 22 0 609165180 16063434752 512288 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 0 0 0 0
[pid=2297/tid=2307] ppid=2295 vsize=15686948 CPUtime=3.81 cores=0,2,4,6
/proc/2297/task/2307/stat : 2307 (java) S 2295 2297 1768 0 -1 4202560 210466 0 0 0 343 38 0 0 15 0 22 0 609165180 16063434752 512288 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 0 0 0 0
[pid=2297/tid=2309] ppid=2295 vsize=15686948 CPUtime=4.09 cores=0,2,4,6
/proc/2297/task/2309/stat : 2309 (java) S 2295 2297 1768 0 -1 4202560 238015 0 0 0 366 43 0 0 16 0 22 0 609165180 16063434752 512288 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 2 0 0 0
[pid=2297/tid=2310] ppid=2295 vsize=15686948 CPUtime=2.59 cores=0,2,4,6
/proc/2297/task/2310/stat : 2310 (java) S 2295 2297 1768 0 -1 4202560 10064 0 0 0 196 63 0 0 15 0 22 0 609165181 16063434752 512288 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746995200 0 0 0 16800975 18446604453886711616 0 0 -1 6 0 0 0
[pid=2297/tid=2311] ppid=2295 vsize=15686948 CPUtime=0 cores=0,2,4,6
/proc/2297/task/2311/stat : 2311 (java) S 2295 2297 1768 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 609165181 16063434752 512288 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 0 0 0 0
[pid=2297/tid=2312] ppid=2295 vsize=15686948 CPUtime=0 cores=0,2,4,6
/proc/2297/task/2312/stat : 2312 (java) S 2295 2297 1768 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 609165181 16063434752 512288 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 6 0 0 0
[pid=2297/tid=2313] ppid=2295 vsize=15686948 CPUtime=0 cores=0,2,4,6
/proc/2297/task/2313/stat : 2313 (java) S 2295 2297 1768 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 609165183 16063434752 512288 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216747002289 0 4 0 16800975 18446604453886711616 0 0 -1 2 0 0 0
[pid=2297/tid=2314] ppid=2295 vsize=15686948 CPUtime=1.2 cores=0,2,4,6
/proc/2297/task/2314/stat : 2314 (java) S 2295 2297 1768 0 -1 4202560 3323 0 0 0 120 0 0 0 15 0 22 0 609165183 16063434752 512288 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 6 0 0 0
[pid=2297/tid=2315] ppid=2295 vsize=15686948 CPUtime=1.15 cores=0,2,4,6
/proc/2297/task/2315/stat : 2315 (java) S 2295 2297 1768 0 -1 4202560 12787 0 0 0 114 1 0 0 16 0 22 0 609165183 16063434752 512288 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 2 0 0 0
[pid=2297/tid=2316] ppid=2295 vsize=15686948 CPUtime=0 cores=0,2,4,6
/proc/2297/task/2316/stat : 2316 (java) S 2295 2297 1768 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 609165183 16063434752 512288 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746994585 0 4 0 16800975 18446604453886711616 0 0 -1 2 0 0 0
[pid=2297/tid=2317] ppid=2295 vsize=15686948 CPUtime=0 cores=0,2,4,6
/proc/2297/task/2317/stat : 2317 (java) R 2295 2297 1768 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 22 0 609165183 16063434752 512288 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 216746995200 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=2297/tid=2322] ppid=2295 vsize=15686948 CPUtime=1187.69 cores=0,2,4,6
/proc/2297/task/2322/stat : 2322 (java) R 2295 2297 1768 0 -1 4202560 479384 0 0 0 118710 59 0 0 25 0 22 0 609165354 16063434752 512288 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 46912505984202 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=2297/tid=2323] ppid=2295 vsize=15686948 CPUtime=1189.18 cores=0,2,4,6
/proc/2297/task/2323/stat : 2323 (java) R 2295 2297 1768 0 -1 4202560 466981 0 0 0 118861 57 0 0 25 0 22 0 609165354 16063434752 512288 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 46912505634953 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2297/tid=2324] ppid=2295 vsize=15686948 CPUtime=1191.43 cores=0,2,4,6
/proc/2297/task/2324/stat : 2324 (java) R 2295 2297 1768 0 -1 4202560 496618 0 0 0 119082 61 0 0 25 0 22 0 609165354 16063434752 512288 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 46912505607521 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=2297/tid=2325] ppid=2295 vsize=15686948 CPUtime=1191.74 cores=0,2,4,6
/proc/2297/task/2325/stat : 2325 (java) R 2295 2297 1768 0 -1 4202560 481918 0 0 0 119111 63 0 0 25 0 22 0 609165354 16063434752 512288 33554432000 1073741824 1073778376 140733343722624 18446744073709551615 46912506141784 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 15686948

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): 1207.71
CPU time (s): 4800.42
CPU user time (s): 4793.69
CPU system time (s): 6.73398
CPU usage (%): 397.483
Max. virtual memory (cumulated for all children) (KiB): 15691248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4793.69
system time used= 6.73398
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3880025
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= 57156
involuntary context switches= 62490

runsolver used 2.17267 second user time and 4.48032 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-30 20:49:05
IDJOB=3312932
IDBENCH=88228
IDSOLVER=1699
FILE ID=node119/3312932-1304189345
RUNJOBID= node119-1304189345-2251
PBS_JOBID= 13172486
Free space on /tmp= 73008 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m52-q918.75-n50-p15-s98191766.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312932-1304189345/watcher-3312932-1304189345 -o /tmp/evaluation-result-3312932-1304189345/solver-3312932-1304189345 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312932-1304189345.cnf

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

MD5SUM BENCH= 71638ad618721ad48c6bd2d48b828020
RANDOM SEED=1644984017

node119.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.815
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.63
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.815
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	: 5332.83
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.815
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.815
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.815
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.67
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.815
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.815
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.815
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:      23380980 kB
Buffers:       1956764 kB
Cached:        6970336 kB
SwapCached:       3688 kB
Active:         505084 kB
Inactive:      8489960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23380980 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:           13768 kB
Writeback:           0 kB
AnonPages:       67284 kB
Mapped:          20940 kB
Slab:           512268 kB
PageTables:       5128 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   777560 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= 73008 MiB
End job on node119 at 2011-04-30 21:09:15