Trace number 3293583

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) 1302.56 1300.13

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/1dlx_c_iq57_a.cnf
MD5SUM953b9cb99bfd26cff0e1ac65be1241f6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark630.301
Satisfiable
(Un)Satisfiability was proved
Number of variables569795
Number of clauses8562505
Sum of the clauses size24843745
Maximum clause length186
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 27567948
Number of clauses of size 3724416
Number of clauses of size 49898
Number of clauses of size 560873
Number of clauses of size over 5199369

Solver Data

0.02/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.14	c See www.sat4j.org for details.
0.02/0.14	c no version file found!!!
0.02/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.14	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.14	c java.vm.version	19.1-b02
0.02/0.14	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.14	c sun.arch.data.model	64
0.02/0.14	c java.version		1.6.0_24
0.02/0.14	c os.name		Linux
0.02/0.14	c os.version		2.6.18-164.el5
0.02/0.14	c os.arch		amd64
0.02/0.14	c Free memory 		6997539544
0.02/0.14	c Max memory 		7034241024
0.02/0.14	c Total memory 		7034241024
0.02/0.14	c Number of processors 	8
0.02/0.17	c --- Begin Solver configuration ---
0.02/0.17	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.02/0.17	c Learn all clauses as in MiniSAT
0.02/0.17	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.02/0.17	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.02/0.17	c Expensive reason simplification
0.02/0.17	c Armin Biere (Picosat) restarts strategy
0.02/0.17	c Glucose learned constraints deletion strategy
0.02/0.17	c timeout=2147483647s
0.02/0.17	c DB Simplification allowed=true
0.02/0.17	c --- End Solver configuration ---
0.02/0.17	c solving HOME/instance-3293583-1303793816.cnf
0.02/0.17	c reading problem ... 
8.12/8.09	c ... done. Wall clock time 7.93s.
8.12/8.09	c #vars     569795
8.12/8.09	c #constraints  8562505
8.12/8.09	c constraints type 
8.12/8.09	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 994556
8.12/8.09	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 7567948
120.29/119.61	c cleaning 2498 clauses out of 5001 with flag 5001/5001
219.85/218.18	c cleaning 4216 clauses out of 8502 with flag 11000/11000
332.71/330.92	c cleaning 5611 clauses out of 11286 with flag 18000/18000
450.48/448.61	c cleaning 6248 clauses out of 12519 with flag 26001/26001
561.37/559.46	c cleaning 6819 clauses out of 13718 with flag 35000/35000
694.05/692.10	c cleaning 8375 clauses out of 16901 with flag 45002/45002
822.11/820.08	c cleaning 9707 clauses out of 19524 with flag 56000/56000
935.50/933.32	c cleaning 10722 clauses out of 21532 with flag 68000/68000
1065.79/1063.59	c cleaning 11868 clauses out of 23816 with flag 81006/81006
1187.15/1184.86	c cleaning 12909 clauses out of 25943 with flag 95001/95001
1302.40/1300.01	c starts		: 380
1302.40/1300.01	c conflicts		: 107039
1302.40/1300.01	c decisions		: 2420262
1302.40/1300.01	c propagations		: 2145480034
1302.40/1300.01	c inspects		: 5015309131
1302.40/1300.01	c shortcuts		: 0
1302.40/1300.01	c learnt literals	: 6
1302.40/1300.01	c learnt binary clauses	: 1497
1302.40/1300.01	c learnt ternary clauses	: 1221
1302.40/1300.01	c learnt constraints	: 107033
1302.40/1300.01	c ignored constraints	: 0
1302.40/1300.01	c root simplifications	: 386
1302.40/1300.01	c removed literals (reason simplification)	: 2551208
1302.40/1300.01	c reason swapping (by a shorter reason)	: 0
1302.40/1300.01	c Calls to reduceDB	: 10
1302.40/1300.01	c speed (assignments/second)	: 1660698.4631341845
1302.40/1300.01	c non guided choices	508360
1302.40/1300.04	c learnt constraints type 
1302.40/1300.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1441
1302.40/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 23488
1302.40/1300.04	c constraints type 
1302.40/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 994556
1302.40/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 7567948
1302.40/1300.04	s UNKNOWN
1302.40/1300.04	c Total wall clock time (in seconds) : 1299.85

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-3293583-1303793816/watcher-3293583-1303793816 -o /tmp/evaluation-result-3293583-1303793816/solver-3293583-1303793816 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3293583-1303793816.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: 3.96 4.05 3.97 5/243 28782
/proc/meminfo: memFree=18337988/32951124 swapFree=67111528/67111528
[pid=28782] ppid=28780 vsize=11800 CPUtime=0 cores=0,2
/proc/28782/stat : 28782 (runsolver) R 28780 28782 28353 0 -1 4202560 43 0 0 0 0 0 0 0 22 0 1 0 490984532 12083200 52 33554432000 4194304 5434984 140737280691344 18446744073709551615 4881607 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/28782/statm: 2950 52 31 303 0 2644 0

[startup+0.0782671 s]
/proc/loadavg: 3.96 4.05 3.97 5/243 28782
/proc/meminfo: memFree=18337988/32951124 swapFree=67111528/67111528
[pid=28782] ppid=28780 vsize=7549900 CPUtime=0 cores=0,2
/proc/28782/stat : 28782 (java) S 28780 28782 28353 0 -1 4202496 7618 0 1 0 0 0 0 0 22 0 10 0 490984532 7731097600 7317 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646318053 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/28782/statm: 1887475 7317 1059 9 0 1878631 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7549900

