Trace number 3257332

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) 1300.89 1300.07

General information on the benchmark

NameCRAFTED/edgematching/
compact/em_12_2_4_cmp.cnf
MD5SUM7ea97a36d5ab6c8a5aa99830d5253591
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark62.0956
Satisfiable
(Un)Satisfiability was proved
Number of variables12584
Number of clauses155712
Sum of the clauses size523920
Maximum clause length100
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 217404
Number of clauses of size 3103200
Number of clauses of size 417828
Number of clauses of size 517000
Number of clauses of size over 5280

Solver Data

0.05/0.27	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.27	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.27	c See www.sat4j.org for details.
0.05/0.27	c no version file found!!!
0.05/0.27	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.27	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.27	c java.vm.version	19.1-b02
0.05/0.27	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.27	c sun.arch.data.model	64
0.05/0.27	c java.version		1.6.0_24
0.05/0.27	c os.name		Linux
0.05/0.27	c os.version		2.6.18-164.el5
0.05/0.27	c os.arch		amd64
0.05/0.27	c Free memory 		6997539544
0.05/0.27	c Max memory 		7034241024
0.05/0.27	c Total memory 		7034241024
0.05/0.27	c Number of processors 	8
0.07/0.35	c --- Begin Solver configuration ---
0.07/0.35	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@64578ceb
0.07/0.35	c Learn all clauses as in MiniSAT
0.07/0.35	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.07/0.35	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.07/0.35	c Expensive reason simplification
0.07/0.35	c Armin Biere (Picosat) restarts strategy
0.07/0.35	c Glucose learned constraints deletion strategy
0.07/0.35	c timeout=2147483647s
0.07/0.35	c DB Simplification allowed=true
0.07/0.35	c --- End Solver configuration ---
0.07/0.35	c solving HOME/instance-3257332-1303469601.cnf
0.07/0.35	c reading problem ... 
0.52/0.62	c ... done. Wall clock time 0.271s.
0.52/0.62	c #vars     12584
0.52/0.62	c #constraints  155712
0.52/0.62	c constraints type 
0.52/0.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 138308
0.52/0.62	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 17404
2.61/2.39	c cleaning 2479 clauses out of 5001 with flag 5001/5001
5.62/5.21	c cleaning 4238 clauses out of 8522 with flag 11001/11001
10.71/10.35	c cleaning 5608 clauses out of 11283 with flag 18000/18000
16.71/16.34	c cleaning 6729 clauses out of 13675 with flag 26000/26000
23.22/22.89	c cleaning 7934 clauses out of 15946 with flag 35000/35000
30.42/30.09	c cleaning 8898 clauses out of 18012 with flag 45000/45000
38.42/38.09	c cleaning 10010 clauses out of 20114 with flag 56000/56000
47.33/46.99	c cleaning 10781 clauses out of 22105 with flag 68001/68001
56.64/56.23	c cleaning 11936 clauses out of 24324 with flag 81001/81001
66.84/66.46	c cleaning 13141 clauses out of 26388 with flag 95001/95001
77.84/77.42	c cleaning 13910 clauses out of 28246 with flag 110000/110000
89.85/89.42	c cleaning 14949 clauses out of 30336 with flag 126000/126000
102.55/102.15	c cleaning 16138 clauses out of 32387 with flag 143000/143000
116.06/115.62	c cleaning 16791 clauses out of 34249 with flag 161000/161000
130.47/130.02	c cleaning 17977 clauses out of 36458 with flag 180000/180000
145.28/144.85	c cleaning 18975 clauses out of 38481 with flag 200000/200000
161.78/161.34	c cleaning 20200 clauses out of 40506 with flag 221000/221000
178.99/178.55	c cleaning 20703 clauses out of 42306 with flag 243000/243000
197.19/196.77	c cleaning 21922 clauses out of 44604 with flag 266001/266001
216.10/215.63	c cleaning 22994 clauses out of 46681 with flag 290000/290000
236.40/235.96	c cleaning 23885 clauses out of 48687 with flag 315000/315000
257.81/257.35	c cleaning 25329 clauses out of 50802 with flag 341000/341000
279.42/278.99	c cleaning 25782 clauses out of 52473 with flag 368000/368000
301.82/301.38	c cleaning 26885 clauses out of 54691 with flag 396000/396000
325.93/325.46	c cleaning 27818 clauses out of 56806 with flag 425000/425000
351.44/350.95	c cleaning 28931 clauses out of 58988 with flag 455000/455000
377.15/376.67	c cleaning 30140 clauses out of 61057 with flag 486000/486000
404.55/404.02	c cleaning 31189 clauses out of 62917 with flag 518000/518000
432.26/431.73	c cleaning 31870 clauses out of 64728 with flag 551000/551000
461.48/460.91	c cleaning 32881 clauses out of 66860 with flag 585002/585002
492.19/491.66	c cleaning 33923 clauses out of 68977 with flag 620000/620000
523.39/522.81	c cleaning 34862 clauses out of 71054 with flag 656000/656000
555.50/554.91	c cleaning 36058 clauses out of 73192 with flag 693000/693000
589.22/588.61	c cleaning 36978 clauses out of 75134 with flag 731000/731000
623.92/623.33	c cleaning 38366 clauses out of 77156 with flag 770000/770000
659.13/658.58	c cleaning 38738 clauses out of 78791 with flag 810001/810001
696.44/695.88	c cleaning 39794 clauses out of 81054 with flag 851002/851002
735.15/734.59	c cleaning 41275 clauses out of 83258 with flag 893000/893000
775.86/775.28	c cleaning 41898 clauses out of 84983 with flag 936000/936000
817.07/816.49	c cleaning 42769 clauses out of 87085 with flag 980000/980000
858.68/858.07	c cleaning 44103 clauses out of 89316 with flag 1025000/1025000
901.39/900.71	c cleaning 44925 clauses out of 91213 with flag 1071000/1071000
945.20/944.58	c cleaning 46396 clauses out of 93288 with flag 1118000/1118000
990.82/990.17	c cleaning 46953 clauses out of 94892 with flag 1166000/1166000
1037.92/1037.22	c cleaning 47852 clauses out of 96939 with flag 1215000/1215000
1085.63/1084.99	c cleaning 47785 clauses out of 99087 with flag 1265000/1265000
1135.14/1134.41	c cleaning 49239 clauses out of 102302 with flag 1316000/1316000
1185.95/1185.29	c cleaning 50253 clauses out of 105063 with flag 1368000/1368000
1238.28/1237.54	c cleaning 50681 clauses out of 107810 with flag 1421000/1421000
1291.68/1290.97	c cleaning 52497 clauses out of 111129 with flag 1475000/1475000
1300.80/1300.01	c starts		: 1377
1300.80/1300.01	c conflicts		: 1486369
1300.80/1300.01	c decisions		: 204711431
1300.80/1300.01	c propagations		: 1469026288
1300.80/1300.01	c inspects		: 9818006471
1300.80/1300.01	c shortcuts		: 0
1300.80/1300.01	c learnt literals	: 0
1300.80/1300.01	c learnt binary clauses	: 30149
1300.80/1300.01	c learnt ternary clauses	: 156076
1300.80/1300.01	c learnt constraints	: 1486369
1300.80/1300.01	c ignored constraints	: 0
1300.80/1300.01	c root simplifications	: 1377
1300.80/1300.01	c removed literals (reason simplification)	: 8064501
1300.80/1300.01	c reason swapping (by a shorter reason)	: 0
1300.80/1300.01	c Calls to reduceDB	: 50
1300.80/1300.01	c speed (assignments/second)	: 1130550.710718106
1300.80/1300.01	c non guided choices	90825
1300.80/1300.05	c learnt constraints type 
1300.80/1300.05	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 30149
1300.80/1300.05	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 39853
1300.80/1300.05	c constraints type 
1300.80/1300.05	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 138308
1300.80/1300.05	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 17404
1300.80/1300.05	s UNKNOWN
1300.80/1300.05	c Total wall clock time (in seconds) : 1299.662

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3257332-1303469601/watcher-3257332-1303469601 -o /tmp/evaluation-result-3257332-1303469601/solver-3257332-1303469601 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3257332-1303469601.cnf 

