Trace number 3284291

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

General information on the benchmark

Nameibm-2002-21r-k95.cnf
MD5SUM51240aa30dab6ed4bfa6897f8acc57fa
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.2928
Satisfiable
(Un)Satisfiability was proved
Number of variables191522
Number of clauses788339
Sum of the clauses size1983010
Maximum clause length22
Minimum clause length1
Number of clauses of size 14007
Number of clauses of size 2611887
Number of clauses of size 386704
Number of clauses of size 430067
Number of clauses of size 520711
Number of clauses of size over 534963

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.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.08/0.09	c --- Begin Solver configuration ---
0.08/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
0.08/0.09	c Learn all clauses as in MiniSAT
0.08/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.08/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.08/0.09	c Expensive reason simplification
0.08/0.09	c Armin Biere (Picosat) restarts strategy
0.08/0.09	c Glucose learned constraints deletion strategy
0.08/0.09	c timeout=2147483647s
0.08/0.09	c DB Simplification allowed=true
0.08/0.09	c --- End Solver configuration ---
0.08/0.09	c solving HOME/instance-3284291-1303761120.cnf
0.08/0.09	c reading problem ... 
0.80/0.76	c ... done. Wall clock time 0.669s.
0.80/0.76	c #vars     191522
0.80/0.76	c #constraints  788339
0.80/0.76	c constraints type 
0.80/0.76	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 172445
0.80/0.76	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 611887
6.43/5.79	c cleaning 2438 clauses out of 4958 with flag 5000/5000
12.86/11.60	c cleaning 4233 clauses out of 8520 with flag 11000/11000
19.97/18.70	c cleaning 5562 clauses out of 11281 with flag 18001/18001
26.59/25.37	c cleaning 6800 clauses out of 13708 with flag 26001/26001
32.41/31.19	c cleaning 7901 clauses out of 15882 with flag 35000/35000
39.32/38.07	c cleaning 8887 clauses out of 17978 with flag 45000/45000
46.43/45.10	c cleaning 9833 clauses out of 20091 with flag 56000/56000
55.54/54.29	c cleaning 11000 clauses out of 22257 with flag 68000/68000
65.75/64.47	c cleaning 11707 clauses out of 24257 with flag 81001/81001
76.96/75.63	c cleaning 13060 clauses out of 26544 with flag 95000/95000
88.98/87.69	c cleaning 14228 clauses out of 28480 with flag 110001/110001
102.29/100.93	c cleaning 14514 clauses out of 30252 with flag 126001/126001
114.60/113.24	c cleaning 15442 clauses out of 32699 with flag 143001/143001
128.61/127.29	c cleaning 16270 clauses out of 35218 with flag 161000/161000
145.82/144.41	c cleaning 17631 clauses out of 37950 with flag 180002/180002
163.04/161.61	c cleaning 18372 clauses out of 40313 with flag 200000/200000
180.05/178.67	c cleaning 19148 clauses out of 42903 with flag 221000/221000
198.97/197.57	c cleaning 19433 clauses out of 45755 with flag 243000/243000
221.59/220.14	c cleaning 21719 clauses out of 49293 with flag 266000/266000
245.60/244.13	c cleaning 22191 clauses out of 51575 with flag 290001/290001
268.72/267.23	c cleaning 23493 clauses out of 54376 with flag 315000/315000
290.03/288.51	c cleaning 23952 clauses out of 56879 with flag 341003/341003
312.65/311.16	c cleaning 25148 clauses out of 59924 with flag 368000/368000
337.37/335.89	c cleaning 25912 clauses out of 62764 with flag 396000/396000
364.79/363.26	c cleaning 27527 clauses out of 65847 with flag 425001/425001
395.41/393.86	c cleaning 28293 clauses out of 68313 with flag 455000/455000
424.82/423.22	c cleaning 29776 clauses out of 71011 with flag 486000/486000
454.34/452.79	c cleaning 31156 clauses out of 73226 with flag 518001/518001
486.86/485.23	c cleaning 31240 clauses out of 75056 with flag 551002/551002
516.38/514.74	c cleaning 32758 clauses out of 77802 with flag 585001/585001
551.89/550.27	c cleaning 33769 clauses out of 80027 with flag 620000/620000
588.12/586.48	c cleaning 35095 clauses out of 82251 with flag 656001/656001
624.03/622.38	c cleaning 35416 clauses out of 84155 with flag 693000/693000
661.45/659.71	c cleaning 37166 clauses out of 86735 with flag 731000/731000
697.77/696.03	c cleaning 37442 clauses out of 88567 with flag 770000/770000
737.28/735.53	c cleaning 39502 clauses out of 91128 with flag 810004/810004
775.50/773.70	c cleaning 39816 clauses out of 92620 with flag 851000/851000
813.52/811.71	c cleaning 41078 clauses out of 94787 with flag 893000/893000
859.94/858.18	c cleaning 41437 clauses out of 96690 with flag 936000/936000
904.76/902.96	c cleaning 43162 clauses out of 99244 with flag 980001/980001
954.49/952.62	c cleaning 44196 clauses out of 101012 with flag 1025000/1025000
999.61/997.75	c cleaning 44849 clauses out of 102811 with flag 1071000/1071000
1042.92/1041.08	c cleaning 45938 clauses out of 104962 with flag 1118001/1118001
1085.34/1083.46	c cleaning 47159 clauses out of 107020 with flag 1166001/1166001
1131.56/1129.64	c cleaning 48346 clauses out of 108831 with flag 1215002/1215002
1175.78/1173.84	c cleaning 48953 clauses out of 110476 with flag 1265003/1265003
1223.19/1221.27	c cleaning 50083 clauses out of 112518 with flag 1316000/1316000
1275.32/1273.39	c cleaning 51143 clauses out of 114326 with flag 1368000/1368000
1302.04/1300.01	c starts		: 1321
1302.04/1300.01	c conflicts		: 1399471
1302.04/1300.01	c decisions		: 3872232
1302.04/1300.01	c propagations		: 2501384711
1302.04/1300.01	c inspects		: 8297082117
1302.04/1300.01	c shortcuts		: 0
1302.04/1300.01	c learnt literals	: 131
1302.04/1300.01	c learnt binary clauses	: 24597
1302.04/1300.01	c learnt ternary clauses	: 42844
1302.04/1300.01	c learnt constraints	: 1399340
1302.04/1300.01	c ignored constraints	: 0
1302.04/1300.01	c root simplifications	: 1452
1302.04/1300.01	c removed literals (reason simplification)	: 25315311
1302.04/1300.01	c reason swapping (by a shorter reason)	: 0
1302.04/1300.01	c Calls to reduceDB	: 48
1302.04/1300.01	c speed (assignments/second)	: 1925253.6971329614
1302.04/1300.01	c non guided choices	138295
1302.04/1300.04	c learnt constraints type 
1302.04/1300.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 24428
1302.04/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 70237
1302.04/1300.04	c constraints type 
1302.04/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 172445
1302.04/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 611887
1302.04/1300.04	s UNKNOWN
1302.04/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-3284291-1303761120/watcher-3284291-1303761120 -o /tmp/evaluation-result-3284291-1303761120/solver-3284291-1303761120 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3284291-1303761120.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.06 4.08 4.26 4/243 20647
/proc/meminfo: memFree=14073000/32950928 swapFree=67111528/67111528
[pid=20647] ppid=20645 vsize=22976 CPUtime=0 cores=1,3
/proc/20647/stat : 20647 (java) R 20645 20647 20116 0 -1 4202496 1109 0 0 0 0 0 0 0 23 0 1 0 487711882 23527424 845 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 1073754112 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20647/statm: 6001 851 642 9 0 381 0
[pid=20647/tid=20648] ppid=20645 vsize=24004 CPUtime=0 cores=1,3
/proc/20647/task/20648/stat : 20648 (java) R 20645 20647 20116 0 -1 4202560 12 0 0 0 0 0 0 0 24 0 2 0 487711883 24580096 864 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248089698048 0 0 4096 0 0 0 0 -1 1 0 0 0

