Trace number 3284843

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) 1301.8 1300.1

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-37-1.120-NOTKNOWN.cnf
MD5SUM2a2f6fb35277c8ead36f65de8bb36dbb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark62.1775
Satisfiable
(Un)Satisfiability was proved
Number of variables516641
Number of clauses9436757
Sum of the clauses size20541437
Maximum clause length1408
Minimum clause length1
Number of clauses of size 11517
Number of clauses of size 29079800
Number of clauses of size 3337440
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 518000

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c no version file found!!!
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		6997539544
0.00/0.08	c Max memory 		7034241024
0.00/0.08	c Total memory 		7034241024
0.00/0.08	c Number of processors 	8
0.00/0.10	c --- Begin Solver configuration ---
0.00/0.10	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.00/0.10	c Learn all clauses as in MiniSAT
0.00/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.00/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.00/0.10	c Expensive reason simplification
0.00/0.10	c Armin Biere (Picosat) restarts strategy
0.00/0.10	c Glucose learned constraints deletion strategy
0.00/0.10	c timeout=2147483647s
0.00/0.10	c DB Simplification allowed=true
0.00/0.10	c --- End Solver configuration ---
0.00/0.10	c solving HOME/instance-3284843-1303764079.cnf
0.00/0.10	c reading problem ... 
7.21/7.15	c ... done. Wall clock time 7.057s.
7.21/7.15	c #vars     516641
7.21/7.15	c #constraints  8505897
7.21/7.15	c constraints type 
7.21/7.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 321663
7.21/7.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 8134635
107.62/106.76	c cleaning 2111 clauses out of 4225 with flag 5001/5001
336.67/335.24	c cleaning 4045 clauses out of 8114 with flag 11002/11002
625.71/624.21	c cleaning 5529 clauses out of 11064 with flag 18000/18000
915.06/913.52	c cleaning 6744 clauses out of 13531 with flag 26001/26001
1231.73/1230.12	c cleaning 7878 clauses out of 15781 with flag 35001/35001
1301.69/1300.01	c starts		: 184
1301.69/1300.01	c conflicts		: 37387
1301.69/1300.01	c decisions		: 322415
1301.69/1300.01	c propagations		: 513299775
1301.69/1300.01	c inspects		: 1735265759
1301.69/1300.01	c shortcuts		: 0
1301.69/1300.01	c learnt literals	: 305
1301.69/1300.01	c learnt binary clauses	: 136
1301.69/1300.01	c learnt ternary clauses	: 251
1301.69/1300.01	c learnt constraints	: 37081
1301.69/1300.01	c ignored constraints	: 0
1301.69/1300.01	c root simplifications	: 489
1301.69/1300.01	c removed literals (reason simplification)	: 30692978
1301.69/1300.01	c reason swapping (by a shorter reason)	: 0
1301.69/1300.01	c Calls to reduceDB	: 5
1301.69/1300.01	c speed (assignments/second)	: 397029.0296182393
1301.69/1300.01	c non guided choices	3
1301.69/1300.02	c learnt constraints type 
1301.69/1300.02	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 92
1301.69/1300.02	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 10196
1301.69/1300.02	c constraints type 
1301.69/1300.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 321663
1301.69/1300.02	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 8134635
1301.69/1300.02	s UNKNOWN
1301.69/1300.02	c Total wall clock time (in seconds) : 1299.913

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

running on 2 cores: 0,2

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.64 2.68 3.20 5/243 31483
/proc/meminfo: memFree=19852100/32950928 swapFree=67111528/67111528
[pid=31483] ppid=31481 vsize=11800 CPUtime=0 cores=0,2
/proc/31483/stat : 31483 (runsolver) R 31481 31483 29940 0 -1 4202560 46 0 0 0 0 0 0 0 23 0 1 0 488005165 12083200 54 33554432000 4194304 5434984 140737365199312 18446744073709551615 5055495 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/31483/statm: 2950 54 34 303 0 2644 0

[startup+0.023973 s]
/proc/loadavg: 2.64 2.68 3.20 5/243 31483
/proc/meminfo: memFree=19852100/32950928 swapFree=67111528/67111528
[pid=31483] ppid=31481 vsize=7546624 CPUtime=0 cores=0,2
/proc/31483/stat : 31483 (java) S 31481 31483 29940 0 -1 4202496 7362 0 1 0 0 0 0 0 23 0 7 0 488005165 7727742976 7063 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512494565 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/31483/statm: 1886656 7063 930 9 0 1877812 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7546624

[startup+0.111021 s]
/proc/loadavg: 2.64 2.68 3.20 5/243 31483
/proc/meminfo: memFree=19852100/32950928 swapFree=67111528/67111528
[pid=31483] ppid=31481 vsize=7636212 CPUtime=0.11 cores=0,2
/proc/31483/stat : 31483 (java) S 31481 31483 29940 0 -1 4202496 15481 0 1 0 9 2 0 0 23 0 18 0 488005165 7819481088 15178 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/31483/statm: 1909053 15203 2093 9 0 1899791 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 7636212

