Trace number 3190214

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v30000-c126000-S629207485-001-UNKNOWN.cnf
MD5SUM33c09da85657b6bbed23989098d6baf7
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark50.0704
Satisfiable
(Un)Satisfiability was proved
Number of variables30000
Number of clauses126000
Sum of the clauses size378000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3126000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.06/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.10	c See www.sat4j.org for details.
0.06/0.10	c no version file found!!!
0.06/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.10	c java.vm.version	19.1-b02
0.06/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.10	c sun.arch.data.model	64
0.06/0.10	c java.version		1.6.0_24
0.06/0.10	c os.name		Linux
0.06/0.10	c os.version		2.6.18-164.el5
0.06/0.10	c os.arch		amd64
0.06/0.10	c Free memory 		6997539544
0.06/0.10	c Max memory 		7034241024
0.06/0.10	c Total memory 		7034241024
0.06/0.10	c Number of processors 	8
0.06/0.12	c --- Begin Solver configuration ---
0.06/0.12	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.06/0.12	c Learn all clauses as in MiniSAT
0.06/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.06/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.06/0.12	c Expensive reason simplification
0.06/0.12	c Armin Biere (Picosat) restarts strategy
0.06/0.12	c Glucose learned constraints deletion strategy
0.06/0.12	c timeout=2147483647s
0.06/0.12	c DB Simplification allowed=true
0.06/0.12	c --- End Solver configuration ---
0.06/0.12	c solving HOME/instance-3190214-1302597179.cnf
0.06/0.12	c reading problem ... 
0.36/0.33	c ... done. Wall clock time 0.201s.
0.36/0.33	c #vars     30000
0.36/0.33	c #constraints  126000
0.36/0.33	c constraints type 
0.36/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 126000
4.97/4.52	c cleaning 2500 clauses out of 5001 with flag 5001/5001
9.39/8.66	c cleaning 4247 clauses out of 8501 with flag 11001/11001
14.20/13.46	c cleaning 5626 clauses out of 11254 with flag 18001/18001
19.62/18.81	c cleaning 6810 clauses out of 13628 with flag 26001/26001
25.63/24.82	c cleaning 7906 clauses out of 15819 with flag 35002/35002
32.34/31.55	c cleaning 8955 clauses out of 17911 with flag 45000/45000
39.74/38.91	c cleaning 9976 clauses out of 19956 with flag 56000/56000
47.96/47.11	c cleaning 10988 clauses out of 21980 with flag 68000/68000
56.57/55.72	c cleaning 11995 clauses out of 23992 with flag 81000/81000
65.78/64.96	c cleaning 12996 clauses out of 25998 with flag 95001/95001
76.08/75.25	c cleaning 13996 clauses out of 28001 with flag 110000/110000
86.99/86.10	c cleaning 15001 clauses out of 30007 with flag 126002/126002
98.40/97.59	c cleaning 15997 clauses out of 32004 with flag 143000/143000
110.61/109.76	c cleaning 16997 clauses out of 34007 with flag 161000/161000
123.62/122.78	c cleaning 18001 clauses out of 36010 with flag 180000/180000
137.33/136.50	c cleaning 18988 clauses out of 38009 with flag 200000/200000
151.94/151.04	c cleaning 20004 clauses out of 40021 with flag 221000/221000
167.16/166.25	c cleaning 21004 clauses out of 42017 with flag 243000/243000
183.06/182.18	c cleaning 22009 clauses out of 44017 with flag 266004/266004
199.37/198.42	c cleaning 22993 clauses out of 46007 with flag 290003/290003
216.89/215.90	c cleaning 23997 clauses out of 48012 with flag 315001/315001
235.20/234.24	c cleaning 24994 clauses out of 50014 with flag 341000/341000
254.71/253.73	c cleaning 26001 clauses out of 52020 with flag 368000/368000
274.32/273.39	c cleaning 27006 clauses out of 54019 with flag 396000/396000
295.33/294.37	c cleaning 27998 clauses out of 56014 with flag 425001/425001
317.55/316.52	c cleaning 29004 clauses out of 58015 with flag 455000/455000
339.36/338.36	c cleaning 30002 clauses out of 60013 with flag 486002/486002
363.17/362.16	c cleaning 30994 clauses out of 62009 with flag 518000/518000
387.30/386.21	c cleaning 32007 clauses out of 64016 with flag 551001/551001
412.10/411.04	c cleaning 32994 clauses out of 66008 with flag 585000/585000
438.41/437.36	c cleaning 33998 clauses out of 68014 with flag 620000/620000
464.34/463.27	c cleaning 35002 clauses out of 70019 with flag 656003/656003
492.64/491.50	c cleaning 36005 clauses out of 72014 with flag 693000/693000
520.46/519.39	c cleaning 37000 clauses out of 74009 with flag 731000/731000
550.57/549.45	c cleaning 38002 clauses out of 76011 with flag 770002/770002
580.29/579.14	c cleaning 38994 clauses out of 78008 with flag 810001/810001
612.40/611.21	c cleaning 40003 clauses out of 80016 with flag 851003/851003
643.22/642.05	c cleaning 41002 clauses out of 82013 with flag 893003/893003
676.93/675.71	c cleaning 41993 clauses out of 84008 with flag 936000/936000
709.55/708.31	c cleaning 42996 clauses out of 86016 with flag 980001/980001
744.87/743.70	c cleaning 43998 clauses out of 88019 with flag 1025000/1025000
779.78/778.51	c cleaning 45000 clauses out of 90021 with flag 1071000/1071000
817.00/815.75	c cleaning 46006 clauses out of 92021 with flag 1118000/1118000
853.61/852.32	c cleaning 46996 clauses out of 94015 with flag 1166000/1166000
891.43/890.16	c cleaning 47998 clauses out of 96020 with flag 1215001/1215001
931.05/929.73	c cleaning 48998 clauses out of 98021 with flag 1265000/1265000
970.06/968.74	c cleaning 50006 clauses out of 100023 with flag 1316000/1316000
1013.10/1011.75	c cleaning 51001 clauses out of 102017 with flag 1368000/1368000
1054.02/1052.69	c cleaning 51994 clauses out of 104016 with flag 1421000/1421000
1096.43/1095.02	c cleaning 52999 clauses out of 106022 with flag 1475000/1475000
1141.16/1139.73	c cleaning 54009 clauses out of 108023 with flag 1530000/1530000
1185.18/1183.75	c cleaning 54996 clauses out of 110014 with flag 1586000/1586000
1230.69/1229.22	c cleaning 56004 clauses out of 112018 with flag 1643000/1643000
1278.21/1276.74	c cleaning 56994 clauses out of 114014 with flag 1701000/1701000
1301.54/1300.01	c starts		: 1477
1301.54/1300.01	c conflicts		: 1731434
1301.54/1300.01	c decisions		: 5684052
1301.54/1300.01	c propagations		: 1873718815
1301.54/1300.01	c inspects		: 4869434624
1301.54/1300.01	c shortcuts		: 0
1301.54/1300.01	c learnt literals	: 0
1301.54/1300.01	c learnt binary clauses	: 0
1301.54/1300.01	c learnt ternary clauses	: 79
1301.54/1300.01	c learnt constraints	: 1731434
1301.54/1300.01	c ignored constraints	: 0
1301.54/1300.01	c root simplifications	: 1477
1301.54/1300.01	c removed literals (reason simplification)	: 27790332
1301.54/1300.01	c reason swapping (by a shorter reason)	: 0
1301.54/1300.01	c Calls to reduceDB	: 54
1301.54/1300.01	c speed (assignments/second)	: 1441673.7119743815
1301.54/1300.01	c non guided choices	4060
1301.54/1300.05	c learnt constraints type 
1301.54/1300.05	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 87508
1301.54/1300.05	c constraints type 
1301.54/1300.05	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 126000
1301.54/1300.05	s UNKNOWN
1301.54/1300.05	c Total wall clock time (in seconds) : 1299.884

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

