Trace number 3263492

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.53 1300.07

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_29_50_3-dir.shuffled-as.sat03-179.cnf
MD5SUM7f62d729a30ffc73b7fa61161ba43630
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables870
Number of clauses73400
Sum of the clauses size147612
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 273371
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 529

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c no version file found!!!
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.18-164.el5
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		6997539544
0.00/0.07	c Max memory 		7034241024
0.00/0.07	c Total memory 		7034241024
0.00/0.07	c Number of processors 	8
0.00/0.09	c --- Begin Solver configuration ---
0.00/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@64578ceb
0.00/0.09	c Learn all clauses as in MiniSAT
0.00/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.00/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.00/0.09	c Expensive reason simplification
0.00/0.09	c Armin Biere (Picosat) restarts strategy
0.00/0.09	c Glucose learned constraints deletion strategy
0.00/0.09	c timeout=2147483647s
0.00/0.09	c DB Simplification allowed=true
0.00/0.09	c --- End Solver configuration ---
0.00/0.09	c solving HOME/instance-3263492-1303570631.cnf
0.00/0.09	c reading problem ... 
0.27/0.21	c ... done. Wall clock time 0.126s.
0.27/0.21	c #vars     870
0.27/0.21	c #constraints  73400
0.27/0.21	c constraints type 
0.27/0.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29
0.27/0.21	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 73371
1.38/1.00	c cleaning 2499 clauses out of 5002 with flag 5002/5002
2.29/1.79	c cleaning 4246 clauses out of 8502 with flag 11001/11001
3.29/2.73	c cleaning 5628 clauses out of 11256 with flag 18001/18001
4.39/3.88	c cleaning 6805 clauses out of 13627 with flag 26000/26000
5.81/5.21	c cleaning 7908 clauses out of 15824 with flag 35002/35002
7.32/6.79	c cleaning 8955 clauses out of 17914 with flag 45000/45000
9.12/8.55	c cleaning 9980 clauses out of 19959 with flag 56000/56000
11.22/10.61	c cleaning 10989 clauses out of 21979 with flag 68000/68000
13.64/12.97	c cleaning 11995 clauses out of 23992 with flag 81002/81002
16.54/15.54	c cleaning 12998 clauses out of 25995 with flag 95000/95000
19.76/18.56	c cleaning 13987 clauses out of 27998 with flag 110001/110001
23.08/21.81	c cleaning 14999 clauses out of 30010 with flag 126000/126000
26.38/25.16	c cleaning 16000 clauses out of 32014 with flag 143003/143003
30.19/28.95	c cleaning 17001 clauses out of 34013 with flag 161002/161002
34.31/33.10	c cleaning 17981 clauses out of 36010 with flag 180000/180000
39.21/37.98	c cleaning 19006 clauses out of 38029 with flag 200000/200000
44.22/42.95	c cleaning 20000 clauses out of 40023 with flag 221000/221000
49.52/48.20	c cleaning 21001 clauses out of 42023 with flag 243000/243000
55.12/53.88	c cleaning 22006 clauses out of 44022 with flag 266000/266000
61.22/59.90	c cleaning 22995 clauses out of 46016 with flag 290000/290000
67.82/66.59	c cleaning 23998 clauses out of 48022 with flag 315001/315001
74.83/73.56	c cleaning 25007 clauses out of 50023 with flag 341000/341000
82.75/81.43	c cleaning 26004 clauses out of 52017 with flag 368001/368001
90.66/89.35	c cleaning 26990 clauses out of 54013 with flag 396001/396001
99.16/97.90	c cleaning 28003 clauses out of 56023 with flag 425001/425001
108.76/107.40	c cleaning 28990 clauses out of 58019 with flag 455000/455000
118.47/117.18	c cleaning 30005 clauses out of 60029 with flag 486000/486000
128.88/127.57	c cleaning 30985 clauses out of 62024 with flag 518000/518000
140.59/139.28	c cleaning 32015 clauses out of 64039 with flag 551000/551000
152.59/151.28	c cleaning 33008 clauses out of 66024 with flag 585000/585000
165.00/163.60	c cleaning 34005 clauses out of 68017 with flag 620001/620001
177.21/175.69	c cleaning 34991 clauses out of 70011 with flag 656000/656000
191.37/189.57	c cleaning 35995 clauses out of 72020 with flag 693000/693000
205.60/203.59	c cleaning 36992 clauses out of 74026 with flag 731001/731001
220.70/218.61	c cleaning 38000 clauses out of 76033 with flag 770000/770000
236.01/233.92	c cleaning 39012 clauses out of 78034 with flag 810001/810001
252.81/250.76	c cleaning 39998 clauses out of 80022 with flag 851001/851001
269.31/267.20	c cleaning 41006 clauses out of 82023 with flag 893000/893000
286.92/284.90	c cleaning 41999 clauses out of 84017 with flag 936000/936000
304.33/302.27	c cleaning 43002 clauses out of 86018 with flag 980000/980000
322.63/320.51	c cleaning 43982 clauses out of 88017 with flag 1025001/1025001
340.84/338.72	c cleaning 45002 clauses out of 90034 with flag 1071000/1071000
362.24/360.17	c cleaning 46007 clauses out of 92032 with flag 1118000/1118000
383.15/381.07	c cleaning 47001 clauses out of 94026 with flag 1166001/1166001
405.46/403.39	c cleaning 48005 clauses out of 96024 with flag 1215000/1215000
428.17/426.03	c cleaning 49001 clauses out of 98019 with flag 1265000/1265000
452.08/449.91	c cleaning 50003 clauses out of 100018 with flag 1316000/1316000
475.89/473.77	c cleaning 51003 clauses out of 102016 with flag 1368001/1368001
500.30/498.13	c cleaning 51991 clauses out of 104012 with flag 1421000/1421000
525.71/523.51	c cleaning 53001 clauses out of 106022 with flag 1475001/1475001
553.01/550.84	c cleaning 53994 clauses out of 108020 with flag 1530000/1530000
579.73/577.56	c cleaning 55008 clauses out of 110027 with flag 1586001/1586001
608.73/606.57	c cleaning 55992 clauses out of 112018 with flag 1643000/1643000
637.14/634.98	c cleaning 57001 clauses out of 114026 with flag 1701000/1701000
668.55/666.31	c cleaning 57997 clauses out of 116025 with flag 1760000/1760000
703.26/701.08	c cleaning 58996 clauses out of 118029 with flag 1820001/1820001
734.47/732.22	c cleaning 60009 clauses out of 120032 with flag 1881000/1881000
767.78/765.52	c cleaning 61009 clauses out of 122023 with flag 1943000/1943000
803.99/801.77	c cleaning 61999 clauses out of 124017 with flag 2006003/2006003
840.20/837.99	c cleaning 63002 clauses out of 126015 with flag 2070000/2070000
875.51/873.25	c cleaning 63989 clauses out of 128013 with flag 2135000/2135000
912.02/909.72	c cleaning 64999 clauses out of 130024 with flag 2201000/2201000
953.43/951.19	c cleaning 66011 clauses out of 132026 with flag 2268001/2268001
993.55/991.26	c cleaning 67002 clauses out of 134015 with flag 2336001/2336001
1037.35/1035.02	c cleaning 67997 clauses out of 136014 with flag 2405002/2405002
1083.16/1080.88	c cleaning 68991 clauses out of 138017 with flag 2475002/2475002
1126.87/1124.53	c cleaning 70007 clauses out of 140026 with flag 2546002/2546002
1176.19/1173.84	c cleaning 71006 clauses out of 142017 with flag 2618000/2618000
1230.89/1228.53	c cleaning 71998 clauses out of 144011 with flag 2691000/2691000
1282.01/1279.60	c cleaning 72995 clauses out of 146014 with flag 2765001/2765001
1302.42/1300.01	c starts		: 1760
1302.42/1300.01	c conflicts		: 2801453
1302.42/1300.01	c decisions		: 3287780
1302.42/1300.01	c propagations		: 206808330
1302.42/1300.01	c inspects		: 16307234734
1302.42/1300.01	c shortcuts		: 0
1302.42/1300.01	c learnt literals	: 0
1302.42/1300.01	c learnt binary clauses	: 50
1302.42/1300.01	c learnt ternary clauses	: 469
1302.42/1300.01	c learnt constraints	: 2801453
1302.42/1300.01	c ignored constraints	: 0
1302.42/1300.01	c root simplifications	: 1760
1302.42/1300.01	c removed literals (reason simplification)	: 140102038
1302.42/1300.01	c reason swapping (by a shorter reason)	: 0
1302.42/1300.01	c Calls to reduceDB	: 70
1302.42/1300.01	c speed (assignments/second)	: 159108.4209433026
1302.42/1300.01	c non guided choices	10
1302.42/1300.05	c learnt constraints type 
1302.42/1300.05	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 50
1302.42/1300.05	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 109451
1302.42/1300.05	c constraints type 
1302.42/1300.05	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29
1302.42/1300.05	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 73371
1302.42/1300.05	s UNKNOWN
1302.42/1300.05	c Total wall clock time (in seconds) : 1299.921

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-3263492-1303570631/watcher-3263492-1303570631 -o /tmp/evaluation-result-3263492-1303570631/solver-3263492-1303570631 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3263492-1303570631.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: 3.38 3.87 4.09 5/218 12481
/proc/meminfo: memFree=11840636/32951124 swapFree=67111528/67111528
[pid=12481] ppid=12479 vsize=31604 CPUtime=0 cores=1,3
/proc/12481/stat : 12481 (java) S 12479 12481 12042 0 -1 4202496 1285 0 0 0 0 0 0 0 22 0 2 0 449478964 32362496 1001 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522100197 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/12481/statm: 7901 1001 771 9 0 386 0
[pid=12481/tid=12482] ppid=12479 vsize=33748 CPUtime=0 cores=1,3
/proc/12481/task/12482/stat : 12482 (java) R 12479 12481 12042 0 -1 4202560 181 0 0 0 0 0 0 0 24 0 2 0 449478964 34557952 1011 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233505374311 0 0 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.100337 s]
/proc/loadavg: 3.38 3.87 4.09 5/218 12481
/proc/meminfo: memFree=11840636/32951124 swapFree=67111528/67111528
[pid=12481] ppid=12479 vsize=7571120 CPUtime=0.1 cores=1,3
/proc/12481/stat : 12481 (java) S 12479 12481 12042 0 -1 4202496 10473 0 1 0 9 1 0 0 22 0 18 0 449478964 7752826880 10169 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12481/statm: 1892780 10169 2094 9 0 1883518 0
[pid=12481/tid=12482] ppid=12479 vsize=7571120 CPUtime=0.08 cores=1,3
/proc/12481/task/12482/stat : 12482 (java) R 12479 12481 12042 0 -1 4202560 8668 0 1 0 7 1 0 0 25 0 18 0 449478964 7752826880 10169 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 46912505219082 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7571120

