Trace number 3312259

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) 4209.21 1302.59

General information on the benchmark

Nameindustrial/palacios/hard/
sortnet-7-ipc5-h15-unsat.cnf
MD5SUM0683489092a5eb0c881dd17c2c45d08e
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 variables105623
Number of clauses374254
Sum of the clauses size911890
Maximum clause length43
Minimum clause length1
Number of clauses of size 1128
Number of clauses of size 2269133
Number of clauses of size 399944
Number of clauses of size 4407
Number of clauses of size 5309
Number of clauses of size over 54333

Solver Data

0.10/0.11	51:08 INFO : Reading from input HOME/instance-3312259-1304074268.cnf
1.65/1.42	Executor set job limit to 1000000
1.65/1.42	Executor set job limit to 1000000
1.65/1.42	Executor set job limit to 1000000
1.65/1.42	Executor set job limit to 1000000
1.65/1.42	Starting Executor!
1.65/1.42	Starting Executor!
1.65/1.42	Starting Executor!
1.65/1.42	Starting Executor!
42.93/40.91	51:49 INFO : 104629 variables remaining out of 106701
42.93/40.91	51:49 INFO : 20804108 literals remaining out of 1286144
3975.48/1146.15	10:14 ERROR: Failed to solve instance
3975.48/1146.15	java.lang.OutOfMemoryError: Java heap space
3975.48/1146.15		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
3975.48/1146.15		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
3975.48/1146.15		at ibis.structure.HyperBinaryResolution.run(HyperBinaryResolution.java:185)
3975.48/1146.15		at ibis.structure.HyperBinaryResolution.run(HyperBinaryResolution.java:60)
3975.48/1146.15		at ibis.structure.Solver.simplify(Solver.java:191)
3975.48/1146.15		at ibis.structure.Solver.solve(Solver.java:113)
3975.48/1146.15		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
3975.48/1146.15		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
3975.48/1146.15		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
3975.48/1146.15		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
3975.48/1146.15		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
3975.48/1146.15		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
3975.48/1146.15		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
3975.48/1146.15		at ibis.constellation.Executor.processActivities(Executor.java:75)
3975.48/1146.15		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
3975.48/1146.15		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
3975.48/1146.15		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
4006.10/1166.14	10:34 ERROR: Failed to solve instance
4006.10/1166.14	java.lang.OutOfMemoryError: Java heap space
4006.10/1166.14		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
4006.10/1166.14		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
4006.10/1166.14		at ibis.structure.HyperBinaryResolution.run(HyperBinaryResolution.java:185)
4006.10/1166.14		at ibis.structure.HyperBinaryResolution.run(HyperBinaryResolution.java:60)
4006.10/1166.14		at ibis.structure.Solver.simplify(Solver.java:191)
4006.10/1166.14		at ibis.structure.Solver.solve(Solver.java:113)
4006.10/1166.14		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
4006.10/1166.14		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
4006.10/1166.14		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
4006.10/1166.14		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
4006.10/1166.14		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
4006.10/1166.14		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
4006.10/1166.14		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
4006.10/1166.14		at ibis.constellation.Executor.processActivities(Executor.java:75)
4006.10/1166.14		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
4006.10/1166.14		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
4006.10/1166.14		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)

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

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

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


[startup+0 s]
/proc/loadavg: 7.48 7.98 7.73 4/194 370
/proc/meminfo: memFree=15077644/32950928 swapFree=67111528/67111528
[pid=370] ppid=368 vsize=9100 CPUtime=0 cores=1,3,5,7
/proc/370/stat : 370 (java) S 368 370 31999 0 -1 4202496 486 0 0 0 0 0 0 0 22 0 1 0 519026461 9318400 147 33554432000 1073741824 1073778376 140737422752976 18446744073709551615 274473965568 0 2147483391 4096 0 18446744071699215550 0 0 17 3 0 0 0
/proc/370/statm: 2275 147 118 9 0 67 0
[pid=370/tid=371] ppid=368 vsize=30580 CPUtime=0 cores=1,3,5,7
/proc/370/task/371/stat : 371 (java) R 368 370 31999 0 -1 4202560 102 0 0 0 0 0 0 0 23 0 2 0 519026462 31313920 928 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274469004776 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.032804 s]
/proc/loadavg: 7.48 7.98 7.73 4/194 370
/proc/meminfo: memFree=15077644/32950928 swapFree=67111528/67111528
[pid=370] ppid=368 vsize=15604248 CPUtime=0.02 cores=1,3,5,7
/proc/370/stat : 370 (java) S 368 370 31999 0 -1 4202496 3662 0 1 0 2 0 0 0 22 0 13 0 519026461 15978749952 3101 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485770213 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/370/statm: 3901062 3101 1674 9 0 3891810 0
[pid=370/tid=371] ppid=368 vsize=15604248 CPUtime=0.02 cores=1,3,5,7
/proc/370/task/371/stat : 371 (java) R 368 370 31999 0 -1 4202560 2271 0 1 0 2 0 0 0 25 0 13 0 519026462 15978749952 3101 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 47288400365507 0 4 0 16784584 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 15604248

[startup+0.100792 s]
/proc/loadavg: 7.48 7.98 7.73 4/194 370
/proc/meminfo: memFree=15077644/32950928 swapFree=67111528/67111528
[pid=370] ppid=368 vsize=15676532 CPUtime=0.1 cores=1,3,5,7
/proc/370/stat : 370 (java) S 368 370 31999 0 -1 4202496 5645 0 1 0 10 0 0 0 22 0 18 0 519026461 16052768768 5052 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/370/statm: 3919133 5053 2118 9 0 3909852 0
[pid=370/tid=371] ppid=368 vsize=15676532 CPUtime=0.08 cores=1,3,5,7
/proc/370/task/371/stat : 371 (java) R 368 370 31999 0 -1 4202560 3493 0 1 0 8 0 0 0 25 0 18 0 519026462 16052768768 5053 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485794251 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676532

