Trace number 3258696

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.29 1300.06

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v1820c171155gyes3.cnf
MD5SUMcd19d9eb9be97e183fa1a1d47d679d01
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1820
Number of clauses171155
Sum of the clauses size344000
Maximum clause length28
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2171090
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 565

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c no version file found!!!
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		6997539544
0.00/0.08	c Max memory 		7034241024
0.00/0.08	c Total memory 		7034241024
0.00/0.08	c Number of processors 	8
0.00/0.10	c --- Begin Solver configuration ---
0.00/0.10	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.00/0.10	c Learn all clauses as in MiniSAT
0.00/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.00/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.00/0.10	c Expensive reason simplification
0.00/0.10	c Armin Biere (Picosat) restarts strategy
0.00/0.10	c Glucose learned constraints deletion strategy
0.00/0.10	c timeout=2147483647s
0.00/0.10	c DB Simplification allowed=true
0.00/0.10	c --- End Solver configuration ---
0.00/0.10	c solving HOME/instance-3258696-1303540989.cnf
0.00/0.10	c reading problem ... 
0.44/0.31	c ... done. Wall clock time 0.211s.
0.44/0.31	c #vars     1820
0.44/0.31	c #constraints  171155
0.44/0.31	c constraints type 
0.44/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 65
0.44/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 171090
2.17/1.73	c cleaning 2498 clauses out of 5003 with flag 5003/5003
3.94/3.25	c cleaning 4233 clauses out of 8503 with flag 11001/11001
5.74/5.03	c cleaning 5627 clauses out of 11269 with flag 18000/18000
8.05/7.31	c cleaning 6810 clauses out of 13643 with flag 26001/26001
10.78/10.01	c cleaning 7871 clauses out of 15832 with flag 35000/35000
13.88/13.18	c cleaning 8981 clauses out of 17961 with flag 45000/45000
17.48/16.76	c cleaning 9970 clauses out of 19981 with flag 56001/56001
21.58/20.84	c cleaning 10980 clauses out of 22011 with flag 68001/68001
26.20/25.48	c cleaning 12001 clauses out of 24033 with flag 81003/81003
31.20/30.49	c cleaning 12997 clauses out of 26031 with flag 95002/95002
36.90/36.17	c cleaning 13994 clauses out of 28033 with flag 110001/110001
43.31/42.57	c cleaning 14988 clauses out of 30038 with flag 126000/126000
50.32/49.51	c cleaning 16016 clauses out of 32052 with flag 143002/143002
57.92/57.11	c cleaning 16967 clauses out of 34034 with flag 161000/161000
66.52/65.77	c cleaning 17999 clauses out of 36067 with flag 180000/180000
75.93/75.17	c cleaning 19004 clauses out of 38068 with flag 200000/200000
85.93/85.12	c cleaning 19999 clauses out of 40064 with flag 221000/221000
96.94/96.18	c cleaning 21009 clauses out of 42066 with flag 243001/243001
109.04/108.25	c cleaning 22012 clauses out of 44056 with flag 266000/266000
122.05/121.23	c cleaning 22956 clauses out of 46044 with flag 290000/290000
135.76/134.95	c cleaning 24006 clauses out of 48090 with flag 315002/315002
150.86/150.01	c cleaning 25018 clauses out of 50082 with flag 341000/341000
167.17/166.32	c cleaning 26015 clauses out of 52065 with flag 368001/368001
184.78/183.91	c cleaning 26988 clauses out of 54050 with flag 396001/396001
203.59/202.79	c cleaning 27991 clauses out of 56061 with flag 425000/425000
223.70/222.80	c cleaning 29004 clauses out of 58070 with flag 455000/455000
244.20/243.35	c cleaning 29987 clauses out of 60068 with flag 486002/486002
267.01/266.14	c cleaning 30976 clauses out of 62079 with flag 518000/518000
290.62/289.70	c cleaning 32030 clauses out of 64107 with flag 551004/551004
316.13/315.22	c cleaning 32984 clauses out of 66073 with flag 585000/585000
343.33/342.47	c cleaning 34009 clauses out of 68090 with flag 620001/620001
371.64/370.74	c cleaning 34992 clauses out of 70080 with flag 656000/656000
401.95/401.06	c cleaning 35997 clauses out of 72088 with flag 693000/693000
433.37/432.47	c cleaning 36991 clauses out of 74091 with flag 731000/731000
467.27/466.32	c cleaning 37989 clauses out of 76100 with flag 770000/770000
501.88/500.90	c cleaning 39012 clauses out of 78111 with flag 810000/810000
538.89/537.99	c cleaning 40020 clauses out of 80099 with flag 851000/851000
577.70/576.74	c cleaning 41005 clauses out of 82079 with flag 893000/893000
620.80/619.88	c cleaning 42007 clauses out of 84074 with flag 936000/936000
664.12/663.12	c cleaning 42966 clauses out of 86068 with flag 980001/980001
706.93/705.95	c cleaning 44000 clauses out of 88101 with flag 1025000/1025000
753.55/752.58	c cleaning 44976 clauses out of 90101 with flag 1071000/1071000
803.56/802.55	c cleaning 46030 clauses out of 92128 with flag 1118003/1118003
855.47/854.46	c cleaning 47010 clauses out of 94096 with flag 1166001/1166001
906.18/905.17	c cleaning 48006 clauses out of 96087 with flag 1215002/1215002
962.60/961.59	c cleaning 49007 clauses out of 98079 with flag 1265000/1265000
1021.20/1020.17	c cleaning 49997 clauses out of 100075 with flag 1316003/1316003
1087.03/1085.91	c cleaning 51004 clauses out of 102075 with flag 1368000/1368000
1149.45/1148.37	c cleaning 51994 clauses out of 104072 with flag 1421001/1421001
1216.17/1215.01	c cleaning 52985 clauses out of 106077 with flag 1475000/1475000
1283.18/1282.05	c cleaning 53993 clauses out of 108092 with flag 1530000/1530000
1301.19/1300.01	c starts		: 1419
1301.19/1300.01	c conflicts		: 1547232
1301.19/1300.01	c decisions		: 3487351
1301.19/1300.01	c propagations		: 249350319
1301.19/1300.01	c inspects		: 11799909437
1301.19/1300.01	c shortcuts		: 0
1301.19/1300.01	c learnt literals	: 0
1301.19/1300.01	c learnt binary clauses	: 0
1301.19/1300.01	c learnt ternary clauses	: 0
1301.19/1300.01	c learnt constraints	: 1547232
1301.19/1300.01	c ignored constraints	: 0
1301.19/1300.01	c root simplifications	: 1419
1301.19/1300.01	c removed literals (reason simplification)	: 74737862
1301.19/1300.01	c reason swapping (by a shorter reason)	: 0
1301.19/1300.01	c Calls to reduceDB	: 51
1301.19/1300.01	c speed (assignments/second)	: 191851.49476227298
1301.19/1300.01	c non guided choices	214
1301.19/1300.04	c learnt constraints type 
1301.19/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 71358
1301.19/1300.04	c constraints type 
1301.19/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 65
1301.19/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 171090
1301.19/1300.04	s UNKNOWN
1301.19/1300.04	c Total wall clock time (in seconds) : 1299.916

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

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.00 3.97 3.01 4/243 1068
/proc/meminfo: memFree=19650684/32951124 swapFree=67110396/67111528
[pid=1068] ppid=1066 vsize=9020 CPUtime=0 cores=0,2
/proc/1068/stat : 1068 (java) R 1066 1068 709 0 -1 4194304 332 0 0 0 0 0 0 0 25 0 1 0 544329561 9236480 91 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224279963292 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1068/statm: 2242 83 62 9 0 34 0

