Trace number 3190190

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J core 2.3.0 SNAPSHOT 2011-02-06? (TO) 1301.35 1300.06

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v50000-c210000-S1969540674-065-UNKNOWN.cnf
MD5SUMfcb14103324f734a2e69e02c062e67ed
Bench CategoryRANDOM (random 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 variables50000
Number of clauses210000
Sum of the clauses size630000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3210000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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.09/0.10	c --- Begin Solver configuration ---
0.09/0.10	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@64578ceb
0.09/0.10	c Learn all clauses as in MiniSAT
0.09/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.09/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.09/0.10	c Expensive reason simplification
0.09/0.10	c Armin Biere (Picosat) restarts strategy
0.09/0.10	c Glucose learned constraints deletion strategy
0.09/0.10	c timeout=2147483647s
0.09/0.10	c DB Simplification allowed=true
0.09/0.10	c --- End Solver configuration ---
0.09/0.10	c solving HOME/instance-3190190-1302596758.cnf
0.09/0.10	c reading problem ... 
0.38/0.39	c ... done. Wall clock time 0.297s.
0.38/0.39	c #vars     50000
0.38/0.39	c #constraints  210000
0.38/0.39	c constraints type 
0.38/0.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 210000
7.63/7.17	c cleaning 2498 clauses out of 5000 with flag 5000/5000
14.50/13.92	c cleaning 4250 clauses out of 8502 with flag 11000/11000
22.30/21.76	c cleaning 5623 clauses out of 11254 with flag 18002/18002
31.01/30.46	c cleaning 6813 clauses out of 13630 with flag 26001/26001
40.82/40.29	c cleaning 7906 clauses out of 15818 with flag 35002/35002
51.73/51.17	c cleaning 8956 clauses out of 17913 with flag 45003/45003
63.64/63.00	c cleaning 9972 clauses out of 19954 with flag 56000/56000
76.56/75.92	c cleaning 10984 clauses out of 21982 with flag 68000/68000
90.26/89.66	c cleaning 11989 clauses out of 23998 with flag 81000/81000
105.28/104.64	c cleaning 12999 clauses out of 26009 with flag 95000/95000
121.58/120.99	c cleaning 14001 clauses out of 28010 with flag 110000/110000
139.29/138.64	c cleaning 15000 clauses out of 30011 with flag 126002/126002
157.90/157.27	c cleaning 15998 clauses out of 32009 with flag 143000/143000
177.71/177.02	c cleaning 16998 clauses out of 34012 with flag 161001/161001
198.92/198.26	c cleaning 17999 clauses out of 36013 with flag 180000/180000
221.25/220.55	c cleaning 19002 clauses out of 38016 with flag 200002/200002
244.86/244.12	c cleaning 19998 clauses out of 40012 with flag 221000/221000
269.87/269.15	c cleaning 21004 clauses out of 42018 with flag 243004/243004
295.69/294.98	c cleaning 22002 clauses out of 44012 with flag 266002/266002
322.20/321.43	c cleaning 22999 clauses out of 46009 with flag 290001/290001
350.81/350.00	c cleaning 24002 clauses out of 48009 with flag 315000/315000
380.72/379.94	c cleaning 24994 clauses out of 50008 with flag 341001/341001
412.04/411.29	c cleaning 26005 clauses out of 52013 with flag 368000/368000
443.56/442.74	c cleaning 27001 clauses out of 54009 with flag 396001/396001
476.78/475.94	c cleaning 27995 clauses out of 56007 with flag 425000/425000
511.19/510.32	c cleaning 28991 clauses out of 58012 with flag 455000/455000
546.21/545.33	c cleaning 29995 clauses out of 60021 with flag 486000/486000
583.43/582.54	c cleaning 31004 clauses out of 62027 with flag 518001/518001
621.34/620.44	c cleaning 32011 clauses out of 64024 with flag 551002/551002
660.56/659.65	c cleaning 32997 clauses out of 66011 with flag 585000/585000
701.68/700.74	c cleaning 34003 clauses out of 68015 with flag 620001/620001
742.69/741.76	c cleaning 34989 clauses out of 70012 with flag 656001/656001
786.31/785.37	c cleaning 36007 clauses out of 72024 with flag 693002/693002
829.93/828.96	c cleaning 37001 clauses out of 74016 with flag 731001/731001
876.36/875.35	c cleaning 37988 clauses out of 76014 with flag 770000/770000
922.67/921.69	c cleaning 38996 clauses out of 78026 with flag 810000/810000
971.31/970.21	c cleaning 40013 clauses out of 80030 with flag 851000/851000
1019.42/1018.38	c cleaning 41001 clauses out of 82018 with flag 893001/893001
1071.94/1070.84	c cleaning 42003 clauses out of 84018 with flag 936002/936002
1123.36/1122.26	c cleaning 42995 clauses out of 86014 with flag 980001/980001
1178.88/1177.78	c cleaning 43997 clauses out of 88021 with flag 1025003/1025003
1232.80/1231.66	c cleaning 44997 clauses out of 90023 with flag 1071002/1071002
1290.43/1289.23	c cleaning 46005 clauses out of 92024 with flag 1118000/1118000
1301.26/1300.01	c starts		: 1253
1301.26/1300.01	c conflicts		: 1127103
1301.26/1300.01	c decisions		: 6088682
1301.26/1300.01	c propagations		: 1714880488
1301.26/1300.01	c inspects		: 3912092734
1301.26/1300.01	c shortcuts		: 0
1301.26/1300.01	c learnt literals	: 0
1301.26/1300.01	c learnt binary clauses	: 0
1301.26/1300.01	c learnt ternary clauses	: 62
1301.26/1300.01	c learnt constraints	: 1127103
1301.26/1300.01	c ignored constraints	: 0
1301.26/1300.01	c root simplifications	: 1253
1301.26/1300.01	c removed literals (reason simplification)	: 13385737
1301.26/1300.01	c reason swapping (by a shorter reason)	: 0
1301.26/1300.01	c Calls to reduceDB	: 43
1301.26/1300.01	c speed (assignments/second)	: 1319531.651345439
1301.26/1300.01	c non guided choices	4479
1301.26/1300.04	c learnt constraints type 
1301.26/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 55144
1301.26/1300.04	c constraints type 
1301.26/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 210000
1301.26/1300.04	s UNKNOWN
1301.26/1300.04	c Total wall clock time (in seconds) : 1299.911

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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-3190190-1302596758/watcher-3190190-1302596758 -o /tmp/evaluation-result-3190190-1302596758/solver-3190190-1302596758 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190190-1302596758.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: 8.23 7.57 5.40 4/240 29812
/proc/meminfo: memFree=16847008/32951124 swapFree=67111528/67111528
[pid=29812] ppid=29810 vsize=30536 CPUtime=0 cores=1,3
/proc/29812/stat : 29812 (java) S 29810 29812 29701 0 -1 4202496 1249 0 0 0 0 0 0 0 18 0 2 0 352091119 31268864 967 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273419237 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/29812/statm: 7634 967 740 9 0 385 0
[pid=29812/tid=29813] ppid=29810 vsize=30540 CPUtime=0 cores=1,3
/proc/29812/task/29813/stat : 29813 (java) R 29810 29812 29701 0 -1 4202560 134 0 0 0 0 0 0 0 19 0 2 0 352091120 31272960 968 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254261616443 0 0 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.100021 s]
/proc/loadavg: 8.23 7.57 5.40 4/240 29812
/proc/meminfo: memFree=16847008/32951124 swapFree=67111528/67111528
[pid=29812] ppid=29810 vsize=7570804 CPUtime=0.09 cores=1,3
/proc/29812/stat : 29812 (java) S 29810 29812 29701 0 -1 4202496 10205 0 1 0 8 1 0 0 18 0 18 0 352091119 7752503296 9900 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29812/statm: 1892701 9901 2086 9 0 1883439 0
[pid=29812/tid=29813] ppid=29810 vsize=7570804 CPUtime=0.07 cores=1,3
/proc/29812/task/29813/stat : 29813 (java) R 29810 29812 29701 0 -1 4202560 8465 0 1 0 7 0 0 0 25 0 18 0 352091120 7752503296 9901 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 47128499415860 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7570804