[startup+0.10023 s]
/proc/loadavg: 3.96 4.05 3.97 5/243 28782
/proc/meminfo: memFree=18337988/32951124 swapFree=67111528/67111528
[pid=28782] ppid=28780 vsize=7564352 CPUtime=0.02 cores=0,2
/proc/28782/stat : 28782 (java) S 28780 28782 28353 0 -1 4202496 8784 0 1 0 2 0 0 0 22 0 13 0 490984532 7745896448 8480 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646318053 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/28782/statm: 1891088 8480 1675 9 0 1881836 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 7564352

[startup+0.3329 s]
/proc/loadavg: 3.96 4.05 3.97 5/243 28782
/proc/meminfo: memFree=18337988/32951124 swapFree=67111528/67111528
[pid=28782] ppid=28780 vsize=7640788 CPUtime=0.5 cores=0,2
/proc/28782/stat : 28782 (java) S 28780 28782 28353 0 -1 4202496 25738 0 1 0 48 2 0 0 22 0 18 0 490984532 7824166912 24732 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28782/statm: 1910197 24733 2198 9 0 1900935 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 7640788

[startup+0.700179 s]
/proc/loadavg: 3.96 4.05 3.97 5/243 28782
/proc/meminfo: memFree=18337988/32951124 swapFree=67111528/67111528
[pid=28782] ppid=28780 vsize=7640788 CPUtime=0.82 cores=0,2
/proc/28782/stat : 28782 (java) S 28780 28782 28353 0 -1 4202496 33172 0 1 0 78 4 0 0 22 0 18 0 490984532 7824166912 32166 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28782/statm: 1910197 32166 2198 9 0 1900935 0
Current children cumulated CPU time (s) 0.82
Current children cumulated vsize (KiB) 7640788

[startup+1.50102 s]
/proc/loadavg: 3.96 4.05 3.97 5/261 28800
/proc/meminfo: memFree=18177000/32951124 swapFree=67111528/67111528
[pid=28782] ppid=28780 vsize=7640788 CPUtime=1.62 cores=0,2
/proc/28782/stat : 28782 (java) S 28780 28782 28353 0 -1 4202496 51006 0 1 0 155 7 0 0 22 0 18 0 490984532 7824166912 49999 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28782/statm: 1910197 49999 2199 9 0 1900935 0
[pid=28782/tid=28784] ppid=28780 vsize=7640788 CPUtime=1.41 cores=0,2
/proc/28782/task/28784/stat : 28784 (java) R 28780 28782 28353 0 -1 4202560 47359 0 1 0 135 6 0 0 18 0 18 0 490984536 7824166912 49999 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 46912505570075 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28782/tid=28785] ppid=28780 vsize=7640788 CPUtime=0 cores=0,2
/proc/28782/task/28785/stat : 28785 (java) S 28780 28782 28353 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 490984540 7824166912 50000 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 2 0 0 0
[pid=28782/tid=28786] ppid=28780 vsize=7640788 CPUtime=0 cores=0,2
/proc/28782/task/28786/stat : 28786 (java) S 28780 28782 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490984540 7824166912 50000 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28787] ppid=28780 vsize=7640788 CPUtime=0 cores=0,2
/proc/28782/task/28787/stat : 28787 (java) S 28780 28782 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490984540 7824166912 50000 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28788] ppid=28780 vsize=7640788 CPUtime=0 cores=0,2
/proc/28782/task/28788/stat : 28788 (java) S 28780 28782 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490984540 7824166912 50001 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28789] ppid=28780 vsize=7640788 CPUtime=0 cores=0,2
/proc/28782/task/28789/stat : 28789 (java) S 28780 28782 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490984540 7824166912 50001 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28790] ppid=28780 vsize=7640788 CPUtime=0 cores=0,2
/proc/28782/task/28790/stat : 28790 (java) S 28780 28782 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490984540 7824166912 50002 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28791] ppid=28780 vsize=7640788 CPUtime=0 cores=0,2
/proc/28782/task/28791/stat : 28791 (java) S 28780 28782 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490984540 7824166912 50002 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28792] ppid=28780 vsize=7640788 CPUtime=0 cores=0,2
/proc/28782/task/28792/stat : 28792 (java) S 28780 28782 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490984540 7824166912 50002 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28793] ppid=28780 vsize=7640788 CPUtime=0 cores=0,2
/proc/28782/task/28793/stat : 28793 (java) S 28780 28782 28353 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 18 0 490984541 7824166912 50003 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331904 0 0 0 16800975 18446604451908969408 0 0 -1 2 0 0 0
[pid=28782/tid=28794] ppid=28780 vsize=7640788 CPUtime=0 cores=0,2
/proc/28782/task/28794/stat : 28794 (java) S 28780 28782 28353 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 490984541 7824166912 50003 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 2 0 0 0
[pid=28782/tid=28795] ppid=28780 vsize=7640788 CPUtime=0 cores=0,2
/proc/28782/task/28795/stat : 28795 (java) S 28780 28782 28353 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 490984541 7824166912 50004 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 2 0 0 0
[pid=28782/tid=28796] ppid=28780 vsize=7640788 CPUtime=0 cores=0,2
/proc/28782/task/28796/stat : 28796 (java) S 28780 28782 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490984544 7824166912 50004 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646338993 0 4 0 16800975 18446604451908969408 0 0 -1 2 0 0 0
[pid=28782/tid=28797] ppid=28780 vsize=7640788 CPUtime=0.18 cores=0,2
/proc/28782/task/28797/stat : 28797 (java) S 28780 28782 28353 0 -1 4202560 1940 0 0 0 18 0 0 0 18 0 18 0 490984544 7824166912 50004 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28798] ppid=28780 vsize=7640788 CPUtime=0.01 cores=0,2
/proc/28782/task/28798/stat : 28798 (java) S 28780 28782 28353 0 -1 4202560 555 0 0 0 1 0 0 0 24 0 18 0 490984544 7824166912 50005 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28799] ppid=28780 vsize=7640788 CPUtime=0 cores=0,2
/proc/28782/task/28799/stat : 28799 (java) S 28780 28782 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490984544 7824166912 50005 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 2 0 0 0
[pid=28782/tid=28800] ppid=28780 vsize=7640788 CPUtime=0 cores=0,2
/proc/28782/task/28800/stat : 28800 (java) S 28780 28782 28353 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 490984544 7824166912 50006 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331904 0 4 0 16800975 18446604451908969408 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 7640788