[startup+0.10823 s]
/proc/loadavg: 4.00 3.97 3.01 4/243 1068
/proc/meminfo: memFree=19650684/32951124 swapFree=67110396/67111528
[pid=1068] ppid=1066 vsize=7636244 CPUtime=0.11 cores=0,2
/proc/1068/stat : 1068 (java) S 1066 1068 709 0 -1 4202496 10559 0 1 0 10 1 0 0 25 0 18 0 544329561 7819513856 10254 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1068/statm: 1909061 10254 2093 9 0 1899799 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 7636244

[startup+0.201164 s]
/proc/loadavg: 4.00 3.97 3.01 4/243 1068
/proc/meminfo: memFree=19650684/32951124 swapFree=67110396/67111528
[pid=1068] ppid=1066 vsize=7640512 CPUtime=0.28 cores=0,2
/proc/1068/stat : 1068 (java) S 1066 1068 709 0 -1 4202496 12166 0 1 0 26 2 0 0 25 0 18 0 544329561 7823884288 11582 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1068/statm: 1910128 11582 2194 9 0 1900866 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 7640512

[startup+0.301199 s]
/proc/loadavg: 4.00 3.97 3.01 4/243 1068
/proc/meminfo: memFree=19650684/32951124 swapFree=67110396/67111528
[pid=1068] ppid=1066 vsize=7639948 CPUtime=0.44 cores=0,2
/proc/1068/stat : 1068 (java) S 1066 1068 709 0 -1 4202496 14146 0 1 0 41 3 0 0 25 0 18 0 544329561 7823306752 13517 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1068/statm: 1909987 13519 2197 9 0 1900725 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 7639948

[startup+0.70108 s]
/proc/loadavg: 4.00 3.97 3.01 4/243 1068
/proc/meminfo: memFree=19650684/32951124 swapFree=67110396/67111528
[pid=1068] ppid=1066 vsize=7641380 CPUtime=1.12 cores=0,2
/proc/1068/stat : 1068 (java) S 1066 1068 709 0 -1 4202496 15353 0 1 0 109 3 0 0 25 0 19 0 544329561 7824773120 14468 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1068/statm: 1910345 14468 2219 9 0 1901083 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 7641380