[startup+0.30076 s]
/proc/loadavg: 7.48 7.98 7.73 4/194 370
/proc/meminfo: memFree=15077644/32950928 swapFree=67111528/67111528
[pid=370] ppid=368 vsize=15681620 CPUtime=0.52 cores=1,3,5,7
/proc/370/stat : 370 (java) S 368 370 31999 0 -1 4202496 16638 0 1 0 50 2 0 0 22 0 18 0 519026461 16057978880 14819 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/370/statm: 3920405 14824 2207 9 0 3911124 0
[pid=370/tid=371] ppid=368 vsize=15681620 CPUtime=0.28 cores=1,3,5,7
/proc/370/task/371/stat : 371 (java) R 368 370 31999 0 -1 4202560 11497 0 1 0 27 1 0 0 25 0 18 0 519026462 16057978880 14828 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 46912505640979 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15681620

[startup+0.70069 s]
/proc/loadavg: 7.48 7.98 7.73 4/194 370
/proc/meminfo: memFree=15077644/32950928 swapFree=67111528/67111528
[pid=370] ppid=368 vsize=15681620 CPUtime=0.93 cores=1,3,5,7
/proc/370/stat : 370 (java) S 368 370 31999 0 -1 4202496 41973 0 1 0 89 4 0 0 22 0 18 0 519026461 16057978880 40152 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/370/statm: 3920405 40152 2223 9 0 3911124 0
[pid=370/tid=371] ppid=368 vsize=15681620 CPUtime=0.68 cores=1,3,5,7
/proc/370/task/371/stat : 371 (java) R 368 370 31999 0 -1 4202560 35498 0 1 0 65 3 0 0 25 0 18 0 519026462 16057978880 40152 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 46912505164128 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 15681620

[startup+1.50055 s]
/proc/loadavg: 7.48 7.98 7.73 9/216 392
/proc/meminfo: memFree=14771732/32950928 swapFree=67111528/67111528
[pid=370] ppid=368 vsize=15685732 CPUtime=1.81 cores=1,3,5,7
/proc/370/stat : 370 (java) S 368 370 31999 0 -1 4202496 59426 0 1 0 174 7 0 0 22 0 22 0 519026461 16062189568 57539 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/370/statm: 3921433 57553 2244 9 0 3912152 0
[pid=370/tid=371] ppid=368 vsize=15685732 CPUtime=1.46 cores=1,3,5,7
/proc/370/task/371/stat : 371 (java) R 368 370 31999 0 -1 4202560 49671 0 1 0 141 5 0 0 25 0 22 0 519026462 16062189568 57560 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 46912505663509 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=370/tid=373] ppid=368 vsize=15685732 CPUtime=0 cores=1,3,5,7
/proc/370/task/373/stat : 373 (java) S 368 370 31999 0 -1 4202560 810 0 0 0 0 0 0 0 16 0 22 0 519026462 16062189568 57569 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 5 0 0 0
[pid=370/tid=374] ppid=368 vsize=15685732 CPUtime=0 cores=1,3,5,7
/proc/370/task/374/stat : 374 (java) S 368 370 31999 0 -1 4202560 40 0 0 0 0 0 0 0 16 0 22 0 519026462 16062189568 57577 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 1 0 0 0
[pid=370/tid=375] ppid=368 vsize=15685732 CPUtime=0 cores=1,3,5,7
/proc/370/task/375/stat : 375 (java) S 368 370 31999 0 -1 4202560 131 0 0 0 0 0 0 0 16 0 22 0 519026462 16062189568 57585 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 3 0 0 0
[pid=370/tid=376] ppid=368 vsize=15685732 CPUtime=0 cores=1,3,5,7
/proc/370/task/376/stat : 376 (java) S 368 370 31999 0 -1 4202560 38 0 0 0 0 0 0 0 16 0 22 0 519026462 16062189568 57593 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 3 0 0 0
[pid=370/tid=377] ppid=368 vsize=15685732 CPUtime=0 cores=1,3,5,7
/proc/370/task/377/stat : 377 (java) S 368 370 31999 0 -1 4202560 787 0 0 0 0 0 0 0 16 0 22 0 519026462 16062189568 57601 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 1 0 0 0
[pid=370/tid=378] ppid=368 vsize=15685732 CPUtime=0 cores=1,3,5,7
/proc/370/task/378/stat : 378 (java) S 368 370 31999 0 -1 4202560 1587 0 0 0 0 0 0 0 16 0 22 0 519026462 16062189568 57609 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 7 0 0 0
[pid=370/tid=379] ppid=368 vsize=15685732 CPUtime=0 cores=1,3,5,7
/proc/370/task/379/stat : 379 (java) S 368 370 31999 0 -1 4202560 951 0 0 0 0 0 0 0 15 0 22 0 519026462 16062189568 57617 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 7 0 0 0
[pid=370/tid=380] ppid=368 vsize=15685732 CPUtime=0 cores=1,3,5,7
/proc/370/task/380/stat : 380 (java) S 368 370 31999 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 22 0 519026462 16062189568 57625 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 3 0 0 0
[pid=370/tid=381] ppid=368 vsize=15685732 CPUtime=0 cores=1,3,5,7
/proc/370/task/381/stat : 381 (java) S 368 370 31999 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 22 0 519026463 16062189568 57633 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485784064 0 0 0 16800975 18446604465170891840 0 0 -1 1 0 0 0
[pid=370/tid=382] ppid=368 vsize=15685732 CPUtime=0 cores=1,3,5,7
/proc/370/task/382/stat : 382 (java) S 368 370 31999 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 519026463 16062189568 57641 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 3 0 0 0
[pid=370/tid=383] ppid=368 vsize=15685732 CPUtime=0 cores=1,3,5,7
/proc/370/task/383/stat : 383 (java) S 368 370 31999 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 519026463 16062189568 57649 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 1 0 0 0
[pid=370/tid=384] ppid=368 vsize=15685732 CPUtime=0 cores=1,3,5,7
/proc/370/task/384/stat : 384 (java) S 368 370 31999 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519026466 16062189568 57657 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485791153 0 4 0 16800975 18446604465170891840 0 0 -1 1 0 0 0
[pid=370/tid=385] ppid=368 vsize=15685732 CPUtime=0.13 cores=1,3,5,7
/proc/370/task/385/stat : 385 (java) S 368 370 31999 0 -1 4202560 1412 0 0 0 13 0 0 0 18 0 22 0 519026466 16062189568 57666 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 3 0 0 0
[pid=370/tid=386] ppid=368 vsize=15685732 CPUtime=0.14 cores=1,3,5,7
/proc/370/task/386/stat : 386 (java) S 368 370 31999 0 -1 4202560 2448 0 0 0 14 0 0 0 16 0 22 0 519026466 16062189568 57673 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 5 0 0 0
[pid=370/tid=387] ppid=368 vsize=15685732 CPUtime=0 cores=1,3,5,7
/proc/370/task/387/stat : 387 (java) S 368 370 31999 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519026466 16062189568 57682 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 1 0 0 0
[pid=370/tid=388] ppid=368 vsize=15685732 CPUtime=0 cores=1,3,5,7
/proc/370/task/388/stat : 388 (java) S 368 370 31999 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 519026466 16062189568 57690 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485784064 0 4 0 16800975 18446604465170891840 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 15685732

