Trace number 3285211

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
SAT4J core 2.3.0 SNAPSHOT 2011-02-06? (TO) 1300.92 1300.12

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-36-0.170-NOTKNOWN.cnf
MD5SUMb2bd2d58188a586bf0d0cd0e6e92fedd
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark29.9444
Satisfiable
(Un)Satisfiability was proved
Number of variables693135
Number of clauses12437620
Sum of the clauses size27113720
Maximum clause length1334
Minimum clause length1
Number of clauses of size 11440
Number of clauses of size 211958480
Number of clauses of size 3452880
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 524820

Solver Data

0.07/0.91	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.91	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.91	c See www.sat4j.org for details.
0.07/0.93	c no version file found!!!
0.07/0.93	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.93	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.93	c java.vm.version	19.1-b02
0.07/0.93	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.93	c sun.arch.data.model	64
0.07/0.93	c java.version		1.6.0_24
0.07/0.93	c os.name		Linux
0.07/0.93	c os.version		2.6.18-164.el5
0.07/0.93	c os.arch		amd64
0.07/0.93	c Free memory 		6997539544
0.07/0.93	c Max memory 		7034241024
0.07/0.93	c Total memory 		7034241024
0.07/0.93	c Number of processors 	8
0.07/0.96	c --- Begin Solver configuration ---
0.07/0.96	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@64578ceb
0.07/0.96	c Learn all clauses as in MiniSAT
0.07/0.96	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.07/0.96	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.07/0.96	c Expensive reason simplification
0.07/0.96	c Armin Biere (Picosat) restarts strategy
0.07/0.96	c Glucose learned constraints deletion strategy
0.07/0.96	c timeout=2147483647s
0.07/0.96	c DB Simplification allowed=true
0.07/0.96	c --- End Solver configuration ---
0.07/0.96	c solving HOME/instance-3285211-1303766982.cnf
0.07/0.96	c reading problem ... 
8.53/9.33	c ... done. Wall clock time 8.372s.
8.53/9.33	c #vars     693135
8.53/9.33	c #constraints  11539594
8.53/9.33	c constraints type 
8.53/9.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 444937
8.53/9.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 11046559
128.57/129.01	c cleaning 2046 clauses out of 4117 with flag 5001/5001
445.44/445.11	c cleaning 3990 clauses out of 8061 with flag 11002/11002
574.02/573.68	c cleaning 5471 clauses out of 11055 with flag 18000/18000
703.01/702.51	c cleaning 6674 clauses out of 13591 with flag 26010/26010
938.31/937.78	c cleaning 7877 clauses out of 15904 with flag 35001/35001
1108.10/1107.48	c cleaning 8980 clauses out of 18013 with flag 45000/45000
1300.79/1300.01	c starts		: 225
1300.79/1300.01	c conflicts		: 52795
1300.79/1300.01	c decisions		: 2105412
1300.79/1300.01	c propagations		: 659403856
1300.79/1300.01	c inspects		: 2421608301
1300.79/1300.01	c shortcuts		: 0
1300.79/1300.01	c learnt literals	: 315
1300.79/1300.01	c learnt binary clauses	: 250
1300.79/1300.01	c learnt ternary clauses	: 444
1300.79/1300.01	c learnt constraints	: 52479
1300.79/1300.01	c ignored constraints	: 0
1300.79/1300.01	c root simplifications	: 540
1300.79/1300.01	c removed literals (reason simplification)	: 14671185
1300.79/1300.01	c reason swapping (by a shorter reason)	: 0
1300.79/1300.01	c Calls to reduceDB	: 6
1300.79/1300.01	c speed (assignments/second)	: 510899.24093864206
1300.79/1300.01	c non guided choices	4067
1300.79/1300.04	c learnt constraints type 
1300.79/1300.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 193
1300.79/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 16627
1300.79/1300.04	c constraints type 
1300.79/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 444937
1300.79/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 11046559
1300.79/1300.04	s UNKNOWN
1300.79/1300.04	c Total wall clock time (in seconds) : 1299.049

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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-3285211-1303766982/watcher-3285211-1303766982 -o /tmp/evaluation-result-3285211-1303766982/solver-3285211-1303766982 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3285211-1303766982.cnf 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 2.47 1.42 2.19 4/235 30832
/proc/meminfo: memFree=17249572/32951132 swapFree=67111528/67111528
[pid=30832] ppid=30830 vsize=11800 CPUtime=0 cores=5,7
/proc/30832/stat : 30832 (runsolver) S 30830 30832 28714 0 -1 4202560 43 0 0 0 0 0 0 0 21 0 1 0 488299427 12083200 51 33554432000 4194304 5434984 140733705510256 18446744073709551615 4881607 0 2147483391 4096 24578 18446744071699870519 0 0 17 5 0 0 0
/proc/30832/statm: 2950 51 31 303 0 2644 0