[startup+0.200321 s]
/proc/loadavg: 3.38 3.87 4.09 5/218 12481
/proc/meminfo: memFree=11840636/32951124 swapFree=67111528/67111528
[pid=12481] ppid=12479 vsize=7637504 CPUtime=0.27 cores=1,3
/proc/12481/stat : 12481 (java) S 12479 12481 12042 0 -1 4202496 11412 0 1 0 26 1 0 0 22 0 18 0 449478964 7820804096 11050 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12481/statm: 1909376 11052 2197 9 0 1900114 0
[pid=12481/tid=12482] ppid=12479 vsize=7637504 CPUtime=0.17 cores=1,3
/proc/12481/task/12482/stat : 12482 (java) R 12479 12481 12042 0 -1 4202560 9167 0 1 0 16 1 0 0 25 0 18 0 449478964 7820804096 11052 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 46912505550008 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 7637504

[startup+0.300304 s]
/proc/loadavg: 3.38 3.87 4.09 5/218 12481
/proc/meminfo: memFree=11840636/32951124 swapFree=67111528/67111528
[pid=12481] ppid=12479 vsize=7638532 CPUtime=0.46 cores=1,3
/proc/12481/stat : 12481 (java) S 12479 12481 12042 0 -1 4202496 13263 0 1 0 44 2 0 0 22 0 19 0 449478964 7821856768 12445 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12481/statm: 1909633 12445 2211 9 0 1900371 0
[pid=12481/tid=12482] ppid=12479 vsize=7638532 CPUtime=0.27 cores=1,3
/proc/12481/task/12482/stat : 12482 (java) R 12479 12481 12042 0 -1 4202560 9905 0 1 0 26 1 0 0 25 0 19 0 449478964 7821856768 12445 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 46912505497356 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 7638532