[startup+3.10126 s]
/proc/loadavg: 7.60 8.00 7.73 9/220 396
/proc/meminfo: memFree=14543912/32950928 swapFree=67111528/67111528
[pid=370] ppid=368 vsize=15693224 CPUtime=4.14 cores=1,3,5,7
/proc/370/stat : 370 (java) S 368 370 31999 0 -1 4202496 91413 0 1 0 404 10 0 0 22 0 22 0 519026461 16069861376 87646 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/370/statm: 3923306 87646 2262 9 0 3914025 0
[pid=370/tid=371] ppid=368 vsize=15693224 CPUtime=3.02 cores=1,3,5,7
/proc/370/task/371/stat : 371 (java) R 368 370 31999 0 -1 4202560 60801 0 1 0 296 6 0 0 25 0 22 0 519026462 16069861376 87646 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 46912505990590 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=370/tid=373] ppid=368 vsize=15693224 CPUtime=0.04 cores=1,3,5,7
/proc/370/task/373/stat : 373 (java) S 368 370 31999 0 -1 4202560 3463 0 0 0 4 0 0 0 16 0 22 0 519026462 16069861376 87646 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 5 0 0 0
[pid=370/tid=374] ppid=368 vsize=15693224 CPUtime=0 cores=1,3,5,7
/proc/370/task/374/stat : 374 (java) S 368 370 31999 0 -1 4202560 43 0 0 0 0 0 0 0 15 0 22 0 519026462 16069861376 87646 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 1 0 0 0
[pid=370/tid=375] ppid=368 vsize=15693224 CPUtime=0 cores=1,3,5,7
/proc/370/task/375/stat : 375 (java) S 368 370 31999 0 -1 4202560 1705 0 0 0 0 0 0 0 16 0 22 0 519026462 16069861376 87646 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 3 0 0 0
[pid=370/tid=376] ppid=368 vsize=15693224 CPUtime=0 cores=1,3,5,7
/proc/370/task/376/stat : 376 (java) S 368 370 31999 0 -1 4202560 38 0 0 0 0 0 0 0 15 0 22 0 519026462 16069861376 87646 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 3 0 0 0
[pid=370/tid=377] ppid=368 vsize=15693224 CPUtime=0.04 cores=1,3,5,7
/proc/370/task/377/stat : 377 (java) S 368 370 31999 0 -1 4202560 4711 0 0 0 4 0 0 0 16 0 22 0 519026462 16069861376 87646 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 5 0 0 0
[pid=370/tid=378] ppid=368 vsize=15693224 CPUtime=0.03 cores=1,3,5,7
/proc/370/task/378/stat : 378 (java) S 368 370 31999 0 -1 4202560 5986 0 0 0 3 0 0 0 16 0 22 0 519026462 16069861376 87646 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 7 0 0 0
[pid=370/tid=379] ppid=368 vsize=15693224 CPUtime=0 cores=1,3,5,7
/proc/370/task/379/stat : 379 (java) S 368 370 31999 0 -1 4202560 951 0 0 0 0 0 0 0 16 0 22 0 519026462 16069861376 87646 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 7 0 0 0
[pid=370/tid=380] ppid=368 vsize=15693224 CPUtime=0.02 cores=1,3,5,7
/proc/370/task/380/stat : 380 (java) S 368 370 31999 0 -1 4202560 2424 0 0 0 2 0 0 0 16 0 22 0 519026462 16069861376 87646 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 3 0 0 0
[pid=370/tid=381] ppid=368 vsize=15693224 CPUtime=0 cores=1,3,5,7
/proc/370/task/381/stat : 381 (java) S 368 370 31999 0 -1 4202560 223 0 0 0 0 0 0 0 15 0 22 0 519026463 16069861376 87646 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485784064 0 0 0 16800975 18446604465170891840 0 0 -1 1 0 0 0
[pid=370/tid=382] ppid=368 vsize=15693224 CPUtime=0 cores=1,3,5,7
/proc/370/task/382/stat : 382 (java) S 368 370 31999 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 519026463 16069861376 87646 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 3 0 0 0
[pid=370/tid=383] ppid=368 vsize=15693224 CPUtime=0 cores=1,3,5,7
/proc/370/task/383/stat : 383 (java) S 368 370 31999 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 519026463 16069861376 87646 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 1 0 0 0
[pid=370/tid=384] ppid=368 vsize=15693224 CPUtime=0 cores=1,3,5,7
/proc/370/task/384/stat : 384 (java) S 368 370 31999 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519026466 16069861376 87646 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485791153 0 4 0 16800975 18446604465170891840 0 0 -1 1 0 0 0
[pid=370/tid=385] ppid=368 vsize=15693224 CPUtime=0.41 cores=1,3,5,7
/proc/370/task/385/stat : 385 (java) S 368 370 31999 0 -1 4202560 4666 0 0 0 41 0 0 0 16 0 22 0 519026466 16069861376 87646 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 3 0 0 0
[pid=370/tid=386] ppid=368 vsize=15693224 CPUtime=0.48 cores=1,3,5,7
/proc/370/task/386/stat : 386 (java) S 368 370 31999 0 -1 4202560 4946 0 0 0 48 0 0 0 15 0 22 0 519026466 16069861376 87646 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 5 0 0 0
[pid=370/tid=387] ppid=368 vsize=15693224 CPUtime=0 cores=1,3,5,7
/proc/370/task/387/stat : 387 (java) S 368 370 31999 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519026466 16069861376 87646 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 1 0 0 0
[pid=370/tid=388] ppid=368 vsize=15693224 CPUtime=0 cores=1,3,5,7
/proc/370/task/388/stat : 388 (java) S 368 370 31999 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 519026466 16069861376 87646 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485784064 0 4 0 16800975 18446604465170891840 0 0 -1 7 0 0 0
[pid=370/tid=393] ppid=368 vsize=15693224 CPUtime=0 cores=1,3,5,7
/proc/370/task/393/stat : 393 (java) S 368 370 31999 0 -1 4202560 26 0 0 0 0 0 0 0 15 0 22 0 519026604 16069861376 87646 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485784064 0 4 0 16800975 18446604465170891840 0 0 -1 7 0 0 0
[pid=370/tid=394] ppid=368 vsize=15693224 CPUtime=0 cores=1,3,5,7
/proc/370/task/394/stat : 394 (java) S 368 370 31999 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 519026604 16069861376 87646 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485784064 0 4 0 16800975 18446604465170891840 0 0 -1 7 0 0 0
[pid=370/tid=395] ppid=368 vsize=15693224 CPUtime=0 cores=1,3,5,7
/proc/370/task/395/stat : 395 (java) S 368 370 31999 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 22 0 519026604 16069861376 87646 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485784064 0 4 0 16800975 18446604465170891840 0 0 -1 7 0 0 0
[pid=370/tid=396] ppid=368 vsize=15693224 CPUtime=0 cores=1,3,5,7
/proc/370/task/396/stat : 396 (java) S 368 370 31999 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 519026604 16069861376 87646 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485784064 0 4 0 16800975 18446604465170891840 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.14
Current children cumulated vsize (KiB) 15693224