[startup+1.50101 s]
/proc/loadavg: 4.00 3.97 3.01 5/242 1090
/proc/meminfo: memFree=19741772/32951124 swapFree=67110396/67111528
[pid=1068] ppid=1066 vsize=7641380 CPUtime=1.96 cores=0,2
/proc/1068/stat : 1068 (java) S 1066 1068 709 0 -1 4202496 16178 0 1 0 193 3 0 0 25 0 19 0 544329561 7824773120 15292 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1068/statm: 1910345 15292 2224 9 0 1901083 0
[pid=1068/tid=1070] ppid=1066 vsize=7641380 CPUtime=1.48 cores=0,2
/proc/1068/task/1070/stat : 1070 (java) R 1066 1068 709 0 -1 4202560 12614 0 1 0 146 2 0 0 18 0 19 0 544329561 7824773120 15292 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 46912505657130 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1068/tid=1071] ppid=1066 vsize=7641380 CPUtime=0 cores=0,2
/proc/1068/task/1071/stat : 1071 (java) S 1066 1068 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544329563 7824773120 15292 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 0 0 0 0
[pid=1068/tid=1072] ppid=1066 vsize=7641380 CPUtime=0 cores=0,2
/proc/1068/task/1072/stat : 1072 (java) S 1066 1068 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544329563 7824773120 15292 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 0 0 0 0
[pid=1068/tid=1073] ppid=1066 vsize=7641380 CPUtime=0 cores=0,2
/proc/1068/task/1073/stat : 1073 (java) S 1066 1068 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544329563 7824773120 15292 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 0 0 0 0
[pid=1068/tid=1074] ppid=1066 vsize=7641380 CPUtime=0 cores=0,2
/proc/1068/task/1074/stat : 1074 (java) S 1066 1068 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544329563 7824773120 15292 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 0 0 0 0
[pid=1068/tid=1075] ppid=1066 vsize=7641380 CPUtime=0 cores=0,2
/proc/1068/task/1075/stat : 1075 (java) S 1066 1068 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544329563 7824773120 15292 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 0 0 0 0
[pid=1068/tid=1076] ppid=1066 vsize=7641380 CPUtime=0 cores=0,2
/proc/1068/task/1076/stat : 1076 (java) S 1066 1068 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544329563 7824773120 15292 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 0 0 0 0
[pid=1068/tid=1077] ppid=1066 vsize=7641380 CPUtime=0 cores=0,2
/proc/1068/task/1077/stat : 1077 (java) S 1066 1068 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544329563 7824773120 15292 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 0 0 0 0
[pid=1068/tid=1078] ppid=1066 vsize=7641380 CPUtime=0 cores=0,2
/proc/1068/task/1078/stat : 1078 (java) S 1066 1068 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544329563 7824773120 15293 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 0 0 0 0
[pid=1068/tid=1079] ppid=1066 vsize=7641380 CPUtime=0 cores=0,2
/proc/1068/task/1079/stat : 1079 (java) S 1066 1068 709 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 544329564 7824773120 15293 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296742400 0 0 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1080] ppid=1066 vsize=7641380 CPUtime=0 cores=0,2
/proc/1068/task/1080/stat : 1080 (java) S 1066 1068 709 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 544329564 7824773120 15293 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1081] ppid=1066 vsize=7641380 CPUtime=0 cores=0,2
/proc/1068/task/1081/stat : 1081 (java) S 1066 1068 709 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 544329564 7824773120 15293 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 0 0 0 0
[pid=1068/tid=1082] ppid=1066 vsize=7641380 CPUtime=0 cores=0,2
/proc/1068/task/1082/stat : 1082 (java) S 1066 1068 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544329567 7824773120 15293 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296749489 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1083] ppid=1066 vsize=7641380 CPUtime=0.25 cores=0,2
/proc/1068/task/1083/stat : 1083 (java) S 1066 1068 709 0 -1 4202560 642 0 0 0 25 0 0 0 24 0 19 0 544329567 7824773120 15293 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1084] ppid=1066 vsize=7641380 CPUtime=0.21 cores=0,2
/proc/1068/task/1084/stat : 1084 (java) S 1066 1068 709 0 -1 4202560 1758 0 0 0 21 0 0 0 24 0 19 0 544329567 7824773120 15293 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1085] ppid=1066 vsize=7641380 CPUtime=0 cores=0,2
/proc/1068/task/1085/stat : 1085 (java) S 1066 1068 709 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 544329567 7824773120 15293 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 0 0 0 0
[pid=1068/tid=1086] ppid=1066 vsize=7641380 CPUtime=0 cores=0,2
/proc/1068/task/1086/stat : 1086 (java) S 1066 1068 709 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 544329567 7824773120 15293 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296742400 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1087] ppid=1066 vsize=7641380 CPUtime=0 cores=0,2
/proc/1068/task/1087/stat : 1087 (java) S 1066 1068 709 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 544329592 7824773120 15293 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296742400 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 7641380

[startup+3.10076 s]
/proc/loadavg: 4.00 3.97 3.01 4/242 1090
/proc/meminfo: memFree=19696388/32951124 swapFree=67110396/67111528
[pid=1068] ppid=1066 vsize=7663372 CPUtime=3.84 cores=0,2
/proc/1068/stat : 1068 (java) S 1066 1068 709 0 -1 4202496 29022 0 1 0 379 5 0 0 25 0 19 0 544329561 7847292928 26194 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1068/statm: 1915843 26194 2253 9 0 1906581 0
[pid=1068/tid=1070] ppid=1066 vsize=7663372 CPUtime=3.01 cores=0,2
/proc/1068/task/1070/stat : 1070 (java) R 1066 1068 709 0 -1 4202560 12793 0 1 0 299 2 0 0 20 0 19 0 544329561 7847292928 26194 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 46912505597325 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1068/tid=1071] ppid=1066 vsize=7663372 CPUtime=0 cores=0,2
/proc/1068/task/1071/stat : 1071 (java) S 1066 1068 709 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 544329563 7847292928 26194 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 0 0 0 0
[pid=1068/tid=1072] ppid=1066 vsize=7663372 CPUtime=0 cores=0,2
/proc/1068/task/1072/stat : 1072 (java) S 1066 1068 709 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 544329563 7847292928 26194 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 0 0 0 0
[pid=1068/tid=1073] ppid=1066 vsize=7663372 CPUtime=0 cores=0,2
/proc/1068/task/1073/stat : 1073 (java) S 1066 1068 709 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 544329563 7847292928 26194 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 0 0 0 0
[pid=1068/tid=1074] ppid=1066 vsize=7663372 CPUtime=0 cores=0,2
/proc/1068/task/1074/stat : 1074 (java) S 1066 1068 709 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 544329563 7847292928 26194 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 0 0 0 0
[pid=1068/tid=1075] ppid=1066 vsize=7663372 CPUtime=0 cores=0,2
/proc/1068/task/1075/stat : 1075 (java) S 1066 1068 709 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 544329563 7847292928 26194 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 0 0 0 0
[pid=1068/tid=1076] ppid=1066 vsize=7663372 CPUtime=0 cores=0,2
/proc/1068/task/1076/stat : 1076 (java) S 1066 1068 709 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 544329563 7847292928 26194 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 0 0 0 0
[pid=1068/tid=1077] ppid=1066 vsize=7663372 CPUtime=0.01 cores=0,2
/proc/1068/task/1077/stat : 1077 (java) S 1066 1068 709 0 -1 4202560 1089 0 0 0 1 0 0 0 18 0 19 0 544329563 7847292928 26194 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 0 0 0 0
[pid=1068/tid=1078] ppid=1066 vsize=7663372 CPUtime=0.01 cores=0,2
/proc/1068/task/1078/stat : 1078 (java) S 1066 1068 709 0 -1 4202560 1603 0 0 0 1 0 0 0 18 0 19 0 544329563 7847292928 26194 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 0 0 0 0
[pid=1068/tid=1079] ppid=1066 vsize=7663372 CPUtime=0.04 cores=0,2
/proc/1068/task/1079/stat : 1079 (java) S 1066 1068 709 0 -1 4202560 2689 0 0 0 4 0 0 0 15 0 19 0 544329564 7847292928 26194 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296742400 0 0 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1080] ppid=1066 vsize=7663372 CPUtime=0 cores=0,2
/proc/1068/task/1080/stat : 1080 (java) S 1066 1068 709 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 544329564 7847292928 26194 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1081] ppid=1066 vsize=7663372 CPUtime=0 cores=0,2
/proc/1068/task/1081/stat : 1081 (java) S 1066 1068 709 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 544329564 7847292928 26194 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1082] ppid=1066 vsize=7663372 CPUtime=0 cores=0,2
/proc/1068/task/1082/stat : 1082 (java) S 1066 1068 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544329567 7847292928 26194 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296749489 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1083] ppid=1066 vsize=7663372 CPUtime=0.26 cores=0,2
/proc/1068/task/1083/stat : 1083 (java) S 1066 1068 709 0 -1 4202560 838 0 0 0 26 0 0 0 15 0 19 0 544329567 7847292928 26194 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1084] ppid=1066 vsize=7663372 CPUtime=0.47 cores=0,2
/proc/1068/task/1084/stat : 1084 (java) S 1066 1068 709 0 -1 4202560 8849 0 0 0 46 1 0 0 15 0 19 0 544329567 7847292928 26194 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1085] ppid=1066 vsize=7663372 CPUtime=0 cores=0,2
/proc/1068/task/1085/stat : 1085 (java) S 1066 1068 709 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 544329567 7847292928 26194 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 0 0 0 0
[pid=1068/tid=1086] ppid=1066 vsize=7663372 CPUtime=0 cores=0,2
/proc/1068/task/1086/stat : 1086 (java) S 1066 1068 709 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 544329567 7847292928 26194 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296742400 0 4 0 16800975 18446604453876434176 0 0 -1 0 0 0 0
[pid=1068/tid=1087] ppid=1066 vsize=7663372 CPUtime=0 cores=0,2
/proc/1068/task/1087/stat : 1087 (java) S 1066 1068 709 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 544329592 7847292928 26194 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296742400 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 7663372