[startup+0.025894 s]
/proc/loadavg: 2.47 1.42 2.19 4/235 30832
/proc/meminfo: memFree=17249572/32951132 swapFree=67111528/67111528
[pid=30832] ppid=30830 vsize=2464 CPUtime=0 cores=5,7
/proc/30832/stat : 30832 (java) S 30830 30832 28714 0 -1 4194304 92 0 0 0 0 0 0 0 22 0 1 0 488299427 2523136 45 33554432000 1073741824 1073778376 140737166038304 18446744073709551615 274659884679 0 2147483391 4096 0 18446744071699109054 0 0 17 7 0 0 0
/proc/30832/statm: 616 45 35 9 0 27 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2464

[startup+0.100422 s]
/proc/loadavg: 2.47 1.42 2.19 4/235 30832
/proc/meminfo: memFree=17249572/32951132 swapFree=67111528/67111528
[pid=30832] ppid=30830 vsize=9100 CPUtime=0 cores=5,7
/proc/30832/stat : 30832 (java) S 30830 30832 28714 0 -1 4202496 237 0 0 0 0 0 0 0 22 0 1 0 488299427 9318400 172 33554432000 1073741824 1073778376 140737166038304 18446744073709551615 274664629239 0 2147483391 4096 0 18446744071699109054 0 0 17 7 0 0 0
/proc/30832/statm: 2275 172 131 9 0 67 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9100

[startup+0.300383 s]
/proc/loadavg: 2.47 1.42 2.19 4/235 30832
/proc/meminfo: memFree=17249572/32951132 swapFree=67111528/67111528
[pid=30832] ppid=30830 vsize=9100 CPUtime=0 cores=5,7
/proc/30832/stat : 30832 (java) S 30830 30832 28714 0 -1 4202496 237 0 0 0 0 0 0 0 22 0 1 0 488299427 9318400 172 33554432000 1073741824 1073778376 140737166038304 18446744073709551615 274664629239 0 2147483391 4096 0 18446744071699109054 0 0 17 7 0 0 0
/proc/30832/statm: 2275 172 131 9 0 67 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9100

[startup+0.700299 s]
/proc/loadavg: 2.47 1.42 2.19 4/235 30832
/proc/meminfo: memFree=17249572/32951132 swapFree=67111528/67111528
[pid=30832] ppid=30830 vsize=7531504 CPUtime=0.02 cores=5,7
/proc/30832/stat : 30832 (java) S 30830 30832 28714 0 -1 4202496 2533 0 1 0 0 2 0 0 19 0 2 0 488299427 7712260096 2234 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676611045 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/30832/statm: 1882876 2256 910 9 0 1874032 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 7531504

[startup+1.50116 s]
/proc/loadavg: 2.47 1.42 2.19 7/258 30855
/proc/meminfo: memFree=17088880/32951132 swapFree=67111528/67111528
[pid=30832] ppid=30830 vsize=7637160 CPUtime=0.73 cores=5,7
/proc/30832/stat : 30832 (java) S 30830 30832 28714 0 -1 4202496 31426 0 1 0 65 8 0 0 19 0 18 0 488299427 7820451840 30972 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30832/statm: 1909290 30972 2196 9 0 1900028 0
[pid=30832/tid=30834] ppid=30830 vsize=7637160 CPUtime=0.6 cores=5,7
/proc/30832/task/30834/stat : 30834 (java) R 30830 30832 28714 0 -1 4202560 29026 0 1 0 54 6 0 0 25 0 18 0 488299464 7820451840 30973 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 46912505551923 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=30832/tid=30840] ppid=30830 vsize=7637160 CPUtime=0 cores=5,7
/proc/30832/task/30840/stat : 30840 (java) S 30830 30832 28714 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 488299498 7820451840 30973 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30841] ppid=30830 vsize=7637160 CPUtime=0 cores=5,7
/proc/30832/task/30841/stat : 30841 (java) S 30830 30832 28714 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 488299498 7820451840 30973 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30842] ppid=30830 vsize=7637160 CPUtime=0 cores=5,7
/proc/30832/task/30842/stat : 30842 (java) S 30830 30832 28714 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 488299498 7820451840 30973 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30843] ppid=30830 vsize=7637160 CPUtime=0 cores=5,7
/proc/30832/task/30843/stat : 30843 (java) S 30830 30832 28714 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 488299498 7820451840 30973 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30844] ppid=30830 vsize=7637160 CPUtime=0 cores=5,7
/proc/30832/task/30844/stat : 30844 (java) S 30830 30832 28714 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 488299498 7820451840 30973 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30845] ppid=30830 vsize=7637160 CPUtime=0 cores=5,7
/proc/30832/task/30845/stat : 30845 (java) S 30830 30832 28714 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 488299498 7820451840 30974 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30846] ppid=30830 vsize=7637160 CPUtime=0 cores=5,7
/proc/30832/task/30846/stat : 30846 (java) S 30830 30832 28714 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 488299498 7820451840 30974 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30847] ppid=30830 vsize=7637160 CPUtime=0 cores=5,7
/proc/30832/task/30847/stat : 30847 (java) S 30830 30832 28714 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 488299498 7820451840 30974 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30848] ppid=30830 vsize=7637160 CPUtime=0 cores=5,7
/proc/30832/task/30848/stat : 30848 (java) S 30830 30832 28714 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 18 0 488299504 7820451840 30975 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624896 0 0 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30849] ppid=30830 vsize=7637160 CPUtime=0 cores=5,7
/proc/30832/task/30849/stat : 30849 (java) S 30830 30832 28714 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 488299504 7820451840 30975 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30850] ppid=30830 vsize=7637160 CPUtime=0 cores=5,7
/proc/30832/task/30850/stat : 30850 (java) S 30830 30832 28714 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 18 0 488299504 7820451840 30975 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30851] ppid=30830 vsize=7637160 CPUtime=0 cores=5,7
/proc/30832/task/30851/stat : 30851 (java) S 30830 30832 28714 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 488299517 7820451840 30975 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676631985 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30852] ppid=30830 vsize=7637160 CPUtime=0.07 cores=5,7
/proc/30832/task/30852/stat : 30852 (java) S 30830 30832 28714 0 -1 4202560 511 0 0 0 7 0 0 0 19 0 18 0 488299517 7820451840 30976 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30853] ppid=30830 vsize=7637160 CPUtime=0.03 cores=5,7
/proc/30832/task/30853/stat : 30853 (java) S 30830 30832 28714 0 -1 4202560 739 0 0 0 3 0 0 0 20 0 18 0 488299518 7820451840 30976 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
[pid=30832/tid=30854] ppid=30830 vsize=7637160 CPUtime=0 cores=5,7
/proc/30832/task/30854/stat : 30854 (java) S 30830 30832 28714 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 488299518 7820451840 30976 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30855] ppid=30830 vsize=7637160 CPUtime=0 cores=5,7
/proc/30832/task/30855/stat : 30855 (java) S 30830 30832 28714 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 488299518 7820451840 30977 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624896 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 7637160