[startup+0.200972 s]
/proc/loadavg: 8.23 7.57 5.40 4/240 29812
/proc/meminfo: memFree=16847008/32951124 swapFree=67111528/67111528
[pid=29812] ppid=29810 vsize=7703152 CPUtime=0.27 cores=1,3
/proc/29812/stat : 29812 (java) S 29810 29812 29701 0 -1 4202496 13373 0 1 0 26 1 0 0 18 0 18 0 352091119 7888027648 12966 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29812/statm: 1925788 12967 2191 9 0 1916526 0
[pid=29812/tid=29813] ppid=29810 vsize=7703152 CPUtime=0.16 cores=1,3
/proc/29812/task/29813/stat : 29813 (java) R 29810 29812 29701 0 -1 4202560 11134 0 1 0 16 0 0 0 25 0 18 0 352091120 7888027648 12968 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 46912505541666 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) 7703152

[startup+0.300988 s]
/proc/loadavg: 8.23 7.57 5.40 4/240 29812
/proc/meminfo: memFree=16847008/32951124 swapFree=67111528/67111528
[pid=29812] ppid=29810 vsize=7638260 CPUtime=0.38 cores=1,3
/proc/29812/stat : 29812 (java) S 29810 29812 29701 0 -1 4202496 15864 0 1 0 37 1 0 0 18 0 18 0 352091119 7821578240 15419 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29812/statm: 1909565 15420 2198 9 0 1900303 0
[pid=29812/tid=29813] ppid=29810 vsize=7638260 CPUtime=0.26 cores=1,3
/proc/29812/task/29813/stat : 29813 (java) R 29810 29812 29701 0 -1 4202560 13343 0 1 0 25 1 0 0 25 0 18 0 352091120 7821578240 15420 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 46912505541726 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 7638260