[startup+0.300946 s]
/proc/loadavg: 2.64 2.68 3.20 5/243 31483
/proc/meminfo: memFree=19852100/32950928 swapFree=67111528/67111528
[pid=31483] ppid=31481 vsize=7637568 CPUtime=0.38 cores=0,2
/proc/31483/stat : 31483 (java) S 31481 31483 29940 0 -1 4202496 23946 0 1 0 35 3 0 0 23 0 18 0 488005165 7820869632 23584 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/31483/statm: 1909392 23584 2189 9 0 1900130 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 7637568

[startup+0.700868 s]
/proc/loadavg: 2.64 2.68 3.20 5/243 31483
/proc/meminfo: memFree=19852100/32950928 swapFree=67111528/67111528
[pid=31483] ppid=31481 vsize=7637568 CPUtime=0.79 cores=0,2
/proc/31483/stat : 31483 (java) S 31481 31483 29940 0 -1 4202496 27357 0 1 0 75 4 0 0 23 0 18 0 488005165 7820869632 26995 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/31483/statm: 1909392 26995 2195 9 0 1900130 0
Current children cumulated CPU time (s) 0.79
Current children cumulated vsize (KiB) 7637568

[startup+1.50069 s]
/proc/loadavg: 2.64 2.68 3.20 5/261 31501
/proc/meminfo: memFree=19729896/32950928 swapFree=67111528/67111528
[pid=31483] ppid=31481 vsize=7637524 CPUtime=1.61 cores=0,2
/proc/31483/stat : 31483 (java) S 31481 31483 29940 0 -1 4202496 43796 0 1 0 154 7 0 0 23 0 18 0 488005165 7820824576 43383 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/31483/statm: 1909381 43384 2198 9 0 1900119 0
[pid=31483/tid=31485] ppid=31481 vsize=7637524 CPUtime=1.47 cores=0,2
/proc/31483/task/31485/stat : 31485 (java) R 31481 31483 29940 0 -1 4202560 41517 0 1 0 141 6 0 0 20 0 18 0 488005166 7820824576 43385 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 46912505551660 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31483/tid=31486] ppid=31481 vsize=7637524 CPUtime=0 cores=0,2
/proc/31483/task/31486/stat : 31486 (java) S 31481 31483 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488005167 7820824576 43385 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31487] ppid=31481 vsize=7637524 CPUtime=0 cores=0,2
/proc/31483/task/31487/stat : 31487 (java) S 31481 31483 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488005167 7820824576 43386 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31488] ppid=31481 vsize=7637524 CPUtime=0 cores=0,2
/proc/31483/task/31488/stat : 31488 (java) S 31481 31483 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488005167 7820824576 43386 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31489] ppid=31481 vsize=7637524 CPUtime=0 cores=0,2
/proc/31483/task/31489/stat : 31489 (java) S 31481 31483 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488005167 7820824576 43387 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31490] ppid=31481 vsize=7637524 CPUtime=0 cores=0,2
/proc/31483/task/31490/stat : 31490 (java) S 31481 31483 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488005167 7820824576 43387 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31491] ppid=31481 vsize=7637524 CPUtime=0 cores=0,2
/proc/31483/task/31491/stat : 31491 (java) S 31481 31483 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488005167 7820824576 43388 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31492] ppid=31481 vsize=7637524 CPUtime=0 cores=0,2
/proc/31483/task/31492/stat : 31492 (java) S 31481 31483 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488005167 7820824576 43388 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31493] ppid=31481 vsize=7637524 CPUtime=0 cores=0,2
/proc/31483/task/31493/stat : 31493 (java) S 31481 31483 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488005167 7820824576 43388 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31494] ppid=31481 vsize=7637524 CPUtime=0 cores=0,2
/proc/31483/task/31494/stat : 31494 (java) S 31481 31483 29940 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 18 0 488005168 7820824576 43389 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512508416 0 0 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31495] ppid=31481 vsize=7637524 CPUtime=0 cores=0,2
/proc/31483/task/31495/stat : 31495 (java) S 31481 31483 29940 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 488005169 7820824576 43389 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31496] ppid=31481 vsize=7637524 CPUtime=0 cores=0,2
/proc/31483/task/31496/stat : 31496 (java) S 31481 31483 29940 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 488005169 7820824576 43390 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31497] ppid=31481 vsize=7637524 CPUtime=0 cores=0,2
/proc/31483/task/31497/stat : 31497 (java) S 31481 31483 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488005171 7820824576 43390 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512515505 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31498] ppid=31481 vsize=7637524 CPUtime=0.03 cores=0,2
/proc/31483/task/31498/stat : 31498 (java) S 31481 31483 29940 0 -1 4202560 97 0 0 0 3 0 0 0 20 0 18 0 488005171 7820824576 43391 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31499] ppid=31481 vsize=7637524 CPUtime=0.09 cores=0,2
/proc/31483/task/31499/stat : 31499 (java) S 31481 31483 29940 0 -1 4202560 1031 0 0 0 9 0 0 0 20 0 18 0 488005171 7820824576 43391 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31500] ppid=31481 vsize=7637524 CPUtime=0 cores=0,2
/proc/31483/task/31500/stat : 31500 (java) S 31481 31483 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488005171 7820824576 43391 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31501] ppid=31481 vsize=7637524 CPUtime=0 cores=0,2
/proc/31483/task/31501/stat : 31501 (java) S 31481 31483 29940 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 488005171 7820824576 43392 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512508416 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 7637524