[startup+6.30119 s]
/proc/loadavg: 3.91 3.95 3.01 5/241 1159
/proc/meminfo: memFree=20244364/32951124 swapFree=67110396/67111528
[pid=1068] ppid=1066 vsize=7656836 CPUtime=7.05 cores=0,2
/proc/1068/stat : 1068 (java) S 1066 1068 709 0 -1 4202496 30681 0 1 0 700 5 0 0 25 0 19 0 544329561 7840600064 26352 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1068/statm: 1914209 26352 2253 9 0 1904947 0
[pid=1068/tid=1070] ppid=1066 vsize=7656836 CPUtime=6.13 cores=0,2
/proc/1068/task/1070/stat : 1070 (java) R 1066 1068 709 0 -1 4202560 12796 0 1 0 611 2 0 0 25 0 19 0 544329561 7840600064 26352 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 46912505651168 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1068/tid=1071] ppid=1066 vsize=7656836 CPUtime=0 cores=0,2
/proc/1068/task/1071/stat : 1071 (java) S 1066 1068 709 0 -1 4202560 859 0 0 0 0 0 0 0 16 0 19 0 544329563 7840600064 26352 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 0 0 0 0
[pid=1068/tid=1072] ppid=1066 vsize=7656836 CPUtime=0 cores=0,2
/proc/1068/task/1072/stat : 1072 (java) S 1066 1068 709 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 544329563 7840600064 26352 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 0 0 0 0
[pid=1068/tid=1073] ppid=1066 vsize=7656836 CPUtime=0 cores=0,2
/proc/1068/task/1073/stat : 1073 (java) S 1066 1068 709 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 544329563 7840600064 26352 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 0 0 0 0
[pid=1068/tid=1074] ppid=1066 vsize=7656836 CPUtime=0 cores=0,2
/proc/1068/task/1074/stat : 1074 (java) S 1066 1068 709 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 544329563 7840600064 26352 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 0 0 0 0
[pid=1068/tid=1075] ppid=1066 vsize=7656836 CPUtime=0 cores=0,2
/proc/1068/task/1075/stat : 1075 (java) S 1066 1068 709 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 544329563 7840600064 26352 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 0 0 0 0
[pid=1068/tid=1076] ppid=1066 vsize=7656836 CPUtime=0 cores=0,2
/proc/1068/task/1076/stat : 1076 (java) S 1066 1068 709 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 544329563 7840600064 26352 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 0 0 0 0
[pid=1068/tid=1077] ppid=1066 vsize=7656836 CPUtime=0.01 cores=0,2
/proc/1068/task/1077/stat : 1077 (java) S 1066 1068 709 0 -1 4202560 1269 0 0 0 1 0 0 0 17 0 19 0 544329563 7840600064 26352 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 0 0 0 0
[pid=1068/tid=1078] ppid=1066 vsize=7656836 CPUtime=0.02 cores=0,2
/proc/1068/task/1078/stat : 1078 (java) S 1066 1068 709 0 -1 4202560 1608 0 0 0 2 0 0 0 15 0 19 0 544329563 7840600064 26352 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 0 0 0 0
[pid=1068/tid=1079] ppid=1066 vsize=7656836 CPUtime=0.11 cores=0,2
/proc/1068/task/1079/stat : 1079 (java) S 1066 1068 709 0 -1 4202560 3300 0 0 0 11 0 0 0 15 0 19 0 544329564 7840600064 26352 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296742400 0 0 0 16800975 18446604453876434176 0 0 -1 0 0 0 0
[pid=1068/tid=1080] ppid=1066 vsize=7656836 CPUtime=0 cores=0,2
/proc/1068/task/1080/stat : 1080 (java) S 1066 1068 709 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 544329564 7840600064 26352 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1081] ppid=1066 vsize=7656836 CPUtime=0 cores=0,2
/proc/1068/task/1081/stat : 1081 (java) S 1066 1068 709 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 544329564 7840600064 26352 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1082] ppid=1066 vsize=7656836 CPUtime=0 cores=0,2
/proc/1068/task/1082/stat : 1082 (java) S 1066 1068 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544329567 7840600064 26352 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296749489 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1083] ppid=1066 vsize=7656836 CPUtime=0.27 cores=0,2
/proc/1068/task/1083/stat : 1083 (java) S 1066 1068 709 0 -1 4202560 838 0 0 0 27 0 0 0 15 0 19 0 544329567 7840600064 26352 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1084] ppid=1066 vsize=7656836 CPUtime=0.47 cores=0,2
/proc/1068/task/1084/stat : 1084 (java) S 1066 1068 709 0 -1 4202560 8849 0 0 0 46 1 0 0 15 0 19 0 544329567 7840600064 26352 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1085] ppid=1066 vsize=7656836 CPUtime=0 cores=0,2
/proc/1068/task/1085/stat : 1085 (java) S 1066 1068 709 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 544329567 7840600064 26352 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 0 0 0 0
[pid=1068/tid=1086] ppid=1066 vsize=7656836 CPUtime=0 cores=0,2
/proc/1068/task/1086/stat : 1086 (java) S 1066 1068 709 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 544329567 7840600064 26352 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296742400 0 4 0 16800975 18446604453876434176 0 0 -1 0 0 0 0
[pid=1068/tid=1087] ppid=1066 vsize=7656836 CPUtime=0 cores=0,2
/proc/1068/task/1087/stat : 1087 (java) S 1066 1068 709 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 544329592 7840600064 26352 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296742400 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 7.05
Current children cumulated vsize (KiB) 7656836