running on 2 cores: 5,7

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: 0.96 2.08 3.32 2/184 9807
/proc/meminfo: memFree=21928460/32951132 swapFree=67111524/67111528
[pid=9807] ppid=9805 vsize=30528 CPUtime=0 cores=5,7
/proc/9807/stat : 9807 (java) S 9805 9807 9257 0 -1 4202496 1245 0 0 0 0 0 0 0 20 0 2 0 458558766 31260672 964 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982352869 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/9807/statm: 7632 964 737 9 0 383 0
[pid=9807/tid=9808] ppid=9805 vsize=30528 CPUtime=0 cores=5,7
/proc/9807/task/9808/stat : 9808 (java) S 9805 9807 9257 0 -1 4202560 130 0 0 0 0 0 0 0 21 0 2 0 458558766 31260672 964 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242970546021 0 2147483391 4096 0 18446744071699855507 0 0 -1 5 0 0 0

[startup+0.103427 s]
/proc/loadavg: 0.96 2.08 3.32 2/184 9807
/proc/meminfo: memFree=21928460/32951132 swapFree=67111524/67111528
[pid=9807] ppid=9805 vsize=7569648 CPUtime=0.05 cores=5,7
/proc/9807/stat : 9807 (java) S 9805 9807 9257 0 -1 4202496 9139 0 1 0 4 1 0 0 20 0 18 0 458558766 7751319552 8835 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9807/statm: 1892412 8835 1730 9 0 1883155 0
[pid=9807/tid=9808] ppid=9805 vsize=7569648 CPUtime=0.03 cores=5,7
/proc/9807/task/9808/stat : 9808 (java) D 9805 9807 9257 0 -1 4202560 7964 0 1 0 3 0 0 0 21 0 18 0 458558766 7751319552 8835 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982376907 0 4 0 16800975 18446744071562234166 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 7569648

[startup+0.200396 s]
/proc/loadavg: 0.96 2.08 3.32 2/184 9807
/proc/meminfo: memFree=21928460/32951132 swapFree=67111524/67111528
[pid=9807] ppid=9805 vsize=7569940 CPUtime=0.05 cores=5,7
/proc/9807/stat : 9807 (java) S 9805 9807 9257 0 -1 4202496 9344 0 4 0 4 1 0 0 20 0 18 0 458558766 7751618560 9043 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9807/statm: 1892485 9043 1752 9 0 1883223 0
[pid=9807/tid=9808] ppid=9805 vsize=7569940 CPUtime=0.05 cores=5,7
/proc/9807/task/9808/stat : 9808 (java) D 9805 9807 9257 0 -1 4202560 8169 0 4 0 4 1 0 0 18 0 18 0 458558766 7751618560 9043 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982376907 0 4 0 16800975 18446744071562234166 0 0 -1 5 0 0 9
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 7569940

[startup+0.300372 s]
/proc/loadavg: 0.96 2.08 3.32 2/184 9807
/proc/meminfo: memFree=21928460/32951132 swapFree=67111524/67111528
[pid=9807] ppid=9805 vsize=7570804 CPUtime=0.07 cores=5,7
/proc/9807/stat : 9807 (java) S 9805 9807 9257 0 -1 4202496 10048 0 4 0 6 1 0 0 20 0 18 0 458558766 7752503296 9747 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9807/statm: 1892701 9748 2076 9 0 1883439 0
[pid=9807/tid=9808] ppid=9805 vsize=7570804 CPUtime=0.06 cores=5,7
/proc/9807/task/9808/stat : 9808 (java) R 9805 9807 9257 0 -1 4202560 8343 0 4 0 5 1 0 0 18 0 18 0 458558766 7752503296 9748 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 47105940996101 0 4 0 16800975 0 0 0 -1 5 0 0 17
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 7570804

[startup+0.70027 s]
/proc/loadavg: 0.96 2.08 3.32 2/184 9807
/proc/meminfo: memFree=21928460/32951132 swapFree=67111524/67111528
[pid=9807] ppid=9805 vsize=7580500 CPUtime=0.69 cores=5,7
/proc/9807/stat : 9807 (java) S 9805 9807 9257 0 -1 4202496 18004 0 5 0 67 2 0 0 20 0 19 0 458558766 7762432000 16972 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9807/statm: 1895125 16972 2212 9 0 1885863 0
[pid=9807/tid=9808] ppid=9805 vsize=7580500 CPUtime=0.38 cores=5,7
/proc/9807/task/9808/stat : 9808 (java) R 9805 9807 9257 0 -1 4202560 13210 0 4 0 37 1 0 0 19 0 19 0 458558766 7762432000 16972 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 46912505228269 0 4 0 16800975 0 0 0 -1 7 0 0 22
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7580500