[startup+0.087658 s]
/proc/loadavg: 4.06 4.08 4.26 4/243 20647
/proc/meminfo: memFree=14073000/32950928 swapFree=67111528/67111528
[pid=20647] ppid=20645 vsize=7569940 CPUtime=0.08 cores=1,3
/proc/20647/stat : 20647 (java) S 20645 20647 20116 0 -1 4202496 9609 0 1 0 7 1 0 0 23 0 18 0 487711882 7751618560 9304 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20647/statm: 1892485 9304 1754 9 0 1883223 0
[pid=20647/tid=20648] ppid=20645 vsize=7569940 CPUtime=0.06 cores=1,3
/proc/20647/task/20648/stat : 20648 (java) R 20645 20647 20116 0 -1 4202560 8433 0 1 0 6 0 0 0 25 0 18 0 487711883 7751618560 9304 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 46912505215960 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7569940

[startup+0.100655 s]
/proc/loadavg: 4.06 4.08 4.26 4/243 20647
/proc/meminfo: memFree=14073000/32950928 swapFree=67111528/67111528
[pid=20647] ppid=20645 vsize=7636812 CPUtime=0.1 cores=1,3
/proc/20647/stat : 20647 (java) S 20645 20647 20116 0 -1 4202496 11814 0 1 0 9 1 0 0 23 0 18 0 487711882 7820095488 11509 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20647/statm: 1909203 11509 2060 9 0 1899941 0
[pid=20647/tid=20648] ppid=20645 vsize=7636812 CPUtime=0.08 cores=1,3
/proc/20647/task/20648/stat : 20648 (java) R 20645 20647 20116 0 -1 4202560 9998 0 1 0 7 1 0 0 25 0 18 0 487711883 7820095488 11509 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 46953158436488 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) 7636812

[startup+0.300623 s]
/proc/loadavg: 4.06 4.08 4.26 4/243 20647
/proc/meminfo: memFree=14073000/32950928 swapFree=67111528/67111528
[pid=20647] ppid=20645 vsize=7636952 CPUtime=0.41 cores=1,3
/proc/20647/stat : 20647 (java) S 20645 20647 20116 0 -1 4202496 17107 0 1 0 39 2 0 0 23 0 18 0 487711882 7820238848 16490 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20647/statm: 1909238 16490 2197 9 0 1899976 0
[pid=20647/tid=20648] ppid=20645 vsize=7636952 CPUtime=0.28 cores=1,3
/proc/20647/task/20648/stat : 20648 (java) R 20645 20647 20116 0 -1 4202560 14681 0 1 0 26 2 0 0 25 0 18 0 487711883 7820238848 16490 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 46912505495049 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 7636952

[startup+0.700552 s]
/proc/loadavg: 4.06 4.08 4.26 4/243 20647
/proc/meminfo: memFree=14073000/32950928 swapFree=67111528/67111528
[pid=20647] ppid=20645 vsize=7636952 CPUtime=0.8 cores=1,3
/proc/20647/stat : 20647 (java) S 20645 20647 20116 0 -1 4202496 30817 0 1 0 77 3 0 0 23 0 18 0 487711882 7820238848 30200 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20647/statm: 1909238 30200 2197 9 0 1899976 0
[pid=20647/tid=20648] ppid=20645 vsize=7636952 CPUtime=0.68 cores=1,3
/proc/20647/task/20648/stat : 20648 (java) R 20645 20647 20116 0 -1 4202560 28391 0 1 0 65 3 0 0 25 0 18 0 487711883 7820238848 30200 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 46912505495283 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.8
Current children cumulated vsize (KiB) 7636952