[startup+3.10073 s]
/proc/loadavg: 3.96 4.05 3.97 5/261 28800
/proc/meminfo: memFree=18177000/32951124 swapFree=67111528/67111528
[pid=28782] ppid=28780 vsize=7640788 CPUtime=3.22 cores=0,2
/proc/28782/stat : 28782 (java) S 28780 28782 28353 0 -1 4202496 84854 0 1 0 309 13 0 0 22 0 18 0 490984532 7824166912 83847 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28782/statm: 1910197 83848 2199 9 0 1900935 0
[pid=28782/tid=28784] ppid=28780 vsize=7640788 CPUtime=3.01 cores=0,2
/proc/28782/task/28784/stat : 28784 (java) R 28780 28782 28353 0 -1 4202560 81208 0 1 0 289 12 0 0 21 0 18 0 490984536 7824166912 83848 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 46912505572385 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28782/tid=28785] ppid=28780 vsize=7640788 CPUtime=0 cores=0,2
/proc/28782/task/28785/stat : 28785 (java) S 28780 28782 28353 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 490984540 7824166912 83848 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 2 0 0 0
[pid=28782/tid=28786] ppid=28780 vsize=7640788 CPUtime=0 cores=0,2
/proc/28782/task/28786/stat : 28786 (java) S 28780 28782 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490984540 7824166912 83849 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28787] ppid=28780 vsize=7640788 CPUtime=0 cores=0,2
/proc/28782/task/28787/stat : 28787 (java) S 28780 28782 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490984540 7824166912 83849 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28788] ppid=28780 vsize=7640788 CPUtime=0 cores=0,2
/proc/28782/task/28788/stat : 28788 (java) S 28780 28782 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490984540 7824166912 83849 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28789] ppid=28780 vsize=7640788 CPUtime=0 cores=0,2
/proc/28782/task/28789/stat : 28789 (java) S 28780 28782 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490984540 7824166912 83850 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28790] ppid=28780 vsize=7640788 CPUtime=0 cores=0,2
/proc/28782/task/28790/stat : 28790 (java) S 28780 28782 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490984540 7824166912 83851 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28791] ppid=28780 vsize=7640788 CPUtime=0 cores=0,2
/proc/28782/task/28791/stat : 28791 (java) S 28780 28782 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490984540 7824166912 83851 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28792] ppid=28780 vsize=7640788 CPUtime=0 cores=0,2
/proc/28782/task/28792/stat : 28792 (java) S 28780 28782 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490984540 7824166912 83852 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28793] ppid=28780 vsize=7640788 CPUtime=0 cores=0,2
/proc/28782/task/28793/stat : 28793 (java) S 28780 28782 28353 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 18 0 490984541 7824166912 83853 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331904 0 0 0 16800975 18446604451908969408 0 0 -1 2 0 0 0
[pid=28782/tid=28794] ppid=28780 vsize=7640788 CPUtime=0 cores=0,2
/proc/28782/task/28794/stat : 28794 (java) S 28780 28782 28353 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 490984541 7824166912 83854 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 2 0 0 0
[pid=28782/tid=28795] ppid=28780 vsize=7640788 CPUtime=0 cores=0,2
/proc/28782/task/28795/stat : 28795 (java) S 28780 28782 28353 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 490984541 7824166912 83855 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 2 0 0 0
[pid=28782/tid=28796] ppid=28780 vsize=7640788 CPUtime=0 cores=0,2
/proc/28782/task/28796/stat : 28796 (java) S 28780 28782 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490984544 7824166912 83855 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646338993 0 4 0 16800975 18446604451908969408 0 0 -1 2 0 0 0
[pid=28782/tid=28797] ppid=28780 vsize=7640788 CPUtime=0.18 cores=0,2
/proc/28782/task/28797/stat : 28797 (java) S 28780 28782 28353 0 -1 4202560 1940 0 0 0 18 0 0 0 18 0 18 0 490984544 7824166912 83856 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28798] ppid=28780 vsize=7640788 CPUtime=0.01 cores=0,2
/proc/28782/task/28798/stat : 28798 (java) S 28780 28782 28353 0 -1 4202560 555 0 0 0 1 0 0 0 24 0 18 0 490984544 7824166912 83857 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28799] ppid=28780 vsize=7640788 CPUtime=0 cores=0,2
/proc/28782/task/28799/stat : 28799 (java) S 28780 28782 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490984544 7824166912 83857 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 2 0 0 0
[pid=28782/tid=28800] ppid=28780 vsize=7640788 CPUtime=0 cores=0,2
/proc/28782/task/28800/stat : 28800 (java) S 28780 28782 28353 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 490984544 7824166912 83858 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331904 0 4 0 16800975 18446604451908969408 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.22
Current children cumulated vsize (KiB) 7640788