[startup+1.50113 s]
/proc/loadavg: 0.96 2.08 3.32 8/260 9888
/proc/meminfo: memFree=21706192/32951132 swapFree=67111524/67111528
[pid=9807] ppid=9805 vsize=7581708 CPUtime=1.77 cores=5,7
/proc/9807/stat : 9807 (java) S 9805 9807 9257 0 -1 4202496 19191 0 5 0 175 2 0 0 20 0 19 0 458558766 7763668992 18158 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9807/statm: 1895427 18158 2224 9 0 1886165 0
[pid=9807/tid=9808] ppid=9805 vsize=7581708 CPUtime=1.19 cores=5,7
/proc/9807/task/9808/stat : 9808 (java) R 9805 9807 9257 0 -1 4202560 14030 0 4 0 117 2 0 0 20 0 19 0 458558766 7763668992 18158 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 46912505632208 0 4 0 16800975 0 0 0 -1 7 0 0 22
[pid=9807/tid=9810] ppid=9805 vsize=7581708 CPUtime=0 cores=5,7
/proc/9807/task/9810/stat : 9810 (java) S 9805 9807 9257 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 458558770 7763668992 18158 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9811] ppid=9805 vsize=7581708 CPUtime=0 cores=5,7
/proc/9807/task/9811/stat : 9811 (java) S 9805 9807 9257 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 458558770 7763668992 18158 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9812] ppid=9805 vsize=7581708 CPUtime=0 cores=5,7
/proc/9807/task/9812/stat : 9812 (java) S 9805 9807 9257 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 458558770 7763668992 18158 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9813] ppid=9805 vsize=7581708 CPUtime=0 cores=5,7
/proc/9807/task/9813/stat : 9813 (java) S 9805 9807 9257 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 458558770 7763668992 18158 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9814] ppid=9805 vsize=7581708 CPUtime=0 cores=5,7
/proc/9807/task/9814/stat : 9814 (java) S 9805 9807 9257 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 458558770 7763668992 18158 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9815] ppid=9805 vsize=7581708 CPUtime=0 cores=5,7
/proc/9807/task/9815/stat : 9815 (java) S 9805 9807 9257 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 458558770 7763668992 18158 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9816] ppid=9805 vsize=7581708 CPUtime=0 cores=5,7
/proc/9807/task/9816/stat : 9816 (java) S 9805 9807 9257 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 458558770 7763668992 18158 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9817] ppid=9805 vsize=7581708 CPUtime=0 cores=5,7
/proc/9807/task/9817/stat : 9817 (java) S 9805 9807 9257 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 458558770 7763668992 18158 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9834] ppid=9805 vsize=7581708 CPUtime=0 cores=5,7
/proc/9807/task/9834/stat : 9834 (java) S 9805 9807 9257 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 458558771 7763668992 18158 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366720 0 0 0 16800975 18446604470995026176 0 0 -1 7 0 0 0
[pid=9807/tid=9837] ppid=9805 vsize=7581708 CPUtime=0 cores=5,7
/proc/9807/task/9837/stat : 9837 (java) S 9805 9807 9257 0 -1 4202560 16 0 0 0 0 0 0 0 21 0 19 0 458558771 7763668992 18158 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9838] ppid=9805 vsize=7581708 CPUtime=0 cores=5,7
/proc/9807/task/9838/stat : 9838 (java) S 9805 9807 9257 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 19 0 458558771 7763668992 18158 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9846] ppid=9805 vsize=7581708 CPUtime=0 cores=5,7
/proc/9807/task/9846/stat : 9846 (java) S 9805 9807 9257 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 458558774 7763668992 18158 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982373809 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9848] ppid=9805 vsize=7581708 CPUtime=0.37 cores=5,7
/proc/9807/task/9848/stat : 9848 (java) S 9805 9807 9257 0 -1 4202560 1412 0 1 0 37 0 0 0 15 0 19 0 458558774 7763668992 18158 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9852] ppid=9805 vsize=7581708 CPUtime=0.21 cores=5,7
/proc/9807/task/9852/stat : 9852 (java) S 9805 9807 9257 0 -1 4202560 2587 0 0 0 21 0 0 0 15 0 19 0 458558774 7763668992 18158 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9854] ppid=9805 vsize=7581708 CPUtime=0 cores=5,7
/proc/9807/task/9854/stat : 9854 (java) S 9805 9807 9257 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 458558774 7763668992 18158 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9857] ppid=9805 vsize=7581708 CPUtime=0 cores=5,7
/proc/9807/task/9857/stat : 9857 (java) S 9805 9807 9257 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 458558774 7763668992 18158 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366720 0 4 0 16800975 18446604470995026176 0 0 -1 7 0 0 0
[pid=9807/tid=9888] ppid=9805 vsize=7581708 CPUtime=0 cores=5,7
/proc/9807/task/9888/stat : 9888 (java) S 9805 9807 9257 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 458558830 7763668992 18158 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366720 0 4 0 16800975 18446604470995026176 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.77
Current children cumulated vsize (KiB) 7581708