[startup+0.700266 s]
/proc/loadavg: 3.38 3.87 4.09 5/218 12481
/proc/meminfo: memFree=11840636/32951124 swapFree=67111528/67111528
[pid=12481] ppid=12479 vsize=7638532 CPUtime=1.02 cores=1,3
/proc/12481/stat : 12481 (java) S 12479 12481 12042 0 -1 4202496 13851 0 1 0 100 2 0 0 22 0 19 0 449478964 7821856768 12952 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12481/statm: 1909633 12952 2220 9 0 1900371 0
[pid=12481/tid=12482] ppid=12479 vsize=7638532 CPUtime=0.67 cores=1,3
/proc/12481/task/12482/stat : 12482 (java) R 12479 12481 12042 0 -1 4202560 10361 0 1 0 66 1 0 0 25 0 19 0 449478964 7821856768 12952 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 46912505605388 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 7638532

[startup+1.50112 s]
/proc/loadavg: 3.38 3.87 4.09 6/262 12530
/proc/meminfo: memFree=11612708/32951124 swapFree=67111528/67111528
[pid=12481] ppid=12479 vsize=7639528 CPUtime=2.06 cores=1,3
/proc/12481/stat : 12481 (java) S 12479 12481 12042 0 -1 4202496 24179 0 1 0 203 3 0 0 22 0 19 0 449478964 7822876672 21150 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12481/statm: 1909882 21150 2252 9 0 1900620 0
[pid=12481/tid=12482] ppid=12479 vsize=7639528 CPUtime=1.43 cores=1,3
/proc/12481/task/12482/stat : 12482 (java) R 12479 12481 12042 0 -1 4202560 10662 0 1 0 142 1 0 0 25 0 19 0 449478964 7822876672 21150 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 46912505619405 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12481/tid=12484] ppid=12479 vsize=7639528 CPUtime=0 cores=1,3
/proc/12481/task/12484/stat : 12484 (java) S 12479 12481 12042 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 449478965 7822876672 21150 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12485] ppid=12479 vsize=7639528 CPUtime=0 cores=1,3
/proc/12481/task/12485/stat : 12485 (java) S 12479 12481 12042 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 449478965 7822876672 21150 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12486] ppid=12479 vsize=7639528 CPUtime=0 cores=1,3
/proc/12481/task/12486/stat : 12486 (java) S 12479 12481 12042 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 449478965 7822876672 21150 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12487] ppid=12479 vsize=7639528 CPUtime=0 cores=1,3
/proc/12481/task/12487/stat : 12487 (java) S 12479 12481 12042 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 449478965 7822876672 21150 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12488] ppid=12479 vsize=7639528 CPUtime=0 cores=1,3
/proc/12481/task/12488/stat : 12488 (java) S 12479 12481 12042 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 449478965 7822876672 21150 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12489] ppid=12479 vsize=7639528 CPUtime=0 cores=1,3
/proc/12481/task/12489/stat : 12489 (java) S 12479 12481 12042 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 449478965 7822876672 21150 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12490] ppid=12479 vsize=7639528 CPUtime=0 cores=1,3
/proc/12481/task/12490/stat : 12490 (java) S 12479 12481 12042 0 -1 4202560 697 0 0 0 0 0 0 0 17 0 19 0 449478965 7822876672 21150 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12491] ppid=12479 vsize=7639528 CPUtime=0 cores=1,3
/proc/12481/task/12491/stat : 12491 (java) S 12479 12481 12042 0 -1 4202560 683 0 0 0 0 0 0 0 17 0 19 0 449478965 7822876672 21150 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12492] ppid=12479 vsize=7639528 CPUtime=0.02 cores=1,3
/proc/12481/task/12492/stat : 12492 (java) S 12479 12481 12042 0 -1 4202560 1382 0 0 0 2 0 0 0 17 0 19 0 449478966 7822876672 21150 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522114048 0 0 0 16800975 18446604462786788288 0 0 -1 1 0 0 0
[pid=12481/tid=12493] ppid=12479 vsize=7639528 CPUtime=0 cores=1,3
/proc/12481/task/12493/stat : 12493 (java) S 12479 12481 12042 0 -1 4202560 19 0 0 0 0 0 0 0 18 0 19 0 449478967 7822876672 21150 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 1 0 0 0
[pid=12481/tid=12494] ppid=12479 vsize=7639528 CPUtime=0 cores=1,3
/proc/12481/task/12494/stat : 12494 (java) S 12479 12481 12042 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 449478967 7822876672 21150 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 1 0 0 0
[pid=12481/tid=12495] ppid=12479 vsize=7639528 CPUtime=0 cores=1,3
/proc/12481/task/12495/stat : 12495 (java) S 12479 12481 12042 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449478969 7822876672 21150 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522121137 0 4 0 16800975 18446604462786788288 0 0 -1 1 0 0 0
[pid=12481/tid=12496] ppid=12479 vsize=7639528 CPUtime=0.41 cores=1,3
/proc/12481/task/12496/stat : 12496 (java) S 12479 12481 12042 0 -1 4202560 8464 0 0 0 41 0 0 0 21 0 19 0 449478969 7822876672 21150 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12497] ppid=12479 vsize=7639528 CPUtime=0.15 cores=1,3
/proc/12481/task/12497/stat : 12497 (java) S 12479 12481 12042 0 -1 4202560 1130 0 0 0 15 0 0 0 20 0 19 0 449478969 7822876672 21150 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12498] ppid=12479 vsize=7639528 CPUtime=0 cores=1,3
/proc/12481/task/12498/stat : 12498 (java) S 12479 12481 12042 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449478969 7822876672 21150 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 1 0 0 0
[pid=12481/tid=12499] ppid=12479 vsize=7639528 CPUtime=0 cores=1,3
/proc/12481/task/12499/stat : 12499 (java) S 12479 12481 12042 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 449478969 7822876672 21150 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522114048 0 4 0 16800975 18446604462786788288 0 0 -1 1 0 0 0
[pid=12481/tid=12529] ppid=12479 vsize=7639528 CPUtime=0 cores=1,3
/proc/12481/task/12529/stat : 12529 (java) S 12479 12481 12042 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 449478986 7822876672 21150 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522114048 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 7639528