[startup+12.7011 s]

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

[pid=1068/tid=1076] ppid=1066 vsize=7656836 CPUtime=0.1 cores=0,2
/proc/1068/task/1076/stat : 1076 (java) S 1066 1068 709 0 -1 4202560 1083 0 0 0 10 0 0 0 16 0 19 0 544329563 7840600064 55028 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1077] ppid=1066 vsize=7656836 CPUtime=0.12 cores=0,2
/proc/1068/task/1077/stat : 1077 (java) S 1066 1068 709 0 -1 4202560 1827 0 0 0 12 0 0 0 15 0 19 0 544329563 7840600064 55028 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1078] ppid=1066 vsize=7656836 CPUtime=0.15 cores=0,2
/proc/1068/task/1078/stat : 1078 (java) S 1066 1068 709 0 -1 4202560 4238 0 0 0 15 0 0 0 15 0 19 0 544329563 7840600064 55028 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1079] ppid=1066 vsize=7656836 CPUtime=2.91 cores=0,2
/proc/1068/task/1079/stat : 1079 (java) S 1066 1068 709 0 -1 4202560 8362 0 0 0 290 1 0 0 15 0 19 0 544329564 7840600064 55028 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296742400 0 0 0 16800975 18446604453876434176 0 0 -1 0 0 0 0
[pid=1068/tid=1080] ppid=1066 vsize=7656836 CPUtime=0 cores=0,2
/proc/1068/task/1080/stat : 1080 (java) S 1066 1068 709 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 544329564 7840600064 55028 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1081] ppid=1066 vsize=7656836 CPUtime=0 cores=0,2
/proc/1068/task/1081/stat : 1081 (java) S 1066 1068 709 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 544329564 7840600064 55028 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1082] ppid=1066 vsize=7656836 CPUtime=0 cores=0,2
/proc/1068/task/1082/stat : 1082 (java) S 1066 1068 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544329567 7840600064 55028 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296749489 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1083] ppid=1066 vsize=7656836 CPUtime=0.29 cores=0,2
/proc/1068/task/1083/stat : 1083 (java) S 1066 1068 709 0 -1 4202560 844 0 0 0 29 0 0 0 15 0 19 0 544329567 7840600064 55028 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1084] ppid=1066 vsize=7656836 CPUtime=0.47 cores=0,2
/proc/1068/task/1084/stat : 1084 (java) S 1066 1068 709 0 -1 4202560 8849 0 0 0 46 1 0 0 15 0 19 0 544329567 7840600064 55028 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1085] ppid=1066 vsize=7656836 CPUtime=0 cores=0,2
/proc/1068/task/1085/stat : 1085 (java) S 1066 1068 709 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 544329567 7840600064 55028 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 0 0 0 0
[pid=1068/tid=1086] ppid=1066 vsize=7656836 CPUtime=0 cores=0,2
/proc/1068/task/1086/stat : 1086 (java) S 1066 1068 709 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 19 0 544329567 7840600064 55028 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296742400 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1087] ppid=1066 vsize=7656836 CPUtime=0 cores=0,2
/proc/1068/task/1087/stat : 1087 (java) S 1066 1068 709 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 544329592 7840600064 55028 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296742400 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1183.47
Current children cumulated vsize (KiB) 7656836