[startup+0.700888 s]
/proc/loadavg: 8.23 7.57 5.40 4/240 29812
/proc/meminfo: memFree=16847008/32951124 swapFree=67111528/67111528
[pid=29812] ppid=29810 vsize=7639288 CPUtime=1.03 cores=1,3
/proc/29812/stat : 29812 (java) S 29810 29812 29701 0 -1 4202496 23709 0 1 0 101 2 0 0 18 0 19 0 352091119 7822630912 21675 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29812/statm: 1909822 21675 2218 9 0 1900560 0
[pid=29812/tid=29813] ppid=29810 vsize=7639288 CPUtime=0.62 cores=1,3
/proc/29812/task/29813/stat : 29813 (java) R 29810 29812 29701 0 -1 4202560 16827 0 1 0 61 1 0 0 25 0 19 0 352091120 7822630912 21675 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 46912505647661 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 7639288

[startup+1.50075 s]
/proc/loadavg: 8.23 7.57 5.40 5/262 29834
/proc/meminfo: memFree=16695824/32951124 swapFree=67111528/67111528
[pid=29812] ppid=29810 vsize=7639288 CPUtime=2.03 cores=1,3
/proc/29812/stat : 29812 (java) S 29810 29812 29701 0 -1 4202496 24574 0 1 0 201 2 0 0 18 0 19 0 352091119 7822630912 22455 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29812/statm: 1909822 22455 2225 9 0 1900560 0
[pid=29812/tid=29813] ppid=29810 vsize=7639288 CPUtime=1.41 cores=1,3
/proc/29812/task/29813/stat : 29813 (java) R 29810 29812 29701 0 -1 4202560 17481 0 1 0 140 1 0 0 25 0 19 0 352091120 7822630912 22455 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 46912505647661 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=29812/tid=29815] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29815/stat : 29815 (java) S 29810 29812 29701 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 352091121 7822630912 22455 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29816] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29816/stat : 29816 (java) S 29810 29812 29701 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 352091121 7822630912 22455 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29817] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29817/stat : 29817 (java) S 29810 29812 29701 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 352091121 7822630912 22455 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29818] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29818/stat : 29818 (java) S 29810 29812 29701 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 352091121 7822630912 22455 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29819] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29819/stat : 29819 (java) S 29810 29812 29701 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 352091121 7822630912 22455 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29820] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29820/stat : 29820 (java) S 29810 29812 29701 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 352091121 7822630912 22455 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29821] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29821/stat : 29821 (java) S 29810 29812 29701 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 352091121 7822630912 22455 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29822] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29822/stat : 29822 (java) S 29810 29812 29701 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 352091121 7822630912 22455 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29823] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29823/stat : 29823 (java) S 29810 29812 29701 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 19 0 352091122 7822630912 22455 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273433088 0 0 0 16800975 18446604454225509248 0 0 -1 3 0 0 0
[pid=29812/tid=29824] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29824/stat : 29824 (java) S 29810 29812 29701 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 352091122 7822630912 22455 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29825] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29825/stat : 29825 (java) S 29810 29812 29701 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 352091122 7822630912 22455 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29826] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29826/stat : 29826 (java) S 29810 29812 29701 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 352091124 7822630912 22455 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273440177 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29827] ppid=29810 vsize=7639288 CPUtime=0.34 cores=1,3
/proc/29812/task/29827/stat : 29827 (java) S 29810 29812 29701 0 -1 4202560 3181 0 0 0 34 0 0 0 16 0 19 0 352091124 7822630912 22455 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29828] ppid=29810 vsize=7639288 CPUtime=0.26 cores=1,3
/proc/29812/task/29828/stat : 29828 (java) S 29810 29812 29701 0 -1 4202560 2749 0 0 0 26 0 0 0 18 0 19 0 352091124 7822630912 22455 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29829] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29829/stat : 29829 (java) S 29810 29812 29701 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 352091124 7822630912 22455 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29830] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29830/stat : 29830 (java) S 29810 29812 29701 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 352091124 7822630912 22455 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273433088 0 4 0 16800975 18446604454225509248 0 0 -1 3 0 0 0
[pid=29812/tid=29834] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29834/stat : 29834 (java) S 29810 29812 29701 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 352091165 7822630912 22455 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273433088 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 7639288