[startup+6.3007 s]
/proc/loadavg: 7.60 8.00 7.73 6/220 396
/proc/meminfo: memFree=13675064/32950928 swapFree=67111528/67111528
[pid=370] ppid=368 vsize=15693224 CPUtime=7.5 cores=1,3,5,7
/proc/370/stat : 370 (java) S 368 370 31999 0 -1 4202496 91457 0 1 0 740 10 0 0 22 0 22 0 519026461 16069861376 87006 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/370/statm: 3923306 87006 2275 9 0 3914025 0
[pid=370/tid=371] ppid=368 vsize=15693224 CPUtime=6.22 cores=1,3,5,7
/proc/370/task/371/stat : 371 (java) R 368 370 31999 0 -1 4202560 60808 0 1 0 616 6 0 0 25 0 22 0 519026462 16069861376 87006 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 46912506014160 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=370/tid=373] ppid=368 vsize=15693224 CPUtime=0.04 cores=1,3,5,7
/proc/370/task/373/stat : 373 (java) S 368 370 31999 0 -1 4202560 3463 0 0 0 4 0 0 0 16 0 22 0 519026462 16069861376 87006 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 5 0 0 0
[pid=370/tid=374] ppid=368 vsize=15693224 CPUtime=0 cores=1,3,5,7
/proc/370/task/374/stat : 374 (java) S 368 370 31999 0 -1 4202560 43 0 0 0 0 0 0 0 15 0 22 0 519026462 16069861376 87006 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 1 0 0 0
[pid=370/tid=375] ppid=368 vsize=15693224 CPUtime=0 cores=1,3,5,7
/proc/370/task/375/stat : 375 (java) S 368 370 31999 0 -1 4202560 1705 0 0 0 0 0 0 0 16 0 22 0 519026462 16069861376 87006 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 3 0 0 0
[pid=370/tid=376] ppid=368 vsize=15693224 CPUtime=0 cores=1,3,5,7
/proc/370/task/376/stat : 376 (java) S 368 370 31999 0 -1 4202560 38 0 0 0 0 0 0 0 15 0 22 0 519026462 16069861376 87006 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 3 0 0 0
[pid=370/tid=377] ppid=368 vsize=15693224 CPUtime=0.04 cores=1,3,5,7
/proc/370/task/377/stat : 377 (java) S 368 370 31999 0 -1 4202560 4711 0 0 0 4 0 0 0 16 0 22 0 519026462 16069861376 87006 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 5 0 0 0
[pid=370/tid=378] ppid=368 vsize=15693224 CPUtime=0.03 cores=1,3,5,7
/proc/370/task/378/stat : 378 (java) S 368 370 31999 0 -1 4202560 5986 0 0 0 3 0 0 0 16 0 22 0 519026462 16069861376 87006 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 7 0 0 0
[pid=370/tid=379] ppid=368 vsize=15693224 CPUtime=0 cores=1,3,5,7
/proc/370/task/379/stat : 379 (java) S 368 370 31999 0 -1 4202560 951 0 0 0 0 0 0 0 16 0 22 0 519026462 16069861376 87006 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 7 0 0 0
[pid=370/tid=380] ppid=368 vsize=15693224 CPUtime=0.02 cores=1,3,5,7
/proc/370/task/380/stat : 380 (java) S 368 370 31999 0 -1 4202560 2424 0 0 0 2 0 0 0 16 0 22 0 519026462 16069861376 87006 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 3 0 0 0
[pid=370/tid=381] ppid=368 vsize=15693224 CPUtime=0 cores=1,3,5,7
/proc/370/task/381/stat : 381 (java) S 368 370 31999 0 -1 4202560 224 0 0 0 0 0 0 0 15 0 22 0 519026463 16069861376 87006 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485784064 0 0 0 16800975 18446604465170891840 0 0 -1 1 0 0 0
[pid=370/tid=382] ppid=368 vsize=15693224 CPUtime=0 cores=1,3,5,7
/proc/370/task/382/stat : 382 (java) S 368 370 31999 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 519026463 16069861376 87006 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 3 0 0 0
[pid=370/tid=383] ppid=368 vsize=15693224 CPUtime=0 cores=1,3,5,7
/proc/370/task/383/stat : 383 (java) S 368 370 31999 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 519026463 16069861376 87006 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 1 0 0 0
[pid=370/tid=384] ppid=368 vsize=15693224 CPUtime=0 cores=1,3,5,7
/proc/370/task/384/stat : 384 (java) S 368 370 31999 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519026466 16069861376 87006 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485791153 0 4 0 16800975 18446604465170891840 0 0 -1 1 0 0 0

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