[startup+1242.3 s]
/proc/loadavg: 4.00 4.01 3.73 5/262 1272
/proc/meminfo: memFree=19722308/32951124 swapFree=67110396/67111528
[pid=1068] ppid=1066 vsize=7656836 CPUtime=1243.48 cores=0,2
/proc/1068/stat : 1068 (java) S 1066 1068 709 0 -1 4202496 59829 0 1 0 124335 13 0 0 25 0 19 0 544329561 7840600064 55317 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1068/statm: 1914209 55317 2253 9 0 1904947 0
[pid=1068/tid=1070] ppid=1066 vsize=7656836 CPUtime=1238.83 cores=0,2
/proc/1068/task/1070/stat : 1070 (java) R 1066 1068 709 0 -1 4202560 20289 0 1 0 123876 7 0 0 25 0 19 0 544329561 7840600064 55317 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 46912505656702 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1068/tid=1071] ppid=1066 vsize=7656836 CPUtime=0.08 cores=0,2
/proc/1068/task/1071/stat : 1071 (java) S 1066 1068 709 0 -1 4202560 1988 0 0 0 8 0 0 0 15 0 19 0 544329563 7840600064 55317 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1072] ppid=1066 vsize=7656836 CPUtime=0.1 cores=0,2
/proc/1068/task/1072/stat : 1072 (java) S 1066 1068 709 0 -1 4202560 2665 0 0 0 10 0 0 0 16 0 19 0 544329563 7840600064 55317 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1073] ppid=1066 vsize=7656836 CPUtime=0.07 cores=0,2
/proc/1068/task/1073/stat : 1073 (java) S 1066 1068 709 0 -1 4202560 3486 0 0 0 7 0 0 0 16 0 19 0 544329563 7840600064 55317 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1074] ppid=1066 vsize=7656836 CPUtime=0.1 cores=0,2
/proc/1068/task/1074/stat : 1074 (java) S 1066 1068 709 0 -1 4202560 3319 0 0 0 10 0 0 0 15 0 19 0 544329563 7840600064 55317 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1075] ppid=1066 vsize=7656836 CPUtime=0.08 cores=0,2
/proc/1068/task/1075/stat : 1075 (java) S 1066 1068 709 0 -1 4202560 1362 0 0 0 8 0 0 0 15 0 19 0 544329563 7840600064 55317 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1076] ppid=1066 vsize=7656836 CPUtime=0.11 cores=0,2
/proc/1068/task/1076/stat : 1076 (java) S 1066 1068 709 0 -1 4202560 1087 0 0 0 11 0 0 0 15 0 19 0 544329563 7840600064 55317 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1077] ppid=1066 vsize=7656836 CPUtime=0.12 cores=0,2
/proc/1068/task/1077/stat : 1077 (java) S 1066 1068 709 0 -1 4202560 1827 0 0 0 12 0 0 0 15 0 19 0 544329563 7840600064 55317 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1078] ppid=1066 vsize=7656836 CPUtime=0.15 cores=0,2
/proc/1068/task/1078/stat : 1078 (java) S 1066 1068 709 0 -1 4202560 4238 0 0 0 15 0 0 0 15 0 19 0 544329563 7840600064 55317 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1079] ppid=1066 vsize=7656836 CPUtime=2.98 cores=0,2
/proc/1068/task/1079/stat : 1079 (java) S 1066 1068 709 0 -1 4202560 8648 0 0 0 297 1 0 0 15 0 19 0 544329564 7840600064 55317 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296742400 0 0 0 16800975 18446604453876434176 0 0 -1 0 0 0 0
[pid=1068/tid=1080] ppid=1066 vsize=7656836 CPUtime=0 cores=0,2
/proc/1068/task/1080/stat : 1080 (java) S 1066 1068 709 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 544329564 7840600064 55317 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1081] ppid=1066 vsize=7656836 CPUtime=0 cores=0,2
/proc/1068/task/1081/stat : 1081 (java) S 1066 1068 709 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 544329564 7840600064 55317 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1082] ppid=1066 vsize=7656836 CPUtime=0 cores=0,2
/proc/1068/task/1082/stat : 1082 (java) S 1066 1068 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544329567 7840600064 55317 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296749489 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1083] ppid=1066 vsize=7656836 CPUtime=0.29 cores=0,2
/proc/1068/task/1083/stat : 1083 (java) S 1066 1068 709 0 -1 4202560 844 0 0 0 29 0 0 0 15 0 19 0 544329567 7840600064 55317 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1084] ppid=1066 vsize=7656836 CPUtime=0.47 cores=0,2
/proc/1068/task/1084/stat : 1084 (java) S 1066 1068 709 0 -1 4202560 8849 0 0 0 46 1 0 0 15 0 19 0 544329567 7840600064 55317 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1085] ppid=1066 vsize=7656836 CPUtime=0 cores=0,2
/proc/1068/task/1085/stat : 1085 (java) S 1066 1068 709 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 544329567 7840600064 55317 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 0 0 0 0
[pid=1068/tid=1086] ppid=1066 vsize=7656836 CPUtime=0 cores=0,2
/proc/1068/task/1086/stat : 1086 (java) S 1066 1068 709 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 19 0 544329567 7840600064 55317 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296742400 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1087] ppid=1066 vsize=7656836 CPUtime=0 cores=0,2
/proc/1068/task/1087/stat : 1087 (java) S 1066 1068 709 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 544329592 7840600064 55317 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296742400 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1243.48
Current children cumulated vsize (KiB) 7656836



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.01 3.74 5/262 1274
/proc/meminfo: memFree=19720924/32951124 swapFree=67110396/67111528
[pid=1068] ppid=1066 vsize=7656836 CPUtime=1301.19 cores=0,2
/proc/1068/stat : 1068 (java) S 1066 1068 709 0 -1 4202496 60016 0 1 0 130106 13 0 0 25 0 19 0 544329561 7840600064 55499 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1068/statm: 1914209 55499 2253 9 0 1904947 0
[pid=1068/tid=1070] ppid=1066 vsize=7656836 CPUtime=1296.45 cores=0,2
/proc/1068/task/1070/stat : 1070 (java) R 1066 1068 709 0 -1 4202560 20290 0 1 0 129638 7 0 0 25 0 19 0 544329561 7840600064 55499 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 46912505656702 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1068/tid=1071] ppid=1066 vsize=7656836 CPUtime=0.09 cores=0,2
/proc/1068/task/1071/stat : 1071 (java) S 1066 1068 709 0 -1 4202560 1988 0 0 0 9 0 0 0 15 0 19 0 544329563 7840600064 55499 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1072] ppid=1066 vsize=7656836 CPUtime=0.1 cores=0,2
/proc/1068/task/1072/stat : 1072 (java) S 1066 1068 709 0 -1 4202560 2665 0 0 0 10 0 0 0 15 0 19 0 544329563 7840600064 55499 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1073] ppid=1066 vsize=7656836 CPUtime=0.08 cores=0,2
/proc/1068/task/1073/stat : 1073 (java) S 1066 1068 709 0 -1 4202560 3486 0 0 0 8 0 0 0 15 0 19 0 544329563 7840600064 55499 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1074] ppid=1066 vsize=7656836 CPUtime=0.1 cores=0,2
/proc/1068/task/1074/stat : 1074 (java) S 1066 1068 709 0 -1 4202560 3319 0 0 0 10 0 0 0 16 0 19 0 544329563 7840600064 55499 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1075] ppid=1066 vsize=7656836 CPUtime=0.08 cores=0,2
/proc/1068/task/1075/stat : 1075 (java) S 1066 1068 709 0 -1 4202560 1362 0 0 0 8 0 0 0 15 0 19 0 544329563 7840600064 55499 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1076] ppid=1066 vsize=7656836 CPUtime=0.11 cores=0,2
/proc/1068/task/1076/stat : 1076 (java) S 1066 1068 709 0 -1 4202560 1087 0 0 0 11 0 0 0 15 0 19 0 544329563 7840600064 55499 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1077] ppid=1066 vsize=7656836 CPUtime=0.12 cores=0,2
/proc/1068/task/1077/stat : 1077 (java) S 1066 1068 709 0 -1 4202560 1827 0 0 0 12 0 0 0 15 0 19 0 544329563 7840600064 55499 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1078] ppid=1066 vsize=7656836 CPUtime=0.15 cores=0,2
/proc/1068/task/1078/stat : 1078 (java) S 1066 1068 709 0 -1 4202560 4238 0 0 0 15 0 0 0 16 0 19 0 544329563 7840600064 55499 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1079] ppid=1066 vsize=7656836 CPUtime=3.05 cores=0,2
/proc/1068/task/1079/stat : 1079 (java) S 1066 1068 709 0 -1 4202560 8832 0 0 0 304 1 0 0 15 0 19 0 544329564 7840600064 55499 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296742400 0 0 0 16800975 18446604453876434176 0 0 -1 0 0 0 0
[pid=1068/tid=1080] ppid=1066 vsize=7656836 CPUtime=0 cores=0,2
/proc/1068/task/1080/stat : 1080 (java) S 1066 1068 709 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 544329564 7840600064 55499 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1081] ppid=1066 vsize=7656836 CPUtime=0 cores=0,2
/proc/1068/task/1081/stat : 1081 (java) S 1066 1068 709 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 544329564 7840600064 55499 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1082] ppid=1066 vsize=7656836 CPUtime=0 cores=0,2
/proc/1068/task/1082/stat : 1082 (java) S 1066 1068 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544329567 7840600064 55499 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296749489 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1083] ppid=1066 vsize=7656836 CPUtime=0.29 cores=0,2
/proc/1068/task/1083/stat : 1083 (java) S 1066 1068 709 0 -1 4202560 844 0 0 0 29 0 0 0 15 0 19 0 544329567 7840600064 55499 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1084] ppid=1066 vsize=7656836 CPUtime=0.47 cores=0,2
/proc/1068/task/1084/stat : 1084 (java) S 1066 1068 709 0 -1 4202560 8849 0 0 0 46 1 0 0 15 0 19 0 544329567 7840600064 55499 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1085] ppid=1066 vsize=7656836 CPUtime=0 cores=0,2
/proc/1068/task/1085/stat : 1085 (java) S 1066 1068 709 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 544329567 7840600064 55499 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 0 0 0 0
[pid=1068/tid=1086] ppid=1066 vsize=7656836 CPUtime=0 cores=0,2
/proc/1068/task/1086/stat : 1086 (java) S 1066 1068 709 0 -1 4202560 76 0 0 0 0 0 0 0 15 0 19 0 544329567 7840600064 55499 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296742400 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1087] ppid=1066 vsize=7656836 CPUtime=0 cores=0,2
/proc/1068/task/1087/stat : 1087 (java) S 1066 1068 709 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 544329592 7840600064 55499 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296742400 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1301.19
Current children cumulated vsize (KiB) 7656836

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

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