[startup+3.10139 s]
/proc/loadavg: 2.64 2.68 3.20 5/261 31501
/proc/meminfo: memFree=19634416/32950928 swapFree=67111528/67111528
[pid=31483] ppid=31481 vsize=7637524 CPUtime=3.21 cores=0,2
/proc/31483/stat : 31483 (java) S 31481 31483 29940 0 -1 4202496 77288 0 1 0 308 13 0 0 23 0 18 0 488005165 7820824576 76875 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/31483/statm: 1909381 76876 2198 9 0 1900119 0
[pid=31483/tid=31485] ppid=31481 vsize=7637524 CPUtime=3.08 cores=0,2
/proc/31483/task/31485/stat : 31485 (java) R 31481 31483 29940 0 -1 4202560 75009 0 1 0 295 13 0 0 25 0 18 0 488005166 7820824576 76877 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 46912505532993 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31483/tid=31486] ppid=31481 vsize=7637524 CPUtime=0 cores=0,2
/proc/31483/task/31486/stat : 31486 (java) S 31481 31483 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488005167 7820824576 76878 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31487] ppid=31481 vsize=7637524 CPUtime=0 cores=0,2
/proc/31483/task/31487/stat : 31487 (java) S 31481 31483 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488005167 7820824576 76878 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31488] ppid=31481 vsize=7637524 CPUtime=0 cores=0,2
/proc/31483/task/31488/stat : 31488 (java) S 31481 31483 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488005167 7820824576 76879 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31489] ppid=31481 vsize=7637524 CPUtime=0 cores=0,2
/proc/31483/task/31489/stat : 31489 (java) S 31481 31483 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488005167 7820824576 76880 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31490] ppid=31481 vsize=7637524 CPUtime=0 cores=0,2
/proc/31483/task/31490/stat : 31490 (java) S 31481 31483 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488005167 7820824576 76880 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31491] ppid=31481 vsize=7637524 CPUtime=0 cores=0,2
/proc/31483/task/31491/stat : 31491 (java) S 31481 31483 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488005167 7820824576 76881 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31492] ppid=31481 vsize=7637524 CPUtime=0 cores=0,2
/proc/31483/task/31492/stat : 31492 (java) S 31481 31483 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488005167 7820824576 76882 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31493] ppid=31481 vsize=7637524 CPUtime=0 cores=0,2
/proc/31483/task/31493/stat : 31493 (java) S 31481 31483 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488005167 7820824576 76883 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31494] ppid=31481 vsize=7637524 CPUtime=0 cores=0,2
/proc/31483/task/31494/stat : 31494 (java) S 31481 31483 29940 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 18 0 488005168 7820824576 76883 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512508416 0 0 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31495] ppid=31481 vsize=7637524 CPUtime=0 cores=0,2
/proc/31483/task/31495/stat : 31495 (java) S 31481 31483 29940 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 488005169 7820824576 76884 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31496] ppid=31481 vsize=7637524 CPUtime=0 cores=0,2
/proc/31483/task/31496/stat : 31496 (java) S 31481 31483 29940 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 488005169 7820824576 76885 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31497] ppid=31481 vsize=7637524 CPUtime=0 cores=0,2
/proc/31483/task/31497/stat : 31497 (java) S 31481 31483 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488005171 7820824576 76885 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512515505 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31498] ppid=31481 vsize=7637524 CPUtime=0.03 cores=0,2
/proc/31483/task/31498/stat : 31498 (java) S 31481 31483 29940 0 -1 4202560 97 0 0 0 3 0 0 0 20 0 18 0 488005171 7820824576 76886 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31499] ppid=31481 vsize=7637524 CPUtime=0.09 cores=0,2
/proc/31483/task/31499/stat : 31499 (java) S 31481 31483 29940 0 -1 4202560 1031 0 0 0 9 0 0 0 20 0 18 0 488005171 7820824576 76887 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31500] ppid=31481 vsize=7637524 CPUtime=0 cores=0,2
/proc/31483/task/31500/stat : 31500 (java) S 31481 31483 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488005171 7820824576 76887 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31501] ppid=31481 vsize=7637524 CPUtime=0 cores=0,2
/proc/31483/task/31501/stat : 31501 (java) S 31481 31483 29940 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 488005171 7820824576 76888 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512508416 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.21
Current children cumulated vsize (KiB) 7637524