[startup+3.10086 s]
/proc/loadavg: 1.36 2.15 3.33 5/260 9888
/proc/meminfo: memFree=21691804/32951132 swapFree=67111524/67111528
[pid=9807] ppid=9805 vsize=7581708 CPUtime=3.47 cores=5,7
/proc/9807/stat : 9807 (java) S 9805 9807 9257 0 -1 4202496 28950 0 5 0 343 4 0 0 20 0 19 0 458558766 7763668992 27909 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9807/statm: 1895427 27909 2251 9 0 1886165 0
[pid=9807/tid=9808] ppid=9805 vsize=7581708 CPUtime=2.67 cores=5,7
/proc/9807/task/9808/stat : 9808 (java) R 9805 9807 9257 0 -1 4202560 14821 0 4 0 265 2 0 0 17 0 19 0 458558766 7763668992 27909 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 46912505696832 0 4 0 16800975 0 0 0 -1 7 0 0 22
[pid=9807/tid=9810] ppid=9805 vsize=7581708 CPUtime=0.01 cores=5,7
/proc/9807/task/9810/stat : 9810 (java) S 9805 9807 9257 0 -1 4202560 2002 0 0 0 1 0 0 0 18 0 19 0 458558770 7763668992 27909 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9811] ppid=9805 vsize=7581708 CPUtime=0 cores=5,7
/proc/9807/task/9811/stat : 9811 (java) S 9805 9807 9257 0 -1 4202560 699 0 0 0 0 0 0 0 18 0 19 0 458558770 7763668992 27909 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9812] ppid=9805 vsize=7581708 CPUtime=0 cores=5,7
/proc/9807/task/9812/stat : 9812 (java) S 9805 9807 9257 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 458558770 7763668992 27909 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9813] ppid=9805 vsize=7581708 CPUtime=0 cores=5,7
/proc/9807/task/9813/stat : 9813 (java) S 9805 9807 9257 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 458558770 7763668992 27909 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9814] ppid=9805 vsize=7581708 CPUtime=0 cores=5,7
/proc/9807/task/9814/stat : 9814 (java) S 9805 9807 9257 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 458558770 7763668992 27909 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9815] ppid=9805 vsize=7581708 CPUtime=0 cores=5,7
/proc/9807/task/9815/stat : 9815 (java) S 9805 9807 9257 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 458558770 7763668992 27909 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9816] ppid=9805 vsize=7581708 CPUtime=0 cores=5,7
/proc/9807/task/9816/stat : 9816 (java) S 9805 9807 9257 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 458558770 7763668992 27909 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9817] ppid=9805 vsize=7581708 CPUtime=0.01 cores=5,7
/proc/9807/task/9817/stat : 9817 (java) S 9805 9807 9257 0 -1 4202560 1785 0 0 0 1 0 0 0 18 0 19 0 458558770 7763668992 27909 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9834] ppid=9805 vsize=7581708 CPUtime=0.06 cores=5,7
/proc/9807/task/9834/stat : 9834 (java) S 9805 9807 9257 0 -1 4202560 4470 0 0 0 6 0 0 0 16 0 19 0 458558771 7763668992 27909 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366720 0 0 0 16800975 18446604470995026176 0 0 -1 7 0 0 0
[pid=9807/tid=9837] ppid=9805 vsize=7581708 CPUtime=0 cores=5,7
/proc/9807/task/9837/stat : 9837 (java) S 9805 9807 9257 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 458558771 7763668992 27909 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9838] ppid=9805 vsize=7581708 CPUtime=0 cores=5,7
/proc/9807/task/9838/stat : 9838 (java) S 9805 9807 9257 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 458558771 7763668992 27909 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9846] ppid=9805 vsize=7581708 CPUtime=0 cores=5,7
/proc/9807/task/9846/stat : 9846 (java) S 9805 9807 9257 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 458558774 7763668992 27909 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982373809 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9848] ppid=9805 vsize=7581708 CPUtime=0.41 cores=5,7
/proc/9807/task/9848/stat : 9848 (java) S 9805 9807 9257 0 -1 4202560 1418 0 1 0 41 0 0 0 15 0 19 0 458558774 7763668992 27909 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9852] ppid=9805 vsize=7581708 CPUtime=0.25 cores=5,7
/proc/9807/task/9852/stat : 9852 (java) S 9805 9807 9257 0 -1 4202560 2599 0 0 0 25 0 0 0 15 0 19 0 458558774 7763668992 27909 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9854] ppid=9805 vsize=7581708 CPUtime=0 cores=5,7
/proc/9807/task/9854/stat : 9854 (java) S 9805 9807 9257 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 458558774 7763668992 27909 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9857] ppid=9805 vsize=7581708 CPUtime=0 cores=5,7
/proc/9807/task/9857/stat : 9857 (java) S 9805 9807 9257 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 458558774 7763668992 27909 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366720 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9888] ppid=9805 vsize=7581708 CPUtime=0 cores=5,7
/proc/9807/task/9888/stat : 9888 (java) S 9805 9807 9257 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 458558830 7763668992 27909 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366720 0 4 0 16800975 18446604470995026176 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 7581708