[startup+1300 s]
/proc/loadavg: 4.00 4.01 3.74 5/262 1274
/proc/meminfo: memFree=19720924/32951124 swapFree=67110396/67111528
[pid=1068] ppid=1066 vsize=7656836 CPUtime=1301.19 cores=0,2
/proc/1068/stat : 1068 (java) S 1066 1068 709 0 -1 4202496 60016 0 1 0 130106 13 0 0 25 0 19 0 544329561 7840600064 55499 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1068/statm: 1914209 55499 2253 9 0 1904947 0
[pid=1068/tid=1070] ppid=1066 vsize=7656836 CPUtime=1296.45 cores=0,2
/proc/1068/task/1070/stat : 1070 (java) R 1066 1068 709 0 -1 4202560 20290 0 1 0 129638 7 0 0 25 0 19 0 544329561 7840600064 55499 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 46912505656702 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1068/tid=1071] ppid=1066 vsize=7656836 CPUtime=0.09 cores=0,2
/proc/1068/task/1071/stat : 1071 (java) S 1066 1068 709 0 -1 4202560 1988 0 0 0 9 0 0 0 15 0 19 0 544329563 7840600064 55499 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1072] ppid=1066 vsize=7656836 CPUtime=0.1 cores=0,2
/proc/1068/task/1072/stat : 1072 (java) S 1066 1068 709 0 -1 4202560 2665 0 0 0 10 0 0 0 15 0 19 0 544329563 7840600064 55499 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1073] ppid=1066 vsize=7656836 CPUtime=0.08 cores=0,2
/proc/1068/task/1073/stat : 1073 (java) S 1066 1068 709 0 -1 4202560 3486 0 0 0 8 0 0 0 15 0 19 0 544329563 7840600064 55499 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1074] ppid=1066 vsize=7656836 CPUtime=0.1 cores=0,2
/proc/1068/task/1074/stat : 1074 (java) S 1066 1068 709 0 -1 4202560 3319 0 0 0 10 0 0 0 16 0 19 0 544329563 7840600064 55499 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1075] ppid=1066 vsize=7656836 CPUtime=0.08 cores=0,2
/proc/1068/task/1075/stat : 1075 (java) S 1066 1068 709 0 -1 4202560 1362 0 0 0 8 0 0 0 15 0 19 0 544329563 7840600064 55499 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1076] ppid=1066 vsize=7656836 CPUtime=0.11 cores=0,2
/proc/1068/task/1076/stat : 1076 (java) S 1066 1068 709 0 -1 4202560 1087 0 0 0 11 0 0 0 15 0 19 0 544329563 7840600064 55499 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1077] ppid=1066 vsize=7656836 CPUtime=0.12 cores=0,2
/proc/1068/task/1077/stat : 1077 (java) S 1066 1068 709 0 -1 4202560 1827 0 0 0 12 0 0 0 15 0 19 0 544329563 7840600064 55499 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1078] ppid=1066 vsize=7656836 CPUtime=0.15 cores=0,2
/proc/1068/task/1078/stat : 1078 (java) S 1066 1068 709 0 -1 4202560 4238 0 0 0 15 0 0 0 16 0 19 0 544329563 7840600064 55499 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1079] ppid=1066 vsize=7656836 CPUtime=3.05 cores=0,2
/proc/1068/task/1079/stat : 1079 (java) S 1066 1068 709 0 -1 4202560 8832 0 0 0 304 1 0 0 15 0 19 0 544329564 7840600064 55499 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296742400 0 0 0 16800975 18446604453876434176 0 0 -1 0 0 0 0
[pid=1068/tid=1080] ppid=1066 vsize=7656836 CPUtime=0 cores=0,2
/proc/1068/task/1080/stat : 1080 (java) S 1066 1068 709 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 544329564 7840600064 55499 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1081] ppid=1066 vsize=7656836 CPUtime=0 cores=0,2
/proc/1068/task/1081/stat : 1081 (java) S 1066 1068 709 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 544329564 7840600064 55499 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1082] ppid=1066 vsize=7656836 CPUtime=0 cores=0,2
/proc/1068/task/1082/stat : 1082 (java) S 1066 1068 709 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 544329567 7840600064 55499 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296749489 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1083] ppid=1066 vsize=7656836 CPUtime=0.29 cores=0,2
/proc/1068/task/1083/stat : 1083 (java) S 1066 1068 709 0 -1 4202560 844 0 0 0 29 0 0 0 15 0 19 0 544329567 7840600064 55499 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1084] ppid=1066 vsize=7656836 CPUtime=0.47 cores=0,2
/proc/1068/task/1084/stat : 1084 (java) S 1066 1068 709 0 -1 4202560 8849 0 0 0 46 1 0 0 15 0 19 0 544329567 7840600064 55499 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1085] ppid=1066 vsize=7656836 CPUtime=0 cores=0,2
/proc/1068/task/1085/stat : 1085 (java) S 1066 1068 709 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 544329567 7840600064 55499 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296741785 0 4 0 16800975 18446604453876434176 0 0 -1 0 0 0 0
[pid=1068/tid=1086] ppid=1066 vsize=7656836 CPUtime=0 cores=0,2
/proc/1068/task/1086/stat : 1086 (java) S 1066 1068 709 0 -1 4202560 76 0 0 0 0 0 0 0 15 0 19 0 544329567 7840600064 55499 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296742400 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
[pid=1068/tid=1087] ppid=1066 vsize=7656836 CPUtime=0 cores=0,2
/proc/1068/task/1087/stat : 1087 (java) S 1066 1068 709 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 544329592 7840600064 55499 33554432000 1073741824 1073778376 140735791419312 18446744073709551615 224296742400 0 4 0 16800975 18446604453876434176 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1301.19
Current children cumulated vsize (KiB) 7656836