[startup+3.10089 s]
/proc/loadavg: 2.47 1.42 2.19 5/258 30855
/proc/meminfo: memFree=16968408/32951132 swapFree=67111528/67111528
[pid=30832] ppid=30830 vsize=7637160 CPUtime=2.33 cores=5,7
/proc/30832/stat : 30832 (java) S 30830 30832 28714 0 -1 4202496 67974 0 1 0 219 14 0 0 19 0 18 0 488299427 7820451840 67476 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30832/statm: 1909290 67477 2199 9 0 1900028 0
[pid=30832/tid=30834] ppid=30830 vsize=7637160 CPUtime=2.18 cores=5,7
/proc/30832/task/30834/stat : 30834 (java) R 30830 30832 28714 0 -1 4202560 65524 0 1 0 206 12 0 0 25 0 18 0 488299464 7820451840 67477 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 46912505553020 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=30832/tid=30840] ppid=30830 vsize=7637160 CPUtime=0 cores=5,7
/proc/30832/task/30840/stat : 30840 (java) S 30830 30832 28714 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 488299498 7820451840 67478 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30841] ppid=30830 vsize=7637160 CPUtime=0 cores=5,7
/proc/30832/task/30841/stat : 30841 (java) S 30830 30832 28714 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 488299498 7820451840 67478 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30842] ppid=30830 vsize=7637160 CPUtime=0 cores=5,7
/proc/30832/task/30842/stat : 30842 (java) S 30830 30832 28714 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 488299498 7820451840 67478 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30843] ppid=30830 vsize=7637160 CPUtime=0 cores=5,7
/proc/30832/task/30843/stat : 30843 (java) S 30830 30832 28714 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 488299498 7820451840 67479 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30844] ppid=30830 vsize=7637160 CPUtime=0 cores=5,7
/proc/30832/task/30844/stat : 30844 (java) S 30830 30832 28714 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 488299498 7820451840 67480 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30845] ppid=30830 vsize=7637160 CPUtime=0 cores=5,7
/proc/30832/task/30845/stat : 30845 (java) S 30830 30832 28714 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 488299498 7820451840 67481 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30846] ppid=30830 vsize=7637160 CPUtime=0 cores=5,7
/proc/30832/task/30846/stat : 30846 (java) S 30830 30832 28714 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 488299498 7820451840 67481 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30847] ppid=30830 vsize=7637160 CPUtime=0 cores=5,7
/proc/30832/task/30847/stat : 30847 (java) S 30830 30832 28714 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 488299498 7820451840 67482 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30848] ppid=30830 vsize=7637160 CPUtime=0 cores=5,7
/proc/30832/task/30848/stat : 30848 (java) S 30830 30832 28714 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 18 0 488299504 7820451840 67482 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624896 0 0 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30849] ppid=30830 vsize=7637160 CPUtime=0 cores=5,7
/proc/30832/task/30849/stat : 30849 (java) S 30830 30832 28714 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 488299504 7820451840 67482 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30850] ppid=30830 vsize=7637160 CPUtime=0 cores=5,7
/proc/30832/task/30850/stat : 30850 (java) S 30830 30832 28714 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 18 0 488299504 7820451840 67483 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30851] ppid=30830 vsize=7637160 CPUtime=0 cores=5,7
/proc/30832/task/30851/stat : 30851 (java) S 30830 30832 28714 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 488299517 7820451840 67483 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676631985 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30852] ppid=30830 vsize=7637160 CPUtime=0.08 cores=5,7
/proc/30832/task/30852/stat : 30852 (java) S 30830 30832 28714 0 -1 4202560 557 0 0 0 8 0 0 0 16 0 18 0 488299517 7820451840 67484 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30853] ppid=30830 vsize=7637160 CPUtime=0.04 cores=5,7
/proc/30832/task/30853/stat : 30853 (java) S 30830 30832 28714 0 -1 4202560 740 0 0 0 4 0 0 0 16 0 18 0 488299518 7820451840 67484 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
[pid=30832/tid=30854] ppid=30830 vsize=7637160 CPUtime=0 cores=5,7
/proc/30832/task/30854/stat : 30854 (java) S 30830 30832 28714 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 488299518 7820451840 67485 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30855] ppid=30830 vsize=7637160 CPUtime=0 cores=5,7
/proc/30832/task/30855/stat : 30855 (java) S 30830 30832 28714 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 488299518 7820451840 67485 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624896 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 7637160
heavy processes:

