Trace number 3291973

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.58 1300.13

General information on the benchmark

NameSAT04/industrial/velev/vliw_unsat_2.0/
9dlx_vliw_at_b_iq8.used-as.sat04-718.cnf
MD5SUM776da55785376fd8eac6989ca812b102
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1002.78
Satisfiable
(Un)Satisfiability was proved
Number of variables371419
Number of clauses7170909
Sum of the clauses size20872419
Maximum clause length205
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 26770451
Number of clauses of size 392326
Number of clauses of size 48862
Number of clauses of size 523554
Number of clauses of size over 5275715

Solver Data

0.03/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.07	c See www.sat4j.org for details.
0.03/0.07	c no version file found!!!
0.03/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.07	c java.vm.version	19.1-b02
0.03/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.07	c sun.arch.data.model	64
0.03/0.07	c java.version		1.6.0_24
0.03/0.07	c os.name		Linux
0.03/0.07	c os.version		2.6.18-164.el5
0.03/0.07	c os.arch		amd64
0.03/0.07	c Free memory 		6997539544
0.03/0.07	c Max memory 		7034241024
0.03/0.07	c Total memory 		7034241024
0.03/0.07	c Number of processors 	8
0.03/0.09	c --- Begin Solver configuration ---
0.03/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.03/0.09	c Learn all clauses as in MiniSAT
0.03/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.03/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.03/0.09	c Expensive reason simplification
0.03/0.09	c Armin Biere (Picosat) restarts strategy
0.03/0.09	c Glucose learned constraints deletion strategy
0.03/0.09	c timeout=2147483647s
0.03/0.09	c DB Simplification allowed=true
0.03/0.09	c --- End Solver configuration ---
0.03/0.09	c solving HOME/instance-3291973-1303791989.cnf
0.03/0.09	c reading problem ... 
6.17/6.01	c ... done. Wall clock time 5.916s.
6.17/6.01	c #vars     371419
6.17/6.01	c #constraints  7170909
6.17/6.01	c constraints type 
6.17/6.01	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 400457
6.17/6.01	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6770451
31.10/30.51	c cleaning 2498 clauses out of 5002 with flag 5002/5002
52.37/51.02	c cleaning 4242 clauses out of 8503 with flag 11001/11001
80.90/79.51	c cleaning 5620 clauses out of 11260 with flag 18000/18000
114.74/113.36	c cleaning 6739 clauses out of 13640 with flag 26000/26000
150.50/149.07	c cleaning 7924 clauses out of 15903 with flag 35002/35002
184.75/183.27	c cleaning 8987 clauses out of 17977 with flag 45000/45000
220.38/218.85	c cleaning 9992 clauses out of 19990 with flag 56000/56000
259.12/257.50	c cleaning 10985 clauses out of 21998 with flag 68000/68000
297.46/295.88	c cleaning 11975 clauses out of 24014 with flag 81001/81001
345.70/344.07	c cleaning 13010 clauses out of 26038 with flag 95000/95000
395.73/394.07	c cleaning 13999 clauses out of 28029 with flag 110001/110001
440.57/438.88	c cleaning 14788 clauses out of 30029 with flag 126000/126000
492.31/490.56	c cleaning 16022 clauses out of 32241 with flag 143000/143000
546.45/544.63	c cleaning 16989 clauses out of 34219 with flag 161000/161000
601.88/600.07	c cleaning 17887 clauses out of 36231 with flag 180001/180001
654.72/652.81	c cleaning 19064 clauses out of 38343 with flag 200000/200000
712.56/710.68	c cleaning 20079 clauses out of 40280 with flag 221001/221001
772.11/770.15	c cleaning 21005 clauses out of 42201 with flag 243001/243001
827.65/825.65	c cleaning 22047 clauses out of 44195 with flag 266000/266000
886.30/884.23	c cleaning 22842 clauses out of 46149 with flag 290001/290001
941.43/939.33	c cleaning 24033 clauses out of 48306 with flag 315000/315000
1000.17/998.05	c cleaning 25131 clauses out of 50275 with flag 341002/341002
1060.61/1058.47	c cleaning 25890 clauses out of 52143 with flag 368001/368001
1116.66/1114.44	c cleaning 26947 clauses out of 54254 with flag 396002/396002
1191.00/1188.75	c cleaning 28139 clauses out of 56307 with flag 425002/425002
1258.35/1256.02	c cleaning 29052 clauses out of 58167 with flag 455001/455001
1302.40/1300.02	c starts		: 856
1302.40/1300.02	c conflicts		: 476407
1302.40/1300.02	c decisions		: 19570539
1302.40/1300.02	c propagations		: 1457811153
1302.40/1300.02	c inspects		: 6060776140
1302.40/1300.02	c shortcuts		: 0
1302.40/1300.02	c learnt literals	: 0
1302.40/1300.02	c learnt binary clauses	: 753
1302.40/1300.02	c learnt ternary clauses	: 1271
1302.40/1300.02	c learnt constraints	: 476407
1302.40/1300.02	c ignored constraints	: 0
1302.40/1300.02	c root simplifications	: 856
1302.40/1300.02	c removed literals (reason simplification)	: 10540835
1302.40/1300.02	c reason swapping (by a shorter reason)	: 0
1302.40/1300.02	c Calls to reduceDB	: 26
1302.40/1300.02	c speed (assignments/second)	: 1126587.6301964596
1302.40/1300.02	c non guided choices	8254409
1302.40/1300.07	c learnt constraints type 
1302.40/1300.07	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 753
1302.40/1300.07	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 49770
1302.40/1300.07	c constraints type 
1302.40/1300.07	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 400457
1302.40/1300.07	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6770451
1302.40/1300.07	s UNKNOWN
1302.40/1300.07	c Total wall clock time (in seconds) : 1299.925

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