[startup+6.30134 s]
/proc/loadavg: 1.36 2.15 3.33 7/260 9889
/proc/meminfo: memFree=21606092/32951132 swapFree=67111524/67111528
[pid=9807] ppid=9805 vsize=7580436 CPUtime=6.71 cores=5,7
/proc/9807/stat : 9807 (java) S 9805 9807 9257 0 -1 4202496 30300 0 5 0 667 4 0 0 20 0 19 0 458558766 7762366464 28951 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9807/statm: 1895109 28951 2253 9 0 1885847 0
[pid=9807/tid=9808] ppid=9805 vsize=7580436 CPUtime=5.77 cores=5,7
/proc/9807/task/9808/stat : 9808 (java) R 9805 9807 9257 0 -1 4202560 14823 0 4 0 575 2 0 0 22 0 19 0 458558766 7762366464 28951 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 46912505652993 0 4 0 16800975 0 0 0 -1 5 0 0 22
[pid=9807/tid=9810] ppid=9805 vsize=7580436 CPUtime=0.01 cores=5,7
/proc/9807/task/9810/stat : 9810 (java) S 9805 9807 9257 0 -1 4202560 2002 0 0 0 1 0 0 0 18 0 19 0 458558770 7762366464 28951 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9811] ppid=9805 vsize=7580436 CPUtime=0 cores=5,7
/proc/9807/task/9811/stat : 9811 (java) S 9805 9807 9257 0 -1 4202560 699 0 0 0 0 0 0 0 18 0 19 0 458558770 7762366464 28951 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9812] ppid=9805 vsize=7580436 CPUtime=0 cores=5,7
/proc/9807/task/9812/stat : 9812 (java) S 9805 9807 9257 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 458558770 7762366464 28951 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9813] ppid=9805 vsize=7580436 CPUtime=0 cores=5,7
/proc/9807/task/9813/stat : 9813 (java) S 9805 9807 9257 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 458558770 7762366464 28951 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9814] ppid=9805 vsize=7580436 CPUtime=0 cores=5,7
/proc/9807/task/9814/stat : 9814 (java) S 9805 9807 9257 0 -1 4202560 606 0 0 0 0 0 0 0 16 0 19 0 458558770 7762366464 28951 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9815] ppid=9805 vsize=7580436 CPUtime=0 cores=5,7
/proc/9807/task/9815/stat : 9815 (java) S 9805 9807 9257 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 458558770 7762366464 28951 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9816] ppid=9805 vsize=7580436 CPUtime=0 cores=5,7
/proc/9807/task/9816/stat : 9816 (java) S 9805 9807 9257 0 -1 4202560 392 0 0 0 0 0 0 0 16 0 19 0 458558770 7762366464 28951 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9817] ppid=9805 vsize=7580436 CPUtime=0.01 cores=5,7
/proc/9807/task/9817/stat : 9817 (java) S 9805 9807 9257 0 -1 4202560 1785 0 0 0 1 0 0 0 18 0 19 0 458558770 7762366464 28951 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9834] ppid=9805 vsize=7580436 CPUtime=0.12 cores=5,7
/proc/9807/task/9834/stat : 9834 (java) S 9805 9807 9257 0 -1 4202560 4808 0 0 0 12 0 0 0 15 0 19 0 458558771 7762366464 28951 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366720 0 0 0 16800975 18446604470995026176 0 0 -1 7 0 0 0
[pid=9807/tid=9837] ppid=9805 vsize=7580436 CPUtime=0 cores=5,7
/proc/9807/task/9837/stat : 9837 (java) S 9805 9807 9257 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 458558771 7762366464 28951 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9838] ppid=9805 vsize=7580436 CPUtime=0 cores=5,7
/proc/9807/task/9838/stat : 9838 (java) S 9805 9807 9257 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 458558771 7762366464 28951 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9846] ppid=9805 vsize=7580436 CPUtime=0 cores=5,7
/proc/9807/task/9846/stat : 9846 (java) S 9805 9807 9257 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 458558774 7762366464 28951 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982373809 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9848] ppid=9805 vsize=7580436 CPUtime=0.45 cores=5,7
/proc/9807/task/9848/stat : 9848 (java) S 9805 9807 9257 0 -1 4202560 1424 0 1 0 45 0 0 0 15 0 19 0 458558774 7762366464 28951 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9852] ppid=9805 vsize=7580436 CPUtime=0.28 cores=5,7
/proc/9807/task/9852/stat : 9852 (java) S 9805 9807 9257 0 -1 4202560 2607 0 0 0 28 0 0 0 16 0 19 0 458558774 7762366464 28951 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0

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

[pid=9807/tid=9815] ppid=9805 vsize=7580436 CPUtime=0.07 cores=5,7
/proc/9807/task/9815/stat : 9815 (java) S 9805 9807 9257 0 -1 4202560 562 0 0 0 7 0 0 0 16 0 19 0 458558770 7762366464 37114 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 7 0 0 0
[pid=9807/tid=9816] ppid=9805 vsize=7580436 CPUtime=0.08 cores=5,7
/proc/9807/task/9816/stat : 9816 (java) S 9805 9807 9257 0 -1 4202560 1223 0 0 0 8 0 0 0 15 0 19 0 458558770 7762366464 37114 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 7 0 0 0
[pid=9807/tid=9817] ppid=9805 vsize=7580436 CPUtime=0.11 cores=5,7
/proc/9807/task/9817/stat : 9817 (java) S 9805 9807 9257 0 -1 4202560 3233 0 0 0 11 0 0 0 16 0 19 0 458558770 7762366464 37114 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 7 0 0 0
[pid=9807/tid=9834] ppid=9805 vsize=7580436 CPUtime=3.51 cores=5,7
/proc/9807/task/9834/stat : 9834 (java) S 9805 9807 9257 0 -1 4202560 8522 0 0 0 350 1 0 0 15 0 19 0 458558771 7762366464 37114 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366720 0 0 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9837] ppid=9805 vsize=7580436 CPUtime=0 cores=5,7
/proc/9807/task/9837/stat : 9837 (java) S 9805 9807 9257 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 458558771 7762366464 37114 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9838] ppid=9805 vsize=7580436 CPUtime=0 cores=5,7
/proc/9807/task/9838/stat : 9838 (java) S 9805 9807 9257 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 458558771 7762366464 37114 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9846] ppid=9805 vsize=7580436 CPUtime=0 cores=5,7
/proc/9807/task/9846/stat : 9846 (java) S 9805 9807 9257 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 458558774 7762366464 37114 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982373809 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9848] ppid=9805 vsize=7580436 CPUtime=0.48 cores=5,7
/proc/9807/task/9848/stat : 9848 (java) S 9805 9807 9257 0 -1 4202560 1431 0 1 0 48 0 0 0 15 0 19 0 458558774 7762366464 37114 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9852] ppid=9805 vsize=7580436 CPUtime=0.28 cores=5,7
/proc/9807/task/9852/stat : 9852 (java) S 9805 9807 9257 0 -1 4202560 2607 0 0 0 28 0 0 0 16 0 19 0 458558774 7762366464 37114 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9854] ppid=9805 vsize=7580436 CPUtime=0 cores=5,7
/proc/9807/task/9854/stat : 9854 (java) S 9805 9807 9257 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 458558774 7762366464 37114 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9857] ppid=9805 vsize=7580436 CPUtime=0 cores=5,7
/proc/9807/task/9857/stat : 9857 (java) S 9805 9807 9257 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 458558774 7762366464 37114 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366720 0 4 0 16800975 18446604470995026176 0 0 -1 7 0 0 0
[pid=9807/tid=9888] ppid=9805 vsize=7580436 CPUtime=0 cores=5,7
/proc/9807/task/9888/stat : 9888 (java) S 9805 9807 9257 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 458558830 7762366464 37114 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366720 0 4 0 16800975 18446604470995026176 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1183.05
Current children cumulated vsize (KiB) 7580436