[startup+6.30132 s]
/proc/loadavg: 2.99 1.55 2.22 8/258 30855
/proc/meminfo: memFree=16276164/32951132 swapFree=67111528/67111528
[pid=30832] ppid=30830 vsize=7636756 CPUtime=5.53 cores=5,7
/proc/30832/stat : 30832 (java) S 30830 30832 28714 0 -1 4202496 144300 0 1 0 527 26 0 0 19 0 18 0 488299427 7820038144 143703 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30832/statm: 1909189 143703 2200 9 0 1899927 0
[pid=30832/tid=30834] ppid=30830 vsize=7636756 CPUtime=5.38 cores=5,7
/proc/30832/task/30834/stat : 30834 (java) R 30830 30832 28714 0 -1 4202560 141848 0 1 0 514 24 0 0 25 0 18 0 488299464 7820038144 143703 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 46912505507232 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=30832/tid=30840] ppid=30830 vsize=7636756 CPUtime=0 cores=5,7
/proc/30832/task/30840/stat : 30840 (java) S 30830 30832 28714 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 488299498 7820038144 143703 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30841] ppid=30830 vsize=7636756 CPUtime=0 cores=5,7
/proc/30832/task/30841/stat : 30841 (java) S 30830 30832 28714 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 488299498 7820038144 143704 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30842] ppid=30830 vsize=7636756 CPUtime=0 cores=5,7
/proc/30832/task/30842/stat : 30842 (java) S 30830 30832 28714 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 488299498 7820038144 143704 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30843] ppid=30830 vsize=7636756 CPUtime=0 cores=5,7
/proc/30832/task/30843/stat : 30843 (java) S 30830 30832 28714 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 488299498 7820038144 143704 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30844] ppid=30830 vsize=7636756 CPUtime=0 cores=5,7
/proc/30832/task/30844/stat : 30844 (java) S 30830 30832 28714 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 488299498 7820038144 143704 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30845] ppid=30830 vsize=7636756 CPUtime=0 cores=5,7
/proc/30832/task/30845/stat : 30845 (java) S 30830 30832 28714 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 488299498 7820038144 143704 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30846] ppid=30830 vsize=7636756 CPUtime=0 cores=5,7
/proc/30832/task/30846/stat : 30846 (java) S 30830 30832 28714 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 488299498 7820038144 143704 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30847] ppid=30830 vsize=7636756 CPUtime=0 cores=5,7
/proc/30832/task/30847/stat : 30847 (java) S 30830 30832 28714 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 488299498 7820038144 143704 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30848] ppid=30830 vsize=7636756 CPUtime=0 cores=5,7
/proc/30832/task/30848/stat : 30848 (java) S 30830 30832 28714 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 18 0 488299504 7820038144 143704 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624896 0 0 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30849] ppid=30830 vsize=7636756 CPUtime=0 cores=5,7
/proc/30832/task/30849/stat : 30849 (java) S 30830 30832 28714 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 488299504 7820038144 143705 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30850] ppid=30830 vsize=7636756 CPUtime=0 cores=5,7
/proc/30832/task/30850/stat : 30850 (java) S 30830 30832 28714 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 18 0 488299504 7820038144 143705 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30851] ppid=30830 vsize=7636756 CPUtime=0 cores=5,7
/proc/30832/task/30851/stat : 30851 (java) S 30830 30832 28714 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 488299517 7820038144 143705 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676631985 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30852] ppid=30830 vsize=7636756 CPUtime=0.08 cores=5,7
/proc/30832/task/30852/stat : 30852 (java) S 30830 30832 28714 0 -1 4202560 557 0 0 0 8 0 0 0 16 0 18 0 488299517 7820038144 143705 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30853] ppid=30830 vsize=7636756 CPUtime=0.04 cores=5,7
/proc/30832/task/30853/stat : 30853 (java) S 30830 30832 28714 0 -1 4202560 740 0 0 0 4 0 0 0 16 0 18 0 488299518 7820038144 143705 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
[pid=30832/tid=30854] ppid=30830 vsize=7636756 CPUtime=0 cores=5,7
/proc/30832/task/30854/stat : 30854 (java) S 30830 30832 28714 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 488299518 7820038144 143705 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30855] ppid=30830 vsize=7636756 CPUtime=0 cores=5,7
/proc/30832/task/30855/stat : 30855 (java) S 30830 30832 28714 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 488299518 7820038144 143705 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624896 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.53
Current children cumulated vsize (KiB) 7636756