running on 2 cores: 1,3

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: 4.10 4.03 3.92 5/247 2902
/proc/meminfo: memFree=25671432/32951124 swapFree=67111524/67111528
[pid=2902] ppid=2900 vsize=256 CPUtime=0 cores=1,3
/proc/2902/stat : 2902 (java) R 2900 2902 2468 0 -1 4194304 269 0 0 0 0 0 0 0 23 0 1 0 490797552 262144 32 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232330968711 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2902/statm: 64 32 24 9 0 23 0

[startup+0.0379759 s]
/proc/loadavg: 4.10 4.03 3.92 5/247 2902
/proc/meminfo: memFree=25671432/32951124 swapFree=67111524/67111528
[pid=2902] ppid=2900 vsize=7564352 CPUtime=0.03 cores=1,3
/proc/2902/stat : 2902 (java) S 2900 2902 2468 0 -1 4202496 8667 0 1 0 2 1 0 0 23 0 13 0 490797552 7745896448 8363 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347695077 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/2902/statm: 1891088 8365 1657 9 0 1881836 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 7564352

[startup+0.100935 s]
/proc/loadavg: 4.10 4.03 3.92 5/247 2902
/proc/meminfo: memFree=25671432/32951124 swapFree=67111524/67111528
[pid=2902] ppid=2900 vsize=7636332 CPUtime=0.1 cores=1,3
/proc/2902/stat : 2902 (java) S 2900 2902 2468 0 -1 4202496 12447 0 1 0 9 1 0 0 23 0 18 0 490797552 7819603968 12144 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2902/statm: 1909083 12171 2093 9 0 1899821 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7636332

[startup+0.300933 s]
/proc/loadavg: 4.10 4.03 3.92 5/247 2902
/proc/meminfo: memFree=25671432/32951124 swapFree=67111524/67111528
[pid=2902] ppid=2900 vsize=7642864 CPUtime=0.46 cores=1,3
/proc/2902/stat : 2902 (java) S 2900 2902 2468 0 -1 4202496 23047 0 1 0 44 2 0 0 23 0 18 0 490797552 7826292736 22251 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2902/statm: 1910716 22252 2197 9 0 1901454 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 7642864

[startup+0.700863 s]
/proc/loadavg: 4.10 4.03 3.92 5/247 2902
/proc/meminfo: memFree=25671432/32951124 swapFree=67111524/67111528
[pid=2902] ppid=2900 vsize=7642864 CPUtime=0.86 cores=1,3
/proc/2902/stat : 2902 (java) S 2900 2902 2468 0 -1 4202496 32925 0 1 0 82 4 0 0 23 0 18 0 490797552 7826292736 32129 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2902/statm: 1910716 32130 2197 9 0 1901454 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 7642864

[startup+1.50072 s]
/proc/loadavg: 4.09 4.03 3.92 5/265 2922
/proc/meminfo: memFree=25524108/32951124 swapFree=67111524/67111528
[pid=2902] ppid=2900 vsize=7642864 CPUtime=1.66 cores=1,3
/proc/2902/stat : 2902 (java) S 2900 2902 2468 0 -1 4202496 51990 0 1 0 159 7 0 0 23 0 18 0 490797552 7826292736 51193 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2902/statm: 1910716 51197 2198 9 0 1901454 0
[pid=2902/tid=2904] ppid=2900 vsize=7642864 CPUtime=1.48 cores=1,3
/proc/2902/task/2904/stat : 2904 (java) R 2900 2902 2468 0 -1 4202560 48199 0 1 0 141 7 0 0 25 0 18 0 490797553 7826292736 51197 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 46912505586479 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2902/tid=2906] ppid=2900 vsize=7642864 CPUtime=0 cores=1,3
/proc/2902/task/2906/stat : 2906 (java) S 2900 2902 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490797554 7826292736 51198 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=2902/tid=2907] ppid=2900 vsize=7642864 CPUtime=0 cores=1,3
/proc/2902/task/2907/stat : 2907 (java) S 2900 2902 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490797554 7826292736 51198 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=2902/tid=2909] ppid=2900 vsize=7642864 CPUtime=0 cores=1,3
/proc/2902/task/2909/stat : 2909 (java) S 2900 2902 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490797554 7826292736 51199 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=2902/tid=2910] ppid=2900 vsize=7642864 CPUtime=0 cores=1,3
/proc/2902/task/2910/stat : 2910 (java) S 2900 2902 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490797554 7826292736 51199 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=2902/tid=2911] ppid=2900 vsize=7642864 CPUtime=0 cores=1,3
/proc/2902/task/2911/stat : 2911 (java) S 2900 2902 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490797554 7826292736 51200 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=2902/tid=2912] ppid=2900 vsize=7642864 CPUtime=0 cores=1,3
/proc/2902/task/2912/stat : 2912 (java) S 2900 2902 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490797554 7826292736 51200 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=2902/tid=2913] ppid=2900 vsize=7642864 CPUtime=0 cores=1,3
/proc/2902/task/2913/stat : 2913 (java) S 2900 2902 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490797554 7826292736 51201 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=2902/tid=2914] ppid=2900 vsize=7642864 CPUtime=0 cores=1,3
/proc/2902/task/2914/stat : 2914 (java) S 2900 2902 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490797554 7826292736 51201 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=2902/tid=2915] ppid=2900 vsize=7642864 CPUtime=0 cores=1,3
/proc/2902/task/2915/stat : 2915 (java) S 2900 2902 2468 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 18 0 490797555 7826292736 51202 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708928 0 0 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=2902/tid=2916] ppid=2900 vsize=7642864 CPUtime=0 cores=1,3
/proc/2902/task/2916/stat : 2916 (java) S 2900 2902 2468 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 490797556 7826292736 51202 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=2902/tid=2917] ppid=2900 vsize=7642864 CPUtime=0 cores=1,3
/proc/2902/task/2917/stat : 2917 (java) S 2900 2902 2468 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 490797556 7826292736 51203 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=2902/tid=2918] ppid=2900 vsize=7642864 CPUtime=0 cores=1,3
/proc/2902/task/2918/stat : 2918 (java) S 2900 2902 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490797558 7826292736 51203 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347716017 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=2902/tid=2919] ppid=2900 vsize=7642864 CPUtime=0.03 cores=1,3
/proc/2902/task/2919/stat : 2919 (java) S 2900 2902 2468 0 -1 4202560 232 0 0 0 3 0 0 0 25 0 18 0 490797558 7826292736 51204 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=2902/tid=2920] ppid=2900 vsize=7642864 CPUtime=0.15 cores=1,3
/proc/2902/task/2920/stat : 2920 (java) S 2900 2902 2468 0 -1 4202560 2411 0 0 0 15 0 0 0 25 0 18 0 490797558 7826292736 51204 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=2902/tid=2921] ppid=2900 vsize=7642864 CPUtime=0 cores=1,3
/proc/2902/task/2921/stat : 2921 (java) S 2900 2902 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490797558 7826292736 51205 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=2902/tid=2922] ppid=2900 vsize=7642864 CPUtime=0 cores=1,3
/proc/2902/task/2922/stat : 2922 (java) S 2900 2902 2468 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 490797558 7826292736 51205 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708928 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 7642864