[startup+3.10084 s]
/proc/loadavg: 3.38 3.87 4.09 5/262 12530
/proc/meminfo: memFree=11585552/32951124 swapFree=67111528/67111528
[pid=12481] ppid=12479 vsize=7639668 CPUtime=3.69 cores=1,3
/proc/12481/stat : 12481 (java) S 12479 12481 12042 0 -1 4202496 25333 0 1 0 366 3 0 0 22 0 19 0 449478964 7823020032 22302 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12481/statm: 1909917 22302 2254 9 0 1900655 0
[pid=12481/tid=12482] ppid=12479 vsize=7639668 CPUtime=2.97 cores=1,3
/proc/12481/task/12482/stat : 12482 (java) R 12479 12481 12042 0 -1 4202560 10664 0 1 0 296 1 0 0 25 0 19 0 449478964 7823020032 22302 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 46912505619457 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12481/tid=12484] ppid=12479 vsize=7639668 CPUtime=0 cores=1,3
/proc/12481/task/12484/stat : 12484 (java) S 12479 12481 12042 0 -1 4202560 368 0 0 0 0 0 0 0 15 0 19 0 449478965 7823020032 22302 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 1 0 0 0
[pid=12481/tid=12485] ppid=12479 vsize=7639668 CPUtime=0 cores=1,3
/proc/12481/task/12485/stat : 12485 (java) S 12479 12481 12042 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 449478965 7823020032 22302 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12486] ppid=12479 vsize=7639668 CPUtime=0 cores=1,3
/proc/12481/task/12486/stat : 12486 (java) S 12479 12481 12042 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 449478965 7823020032 22302 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12487] ppid=12479 vsize=7639668 CPUtime=0 cores=1,3
/proc/12481/task/12487/stat : 12487 (java) S 12479 12481 12042 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 449478965 7823020032 22302 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12488] ppid=12479 vsize=7639668 CPUtime=0 cores=1,3
/proc/12481/task/12488/stat : 12488 (java) S 12479 12481 12042 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 449478965 7823020032 22302 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12489] ppid=12479 vsize=7639668 CPUtime=0 cores=1,3
/proc/12481/task/12489/stat : 12489 (java) S 12479 12481 12042 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 449478965 7823020032 22302 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 1 0 0 0
[pid=12481/tid=12490] ppid=12479 vsize=7639668 CPUtime=0.01 cores=1,3
/proc/12481/task/12490/stat : 12490 (java) S 12479 12481 12042 0 -1 4202560 699 0 0 0 1 0 0 0 16 0 19 0 449478965 7823020032 22302 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 1 0 0 0
[pid=12481/tid=12491] ppid=12479 vsize=7639668 CPUtime=0 cores=1,3
/proc/12481/task/12491/stat : 12491 (java) S 12479 12481 12042 0 -1 4202560 906 0 0 0 0 0 0 0 15 0 19 0 449478965 7823020032 22302 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12492] ppid=12479 vsize=7639668 CPUtime=0.06 cores=1,3
/proc/12481/task/12492/stat : 12492 (java) S 12479 12481 12042 0 -1 4202560 1895 0 0 0 6 0 0 0 16 0 19 0 449478966 7823020032 22302 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522114048 0 0 0 16800975 18446604462786788288 0 0 -1 1 0 0 0
[pid=12481/tid=12493] ppid=12479 vsize=7639668 CPUtime=0 cores=1,3
/proc/12481/task/12493/stat : 12493 (java) S 12479 12481 12042 0 -1 4202560 19 0 0 0 0 0 0 0 18 0 19 0 449478967 7823020032 22302 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 1 0 0 0
[pid=12481/tid=12494] ppid=12479 vsize=7639668 CPUtime=0 cores=1,3
/proc/12481/task/12494/stat : 12494 (java) S 12479 12481 12042 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 449478967 7823020032 22302 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 1 0 0 0
[pid=12481/tid=12495] ppid=12479 vsize=7639668 CPUtime=0 cores=1,3
/proc/12481/task/12495/stat : 12495 (java) S 12479 12481 12042 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449478969 7823020032 22302 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522121137 0 4 0 16800975 18446604462786788288 0 0 -1 1 0 0 0
[pid=12481/tid=12496] ppid=12479 vsize=7639668 CPUtime=0.42 cores=1,3
/proc/12481/task/12496/stat : 12496 (java) S 12479 12481 12042 0 -1 4202560 8464 0 0 0 42 0 0 0 15 0 19 0 449478969 7823020032 22302 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12497] ppid=12479 vsize=7639668 CPUtime=0.18 cores=1,3
/proc/12481/task/12497/stat : 12497 (java) S 12479 12481 12042 0 -1 4202560 1177 0 0 0 18 0 0 0 15 0 19 0 449478969 7823020032 22302 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12498] ppid=12479 vsize=7639668 CPUtime=0 cores=1,3
/proc/12481/task/12498/stat : 12498 (java) S 12479 12481 12042 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449478969 7823020032 22302 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 1 0 0 0
[pid=12481/tid=12499] ppid=12479 vsize=7639668 CPUtime=0 cores=1,3
/proc/12481/task/12499/stat : 12499 (java) S 12479 12481 12042 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 449478969 7823020032 22302 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522114048 0 4 0 16800975 18446604462786788288 0 0 -1 1 0 0 0
[pid=12481/tid=12529] ppid=12479 vsize=7639668 CPUtime=0 cores=1,3
/proc/12481/task/12529/stat : 12529 (java) S 12479 12481 12042 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 449478986 7823020032 22302 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522114048 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 7639668