[startup+6.30075 s]
/proc/loadavg: 2.75 2.70 3.20 5/261 31501
/proc/meminfo: memFree=19355200/32950928 swapFree=67111528/67111528
[pid=31483] ppid=31481 vsize=7637524 CPUtime=6.41 cores=0,2
/proc/31483/stat : 31483 (java) S 31481 31483 29940 0 -1 4202496 144246 0 1 0 618 23 0 0 23 0 18 0 488005165 7820824576 143832 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/31483/statm: 1909381 143833 2199 9 0 1900119 0
[pid=31483/tid=31485] ppid=31481 vsize=7637524 CPUtime=6.27 cores=0,2
/proc/31483/task/31485/stat : 31485 (java) R 31481 31483 29940 0 -1 4202560 141965 0 1 0 605 22 0 0 25 0 18 0 488005166 7820824576 143833 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 46912505560456 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31483/tid=31486] ppid=31481 vsize=7637524 CPUtime=0 cores=0,2
/proc/31483/task/31486/stat : 31486 (java) S 31481 31483 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488005167 7820824576 143834 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31487] ppid=31481 vsize=7637524 CPUtime=0 cores=0,2
/proc/31483/task/31487/stat : 31487 (java) S 31481 31483 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488005167 7820824576 143834 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31488] ppid=31481 vsize=7637524 CPUtime=0 cores=0,2
/proc/31483/task/31488/stat : 31488 (java) S 31481 31483 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488005167 7820824576 143834 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31489] ppid=31481 vsize=7637524 CPUtime=0 cores=0,2
/proc/31483/task/31489/stat : 31489 (java) S 31481 31483 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488005167 7820824576 143835 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31490] ppid=31481 vsize=7637524 CPUtime=0 cores=0,2
/proc/31483/task/31490/stat : 31490 (java) S 31481 31483 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488005167 7820824576 143835 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31491] ppid=31481 vsize=7637524 CPUtime=0 cores=0,2
/proc/31483/task/31491/stat : 31491 (java) S 31481 31483 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488005167 7820824576 143836 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31492] ppid=31481 vsize=7637524 CPUtime=0 cores=0,2
/proc/31483/task/31492/stat : 31492 (java) S 31481 31483 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488005167 7820824576 143836 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31493] ppid=31481 vsize=7637524 CPUtime=0 cores=0,2
/proc/31483/task/31493/stat : 31493 (java) S 31481 31483 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488005167 7820824576 143837 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31494] ppid=31481 vsize=7637524 CPUtime=0 cores=0,2
/proc/31483/task/31494/stat : 31494 (java) S 31481 31483 29940 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 18 0 488005168 7820824576 143837 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512508416 0 0 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31495] ppid=31481 vsize=7637524 CPUtime=0 cores=0,2
/proc/31483/task/31495/stat : 31495 (java) S 31481 31483 29940 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 488005169 7820824576 143837 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31496] ppid=31481 vsize=7637524 CPUtime=0 cores=0,2
/proc/31483/task/31496/stat : 31496 (java) S 31481 31483 29940 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 488005169 7820824576 143838 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31497] ppid=31481 vsize=7637524 CPUtime=0 cores=0,2
/proc/31483/task/31497/stat : 31497 (java) S 31481 31483 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488005171 7820824576 143838 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512515505 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31498] ppid=31481 vsize=7637524 CPUtime=0.03 cores=0,2
/proc/31483/task/31498/stat : 31498 (java) S 31481 31483 29940 0 -1 4202560 97 0 0 0 3 0 0 0 20 0 18 0 488005171 7820824576 143839 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31499] ppid=31481 vsize=7637524 CPUtime=0.09 cores=0,2
/proc/31483/task/31499/stat : 31499 (java) S 31481 31483 29940 0 -1 4202560 1031 0 0 0 9 0 0 0 20 0 18 0 488005171 7820824576 143839 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31500] ppid=31481 vsize=7637524 CPUtime=0 cores=0,2
/proc/31483/task/31500/stat : 31500 (java) S 31481 31483 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 488005171 7820824576 143839 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31501] ppid=31481 vsize=7637524 CPUtime=0 cores=0,2
/proc/31483/task/31501/stat : 31501 (java) S 31481 31483 29940 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 488005171 7820824576 143840 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512508416 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.41
Current children cumulated vsize (KiB) 7637524

[startup+12.7015 s]
/proc/loadavg: 2.93 2.74 3.21 5/262 31502
/proc/meminfo: memFree=18857916/32950928 swapFree=67111528/67111528
[pid=31483] ppid=31481 vsize=7646756 CPUtime=13.55 cores=0,2
/proc/31483/stat : 31483 (java) S 31481 31483 29940 0 -1 4202496 174891 0 1 0 1327 28 0 0 23 0 19 0 488005165 7830278144 172904 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/31483/statm: 1911689 172904 2220 9 0 1902427 0
[pid=31483/tid=31485] ppid=31481 vsize=7646756 CPUtime=12.53 cores=0,2

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