[startup+3.68833 s]
/proc/loadavg: 4.09 4.03 3.92 5/265 2922
/proc/meminfo: memFree=25524108/32951124 swapFree=67111524/67111528
[pid=2902] ppid=2900 vsize=7642864 CPUtime=3.86 cores=1,3
/proc/2902/stat : 2902 (java) S 2900 2902 2468 0 -1 4202496 99218 0 1 0 370 16 0 0 23 0 18 0 490797552 7826292736 98422 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2902/statm: 1910716 98422 2198 9 0 1901454 0
[pid=2902/tid=2904] ppid=2900 vsize=7642864 CPUtime=3.67 cores=1,3
/proc/2902/task/2904/stat : 2904 (java) R 2900 2902 2468 0 -1 4202560 95424 0 1 0 351 16 0 0 25 0 18 0 490797553 7826292736 98422 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 46912505586479 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2902/tid=2906] ppid=2900 vsize=7642864 CPUtime=0 cores=1,3
/proc/2902/task/2906/stat : 2906 (java) S 2900 2902 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490797554 7826292736 98423 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=2902/tid=2907] ppid=2900 vsize=7642864 CPUtime=0 cores=1,3
/proc/2902/task/2907/stat : 2907 (java) S 2900 2902 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490797554 7826292736 98423 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=2902/tid=2909] ppid=2900 vsize=7642864 CPUtime=0 cores=1,3
/proc/2902/task/2909/stat : 2909 (java) S 2900 2902 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490797554 7826292736 98424 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=2902/tid=2910] ppid=2900 vsize=7642864 CPUtime=0 cores=1,3
/proc/2902/task/2910/stat : 2910 (java) S 2900 2902 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490797554 7826292736 98424 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=2902/tid=2911] ppid=2900 vsize=7642864 CPUtime=0 cores=1,3
/proc/2902/task/2911/stat : 2911 (java) S 2900 2902 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490797554 7826292736 98424 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=2902/tid=2912] ppid=2900 vsize=7642864 CPUtime=0 cores=1,3
/proc/2902/task/2912/stat : 2912 (java) S 2900 2902 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490797554 7826292736 98424 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=2902/tid=2913] ppid=2900 vsize=7642864 CPUtime=0 cores=1,3
/proc/2902/task/2913/stat : 2913 (java) S 2900 2902 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490797554 7826292736 98425 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=2902/tid=2914] ppid=2900 vsize=7642864 CPUtime=0 cores=1,3
/proc/2902/task/2914/stat : 2914 (java) S 2900 2902 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490797554 7826292736 98425 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=2902/tid=2915] ppid=2900 vsize=7642864 CPUtime=0 cores=1,3
/proc/2902/task/2915/stat : 2915 (java) S 2900 2902 2468 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 18 0 490797555 7826292736 98425 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708928 0 0 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=2902/tid=2916] ppid=2900 vsize=7642864 CPUtime=0 cores=1,3
/proc/2902/task/2916/stat : 2916 (java) S 2900 2902 2468 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 490797556 7826292736 98426 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=2902/tid=2917] ppid=2900 vsize=7642864 CPUtime=0 cores=1,3
/proc/2902/task/2917/stat : 2917 (java) S 2900 2902 2468 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 490797556 7826292736 98426 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=2902/tid=2918] ppid=2900 vsize=7642864 CPUtime=0 cores=1,3
/proc/2902/task/2918/stat : 2918 (java) S 2900 2902 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490797558 7826292736 98426 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347716017 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=2902/tid=2919] ppid=2900 vsize=7642864 CPUtime=0.03 cores=1,3
/proc/2902/task/2919/stat : 2919 (java) S 2900 2902 2468 0 -1 4202560 232 0 0 0 3 0 0 0 25 0 18 0 490797558 7826292736 98427 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=2902/tid=2920] ppid=2900 vsize=7642864 CPUtime=0.15 cores=1,3
/proc/2902/task/2920/stat : 2920 (java) S 2900 2902 2468 0 -1 4202560 2411 0 0 0 15 0 0 0 25 0 18 0 490797558 7826292736 98427 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=2902/tid=2921] ppid=2900 vsize=7642864 CPUtime=0 cores=1,3
/proc/2902/task/2921/stat : 2921 (java) S 2900 2902 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490797558 7826292736 98428 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=2902/tid=2922] ppid=2900 vsize=7642864 CPUtime=0 cores=1,3
/proc/2902/task/2922/stat : 2922 (java) S 2900 2902 2468 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 490797558 7826292736 98428 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708928 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.86
Current children cumulated vsize (KiB) 7642864