[startup+1242.3 s]
/proc/loadavg: 4.15 4.03 3.83 5/260 9934
/proc/meminfo: memFree=21499836/32951132 swapFree=67111524/67111528
[pid=9807] ppid=9805 vsize=7580436 CPUtime=1243.08 cores=5,7
/proc/9807/stat : 9807 (java) S 9805 9807 9257 0 -1 4202496 38649 0 5 0 124301 7 0 0 20 0 19 0 458558766 7762366464 37114 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9807/statm: 1895109 37114 2253 9 0 1885847 0
[pid=9807/tid=9808] ppid=9805 vsize=7580436 CPUtime=1237.78 cores=5,7
/proc/9807/task/9808/stat : 9808 (java) R 9805 9807 9257 0 -1 4202560 14872 0 4 0 123776 2 0 0 25 0 19 0 458558766 7762366464 37114 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 46912505696768 0 4 0 16800975 0 0 0 -1 5 0 0 22
[pid=9807/tid=9810] ppid=9805 vsize=7580436 CPUtime=0.11 cores=5,7
/proc/9807/task/9810/stat : 9810 (java) S 9805 9807 9257 0 -1 4202560 2643 0 0 0 11 0 0 0 15 0 19 0 458558770 7762366464 37114 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 7 0 0 0
[pid=9807/tid=9811] ppid=9805 vsize=7580436 CPUtime=0.1 cores=5,7
/proc/9807/task/9811/stat : 9811 (java) S 9805 9807 9257 0 -1 4202560 713 0 0 0 10 0 0 0 15 0 19 0 458558770 7762366464 37114 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 7 0 0 0
[pid=9807/tid=9812] ppid=9805 vsize=7580436 CPUtime=0.09 cores=5,7
/proc/9807/task/9812/stat : 9812 (java) S 9805 9807 9257 0 -1 4202560 174 0 0 0 9 0 0 0 15 0 19 0 458558770 7762366464 37114 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 7 0 0 0
[pid=9807/tid=9813] ppid=9805 vsize=7580436 CPUtime=0.07 cores=5,7
/proc/9807/task/9813/stat : 9813 (java) S 9805 9807 9257 0 -1 4202560 836 0 0 0 7 0 0 0 15 0 19 0 458558770 7762366464 37114 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 7 0 0 0
[pid=9807/tid=9814] ppid=9805 vsize=7580436 CPUtime=0.1 cores=5,7
/proc/9807/task/9814/stat : 9814 (java) S 9805 9807 9257 0 -1 4202560 606 0 0 0 10 0 0 0 15 0 19 0 458558770 7762366464 37114 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 7 0 0 0
[pid=9807/tid=9815] ppid=9805 vsize=7580436 CPUtime=0.07 cores=5,7
/proc/9807/task/9815/stat : 9815 (java) S 9805 9807 9257 0 -1 4202560 562 0 0 0 7 0 0 0 15 0 19 0 458558770 7762366464 37114 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 7 0 0 0
[pid=9807/tid=9816] ppid=9805 vsize=7580436 CPUtime=0.09 cores=5,7
/proc/9807/task/9816/stat : 9816 (java) S 9805 9807 9257 0 -1 4202560 1223 0 0 0 9 0 0 0 15 0 19 0 458558770 7762366464 37114 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 7 0 0 0
[pid=9807/tid=9817] ppid=9805 vsize=7580436 CPUtime=0.11 cores=5,7
/proc/9807/task/9817/stat : 9817 (java) S 9805 9807 9257 0 -1 4202560 3233 0 0 0 11 0 0 0 15 0 19 0 458558770 7762366464 37114 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 7 0 0 0
[pid=9807/tid=9834] ppid=9805 vsize=7580436 CPUtime=3.7 cores=5,7
/proc/9807/task/9834/stat : 9834 (java) S 9805 9807 9257 0 -1 4202560 8526 0 0 0 369 1 0 0 15 0 19 0 458558771 7762366464 37114 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366720 0 0 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9837] ppid=9805 vsize=7580436 CPUtime=0 cores=5,7
/proc/9807/task/9837/stat : 9837 (java) S 9805 9807 9257 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 458558771 7762366464 37114 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9838] ppid=9805 vsize=7580436 CPUtime=0 cores=5,7
/proc/9807/task/9838/stat : 9838 (java) S 9805 9807 9257 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 458558771 7762366464 37114 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9846] ppid=9805 vsize=7580436 CPUtime=0 cores=5,7
/proc/9807/task/9846/stat : 9846 (java) S 9805 9807 9257 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 458558774 7762366464 37114 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982373809 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9848] ppid=9805 vsize=7580436 CPUtime=0.48 cores=5,7
/proc/9807/task/9848/stat : 9848 (java) S 9805 9807 9257 0 -1 4202560 1431 0 1 0 48 0 0 0 15 0 19 0 458558774 7762366464 37114 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9852] ppid=9805 vsize=7580436 CPUtime=0.28 cores=5,7
/proc/9807/task/9852/stat : 9852 (java) S 9805 9807 9257 0 -1 4202560 2607 0 0 0 28 0 0 0 16 0 19 0 458558774 7762366464 37114 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9854] ppid=9805 vsize=7580436 CPUtime=0 cores=5,7
/proc/9807/task/9854/stat : 9854 (java) S 9805 9807 9257 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 458558774 7762366464 37114 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9857] ppid=9805 vsize=7580436 CPUtime=0 cores=5,7
/proc/9807/task/9857/stat : 9857 (java) S 9805 9807 9257 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 458558774 7762366464 37114 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366720 0 4 0 16800975 18446604470995026176 0 0 -1 7 0 0 0
[pid=9807/tid=9888] ppid=9805 vsize=7580436 CPUtime=0 cores=5,7
/proc/9807/task/9888/stat : 9888 (java) S 9805 9807 9257 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 458558830 7762366464 37114 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366720 0 4 0 16800975 18446604470995026176 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1243.08
Current children cumulated vsize (KiB) 7580436



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.16 4.06 3.85 3/222 9941
/proc/meminfo: memFree=21622240/32951132 swapFree=67111524/67111528
[pid=9807] ppid=9805 vsize=7580436 CPUtime=1300.8 cores=5,7
/proc/9807/stat : 9807 (java) S 9805 9807 9257 0 -1 4202496 38725 0 5 0 130073 7 0 0 20 0 19 0 458558766 7762366464 37183 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9807/statm: 1895109 37183 2253 9 0 1885847 0
[pid=9807/tid=9808] ppid=9805 vsize=7580436 CPUtime=1295.4 cores=5,7
/proc/9807/task/9808/stat : 9808 (java) R 9805 9807 9257 0 -1 4202560 14873 0 4 0 129538 2 0 0 25 0 19 0 458558766 7762366464 37183 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 46912505630967 0 4 0 16800975 0 0 0 -1 5 0 0 22
[pid=9807/tid=9810] ppid=9805 vsize=7580436 CPUtime=0.11 cores=5,7
/proc/9807/task/9810/stat : 9810 (java) S 9805 9807 9257 0 -1 4202560 2643 0 0 0 11 0 0 0 16 0 19 0 458558770 7762366464 37183 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 7 0 0 0
[pid=9807/tid=9811] ppid=9805 vsize=7580436 CPUtime=0.1 cores=5,7
/proc/9807/task/9811/stat : 9811 (java) S 9805 9807 9257 0 -1 4202560 713 0 0 0 10 0 0 0 15 0 19 0 458558770 7762366464 37183 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 7 0 0 0
[pid=9807/tid=9812] ppid=9805 vsize=7580436 CPUtime=0.09 cores=5,7
/proc/9807/task/9812/stat : 9812 (java) S 9805 9807 9257 0 -1 4202560 174 0 0 0 9 0 0 0 15 0 19 0 458558770 7762366464 37183 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 7 0 0 0
[pid=9807/tid=9813] ppid=9805 vsize=7580436 CPUtime=0.07 cores=5,7
/proc/9807/task/9813/stat : 9813 (java) S 9805 9807 9257 0 -1 4202560 836 0 0 0 7 0 0 0 15 0 19 0 458558770 7762366464 37183 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 7 0 0 0
[pid=9807/tid=9814] ppid=9805 vsize=7580436 CPUtime=0.1 cores=5,7
/proc/9807/task/9814/stat : 9814 (java) S 9805 9807 9257 0 -1 4202560 606 0 0 0 10 0 0 0 15 0 19 0 458558770 7762366464 37183 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 7 0 0 0
[pid=9807/tid=9815] ppid=9805 vsize=7580436 CPUtime=0.08 cores=5,7
/proc/9807/task/9815/stat : 9815 (java) S 9805 9807 9257 0 -1 4202560 562 0 0 0 8 0 0 0 15 0 19 0 458558770 7762366464 37183 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 7 0 0 0
[pid=9807/tid=9816] ppid=9805 vsize=7580436 CPUtime=0.09 cores=5,7
/proc/9807/task/9816/stat : 9816 (java) S 9805 9807 9257 0 -1 4202560 1223 0 0 0 9 0 0 0 15 0 19 0 458558770 7762366464 37183 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 7 0 0 0
[pid=9807/tid=9817] ppid=9805 vsize=7580436 CPUtime=0.12 cores=5,7
/proc/9807/task/9817/stat : 9817 (java) S 9805 9807 9257 0 -1 4202560 3233 0 0 0 12 0 0 0 15 0 19 0 458558770 7762366464 37183 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 7 0 0 0
[pid=9807/tid=9834] ppid=9805 vsize=7580436 CPUtime=3.78 cores=5,7
/proc/9807/task/9834/stat : 9834 (java) S 9805 9807 9257 0 -1 4202560 8597 0 0 0 377 1 0 0 15 0 19 0 458558771 7762366464 37183 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366720 0 0 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9837] ppid=9805 vsize=7580436 CPUtime=0 cores=5,7
/proc/9807/task/9837/stat : 9837 (java) S 9805 9807 9257 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 458558771 7762366464 37183 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9838] ppid=9805 vsize=7580436 CPUtime=0 cores=5,7
/proc/9807/task/9838/stat : 9838 (java) S 9805 9807 9257 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 458558771 7762366464 37183 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9846] ppid=9805 vsize=7580436 CPUtime=0 cores=5,7
/proc/9807/task/9846/stat : 9846 (java) S 9805 9807 9257 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 458558774 7762366464 37183 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982373809 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9848] ppid=9805 vsize=7580436 CPUtime=0.48 cores=5,7
/proc/9807/task/9848/stat : 9848 (java) S 9805 9807 9257 0 -1 4202560 1431 0 1 0 48 0 0 0 15 0 19 0 458558774 7762366464 37183 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9852] ppid=9805 vsize=7580436 CPUtime=0.28 cores=5,7
/proc/9807/task/9852/stat : 9852 (java) S 9805 9807 9257 0 -1 4202560 2607 0 0 0 28 0 0 0 16 0 19 0 458558774 7762366464 37183 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9854] ppid=9805 vsize=7580436 CPUtime=0 cores=5,7
/proc/9807/task/9854/stat : 9854 (java) S 9805 9807 9257 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 458558774 7762366464 37183 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9857] ppid=9805 vsize=7580436 CPUtime=0 cores=5,7
/proc/9807/task/9857/stat : 9857 (java) S 9805 9807 9257 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 458558774 7762366464 37183 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366720 0 4 0 16800975 18446604470995026176 0 0 -1 7 0 0 0
[pid=9807/tid=9888] ppid=9805 vsize=7580436 CPUtime=0 cores=5,7
/proc/9807/task/9888/stat : 9888 (java) S 9805 9807 9257 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 458558830 7762366464 37183 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366720 0 4 0 16800975 18446604470995026176 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1300.8
Current children cumulated vsize (KiB) 7580436

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.16 4.06 3.85 3/222 9941
/proc/meminfo: memFree=21622240/32951132 swapFree=67111524/67111528
[pid=9807] ppid=9805 vsize=7580436 CPUtime=1300.8 cores=5,7
/proc/9807/stat : 9807 (java) S 9805 9807 9257 0 -1 4202496 38725 0 5 0 130073 7 0 0 20 0 19 0 458558766 7762366464 37183 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9807/statm: 1895109 37183 2253 9 0 1885847 0
[pid=9807/tid=9808] ppid=9805 vsize=7580436 CPUtime=1295.4 cores=5,7
/proc/9807/task/9808/stat : 9808 (java) R 9805 9807 9257 0 -1 4202560 14873 0 4 0 129538 2 0 0 25 0 19 0 458558766 7762366464 37183 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 46912505630967 0 4 0 16800975 0 0 0 -1 5 0 0 22
[pid=9807/tid=9810] ppid=9805 vsize=7580436 CPUtime=0.11 cores=5,7
/proc/9807/task/9810/stat : 9810 (java) S 9805 9807 9257 0 -1 4202560 2643 0 0 0 11 0 0 0 16 0 19 0 458558770 7762366464 37183 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 7 0 0 0
[pid=9807/tid=9811] ppid=9805 vsize=7580436 CPUtime=0.1 cores=5,7
/proc/9807/task/9811/stat : 9811 (java) S 9805 9807 9257 0 -1 4202560 713 0 0 0 10 0 0 0 15 0 19 0 458558770 7762366464 37183 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 7 0 0 0
[pid=9807/tid=9812] ppid=9805 vsize=7580436 CPUtime=0.09 cores=5,7
/proc/9807/task/9812/stat : 9812 (java) S 9805 9807 9257 0 -1 4202560 174 0 0 0 9 0 0 0 15 0 19 0 458558770 7762366464 37183 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 7 0 0 0
[pid=9807/tid=9813] ppid=9805 vsize=7580436 CPUtime=0.07 cores=5,7
/proc/9807/task/9813/stat : 9813 (java) S 9805 9807 9257 0 -1 4202560 836 0 0 0 7 0 0 0 15 0 19 0 458558770 7762366464 37183 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 7 0 0 0
[pid=9807/tid=9814] ppid=9805 vsize=7580436 CPUtime=0.1 cores=5,7
/proc/9807/task/9814/stat : 9814 (java) S 9805 9807 9257 0 -1 4202560 606 0 0 0 10 0 0 0 15 0 19 0 458558770 7762366464 37183 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 7 0 0 0
[pid=9807/tid=9815] ppid=9805 vsize=7580436 CPUtime=0.08 cores=5,7
/proc/9807/task/9815/stat : 9815 (java) S 9805 9807 9257 0 -1 4202560 562 0 0 0 8 0 0 0 15 0 19 0 458558770 7762366464 37183 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 7 0 0 0
[pid=9807/tid=9816] ppid=9805 vsize=7580436 CPUtime=0.09 cores=5,7
/proc/9807/task/9816/stat : 9816 (java) S 9805 9807 9257 0 -1 4202560 1223 0 0 0 9 0 0 0 15 0 19 0 458558770 7762366464 37183 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 7 0 0 0
[pid=9807/tid=9817] ppid=9805 vsize=7580436 CPUtime=0.12 cores=5,7
/proc/9807/task/9817/stat : 9817 (java) S 9805 9807 9257 0 -1 4202560 3233 0 0 0 12 0 0 0 15 0 19 0 458558770 7762366464 37183 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 7 0 0 0
[pid=9807/tid=9834] ppid=9805 vsize=7580436 CPUtime=3.78 cores=5,7
/proc/9807/task/9834/stat : 9834 (java) S 9805 9807 9257 0 -1 4202560 8597 0 0 0 377 1 0 0 15 0 19 0 458558771 7762366464 37183 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366720 0 0 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9837] ppid=9805 vsize=7580436 CPUtime=0 cores=5,7
/proc/9807/task/9837/stat : 9837 (java) S 9805 9807 9257 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 458558771 7762366464 37183 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9838] ppid=9805 vsize=7580436 CPUtime=0 cores=5,7
/proc/9807/task/9838/stat : 9838 (java) S 9805 9807 9257 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 458558771 7762366464 37183 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9846] ppid=9805 vsize=7580436 CPUtime=0 cores=5,7
/proc/9807/task/9846/stat : 9846 (java) S 9805 9807 9257 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 458558774 7762366464 37183 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982373809 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9848] ppid=9805 vsize=7580436 CPUtime=0.48 cores=5,7
/proc/9807/task/9848/stat : 9848 (java) S 9805 9807 9257 0 -1 4202560 1431 0 1 0 48 0 0 0 15 0 19 0 458558774 7762366464 37183 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9852] ppid=9805 vsize=7580436 CPUtime=0.28 cores=5,7
/proc/9807/task/9852/stat : 9852 (java) S 9805 9807 9257 0 -1 4202560 2607 0 0 0 28 0 0 0 16 0 19 0 458558774 7762366464 37183 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9854] ppid=9805 vsize=7580436 CPUtime=0 cores=5,7
/proc/9807/task/9854/stat : 9854 (java) S 9805 9807 9257 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 458558774 7762366464 37183 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366105 0 4 0 16800975 18446604470995026176 0 0 -1 5 0 0 0
[pid=9807/tid=9857] ppid=9805 vsize=7580436 CPUtime=0 cores=5,7
/proc/9807/task/9857/stat : 9857 (java) S 9805 9807 9257 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 458558774 7762366464 37183 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366720 0 4 0 16800975 18446604470995026176 0 0 -1 7 0 0 0
[pid=9807/tid=9888] ppid=9805 vsize=7580436 CPUtime=0 cores=5,7
/proc/9807/task/9888/stat : 9888 (java) S 9805 9807 9257 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 458558830 7762366464 37183 33554432000 1073741824 1073778376 140733608396624 18446744073709551615 242982366720 0 4 0 16800975 18446604470995026176 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1300.8
Current children cumulated vsize (KiB) 7580436