[startup+12.7012 s]
/proc/loadavg: 3.31 1.64 2.25 5/260 30857
/proc/meminfo: memFree=15318024/32951132 swapFree=67111528/67111528
[pid=30832] ppid=30830 vsize=7638728 CPUtime=12.3 cores=5,7
/proc/30832/stat : 30832 (java) S 30830 30832 28714 0 -1 4202496 231752 0 1 0 1190 40 0 0 19 0 19 0 488299427 7822057472 227905 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30832/statm: 1909682 227905 2219 9 0 1900420 0

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

/proc/30832/task/30849/stat : 30849 (java) S 30830 30832 28714 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 488299504 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30850] ppid=30830 vsize=7638180 CPUtime=0 cores=5,7
/proc/30832/task/30850/stat : 30850 (java) S 30830 30832 28714 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 488299504 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30851] ppid=30830 vsize=7638180 CPUtime=0 cores=5,7
/proc/30832/task/30851/stat : 30851 (java) S 30830 30832 28714 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 488299517 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676631985 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30852] ppid=30830 vsize=7638180 CPUtime=0.62 cores=5,7
/proc/30832/task/30852/stat : 30852 (java) S 30830 30832 28714 0 -1 4202560 3770 0 0 0 62 0 0 0 15 0 19 0 488299517 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30853] ppid=30830 vsize=7638180 CPUtime=0.27 cores=5,7
/proc/30832/task/30853/stat : 30853 (java) S 30830 30832 28714 0 -1 4202560 2217 0 0 0 27 0 0 0 15 0 19 0 488299518 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
[pid=30832/tid=30854] ppid=30830 vsize=7638180 CPUtime=0 cores=5,7
/proc/30832/task/30854/stat : 30854 (java) S 30830 30832 28714 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 488299518 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30855] ppid=30830 vsize=7638180 CPUtime=0 cores=5,7
/proc/30832/task/30855/stat : 30855 (java) S 30830 30832 28714 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 19 0 488299518 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624896 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
[pid=30832/tid=30857] ppid=30830 vsize=7638180 CPUtime=0 cores=5,7
/proc/30832/task/30857/stat : 30857 (java) S 30830 30832 28714 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 488300381 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624896 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1123.09
Current children cumulated vsize (KiB) 7638180