[startup+1.50141 s]
/proc/loadavg: 4.06 4.08 4.26 7/262 20666
/proc/meminfo: memFree=13936024/32950928 swapFree=67111528/67111528
[pid=20647] ppid=20645 vsize=7643868 CPUtime=2.15 cores=1,3
/proc/20647/stat : 20647 (java) S 20645 20647 20116 0 -1 4202496 40041 0 1 0 210 5 0 0 23 0 19 0 487711882 7827320832 36470 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20647/statm: 1910967 36470 2221 9 0 1901705 0
[pid=20647/tid=20648] ppid=20645 vsize=7643868 CPUtime=1.48 cores=1,3
/proc/20647/task/20648/stat : 20648 (java) R 20645 20647 20116 0 -1 4202560 32759 0 1 0 144 4 0 0 25 0 19 0 487711883 7827320832 36470 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 46912505599896 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=20647/tid=20650] ppid=20645 vsize=7643868 CPUtime=0 cores=1,3
/proc/20647/task/20650/stat : 20650 (java) S 20645 20647 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487711884 7827320832 36470 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20651] ppid=20645 vsize=7643868 CPUtime=0 cores=1,3
/proc/20647/task/20651/stat : 20651 (java) S 20645 20647 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487711884 7827320832 36470 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20652] ppid=20645 vsize=7643868 CPUtime=0 cores=1,3
/proc/20647/task/20652/stat : 20652 (java) S 20645 20647 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487711884 7827320832 36470 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20653] ppid=20645 vsize=7643868 CPUtime=0 cores=1,3
/proc/20647/task/20653/stat : 20653 (java) S 20645 20647 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487711884 7827320832 36470 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20654] ppid=20645 vsize=7643868 CPUtime=0 cores=1,3
/proc/20647/task/20654/stat : 20654 (java) S 20645 20647 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487711884 7827320832 36470 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20655] ppid=20645 vsize=7643868 CPUtime=0 cores=1,3
/proc/20647/task/20655/stat : 20655 (java) S 20645 20647 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487711884 7827320832 36470 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20656] ppid=20645 vsize=7643868 CPUtime=0 cores=1,3
/proc/20647/task/20656/stat : 20656 (java) S 20645 20647 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487711884 7827320832 36470 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20657] ppid=20645 vsize=7643868 CPUtime=0 cores=1,3
/proc/20647/task/20657/stat : 20657 (java) S 20645 20647 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487711884 7827320832 36470 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20658] ppid=20645 vsize=7643868 CPUtime=0 cores=1,3
/proc/20647/task/20658/stat : 20658 (java) S 20645 20647 20116 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 487711885 7827320832 36470 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514752 0 0 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20659] ppid=20645 vsize=7643868 CPUtime=0 cores=1,3
/proc/20647/task/20659/stat : 20659 (java) S 20645 20647 20116 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 487711886 7827320832 36470 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20660] ppid=20645 vsize=7643868 CPUtime=0 cores=1,3
/proc/20647/task/20660/stat : 20660 (java) S 20645 20647 20116 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487711886 7827320832 36470 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20661] ppid=20645 vsize=7643868 CPUtime=0 cores=1,3
/proc/20647/task/20661/stat : 20661 (java) S 20645 20647 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487711888 7827320832 36470 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101521841 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20662] ppid=20645 vsize=7643868 CPUtime=0.35 cores=1,3
/proc/20647/task/20662/stat : 20662 (java) S 20645 20647 20116 0 -1 4202560 2636 0 0 0 35 0 0 0 18 0 19 0 487711888 7827320832 36470 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 1 0 0 0
[pid=20647/tid=20663] ppid=20645 vsize=7643868 CPUtime=0.3 cores=1,3
/proc/20647/task/20663/stat : 20663 (java) S 20645 20647 20116 0 -1 4202560 3483 0 0 0 30 0 0 0 18 0 19 0 487711888 7827320832 36470 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 1 0 0 0
[pid=20647/tid=20664] ppid=20645 vsize=7643868 CPUtime=0 cores=1,3
/proc/20647/task/20664/stat : 20664 (java) S 20645 20647 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487711888 7827320832 36470 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20665] ppid=20645 vsize=7643868 CPUtime=0 cores=1,3
/proc/20647/task/20665/stat : 20665 (java) S 20645 20647 20116 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 487711888 7827320832 36470 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514752 0 4 0 16800975 18446604471128543552 0 0 -1 1 0 0 0
[pid=20647/tid=20666] ppid=20645 vsize=7643868 CPUtime=0 cores=1,3
/proc/20647/task/20666/stat : 20666 (java) S 20645 20647 20116 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487711967 7827320832 36470 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514752 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 7643868