running on 2 cores: 4,6

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: 1.00 1.00 1.24 5/210 11829
/proc/meminfo: memFree=18659908/32951124 swapFree=67111528/67111528
[pid=11829] ppid=11827 vsize=28384 CPUtime=0 cores=4,6
/proc/11829/stat : 11829 (java) S 11827 11829 11748 0 -1 4202496 1186 0 0 0 0 0 0 0 19 0 2 0 449948457 29065216 910 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032198629 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/11829/statm: 7109 916 696 9 0 381 0
[pid=11829/tid=11830] ppid=11827 vsize=30580 CPUtime=0 cores=4,6
/proc/11829/task/11830/stat : 11830 (java) R 11827 11829 11748 0 -1 4202560 86 0 0 0 0 0 0 0 20 0 2 0 449948457 31313920 926 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260015433493 0 0 4096 0 0 0 0 -1 4 0 0 0

[startup+0.100458 s]
/proc/loadavg: 1.00 1.00 1.24 5/210 11829
/proc/meminfo: memFree=18659908/32951124 swapFree=67111528/67111528
[pid=11829] ppid=11827 vsize=7569940 CPUtime=0.06 cores=4,6
/proc/11829/stat : 11829 (java) S 11827 11829 11748 0 -1 4202496 9415 0 1 0 5 1 0 0 19 0 18 0 449948457 7751618560 9109 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/11829/statm: 1892485 9109 1754 9 0 1883223 0
[pid=11829/tid=11830] ppid=11827 vsize=7569940 CPUtime=0.06 cores=4,6
/proc/11829/task/11830/stat : 11830 (java) R 11827 11829 11748 0 -1 4202560 8238 0 1 0 5 1 0 0 18 0 18 0 449948457 7751618560 9109 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 47615949225826 0 4 0 16800975 0 0 0 -1 4 0 0 2
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7569940

[startup+0.200486 s]
/proc/loadavg: 1.00 1.00 1.24 5/210 11829
/proc/meminfo: memFree=18659908/32951124 swapFree=67111528/67111528
[pid=11829] ppid=11827 vsize=7636652 CPUtime=0.21 cores=4,6
/proc/11829/stat : 11829 (java) S 11827 11829 11748 0 -1 4202496 11908 0 2 0 20 1 0 0 19 0 18 0 449948457 7819931648 11546 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/11829/statm: 1909163 11547 2178 9 0 1899901 0
[pid=11829/tid=11830] ppid=11827 vsize=7636652 CPUtime=0.15 cores=4,6
/proc/11829/task/11830/stat : 11830 (java) R 11827 11829 11748 0 -1 4202560 9826 0 1 0 14 1 0 0 18 0 18 0 449948457 7819931648 11548 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 46912505530436 0 4 0 16800975 0 0 0 -1 4 0 0 3
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 7636652

[startup+0.300411 s]
/proc/loadavg: 1.00 1.00 1.24 5/210 11829
/proc/meminfo: memFree=18659908/32951124 swapFree=67111528/67111528
[pid=11829] ppid=11827 vsize=7636868 CPUtime=0.36 cores=4,6
/proc/11829/stat : 11829 (java) S 11827 11829 11748 0 -1 4202496 14233 0 2 0 35 1 0 0 19 0 18 0 449948457 7820152832 13832 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/11829/statm: 1909217 13833 2197 9 0 1899955 0
[pid=11829/tid=11830] ppid=11827 vsize=7636868 CPUtime=0.25 cores=4,6
/proc/11829/task/11830/stat : 11830 (java) R 11827 11829 11748 0 -1 4202560 12033 0 1 0 24 1 0 0 18 0 18 0 449948457 7820152832 13834 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 46912505544350 0 4 0 16800975 0 0 0 -1 4 0 0 3
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 7636868

[startup+0.700346 s]
/proc/loadavg: 1.00 1.00 1.24 5/210 11829
/proc/meminfo: memFree=18659908/32951124 swapFree=67111528/67111528
[pid=11829] ppid=11827 vsize=7646384 CPUtime=1.12 cores=4,6
/proc/11829/stat : 11829 (java) S 11827 11829 11748 0 -1 4202496 19219 0 2 0 110 2 0 0 19 0 19 0 449948457 7829897216 17659 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/11829/statm: 1911596 17659 2219 9 0 1902334 0
[pid=11829/tid=11830] ppid=11827 vsize=7646384 CPUtime=0.64 cores=4,6
/proc/11829/task/11830/stat : 11830 (java) R 11827 11829 11748 0 -1 4202560 13671 0 1 0 63 1 0 0 19 0 19 0 449948457 7829897216 17659 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 46912505706940 0 4 0 16800975 0 0 0 -1 4 0 0 3
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 7646384