/proc/370/task/377/stat : 377 (java) S 368 370 31999 0 -1 4202560 345047 0 0 0 615 59 0 0 16 0 22 0 519026462 16136970240 3808673 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 7 0 0 0
[pid=370/tid=378] ppid=368 vsize=15758760 CPUtime=9.42 cores=1,3,5,7
/proc/370/task/378/stat : 378 (java) S 368 370 31999 0 -1 4202560 599876 0 0 0 840 102 0 0 16 0 22 0 519026462 16136970240 3808673 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 1 0 0 0
[pid=370/tid=379] ppid=368 vsize=15758760 CPUtime=7.25 cores=1,3,5,7
/proc/370/task/379/stat : 379 (java) S 368 370 31999 0 -1 4202560 427933 0 0 0 647 78 0 0 16 0 22 0 519026462 16136970240 3808673 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 1 0 0 0
[pid=370/tid=380] ppid=368 vsize=15758760 CPUtime=8.89 cores=1,3,5,7
/proc/370/task/380/stat : 380 (java) S 368 370 31999 0 -1 4202560 428370 0 0 0 814 75 0 0 16 0 22 0 519026462 16136970240 3808673 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 1 0 0 0
[pid=370/tid=381] ppid=368 vsize=15758760 CPUtime=110.57 cores=1,3,5,7
/proc/370/task/381/stat : 381 (java) R 368 370 31999 0 -1 4202560 299472 0 0 0 11019 38 0 0 19 0 22 0 519026463 16136970240 3808673 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485793461 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=370/tid=382] ppid=368 vsize=15758760 CPUtime=0 cores=1,3,5,7
/proc/370/task/382/stat : 382 (java) S 368 370 31999 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 519026463 16136970240 3808673 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 1 0 0 0
[pid=370/tid=383] ppid=368 vsize=15758760 CPUtime=0 cores=1,3,5,7
/proc/370/task/383/stat : 383 (java) S 368 370 31999 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 519026463 16136970240 3808673 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 7 0 0 0
[pid=370/tid=384] ppid=368 vsize=15758760 CPUtime=0 cores=1,3,5,7
/proc/370/task/384/stat : 384 (java) S 368 370 31999 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519026466 16136970240 3808673 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485791153 0 4 0 16800975 18446604465170891840 0 0 -1 1 0 0 0
[pid=370/tid=385] ppid=368 vsize=15758760 CPUtime=1.04 cores=1,3,5,7
/proc/370/task/385/stat : 385 (java) S 368 370 31999 0 -1 4202560 5571 0 0 0 104 0 0 0 16 0 22 0 519026466 16136970240 3808673 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 7 0 0 0
[pid=370/tid=386] ppid=368 vsize=15758760 CPUtime=1.09 cores=1,3,5,7
/proc/370/task/386/stat : 386 (java) S 368 370 31999 0 -1 4202560 5006 0 0 0 109 0 0 0 15 0 22 0 519026466 16136970240 3808673 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 1 0 0 0
[pid=370/tid=387] ppid=368 vsize=15758760 CPUtime=0 cores=1,3,5,7
/proc/370/task/387/stat : 387 (java) S 368 370 31999 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519026466 16136970240 3808673 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 1 0 0 0
[pid=370/tid=388] ppid=368 vsize=15758760 CPUtime=0 cores=1,3,5,7
/proc/370/task/388/stat : 388 (java) S 368 370 31999 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 22 0 519026466 16136970240 3808673 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485784064 0 4 0 16800975 18446604465170891840 0 0 -1 3 0 0 0
[pid=370/tid=393] ppid=368 vsize=15758760 CPUtime=957.11 cores=1,3,5,7
/proc/370/task/393/stat : 393 (java) R 368 370 31999 0 -1 4202560 100 0 0 0 95711 0 0 0 17 0 22 0 519026604 16136970240 3808673 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 46912506013944 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=370/tid=394] ppid=368 vsize=15758760 CPUtime=957.6 cores=1,3,5,7
/proc/370/task/394/stat : 394 (java) R 368 370 31999 0 -1 4202560 73 0 0 0 95760 0 0 0 17 0 22 0 519026604 16136970240 3808673 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 46912505583575 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=370/tid=395] ppid=368 vsize=15758760 CPUtime=955.59 cores=1,3,5,7
/proc/370/task/395/stat : 395 (java) R 368 370 31999 0 -1 4202560 10612 0 0 0 95558 1 0 0 17 0 22 0 519026604 16136970240 3808673 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 46912506064467 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=370/tid=396] ppid=368 vsize=15758760 CPUtime=957.1 cores=1,3,5,7
/proc/370/task/396/stat : 396 (java) R 368 370 31999 0 -1 4202560 11707 0 0 0 95709 1 0 0 17 0 22 0 519026604 16136970240 3808673 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 46912506197715 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4046.94
Current children cumulated vsize (KiB) 15758760