[startup+6.30087 s]
/proc/loadavg: 4.08 4.03 3.92 5/266 2924
/proc/meminfo: memFree=25073420/32951124 swapFree=67111524/67111528
[pid=2902] ppid=2900 vsize=7643892 CPUtime=6.59 cores=1,3
/proc/2902/stat : 2902 (java) S 2900 2902 2468 0 -1 4202496 152698 0 1 0 634 25 0 0 23 0 19 0 490797552 7827345408 151899 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2902/statm: 1910973 151899 2212 9 0 1901711 0
[pid=2902/tid=2904] ppid=2900 vsize=7643892 CPUtime=6.28 cores=1,3
/proc/2902/task/2904/stat : 2904 (java) R 2900 2902 2468 0 -1 4202560 148877 0 1 0 603 25 0 0 25 0 19 0 490797553 7827345408 151905 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347709382 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2902/tid=2906] ppid=2900 vsize=7643892 CPUtime=0 cores=1,3
/proc/2902/task/2906/stat : 2906 (java) S 2900 2902 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490797554 7827345408 151905 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=2902/tid=2907] ppid=2900 vsize=7643892 CPUtime=0 cores=1,3
/proc/2902/task/2907/stat : 2907 (java) S 2900 2902 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490797554 7827345408 151905 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=2902/tid=2909] ppid=2900 vsize=7643892 CPUtime=0 cores=1,3
/proc/2902/task/2909/stat : 2909 (java) S 2900 2902 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490797554 7827345408 151905 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=2902/tid=2910] ppid=2900 vsize=7643892 CPUtime=0 cores=1,3
/proc/2902/task/2910/stat : 2910 (java) S 2900 2902 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490797554 7827345408 151905 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=2902/tid=2911] ppid=2900 vsize=7643892 CPUtime=0 cores=1,3
/proc/2902/task/2911/stat : 2911 (java) S 2900 2902 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490797554 7827345408 151905 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=2902/tid=2912] ppid=2900 vsize=7643892 CPUtime=0 cores=1,3
/proc/2902/task/2912/stat : 2912 (java) S 2900 2902 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490797554 7827345408 151905 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=2902/tid=2913] ppid=2900 vsize=7643892 CPUtime=0 cores=1,3
/proc/2902/task/2913/stat : 2913 (java) S 2900 2902 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490797554 7827345408 151905 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=2902/tid=2914] ppid=2900 vsize=7643892 CPUtime=0 cores=1,3
/proc/2902/task/2914/stat : 2914 (java) S 2900 2902 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490797554 7827345408 151905 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=2902/tid=2915] ppid=2900 vsize=7643892 CPUtime=0 cores=1,3
/proc/2902/task/2915/stat : 2915 (java) S 2900 2902 2468 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 19 0 490797555 7827345408 151905 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708928 0 0 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=2902/tid=2916] ppid=2900 vsize=7643892 CPUtime=0 cores=1,3
/proc/2902/task/2916/stat : 2916 (java) S 2900 2902 2468 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 490797556 7827345408 151905 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=2902/tid=2917] ppid=2900 vsize=7643892 CPUtime=0 cores=1,3
/proc/2902/task/2917/stat : 2917 (java) S 2900 2902 2468 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490797556 7827345408 151905 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=2902/tid=2918] ppid=2900 vsize=7643892 CPUtime=0 cores=1,3
/proc/2902/task/2918/stat : 2918 (java) S 2900 2902 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490797558 7827345408 151905 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347716017 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=2902/tid=2919] ppid=2900 vsize=7643892 CPUtime=0.1 cores=1,3
/proc/2902/task/2919/stat : 2919 (java) S 2900 2902 2468 0 -1 4202560 242 0 0 0 10 0 0 0 16 0 19 0 490797558 7827345408 151905 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=2902/tid=2920] ppid=2900 vsize=7643892 CPUtime=0.19 cores=1,3
/proc/2902/task/2920/stat : 2920 (java) R 2900 2902 2468 0 -1 4202560 2422 0 0 0 19 0 0 0 16 0 19 0 490797558 7827345408 151905 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=2902/tid=2921] ppid=2900 vsize=7643892 CPUtime=0 cores=1,3
/proc/2902/task/2921/stat : 2921 (java) S 2900 2902 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490797558 7827345408 151905 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=2902/tid=2922] ppid=2900 vsize=7643892 CPUtime=0 cores=1,3
/proc/2902/task/2922/stat : 2922 (java) S 2900 2902 2468 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 490797558 7827345408 151905 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708928 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=2902/tid=2924] ppid=2900 vsize=7643892 CPUtime=0 cores=1,3
/proc/2902/task/2924/stat : 2924 (java) S 2900 2902 2468 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 490798160 7827345408 151905 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708928 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.59
Current children cumulated vsize (KiB) 7643892