[startup+6.30126 s]
/proc/loadavg: 3.51 3.89 4.09 5/262 12530
/proc/meminfo: memFree=11578048/32951124 swapFree=67111528/67111528
[pid=12481] ppid=12479 vsize=7639668 CPUtime=6.92 cores=1,3
/proc/12481/stat : 12481 (java) S 12479 12481 12042 0 -1 4202496 25642 0 1 0 689 3 0 0 22 0 19 0 449478964 7823020032 22150 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12481/statm: 1909917 22150 2254 9 0 1900655 0
[pid=12481/tid=12482] ppid=12479 vsize=7639668 CPUtime=6.11 cores=1,3
/proc/12481/task/12482/stat : 12482 (java) R 12479 12481 12042 0 -1 4202560 10667 0 1 0 610 1 0 0 25 0 19 0 449478964 7823020032 22150 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 46912505605335 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12481/tid=12484] ppid=12479 vsize=7639668 CPUtime=0 cores=1,3
/proc/12481/task/12484/stat : 12484 (java) S 12479 12481 12042 0 -1 4202560 368 0 0 0 0 0 0 0 15 0 19 0 449478965 7823020032 22150 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12485] ppid=12479 vsize=7639668 CPUtime=0 cores=1,3
/proc/12481/task/12485/stat : 12485 (java) S 12479 12481 12042 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 449478965 7823020032 22150 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12486] ppid=12479 vsize=7639668 CPUtime=0 cores=1,3
/proc/12481/task/12486/stat : 12486 (java) S 12479 12481 12042 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 19 0 449478965 7823020032 22150 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12487] ppid=12479 vsize=7639668 CPUtime=0 cores=1,3
/proc/12481/task/12487/stat : 12487 (java) S 12479 12481 12042 0 -1 4202560 61 0 0 0 0 0 0 0 16 0 19 0 449478965 7823020032 22150 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12488] ppid=12479 vsize=7639668 CPUtime=0 cores=1,3
/proc/12481/task/12488/stat : 12488 (java) S 12479 12481 12042 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 449478965 7823020032 22150 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12489] ppid=12479 vsize=7639668 CPUtime=0 cores=1,3
/proc/12481/task/12489/stat : 12489 (java) S 12479 12481 12042 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 449478965 7823020032 22150 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12490] ppid=12479 vsize=7639668 CPUtime=0.01 cores=1,3
/proc/12481/task/12490/stat : 12490 (java) S 12479 12481 12042 0 -1 4202560 700 0 0 0 1 0 0 0 15 0 19 0 449478965 7823020032 22150 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 1 0 0 0
[pid=12481/tid=12491] ppid=12479 vsize=7639668 CPUtime=0 cores=1,3
/proc/12481/task/12491/stat : 12491 (java) S 12479 12481 12042 0 -1 4202560 910 0 0 0 0 0 0 0 15 0 19 0 449478965 7823020032 22150 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12492] ppid=12479 vsize=7639668 CPUtime=0.11 cores=1,3
/proc/12481/task/12492/stat : 12492 (java) S 12479 12481 12042 0 -1 4202560 2069 0 0 0 11 0 0 0 15 0 19 0 449478966 7823020032 22150 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522114048 0 0 0 16800975 18446604462786788288 0 0 -1 1 0 0 0
[pid=12481/tid=12493] ppid=12479 vsize=7639668 CPUtime=0 cores=1,3
/proc/12481/task/12493/stat : 12493 (java) S 12479 12481 12042 0 -1 4202560 19 0 0 0 0 0 0 0 18 0 19 0 449478967 7823020032 22150 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 1 0 0 0
[pid=12481/tid=12494] ppid=12479 vsize=7639668 CPUtime=0 cores=1,3
/proc/12481/task/12494/stat : 12494 (java) S 12479 12481 12042 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 449478967 7823020032 22150 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 1 0 0 0
[pid=12481/tid=12495] ppid=12479 vsize=7639668 CPUtime=0 cores=1,3
/proc/12481/task/12495/stat : 12495 (java) S 12479 12481 12042 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449478969 7823020032 22150 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522121137 0 4 0 16800975 18446604462786788288 0 0 -1 1 0 0 0
[pid=12481/tid=12496] ppid=12479 vsize=7639668 CPUtime=0.44 cores=1,3
/proc/12481/task/12496/stat : 12496 (java) S 12479 12481 12042 0 -1 4202560 8473 0 0 0 44 0 0 0 15 0 19 0 449478969 7823020032 22150 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12497] ppid=12479 vsize=7639668 CPUtime=0.18 cores=1,3
/proc/12481/task/12497/stat : 12497 (java) S 12479 12481 12042 0 -1 4202560 1177 0 0 0 18 0 0 0 15 0 19 0 449478969 7823020032 22150 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0

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