[pid=31483/tid=31491] ppid=31481 vsize=7646756 CPUtime=0.04 cores=0,2
/proc/31483/task/31491/stat : 31491 (java) S 31481 31483 29940 0 -1 4202560 7009 0 0 0 4 0 0 0 15 0 19 0 488005167 7830278144 372066 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31492] ppid=31481 vsize=7646756 CPUtime=0.05 cores=0,2
/proc/31483/task/31492/stat : 31492 (java) S 31481 31483 29940 0 -1 4202560 3342 0 0 0 5 0 0 0 16 0 19 0 488005167 7830278144 372066 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31493] ppid=31481 vsize=7646756 CPUtime=0.06 cores=0,2
/proc/31483/task/31493/stat : 31493 (java) S 31481 31483 29940 0 -1 4202560 76 0 0 0 6 0 0 0 15 0 19 0 488005167 7830278144 372066 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31494] ppid=31481 vsize=7646756 CPUtime=4.03 cores=0,2
/proc/31483/task/31494/stat : 31494 (java) S 31481 31483 29940 0 -1 4202560 93613 0 0 0 394 9 0 0 15 0 19 0 488005168 7830278144 372066 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512508416 0 0 0 16800975 18446604453732630848 0 0 -1 0 0 0 0
[pid=31483/tid=31495] ppid=31481 vsize=7646756 CPUtime=0 cores=0,2
/proc/31483/task/31495/stat : 31495 (java) S 31481 31483 29940 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 488005169 7830278144 372066 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 0 0 0 0
[pid=31483/tid=31496] ppid=31481 vsize=7646756 CPUtime=0 cores=0,2
/proc/31483/task/31496/stat : 31496 (java) S 31481 31483 29940 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 488005169 7830278144 372066 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 0 0 0 0
[pid=31483/tid=31497] ppid=31481 vsize=7646756 CPUtime=0 cores=0,2
/proc/31483/task/31497/stat : 31497 (java) S 31481 31483 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488005171 7830278144 372066 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512515505 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31498] ppid=31481 vsize=7646756 CPUtime=0.52 cores=0,2
/proc/31483/task/31498/stat : 31498 (java) S 31481 31483 29940 0 -1 4202560 1281 0 0 0 52 0 0 0 15 0 19 0 488005171 7830278144 372066 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31499] ppid=31481 vsize=7646756 CPUtime=0.64 cores=0,2
/proc/31483/task/31499/stat : 31499 (java) S 31481 31483 29940 0 -1 4202560 3590 0 0 0 64 0 0 0 15 0 19 0 488005171 7830278144 372066 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 0 0 0 0
[pid=31483/tid=31500] ppid=31481 vsize=7646756 CPUtime=0 cores=0,2
/proc/31483/task/31500/stat : 31500 (java) S 31481 31483 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488005171 7830278144 372066 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31501] ppid=31481 vsize=7646756 CPUtime=0 cores=0,2
/proc/31483/task/31501/stat : 31501 (java) S 31481 31483 29940 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 19 0 488005171 7830278144 372066 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512508416 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31502] ppid=31481 vsize=7646756 CPUtime=0 cores=0,2
/proc/31483/task/31502/stat : 31502 (java) S 31481 31483 29940 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 488005900 7830278144 372066 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512508416 0 4 0 16800975 18446604453732630848 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1123.93
Current children cumulated vsize (KiB) 7646756

[startup+1182.3 s]
/proc/loadavg: 4.05 4.01 3.78 5/262 31589
/proc/meminfo: memFree=17298260/32950928 swapFree=67111528/67111528
[pid=31483] ppid=31481 vsize=7646756 CPUtime=1183.93 cores=0,2
/proc/31483/stat : 31483 (java) S 31481 31483 29940 0 -1 4202496 374873 0 1 0 118340 53 0 0 23 0 19 0 488005165 7830278144 372066 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/31483/statm: 1911689 372066 2247 9 0 1902427 0
[pid=31483/tid=31485] ppid=31481 vsize=7646756 CPUtime=1177.38 cores=0,2
/proc/31483/task/31485/stat : 31485 (java) R 31481 31483 29940 0 -1 4202560 175747 0 1 0 117709 29 0 0 25 0 19 0 488005166 7830278144 372066 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 46912505676954 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31483/tid=31486] ppid=31481 vsize=7646756 CPUtime=0.26 cores=0,2
/proc/31483/task/31486/stat : 31486 (java) S 31481 31483 29940 0 -1 4202560 26984 0 0 0 23 3 0 0 15 0 19 0 488005167 7830278144 372066 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31487] ppid=31481 vsize=7646756 CPUtime=0.3 cores=0,2
/proc/31483/task/31487/stat : 31487 (java) S 31481 31483 29940 0 -1 4202560 26467 0 0 0 27 3 0 0 15 0 19 0 488005167 7830278144 372066 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31488] ppid=31481 vsize=7646756 CPUtime=0.24 cores=0,2
/proc/31483/task/31488/stat : 31488 (java) S 31481 31483 29940 0 -1 4202560 17211 0 0 0 23 1 0 0 15 0 19 0 488005167 7830278144 372066 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31489] ppid=31481 vsize=7646756 CPUtime=0.19 cores=0,2
/proc/31483/task/31489/stat : 31489 (java) S 31481 31483 29940 0 -1 4202560 12498 0 0 0 18 1 0 0 15 0 19 0 488005167 7830278144 372066 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31490] ppid=31481 vsize=7646756 CPUtime=0.12 cores=0,2
/proc/31483/task/31490/stat : 31490 (java) S 31481 31483 29940 0 -1 4202560 5836 0 0 0 11 1 0 0 15 0 19 0 488005167 7830278144 372066 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31491] ppid=31481 vsize=7646756 CPUtime=0.04 cores=0,2
/proc/31483/task/31491/stat : 31491 (java) S 31481 31483 29940 0 -1 4202560 7009 0 0 0 4 0 0 0 15 0 19 0 488005167 7830278144 372066 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31492] ppid=31481 vsize=7646756 CPUtime=0.05 cores=0,2
/proc/31483/task/31492/stat : 31492 (java) S 31481 31483 29940 0 -1 4202560 3342 0 0 0 5 0 0 0 16 0 19 0 488005167 7830278144 372066 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31493] ppid=31481 vsize=7646756 CPUtime=0.06 cores=0,2
/proc/31483/task/31493/stat : 31493 (java) S 31481 31483 29940 0 -1 4202560 76 0 0 0 6 0 0 0 15 0 19 0 488005167 7830278144 372066 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31494] ppid=31481 vsize=7646756 CPUtime=4.03 cores=0,2
/proc/31483/task/31494/stat : 31494 (java) S 31481 31483 29940 0 -1 4202560 93613 0 0 0 394 9 0 0 15 0 19 0 488005168 7830278144 372066 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512508416 0 0 0 16800975 18446604453732630848 0 0 -1 0 0 0 0
[pid=31483/tid=31495] ppid=31481 vsize=7646756 CPUtime=0 cores=0,2
/proc/31483/task/31495/stat : 31495 (java) S 31481 31483 29940 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 488005169 7830278144 372066 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 0 0 0 0
[pid=31483/tid=31496] ppid=31481 vsize=7646756 CPUtime=0 cores=0,2
/proc/31483/task/31496/stat : 31496 (java) S 31481 31483 29940 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 488005169 7830278144 372066 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 0 0 0 0
[pid=31483/tid=31497] ppid=31481 vsize=7646756 CPUtime=0 cores=0,2
/proc/31483/task/31497/stat : 31497 (java) S 31481 31483 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488005171 7830278144 372066 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512515505 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31498] ppid=31481 vsize=7646756 CPUtime=0.52 cores=0,2
/proc/31483/task/31498/stat : 31498 (java) S 31481 31483 29940 0 -1 4202560 1281 0 0 0 52 0 0 0 15 0 19 0 488005171 7830278144 372066 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31499] ppid=31481 vsize=7646756 CPUtime=0.64 cores=0,2
/proc/31483/task/31499/stat : 31499 (java) S 31481 31483 29940 0 -1 4202560 3590 0 0 0 64 0 0 0 15 0 19 0 488005171 7830278144 372066 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 0 0 0 0
[pid=31483/tid=31500] ppid=31481 vsize=7646756 CPUtime=0 cores=0,2
/proc/31483/task/31500/stat : 31500 (java) S 31481 31483 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488005171 7830278144 372066 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31501] ppid=31481 vsize=7646756 CPUtime=0 cores=0,2
/proc/31483/task/31501/stat : 31501 (java) S 31481 31483 29940 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 19 0 488005171 7830278144 372066 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512508416 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31502] ppid=31481 vsize=7646756 CPUtime=0 cores=0,2
/proc/31483/task/31502/stat : 31502 (java) S 31481 31483 29940 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 488005900 7830278144 372066 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512508416 0 4 0 16800975 18446604453732630848 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1183.93
Current children cumulated vsize (KiB) 7646756