[startup+12.7007 s]
/proc/loadavg: 4.08 4.02 3.92 5/266 2924
/proc/meminfo: memFree=25063128/32951124 swapFree=67111524/67111528
[pid=2902] ppid=2900 vsize=7643892 CPUtime=13.28 cores=1,3
/proc/2902/stat : 2902 (java) S 2900 2902 2468 0 -1 4202496 155212 0 1 0 1302 26 0 0 23 0 19 0 490797552 7827345408 154408 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0

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

/proc/2902/task/2917/stat : 2917 (java) S 2900 2902 2468 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490797556 7827345408 370435 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=2902/tid=2918] ppid=2900 vsize=7643892 CPUtime=0 cores=1,3
/proc/2902/task/2918/stat : 2918 (java) S 2900 2902 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490797558 7827345408 370435 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347716017 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=2902/tid=2919] ppid=2900 vsize=7643892 CPUtime=0.36 cores=1,3
/proc/2902/task/2919/stat : 2919 (java) S 2900 2902 2468 0 -1 4202560 1007 0 0 0 36 0 0 0 15 0 19 0 490797558 7827345408 370435 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=2902/tid=2920] ppid=2900 vsize=7643892 CPUtime=0.46 cores=1,3
/proc/2902/task/2920/stat : 2920 (java) S 2900 2902 2468 0 -1 4202560 2578 0 0 0 46 0 0 0 15 0 19 0 490797558 7827345408 370435 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=2902/tid=2921] ppid=2900 vsize=7643892 CPUtime=0 cores=1,3
/proc/2902/task/2921/stat : 2921 (java) S 2900 2902 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490797558 7827345408 370435 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=2902/tid=2922] ppid=2900 vsize=7643892 CPUtime=0 cores=1,3
/proc/2902/task/2922/stat : 2922 (java) S 2900 2902 2468 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 19 0 490797558 7827345408 370435 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708928 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=2902/tid=2924] ppid=2900 vsize=7643892 CPUtime=0 cores=1,3
/proc/2902/task/2924/stat : 2924 (java) S 2900 2902 2468 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 490798160 7827345408 370435 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708928 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1124.6
Current children cumulated vsize (KiB) 7643892

[startup+1182.31 s]
/proc/loadavg: 3.04 3.22 3.58 4/242 3083
/proc/meminfo: memFree=21539312/32951124 swapFree=67111524/67111528
[pid=2902] ppid=2900 vsize=7643892 CPUtime=1184.6 cores=1,3
/proc/2902/stat : 2902 (java) S 2900 2902 2468 0 -1 4202496 372451 0 1 0 118408 52 0 0 23 0 19 0 490797552 7827345408 370435 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2902/statm: 1910973 370435 2253 9 0 1901711 0
[pid=2902/tid=2904] ppid=2900 vsize=7643892 CPUtime=1149.31 cores=1,3
/proc/2902/task/2904/stat : 2904 (java) R 2900 2902 2468 0 -1 4202560 151882 0 1 0 114905 26 0 0 25 0 19 0 490797553 7827345408 370435 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 46912505761443 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2902/tid=2906] ppid=2900 vsize=7643892 CPUtime=0.4 cores=1,3
/proc/2902/task/2906/stat : 2906 (java) S 2900 2902 2468 0 -1 4202560 29 0 0 0 40 0 0 0 15 0 19 0 490797554 7827345408 370435 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=2902/tid=2907] ppid=2900 vsize=7643892 CPUtime=0.15 cores=1,3
/proc/2902/task/2907/stat : 2907 (java) S 2900 2902 2468 0 -1 4202560 6 0 0 0 15 0 0 0 15 0 19 0 490797554 7827345408 370435 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=2902/tid=2909] ppid=2900 vsize=7643892 CPUtime=0.22 cores=1,3
/proc/2902/task/2909/stat : 2909 (java) S 2900 2902 2468 0 -1 4202560 191 0 0 0 22 0 0 0 15 0 19 0 490797554 7827345408 370435 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=2902/tid=2910] ppid=2900 vsize=7643892 CPUtime=0.3 cores=1,3
/proc/2902/task/2910/stat : 2910 (java) S 2900 2902 2468 0 -1 4202560 5051 0 0 0 30 0 0 0 16 0 19 0 490797554 7827345408 370435 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=2902/tid=2911] ppid=2900 vsize=7643892 CPUtime=0.3 cores=1,3
/proc/2902/task/2911/stat : 2911 (java) S 2900 2902 2468 0 -1 4202560 8033 0 0 0 30 0 0 0 15 0 19 0 490797554 7827345408 370435 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=2902/tid=2912] ppid=2900 vsize=7643892 CPUtime=0.36 cores=1,3
/proc/2902/task/2912/stat : 2912 (java) S 2900 2902 2468 0 -1 4202560 12351 0 0 0 35 1 0 0 16 0 19 0 490797554 7827345408 370435 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=2902/tid=2913] ppid=2900 vsize=7643892 CPUtime=1.02 cores=1,3
/proc/2902/task/2913/stat : 2913 (java) S 2900 2902 2468 0 -1 4202560 72213 0 0 0 92 10 0 0 16 0 19 0 490797554 7827345408 370435 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=2902/tid=2914] ppid=2900 vsize=7643892 CPUtime=0.61 cores=1,3
/proc/2902/task/2914/stat : 2914 (java) S 2900 2902 2468 0 -1 4202560 18800 0 0 0 59 2 0 0 15 0 19 0 490797554 7827345408 370435 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=2902/tid=2915] ppid=2900 vsize=7643892 CPUtime=31 cores=1,3
/proc/2902/task/2915/stat : 2915 (java) S 2900 2902 2468 0 -1 4202560 99089 0 0 0 3091 9 0 0 18 0 19 0 490797555 7827345408 370435 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708928 0 0 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=2902/tid=2916] ppid=2900 vsize=7643892 CPUtime=0 cores=1,3
/proc/2902/task/2916/stat : 2916 (java) S 2900 2902 2468 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490797556 7827345408 370435 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=2902/tid=2917] ppid=2900 vsize=7643892 CPUtime=0 cores=1,3
/proc/2902/task/2917/stat : 2917 (java) S 2900 2902 2468 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490797556 7827345408 370435 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=2902/tid=2918] ppid=2900 vsize=7643892 CPUtime=0 cores=1,3
/proc/2902/task/2918/stat : 2918 (java) S 2900 2902 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490797558 7827345408 370435 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347716017 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=2902/tid=2919] ppid=2900 vsize=7643892 CPUtime=0.36 cores=1,3
/proc/2902/task/2919/stat : 2919 (java) S 2900 2902 2468 0 -1 4202560 1007 0 0 0 36 0 0 0 15 0 19 0 490797558 7827345408 370435 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=2902/tid=2920] ppid=2900 vsize=7643892 CPUtime=0.46 cores=1,3
/proc/2902/task/2920/stat : 2920 (java) S 2900 2902 2468 0 -1 4202560 2578 0 0 0 46 0 0 0 15 0 19 0 490797558 7827345408 370435 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=2902/tid=2921] ppid=2900 vsize=7643892 CPUtime=0 cores=1,3
/proc/2902/task/2921/stat : 2921 (java) S 2900 2902 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490797558 7827345408 370435 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=2902/tid=2922] ppid=2900 vsize=7643892 CPUtime=0 cores=1,3
/proc/2902/task/2922/stat : 2922 (java) S 2900 2902 2468 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 19 0 490797558 7827345408 370435 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708928 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=2902/tid=2924] ppid=2900 vsize=7643892 CPUtime=0 cores=1,3
/proc/2902/task/2924/stat : 2924 (java) S 2900 2902 2468 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 490798160 7827345408 370435 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708928 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1184.6
Current children cumulated vsize (KiB) 7643892