[pid=12481/tid=12489] ppid=12479 vsize=7639668 CPUtime=0.11 cores=1,3
/proc/12481/task/12489/stat : 12489 (java) S 12479 12481 12042 0 -1 4202560 570 0 0 0 11 0 0 0 15 0 19 0 449478965 7823020032 40565 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12490] ppid=12479 vsize=7639668 CPUtime=0.12 cores=1,3
/proc/12481/task/12490/stat : 12490 (java) S 12479 12481 12042 0 -1 4202560 1829 0 0 0 12 0 0 0 15 0 19 0 449478965 7823020032 40565 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12491] ppid=12479 vsize=7639668 CPUtime=0.14 cores=1,3
/proc/12481/task/12491/stat : 12491 (java) S 12479 12481 12042 0 -1 4202560 1313 0 0 0 14 0 0 0 15 0 19 0 449478965 7823020032 40565 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12492] ppid=12479 vsize=7639668 CPUtime=2.86 cores=1,3
/proc/12481/task/12492/stat : 12492 (java) S 12479 12481 12042 0 -1 4202560 9835 0 0 0 285 1 0 0 15 0 19 0 449478966 7823020032 40565 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522114048 0 0 0 16800975 18446604462786788288 0 0 -1 1 0 0 0
[pid=12481/tid=12493] ppid=12479 vsize=7639668 CPUtime=0 cores=1,3
/proc/12481/task/12493/stat : 12493 (java) S 12479 12481 12042 0 -1 4202560 19 0 0 0 0 0 0 0 18 0 19 0 449478967 7823020032 40565 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 1 0 0 0
[pid=12481/tid=12494] ppid=12479 vsize=7639668 CPUtime=0 cores=1,3
/proc/12481/task/12494/stat : 12494 (java) S 12479 12481 12042 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 449478967 7823020032 40565 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 1 0 0 0
[pid=12481/tid=12495] ppid=12479 vsize=7639668 CPUtime=0 cores=1,3
/proc/12481/task/12495/stat : 12495 (java) S 12479 12481 12042 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449478969 7823020032 40565 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522121137 0 4 0 16800975 18446604462786788288 0 0 -1 1 0 0 0
[pid=12481/tid=12496] ppid=12479 vsize=7639668 CPUtime=1.76 cores=1,3
/proc/12481/task/12496/stat : 12496 (java) S 12479 12481 12042 0 -1 4202560 16951 0 0 0 175 1 0 0 16 0 19 0 449478969 7823020032 40565 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12497] ppid=12479 vsize=7639668 CPUtime=0.22 cores=1,3
/proc/12481/task/12497/stat : 12497 (java) S 12479 12481 12042 0 -1 4202560 1183 0 0 0 22 0 0 0 15 0 19 0 449478969 7823020032 40565 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12498] ppid=12479 vsize=7639668 CPUtime=0 cores=1,3
/proc/12481/task/12498/stat : 12498 (java) S 12479 12481 12042 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449478969 7823020032 40565 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 1 0 0 0
[pid=12481/tid=12499] ppid=12479 vsize=7639668 CPUtime=0 cores=1,3
/proc/12481/task/12499/stat : 12499 (java) S 12479 12481 12042 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 449478969 7823020032 40565 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522114048 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12529] ppid=12479 vsize=7639668 CPUtime=0 cores=1,3
/proc/12481/task/12529/stat : 12529 (java) S 12479 12481 12042 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 449478986 7823020032 40565 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522114048 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1184.69
Current children cumulated vsize (KiB) 7639668

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/262 12572
/proc/meminfo: memFree=11345520/32951124 swapFree=67111528/67111528
[pid=12481] ppid=12479 vsize=7639668 CPUtime=1244.7 cores=1,3
/proc/12481/stat : 12481 (java) S 12479 12481 12042 0 -1 4202496 51774 0 1 0 124462 8 0 0 22 0 19 0 449478964 7823020032 40679 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12481/statm: 1909917 40679 2255 9 0 1900655 0
[pid=12481/tid=12482] ppid=12479 vsize=7639668 CPUtime=1238.84 cores=1,3
/proc/12481/task/12482/stat : 12482 (java) R 12479 12481 12042 0 -1 4202560 14669 0 1 0 123881 3 0 0 25 0 19 0 449478964 7823020032 40679 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 46912505619734 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12481/tid=12484] ppid=12479 vsize=7639668 CPUtime=0.11 cores=1,3
/proc/12481/task/12484/stat : 12484 (java) S 12479 12481 12042 0 -1 4202560 442 0 0 0 11 0 0 0 15 0 19 0 449478965 7823020032 40679 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12485] ppid=12479 vsize=7639668 CPUtime=0.09 cores=1,3
/proc/12481/task/12485/stat : 12485 (java) S 12479 12481 12042 0 -1 4202560 1221 0 0 0 9 0 0 0 15 0 19 0 449478965 7823020032 40679 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12486] ppid=12479 vsize=7639668 CPUtime=0.1 cores=1,3
/proc/12481/task/12486/stat : 12486 (java) S 12479 12481 12042 0 -1 4202560 1491 0 0 0 10 0 0 0 15 0 19 0 449478965 7823020032 40679 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 1 0 0 0
[pid=12481/tid=12487] ppid=12479 vsize=7639668 CPUtime=0.11 cores=1,3
/proc/12481/task/12487/stat : 12487 (java) S 12479 12481 12042 0 -1 4202560 602 0 0 0 11 0 0 0 16 0 19 0 449478965 7823020032 40679 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12488] ppid=12479 vsize=7639668 CPUtime=0.09 cores=1,3
/proc/12481/task/12488/stat : 12488 (java) S 12479 12481 12042 0 -1 4202560 336 0 0 0 9 0 0 0 15 0 19 0 449478965 7823020032 40679 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12489] ppid=12479 vsize=7639668 CPUtime=0.11 cores=1,3
/proc/12481/task/12489/stat : 12489 (java) S 12479 12481 12042 0 -1 4202560 570 0 0 0 11 0 0 0 16 0 19 0 449478965 7823020032 40679 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12490] ppid=12479 vsize=7639668 CPUtime=0.12 cores=1,3
/proc/12481/task/12490/stat : 12490 (java) S 12479 12481 12042 0 -1 4202560 1829 0 0 0 12 0 0 0 15 0 19 0 449478965 7823020032 40679 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12491] ppid=12479 vsize=7639668 CPUtime=0.14 cores=1,3
/proc/12481/task/12491/stat : 12491 (java) S 12479 12481 12042 0 -1 4202560 1313 0 0 0 14 0 0 0 15 0 19 0 449478965 7823020032 40679 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12492] ppid=12479 vsize=7639668 CPUtime=2.91 cores=1,3
/proc/12481/task/12492/stat : 12492 (java) S 12479 12481 12042 0 -1 4202560 9940 0 0 0 290 1 0 0 15 0 19 0 449478966 7823020032 40679 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522114048 0 0 0 16800975 18446604462786788288 0 0 -1 1 0 0 0
[pid=12481/tid=12493] ppid=12479 vsize=7639668 CPUtime=0 cores=1,3
/proc/12481/task/12493/stat : 12493 (java) S 12479 12481 12042 0 -1 4202560 19 0 0 0 0 0 0 0 18 0 19 0 449478967 7823020032 40679 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 1 0 0 0
[pid=12481/tid=12494] ppid=12479 vsize=7639668 CPUtime=0 cores=1,3
/proc/12481/task/12494/stat : 12494 (java) S 12479 12481 12042 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 449478967 7823020032 40679 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 1 0 0 0
[pid=12481/tid=12495] ppid=12479 vsize=7639668 CPUtime=0 cores=1,3
/proc/12481/task/12495/stat : 12495 (java) S 12479 12481 12042 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449478969 7823020032 40679 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522121137 0 4 0 16800975 18446604462786788288 0 0 -1 1 0 0 0
[pid=12481/tid=12496] ppid=12479 vsize=7639668 CPUtime=1.76 cores=1,3
/proc/12481/task/12496/stat : 12496 (java) S 12479 12481 12042 0 -1 4202560 16951 0 0 0 175 1 0 0 16 0 19 0 449478969 7823020032 40679 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12497] ppid=12479 vsize=7639668 CPUtime=0.22 cores=1,3
/proc/12481/task/12497/stat : 12497 (java) S 12479 12481 12042 0 -1 4202560 1183 0 0 0 22 0 0 0 15 0 19 0 449478969 7823020032 40679 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12498] ppid=12479 vsize=7639668 CPUtime=0 cores=1,3
/proc/12481/task/12498/stat : 12498 (java) S 12479 12481 12042 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449478969 7823020032 40679 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 1 0 0 0
[pid=12481/tid=12499] ppid=12479 vsize=7639668 CPUtime=0 cores=1,3
/proc/12481/task/12499/stat : 12499 (java) S 12479 12481 12042 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 449478969 7823020032 40679 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522114048 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12529] ppid=12479 vsize=7639668 CPUtime=0 cores=1,3
/proc/12481/task/12529/stat : 12529 (java) S 12479 12481 12042 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 449478986 7823020032 40679 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522114048 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1244.7
Current children cumulated vsize (KiB) 7639668



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.05 4.01 4.00 3/222 12579
/proc/meminfo: memFree=11605464/32951124 swapFree=67111528/67111528
[pid=12481] ppid=12479 vsize=7639668 CPUtime=1302.42 cores=1,3
/proc/12481/stat : 12481 (java) S 12479 12481 12042 0 -1 4202496 51985 0 1 0 130234 8 0 0 22 0 19 0 449478964 7823020032 40883 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12481/statm: 1909917 40883 2255 9 0 1900655 0
[pid=12481/tid=12482] ppid=12479 vsize=7639668 CPUtime=1296.49 cores=1,3
/proc/12481/task/12482/stat : 12482 (java) R 12479 12481 12042 0 -1 4202560 14670 0 1 0 129646 3 0 0 25 0 19 0 449478964 7823020032 40883 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 46912505605388 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12481/tid=12484] ppid=12479 vsize=7639668 CPUtime=0.11 cores=1,3
/proc/12481/task/12484/stat : 12484 (java) S 12479 12481 12042 0 -1 4202560 442 0 0 0 11 0 0 0 15 0 19 0 449478965 7823020032 40883 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12485] ppid=12479 vsize=7639668 CPUtime=0.09 cores=1,3
/proc/12481/task/12485/stat : 12485 (java) S 12479 12481 12042 0 -1 4202560 1221 0 0 0 9 0 0 0 15 0 19 0 449478965 7823020032 40883 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12486] ppid=12479 vsize=7639668 CPUtime=0.1 cores=1,3
/proc/12481/task/12486/stat : 12486 (java) S 12479 12481 12042 0 -1 4202560 1493 0 0 0 10 0 0 0 16 0 19 0 449478965 7823020032 40883 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12487] ppid=12479 vsize=7639668 CPUtime=0.11 cores=1,3
/proc/12481/task/12487/stat : 12487 (java) S 12479 12481 12042 0 -1 4202560 602 0 0 0 11 0 0 0 15 0 19 0 449478965 7823020032 40883 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12488] ppid=12479 vsize=7639668 CPUtime=0.09 cores=1,3
/proc/12481/task/12488/stat : 12488 (java) S 12479 12481 12042 0 -1 4202560 336 0 0 0 9 0 0 0 15 0 19 0 449478965 7823020032 40883 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12489] ppid=12479 vsize=7639668 CPUtime=0.12 cores=1,3
/proc/12481/task/12489/stat : 12489 (java) S 12479 12481 12042 0 -1 4202560 570 0 0 0 12 0 0 0 16 0 19 0 449478965 7823020032 40883 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12490] ppid=12479 vsize=7639668 CPUtime=0.12 cores=1,3
/proc/12481/task/12490/stat : 12490 (java) S 12479 12481 12042 0 -1 4202560 1829 0 0 0 12 0 0 0 15 0 19 0 449478965 7823020032 40883 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12491] ppid=12479 vsize=7639668 CPUtime=0.14 cores=1,3
/proc/12481/task/12491/stat : 12491 (java) S 12479 12481 12042 0 -1 4202560 1313 0 0 0 14 0 0 0 15 0 19 0 449478965 7823020032 40883 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12492] ppid=12479 vsize=7639668 CPUtime=2.97 cores=1,3
/proc/12481/task/12492/stat : 12492 (java) S 12479 12481 12042 0 -1 4202560 10144 0 0 0 296 1 0 0 15 0 19 0 449478966 7823020032 40883 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522114048 0 0 0 16800975 18446604462786788288 0 0 -1 1 0 0 0
[pid=12481/tid=12493] ppid=12479 vsize=7639668 CPUtime=0 cores=1,3
/proc/12481/task/12493/stat : 12493 (java) S 12479 12481 12042 0 -1 4202560 19 0 0 0 0 0 0 0 18 0 19 0 449478967 7823020032 40883 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 1 0 0 0
[pid=12481/tid=12494] ppid=12479 vsize=7639668 CPUtime=0 cores=1,3
/proc/12481/task/12494/stat : 12494 (java) S 12479 12481 12042 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 449478967 7823020032 40883 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 1 0 0 0
[pid=12481/tid=12495] ppid=12479 vsize=7639668 CPUtime=0 cores=1,3
/proc/12481/task/12495/stat : 12495 (java) S 12479 12481 12042 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449478969 7823020032 40883 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522121137 0 4 0 16800975 18446604462786788288 0 0 -1 1 0 0 0
[pid=12481/tid=12496] ppid=12479 vsize=7639668 CPUtime=1.76 cores=1,3
/proc/12481/task/12496/stat : 12496 (java) S 12479 12481 12042 0 -1 4202560 16951 0 0 0 175 1 0 0 16 0 19 0 449478969 7823020032 40883 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12497] ppid=12479 vsize=7639668 CPUtime=0.22 cores=1,3
/proc/12481/task/12497/stat : 12497 (java) S 12479 12481 12042 0 -1 4202560 1183 0 0 0 22 0 0 0 15 0 19 0 449478969 7823020032 40883 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12498] ppid=12479 vsize=7639668 CPUtime=0 cores=1,3
/proc/12481/task/12498/stat : 12498 (java) S 12479 12481 12042 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449478969 7823020032 40883 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 1 0 0 0
[pid=12481/tid=12499] ppid=12479 vsize=7639668 CPUtime=0 cores=1,3
/proc/12481/task/12499/stat : 12499 (java) S 12479 12481 12042 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 449478969 7823020032 40883 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522114048 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12529] ppid=12479 vsize=7639668 CPUtime=0 cores=1,3
/proc/12481/task/12529/stat : 12529 (java) S 12479 12481 12042 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 449478986 7823020032 40883 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522114048 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1302.42
Current children cumulated vsize (KiB) 7639668

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

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