[startup+3.10113 s]
/proc/loadavg: 4.06 4.08 4.26 5/262 20666
/proc/meminfo: memFree=13933792/32950928 swapFree=67111528/67111528
[pid=20647] ppid=20645 vsize=7644096 CPUtime=3.83 cores=1,3
/proc/20647/stat : 20647 (java) S 20645 20647 20116 0 -1 4202496 40329 0 1 0 378 5 0 0 23 0 19 0 487711882 7827554304 36756 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20647/statm: 1911024 36756 2225 9 0 1901762 0
[pid=20647/tid=20648] ppid=20645 vsize=7644096 CPUtime=3.06 cores=1,3
/proc/20647/task/20648/stat : 20648 (java) R 20645 20647 20116 0 -1 4202560 33002 0 1 0 302 4 0 0 25 0 19 0 487711883 7827554304 36756 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 46912505727540 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=20647/tid=20650] ppid=20645 vsize=7644096 CPUtime=0 cores=1,3
/proc/20647/task/20650/stat : 20650 (java) S 20645 20647 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487711884 7827554304 36756 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20651] ppid=20645 vsize=7644096 CPUtime=0 cores=1,3
/proc/20647/task/20651/stat : 20651 (java) S 20645 20647 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487711884 7827554304 36756 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20652] ppid=20645 vsize=7644096 CPUtime=0 cores=1,3
/proc/20647/task/20652/stat : 20652 (java) S 20645 20647 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487711884 7827554304 36756 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20653] ppid=20645 vsize=7644096 CPUtime=0 cores=1,3
/proc/20647/task/20653/stat : 20653 (java) S 20645 20647 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487711884 7827554304 36756 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20654] ppid=20645 vsize=7644096 CPUtime=0 cores=1,3
/proc/20647/task/20654/stat : 20654 (java) S 20645 20647 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487711884 7827554304 36756 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20655] ppid=20645 vsize=7644096 CPUtime=0 cores=1,3
/proc/20647/task/20655/stat : 20655 (java) S 20645 20647 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487711884 7827554304 36756 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20656] ppid=20645 vsize=7644096 CPUtime=0 cores=1,3
/proc/20647/task/20656/stat : 20656 (java) S 20645 20647 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487711884 7827554304 36756 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20657] ppid=20645 vsize=7644096 CPUtime=0 cores=1,3
/proc/20647/task/20657/stat : 20657 (java) S 20645 20647 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487711884 7827554304 36756 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20658] ppid=20645 vsize=7644096 CPUtime=0 cores=1,3
/proc/20647/task/20658/stat : 20658 (java) S 20645 20647 20116 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 487711885 7827554304 36756 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514752 0 0 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20659] ppid=20645 vsize=7644096 CPUtime=0 cores=1,3
/proc/20647/task/20659/stat : 20659 (java) S 20645 20647 20116 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 487711886 7827554304 36756 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20660] ppid=20645 vsize=7644096 CPUtime=0 cores=1,3
/proc/20647/task/20660/stat : 20660 (java) S 20645 20647 20116 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487711886 7827554304 36756 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20661] ppid=20645 vsize=7644096 CPUtime=0 cores=1,3
/proc/20647/task/20661/stat : 20661 (java) S 20645 20647 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487711888 7827554304 36756 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101521841 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20662] ppid=20645 vsize=7644096 CPUtime=0.43 cores=1,3
/proc/20647/task/20662/stat : 20662 (java) S 20645 20647 20116 0 -1 4202560 2681 0 0 0 43 0 0 0 15 0 19 0 487711888 7827554304 36756 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 1 0 0 0
[pid=20647/tid=20663] ppid=20645 vsize=7644096 CPUtime=0.3 cores=1,3
/proc/20647/task/20663/stat : 20663 (java) S 20645 20647 20116 0 -1 4202560 3483 0 0 0 30 0 0 0 18 0 19 0 487711888 7827554304 36756 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 1 0 0 0
[pid=20647/tid=20664] ppid=20645 vsize=7644096 CPUtime=0 cores=1,3
/proc/20647/task/20664/stat : 20664 (java) S 20645 20647 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487711888 7827554304 36756 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20665] ppid=20645 vsize=7644096 CPUtime=0 cores=1,3
/proc/20647/task/20665/stat : 20665 (java) S 20645 20647 20116 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 487711888 7827554304 36756 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514752 0 4 0 16800975 18446604471128543552 0 0 -1 1 0 0 0
[pid=20647/tid=20666] ppid=20645 vsize=7644096 CPUtime=0 cores=1,3
/proc/20647/task/20666/stat : 20666 (java) S 20645 20647 20116 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487711967 7827554304 36756 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514752 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.83
Current children cumulated vsize (KiB) 7644096

[startup+6.40155 s]
/proc/loadavg: 4.14 4.10 4.27 5/262 20666
/proc/meminfo: memFree=13932304/32950928 swapFree=67111528/67111528
[pid=20647] ppid=20645 vsize=7660068 CPUtime=7.42 cores=1,3
/proc/20647/stat : 20647 (java) S 20645 20647 20116 0 -1 4202496 92701 0 1 0 730 12 0 0 23 0 19 0 487711882 7843909632 87145 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20647/statm: 1915017 87145 2251 9 0 1905755 0
[pid=20647/tid=20648] ppid=20645 vsize=7660068 CPUtime=5.89 cores=1,3
/proc/20647/task/20648/stat : 20648 (java) R 20645 20647 20116 0 -1 4202560 33180 0 1 0 585 4 0 0 22 0 19 0 487711883 7843909632 87145 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 46912505770143 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20647/tid=20650] ppid=20645 vsize=7660068 CPUtime=0.1 cores=1,3
/proc/20647/task/20650/stat : 20650 (java) S 20645 20647 20116 0 -1 4202560 7734 0 0 0 10 0 0 0 18 0 19 0 487711884 7843909632 87145 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 1 0 0 0
[pid=20647/tid=20651] ppid=20645 vsize=7660068 CPUtime=0.09 cores=1,3
/proc/20647/task/20651/stat : 20651 (java) S 20645 20647 20116 0 -1 4202560 11049 0 0 0 9 0 0 0 18 0 19 0 487711884 7843909632 87145 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 1 0 0 0
[pid=20647/tid=20652] ppid=20645 vsize=7660068 CPUtime=0.01 cores=1,3
/proc/20647/task/20652/stat : 20652 (java) S 20645 20647 20116 0 -1 4202560 1537 0 0 0 1 0 0 0 18 0 19 0 487711884 7843909632 87145 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 1 0 0 0
[pid=20647/tid=20653] ppid=20645 vsize=7660068 CPUtime=0 cores=1,3
/proc/20647/task/20653/stat : 20653 (java) S 20645 20647 20116 0 -1 4202560 564 0 0 0 0 0 0 0 18 0 19 0 487711884 7843909632 87145 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 1 0 0 0
[pid=20647/tid=20654] ppid=20645 vsize=7660068 CPUtime=0 cores=1,3
/proc/20647/task/20654/stat : 20654 (java) S 20645 20647 20116 0 -1 4202560 229 0 0 0 0 0 0 0 17 0 19 0 487711884 7843909632 87145 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 1 0 0 0
[pid=20647/tid=20655] ppid=20645 vsize=7660068 CPUtime=0 cores=1,3
/proc/20647/task/20655/stat : 20655 (java) S 20645 20647 20116 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 487711884 7843909632 87145 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 1 0 0 0
[pid=20647/tid=20656] ppid=20645 vsize=7660068 CPUtime=0 cores=1,3
/proc/20647/task/20656/stat : 20656 (java) S 20645 20647 20116 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 487711884 7843909632 87145 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 1 0 0 0
[pid=20647/tid=20657] ppid=20645 vsize=7660068 CPUtime=0 cores=1,3
/proc/20647/task/20657/stat : 20657 (java) S 20645 20647 20116 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 487711884 7843909632 87145 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 1 0 0 0
[pid=20647/tid=20658] ppid=20645 vsize=7660068 CPUtime=0.31 cores=1,3
/proc/20647/task/20658/stat : 20658 (java) S 20645 20647 20116 0 -1 4202560 26252 0 0 0 28 3 0 0 16 0 19 0 487711885 7843909632 87145 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514752 0 0 0 16800975 18446604471128543552 0 0 -1 1 0 0 0
[pid=20647/tid=20659] ppid=20645 vsize=7660068 CPUtime=0 cores=1,3
/proc/20647/task/20659/stat : 20659 (java) S 20645 20647 20116 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 487711886 7843909632 87145 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 1 0 0 0
[pid=20647/tid=20660] ppid=20645 vsize=7660068 CPUtime=0 cores=1,3
/proc/20647/task/20660/stat : 20660 (java) S 20645 20647 20116 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 487711886 7843909632 87145 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 1 0 0 0
[pid=20647/tid=20661] ppid=20645 vsize=7660068 CPUtime=0 cores=1,3
/proc/20647/task/20661/stat : 20661 (java) S 20645 20647 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487711888 7843909632 87145 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101521841 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20662] ppid=20645 vsize=7660068 CPUtime=0.61 cores=1,3
/proc/20647/task/20662/stat : 20662 (java) R 20645 20647 20116 0 -1 4202560 7457 0 0 0 60 1 0 0 16 0 19 0 487711888 7843909632 87145 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 46953157216344 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=20647/tid=20663] ppid=20645 vsize=7660068 CPUtime=0.31 cores=1,3
/proc/20647/task/20663/stat : 20663 (java) S 20645 20647 20116 0 -1 4202560 3544 0 0 0 31 0 0 0 15 0 19 0 487711888 7843909632 87145 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 1 0 0 0

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