[startup+6.30117 s]
/proc/loadavg: 4.29 4.12 3.99 7/261 28800
/proc/meminfo: memFree=17808924/32951124 swapFree=67111528/67111528
[pid=28782] ppid=28780 vsize=7640788 CPUtime=6.42 cores=0,2
/proc/28782/stat : 28782 (java) S 28780 28782 28353 0 -1 4202496 147194 0 1 0 618 24 0 0 22 0 18 0 490984532 7824166912 146186 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28782/statm: 1910197 146187 2200 9 0 1900935 0
[pid=28782/tid=28784] ppid=28780 vsize=7640788 CPUtime=6.21 cores=0,2
/proc/28782/task/28784/stat : 28784 (java) R 28780 28782 28353 0 -1 4202560 143547 0 1 0 597 24 0 0 20 0 18 0 490984536 7824166912 146187 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 46912505519364 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28782/tid=28785] ppid=28780 vsize=7640788 CPUtime=0 cores=0,2
/proc/28782/task/28785/stat : 28785 (java) S 28780 28782 28353 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 490984540 7824166912 146187 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 2 0 0 0
[pid=28782/tid=28786] ppid=28780 vsize=7640788 CPUtime=0 cores=0,2
/proc/28782/task/28786/stat : 28786 (java) S 28780 28782 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490984540 7824166912 146188 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28787] ppid=28780 vsize=7640788 CPUtime=0 cores=0,2
/proc/28782/task/28787/stat : 28787 (java) S 28780 28782 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490984540 7824166912 146188 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28788] ppid=28780 vsize=7640788 CPUtime=0 cores=0,2
/proc/28782/task/28788/stat : 28788 (java) S 28780 28782 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490984540 7824166912 146189 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28789] ppid=28780 vsize=7640788 CPUtime=0 cores=0,2
/proc/28782/task/28789/stat : 28789 (java) S 28780 28782 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490984540 7824166912 146189 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28790] ppid=28780 vsize=7640788 CPUtime=0 cores=0,2
/proc/28782/task/28790/stat : 28790 (java) S 28780 28782 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490984540 7824166912 146189 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28791] ppid=28780 vsize=7640788 CPUtime=0 cores=0,2
/proc/28782/task/28791/stat : 28791 (java) S 28780 28782 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490984540 7824166912 146190 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28792] ppid=28780 vsize=7640788 CPUtime=0 cores=0,2
/proc/28782/task/28792/stat : 28792 (java) S 28780 28782 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490984540 7824166912 146190 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28793] ppid=28780 vsize=7640788 CPUtime=0 cores=0,2
/proc/28782/task/28793/stat : 28793 (java) S 28780 28782 28353 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 18 0 490984541 7824166912 146191 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331904 0 0 0 16800975 18446604451908969408 0 0 -1 2 0 0 0
[pid=28782/tid=28794] ppid=28780 vsize=7640788 CPUtime=0 cores=0,2
/proc/28782/task/28794/stat : 28794 (java) S 28780 28782 28353 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 490984541 7824166912 146191 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 2 0 0 0
[pid=28782/tid=28795] ppid=28780 vsize=7640788 CPUtime=0 cores=0,2
/proc/28782/task/28795/stat : 28795 (java) S 28780 28782 28353 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 490984541 7824166912 146192 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 2 0 0 0
[pid=28782/tid=28796] ppid=28780 vsize=7640788 CPUtime=0 cores=0,2
/proc/28782/task/28796/stat : 28796 (java) S 28780 28782 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490984544 7824166912 146192 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646338993 0 4 0 16800975 18446604451908969408 0 0 -1 2 0 0 0
[pid=28782/tid=28797] ppid=28780 vsize=7640788 CPUtime=0.18 cores=0,2
/proc/28782/task/28797/stat : 28797 (java) S 28780 28782 28353 0 -1 4202560 1940 0 0 0 18 0 0 0 18 0 18 0 490984544 7824166912 146192 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28798] ppid=28780 vsize=7640788 CPUtime=0.01 cores=0,2
/proc/28782/task/28798/stat : 28798 (java) S 28780 28782 28353 0 -1 4202560 555 0 0 0 1 0 0 0 24 0 18 0 490984544 7824166912 146193 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28799] ppid=28780 vsize=7640788 CPUtime=0 cores=0,2
/proc/28782/task/28799/stat : 28799 (java) S 28780 28782 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490984544 7824166912 146193 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 2 0 0 0
[pid=28782/tid=28800] ppid=28780 vsize=7640788 CPUtime=0 cores=0,2
/proc/28782/task/28800/stat : 28800 (java) S 28780 28782 28353 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 490984544 7824166912 146194 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331904 0 4 0 16800975 18446604451908969408 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.42
Current children cumulated vsize (KiB) 7640788