[startup+1300 s]
/proc/loadavg: 4.05 4.01 4.00 3/222 12579
/proc/meminfo: memFree=11605464/32951124 swapFree=67111528/67111528
[pid=12481] ppid=12479 vsize=7639668 CPUtime=1302.42 cores=1,3
/proc/12481/stat : 12481 (java) S 12479 12481 12042 0 -1 4202496 51985 0 1 0 130234 8 0 0 22 0 19 0 449478964 7823020032 40883 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12481/statm: 1909917 40883 2255 9 0 1900655 0
[pid=12481/tid=12482] ppid=12479 vsize=7639668 CPUtime=1296.49 cores=1,3
/proc/12481/task/12482/stat : 12482 (java) R 12479 12481 12042 0 -1 4202560 14670 0 1 0 129646 3 0 0 25 0 19 0 449478964 7823020032 40883 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 46912505605388 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12481/tid=12484] ppid=12479 vsize=7639668 CPUtime=0.11 cores=1,3
/proc/12481/task/12484/stat : 12484 (java) S 12479 12481 12042 0 -1 4202560 442 0 0 0 11 0 0 0 15 0 19 0 449478965 7823020032 40883 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12485] ppid=12479 vsize=7639668 CPUtime=0.09 cores=1,3
/proc/12481/task/12485/stat : 12485 (java) S 12479 12481 12042 0 -1 4202560 1221 0 0 0 9 0 0 0 15 0 19 0 449478965 7823020032 40883 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12486] ppid=12479 vsize=7639668 CPUtime=0.1 cores=1,3
/proc/12481/task/12486/stat : 12486 (java) S 12479 12481 12042 0 -1 4202560 1493 0 0 0 10 0 0 0 16 0 19 0 449478965 7823020032 40883 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12487] ppid=12479 vsize=7639668 CPUtime=0.11 cores=1,3
/proc/12481/task/12487/stat : 12487 (java) S 12479 12481 12042 0 -1 4202560 602 0 0 0 11 0 0 0 15 0 19 0 449478965 7823020032 40883 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12488] ppid=12479 vsize=7639668 CPUtime=0.09 cores=1,3
/proc/12481/task/12488/stat : 12488 (java) S 12479 12481 12042 0 -1 4202560 336 0 0 0 9 0 0 0 15 0 19 0 449478965 7823020032 40883 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12489] ppid=12479 vsize=7639668 CPUtime=0.12 cores=1,3
/proc/12481/task/12489/stat : 12489 (java) S 12479 12481 12042 0 -1 4202560 570 0 0 0 12 0 0 0 16 0 19 0 449478965 7823020032 40883 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12490] ppid=12479 vsize=7639668 CPUtime=0.12 cores=1,3
/proc/12481/task/12490/stat : 12490 (java) S 12479 12481 12042 0 -1 4202560 1829 0 0 0 12 0 0 0 15 0 19 0 449478965 7823020032 40883 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12491] ppid=12479 vsize=7639668 CPUtime=0.14 cores=1,3
/proc/12481/task/12491/stat : 12491 (java) S 12479 12481 12042 0 -1 4202560 1313 0 0 0 14 0 0 0 15 0 19 0 449478965 7823020032 40883 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12492] ppid=12479 vsize=7639668 CPUtime=2.97 cores=1,3
/proc/12481/task/12492/stat : 12492 (java) S 12479 12481 12042 0 -1 4202560 10144 0 0 0 296 1 0 0 15 0 19 0 449478966 7823020032 40883 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522114048 0 0 0 16800975 18446604462786788288 0 0 -1 1 0 0 0
[pid=12481/tid=12493] ppid=12479 vsize=7639668 CPUtime=0 cores=1,3
/proc/12481/task/12493/stat : 12493 (java) S 12479 12481 12042 0 -1 4202560 19 0 0 0 0 0 0 0 18 0 19 0 449478967 7823020032 40883 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 1 0 0 0
[pid=12481/tid=12494] ppid=12479 vsize=7639668 CPUtime=0 cores=1,3
/proc/12481/task/12494/stat : 12494 (java) S 12479 12481 12042 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 449478967 7823020032 40883 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 1 0 0 0
[pid=12481/tid=12495] ppid=12479 vsize=7639668 CPUtime=0 cores=1,3
/proc/12481/task/12495/stat : 12495 (java) S 12479 12481 12042 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449478969 7823020032 40883 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522121137 0 4 0 16800975 18446604462786788288 0 0 -1 1 0 0 0
[pid=12481/tid=12496] ppid=12479 vsize=7639668 CPUtime=1.76 cores=1,3
/proc/12481/task/12496/stat : 12496 (java) S 12479 12481 12042 0 -1 4202560 16951 0 0 0 175 1 0 0 16 0 19 0 449478969 7823020032 40883 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12497] ppid=12479 vsize=7639668 CPUtime=0.22 cores=1,3
/proc/12481/task/12497/stat : 12497 (java) S 12479 12481 12042 0 -1 4202560 1183 0 0 0 22 0 0 0 15 0 19 0 449478969 7823020032 40883 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12498] ppid=12479 vsize=7639668 CPUtime=0 cores=1,3
/proc/12481/task/12498/stat : 12498 (java) S 12479 12481 12042 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449478969 7823020032 40883 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522113433 0 4 0 16800975 18446604462786788288 0 0 -1 1 0 0 0
[pid=12481/tid=12499] ppid=12479 vsize=7639668 CPUtime=0 cores=1,3
/proc/12481/task/12499/stat : 12499 (java) S 12479 12481 12042 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 449478969 7823020032 40883 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522114048 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
[pid=12481/tid=12529] ppid=12479 vsize=7639668 CPUtime=0 cores=1,3
/proc/12481/task/12529/stat : 12529 (java) S 12479 12481 12042 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 449478986 7823020032 40883 33554432000 1073741824 1073778376 140733382794160 18446744073709551615 233522114048 0 4 0 16800975 18446604462786788288 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1302.42
Current children cumulated vsize (KiB) 7639668