[pid=20647/tid=20655] ppid=20645 vsize=7650536 CPUtime=0.19 cores=1,3
/proc/20647/task/20655/stat : 20655 (java) S 20645 20647 20116 0 -1 4202560 10 0 0 0 19 0 0 0 16 0 19 0 487711884 7834148864 88768 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20656] ppid=20645 vsize=7650536 CPUtime=0.25 cores=1,3
/proc/20647/task/20656/stat : 20656 (java) S 20645 20647 20116 0 -1 4202560 58 0 0 0 25 0 0 0 16 0 19 0 487711884 7834148864 88768 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20657] ppid=20645 vsize=7650536 CPUtime=0.18 cores=1,3
/proc/20647/task/20657/stat : 20657 (java) S 20645 20647 20116 0 -1 4202560 15 0 0 0 18 0 0 0 15 0 19 0 487711884 7834148864 88768 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20658] ppid=20645 vsize=7650536 CPUtime=11.61 cores=1,3
/proc/20647/task/20658/stat : 20658 (java) S 20645 20647 20116 0 -1 4202560 29117 0 0 0 1157 4 0 0 15 0 19 0 487711885 7834148864 88768 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514752 0 0 0 16800975 18446604471128543552 0 0 -1 1 0 0 0
[pid=20647/tid=20659] ppid=20645 vsize=7650536 CPUtime=0 cores=1,3
/proc/20647/task/20659/stat : 20659 (java) S 20645 20647 20116 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 487711886 7834148864 88768 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 1 0 0 0
[pid=20647/tid=20660] ppid=20645 vsize=7650536 CPUtime=0 cores=1,3
/proc/20647/task/20660/stat : 20660 (java) S 20645 20647 20116 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 487711886 7834148864 88768 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 1 0 0 0
[pid=20647/tid=20661] ppid=20645 vsize=7650536 CPUtime=0 cores=1,3
/proc/20647/task/20661/stat : 20661 (java) S 20645 20647 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487711888 7834148864 88768 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101521841 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20662] ppid=20645 vsize=7650536 CPUtime=0.85 cores=1,3
/proc/20647/task/20662/stat : 20662 (java) S 20645 20647 20116 0 -1 4202560 8001 0 0 0 84 1 0 0 15 0 19 0 487711888 7834148864 88768 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20663] ppid=20645 vsize=7650536 CPUtime=0.36 cores=1,3
/proc/20647/task/20663/stat : 20663 (java) S 20645 20647 20116 0 -1 4202560 3896 0 0 0 36 0 0 0 15 0 19 0 487711888 7834148864 88768 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 1 0 0 0
[pid=20647/tid=20664] ppid=20645 vsize=7650536 CPUtime=0 cores=1,3
/proc/20647/task/20664/stat : 20664 (java) S 20645 20647 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487711888 7834148864 88768 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20665] ppid=20645 vsize=7650536 CPUtime=0 cores=1,3
/proc/20647/task/20665/stat : 20665 (java) S 20645 20647 20116 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 487711888 7834148864 88768 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514752 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20666] ppid=20645 vsize=7650536 CPUtime=0 cores=1,3
/proc/20647/task/20666/stat : 20666 (java) S 20645 20647 20116 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487711967 7834148864 88768 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514752 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1184.29
Current children cumulated vsize (KiB) 7650536