[startup+12.701 s]
/proc/loadavg: 4.26 4.12 3.99 6/262 28801
/proc/meminfo: memFree=17578416/32951124 swapFree=67111528/67111528
[pid=28782] ppid=28780 vsize=7644612 CPUtime=13.39 cores=0,2
/proc/28782/stat : 28782 (java) S 28780 28782 28353 0 -1 4202496 191409 0 1 0 1307 32 0 0 22 0 19 0 490984532 7828082688 190395 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28782/statm: 1911153 190395 2224 9 0 1901891 0
[pid=28782/tid=28784] ppid=28780 vsize=7644612 CPUtime=12.57 cores=0,2

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

/proc/28782/task/28795/stat : 28795 (java) S 28780 28782 28353 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490984541 7828082688 438270 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28796] ppid=28780 vsize=7644612 CPUtime=0 cores=0,2
/proc/28782/task/28796/stat : 28796 (java) S 28780 28782 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490984544 7828082688 438270 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646338993 0 4 0 16800975 18446604451908969408 0 0 -1 2 0 0 0
[pid=28782/tid=28797] ppid=28780 vsize=7644612 CPUtime=0.39 cores=0,2
/proc/28782/task/28797/stat : 28797 (java) S 28780 28782 28353 0 -1 4202560 1980 0 0 0 39 0 0 0 15 0 19 0 490984544 7828082688 438270 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28798] ppid=28780 vsize=7644612 CPUtime=0.68 cores=0,2
/proc/28782/task/28798/stat : 28798 (java) S 28780 28782 28353 0 -1 4202560 1390 0 0 0 68 0 0 0 15 0 19 0 490984544 7828082688 438270 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28799] ppid=28780 vsize=7644612 CPUtime=0 cores=0,2
/proc/28782/task/28799/stat : 28799 (java) S 28780 28782 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490984544 7828082688 438270 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 2 0 0 0
[pid=28782/tid=28800] ppid=28780 vsize=7644612 CPUtime=0 cores=0,2
/proc/28782/task/28800/stat : 28800 (java) S 28780 28782 28353 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 19 0 490984544 7828082688 438270 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331904 0 4 0 16800975 18446604451908969408 0 0 -1 2 0 0 0
[pid=28782/tid=28801] ppid=28780 vsize=7644612 CPUtime=0 cores=0,2
/proc/28782/task/28801/stat : 28801 (java) S 28780 28782 28353 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 490985351 7828082688 438270 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331904 0 4 0 16800975 18446604451908969408 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1124.64
Current children cumulated vsize (KiB) 7644612

[startup+1182.3 s]
/proc/loadavg: 3.02 3.34 3.69 4/238 28956
/proc/meminfo: memFree=14705000/32951124 swapFree=67111528/67111528
[pid=28782] ppid=28780 vsize=7644612 CPUtime=1184.64 cores=0,2
/proc/28782/stat : 28782 (java) S 28780 28782 28353 0 -1 4202496 441459 0 1 0 118397 67 0 0 22 0 19 0 490984532 7828082688 438270 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28782/statm: 1911153 438270 2254 9 0 1901891 0
[pid=28782/tid=28784] ppid=28780 vsize=7644612 CPUtime=1166.14 cores=0,2
/proc/28782/task/28784/stat : 28784 (java) R 28780 28782 28353 0 -1 4202560 188337 0 1 0 116579 35 0 0 25 0 19 0 490984536 7828082688 438270 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 46912505753755 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28782/tid=28785] ppid=28780 vsize=7644612 CPUtime=1.06 cores=0,2
/proc/28782/task/28785/stat : 28785 (java) S 28780 28782 28353 0 -1 4202560 67306 0 0 0 95 11 0 0 16 0 19 0 490984540 7828082688 438270 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28786] ppid=28780 vsize=7644612 CPUtime=0.23 cores=0,2
/proc/28782/task/28786/stat : 28786 (java) S 28780 28782 28353 0 -1 4202560 3 0 0 0 23 0 0 0 16 0 19 0 490984540 7828082688 438270 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 2 0 0 0
[pid=28782/tid=28787] ppid=28780 vsize=7644612 CPUtime=0 cores=0,2
/proc/28782/task/28787/stat : 28787 (java) S 28780 28782 28353 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 490984540 7828082688 438270 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 2 0 0 0
[pid=28782/tid=28788] ppid=28780 vsize=7644612 CPUtime=0.19 cores=0,2
/proc/28782/task/28788/stat : 28788 (java) S 28780 28782 28353 0 -1 4202560 121 0 0 0 19 0 0 0 16 0 19 0 490984540 7828082688 438270 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 2 0 0 0
[pid=28782/tid=28789] ppid=28780 vsize=7644612 CPUtime=0.15 cores=0,2
/proc/28782/task/28789/stat : 28789 (java) S 28780 28782 28353 0 -1 4202560 8384 0 0 0 15 0 0 0 16 0 19 0 490984540 7828082688 438270 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 2 0 0 0
[pid=28782/tid=28790] ppid=28780 vsize=7644612 CPUtime=0.33 cores=0,2
/proc/28782/task/28790/stat : 28790 (java) S 28780 28782 28353 0 -1 4202560 15942 0 0 0 32 1 0 0 16 0 19 0 490984540 7828082688 438270 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 2 0 0 0
[pid=28782/tid=28791] ppid=28780 vsize=7644612 CPUtime=0.45 cores=0,2
/proc/28782/task/28791/stat : 28791 (java) S 28780 28782 28353 0 -1 4202560 30131 0 0 0 42 3 0 0 16 0 19 0 490984540 7828082688 438270 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 2 0 0 0
[pid=28782/tid=28792] ppid=28780 vsize=7644612 CPUtime=0.62 cores=0,2
/proc/28782/task/28792/stat : 28792 (java) S 28780 28782 28353 0 -1 4202560 29262 0 0 0 59 3 0 0 15 0 19 0 490984540 7828082688 438270 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28793] ppid=28780 vsize=7644612 CPUtime=14.26 cores=0,2
/proc/28782/task/28793/stat : 28793 (java) S 28780 28782 28353 0 -1 4202560 97381 0 0 0 1417 9 0 0 18 0 19 0 490984541 7828082688 438270 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331904 0 0 0 16800975 18446604451908969408 0 0 -1 2 0 0 0
[pid=28782/tid=28794] ppid=28780 vsize=7644612 CPUtime=0 cores=0,2
/proc/28782/task/28794/stat : 28794 (java) S 28780 28782 28353 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490984541 7828082688 438270 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28795] ppid=28780 vsize=7644612 CPUtime=0 cores=0,2
/proc/28782/task/28795/stat : 28795 (java) S 28780 28782 28353 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490984541 7828082688 438270 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28796] ppid=28780 vsize=7644612 CPUtime=0 cores=0,2
/proc/28782/task/28796/stat : 28796 (java) S 28780 28782 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490984544 7828082688 438270 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646338993 0 4 0 16800975 18446604451908969408 0 0 -1 2 0 0 0
[pid=28782/tid=28797] ppid=28780 vsize=7644612 CPUtime=0.39 cores=0,2
/proc/28782/task/28797/stat : 28797 (java) S 28780 28782 28353 0 -1 4202560 1980 0 0 0 39 0 0 0 15 0 19 0 490984544 7828082688 438270 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28798] ppid=28780 vsize=7644612 CPUtime=0.68 cores=0,2
/proc/28782/task/28798/stat : 28798 (java) S 28780 28782 28353 0 -1 4202560 1390 0 0 0 68 0 0 0 15 0 19 0 490984544 7828082688 438270 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28799] ppid=28780 vsize=7644612 CPUtime=0 cores=0,2
/proc/28782/task/28799/stat : 28799 (java) S 28780 28782 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490984544 7828082688 438270 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 2 0 0 0
[pid=28782/tid=28800] ppid=28780 vsize=7644612 CPUtime=0 cores=0,2
/proc/28782/task/28800/stat : 28800 (java) S 28780 28782 28353 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 19 0 490984544 7828082688 438270 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331904 0 4 0 16800975 18446604451908969408 0 0 -1 2 0 0 0
[pid=28782/tid=28801] ppid=28780 vsize=7644612 CPUtime=0 cores=0,2
/proc/28782/task/28801/stat : 28801 (java) S 28780 28782 28353 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 490985351 7828082688 438270 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331904 0 4 0 16800975 18446604451908969408 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1184.64
Current children cumulated vsize (KiB) 7644612