[startup+3.10149 s]
/proc/loadavg: 8.23 7.57 5.40 5/262 29834
/proc/meminfo: memFree=16651340/32951124 swapFree=67111528/67111528
[pid=29812] ppid=29810 vsize=7639288 CPUtime=3.63 cores=1,3
/proc/29812/stat : 29812 (java) S 29810 29812 29701 0 -1 4202496 25062 0 1 0 361 2 0 0 18 0 19 0 352091119 7822630912 22942 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29812/statm: 1909822 22942 2225 9 0 1900560 0
[pid=29812/tid=29813] ppid=29810 vsize=7639288 CPUtime=3.01 cores=1,3
/proc/29812/task/29813/stat : 29813 (java) R 29810 29812 29701 0 -1 4202560 17968 0 1 0 300 1 0 0 25 0 19 0 352091120 7822630912 22942 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 46912505737836 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=29812/tid=29815] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29815/stat : 29815 (java) S 29810 29812 29701 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 352091121 7822630912 22942 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29816] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29816/stat : 29816 (java) S 29810 29812 29701 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 352091121 7822630912 22942 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29817] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29817/stat : 29817 (java) S 29810 29812 29701 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 352091121 7822630912 22942 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29818] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29818/stat : 29818 (java) S 29810 29812 29701 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 352091121 7822630912 22942 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29819] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29819/stat : 29819 (java) S 29810 29812 29701 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 352091121 7822630912 22942 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29820] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29820/stat : 29820 (java) S 29810 29812 29701 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 352091121 7822630912 22942 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29821] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29821/stat : 29821 (java) S 29810 29812 29701 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 352091121 7822630912 22942 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29822] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29822/stat : 29822 (java) S 29810 29812 29701 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 352091121 7822630912 22942 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29823] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29823/stat : 29823 (java) S 29810 29812 29701 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 352091122 7822630912 22942 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273433088 0 0 0 16800975 18446604454225509248 0 0 -1 3 0 0 0
[pid=29812/tid=29824] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29824/stat : 29824 (java) S 29810 29812 29701 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 352091122 7822630912 22942 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29825] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29825/stat : 29825 (java) S 29810 29812 29701 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 352091122 7822630912 22942 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29826] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29826/stat : 29826 (java) S 29810 29812 29701 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 352091124 7822630912 22942 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273440177 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29827] ppid=29810 vsize=7639288 CPUtime=0.34 cores=1,3
/proc/29812/task/29827/stat : 29827 (java) S 29810 29812 29701 0 -1 4202560 3181 0 0 0 34 0 0 0 16 0 19 0 352091124 7822630912 22942 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29828] ppid=29810 vsize=7639288 CPUtime=0.26 cores=1,3
/proc/29812/task/29828/stat : 29828 (java) S 29810 29812 29701 0 -1 4202560 2749 0 0 0 26 0 0 0 18 0 19 0 352091124 7822630912 22942 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29829] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29829/stat : 29829 (java) S 29810 29812 29701 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 352091124 7822630912 22942 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29830] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29830/stat : 29830 (java) S 29810 29812 29701 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 352091124 7822630912 22942 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273433088 0 4 0 16800975 18446604454225509248 0 0 -1 3 0 0 0
[pid=29812/tid=29834] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29834/stat : 29834 (java) S 29810 29812 29701 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 352091165 7822630912 22942 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273433088 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.63
Current children cumulated vsize (KiB) 7639288

[startup+6.30093 s]
/proc/loadavg: 7.89 7.51 5.39 5/262 29834
/proc/meminfo: memFree=16575700/32951124 swapFree=67111528/67111528
[pid=29812] ppid=29810 vsize=7639288 CPUtime=6.83 cores=1,3
/proc/29812/stat : 29812 (java) S 29810 29812 29701 0 -1 4202496 25932 0 1 0 680 3 0 0 18 0 19 0 352091119 7822630912 23686 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29812/statm: 1909822 23686 2225 9 0 1900560 0
[pid=29812/tid=29813] ppid=29810 vsize=7639288 CPUtime=6.21 cores=1,3
/proc/29812/task/29813/stat : 29813 (java) R 29810 29812 29701 0 -1 4202560 18838 0 1 0 619 2 0 0 25 0 19 0 352091120 7822630912 23686 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 46912505766124 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29812/tid=29815] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29815/stat : 29815 (java) S 29810 29812 29701 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 352091121 7822630912 23686 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29816] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29816/stat : 29816 (java) S 29810 29812 29701 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 352091121 7822630912 23686 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29817] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29817/stat : 29817 (java) S 29810 29812 29701 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 352091121 7822630912 23686 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29818] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29818/stat : 29818 (java) S 29810 29812 29701 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 352091121 7822630912 23686 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29819] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29819/stat : 29819 (java) S 29810 29812 29701 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 352091121 7822630912 23686 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29820] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29820/stat : 29820 (java) S 29810 29812 29701 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 352091121 7822630912 23686 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29821] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29821/stat : 29821 (java) S 29810 29812 29701 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 352091121 7822630912 23686 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29822] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29822/stat : 29822 (java) S 29810 29812 29701 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 352091121 7822630912 23686 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29823] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29823/stat : 29823 (java) S 29810 29812 29701 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 352091122 7822630912 23686 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273433088 0 0 0 16800975 18446604454225509248 0 0 -1 3 0 0 0
[pid=29812/tid=29824] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29824/stat : 29824 (java) S 29810 29812 29701 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 352091122 7822630912 23686 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29825] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29825/stat : 29825 (java) S 29810 29812 29701 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 352091122 7822630912 23686 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29826] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29826/stat : 29826 (java) S 29810 29812 29701 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 352091124 7822630912 23686 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273440177 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29827] ppid=29810 vsize=7639288 CPUtime=0.35 cores=1,3
/proc/29812/task/29827/stat : 29827 (java) S 29810 29812 29701 0 -1 4202560 3181 0 0 0 35 0 0 0 15 0 19 0 352091124 7822630912 23686 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29828] ppid=29810 vsize=7639288 CPUtime=0.26 cores=1,3
/proc/29812/task/29828/stat : 29828 (java) S 29810 29812 29701 0 -1 4202560 2749 0 0 0 26 0 0 0 18 0 19 0 352091124 7822630912 23686 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0

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