[startup+1242.3 s]
/proc/loadavg: 4.22 6.78 7.38 2/193 471
/proc/meminfo: memFree=3958272/32950928 swapFree=67111528/67111528
[pid=370] ppid=368 vsize=15758760 CPUtime=4148.75 cores=1,3,5,7
/proc/370/stat : 370 (java) S 368 370 31999 0 -1 4202496 3886305 0 1 0 414213 662 0 0 22 0 22 0 519026461 16136970240 3808673 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/370/statm: 3939690 3808673 2293 9 0 3930409 0
[pid=370/tid=371] ppid=368 vsize=15758760 CPUtime=40.61 cores=1,3,5,7
/proc/370/task/371/stat : 371 (java) S 368 370 31999 0 -1 4202560 117755 0 1 0 4047 14 0 0 25 0 22 0 519026462 16136970240 3808673 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 1 0 0 0
[pid=370/tid=373] ppid=368 vsize=15758760 CPUtime=7.08 cores=1,3,5,7
/proc/370/task/373/stat : 373 (java) S 368 370 31999 0 -1 4202560 326620 0 0 0 652 56 0 0 16 0 22 0 519026462 16136970240 3808673 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 3 0 0 0
[pid=370/tid=374] ppid=368 vsize=15758760 CPUtime=9.1 cores=1,3,5,7
/proc/370/task/374/stat : 374 (java) S 368 370 31999 0 -1 4202560 516480 0 0 0 820 90 0 0 15 0 22 0 519026462 16136970240 3808673 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 7 0 0 0
[pid=370/tid=375] ppid=368 vsize=15758760 CPUtime=8.92 cores=1,3,5,7
/proc/370/task/375/stat : 375 (java) S 368 370 31999 0 -1 4202560 387371 0 0 0 822 70 0 0 16 0 22 0 519026462 16136970240 3808673 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 3 0 0 0
[pid=370/tid=376] ppid=368 vsize=15758760 CPUtime=8.65 cores=1,3,5,7
/proc/370/task/376/stat : 376 (java) S 368 370 31999 0 -1 4202560 402661 0 0 0 798 67 0 0 15 0 22 0 519026462 16136970240 3808673 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 3 0 0 0
[pid=370/tid=377] ppid=368 vsize=15758760 CPUtime=6.74 cores=1,3,5,7
/proc/370/task/377/stat : 377 (java) S 368 370 31999 0 -1 4202560 345047 0 0 0 615 59 0 0 16 0 22 0 519026462 16136970240 3808673 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 7 0 0 0
[pid=370/tid=378] ppid=368 vsize=15758760 CPUtime=9.42 cores=1,3,5,7
/proc/370/task/378/stat : 378 (java) S 368 370 31999 0 -1 4202560 599876 0 0 0 840 102 0 0 16 0 22 0 519026462 16136970240 3808673 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 1 0 0 0
[pid=370/tid=379] ppid=368 vsize=15758760 CPUtime=7.25 cores=1,3,5,7
/proc/370/task/379/stat : 379 (java) S 368 370 31999 0 -1 4202560 427933 0 0 0 647 78 0 0 16 0 22 0 519026462 16136970240 3808673 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 1 0 0 0
[pid=370/tid=380] ppid=368 vsize=15758760 CPUtime=8.89 cores=1,3,5,7
/proc/370/task/380/stat : 380 (java) S 368 370 31999 0 -1 4202560 428370 0 0 0 814 75 0 0 16 0 22 0 519026462 16136970240 3808673 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 1 0 0 0
[pid=370/tid=381] ppid=368 vsize=15758760 CPUtime=156.61 cores=1,3,5,7
/proc/370/task/381/stat : 381 (java) R 368 370 31999 0 -1 4202560 299476 0 0 0 15621 40 0 0 25 0 22 0 519026463 16136970240 3808673 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 47288400638268 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=370/tid=382] ppid=368 vsize=15758760 CPUtime=0 cores=1,3,5,7
/proc/370/task/382/stat : 382 (java) S 368 370 31999 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 519026463 16136970240 3808673 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 1 0 0 0
[pid=370/tid=383] ppid=368 vsize=15758760 CPUtime=0 cores=1,3,5,7
/proc/370/task/383/stat : 383 (java) S 368 370 31999 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 519026463 16136970240 3808673 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 7 0 0 0
[pid=370/tid=384] ppid=368 vsize=15758760 CPUtime=0 cores=1,3,5,7
/proc/370/task/384/stat : 384 (java) S 368 370 31999 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519026466 16136970240 3808673 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485791153 0 4 0 16800975 18446604465170891840 0 0 -1 1 0 0 0
[pid=370/tid=385] ppid=368 vsize=15758760 CPUtime=1.04 cores=1,3,5,7
/proc/370/task/385/stat : 385 (java) S 368 370 31999 0 -1 4202560 5571 0 0 0 104 0 0 0 16 0 22 0 519026466 16136970240 3808673 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 7 0 0 0
[pid=370/tid=386] ppid=368 vsize=15758760 CPUtime=1.09 cores=1,3,5,7
/proc/370/task/386/stat : 386 (java) S 368 370 31999 0 -1 4202560 5007 0 0 0 109 0 0 0 15 0 22 0 519026466 16136970240 3808673 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 1 0 0 0
[pid=370/tid=387] ppid=368 vsize=15758760 CPUtime=0 cores=1,3,5,7
/proc/370/task/387/stat : 387 (java) S 368 370 31999 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519026466 16136970240 3808673 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 1 0 0 0
[pid=370/tid=388] ppid=368 vsize=15758760 CPUtime=0 cores=1,3,5,7
/proc/370/task/388/stat : 388 (java) S 368 370 31999 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 22 0 519026466 16136970240 3808673 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485784064 0 4 0 16800975 18446604465170891840 0 0 -1 3 0 0 0
[pid=370/tid=393] ppid=368 vsize=15758760 CPUtime=971.08 cores=1,3,5,7
/proc/370/task/393/stat : 393 (java) S 368 370 31999 0 -1 4202560 108 0 0 0 97108 0 0 0 15 0 22 0 519026604 16136970240 3808673 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 1 0 0 0
[pid=370/tid=394] ppid=368 vsize=15758760 CPUtime=971.5 cores=1,3,5,7
/proc/370/task/394/stat : 394 (java) S 368 370 31999 0 -1 4202560 163 0 0 0 97150 0 0 0 15 0 22 0 519026604 16136970240 3808673 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 5 0 0 0
[pid=370/tid=395] ppid=368 vsize=15758760 CPUtime=969.55 cores=1,3,5,7
/proc/370/task/395/stat : 395 (java) S 368 370 31999 0 -1 4202560 10614 0 0 0 96954 1 0 0 15 0 22 0 519026604 16136970240 3808673 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 7 0 0 0
[pid=370/tid=396] ppid=368 vsize=15758760 CPUtime=971.06 cores=1,3,5,7
/proc/370/task/396/stat : 396 (java) S 368 370 31999 0 -1 4202560 11795 0 0 0 97105 1 0 0 15 0 22 0 519026604 16136970240 3808673 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4148.75
Current children cumulated vsize (KiB) 15758760



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.28 5.81 7.01 2/193 472
/proc/meminfo: memFree=3958252/32950928 swapFree=67111528/67111528
[pid=370] ppid=368 vsize=15758760 CPUtime=4206.61 cores=1,3,5,7
/proc/370/stat : 370 (java) S 368 370 31999 0 -1 4202496 3886559 0 1 0 419995 666 0 0 22 0 22 0 519026461 16136970240 3808673 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/370/statm: 3939690 3808673 2293 9 0 3930409 0
[pid=370/tid=371] ppid=368 vsize=15758760 CPUtime=40.61 cores=1,3,5,7
/proc/370/task/371/stat : 371 (java) S 368 370 31999 0 -1 4202560 117755 0 1 0 4047 14 0 0 25 0 22 0 519026462 16136970240 3808673 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 1 0 0 0
[pid=370/tid=373] ppid=368 vsize=15758760 CPUtime=7.08 cores=1,3,5,7
/proc/370/task/373/stat : 373 (java) S 368 370 31999 0 -1 4202560 326620 0 0 0 652 56 0 0 16 0 22 0 519026462 16136970240 3808673 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 3 0 0 0
[pid=370/tid=374] ppid=368 vsize=15758760 CPUtime=9.1 cores=1,3,5,7
/proc/370/task/374/stat : 374 (java) S 368 370 31999 0 -1 4202560 516480 0 0 0 820 90 0 0 15 0 22 0 519026462 16136970240 3808673 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 7 0 0 0
[pid=370/tid=375] ppid=368 vsize=15758760 CPUtime=8.92 cores=1,3,5,7
/proc/370/task/375/stat : 375 (java) S 368 370 31999 0 -1 4202560 387371 0 0 0 822 70 0 0 16 0 22 0 519026462 16136970240 3808673 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 3 0 0 0
[pid=370/tid=376] ppid=368 vsize=15758760 CPUtime=8.65 cores=1,3,5,7
/proc/370/task/376/stat : 376 (java) S 368 370 31999 0 -1 4202560 402661 0 0 0 798 67 0 0 15 0 22 0 519026462 16136970240 3808673 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 3 0 0 0
[pid=370/tid=377] ppid=368 vsize=15758760 CPUtime=6.74 cores=1,3,5,7
/proc/370/task/377/stat : 377 (java) S 368 370 31999 0 -1 4202560 345047 0 0 0 615 59 0 0 16 0 22 0 519026462 16136970240 3808673 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 7 0 0 0
[pid=370/tid=378] ppid=368 vsize=15758760 CPUtime=9.42 cores=1,3,5,7
/proc/370/task/378/stat : 378 (java) S 368 370 31999 0 -1 4202560 599876 0 0 0 840 102 0 0 16 0 22 0 519026462 16136970240 3808673 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 1 0 0 0
[pid=370/tid=379] ppid=368 vsize=15758760 CPUtime=7.25 cores=1,3,5,7
/proc/370/task/379/stat : 379 (java) S 368 370 31999 0 -1 4202560 427933 0 0 0 647 78 0 0 16 0 22 0 519026462 16136970240 3808673 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 1 0 0 0
[pid=370/tid=380] ppid=368 vsize=15758760 CPUtime=8.89 cores=1,3,5,7
/proc/370/task/380/stat : 380 (java) S 368 370 31999 0 -1 4202560 428370 0 0 0 814 75 0 0 16 0 22 0 519026462 16136970240 3808673 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 1 0 0 0
[pid=370/tid=381] ppid=368 vsize=15758760 CPUtime=214.26 cores=1,3,5,7
/proc/370/task/381/stat : 381 (java) R 368 370 31999 0 -1 4202560 299481 0 0 0 21385 41 0 0 25 0 22 0 519026463 16136970240 3808673 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 47288400613696 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=370/tid=382] ppid=368 vsize=15758760 CPUtime=0 cores=1,3,5,7
/proc/370/task/382/stat : 382 (java) S 368 370 31999 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 519026463 16136970240 3808673 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 1 0 0 0
[pid=370/tid=383] ppid=368 vsize=15758760 CPUtime=0 cores=1,3,5,7
/proc/370/task/383/stat : 383 (java) S 368 370 31999 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 519026463 16136970240 3808673 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 7 0 0 0
[pid=370/tid=384] ppid=368 vsize=15758760 CPUtime=0 cores=1,3,5,7
/proc/370/task/384/stat : 384 (java) S 368 370 31999 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519026466 16136970240 3808673 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485791153 0 4 0 16800975 18446604465170891840 0 0 -1 1 0 0 0
[pid=370/tid=385] ppid=368 vsize=15758760 CPUtime=1.04 cores=1,3,5,7
/proc/370/task/385/stat : 385 (java) S 368 370 31999 0 -1 4202560 5571 0 0 0 104 0 0 0 16 0 22 0 519026466 16136970240 3808673 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 7 0 0 0
[pid=370/tid=386] ppid=368 vsize=15758760 CPUtime=1.09 cores=1,3,5,7
/proc/370/task/386/stat : 386 (java) S 368 370 31999 0 -1 4202560 5007 0 0 0 109 0 0 0 15 0 22 0 519026466 16136970240 3808673 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 1 0 0 0
[pid=370/tid=387] ppid=368 vsize=15758760 CPUtime=0 cores=1,3,5,7
/proc/370/task/387/stat : 387 (java) S 368 370 31999 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519026466 16136970240 3808673 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 1 0 0 0
[pid=370/tid=388] ppid=368 vsize=15758760 CPUtime=0 cores=1,3,5,7
/proc/370/task/388/stat : 388 (java) S 368 370 31999 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 22 0 519026466 16136970240 3808673 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485784064 0 4 0 16800975 18446604465170891840 0 0 -1 3 0 0 0
[pid=370/tid=393] ppid=368 vsize=15758760 CPUtime=971.15 cores=1,3,5,7
/proc/370/task/393/stat : 393 (java) S 368 370 31999 0 -1 4202560 112 0 0 0 97114 1 0 0 15 0 22 0 519026604 16136970240 3808673 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 7 0 0 0
[pid=370/tid=394] ppid=368 vsize=15758760 CPUtime=971.54 cores=1,3,5,7
/proc/370/task/394/stat : 394 (java) S 368 370 31999 0 -1 4202560 289 0 0 0 97153 1 0 0 15 0 22 0 519026604 16136970240 3808673 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 5 0 0 0
[pid=370/tid=395] ppid=368 vsize=15758760 CPUtime=969.62 cores=1,3,5,7
/proc/370/task/395/stat : 395 (java) S 368 370 31999 0 -1 4202560 10614 0 0 0 96960 2 0 0 15 0 22 0 519026604 16136970240 3808673 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 1 0 0 0
[pid=370/tid=396] ppid=368 vsize=15758760 CPUtime=971.09 cores=1,3,5,7
/proc/370/task/396/stat : 396 (java) S 368 370 31999 0 -1 4202560 11911 0 0 0 97108 1 0 0 15 0 22 0 519026604 16136970240 3808673 33554432000 1073741824 1073778376 140735332955216 18446744073709551615 274485783449 0 4 0 16800975 18446604465170891840 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4206.61
Current children cumulated vsize (KiB) 15758760

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -370