[startup+1242.3 s]
/proc/loadavg: 3.00 3.28 3.65 4/238 28958
/proc/meminfo: memFree=14704032/32951124 swapFree=67111528/67111528
[pid=28782] ppid=28780 vsize=7644612 CPUtime=1244.7 cores=0,2
/proc/28782/stat : 28782 (java) S 28780 28782 28353 0 -1 4202496 441478 0 1 0 124403 67 0 0 22 0 19 0 490984532 7828082688 438283 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28782/statm: 1911153 438283 2254 9 0 1901891 0
[pid=28782/tid=28784] ppid=28780 vsize=7644612 CPUtime=1224.82 cores=0,2
/proc/28782/task/28784/stat : 28784 (java) R 28780 28782 28353 0 -1 4202560 188338 0 1 0 122447 35 0 0 25 0 19 0 490984536 7828082688 438283 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 46912505820727 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28782/tid=28785] ppid=28780 vsize=7644612 CPUtime=1.11 cores=0,2
/proc/28782/task/28785/stat : 28785 (java) S 28780 28782 28353 0 -1 4202560 67306 0 0 0 100 11 0 0 16 0 19 0 490984540 7828082688 438283 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28786] ppid=28780 vsize=7644612 CPUtime=0.24 cores=0,2
/proc/28782/task/28786/stat : 28786 (java) S 28780 28782 28353 0 -1 4202560 3 0 0 0 24 0 0 0 15 0 19 0 490984540 7828082688 438283 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28787] ppid=28780 vsize=7644612 CPUtime=0 cores=0,2
/proc/28782/task/28787/stat : 28787 (java) S 28780 28782 28353 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490984540 7828082688 438283 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28788] ppid=28780 vsize=7644612 CPUtime=0.19 cores=0,2
/proc/28782/task/28788/stat : 28788 (java) S 28780 28782 28353 0 -1 4202560 121 0 0 0 19 0 0 0 16 0 19 0 490984540 7828082688 438283 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28789] ppid=28780 vsize=7644612 CPUtime=0.19 cores=0,2
/proc/28782/task/28789/stat : 28789 (java) S 28780 28782 28353 0 -1 4202560 8396 0 0 0 19 0 0 0 16 0 19 0 490984540 7828082688 438283 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28790] ppid=28780 vsize=7644612 CPUtime=0.35 cores=0,2
/proc/28782/task/28790/stat : 28790 (java) S 28780 28782 28353 0 -1 4202560 15943 0 0 0 34 1 0 0 15 0 19 0 490984540 7828082688 438283 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28791] ppid=28780 vsize=7644612 CPUtime=0.45 cores=0,2
/proc/28782/task/28791/stat : 28791 (java) S 28780 28782 28353 0 -1 4202560 30131 0 0 0 42 3 0 0 15 0 19 0 490984540 7828082688 438283 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28792] ppid=28780 vsize=7644612 CPUtime=0.62 cores=0,2
/proc/28782/task/28792/stat : 28792 (java) S 28780 28782 28353 0 -1 4202560 29262 0 0 0 59 3 0 0 15 0 19 0 490984540 7828082688 438283 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28793] ppid=28780 vsize=7644612 CPUtime=15.53 cores=0,2
/proc/28782/task/28793/stat : 28793 (java) S 28780 28782 28353 0 -1 4202560 97384 0 0 0 1544 9 0 0 15 0 19 0 490984541 7828082688 438283 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331904 0 0 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28794] ppid=28780 vsize=7644612 CPUtime=0 cores=0,2
/proc/28782/task/28794/stat : 28794 (java) S 28780 28782 28353 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490984541 7828082688 438283 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28795] ppid=28780 vsize=7644612 CPUtime=0 cores=0,2
/proc/28782/task/28795/stat : 28795 (java) S 28780 28782 28353 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490984541 7828082688 438283 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28796] ppid=28780 vsize=7644612 CPUtime=0 cores=0,2
/proc/28782/task/28796/stat : 28796 (java) S 28780 28782 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490984544 7828082688 438283 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646338993 0 4 0 16800975 18446604451908969408 0 0 -1 2 0 0 0
[pid=28782/tid=28797] ppid=28780 vsize=7644612 CPUtime=0.39 cores=0,2
/proc/28782/task/28797/stat : 28797 (java) S 28780 28782 28353 0 -1 4202560 1980 0 0 0 39 0 0 0 15 0 19 0 490984544 7828082688 438283 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28798] ppid=28780 vsize=7644612 CPUtime=0.68 cores=0,2
/proc/28782/task/28798/stat : 28798 (java) S 28780 28782 28353 0 -1 4202560 1390 0 0 0 68 0 0 0 15 0 19 0 490984544 7828082688 438283 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28799] ppid=28780 vsize=7644612 CPUtime=0 cores=0,2
/proc/28782/task/28799/stat : 28799 (java) S 28780 28782 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490984544 7828082688 438283 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 2 0 0 0
[pid=28782/tid=28800] ppid=28780 vsize=7644612 CPUtime=0 cores=0,2
/proc/28782/task/28800/stat : 28800 (java) S 28780 28782 28353 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 19 0 490984544 7828082688 438283 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331904 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28801] ppid=28780 vsize=7644612 CPUtime=0 cores=0,2
/proc/28782/task/28801/stat : 28801 (java) S 28780 28782 28353 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 490985351 7828082688 438283 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331904 0 4 0 16800975 18446604451908969408 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1244.7
Current children cumulated vsize (KiB) 7644612



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.23 3.60 4/238 28959
/proc/meminfo: memFree=14702748/32951124 swapFree=67111528/67111528
[pid=28782] ppid=28780 vsize=7644612 CPUtime=1302.4 cores=0,2
/proc/28782/stat : 28782 (java) S 28780 28782 28353 0 -1 4202496 441482 0 1 0 130173 67 0 0 22 0 19 0 490984532 7828082688 438283 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28782/statm: 1911153 438283 2254 9 0 1901891 0
[pid=28782/tid=28784] ppid=28780 vsize=7644612 CPUtime=1282.52 cores=0,2
/proc/28782/task/28784/stat : 28784 (java) R 28780 28782 28353 0 -1 4202560 188338 0 1 0 128217 35 0 0 25 0 19 0 490984536 7828082688 438283 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 46912505820567 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28782/tid=28785] ppid=28780 vsize=7644612 CPUtime=1.11 cores=0,2
/proc/28782/task/28785/stat : 28785 (java) S 28780 28782 28353 0 -1 4202560 67306 0 0 0 100 11 0 0 16 0 19 0 490984540 7828082688 438283 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28786] ppid=28780 vsize=7644612 CPUtime=0.24 cores=0,2
/proc/28782/task/28786/stat : 28786 (java) S 28780 28782 28353 0 -1 4202560 3 0 0 0 24 0 0 0 15 0 19 0 490984540 7828082688 438283 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28787] ppid=28780 vsize=7644612 CPUtime=0 cores=0,2
/proc/28782/task/28787/stat : 28787 (java) S 28780 28782 28353 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490984540 7828082688 438283 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28788] ppid=28780 vsize=7644612 CPUtime=0.19 cores=0,2
/proc/28782/task/28788/stat : 28788 (java) S 28780 28782 28353 0 -1 4202560 121 0 0 0 19 0 0 0 16 0 19 0 490984540 7828082688 438283 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28789] ppid=28780 vsize=7644612 CPUtime=0.19 cores=0,2
/proc/28782/task/28789/stat : 28789 (java) S 28780 28782 28353 0 -1 4202560 8396 0 0 0 19 0 0 0 16 0 19 0 490984540 7828082688 438283 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28790] ppid=28780 vsize=7644612 CPUtime=0.35 cores=0,2
/proc/28782/task/28790/stat : 28790 (java) S 28780 28782 28353 0 -1 4202560 15943 0 0 0 34 1 0 0 15 0 19 0 490984540 7828082688 438283 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28791] ppid=28780 vsize=7644612 CPUtime=0.45 cores=0,2
/proc/28782/task/28791/stat : 28791 (java) S 28780 28782 28353 0 -1 4202560 30131 0 0 0 42 3 0 0 15 0 19 0 490984540 7828082688 438283 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28792] ppid=28780 vsize=7644612 CPUtime=0.62 cores=0,2
/proc/28782/task/28792/stat : 28792 (java) S 28780 28782 28353 0 -1 4202560 29262 0 0 0 59 3 0 0 15 0 19 0 490984540 7828082688 438283 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28793] ppid=28780 vsize=7644612 CPUtime=15.53 cores=0,2
/proc/28782/task/28793/stat : 28793 (java) S 28780 28782 28353 0 -1 4202560 97384 0 0 0 1544 9 0 0 15 0 19 0 490984541 7828082688 438283 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331904 0 0 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28794] ppid=28780 vsize=7644612 CPUtime=0 cores=0,2
/proc/28782/task/28794/stat : 28794 (java) S 28780 28782 28353 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490984541 7828082688 438283 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28795] ppid=28780 vsize=7644612 CPUtime=0 cores=0,2
/proc/28782/task/28795/stat : 28795 (java) S 28780 28782 28353 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490984541 7828082688 438283 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28796] ppid=28780 vsize=7644612 CPUtime=0 cores=0,2
/proc/28782/task/28796/stat : 28796 (java) S 28780 28782 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490984544 7828082688 438283 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646338993 0 4 0 16800975 18446604451908969408 0 0 -1 2 0 0 0
[pid=28782/tid=28797] ppid=28780 vsize=7644612 CPUtime=0.39 cores=0,2
/proc/28782/task/28797/stat : 28797 (java) S 28780 28782 28353 0 -1 4202560 1980 0 0 0 39 0 0 0 15 0 19 0 490984544 7828082688 438283 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28798] ppid=28780 vsize=7644612 CPUtime=0.68 cores=0,2
/proc/28782/task/28798/stat : 28798 (java) S 28780 28782 28353 0 -1 4202560 1390 0 0 0 68 0 0 0 15 0 19 0 490984544 7828082688 438283 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28799] ppid=28780 vsize=7644612 CPUtime=0 cores=0,2
/proc/28782/task/28799/stat : 28799 (java) S 28780 28782 28353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490984544 7828082688 438283 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331289 0 4 0 16800975 18446604451908969408 0 0 -1 2 0 0 0
[pid=28782/tid=28800] ppid=28780 vsize=7644612 CPUtime=0 cores=0,2
/proc/28782/task/28800/stat : 28800 (java) S 28780 28782 28353 0 -1 4202560 76 0 0 0 0 0 0 0 15 0 19 0 490984544 7828082688 438283 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331904 0 4 0 16800975 18446604451908969408 0 0 -1 0 0 0 0
[pid=28782/tid=28801] ppid=28780 vsize=7644612 CPUtime=0 cores=0,2
/proc/28782/task/28801/stat : 28801 (java) S 28780 28782 28353 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 490985351 7828082688 438283 33554432000 1073741824 1073778376 140735306997984 18446744073709551615 216646331904 0 4 0 16800975 18446604451908969408 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1302.4
Current children cumulated vsize (KiB) 7644612

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.00 3.23 3.60 4/238 28959
/proc/meminfo: memFree=14702748/32951124 swapFree=67111528/67111528
[pid=28782] ppid=28780 vsize=0 CPUtime=1302.54 cores=0,2
/proc/28782/stat : 28782 (java) Z 28780 28782 28353 0 -1 4203548 441517 0 1 0 130180 74 0 0 17 0 2 0 490984532 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28782/statm: 0 0 0 0 0 0 0
[pid=28782/tid=28784] ppid=28780 vsize=0 CPUtime=1282.62 cores=0,2
/proc/28782/task/28784/stat : 28784 (java) R 28780 28782 28353 0 -1 4203588 188339 0 1 0 128220 42 0 0 25 0 2 0 490984536 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1302.54
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1300.13
CPU time (s): 1302.56
CPU user time (s): 1301.8
CPU system time (s): 0.762884
CPU usage (%): 100.187
Max. virtual memory (cumulated for all children) (KiB): 7644612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.8
system time used= 0.762884
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 441517
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= 26891
involuntary context switches= 9851

runsolver used 2.34864 second user time and 4.75128 second system time

The end

Launcher Data

Begin job on node103 at 2011-04-26 06:56:59
IDJOB=3293583
IDBENCH=88159
IDSOLVER=1611
FILE ID=node103/3293583-1303793816
RUNJOBID= node103-1303792496-28371
PBS_JOBID= 13157275
Free space on /tmp= 71576 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/1dlx_c_iq57_a.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-3293583-1303793816/watcher-3293583-1303793816 -o /tmp/evaluation-result-3293583-1303793816/solver-3293583-1303793816 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3293583-1303793816.cnf

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

MD5SUM BENCH= 953b9cb99bfd26cff0e1ac65be1241f6
RANDOM SEED=1121794053

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
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.75
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.858
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.858
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.83
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.858
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:     32951124 kB
MemFree:      18338136 kB
Buffers:       2128624 kB
Cached:       11413408 kB
SwapCached:          0 kB
Active:        4714768 kB
Inactive:      9309024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18338136 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          197724 kB
Writeback:           0 kB
AnonPages:      480688 kB
Mapped:          23472 kB
Slab:           523000 kB
PageTables:       6568 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 22092028 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= 71412 MiB
End job on node103 at 2011-04-26 07:18:41