[pid=29812/tid=29820] ppid=29810 vsize=7639288 CPUtime=0.21 cores=1,3
/proc/29812/task/29820/stat : 29820 (java) S 29810 29812 29701 0 -1 4202560 6334 0 0 0 21 0 0 0 15 0 19 0 352091121 7822630912 82752 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 3 0 0 0
[pid=29812/tid=29821] ppid=29810 vsize=7639288 CPUtime=0.14 cores=1,3
/proc/29812/task/29821/stat : 29821 (java) S 29810 29812 29701 0 -1 4202560 2751 0 0 0 14 0 0 0 15 0 19 0 352091121 7822630912 82752 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 3 0 0 0
[pid=29812/tid=29822] ppid=29810 vsize=7639288 CPUtime=0.08 cores=1,3
/proc/29812/task/29822/stat : 29822 (java) S 29810 29812 29701 0 -1 4202560 2307 0 0 0 8 0 0 0 15 0 19 0 352091121 7822630912 82752 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29823] ppid=29810 vsize=7639288 CPUtime=5.08 cores=1,3
/proc/29812/task/29823/stat : 29823 (java) S 29810 29812 29701 0 -1 4202560 12333 0 0 0 507 1 0 0 15 0 19 0 352091122 7822630912 82752 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273433088 0 0 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29824] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29824/stat : 29824 (java) S 29810 29812 29701 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 352091122 7822630912 82752 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 3 0 0 0
[pid=29812/tid=29825] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29825/stat : 29825 (java) S 29810 29812 29701 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 352091122 7822630912 82752 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29826] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29826/stat : 29826 (java) S 29810 29812 29701 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 352091124 7822630912 82752 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273440177 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29827] ppid=29810 vsize=7639288 CPUtime=0.45 cores=1,3
/proc/29812/task/29827/stat : 29827 (java) S 29810 29812 29701 0 -1 4202560 3204 0 0 0 45 0 0 0 15 0 19 0 352091124 7822630912 82752 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29828] ppid=29810 vsize=7639288 CPUtime=0.27 cores=1,3
/proc/29812/task/29828/stat : 29828 (java) S 29810 29812 29701 0 -1 4202560 2751 0 0 0 27 0 0 0 15 0 19 0 352091124 7822630912 82752 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29829] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29829/stat : 29829 (java) S 29810 29812 29701 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 352091124 7822630912 82752 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29830] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29830/stat : 29830 (java) S 29810 29812 29701 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 19 0 352091124 7822630912 82752 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273433088 0 4 0 16800975 18446604454225509248 0 0 -1 3 0 0 0
[pid=29812/tid=29834] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29834/stat : 29834 (java) S 29810 29812 29701 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 352091165 7822630912 82752 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273433088 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1183.5
Current children cumulated vsize (KiB) 7639288