Child status: 143
Real time (s): 1300.07
CPU time (s): 1302.53
CPU user time (s): 1302.44
CPU system time (s): 0.094985
CPU usage (%): 100.19
Max. virtual memory (cumulated for all children) (KiB): 7639668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1302.44
system time used= 0.094985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52024
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= 28595
involuntary context switches= 6370

runsolver used 1.9527 second user time and 5.15822 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-23 16:57:11
IDJOB=3263492
IDBENCH=83982
IDSOLVER=1611
FILE ID=node145/3263492-1303570631
RUNJOBID= node145-1303570631-12417
PBS_JOBID= 13150286
Free space on /tmp= 71336 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_29_50_3-dir.shuffled-as.sat03-179.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-3263492-1303570631/watcher-3263492-1303570631 -o /tmp/evaluation-result-3263492-1303570631/solver-3263492-1303570631 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3263492-1303570631.cnf

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

MD5SUM BENCH= 7f62d729a30ffc73b7fa61161ba43630
RANDOM SEED=470731206

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11840792 kB
Buffers:       2167516 kB
Cached:       18243668 kB
SwapCached:          0 kB
Active:       10232204 kB
Inactive:     10309316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11840792 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3312 kB
Writeback:           0 kB
AnonPages:      129572 kB
Mapped:          22248 kB
Slab:           504772 kB
PageTables:       5624 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 14718916 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= 71336 MiB
End job on node145 at 2011-04-23 17:18:53