[startup+1242.3 s]
/proc/loadavg: 1.01 1.52 2.53 2/190 20769
/proc/meminfo: memFree=15017608/32950928 swapFree=67111528/67111528
[pid=20647] ppid=20645 vsize=7650536 CPUtime=1244.31 cores=1,3
/proc/20647/stat : 20647 (java) S 20645 20647 20116 0 -1 4202496 96832 0 1 0 124418 13 0 0 23 0 19 0 487711882 7834148864 88883 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20647/statm: 1912634 88883 2253 9 0 1903372 0
[pid=20647/tid=20648] ppid=20645 vsize=7650536 CPUtime=1229.49 cores=1,3
/proc/20647/task/20648/stat : 20648 (java) R 20645 20647 20116 0 -1 4202560 33227 0 1 0 122945 4 0 0 25 0 19 0 487711883 7834148864 88883 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 46912505662405 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20647/tid=20650] ppid=20645 vsize=7650536 CPUtime=0.32 cores=1,3
/proc/20647/task/20650/stat : 20650 (java) S 20645 20647 20116 0 -1 4202560 7743 0 0 0 32 0 0 0 16 0 19 0 487711884 7834148864 88883 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20651] ppid=20645 vsize=7650536 CPUtime=0.19 cores=1,3
/proc/20647/task/20651/stat : 20651 (java) S 20645 20647 20116 0 -1 4202560 11056 0 0 0 19 0 0 0 15 0 19 0 487711884 7834148864 88883 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20652] ppid=20645 vsize=7650536 CPUtime=0.2 cores=1,3
/proc/20647/task/20652/stat : 20652 (java) S 20645 20647 20116 0 -1 4202560 1554 0 0 0 20 0 0 0 15 0 19 0 487711884 7834148864 88883 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20653] ppid=20645 vsize=7650536 CPUtime=0.22 cores=1,3
/proc/20647/task/20653/stat : 20653 (java) S 20645 20647 20116 0 -1 4202560 578 0 0 0 22 0 0 0 15 0 19 0 487711884 7834148864 88883 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20654] ppid=20645 vsize=7650536 CPUtime=0.12 cores=1,3
/proc/20647/task/20654/stat : 20654 (java) S 20645 20647 20116 0 -1 4202560 239 0 0 0 12 0 0 0 16 0 19 0 487711884 7834148864 88883 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20655] ppid=20645 vsize=7650536 CPUtime=0.19 cores=1,3
/proc/20647/task/20655/stat : 20655 (java) S 20645 20647 20116 0 -1 4202560 10 0 0 0 19 0 0 0 15 0 19 0 487711884 7834148864 88883 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20656] ppid=20645 vsize=7650536 CPUtime=0.25 cores=1,3
/proc/20647/task/20656/stat : 20656 (java) S 20645 20647 20116 0 -1 4202560 58 0 0 0 25 0 0 0 16 0 19 0 487711884 7834148864 88883 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20657] ppid=20645 vsize=7650536 CPUtime=0.18 cores=1,3
/proc/20647/task/20657/stat : 20657 (java) S 20645 20647 20116 0 -1 4202560 15 0 0 0 18 0 0 0 15 0 19 0 487711884 7834148864 88883 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 1 0 0 0
[pid=20647/tid=20658] ppid=20645 vsize=7650536 CPUtime=11.84 cores=1,3
/proc/20647/task/20658/stat : 20658 (java) S 20645 20647 20116 0 -1 4202560 29233 0 0 0 1180 4 0 0 15 0 19 0 487711885 7834148864 88883 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514752 0 0 0 16800975 18446604471128543552 0 0 -1 1 0 0 0
[pid=20647/tid=20659] ppid=20645 vsize=7650536 CPUtime=0 cores=1,3
/proc/20647/task/20659/stat : 20659 (java) S 20645 20647 20116 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 487711886 7834148864 88883 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 1 0 0 0
[pid=20647/tid=20660] ppid=20645 vsize=7650536 CPUtime=0 cores=1,3
/proc/20647/task/20660/stat : 20660 (java) S 20645 20647 20116 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 487711886 7834148864 88883 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 1 0 0 0
[pid=20647/tid=20661] ppid=20645 vsize=7650536 CPUtime=0 cores=1,3
/proc/20647/task/20661/stat : 20661 (java) S 20645 20647 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487711888 7834148864 88883 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101521841 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20662] ppid=20645 vsize=7650536 CPUtime=0.85 cores=1,3
/proc/20647/task/20662/stat : 20662 (java) S 20645 20647 20116 0 -1 4202560 8001 0 0 0 84 1 0 0 15 0 19 0 487711888 7834148864 88883 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20663] ppid=20645 vsize=7650536 CPUtime=0.36 cores=1,3
/proc/20647/task/20663/stat : 20663 (java) S 20645 20647 20116 0 -1 4202560 3896 0 0 0 36 0 0 0 15 0 19 0 487711888 7834148864 88883 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 1 0 0 0
[pid=20647/tid=20664] ppid=20645 vsize=7650536 CPUtime=0 cores=1,3
/proc/20647/task/20664/stat : 20664 (java) S 20645 20647 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487711888 7834148864 88883 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20665] ppid=20645 vsize=7650536 CPUtime=0 cores=1,3
/proc/20647/task/20665/stat : 20665 (java) S 20645 20647 20116 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 19 0 487711888 7834148864 88883 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514752 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20666] ppid=20645 vsize=7650536 CPUtime=0 cores=1,3
/proc/20647/task/20666/stat : 20666 (java) S 20645 20647 20116 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487711967 7834148864 88883 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514752 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1244.31
Current children cumulated vsize (KiB) 7650536



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.00 1.42 2.43 2/190 20771
/proc/meminfo: memFree=15017580/32950928 swapFree=67111528/67111528
[pid=20647] ppid=20645 vsize=7650536 CPUtime=1302.04 cores=1,3
/proc/20647/stat : 20647 (java) S 20645 20647 20116 0 -1 4202496 96839 0 1 0 130191 13 0 0 23 0 19 0 487711882 7834148864 88883 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20647/statm: 1912634 88883 2253 9 0 1903372 0
[pid=20647/tid=20648] ppid=20645 vsize=7650536 CPUtime=1286.85 cores=1,3
/proc/20647/task/20648/stat : 20648 (java) R 20645 20647 20116 0 -1 4202560 33228 0 1 0 128681 4 0 0 25 0 19 0 487711883 7834148864 88883 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 46912505599538 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20647/tid=20650] ppid=20645 vsize=7650536 CPUtime=0.32 cores=1,3
/proc/20647/task/20650/stat : 20650 (java) S 20645 20647 20116 0 -1 4202560 7743 0 0 0 32 0 0 0 15 0 19 0 487711884 7834148864 88883 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20651] ppid=20645 vsize=7650536 CPUtime=0.19 cores=1,3
/proc/20647/task/20651/stat : 20651 (java) S 20645 20647 20116 0 -1 4202560 11056 0 0 0 19 0 0 0 15 0 19 0 487711884 7834148864 88883 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20652] ppid=20645 vsize=7650536 CPUtime=0.2 cores=1,3
/proc/20647/task/20652/stat : 20652 (java) S 20645 20647 20116 0 -1 4202560 1554 0 0 0 20 0 0 0 16 0 19 0 487711884 7834148864 88883 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20653] ppid=20645 vsize=7650536 CPUtime=0.22 cores=1,3
/proc/20647/task/20653/stat : 20653 (java) S 20645 20647 20116 0 -1 4202560 578 0 0 0 22 0 0 0 15 0 19 0 487711884 7834148864 88883 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20654] ppid=20645 vsize=7650536 CPUtime=0.12 cores=1,3
/proc/20647/task/20654/stat : 20654 (java) S 20645 20647 20116 0 -1 4202560 239 0 0 0 12 0 0 0 15 0 19 0 487711884 7834148864 88883 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20655] ppid=20645 vsize=7650536 CPUtime=0.19 cores=1,3
/proc/20647/task/20655/stat : 20655 (java) S 20645 20647 20116 0 -1 4202560 10 0 0 0 19 0 0 0 15 0 19 0 487711884 7834148864 88883 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20656] ppid=20645 vsize=7650536 CPUtime=0.26 cores=1,3
/proc/20647/task/20656/stat : 20656 (java) S 20645 20647 20116 0 -1 4202560 58 0 0 0 26 0 0 0 16 0 19 0 487711884 7834148864 88883 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20657] ppid=20645 vsize=7650536 CPUtime=0.2 cores=1,3
/proc/20647/task/20657/stat : 20657 (java) S 20645 20647 20116 0 -1 4202560 15 0 0 0 20 0 0 0 16 0 19 0 487711884 7834148864 88883 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20658] ppid=20645 vsize=7650536 CPUtime=12.17 cores=1,3
/proc/20647/task/20658/stat : 20658 (java) S 20645 20647 20116 0 -1 4202560 29235 0 0 0 1213 4 0 0 15 0 19 0 487711885 7834148864 88883 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514752 0 0 0 16800975 18446604471128543552 0 0 -1 1 0 0 0
[pid=20647/tid=20659] ppid=20645 vsize=7650536 CPUtime=0 cores=1,3
/proc/20647/task/20659/stat : 20659 (java) S 20645 20647 20116 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 487711886 7834148864 88883 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 1 0 0 0
[pid=20647/tid=20660] ppid=20645 vsize=7650536 CPUtime=0 cores=1,3
/proc/20647/task/20660/stat : 20660 (java) S 20645 20647 20116 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 487711886 7834148864 88883 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 1 0 0 0
[pid=20647/tid=20661] ppid=20645 vsize=7650536 CPUtime=0 cores=1,3
/proc/20647/task/20661/stat : 20661 (java) S 20645 20647 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487711888 7834148864 88883 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101521841 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20662] ppid=20645 vsize=7650536 CPUtime=0.85 cores=1,3
/proc/20647/task/20662/stat : 20662 (java) S 20645 20647 20116 0 -1 4202560 8001 0 0 0 84 1 0 0 15 0 19 0 487711888 7834148864 88883 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20663] ppid=20645 vsize=7650536 CPUtime=0.36 cores=1,3
/proc/20647/task/20663/stat : 20663 (java) S 20645 20647 20116 0 -1 4202560 3896 0 0 0 36 0 0 0 15 0 19 0 487711888 7834148864 88883 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 1 0 0 0
[pid=20647/tid=20664] ppid=20645 vsize=7650536 CPUtime=0 cores=1,3
/proc/20647/task/20664/stat : 20664 (java) S 20645 20647 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487711888 7834148864 88883 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20665] ppid=20645 vsize=7650536 CPUtime=0 cores=1,3
/proc/20647/task/20665/stat : 20665 (java) S 20645 20647 20116 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 487711888 7834148864 88883 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514752 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20666] ppid=20645 vsize=7650536 CPUtime=0 cores=1,3
/proc/20647/task/20666/stat : 20666 (java) S 20645 20647 20116 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487711967 7834148864 88883 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514752 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 7650536

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: 1.00 1.42 2.43 2/190 20771
/proc/meminfo: memFree=15017580/32950928 swapFree=67111528/67111528
[pid=20647] ppid=20645 vsize=7650536 CPUtime=1302.04 cores=1,3
/proc/20647/stat : 20647 (java) S 20645 20647 20116 0 -1 4202496 96839 0 1 0 130191 13 0 0 23 0 19 0 487711882 7834148864 88883 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20647/statm: 1912634 88883 2253 9 0 1903372 0
[pid=20647/tid=20648] ppid=20645 vsize=7650536 CPUtime=1286.85 cores=1,3
/proc/20647/task/20648/stat : 20648 (java) R 20645 20647 20116 0 -1 4202560 33228 0 1 0 128681 4 0 0 25 0 19 0 487711883 7834148864 88883 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 46912505599538 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20647/tid=20650] ppid=20645 vsize=7650536 CPUtime=0.32 cores=1,3
/proc/20647/task/20650/stat : 20650 (java) S 20645 20647 20116 0 -1 4202560 7743 0 0 0 32 0 0 0 15 0 19 0 487711884 7834148864 88883 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20651] ppid=20645 vsize=7650536 CPUtime=0.19 cores=1,3
/proc/20647/task/20651/stat : 20651 (java) S 20645 20647 20116 0 -1 4202560 11056 0 0 0 19 0 0 0 15 0 19 0 487711884 7834148864 88883 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20652] ppid=20645 vsize=7650536 CPUtime=0.2 cores=1,3
/proc/20647/task/20652/stat : 20652 (java) S 20645 20647 20116 0 -1 4202560 1554 0 0 0 20 0 0 0 16 0 19 0 487711884 7834148864 88883 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20653] ppid=20645 vsize=7650536 CPUtime=0.22 cores=1,3
/proc/20647/task/20653/stat : 20653 (java) S 20645 20647 20116 0 -1 4202560 578 0 0 0 22 0 0 0 15 0 19 0 487711884 7834148864 88883 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20654] ppid=20645 vsize=7650536 CPUtime=0.12 cores=1,3
/proc/20647/task/20654/stat : 20654 (java) S 20645 20647 20116 0 -1 4202560 239 0 0 0 12 0 0 0 15 0 19 0 487711884 7834148864 88883 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20655] ppid=20645 vsize=7650536 CPUtime=0.19 cores=1,3
/proc/20647/task/20655/stat : 20655 (java) S 20645 20647 20116 0 -1 4202560 10 0 0 0 19 0 0 0 15 0 19 0 487711884 7834148864 88883 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20656] ppid=20645 vsize=7650536 CPUtime=0.26 cores=1,3
/proc/20647/task/20656/stat : 20656 (java) S 20645 20647 20116 0 -1 4202560 58 0 0 0 26 0 0 0 16 0 19 0 487711884 7834148864 88883 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20657] ppid=20645 vsize=7650536 CPUtime=0.2 cores=1,3
/proc/20647/task/20657/stat : 20657 (java) S 20645 20647 20116 0 -1 4202560 15 0 0 0 20 0 0 0 16 0 19 0 487711884 7834148864 88883 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20658] ppid=20645 vsize=7650536 CPUtime=12.17 cores=1,3
/proc/20647/task/20658/stat : 20658 (java) S 20645 20647 20116 0 -1 4202560 29235 0 0 0 1213 4 0 0 15 0 19 0 487711885 7834148864 88883 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514752 0 0 0 16800975 18446604471128543552 0 0 -1 1 0 0 0
[pid=20647/tid=20659] ppid=20645 vsize=7650536 CPUtime=0 cores=1,3
/proc/20647/task/20659/stat : 20659 (java) S 20645 20647 20116 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 487711886 7834148864 88883 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 1 0 0 0
[pid=20647/tid=20660] ppid=20645 vsize=7650536 CPUtime=0 cores=1,3
/proc/20647/task/20660/stat : 20660 (java) S 20645 20647 20116 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 487711886 7834148864 88883 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 1 0 0 0
[pid=20647/tid=20661] ppid=20645 vsize=7650536 CPUtime=0 cores=1,3
/proc/20647/task/20661/stat : 20661 (java) S 20645 20647 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487711888 7834148864 88883 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101521841 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20662] ppid=20645 vsize=7650536 CPUtime=0.85 cores=1,3
/proc/20647/task/20662/stat : 20662 (java) S 20645 20647 20116 0 -1 4202560 8001 0 0 0 84 1 0 0 15 0 19 0 487711888 7834148864 88883 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20663] ppid=20645 vsize=7650536 CPUtime=0.36 cores=1,3
/proc/20647/task/20663/stat : 20663 (java) S 20645 20647 20116 0 -1 4202560 3896 0 0 0 36 0 0 0 15 0 19 0 487711888 7834148864 88883 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 1 0 0 0
[pid=20647/tid=20664] ppid=20645 vsize=7650536 CPUtime=0 cores=1,3
/proc/20647/task/20664/stat : 20664 (java) S 20645 20647 20116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487711888 7834148864 88883 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514137 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20665] ppid=20645 vsize=7650536 CPUtime=0 cores=1,3
/proc/20647/task/20665/stat : 20665 (java) S 20645 20647 20116 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 487711888 7834148864 88883 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514752 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
[pid=20647/tid=20666] ppid=20645 vsize=7650536 CPUtime=0 cores=1,3
/proc/20647/task/20666/stat : 20666 (java) S 20645 20647 20116 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487711967 7834148864 88883 33554432000 1073741824 1073778376 140737471056160 18446744073709551615 248101514752 0 4 0 16800975 18446604471128543552 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 7650536