[startup+1242.3 s]
/proc/loadavg: 3.06 3.19 3.54 5/242 3086
/proc/meminfo: memFree=21538076/32951124 swapFree=67111524/67111528
[pid=2902] ppid=2900 vsize=7643892 CPUtime=1244.64 cores=1,3
/proc/2902/stat : 2902 (java) S 2900 2902 2468 0 -1 4202496 372556 0 1 0 124412 52 0 0 23 0 19 0 490797552 7827345408 370535 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2902/statm: 1910973 370535 2253 9 0 1901711 0
[pid=2902/tid=2904] ppid=2900 vsize=7643892 CPUtime=1208.09 cores=1,3
/proc/2902/task/2904/stat : 2904 (java) R 2900 2902 2468 0 -1 4202560 151883 0 1 0 120783 26 0 0 25 0 19 0 490797553 7827345408 370535 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 46912505715831 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2902/tid=2906] ppid=2900 vsize=7643892 CPUtime=0.42 cores=1,3
/proc/2902/task/2906/stat : 2906 (java) S 2900 2902 2468 0 -1 4202560 29 0 0 0 42 0 0 0 15 0 19 0 490797554 7827345408 370535 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=2902/tid=2907] ppid=2900 vsize=7643892 CPUtime=0.15 cores=1,3
/proc/2902/task/2907/stat : 2907 (java) S 2900 2902 2468 0 -1 4202560 6 0 0 0 15 0 0 0 15 0 19 0 490797554 7827345408 370535 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=2902/tid=2909] ppid=2900 vsize=7643892 CPUtime=0.22 cores=1,3
/proc/2902/task/2909/stat : 2909 (java) S 2900 2902 2468 0 -1 4202560 191 0 0 0 22 0 0 0 15 0 19 0 490797554 7827345408 370535 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=2902/tid=2910] ppid=2900 vsize=7643892 CPUtime=0.34 cores=1,3
/proc/2902/task/2910/stat : 2910 (java) S 2900 2902 2468 0 -1 4202560 5051 0 0 0 34 0 0 0 16 0 19 0 490797554 7827345408 370535 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=2902/tid=2911] ppid=2900 vsize=7643892 CPUtime=0.31 cores=1,3
/proc/2902/task/2911/stat : 2911 (java) S 2900 2902 2468 0 -1 4202560 8033 0 0 0 31 0 0 0 15 0 19 0 490797554 7827345408 370535 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=2902/tid=2912] ppid=2900 vsize=7643892 CPUtime=0.39 cores=1,3
/proc/2902/task/2912/stat : 2912 (java) S 2900 2902 2468 0 -1 4202560 12351 0 0 0 38 1 0 0 15 0 19 0 490797554 7827345408 370535 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=2902/tid=2913] ppid=2900 vsize=7643892 CPUtime=1.02 cores=1,3
/proc/2902/task/2913/stat : 2913 (java) S 2900 2902 2468 0 -1 4202560 72213 0 0 0 92 10 0 0 15 0 19 0 490797554 7827345408 370535 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=2902/tid=2914] ppid=2900 vsize=7643892 CPUtime=0.61 cores=1,3
/proc/2902/task/2914/stat : 2914 (java) S 2900 2902 2468 0 -1 4202560 18800 0 0 0 59 2 0 0 15 0 19 0 490797554 7827345408 370535 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=2902/tid=2915] ppid=2900 vsize=7643892 CPUtime=32.16 cores=1,3
/proc/2902/task/2915/stat : 2915 (java) S 2900 2902 2468 0 -1 4202560 99191 0 0 0 3207 9 0 0 15 0 19 0 490797555 7827345408 370535 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708928 0 0 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=2902/tid=2916] ppid=2900 vsize=7643892 CPUtime=0 cores=1,3
/proc/2902/task/2916/stat : 2916 (java) S 2900 2902 2468 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490797556 7827345408 370535 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=2902/tid=2917] ppid=2900 vsize=7643892 CPUtime=0 cores=1,3
/proc/2902/task/2917/stat : 2917 (java) S 2900 2902 2468 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490797556 7827345408 370535 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=2902/tid=2918] ppid=2900 vsize=7643892 CPUtime=0 cores=1,3
/proc/2902/task/2918/stat : 2918 (java) S 2900 2902 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490797558 7827345408 370535 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347716017 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=2902/tid=2919] ppid=2900 vsize=7643892 CPUtime=0.36 cores=1,3
/proc/2902/task/2919/stat : 2919 (java) S 2900 2902 2468 0 -1 4202560 1007 0 0 0 36 0 0 0 15 0 19 0 490797558 7827345408 370535 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=2902/tid=2920] ppid=2900 vsize=7643892 CPUtime=0.46 cores=1,3
/proc/2902/task/2920/stat : 2920 (java) S 2900 2902 2468 0 -1 4202560 2578 0 0 0 46 0 0 0 15 0 19 0 490797558 7827345408 370535 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=2902/tid=2921] ppid=2900 vsize=7643892 CPUtime=0 cores=1,3
/proc/2902/task/2921/stat : 2921 (java) S 2900 2902 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490797558 7827345408 370535 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=2902/tid=2922] ppid=2900 vsize=7643892 CPUtime=0 cores=1,3
/proc/2902/task/2922/stat : 2922 (java) S 2900 2902 2468 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 19 0 490797558 7827345408 370535 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708928 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=2902/tid=2924] ppid=2900 vsize=7643892 CPUtime=0 cores=1,3
/proc/2902/task/2924/stat : 2924 (java) S 2900 2902 2468 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 490798160 7827345408 370535 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708928 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1244.64
Current children cumulated vsize (KiB) 7643892



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300.01 s]
/proc/loadavg: 3.02 3.16 3.51 4/242 3088
/proc/meminfo: memFree=21536716/32951124 swapFree=67111524/67111528
[pid=2902] ppid=2900 vsize=7643892 CPUtime=1302.4 cores=1,3
/proc/2902/stat : 2902 (java) S 2900 2902 2468 0 -1 4202496 372727 0 1 0 130188 52 0 0 23 0 19 0 490797552 7827345408 370699 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2902/statm: 1910973 370699 2253 9 0 1901711 0
[pid=2902/tid=2904] ppid=2900 vsize=7643892 CPUtime=1264.61 cores=1,3
/proc/2902/task/2904/stat : 2904 (java) R 2900 2902 2468 0 -1 4202560 151884 0 1 0 126435 26 0 0 25 0 19 0 490797553 7827345408 370699 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 46912505723067 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2902/tid=2906] ppid=2900 vsize=7643892 CPUtime=0.46 cores=1,3
/proc/2902/task/2906/stat : 2906 (java) S 2900 2902 2468 0 -1 4202560 29 0 0 0 46 0 0 0 16 0 19 0 490797554 7827345408 370699 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=2902/tid=2907] ppid=2900 vsize=7643892 CPUtime=0.15 cores=1,3
/proc/2902/task/2907/stat : 2907 (java) S 2900 2902 2468 0 -1 4202560 6 0 0 0 15 0 0 0 15 0 19 0 490797554 7827345408 370699 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=2902/tid=2909] ppid=2900 vsize=7643892 CPUtime=0.22 cores=1,3
/proc/2902/task/2909/stat : 2909 (java) S 2900 2902 2468 0 -1 4202560 191 0 0 0 22 0 0 0 15 0 19 0 490797554 7827345408 370699 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=2902/tid=2910] ppid=2900 vsize=7643892 CPUtime=0.34 cores=1,3
/proc/2902/task/2910/stat : 2910 (java) S 2900 2902 2468 0 -1 4202560 5051 0 0 0 34 0 0 0 15 0 19 0 490797554 7827345408 370699 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=2902/tid=2911] ppid=2900 vsize=7643892 CPUtime=0.31 cores=1,3
/proc/2902/task/2911/stat : 2911 (java) S 2900 2902 2468 0 -1 4202560 8033 0 0 0 31 0 0 0 15 0 19 0 490797554 7827345408 370699 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=2902/tid=2912] ppid=2900 vsize=7643892 CPUtime=0.43 cores=1,3
/proc/2902/task/2912/stat : 2912 (java) S 2900 2902 2468 0 -1 4202560 12351 0 0 0 42 1 0 0 16 0 19 0 490797554 7827345408 370699 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=2902/tid=2913] ppid=2900 vsize=7643892 CPUtime=1.02 cores=1,3
/proc/2902/task/2913/stat : 2913 (java) S 2900 2902 2468 0 -1 4202560 72213 0 0 0 92 10 0 0 15 0 19 0 490797554 7827345408 370699 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=2902/tid=2914] ppid=2900 vsize=7643892 CPUtime=0.62 cores=1,3
/proc/2902/task/2914/stat : 2914 (java) S 2900 2902 2468 0 -1 4202560 18800 0 0 0 60 2 0 0 16 0 19 0 490797554 7827345408 370699 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=2902/tid=2915] ppid=2900 vsize=7643892 CPUtime=33.31 cores=1,3
/proc/2902/task/2915/stat : 2915 (java) S 2900 2902 2468 0 -1 4202560 99357 0 0 0 3322 9 0 0 15 0 19 0 490797555 7827345408 370699 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708928 0 0 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=2902/tid=2916] ppid=2900 vsize=7643892 CPUtime=0 cores=1,3
/proc/2902/task/2916/stat : 2916 (java) S 2900 2902 2468 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490797556 7827345408 370699 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=2902/tid=2917] ppid=2900 vsize=7643892 CPUtime=0 cores=1,3
/proc/2902/task/2917/stat : 2917 (java) S 2900 2902 2468 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490797556 7827345408 370699 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=2902/tid=2918] ppid=2900 vsize=7643892 CPUtime=0 cores=1,3
/proc/2902/task/2918/stat : 2918 (java) S 2900 2902 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490797558 7827345408 370699 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347716017 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=2902/tid=2919] ppid=2900 vsize=7643892 CPUtime=0.36 cores=1,3
/proc/2902/task/2919/stat : 2919 (java) S 2900 2902 2468 0 -1 4202560 1007 0 0 0 36 0 0 0 15 0 19 0 490797558 7827345408 370699 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=2902/tid=2920] ppid=2900 vsize=7643892 CPUtime=0.46 cores=1,3
/proc/2902/task/2920/stat : 2920 (java) S 2900 2902 2468 0 -1 4202560 2578 0 0 0 46 0 0 0 15 0 19 0 490797558 7827345408 370699 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=2902/tid=2921] ppid=2900 vsize=7643892 CPUtime=0 cores=1,3
/proc/2902/task/2921/stat : 2921 (java) S 2900 2902 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490797558 7827345408 370699 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708313 0 4 0 16800975 18446604471161005120 0 0 -1 1 0 0 0
[pid=2902/tid=2922] ppid=2900 vsize=7643892 CPUtime=0 cores=1,3
/proc/2902/task/2922/stat : 2922 (java) S 2900 2902 2468 0 -1 4202560 76 0 0 0 0 0 0 0 15 0 19 0 490797558 7827345408 370699 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708928 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
[pid=2902/tid=2924] ppid=2900 vsize=7643892 CPUtime=0 cores=1,3
/proc/2902/task/2924/stat : 2924 (java) S 2900 2902 2468 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 490798160 7827345408 370699 33554432000 1073741824 1073778376 140734207801968 18446744073709551615 232347708928 0 4 0 16800975 18446604471161005120 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1302.4
Current children cumulated vsize (KiB) 7643892

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.02 3.16 3.51 4/242 3088
/proc/meminfo: memFree=21536716/32951124 swapFree=67111524/67111528
[pid=2902] ppid=2900 vsize=0 CPUtime=1302.55 cores=1,3
/proc/2902/stat : 2902 (java) Z 2900 2902 2468 0 -1 4203548 373129 0 1 0 130198 57 0 0 17 0 2 0 490797552 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2902/statm: 0 0 0 0 0 0 0
[pid=2902/tid=2924] ppid=2900 vsize=0 CPUtime=0.04 cores=1,3
/proc/2902/task/2924/stat : 2924 (java) R 2900 2902 2468 0 -1 4203588 8 0 0 0 0 4 0 0 18 0 2 0 490798160 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1302.55
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1300.13
CPU time (s): 1302.58
CPU user time (s): 1301.99
CPU system time (s): 0.59091
CPU usage (%): 100.188
Max. virtual memory (cumulated for all children) (KiB): 7643892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.99
system time used= 0.59091
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 373129
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= 27321
involuntary context switches= 7413

runsolver used 2.26266 second user time and 5.18121 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-26 06:26:34
IDJOB=3291973
IDBENCH=85005
IDSOLVER=1611
FILE ID=node132/3291973-1303791989
RUNJOBID= node132-1303790686-2488
PBS_JOBID= 13157266
Free space on /tmp= 71912 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT04/industrial/velev/vliw_unsat_2.0/9dlx_vliw_at_b_iq8.used-as.sat04-718.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-3291973-1303791989/watcher-3291973-1303791989 -o /tmp/evaluation-result-3291973-1303791989/solver-3291973-1303791989 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3291973-1303791989.cnf

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

MD5SUM BENCH= 776da55785376fd8eac6989ca812b102
RANDOM SEED=1553378944

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.67
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.833
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.833
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:      25671712 kB
Buffers:        698184 kB
Cached:        5631512 kB
SwapCached:          4 kB
Active:        1148980 kB
Inactive:      5636396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25671712 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:          158124 kB
Writeback:           0 kB
AnonPages:      455740 kB
Mapped:          23468 kB
Slab:           428336 kB
PageTables:       6660 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 22048028 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71636 MiB
End job on node132 at 2011-04-26 06:48:16