[startup+1182.3 s]
/proc/loadavg: 4.03 3.99 3.59 5/260 30888
/proc/meminfo: memFree=12887588/32951132 swapFree=67111528/67111528
[pid=30832] ppid=30830 vsize=7638180 CPUtime=1183.09 cores=5,7
/proc/30832/stat : 30832 (java) S 30830 30832 28714 0 -1 4202496 480045 0 1 0 118229 80 0 0 19 0 19 0 488299427 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30832/statm: 1909545 473911 2247 9 0 1900283 0
[pid=30832/tid=30834] ppid=30830 vsize=7638180 CPUtime=1171.39 cores=5,7
/proc/30832/task/30834/stat : 30834 (java) R 30830 30832 28714 0 -1 4202560 230551 0 1 0 117087 52 0 0 25 0 19 0 488299464 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 46912505596725 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=30832/tid=30840] ppid=30830 vsize=7638180 CPUtime=0.52 cores=5,7
/proc/30832/task/30840/stat : 30840 (java) S 30830 30832 28714 0 -1 4202560 47209 0 0 0 47 5 0 0 15 0 19 0 488299498 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
[pid=30832/tid=30841] ppid=30830 vsize=7638180 CPUtime=0.19 cores=5,7
/proc/30832/task/30841/stat : 30841 (java) S 30830 30832 28714 0 -1 4202560 15691 0 0 0 18 1 0 0 15 0 19 0 488299498 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30842] ppid=30830 vsize=7638180 CPUtime=0.28 cores=5,7
/proc/30832/task/30842/stat : 30842 (java) S 30830 30832 28714 0 -1 4202560 7484 0 0 0 28 0 0 0 15 0 19 0 488299498 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30843] ppid=30830 vsize=7638180 CPUtime=0.3 cores=5,7
/proc/30832/task/30843/stat : 30843 (java) S 30830 30832 28714 0 -1 4202560 9971 0 0 0 29 1 0 0 15 0 19 0 488299498 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
[pid=30832/tid=30844] ppid=30830 vsize=7638180 CPUtime=0.08 cores=5,7
/proc/30832/task/30844/stat : 30844 (java) S 30830 30832 28714 0 -1 4202560 98 0 0 0 8 0 0 0 16 0 19 0 488299498 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
[pid=30832/tid=30845] ppid=30830 vsize=7638180 CPUtime=0.08 cores=5,7
/proc/30832/task/30845/stat : 30845 (java) S 30830 30832 28714 0 -1 4202560 1 0 0 0 8 0 0 0 16 0 19 0 488299498 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30846] ppid=30830 vsize=7638180 CPUtime=0.12 cores=5,7
/proc/30832/task/30846/stat : 30846 (java) S 30830 30832 28714 0 -1 4202560 4 0 0 0 12 0 0 0 15 0 19 0 488299498 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
[pid=30832/tid=30847] ppid=30830 vsize=7638180 CPUtime=0.81 cores=5,7
/proc/30832/task/30847/stat : 30847 (java) S 30830 30832 28714 0 -1 4202560 63504 0 0 0 75 6 0 0 15 0 19 0 488299498 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
[pid=30832/tid=30848] ppid=30830 vsize=7638180 CPUtime=8.33 cores=5,7
/proc/30832/task/30848/stat : 30848 (java) S 30830 30832 28714 0 -1 4202560 98326 0 0 0 823 10 0 0 15 0 19 0 488299504 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624896 0 0 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30849] ppid=30830 vsize=7638180 CPUtime=0 cores=5,7
/proc/30832/task/30849/stat : 30849 (java) S 30830 30832 28714 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 488299504 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30850] ppid=30830 vsize=7638180 CPUtime=0 cores=5,7
/proc/30832/task/30850/stat : 30850 (java) S 30830 30832 28714 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 488299504 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30851] ppid=30830 vsize=7638180 CPUtime=0 cores=5,7
/proc/30832/task/30851/stat : 30851 (java) S 30830 30832 28714 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 488299517 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676631985 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30852] ppid=30830 vsize=7638180 CPUtime=0.62 cores=5,7
/proc/30832/task/30852/stat : 30852 (java) S 30830 30832 28714 0 -1 4202560 3770 0 0 0 62 0 0 0 15 0 19 0 488299517 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30853] ppid=30830 vsize=7638180 CPUtime=0.27 cores=5,7
/proc/30832/task/30853/stat : 30853 (java) S 30830 30832 28714 0 -1 4202560 2217 0 0 0 27 0 0 0 15 0 19 0 488299518 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
[pid=30832/tid=30854] ppid=30830 vsize=7638180 CPUtime=0 cores=5,7
/proc/30832/task/30854/stat : 30854 (java) S 30830 30832 28714 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 488299518 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30855] ppid=30830 vsize=7638180 CPUtime=0 cores=5,7
/proc/30832/task/30855/stat : 30855 (java) S 30830 30832 28714 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 19 0 488299518 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624896 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
[pid=30832/tid=30857] ppid=30830 vsize=7638180 CPUtime=0 cores=5,7
/proc/30832/task/30857/stat : 30857 (java) S 30830 30832 28714 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 488300381 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624896 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1183.09
Current children cumulated vsize (KiB) 7638180