Child status: 143
Real time (s): 1300.06
CPU time (s): 1301.29
CPU user time (s): 1301.14
CPU system time (s): 0.145977
CPU usage (%): 100.095
Max. virtual memory (cumulated for all children) (KiB): 7663372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.14
system time used= 0.145977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60054
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27908
involuntary context switches= 5068

runsolver used 2.32465 second user time and 4.78127 second system time

The end

Launcher Data

Begin job on node118 at 2011-04-23 08:43:09
IDJOB=3258696
IDBENCH=71409
IDSOLVER=1611
FILE ID=node118/3258696-1303540989
RUNJOBID= node118-1303539684-727
PBS_JOBID= 13143120
Free space on /tmp= 71740 MiB

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

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

MD5SUM BENCH= cd19d9eb9be97e183fa1a1d47d679d01
RANDOM SEED=719671794

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19650840 kB
Buffers:       1854904 kB
Cached:        9967248 kB
SwapCached:        600 kB
Active:        9334792 kB
Inactive:      3441984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19650840 kB
SwapTotal:    67111528 kB
SwapFree:     67110396 kB
Dirty:            2504 kB
Writeback:           0 kB
AnonPages:      953872 kB
Mapped:          23496 kB
Slab:           457652 kB
PageTables:       7488 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 22049204 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= 71732 MiB
End job on node118 at 2011-04-23 09:04:51