[startup+1.50125 s]
/proc/loadavg: 1.48 1.10 1.27 7/262 11881
/proc/meminfo: memFree=18517140/32951124 swapFree=67111528/67111528
[pid=11829] ppid=11827 vsize=7646384 CPUtime=2.05 cores=4,6
/proc/11829/stat : 11829 (java) S 11827 11829 11748 0 -1 4202496 19725 0 2 0 203 2 0 0 19 0 19 0 449948457 7829897216 18164 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/11829/statm: 1911596 18164 2224 9 0 1902334 0
[pid=11829/tid=11830] ppid=11827 vsize=7646384 CPUtime=1.45 cores=4,6
/proc/11829/task/11830/stat : 11830 (java) R 11827 11829 11748 0 -1 4202560 14155 0 1 0 144 1 0 0 21 0 19 0 449948457 7829897216 18164 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 46912505702411 0 4 0 16800975 0 0 0 -1 4 0 0 3
[pid=11829/tid=11845] ppid=11827 vsize=7646384 CPUtime=0 cores=4,6
/proc/11829/task/11845/stat : 11845 (java) S 11827 11829 11748 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 449948458 7829897216 18164 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 4 0 0 0
[pid=11829/tid=11846] ppid=11827 vsize=7646384 CPUtime=0 cores=4,6
/proc/11829/task/11846/stat : 11846 (java) S 11827 11829 11748 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 449948458 7829897216 18164 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 4 0 0 0
[pid=11829/tid=11847] ppid=11827 vsize=7646384 CPUtime=0 cores=4,6
/proc/11829/task/11847/stat : 11847 (java) S 11827 11829 11748 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 449948458 7829897216 18164 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 4 0 0 0
[pid=11829/tid=11848] ppid=11827 vsize=7646384 CPUtime=0 cores=4,6
/proc/11829/task/11848/stat : 11848 (java) S 11827 11829 11748 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 449948458 7829897216 18164 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 4 0 0 0
[pid=11829/tid=11849] ppid=11827 vsize=7646384 CPUtime=0 cores=4,6
/proc/11829/task/11849/stat : 11849 (java) S 11827 11829 11748 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449948458 7829897216 18164 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11850] ppid=11827 vsize=7646384 CPUtime=0 cores=4,6
/proc/11829/task/11850/stat : 11850 (java) S 11827 11829 11748 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449948458 7829897216 18164 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11851] ppid=11827 vsize=7646384 CPUtime=0 cores=4,6
/proc/11829/task/11851/stat : 11851 (java) S 11827 11829 11748 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449948458 7829897216 18164 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11852] ppid=11827 vsize=7646384 CPUtime=0 cores=4,6
/proc/11829/task/11852/stat : 11852 (java) S 11827 11829 11748 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449948458 7829897216 18164 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11855] ppid=11827 vsize=7646384 CPUtime=0 cores=4,6
/proc/11829/task/11855/stat : 11855 (java) S 11827 11829 11748 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 449948459 7829897216 18164 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032212480 0 0 0 16800975 18446604453234191232 0 0 -1 4 0 0 0
[pid=11829/tid=11856] ppid=11827 vsize=7646384 CPUtime=0 cores=4,6
/proc/11829/task/11856/stat : 11856 (java) S 11827 11829 11748 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 449948460 7829897216 18164 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 4 0 0 0
[pid=11829/tid=11857] ppid=11827 vsize=7646384 CPUtime=0 cores=4,6
/proc/11829/task/11857/stat : 11857 (java) S 11827 11829 11748 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 449948460 7829897216 18164 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 4 0 0 0
[pid=11829/tid=11863] ppid=11827 vsize=7646384 CPUtime=0 cores=4,6
/proc/11829/task/11863/stat : 11863 (java) S 11827 11829 11748 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 449948463 7829897216 18164 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032219569 0 4 0 16800975 18446604453234191232 0 0 -1 4 0 0 0
[pid=11829/tid=11865] ppid=11827 vsize=7646384 CPUtime=0.34 cores=4,6
/proc/11829/task/11865/stat : 11865 (java) S 11827 11829 11748 0 -1 4202560 2989 0 0 0 34 0 0 0 15 0 19 0 449948463 7829897216 18164 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11870] ppid=11827 vsize=7646384 CPUtime=0.24 cores=4,6
/proc/11829/task/11870/stat : 11870 (java) S 11827 11829 11748 0 -1 4202560 1417 0 1 0 24 0 0 0 16 0 19 0 449948463 7829897216 18164 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11873] ppid=11827 vsize=7646384 CPUtime=0 cores=4,6
/proc/11829/task/11873/stat : 11873 (java) S 11827 11829 11748 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 449948463 7829897216 18164 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 4 0 0 0
[pid=11829/tid=11877] ppid=11827 vsize=7646384 CPUtime=0 cores=4,6
/proc/11829/task/11877/stat : 11877 (java) S 11827 11829 11748 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 449948463 7829897216 18164 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032212480 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11881] ppid=11827 vsize=7646384 CPUtime=0 cores=4,6
/proc/11829/task/11881/stat : 11881 (java) S 11827 11829 11748 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 449948493 7829897216 18164 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032212480 0 4 0 16800975 18446604453234191232 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 7646384