[startup+1242.3 s]
/proc/loadavg: 4.01 3.99 3.61 5/260 30890
/proc/meminfo: memFree=12886520/32951132 swapFree=67111528/67111528
[pid=30832] ppid=30830 vsize=7638180 CPUtime=1243.09 cores=5,7
/proc/30832/stat : 30832 (java) S 30830 30832 28714 0 -1 4202496 480049 0 1 0 124229 80 0 0 19 0 19 0 488299427 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30832/statm: 1909545 473911 2247 9 0 1900283 0
[pid=30832/tid=30834] ppid=30830 vsize=7638180 CPUtime=1231.39 cores=5,7
/proc/30832/task/30834/stat : 30834 (java) R 30830 30832 28714 0 -1 4202560 230551 0 1 0 123087 52 0 0 25 0 19 0 488299464 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 46912505817738 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=30832/tid=30840] ppid=30830 vsize=7638180 CPUtime=0.52 cores=5,7
/proc/30832/task/30840/stat : 30840 (java) S 30830 30832 28714 0 -1 4202560 47209 0 0 0 47 5 0 0 15 0 19 0 488299498 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
[pid=30832/tid=30841] ppid=30830 vsize=7638180 CPUtime=0.19 cores=5,7
/proc/30832/task/30841/stat : 30841 (java) S 30830 30832 28714 0 -1 4202560 15691 0 0 0 18 1 0 0 15 0 19 0 488299498 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30842] ppid=30830 vsize=7638180 CPUtime=0.28 cores=5,7
/proc/30832/task/30842/stat : 30842 (java) S 30830 30832 28714 0 -1 4202560 7484 0 0 0 28 0 0 0 15 0 19 0 488299498 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30843] ppid=30830 vsize=7638180 CPUtime=0.3 cores=5,7
/proc/30832/task/30843/stat : 30843 (java) S 30830 30832 28714 0 -1 4202560 9971 0 0 0 29 1 0 0 15 0 19 0 488299498 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
[pid=30832/tid=30844] ppid=30830 vsize=7638180 CPUtime=0.08 cores=5,7
/proc/30832/task/30844/stat : 30844 (java) S 30830 30832 28714 0 -1 4202560 98 0 0 0 8 0 0 0 16 0 19 0 488299498 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
[pid=30832/tid=30845] ppid=30830 vsize=7638180 CPUtime=0.08 cores=5,7
/proc/30832/task/30845/stat : 30845 (java) S 30830 30832 28714 0 -1 4202560 1 0 0 0 8 0 0 0 16 0 19 0 488299498 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30846] ppid=30830 vsize=7638180 CPUtime=0.12 cores=5,7
/proc/30832/task/30846/stat : 30846 (java) S 30830 30832 28714 0 -1 4202560 4 0 0 0 12 0 0 0 15 0 19 0 488299498 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
[pid=30832/tid=30847] ppid=30830 vsize=7638180 CPUtime=0.81 cores=5,7
/proc/30832/task/30847/stat : 30847 (java) S 30830 30832 28714 0 -1 4202560 63504 0 0 0 75 6 0 0 15 0 19 0 488299498 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
[pid=30832/tid=30848] ppid=30830 vsize=7638180 CPUtime=8.33 cores=5,7
/proc/30832/task/30848/stat : 30848 (java) S 30830 30832 28714 0 -1 4202560 98326 0 0 0 823 10 0 0 15 0 19 0 488299504 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624896 0 0 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30849] ppid=30830 vsize=7638180 CPUtime=0 cores=5,7
/proc/30832/task/30849/stat : 30849 (java) S 30830 30832 28714 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 488299504 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30850] ppid=30830 vsize=7638180 CPUtime=0 cores=5,7
/proc/30832/task/30850/stat : 30850 (java) S 30830 30832 28714 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 488299504 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30851] ppid=30830 vsize=7638180 CPUtime=0 cores=5,7
/proc/30832/task/30851/stat : 30851 (java) S 30830 30832 28714 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 488299517 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676631985 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30852] ppid=30830 vsize=7638180 CPUtime=0.62 cores=5,7
/proc/30832/task/30852/stat : 30852 (java) S 30830 30832 28714 0 -1 4202560 3770 0 0 0 62 0 0 0 15 0 19 0 488299517 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30853] ppid=30830 vsize=7638180 CPUtime=0.27 cores=5,7
/proc/30832/task/30853/stat : 30853 (java) S 30830 30832 28714 0 -1 4202560 2217 0 0 0 27 0 0 0 15 0 19 0 488299518 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
[pid=30832/tid=30854] ppid=30830 vsize=7638180 CPUtime=0 cores=5,7
/proc/30832/task/30854/stat : 30854 (java) S 30830 30832 28714 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 488299518 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30855] ppid=30830 vsize=7638180 CPUtime=0 cores=5,7
/proc/30832/task/30855/stat : 30855 (java) S 30830 30832 28714 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 19 0 488299518 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624896 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
[pid=30832/tid=30857] ppid=30830 vsize=7638180 CPUtime=0 cores=5,7
/proc/30832/task/30857/stat : 30857 (java) S 30830 30832 28714 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 488300381 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624896 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1243.09
Current children cumulated vsize (KiB) 7638180



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.41 3.86 3.59 2/188 30951
/proc/meminfo: memFree=15831124/32951132 swapFree=67111528/67111528
[pid=30832] ppid=30830 vsize=7638180 CPUtime=1300.79 cores=5,7
/proc/30832/stat : 30832 (java) S 30830 30832 28714 0 -1 4202496 480053 0 1 0 129999 80 0 0 19 0 19 0 488299427 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30832/statm: 1909545 473911 2247 9 0 1900283 0
[pid=30832/tid=30834] ppid=30830 vsize=7638180 CPUtime=1289.1 cores=5,7
/proc/30832/task/30834/stat : 30834 (java) R 30830 30832 28714 0 -1 4202560 230551 0 1 0 128858 52 0 0 25 0 19 0 488299464 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 46912505817449 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=30832/tid=30840] ppid=30830 vsize=7638180 CPUtime=0.52 cores=5,7
/proc/30832/task/30840/stat : 30840 (java) S 30830 30832 28714 0 -1 4202560 47209 0 0 0 47 5 0 0 15 0 19 0 488299498 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
[pid=30832/tid=30841] ppid=30830 vsize=7638180 CPUtime=0.19 cores=5,7
/proc/30832/task/30841/stat : 30841 (java) S 30830 30832 28714 0 -1 4202560 15691 0 0 0 18 1 0 0 15 0 19 0 488299498 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30842] ppid=30830 vsize=7638180 CPUtime=0.28 cores=5,7
/proc/30832/task/30842/stat : 30842 (java) S 30830 30832 28714 0 -1 4202560 7484 0 0 0 28 0 0 0 15 0 19 0 488299498 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30843] ppid=30830 vsize=7638180 CPUtime=0.3 cores=5,7
/proc/30832/task/30843/stat : 30843 (java) S 30830 30832 28714 0 -1 4202560 9971 0 0 0 29 1 0 0 15 0 19 0 488299498 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
[pid=30832/tid=30844] ppid=30830 vsize=7638180 CPUtime=0.08 cores=5,7
/proc/30832/task/30844/stat : 30844 (java) S 30830 30832 28714 0 -1 4202560 98 0 0 0 8 0 0 0 16 0 19 0 488299498 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
[pid=30832/tid=30845] ppid=30830 vsize=7638180 CPUtime=0.08 cores=5,7
/proc/30832/task/30845/stat : 30845 (java) S 30830 30832 28714 0 -1 4202560 1 0 0 0 8 0 0 0 16 0 19 0 488299498 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30846] ppid=30830 vsize=7638180 CPUtime=0.12 cores=5,7
/proc/30832/task/30846/stat : 30846 (java) S 30830 30832 28714 0 -1 4202560 4 0 0 0 12 0 0 0 15 0 19 0 488299498 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
[pid=30832/tid=30847] ppid=30830 vsize=7638180 CPUtime=0.81 cores=5,7
/proc/30832/task/30847/stat : 30847 (java) S 30830 30832 28714 0 -1 4202560 63504 0 0 0 75 6 0 0 15 0 19 0 488299498 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
[pid=30832/tid=30848] ppid=30830 vsize=7638180 CPUtime=8.33 cores=5,7
/proc/30832/task/30848/stat : 30848 (java) S 30830 30832 28714 0 -1 4202560 98326 0 0 0 823 10 0 0 15 0 19 0 488299504 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624896 0 0 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30849] ppid=30830 vsize=7638180 CPUtime=0 cores=5,7
/proc/30832/task/30849/stat : 30849 (java) S 30830 30832 28714 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 488299504 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30850] ppid=30830 vsize=7638180 CPUtime=0 cores=5,7
/proc/30832/task/30850/stat : 30850 (java) S 30830 30832 28714 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 488299504 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30851] ppid=30830 vsize=7638180 CPUtime=0 cores=5,7
/proc/30832/task/30851/stat : 30851 (java) S 30830 30832 28714 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 488299517 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676631985 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30852] ppid=30830 vsize=7638180 CPUtime=0.62 cores=5,7
/proc/30832/task/30852/stat : 30852 (java) S 30830 30832 28714 0 -1 4202560 3770 0 0 0 62 0 0 0 15 0 19 0 488299517 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30853] ppid=30830 vsize=7638180 CPUtime=0.27 cores=5,7
/proc/30832/task/30853/stat : 30853 (java) S 30830 30832 28714 0 -1 4202560 2217 0 0 0 27 0 0 0 15 0 19 0 488299518 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
[pid=30832/tid=30854] ppid=30830 vsize=7638180 CPUtime=0 cores=5,7
/proc/30832/task/30854/stat : 30854 (java) S 30830 30832 28714 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 488299518 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=30832/tid=30855] ppid=30830 vsize=7638180 CPUtime=0 cores=5,7
/proc/30832/task/30855/stat : 30855 (java) R 30830 30832 28714 0 -1 4202560 76 0 0 0 0 0 0 0 15 0 19 0 488299518 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624896 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=30832/tid=30857] ppid=30830 vsize=7638180 CPUtime=0 cores=5,7
/proc/30832/task/30857/stat : 30857 (java) S 30830 30832 28714 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 488300381 7821496320 473911 33554432000 1073741824 1073778376 140734456278768 18446744073709551615 274676624896 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1300.79
Current children cumulated vsize (KiB) 7638180

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

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