Child status: 143
Real time (s): 1300.07
CPU time (s): 1302.15
CPU user time (s): 1302
CPU system time (s): 0.151976
CPU usage (%): 100.16
Max. virtual memory (cumulated for all children) (KiB): 7661264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1302
system time used= 0.151976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97354
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= 28013
involuntary context switches= 4365

runsolver used 2.09068 second user time and 5.02424 second system time

The end

Launcher Data

Begin job on node123 at 2011-04-25 21:52:01
IDJOB=3284291
IDBENCH=71765
IDSOLVER=1611
FILE ID=node123/3284291-1303761120
RUNJOBID= node123-1303759508-20136
PBS_JOBID= 13157133
Free space on /tmp= 72620 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT_RACE06/ibm-2002-21r-k95.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-3284291-1303761120/watcher-3284291-1303761120 -o /tmp/evaluation-result-3284291-1303761120/solver-3284291-1303761120 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3284291-1303761120.cnf

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

MD5SUM BENCH= 51240aa30dab6ed4bfa6897f8acc57fa
RANDOM SEED=288376676

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14073032 kB
Buffers:       2146416 kB
Cached:       14901052 kB
SwapCached:          0 kB
Active:        9608656 kB
Inactive:      8732136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14073032 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           15124 kB
Writeback:           0 kB
AnonPages:     1292740 kB
Mapped:          23452 kB
Slab:           468532 kB
PageTables:       8124 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 22037592 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= 72680 MiB
End job on node123 at 2011-04-25 22:13:43