[startup+3.10095 s]
/proc/loadavg: 1.48 1.10 1.27 5/262 11882
/proc/meminfo: memFree=18467212/32951124 swapFree=67111528/67111528
[pid=11829] ppid=11827 vsize=7646384 CPUtime=3.66 cores=4,6
/proc/11829/stat : 11829 (java) S 11827 11829 11748 0 -1 4202496 20262 0 2 0 363 3 0 0 19 0 19 0 449948457 7829897216 18701 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/11829/statm: 1911596 18701 2224 9 0 1902334 0
[pid=11829/tid=11830] ppid=11827 vsize=7646384 CPUtime=3.05 cores=4,6
/proc/11829/task/11830/stat : 11830 (java) R 11827 11829 11748 0 -1 4202560 14692 0 1 0 303 2 0 0 25 0 19 0 449948457 7829897216 18701 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 46912505775957 0 4 0 16800975 0 0 0 -1 4 0 0 3
[pid=11829/tid=11845] ppid=11827 vsize=7646384 CPUtime=0 cores=4,6
/proc/11829/task/11845/stat : 11845 (java) S 11827 11829 11748 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 449948458 7829897216 18701 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 4 0 0 0
[pid=11829/tid=11846] ppid=11827 vsize=7646384 CPUtime=0 cores=4,6
/proc/11829/task/11846/stat : 11846 (java) S 11827 11829 11748 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 449948458 7829897216 18701 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 4 0 0 0
[pid=11829/tid=11847] ppid=11827 vsize=7646384 CPUtime=0 cores=4,6
/proc/11829/task/11847/stat : 11847 (java) S 11827 11829 11748 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 449948458 7829897216 18701 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 4 0 0 0
[pid=11829/tid=11848] ppid=11827 vsize=7646384 CPUtime=0 cores=4,6
/proc/11829/task/11848/stat : 11848 (java) S 11827 11829 11748 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 449948458 7829897216 18701 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 4 0 0 0
[pid=11829/tid=11849] ppid=11827 vsize=7646384 CPUtime=0 cores=4,6
/proc/11829/task/11849/stat : 11849 (java) S 11827 11829 11748 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449948458 7829897216 18701 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11850] ppid=11827 vsize=7646384 CPUtime=0 cores=4,6
/proc/11829/task/11850/stat : 11850 (java) S 11827 11829 11748 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449948458 7829897216 18701 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11851] ppid=11827 vsize=7646384 CPUtime=0 cores=4,6
/proc/11829/task/11851/stat : 11851 (java) S 11827 11829 11748 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449948458 7829897216 18701 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11852] ppid=11827 vsize=7646384 CPUtime=0 cores=4,6
/proc/11829/task/11852/stat : 11852 (java) S 11827 11829 11748 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449948458 7829897216 18701 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11855] ppid=11827 vsize=7646384 CPUtime=0 cores=4,6
/proc/11829/task/11855/stat : 11855 (java) S 11827 11829 11748 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 449948459 7829897216 18701 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032212480 0 0 0 16800975 18446604453234191232 0 0 -1 4 0 0 0
[pid=11829/tid=11856] ppid=11827 vsize=7646384 CPUtime=0 cores=4,6
/proc/11829/task/11856/stat : 11856 (java) S 11827 11829 11748 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 449948460 7829897216 18701 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 4 0 0 0
[pid=11829/tid=11857] ppid=11827 vsize=7646384 CPUtime=0 cores=4,6
/proc/11829/task/11857/stat : 11857 (java) S 11827 11829 11748 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 449948460 7829897216 18701 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 4 0 0 0
[pid=11829/tid=11863] ppid=11827 vsize=7646384 CPUtime=0 cores=4,6
/proc/11829/task/11863/stat : 11863 (java) S 11827 11829 11748 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 449948463 7829897216 18701 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032219569 0 4 0 16800975 18446604453234191232 0 0 -1 4 0 0 0
[pid=11829/tid=11865] ppid=11827 vsize=7646384 CPUtime=0.34 cores=4,6
/proc/11829/task/11865/stat : 11865 (java) S 11827 11829 11748 0 -1 4202560 2989 0 0 0 34 0 0 0 15 0 19 0 449948463 7829897216 18701 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11870] ppid=11827 vsize=7646384 CPUtime=0.24 cores=4,6
/proc/11829/task/11870/stat : 11870 (java) S 11827 11829 11748 0 -1 4202560 1417 0 1 0 24 0 0 0 16 0 19 0 449948463 7829897216 18701 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11873] ppid=11827 vsize=7646384 CPUtime=0 cores=4,6
/proc/11829/task/11873/stat : 11873 (java) S 11827 11829 11748 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 449948463 7829897216 18701 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 4 0 0 0
[pid=11829/tid=11877] ppid=11827 vsize=7646384 CPUtime=0 cores=4,6
/proc/11829/task/11877/stat : 11877 (java) S 11827 11829 11748 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 449948463 7829897216 18701 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032212480 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11881] ppid=11827 vsize=7646384 CPUtime=0 cores=4,6
/proc/11829/task/11881/stat : 11881 (java) S 11827 11829 11748 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 449948493 7829897216 18701 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032212480 0 4 0 16800975 18446604453234191232 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.66
Current children cumulated vsize (KiB) 7646384