[startup+1242.3 s]
/proc/loadavg: 4.00 4.05 4.35 5/262 29867
/proc/meminfo: memFree=16015524/32951124 swapFree=67111528/67111528
[pid=29812] ppid=29810 vsize=7639288 CPUtime=1243.52 cores=1,3
/proc/29812/stat : 29812 (java) S 29810 29812 29701 0 -1 4202496 85375 0 1 0 124337 15 0 0 18 0 19 0 352091119 7822630912 82944 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29812/statm: 1909822 82944 2253 9 0 1900560 0
[pid=29812/tid=29813] ppid=29810 vsize=7639288 CPUtime=1236.22 cores=1,3
/proc/29812/task/29813/stat : 29813 (java) R 29810 29812 29701 0 -1 4202560 33387 0 1 0 123614 8 0 0 25 0 19 0 352091120 7822630912 82944 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 46912505647376 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29812/tid=29815] ppid=29810 vsize=7639288 CPUtime=0.23 cores=1,3
/proc/29812/task/29815/stat : 29815 (java) S 29810 29812 29701 0 -1 4202560 9380 0 0 0 22 1 0 0 15 0 19 0 352091121 7822630912 82944 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 3 0 0 0
[pid=29812/tid=29816] ppid=29810 vsize=7639288 CPUtime=0.16 cores=1,3
/proc/29812/task/29816/stat : 29816 (java) S 29810 29812 29701 0 -1 4202560 5099 0 0 0 16 0 0 0 15 0 19 0 352091121 7822630912 82944 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 3 0 0 0
[pid=29812/tid=29817] ppid=29810 vsize=7639288 CPUtime=0.13 cores=1,3
/proc/29812/task/29817/stat : 29817 (java) S 29810 29812 29701 0 -1 4202560 3928 0 0 0 13 0 0 0 15 0 19 0 352091121 7822630912 82944 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 3 0 0 0
[pid=29812/tid=29818] ppid=29810 vsize=7639288 CPUtime=0.19 cores=1,3
/proc/29812/task/29818/stat : 29818 (java) S 29810 29812 29701 0 -1 4202560 1925 0 0 0 19 0 0 0 15 0 19 0 352091121 7822630912 82944 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 3 0 0 0
[pid=29812/tid=29819] ppid=29810 vsize=7639288 CPUtime=0.09 cores=1,3
/proc/29812/task/29819/stat : 29819 (java) S 29810 29812 29701 0 -1 4202560 559 0 0 0 9 0 0 0 15 0 19 0 352091121 7822630912 82944 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 3 0 0 0
[pid=29812/tid=29820] ppid=29810 vsize=7639288 CPUtime=0.21 cores=1,3
/proc/29812/task/29820/stat : 29820 (java) S 29810 29812 29701 0 -1 4202560 6334 0 0 0 21 0 0 0 15 0 19 0 352091121 7822630912 82944 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 3 0 0 0
[pid=29812/tid=29821] ppid=29810 vsize=7639288 CPUtime=0.15 cores=1,3
/proc/29812/task/29821/stat : 29821 (java) S 29810 29812 29701 0 -1 4202560 2752 0 0 0 15 0 0 0 15 0 19 0 352091121 7822630912 82944 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 3 0 0 0
[pid=29812/tid=29822] ppid=29810 vsize=7639288 CPUtime=0.1 cores=1,3
/proc/29812/task/29822/stat : 29822 (java) S 29810 29812 29701 0 -1 4202560 2315 0 0 0 10 0 0 0 15 0 19 0 352091121 7822630912 82944 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 3 0 0 0
[pid=29812/tid=29823] ppid=29810 vsize=7639288 CPUtime=5.2 cores=1,3
/proc/29812/task/29823/stat : 29823 (java) S 29810 29812 29701 0 -1 4202560 12517 0 0 0 519 1 0 0 15 0 19 0 352091122 7822630912 82944 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273433088 0 0 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29824] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29824/stat : 29824 (java) S 29810 29812 29701 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 352091122 7822630912 82944 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 3 0 0 0
[pid=29812/tid=29825] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29825/stat : 29825 (java) S 29810 29812 29701 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 352091122 7822630912 82944 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29826] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29826/stat : 29826 (java) S 29810 29812 29701 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 352091124 7822630912 82944 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273440177 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29827] ppid=29810 vsize=7639288 CPUtime=0.45 cores=1,3
/proc/29812/task/29827/stat : 29827 (java) S 29810 29812 29701 0 -1 4202560 3204 0 0 0 45 0 0 0 15 0 19 0 352091124 7822630912 82944 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29828] ppid=29810 vsize=7639288 CPUtime=0.27 cores=1,3
/proc/29812/task/29828/stat : 29828 (java) S 29810 29812 29701 0 -1 4202560 2751 0 0 0 27 0 0 0 15 0 19 0 352091124 7822630912 82944 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29829] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29829/stat : 29829 (java) S 29810 29812 29701 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 352091124 7822630912 82944 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29830] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29830/stat : 29830 (java) S 29810 29812 29701 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 19 0 352091124 7822630912 82944 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273433088 0 4 0 16800975 18446604454225509248 0 0 -1 3 0 0 0
[pid=29812/tid=29834] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29834/stat : 29834 (java) S 29810 29812 29701 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 352091165 7822630912 82944 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273433088 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1243.52
Current children cumulated vsize (KiB) 7639288



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.04 4.32 2/202 29878
/proc/meminfo: memFree=16588172/32951124 swapFree=67111528/67111528
[pid=29812] ppid=29810 vsize=7639288 CPUtime=1301.26 cores=1,3
/proc/29812/stat : 29812 (java) S 29810 29812 29701 0 -1 4202496 90374 0 1 0 130109 17 0 0 18 0 19 0 352091119 7822630912 87936 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29812/statm: 1909822 87936 2253 9 0 1900560 0
[pid=29812/tid=29813] ppid=29810 vsize=7639288 CPUtime=1293.77 cores=1,3
/proc/29812/task/29813/stat : 29813 (java) R 29810 29812 29701 0 -1 4202560 35271 0 1 0 129369 8 0 0 25 0 19 0 352091120 7822630912 87936 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 46912505725557 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29812/tid=29815] ppid=29810 vsize=7639288 CPUtime=0.23 cores=1,3
/proc/29812/task/29815/stat : 29815 (java) S 29810 29812 29701 0 -1 4202560 9380 0 0 0 22 1 0 0 15 0 19 0 352091121 7822630912 87936 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 3 0 0 0
[pid=29812/tid=29816] ppid=29810 vsize=7639288 CPUtime=0.16 cores=1,3
/proc/29812/task/29816/stat : 29816 (java) S 29810 29812 29701 0 -1 4202560 5099 0 0 0 16 0 0 0 15 0 19 0 352091121 7822630912 87936 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 3 0 0 0
[pid=29812/tid=29817] ppid=29810 vsize=7639288 CPUtime=0.14 cores=1,3
/proc/29812/task/29817/stat : 29817 (java) S 29810 29812 29701 0 -1 4202560 4047 0 0 0 14 0 0 0 16 0 19 0 352091121 7822630912 87936 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 3 0 0 0
[pid=29812/tid=29818] ppid=29810 vsize=7639288 CPUtime=0.19 cores=1,3
/proc/29812/task/29818/stat : 29818 (java) S 29810 29812 29701 0 -1 4202560 1925 0 0 0 19 0 0 0 16 0 19 0 352091121 7822630912 87936 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 3 0 0 0
[pid=29812/tid=29819] ppid=29810 vsize=7639288 CPUtime=0.1 cores=1,3
/proc/29812/task/29819/stat : 29819 (java) S 29810 29812 29701 0 -1 4202560 1890 0 0 0 10 0 0 0 16 0 19 0 352091121 7822630912 87936 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 3 0 0 0
[pid=29812/tid=29820] ppid=29810 vsize=7639288 CPUtime=0.23 cores=1,3
/proc/29812/task/29820/stat : 29820 (java) S 29810 29812 29701 0 -1 4202560 6503 0 0 0 23 0 0 0 16 0 19 0 352091121 7822630912 87936 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 3 0 0 0
[pid=29812/tid=29821] ppid=29810 vsize=7639288 CPUtime=0.15 cores=1,3
/proc/29812/task/29821/stat : 29821 (java) S 29810 29812 29701 0 -1 4202560 2752 0 0 0 15 0 0 0 15 0 19 0 352091121 7822630912 87936 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 3 0 0 0
[pid=29812/tid=29822] ppid=29810 vsize=7639288 CPUtime=0.12 cores=1,3
/proc/29812/task/29822/stat : 29822 (java) S 29810 29812 29701 0 -1 4202560 3576 0 0 0 12 0 0 0 16 0 19 0 352091121 7822630912 87936 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 3 0 0 0
[pid=29812/tid=29823] ppid=29810 vsize=7639288 CPUtime=5.33 cores=1,3
/proc/29812/task/29823/stat : 29823 (java) S 29810 29812 29701 0 -1 4202560 12748 0 0 0 532 1 0 0 15 0 19 0 352091122 7822630912 87936 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273433088 0 0 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29824] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29824/stat : 29824 (java) S 29810 29812 29701 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 352091122 7822630912 87936 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 3 0 0 0
[pid=29812/tid=29825] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29825/stat : 29825 (java) S 29810 29812 29701 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 352091122 7822630912 87936 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29826] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29826/stat : 29826 (java) S 29810 29812 29701 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 352091124 7822630912 87936 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273440177 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29827] ppid=29810 vsize=7639288 CPUtime=0.45 cores=1,3
/proc/29812/task/29827/stat : 29827 (java) S 29810 29812 29701 0 -1 4202560 3204 0 0 0 45 0 0 0 15 0 19 0 352091124 7822630912 87936 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29828] ppid=29810 vsize=7639288 CPUtime=0.27 cores=1,3
/proc/29812/task/29828/stat : 29828 (java) S 29810 29812 29701 0 -1 4202560 2751 0 0 0 27 0 0 0 15 0 19 0 352091124 7822630912 87936 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29829] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29829/stat : 29829 (java) S 29810 29812 29701 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 352091124 7822630912 87936 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29830] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29830/stat : 29830 (java) S 29810 29812 29701 0 -1 4202560 76 0 0 0 0 0 0 0 15 0 19 0 352091124 7822630912 87936 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273433088 0 4 0 16800975 18446604454225509248 0 0 -1 3 0 0 0
[pid=29812/tid=29834] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29834/stat : 29834 (java) S 29810 29812 29701 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 352091165 7822630912 87936 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273433088 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1301.26
Current children cumulated vsize (KiB) 7639288

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.00 4.04 4.32 2/202 29878
/proc/meminfo: memFree=16588172/32951124 swapFree=67111528/67111528
[pid=29812] ppid=29810 vsize=7639288 CPUtime=1301.26 cores=1,3
/proc/29812/stat : 29812 (java) S 29810 29812 29701 0 -1 4202496 90374 0 1 0 130109 17 0 0 18 0 19 0 352091119 7822630912 87936 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29812/statm: 1909822 87936 2253 9 0 1900560 0
[pid=29812/tid=29813] ppid=29810 vsize=7639288 CPUtime=1293.77 cores=1,3
/proc/29812/task/29813/stat : 29813 (java) R 29810 29812 29701 0 -1 4202560 35271 0 1 0 129369 8 0 0 25 0 19 0 352091120 7822630912 87936 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 46912505725557 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29812/tid=29815] ppid=29810 vsize=7639288 CPUtime=0.23 cores=1,3
/proc/29812/task/29815/stat : 29815 (java) S 29810 29812 29701 0 -1 4202560 9380 0 0 0 22 1 0 0 15 0 19 0 352091121 7822630912 87936 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 3 0 0 0
[pid=29812/tid=29816] ppid=29810 vsize=7639288 CPUtime=0.16 cores=1,3
/proc/29812/task/29816/stat : 29816 (java) S 29810 29812 29701 0 -1 4202560 5099 0 0 0 16 0 0 0 15 0 19 0 352091121 7822630912 87936 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 3 0 0 0
[pid=29812/tid=29817] ppid=29810 vsize=7639288 CPUtime=0.14 cores=1,3
/proc/29812/task/29817/stat : 29817 (java) S 29810 29812 29701 0 -1 4202560 4047 0 0 0 14 0 0 0 16 0 19 0 352091121 7822630912 87936 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 3 0 0 0
[pid=29812/tid=29818] ppid=29810 vsize=7639288 CPUtime=0.19 cores=1,3
/proc/29812/task/29818/stat : 29818 (java) S 29810 29812 29701 0 -1 4202560 1925 0 0 0 19 0 0 0 16 0 19 0 352091121 7822630912 87936 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 3 0 0 0
[pid=29812/tid=29819] ppid=29810 vsize=7639288 CPUtime=0.1 cores=1,3
/proc/29812/task/29819/stat : 29819 (java) S 29810 29812 29701 0 -1 4202560 1890 0 0 0 10 0 0 0 16 0 19 0 352091121 7822630912 87936 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 3 0 0 0
[pid=29812/tid=29820] ppid=29810 vsize=7639288 CPUtime=0.23 cores=1,3
/proc/29812/task/29820/stat : 29820 (java) S 29810 29812 29701 0 -1 4202560 6503 0 0 0 23 0 0 0 16 0 19 0 352091121 7822630912 87936 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 3 0 0 0
[pid=29812/tid=29821] ppid=29810 vsize=7639288 CPUtime=0.15 cores=1,3
/proc/29812/task/29821/stat : 29821 (java) S 29810 29812 29701 0 -1 4202560 2752 0 0 0 15 0 0 0 15 0 19 0 352091121 7822630912 87936 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 3 0 0 0
[pid=29812/tid=29822] ppid=29810 vsize=7639288 CPUtime=0.12 cores=1,3
/proc/29812/task/29822/stat : 29822 (java) S 29810 29812 29701 0 -1 4202560 3576 0 0 0 12 0 0 0 16 0 19 0 352091121 7822630912 87936 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 3 0 0 0
[pid=29812/tid=29823] ppid=29810 vsize=7639288 CPUtime=5.33 cores=1,3
/proc/29812/task/29823/stat : 29823 (java) S 29810 29812 29701 0 -1 4202560 12748 0 0 0 532 1 0 0 15 0 19 0 352091122 7822630912 87936 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273433088 0 0 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29824] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29824/stat : 29824 (java) S 29810 29812 29701 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 352091122 7822630912 87936 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 3 0 0 0
[pid=29812/tid=29825] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29825/stat : 29825 (java) S 29810 29812 29701 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 352091122 7822630912 87936 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29826] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29826/stat : 29826 (java) S 29810 29812 29701 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 352091124 7822630912 87936 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273440177 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29827] ppid=29810 vsize=7639288 CPUtime=0.45 cores=1,3
/proc/29812/task/29827/stat : 29827 (java) S 29810 29812 29701 0 -1 4202560 3204 0 0 0 45 0 0 0 15 0 19 0 352091124 7822630912 87936 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29828] ppid=29810 vsize=7639288 CPUtime=0.27 cores=1,3
/proc/29812/task/29828/stat : 29828 (java) S 29810 29812 29701 0 -1 4202560 2751 0 0 0 27 0 0 0 15 0 19 0 352091124 7822630912 87936 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29829] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29829/stat : 29829 (java) S 29810 29812 29701 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 352091124 7822630912 87936 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273432473 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
[pid=29812/tid=29830] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29830/stat : 29830 (java) S 29810 29812 29701 0 -1 4202560 76 0 0 0 0 0 0 0 15 0 19 0 352091124 7822630912 87936 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273433088 0 4 0 16800975 18446604454225509248 0 0 -1 3 0 0 0
[pid=29812/tid=29834] ppid=29810 vsize=7639288 CPUtime=0 cores=1,3
/proc/29812/task/29834/stat : 29834 (java) S 29810 29812 29701 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 352091165 7822630912 87936 33554432000 1073741824 1073778376 140735486676560 18446744073709551615 254273433088 0 4 0 16800975 18446604454225509248 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1301.26
Current children cumulated vsize (KiB) 7639288