[startup+1300.11 s]
/proc/loadavg: 3.41 3.86 3.59 2/172 30954
/proc/meminfo: memFree=17661216/32951132 swapFree=67111528/67111528
[pid=30832] ppid=30830 vsize=0 CPUtime=1300.91 cores=5,7
/proc/30832/stat : 30832 (java) Z 30830 30832 28714 0 -1 4203548 480090 0 1 0 130003 88 0 0 17 0 1 0 488299427 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/30832/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1300.91
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1300.12
CPU time (s): 1300.92
CPU user time (s): 1300.03
CPU system time (s): 0.883865
CPU usage (%): 100.062
Max. virtual memory (cumulated for all children) (KiB): 7641060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300.03
system time used= 0.883865
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 480090
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= 26897
involuntary context switches= 6409

runsolver used 2.12168 second user time and 5.00924 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-25 23:29:49
IDJOB=3285211
IDBENCH=82373
IDSOLVER=1611
FILE ID=node131/3285211-1303766982
RUNJOBID= node131-1303766982-30744
PBS_JOBID= 13154069
Free space on /tmp= 71528 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/application/rintanen/SATPlanning/blocks-blocks-36-0.170-NOTKNOWN.cnf
COMMAND LINE= java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285211-1303766982/watcher-3285211-1303766982 -o /tmp/evaluation-result-3285211-1303766982/solver-3285211-1303766982 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3285211-1303766982.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= b2bd2d58188a586bf0d0cd0e6e92fedd
RANDOM SEED=934127602

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.830
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      17249860 kB
Buffers:       1007720 kB
Cached:       13806552 kB
SwapCached:          0 kB
Active:        5419216 kB
Inactive:      9751876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      17249860 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          397516 kB
Writeback:           0 kB
AnonPages:      356264 kB
Mapped:          23460 kB
Slab:           465476 kB
PageTables:       6312 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 22008664 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71692 MiB
End job on node131 at 2011-04-25 23:51:40