[startup+1242.3 s]
/proc/loadavg: 4.02 4.01 3.79 5/262 31590
/proc/meminfo: memFree=17280860/32950928 swapFree=67111528/67111528
[pid=31483] ppid=31481 vsize=7646756 CPUtime=1243.98 cores=0,2
/proc/31483/stat : 31483 (java) S 31481 31483 29940 0 -1 4202496 374892 0 1 0 124345 53 0 0 23 0 19 0 488005165 7830278144 372078 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/31483/statm: 1911689 372078 2247 9 0 1902427 0
[pid=31483/tid=31485] ppid=31481 vsize=7646756 CPUtime=1236.52 cores=0,2
/proc/31483/task/31485/stat : 31485 (java) R 31481 31483 29940 0 -1 4202560 175748 0 1 0 123623 29 0 0 25 0 19 0 488005166 7830278144 372078 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 46912505366525 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31483/tid=31486] ppid=31481 vsize=7646756 CPUtime=0.26 cores=0,2
/proc/31483/task/31486/stat : 31486 (java) S 31481 31483 29940 0 -1 4202560 26984 0 0 0 23 3 0 0 15 0 19 0 488005167 7830278144 372078 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31487] ppid=31481 vsize=7646756 CPUtime=0.3 cores=0,2
/proc/31483/task/31487/stat : 31487 (java) S 31481 31483 29940 0 -1 4202560 26467 0 0 0 27 3 0 0 15 0 19 0 488005167 7830278144 372078 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31488] ppid=31481 vsize=7646756 CPUtime=0.24 cores=0,2
/proc/31483/task/31488/stat : 31488 (java) S 31481 31483 29940 0 -1 4202560 17211 0 0 0 23 1 0 0 16 0 19 0 488005167 7830278144 372078 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31489] ppid=31481 vsize=7646756 CPUtime=0.19 cores=0,2
/proc/31483/task/31489/stat : 31489 (java) S 31481 31483 29940 0 -1 4202560 12498 0 0 0 18 1 0 0 15 0 19 0 488005167 7830278144 372078 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31490] ppid=31481 vsize=7646756 CPUtime=0.12 cores=0,2
/proc/31483/task/31490/stat : 31490 (java) S 31481 31483 29940 0 -1 4202560 5836 0 0 0 11 1 0 0 15 0 19 0 488005167 7830278144 372078 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31491] ppid=31481 vsize=7646756 CPUtime=0.04 cores=0,2
/proc/31483/task/31491/stat : 31491 (java) S 31481 31483 29940 0 -1 4202560 7009 0 0 0 4 0 0 0 15 0 19 0 488005167 7830278144 372078 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31492] ppid=31481 vsize=7646756 CPUtime=0.09 cores=0,2
/proc/31483/task/31492/stat : 31492 (java) S 31481 31483 29940 0 -1 4202560 3343 0 0 0 9 0 0 0 16 0 19 0 488005167 7830278144 372078 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31493] ppid=31481 vsize=7646756 CPUtime=0.1 cores=0,2
/proc/31483/task/31493/stat : 31493 (java) S 31481 31483 29940 0 -1 4202560 76 0 0 0 10 0 0 0 16 0 19 0 488005167 7830278144 372078 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31494] ppid=31481 vsize=7646756 CPUtime=4.84 cores=0,2
/proc/31483/task/31494/stat : 31494 (java) S 31481 31483 29940 0 -1 4202560 93626 0 0 0 475 9 0 0 15 0 19 0 488005168 7830278144 372078 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512508416 0 0 0 16800975 18446604453732630848 0 0 -1 0 0 0 0
[pid=31483/tid=31495] ppid=31481 vsize=7646756 CPUtime=0 cores=0,2
/proc/31483/task/31495/stat : 31495 (java) S 31481 31483 29940 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 488005169 7830278144 372078 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 0 0 0 0
[pid=31483/tid=31496] ppid=31481 vsize=7646756 CPUtime=0 cores=0,2
/proc/31483/task/31496/stat : 31496 (java) S 31481 31483 29940 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 488005169 7830278144 372078 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 0 0 0 0
[pid=31483/tid=31497] ppid=31481 vsize=7646756 CPUtime=0 cores=0,2
/proc/31483/task/31497/stat : 31497 (java) S 31481 31483 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488005171 7830278144 372078 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512515505 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31498] ppid=31481 vsize=7646756 CPUtime=0.52 cores=0,2
/proc/31483/task/31498/stat : 31498 (java) S 31481 31483 29940 0 -1 4202560 1281 0 0 0 52 0 0 0 15 0 19 0 488005171 7830278144 372078 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31499] ppid=31481 vsize=7646756 CPUtime=0.64 cores=0,2
/proc/31483/task/31499/stat : 31499 (java) S 31481 31483 29940 0 -1 4202560 3590 0 0 0 64 0 0 0 15 0 19 0 488005171 7830278144 372078 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 0 0 0 0
[pid=31483/tid=31500] ppid=31481 vsize=7646756 CPUtime=0 cores=0,2
/proc/31483/task/31500/stat : 31500 (java) S 31481 31483 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488005171 7830278144 372078 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31501] ppid=31481 vsize=7646756 CPUtime=0 cores=0,2
/proc/31483/task/31501/stat : 31501 (java) S 31481 31483 29940 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 19 0 488005171 7830278144 372078 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512508416 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31502] ppid=31481 vsize=7646756 CPUtime=0 cores=0,2
/proc/31483/task/31502/stat : 31502 (java) S 31481 31483 29940 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 488005900 7830278144 372078 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512508416 0 4 0 16800975 18446604453732630848 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1243.98
Current children cumulated vsize (KiB) 7646756



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.61 3.92 3.77 3/214 31632
/proc/meminfo: memFree=18477780/32950928 swapFree=67111528/67111528
[pid=31483] ppid=31481 vsize=7646756 CPUtime=1301.69 cores=0,2
/proc/31483/stat : 31483 (java) S 31481 31483 29940 0 -1 4202496 374894 0 1 0 130116 53 0 0 23 0 19 0 488005165 7830278144 372078 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/31483/statm: 1911689 372078 2247 9 0 1902427 0
[pid=31483/tid=31485] ppid=31481 vsize=7646756 CPUtime=1294.23 cores=0,2
/proc/31483/task/31485/stat : 31485 (java) R 31481 31483 29940 0 -1 4202560 175748 0 1 0 129394 29 0 0 25 0 19 0 488005166 7830278144 372078 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 46912505797746 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31483/tid=31486] ppid=31481 vsize=7646756 CPUtime=0.26 cores=0,2
/proc/31483/task/31486/stat : 31486 (java) S 31481 31483 29940 0 -1 4202560 26984 0 0 0 23 3 0 0 15 0 19 0 488005167 7830278144 372078 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31487] ppid=31481 vsize=7646756 CPUtime=0.3 cores=0,2
/proc/31483/task/31487/stat : 31487 (java) S 31481 31483 29940 0 -1 4202560 26467 0 0 0 27 3 0 0 15 0 19 0 488005167 7830278144 372078 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31488] ppid=31481 vsize=7646756 CPUtime=0.24 cores=0,2
/proc/31483/task/31488/stat : 31488 (java) S 31481 31483 29940 0 -1 4202560 17211 0 0 0 23 1 0 0 16 0 19 0 488005167 7830278144 372078 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31489] ppid=31481 vsize=7646756 CPUtime=0.19 cores=0,2
/proc/31483/task/31489/stat : 31489 (java) S 31481 31483 29940 0 -1 4202560 12498 0 0 0 18 1 0 0 15 0 19 0 488005167 7830278144 372078 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31490] ppid=31481 vsize=7646756 CPUtime=0.12 cores=0,2
/proc/31483/task/31490/stat : 31490 (java) S 31481 31483 29940 0 -1 4202560 5836 0 0 0 11 1 0 0 15 0 19 0 488005167 7830278144 372078 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31491] ppid=31481 vsize=7646756 CPUtime=0.04 cores=0,2
/proc/31483/task/31491/stat : 31491 (java) S 31481 31483 29940 0 -1 4202560 7009 0 0 0 4 0 0 0 15 0 19 0 488005167 7830278144 372078 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31492] ppid=31481 vsize=7646756 CPUtime=0.09 cores=0,2
/proc/31483/task/31492/stat : 31492 (java) S 31481 31483 29940 0 -1 4202560 3343 0 0 0 9 0 0 0 16 0 19 0 488005167 7830278144 372078 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31493] ppid=31481 vsize=7646756 CPUtime=0.1 cores=0,2
/proc/31483/task/31493/stat : 31493 (java) S 31481 31483 29940 0 -1 4202560 76 0 0 0 10 0 0 0 16 0 19 0 488005167 7830278144 372078 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31494] ppid=31481 vsize=7646756 CPUtime=4.84 cores=0,2
/proc/31483/task/31494/stat : 31494 (java) S 31481 31483 29940 0 -1 4202560 93626 0 0 0 475 9 0 0 15 0 19 0 488005168 7830278144 372078 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512508416 0 0 0 16800975 18446604453732630848 0 0 -1 0 0 0 0
[pid=31483/tid=31495] ppid=31481 vsize=7646756 CPUtime=0 cores=0,2
/proc/31483/task/31495/stat : 31495 (java) S 31481 31483 29940 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 488005169 7830278144 372078 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 0 0 0 0
[pid=31483/tid=31496] ppid=31481 vsize=7646756 CPUtime=0 cores=0,2
/proc/31483/task/31496/stat : 31496 (java) S 31481 31483 29940 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 488005169 7830278144 372078 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 0 0 0 0
[pid=31483/tid=31497] ppid=31481 vsize=7646756 CPUtime=0 cores=0,2
/proc/31483/task/31497/stat : 31497 (java) S 31481 31483 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488005171 7830278144 372078 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512515505 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31498] ppid=31481 vsize=7646756 CPUtime=0.52 cores=0,2
/proc/31483/task/31498/stat : 31498 (java) S 31481 31483 29940 0 -1 4202560 1281 0 0 0 52 0 0 0 15 0 19 0 488005171 7830278144 372078 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31499] ppid=31481 vsize=7646756 CPUtime=0.64 cores=0,2
/proc/31483/task/31499/stat : 31499 (java) S 31481 31483 29940 0 -1 4202560 3590 0 0 0 64 0 0 0 15 0 19 0 488005171 7830278144 372078 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 0 0 0 0
[pid=31483/tid=31500] ppid=31481 vsize=7646756 CPUtime=0 cores=0,2
/proc/31483/task/31500/stat : 31500 (java) S 31481 31483 29940 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488005171 7830278144 372078 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512507801 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31501] ppid=31481 vsize=7646756 CPUtime=0 cores=0,2
/proc/31483/task/31501/stat : 31501 (java) S 31481 31483 29940 0 -1 4202560 76 0 0 0 0 0 0 0 15 0 19 0 488005171 7830278144 372078 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512508416 0 4 0 16800975 18446604453732630848 0 0 -1 2 0 0 0
[pid=31483/tid=31502] ppid=31481 vsize=7646756 CPUtime=0 cores=0,2
/proc/31483/task/31502/stat : 31502 (java) S 31481 31483 29940 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 488005900 7830278144 372078 33554432000 1073741824 1073778376 140735010861056 18446744073709551615 254512508416 0 4 0 16800975 18446604453732630848 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1301.69
Current children cumulated vsize (KiB) 7646756

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

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