[startup+6.30137 s]
/proc/loadavg: 1.48 1.10 1.27 5/262 11882
/proc/meminfo: memFree=18403380/32951124 swapFree=67111528/67111528
[pid=11829] ppid=11827 vsize=7646108 CPUtime=7.06 cores=4,6
/proc/11829/stat : 11829 (java) S 11827 11829 11748 0 -1 4202496 36162 0 2 0 701 5 0 0 19 0 19 0 449948457 7829614592 29137 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/11829/statm: 1911527 29137 2251 9 0 1902265 0
[pid=11829/tid=11830] ppid=11827 vsize=7646108 CPUtime=6.09 cores=4,6
/proc/11829/task/11830/stat : 11830 (java) R 11827 11829 11748 0 -1 4202560 15165 0 1 0 607 2 0 0 25 0 19 0 449948457 7829614592 29137 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 46912505651035 0 4 0 16800975 0 0 0 -1 4 0 0 3
[pid=11829/tid=11845] ppid=11827 vsize=7646108 CPUtime=0.04 cores=4,6
/proc/11829/task/11845/stat : 11845 (java) S 11827 11829 11748 0 -1 4202560 3004 0 0 0 4 0 0 0 18 0 19 0 449948458 7829614592 29137 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11846] ppid=11827 vsize=7646108 CPUtime=0.01 cores=4,6
/proc/11829/task/11846/stat : 11846 (java) S 11827 11829 11748 0 -1 4202560 1082 0 0 0 1 0 0 0 17 0 19 0 449948458 7829614592 29137 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11847] ppid=11827 vsize=7646108 CPUtime=0 cores=4,6
/proc/11829/task/11847/stat : 11847 (java) S 11827 11829 11748 0 -1 4202560 479 0 0 0 0 0 0 0 17 0 19 0 449948458 7829614592 29137 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11848] ppid=11827 vsize=7646108 CPUtime=0 cores=4,6
/proc/11829/task/11848/stat : 11848 (java) S 11827 11829 11748 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 449948458 7829614592 29137 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11849] ppid=11827 vsize=7646108 CPUtime=0 cores=4,6
/proc/11829/task/11849/stat : 11849 (java) S 11827 11829 11748 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 449948458 7829614592 29137 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11850] ppid=11827 vsize=7646108 CPUtime=0 cores=4,6
/proc/11829/task/11850/stat : 11850 (java) S 11827 11829 11748 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 449948458 7829614592 29137 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11851] ppid=11827 vsize=7646108 CPUtime=0 cores=4,6
/proc/11829/task/11851/stat : 11851 (java) S 11827 11829 11748 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 449948458 7829614592 29137 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11852] ppid=11827 vsize=7646108 CPUtime=0 cores=4,6
/proc/11829/task/11852/stat : 11852 (java) S 11827 11829 11748 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 449948458 7829614592 29137 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11855] ppid=11827 vsize=7646108 CPUtime=0.08 cores=4,6
/proc/11829/task/11855/stat : 11855 (java) S 11827 11829 11748 0 -1 4202560 5432 0 0 0 8 0 0 0 15 0 19 0 449948459 7829614592 29137 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032212480 0 0 0 16800975 18446604453234191232 0 0 -1 4 0 0 0
[pid=11829/tid=11856] ppid=11827 vsize=7646108 CPUtime=0 cores=4,6
/proc/11829/task/11856/stat : 11856 (java) S 11827 11829 11748 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 449948460 7829614592 29137 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 4 0 0 0
[pid=11829/tid=11857] ppid=11827 vsize=7646108 CPUtime=0 cores=4,6
/proc/11829/task/11857/stat : 11857 (java) S 11827 11829 11748 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 449948460 7829614592 29137 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 4 0 0 0
[pid=11829/tid=11863] ppid=11827 vsize=7646108 CPUtime=0 cores=4,6
/proc/11829/task/11863/stat : 11863 (java) S 11827 11829 11748 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 449948463 7829614592 29137 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032219569 0 4 0 16800975 18446604453234191232 0 0 -1 4 0 0 0
[pid=11829/tid=11865] ppid=11827 vsize=7646108 CPUtime=0.52 cores=4,6
/proc/11829/task/11865/stat : 11865 (java) S 11827 11829 11748 0 -1 4202560 8420 0 0 0 52 0 0 0 16 0 19 0 449948463 7829614592 29137 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11870] ppid=11827 vsize=7646108 CPUtime=0.25 cores=4,6
/proc/11829/task/11870/stat : 11870 (java) S 11827 11829 11748 0 -1 4202560 1420 0 1 0 25 0 0 0 15 0 19 0 449948463 7829614592 29137 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0

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

[pid=11829/tid=11850] ppid=11827 vsize=7646108 CPUtime=0.18 cores=4,6
/proc/11829/task/11850/stat : 11850 (java) S 11827 11829 11748 0 -1 4202560 5448 0 0 0 18 0 0 0 15 0 19 0 449948458 7829614592 83169 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11851] ppid=11827 vsize=7646108 CPUtime=0.15 cores=4,6
/proc/11829/task/11851/stat : 11851 (java) S 11827 11829 11748 0 -1 4202560 6997 0 0 0 15 0 0 0 15 0 19 0 449948458 7829614592 83169 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11852] ppid=11827 vsize=7646108 CPUtime=0.12 cores=4,6
/proc/11829/task/11852/stat : 11852 (java) S 11827 11829 11748 0 -1 4202560 3360 0 0 0 12 0 0 0 15 0 19 0 449948458 7829614592 83169 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11855] ppid=11827 vsize=7646108 CPUtime=4.7 cores=4,6
/proc/11829/task/11855/stat : 11855 (java) S 11827 11829 11748 0 -1 4202560 9755 0 0 0 469 1 0 0 15 0 19 0 449948459 7829614592 83169 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032212480 0 0 0 16800975 18446604453234191232 0 0 -1 4 0 0 0
[pid=11829/tid=11856] ppid=11827 vsize=7646108 CPUtime=0 cores=4,6
/proc/11829/task/11856/stat : 11856 (java) S 11827 11829 11748 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 449948460 7829614592 83169 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 4 0 0 0
[pid=11829/tid=11857] ppid=11827 vsize=7646108 CPUtime=0 cores=4,6
/proc/11829/task/11857/stat : 11857 (java) S 11827 11829 11748 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 449948460 7829614592 83169 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 4 0 0 0
[pid=11829/tid=11863] ppid=11827 vsize=7646108 CPUtime=0 cores=4,6
/proc/11829/task/11863/stat : 11863 (java) S 11827 11829 11748 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 449948463 7829614592 83169 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032219569 0 4 0 16800975 18446604453234191232 0 0 -1 4 0 0 0
[pid=11829/tid=11865] ppid=11827 vsize=7646108 CPUtime=0.55 cores=4,6
/proc/11829/task/11865/stat : 11865 (java) S 11827 11829 11748 0 -1 4202560 8422 0 0 0 55 0 0 0 15 0 19 0 449948463 7829614592 83169 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11870] ppid=11827 vsize=7646108 CPUtime=0.27 cores=4,6
/proc/11829/task/11870/stat : 11870 (java) S 11827 11829 11748 0 -1 4202560 1421 0 1 0 27 0 0 0 15 0 19 0 449948463 7829614592 83169 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11873] ppid=11827 vsize=7646108 CPUtime=0 cores=4,6
/proc/11829/task/11873/stat : 11873 (java) S 11827 11829 11748 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 449948463 7829614592 83169 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 4 0 0 0
[pid=11829/tid=11877] ppid=11827 vsize=7646108 CPUtime=0 cores=4,6
/proc/11829/task/11877/stat : 11877 (java) S 11827 11829 11748 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 449948463 7829614592 83169 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032212480 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11881] ppid=11827 vsize=7646108 CPUtime=0 cores=4,6
/proc/11829/task/11881/stat : 11881 (java) S 11827 11829 11748 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 449948493 7829614592 83169 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032212480 0 4 0 16800975 18446604453234191232 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1183.78
Current children cumulated vsize (KiB) 7646108