Child status: 143
Real time (s): 1300.07
CPU time (s): 1300.89
CPU user time (s): 1300.8
CPU system time (s): 0.084987
CPU usage (%): 100.063
Max. virtual memory (cumulated for all children) (KiB): 7581708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300.8
system time used= 0.084987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38763
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28141
involuntary context switches= 4580

runsolver used 2.07868 second user time and 5.03523 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-22 12:53:21
IDJOB=3257332
IDBENCH=70908
IDSOLVER=1611
FILE ID=node128/3257332-1303469601
RUNJOBID= node128-1303469601-9776
PBS_JOBID= 13107180
Free space on /tmp= 66576 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT09/CRAFTED/edgematching/compact/em_12_2_4_cmp.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-3257332-1303469601/watcher-3257332-1303469601 -o /tmp/evaluation-result-3257332-1303469601/solver-3257332-1303469601 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3257332-1303469601.cnf

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

MD5SUM BENCH= 7ea97a36d5ab6c8a5aa99830d5253591
RANDOM SEED=1330582162

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      21928740 kB
Buffers:        811484 kB
Cached:        9579992 kB
SwapCached:          4 kB
Active:        1343772 kB
Inactive:      9115144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      21928740 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            4008 kB
Writeback:           8 kB
AnonPages:       66776 kB
Mapped:          17468 kB
Slab:           499996 kB
PageTables:       5132 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   239500 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66572 MiB
End job on node128 at 2011-04-22 13:15:03