Child status: 143
Real time (s): 1300.06
CPU time (s): 1301.35
CPU user time (s): 1301.16
CPU system time (s): 0.185971
CPU usage (%): 100.099
Max. virtual memory (cumulated for all children) (KiB): 7703152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.16
system time used= 0.185971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90414
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= 27893
involuntary context switches= 4304

runsolver used 1.9437 second user time and 5.16021 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-12 10:25:58
IDJOB=3190190
IDBENCH=82521
IDSOLVER=1611
FILE ID=node140/3190190-1302596758
RUNJOBID= node140-1302596757-29721
PBS_JOBID= 12958090
Free space on /tmp= 72224 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v50000-c210000-S1969540674-065-UNKNOWN.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-3190190-1302596758/watcher-3190190-1302596758 -o /tmp/evaluation-result-3190190-1302596758/solver-3190190-1302596758 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190190-1302596758.cnf

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

MD5SUM BENCH= fcb14103324f734a2e69e02c062e67ed
RANDOM SEED=84309314

node140.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16847412 kB
Buffers:        748820 kB
Cached:       14814368 kB
SwapCached:          0 kB
Active:        8938160 kB
Inactive:      6777896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16847412 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            9408 kB
Writeback:           8 kB
AnonPages:      152120 kB
Mapped:          21260 kB
Slab:           322060 kB
PageTables:       5644 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 21982024 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= 72224 MiB
End job on node140 at 2011-04-12 10:47:40