[startup+1242.3 s]
/proc/loadavg: 4.00 3.95 3.26 5/262 11918
/proc/meminfo: memFree=17999572/32951124 swapFree=67111528/67111528
[pid=11829] ppid=11827 vsize=7646108 CPUtime=1243.81 cores=4,6
/proc/11829/stat : 11829 (java) S 11827 11829 11748 0 -1 4202496 93481 0 2 0 124362 19 0 0 19 0 19 0 449948457 7829614592 86262 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/11829/statm: 1911527 86262 2253 9 0 1902265 0
[pid=11829/tid=11830] ppid=11827 vsize=7646108 CPUtime=1236.53 cores=4,6
/proc/11829/task/11830/stat : 11830 (java) R 11827 11829 11748 0 -1 4202560 35902 0 1 0 123642 11 0 0 25 0 19 0 449948457 7829614592 86262 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 46912505706391 0 4 0 16800975 0 0 0 -1 4 0 0 3
[pid=11829/tid=11845] ppid=11827 vsize=7646108 CPUtime=0.15 cores=4,6
/proc/11829/task/11845/stat : 11845 (java) S 11827 11829 11748 0 -1 4202560 5073 0 0 0 15 0 0 0 15 0 19 0 449948458 7829614592 86262 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11846] ppid=11827 vsize=7646108 CPUtime=0.21 cores=4,6
/proc/11829/task/11846/stat : 11846 (java) S 11827 11829 11748 0 -1 4202560 5668 0 0 0 21 0 0 0 16 0 19 0 449948458 7829614592 86262 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11847] ppid=11827 vsize=7646108 CPUtime=0.19 cores=4,6
/proc/11829/task/11847/stat : 11847 (java) S 11827 11829 11748 0 -1 4202560 7077 0 0 0 19 0 0 0 15 0 19 0 449948458 7829614592 86262 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11848] ppid=11827 vsize=7646108 CPUtime=0.14 cores=4,6
/proc/11829/task/11848/stat : 11848 (java) S 11827 11829 11748 0 -1 4202560 1185 0 0 0 14 0 0 0 16 0 19 0 449948458 7829614592 86262 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11849] ppid=11827 vsize=7646108 CPUtime=0.19 cores=4,6
/proc/11829/task/11849/stat : 11849 (java) S 11827 11829 11748 0 -1 4202560 1837 0 0 0 19 0 0 0 15 0 19 0 449948458 7829614592 86262 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11850] ppid=11827 vsize=7646108 CPUtime=0.22 cores=4,6
/proc/11829/task/11850/stat : 11850 (java) S 11827 11829 11748 0 -1 4202560 5476 0 0 0 22 0 0 0 16 0 19 0 449948458 7829614592 86262 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11851] ppid=11827 vsize=7646108 CPUtime=0.17 cores=4,6
/proc/11829/task/11851/stat : 11851 (java) S 11827 11829 11748 0 -1 4202560 6999 0 0 0 17 0 0 0 15 0 19 0 449948458 7829614592 86262 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11852] ppid=11827 vsize=7646108 CPUtime=0.12 cores=4,6
/proc/11829/task/11852/stat : 11852 (java) S 11827 11829 11748 0 -1 4202560 3360 0 0 0 12 0 0 0 15 0 19 0 449948458 7829614592 86262 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11855] ppid=11827 vsize=7646108 CPUtime=4.93 cores=4,6
/proc/11829/task/11855/stat : 11855 (java) S 11827 11829 11748 0 -1 4202560 9835 0 0 0 492 1 0 0 15 0 19 0 449948459 7829614592 86262 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032212480 0 0 0 16800975 18446604453234191232 0 0 -1 4 0 0 0
[pid=11829/tid=11856] ppid=11827 vsize=7646108 CPUtime=0 cores=4,6
/proc/11829/task/11856/stat : 11856 (java) S 11827 11829 11748 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 449948460 7829614592 86262 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 4 0 0 0
[pid=11829/tid=11857] ppid=11827 vsize=7646108 CPUtime=0 cores=4,6
/proc/11829/task/11857/stat : 11857 (java) S 11827 11829 11748 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 449948460 7829614592 86262 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 4 0 0 0
[pid=11829/tid=11863] ppid=11827 vsize=7646108 CPUtime=0 cores=4,6
/proc/11829/task/11863/stat : 11863 (java) S 11827 11829 11748 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 449948463 7829614592 86262 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032219569 0 4 0 16800975 18446604453234191232 0 0 -1 4 0 0 0
[pid=11829/tid=11865] ppid=11827 vsize=7646108 CPUtime=0.55 cores=4,6
/proc/11829/task/11865/stat : 11865 (java) S 11827 11829 11748 0 -1 4202560 8422 0 0 0 55 0 0 0 15 0 19 0 449948463 7829614592 86262 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11870] ppid=11827 vsize=7646108 CPUtime=0.27 cores=4,6
/proc/11829/task/11870/stat : 11870 (java) S 11827 11829 11748 0 -1 4202560 1421 0 1 0 27 0 0 0 15 0 19 0 449948463 7829614592 86262 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11873] ppid=11827 vsize=7646108 CPUtime=0 cores=4,6
/proc/11829/task/11873/stat : 11873 (java) S 11827 11829 11748 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 449948463 7829614592 86262 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 4 0 0 0
[pid=11829/tid=11877] ppid=11827 vsize=7646108 CPUtime=0 cores=4,6
/proc/11829/task/11877/stat : 11877 (java) S 11827 11829 11748 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 449948463 7829614592 86262 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032212480 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11881] ppid=11827 vsize=7646108 CPUtime=0 cores=4,6
/proc/11829/task/11881/stat : 11881 (java) S 11827 11829 11748 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 449948493 7829614592 86262 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032212480 0 4 0 16800975 18446604453234191232 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1243.81
Current children cumulated vsize (KiB) 7646108



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.95 3.30 3/223 11925
/proc/meminfo: memFree=18299004/32951124 swapFree=67111528/67111528
[pid=11829] ppid=11827 vsize=7646108 CPUtime=1301.54 cores=4,6
/proc/11829/stat : 11829 (java) S 11827 11829 11748 0 -1 4202496 93644 0 2 0 130135 19 0 0 19 0 19 0 449948457 7829614592 86418 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/11829/statm: 1911527 86418 2253 9 0 1902265 0
[pid=11829/tid=11830] ppid=11827 vsize=7646108 CPUtime=1294.13 cores=4,6
/proc/11829/task/11830/stat : 11830 (java) R 11827 11829 11748 0 -1 4202560 35903 0 1 0 129402 11 0 0 25 0 19 0 449948457 7829614592 86418 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 46912505775628 0 4 0 16800975 0 0 0 -1 4 0 0 3
[pid=11829/tid=11845] ppid=11827 vsize=7646108 CPUtime=0.17 cores=4,6
/proc/11829/task/11845/stat : 11845 (java) S 11827 11829 11748 0 -1 4202560 5074 0 0 0 17 0 0 0 15 0 19 0 449948458 7829614592 86418 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11846] ppid=11827 vsize=7646108 CPUtime=0.21 cores=4,6
/proc/11829/task/11846/stat : 11846 (java) S 11827 11829 11748 0 -1 4202560 5668 0 0 0 21 0 0 0 16 0 19 0 449948458 7829614592 86418 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11847] ppid=11827 vsize=7646108 CPUtime=0.19 cores=4,6
/proc/11829/task/11847/stat : 11847 (java) S 11827 11829 11748 0 -1 4202560 7077 0 0 0 19 0 0 0 15 0 19 0 449948458 7829614592 86418 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11848] ppid=11827 vsize=7646108 CPUtime=0.14 cores=4,6
/proc/11829/task/11848/stat : 11848 (java) S 11827 11829 11748 0 -1 4202560 1185 0 0 0 14 0 0 0 15 0 19 0 449948458 7829614592 86418 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11849] ppid=11827 vsize=7646108 CPUtime=0.19 cores=4,6
/proc/11829/task/11849/stat : 11849 (java) S 11827 11829 11748 0 -1 4202560 1837 0 0 0 19 0 0 0 15 0 19 0 449948458 7829614592 86418 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11850] ppid=11827 vsize=7646108 CPUtime=0.24 cores=4,6
/proc/11829/task/11850/stat : 11850 (java) S 11827 11829 11748 0 -1 4202560 5477 0 0 0 24 0 0 0 15 0 19 0 449948458 7829614592 86418 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11851] ppid=11827 vsize=7646108 CPUtime=0.17 cores=4,6
/proc/11829/task/11851/stat : 11851 (java) S 11827 11829 11748 0 -1 4202560 6999 0 0 0 17 0 0 0 15 0 19 0 449948458 7829614592 86418 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11852] ppid=11827 vsize=7646108 CPUtime=0.12 cores=4,6
/proc/11829/task/11852/stat : 11852 (java) S 11827 11829 11748 0 -1 4202560 3360 0 0 0 12 0 0 0 15 0 19 0 449948458 7829614592 86418 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11855] ppid=11827 vsize=7646108 CPUtime=5.03 cores=4,6
/proc/11829/task/11855/stat : 11855 (java) S 11827 11829 11748 0 -1 4202560 9991 0 0 0 502 1 0 0 15 0 19 0 449948459 7829614592 86418 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032212480 0 0 0 16800975 18446604453234191232 0 0 -1 4 0 0 0
[pid=11829/tid=11856] ppid=11827 vsize=7646108 CPUtime=0 cores=4,6
/proc/11829/task/11856/stat : 11856 (java) S 11827 11829 11748 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 449948460 7829614592 86418 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 4 0 0 0
[pid=11829/tid=11857] ppid=11827 vsize=7646108 CPUtime=0 cores=4,6
/proc/11829/task/11857/stat : 11857 (java) S 11827 11829 11748 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 449948460 7829614592 86418 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 4 0 0 0
[pid=11829/tid=11863] ppid=11827 vsize=7646108 CPUtime=0 cores=4,6
/proc/11829/task/11863/stat : 11863 (java) S 11827 11829 11748 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 449948463 7829614592 86418 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032219569 0 4 0 16800975 18446604453234191232 0 0 -1 4 0 0 0
[pid=11829/tid=11865] ppid=11827 vsize=7646108 CPUtime=0.55 cores=4,6
/proc/11829/task/11865/stat : 11865 (java) S 11827 11829 11748 0 -1 4202560 8422 0 0 0 55 0 0 0 15 0 19 0 449948463 7829614592 86418 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11870] ppid=11827 vsize=7646108 CPUtime=0.27 cores=4,6
/proc/11829/task/11870/stat : 11870 (java) S 11827 11829 11748 0 -1 4202560 1421 0 1 0 27 0 0 0 15 0 19 0 449948463 7829614592 86418 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11873] ppid=11827 vsize=7646108 CPUtime=0 cores=4,6
/proc/11829/task/11873/stat : 11873 (java) S 11827 11829 11748 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 449948463 7829614592 86418 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 4 0 0 0
[pid=11829/tid=11877] ppid=11827 vsize=7646108 CPUtime=0 cores=4,6
/proc/11829/task/11877/stat : 11877 (java) S 11827 11829 11748 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 449948463 7829614592 86418 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032212480 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11881] ppid=11827 vsize=7646108 CPUtime=0 cores=4,6
/proc/11829/task/11881/stat : 11881 (java) S 11827 11829 11748 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 449948493 7829614592 86418 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032212480 0 4 0 16800975 18446604453234191232 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1301.54
Current children cumulated vsize (KiB) 7646108

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 3.95 3.30 3/223 11925
/proc/meminfo: memFree=18299004/32951124 swapFree=67111528/67111528
[pid=11829] ppid=11827 vsize=7646108 CPUtime=1301.54 cores=4,6
/proc/11829/stat : 11829 (java) S 11827 11829 11748 0 -1 4202496 93644 0 2 0 130135 19 0 0 19 0 19 0 449948457 7829614592 86418 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/11829/statm: 1911527 86418 2253 9 0 1902265 0
[pid=11829/tid=11830] ppid=11827 vsize=7646108 CPUtime=1294.13 cores=4,6
/proc/11829/task/11830/stat : 11830 (java) R 11827 11829 11748 0 -1 4202560 35903 0 1 0 129402 11 0 0 25 0 19 0 449948457 7829614592 86418 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 46912505775628 0 4 0 16800975 0 0 0 -1 4 0 0 3
[pid=11829/tid=11845] ppid=11827 vsize=7646108 CPUtime=0.17 cores=4,6
/proc/11829/task/11845/stat : 11845 (java) S 11827 11829 11748 0 -1 4202560 5074 0 0 0 17 0 0 0 15 0 19 0 449948458 7829614592 86418 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11846] ppid=11827 vsize=7646108 CPUtime=0.21 cores=4,6
/proc/11829/task/11846/stat : 11846 (java) S 11827 11829 11748 0 -1 4202560 5668 0 0 0 21 0 0 0 16 0 19 0 449948458 7829614592 86418 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11847] ppid=11827 vsize=7646108 CPUtime=0.19 cores=4,6
/proc/11829/task/11847/stat : 11847 (java) S 11827 11829 11748 0 -1 4202560 7077 0 0 0 19 0 0 0 15 0 19 0 449948458 7829614592 86418 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11848] ppid=11827 vsize=7646108 CPUtime=0.14 cores=4,6
/proc/11829/task/11848/stat : 11848 (java) S 11827 11829 11748 0 -1 4202560 1185 0 0 0 14 0 0 0 15 0 19 0 449948458 7829614592 86418 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11849] ppid=11827 vsize=7646108 CPUtime=0.19 cores=4,6
/proc/11829/task/11849/stat : 11849 (java) S 11827 11829 11748 0 -1 4202560 1837 0 0 0 19 0 0 0 15 0 19 0 449948458 7829614592 86418 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11850] ppid=11827 vsize=7646108 CPUtime=0.24 cores=4,6
/proc/11829/task/11850/stat : 11850 (java) S 11827 11829 11748 0 -1 4202560 5477 0 0 0 24 0 0 0 15 0 19 0 449948458 7829614592 86418 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11851] ppid=11827 vsize=7646108 CPUtime=0.17 cores=4,6
/proc/11829/task/11851/stat : 11851 (java) S 11827 11829 11748 0 -1 4202560 6999 0 0 0 17 0 0 0 15 0 19 0 449948458 7829614592 86418 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11852] ppid=11827 vsize=7646108 CPUtime=0.12 cores=4,6
/proc/11829/task/11852/stat : 11852 (java) S 11827 11829 11748 0 -1 4202560 3360 0 0 0 12 0 0 0 15 0 19 0 449948458 7829614592 86418 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11855] ppid=11827 vsize=7646108 CPUtime=5.03 cores=4,6
/proc/11829/task/11855/stat : 11855 (java) S 11827 11829 11748 0 -1 4202560 9991 0 0 0 502 1 0 0 15 0 19 0 449948459 7829614592 86418 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032212480 0 0 0 16800975 18446604453234191232 0 0 -1 4 0 0 0
[pid=11829/tid=11856] ppid=11827 vsize=7646108 CPUtime=0 cores=4,6
/proc/11829/task/11856/stat : 11856 (java) S 11827 11829 11748 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 449948460 7829614592 86418 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 4 0 0 0
[pid=11829/tid=11857] ppid=11827 vsize=7646108 CPUtime=0 cores=4,6
/proc/11829/task/11857/stat : 11857 (java) S 11827 11829 11748 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 449948460 7829614592 86418 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 4 0 0 0
[pid=11829/tid=11863] ppid=11827 vsize=7646108 CPUtime=0 cores=4,6
/proc/11829/task/11863/stat : 11863 (java) S 11827 11829 11748 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 449948463 7829614592 86418 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032219569 0 4 0 16800975 18446604453234191232 0 0 -1 4 0 0 0
[pid=11829/tid=11865] ppid=11827 vsize=7646108 CPUtime=0.55 cores=4,6
/proc/11829/task/11865/stat : 11865 (java) S 11827 11829 11748 0 -1 4202560 8422 0 0 0 55 0 0 0 15 0 19 0 449948463 7829614592 86418 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11870] ppid=11827 vsize=7646108 CPUtime=0.27 cores=4,6
/proc/11829/task/11870/stat : 11870 (java) S 11827 11829 11748 0 -1 4202560 1421 0 1 0 27 0 0 0 15 0 19 0 449948463 7829614592 86418 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11873] ppid=11827 vsize=7646108 CPUtime=0 cores=4,6
/proc/11829/task/11873/stat : 11873 (java) S 11827 11829 11748 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 449948463 7829614592 86418 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032211865 0 4 0 16800975 18446604453234191232 0 0 -1 4 0 0 0
[pid=11829/tid=11877] ppid=11827 vsize=7646108 CPUtime=0 cores=4,6
/proc/11829/task/11877/stat : 11877 (java) S 11827 11829 11748 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 449948463 7829614592 86418 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032212480 0 4 0 16800975 18446604453234191232 0 0 -1 6 0 0 0
[pid=11829/tid=11881] ppid=11827 vsize=7646108 CPUtime=0 cores=4,6
/proc/11829/task/11881/stat : 11881 (java) S 11827 11829 11748 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 449948493 7829614592 86418 33554432000 1073741824 1073778376 140736505607632 18446744073709551615 260032212480 0 4 0 16800975 18446604453234191232 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1301.54
Current children cumulated vsize (KiB) 7646108