[startup+1302.3 s]
/proc/loadavg: 2.18 5.73 6.98 2/195 475
/proc/meminfo: memFree=3958236/32950928 swapFree=67111528/67111528
[pid=370] ppid=368 vsize=0 CPUtime=4208.91 cores=1,3,5,7
/proc/370/stat : 370 (java) Z 368 370 31999 0 -1 4203548 3886582 0 1 0 420197 694 0 0 18 0 2 0 519026461 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/370/statm: 0 0 0 0 0 0 0
[pid=370/tid=387] ppid=368 vsize=0 CPUtime=0.28 cores=1,3,5,7
/proc/370/task/387/stat : 387 (java) R 368 370 31999 0 -1 4203588 1 0 0 0 0 28 0 0 18 0 2 0 519026466 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4208.91
Current children cumulated vsize (KiB) 0

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

[startup+1302.5 s]
/proc/loadavg: 2.18 5.73 6.98 2/195 475
/proc/meminfo: memFree=3958236/32950928 swapFree=67111528/67111528
[pid=370] ppid=368 vsize=0 CPUtime=4209.11 cores=1,3,5,7
/proc/370/stat : 370 (java) Z 368 370 31999 0 -1 4203548 3886582 0 1 0 420197 714 0 0 18 0 2 0 519026461 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/370/statm: 0 0 0 0 0 0 0
[pid=370/tid=387] ppid=368 vsize=0 CPUtime=0.48 cores=1,3,5,7
/proc/370/task/387/stat : 387 (java) R 368 370 31999 0 -1 4203588 1 0 0 0 0 48 0 0 18 0 2 0 519026466 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4209.11
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.59
CPU time (s): 4209.21
CPU user time (s): 4201.98
CPU system time (s): 7.2339
CPU usage (%): 323.141
Max. virtual memory (cumulated for all children) (KiB): 15759788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4201.98
system time used= 7.2339
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3886582
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= 41058
involuntary context switches= 78606

runsolver used 2.15667 second user time and 4.99524 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-29 12:51:08
IDJOB=3312259
IDBENCH=20406
IDSOLVER=1698
FILE ID=node125/3312259-1304074268
RUNJOBID= node125-1304074268-334
PBS_JOBID= 13170462
Free space on /tmp= 72756 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT07/industrial/palacios/hard/sortnet-7-ipc5-h15-unsat.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312259-1304074268/watcher-3312259-1304074268 -o /tmp/evaluation-result-3312259-1304074268/solver-3312259-1304074268 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312259-1304074268.cnf -hbr 2

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

MD5SUM BENCH= 0683489092a5eb0c881dd17c2c45d08e
RANDOM SEED=7737110

node125.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15078668 kB
Buffers:       2219668 kB
Cached:       15031464 kB
SwapCached:          0 kB
Active:        9161648 kB
Inactive:      8178324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15078668 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            9816 kB
Writeback:           0 kB
AnonPages:       88076 kB
Mapped:          23024 kB
Slab:           469060 kB
PageTables:       4852 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   780300 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= 72756 MiB
End job on node125 at 2011-04-29 13:12:51