Child status: 143
Real time (s): 1300.1
CPU time (s): 1301.8
CPU user time (s): 1301.19
CPU system time (s): 0.612906
CPU usage (%): 100.131
Max. virtual memory (cumulated for all children) (KiB): 7646756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.19
system time used= 0.612906
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 374931
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= 26785
involuntary context switches= 9040

runsolver used 2.30665 second user time and 4.80327 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-25 22:41:25
IDJOB=3284843
IDBENCH=82364
IDSOLVER=1611
FILE ID=node149/3284843-1303764079
RUNJOBID= node149-1303764057-31110
PBS_JOBID= 13157116
Free space on /tmp= 71948 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/application/rintanen/SATPlanning/blocks-blocks-37-1.120-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-3284843-1303764079/watcher-3284843-1303764079 -o /tmp/evaluation-result-3284843-1303764079/solver-3284843-1303764079 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3284843-1303764079.cnf

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

MD5SUM BENCH= 2a2f6fb35277c8ead36f65de8bb36dbb
RANDOM SEED=1107717339

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.806
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.73
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.806
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.806
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.806
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.82
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.806
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:      19852380 kB
Buffers:       2169968 kB
Cached:        9720152 kB
SwapCached:          0 kB
Active:        2210620 kB
Inactive:     10345944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      19852380 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          243276 kB
Writeback:           0 kB
AnonPages:      665708 kB
Mapped:          23444 kB
Slab:           475600 kB
PageTables:       6940 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 22043892 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= 71980 MiB
End job on node149 at 2011-04-25 23:03:07