Child status: 143
Real time (s): 1300.07
CPU time (s): 1301.64
CPU user time (s): 1301.42
CPU system time (s): 0.214967
CPU usage (%): 100.12
Max. virtual memory (cumulated for all children) (KiB): 7661688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.42
system time used= 0.214967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93677
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28392
involuntary context switches= 4450

runsolver used 2.21766 second user time and 4.88526 second system time

The end

Launcher Data

Begin job on node110 at 2011-04-12 10:32:59
IDJOB=3190214
IDBENCH=82545
IDSOLVER=1611
FILE ID=node110/3190214-1302597179
RUNJOBID= node110-1302597178-11767
PBS_JOBID= 12958096
Free space on /tmp= 72248 MiB

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

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

MD5SUM BENCH= 33c09da85657b6bbed23989098d6baf7
RANDOM SEED=1957979624

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.76
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.830
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.83
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.830
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.830
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:     32951124 kB
MemFree:      18665280 kB
Buffers:        671204 kB
Cached:       13081164 kB
SwapCached:          0 kB
Active:        3634476 kB
Inactive:     10238328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18665280 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5080 kB
Writeback:           0 kB
AnonPages:      119716 kB
Mapped:          20528 kB
Slab:           346320 kB
PageTables:       5796 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 17128064 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= 72248 MiB
End job on node110 at 2011-04-12 10:54:41