Trace number 3257904

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.01 1300.09

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v945c61409g7.cnf
MD5SUMcffaf116c6c0eb21439a109753d19c34
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.284955
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data

0.05/1.66	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/1.66	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/1.66	c See www.sat4j.org for details.
0.05/1.67	c no version file found!!!
0.05/1.67	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/1.67	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/1.67	c java.vm.version	19.1-b02
0.05/1.67	c java.vm.vendor	Sun Microsystems Inc.
0.05/1.67	c sun.arch.data.model	64
0.05/1.67	c java.version		1.6.0_24
0.05/1.67	c os.name		Linux
0.05/1.67	c os.version		2.6.18-164.el5
0.05/1.67	c os.arch		amd64
0.05/1.67	c Free memory 		6997539544
0.05/1.67	c Max memory 		7034241024
0.05/1.67	c Total memory 		7034241024
0.05/1.67	c Number of processors 	8
0.05/1.69	c --- Begin Solver configuration ---
0.05/1.69	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
0.05/1.69	c Learn all clauses as in MiniSAT
0.05/1.69	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.05/1.69	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.05/1.69	c Expensive reason simplification
0.05/1.69	c Armin Biere (Picosat) restarts strategy
0.05/1.69	c Glucose learned constraints deletion strategy
0.05/1.69	c timeout=2147483647s
0.05/1.69	c DB Simplification allowed=true
0.05/1.69	c --- End Solver configuration ---
0.05/1.69	c solving HOME/instance-3257904-1303472942.cnf
0.05/1.69	c reading problem ... 
0.30/1.84	c ... done. Wall clock time 0.153s.
0.30/1.84	c #vars     945
0.30/1.84	c #constraints  61409
0.30/1.84	c constraints type 
0.30/1.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 45
0.30/1.84	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 61364
1.54/2.75	c cleaning 2491 clauses out of 5000 with flag 5000/5000
2.83/3.82	c cleaning 4251 clauses out of 8509 with flag 11000/11000
4.23/5.26	c cleaning 5629 clauses out of 11258 with flag 18000/18000
6.03/7.01	c cleaning 6799 clauses out of 13629 with flag 26000/26000
8.12/9.13	c cleaning 7896 clauses out of 15831 with flag 35001/35001
10.72/11.77	c cleaning 8950 clauses out of 17935 with flag 45001/45001
13.72/14.72	c cleaning 9975 clauses out of 19985 with flag 56001/56001
17.33/18.30	c cleaning 10997 clauses out of 22011 with flag 68002/68002
21.33/22.36	c cleaning 11977 clauses out of 24012 with flag 81000/81000
26.13/27.10	c cleaning 12996 clauses out of 26036 with flag 95001/95001
31.24/32.22	c cleaning 14011 clauses out of 28039 with flag 110000/110000
37.05/38.09	c cleaning 14997 clauses out of 30028 with flag 126000/126000
44.09/44.90	c cleaning 15989 clauses out of 32032 with flag 143001/143001
51.99/52.47	c cleaning 16995 clauses out of 34042 with flag 161000/161000
60.49/60.92	c cleaning 18005 clauses out of 36051 with flag 180004/180004
69.80/70.29	c cleaning 19010 clauses out of 38043 with flag 200001/200001
80.40/80.80	c cleaning 19997 clauses out of 40033 with flag 221001/221001
91.11/91.52	c cleaning 21007 clauses out of 42036 with flag 243001/243001
103.51/103.96	c cleaning 22001 clauses out of 44029 with flag 266001/266001
116.42/116.85	c cleaning 22990 clauses out of 46028 with flag 290001/290001
130.42/130.83	c cleaning 23981 clauses out of 48039 with flag 315002/315002
145.63/146.10	c cleaning 25015 clauses out of 50056 with flag 341000/341000
162.24/162.61	c cleaning 26011 clauses out of 52045 with flag 368004/368004
180.44/180.87	c cleaning 27000 clauses out of 54030 with flag 396000/396000
199.86/200.30	c cleaning 27987 clauses out of 56030 with flag 425000/425000
219.96/220.38	c cleaning 28981 clauses out of 58043 with flag 455000/455000
241.77/242.13	c cleaning 30002 clauses out of 60062 with flag 486000/486000
265.68/266.05	c cleaning 31009 clauses out of 62060 with flag 518000/518000
290.19/290.52	c cleaning 32000 clauses out of 64051 with flag 551000/551000
317.89/318.24	c cleaning 33007 clauses out of 66051 with flag 585000/585000
347.50/347.86	c cleaning 34009 clauses out of 68045 with flag 620001/620001
376.70/377.02	c cleaning 35003 clauses out of 70037 with flag 656002/656002
408.41/408.75	c cleaning 35986 clauses out of 72032 with flag 693000/693000
442.02/442.39	c cleaning 37002 clauses out of 74048 with flag 731002/731002
479.83/480.12	c cleaning 37998 clauses out of 76044 with flag 770000/770000
515.43/515.77	c cleaning 39010 clauses out of 78046 with flag 810000/810000
556.64/556.99	c cleaning 39997 clauses out of 80039 with flag 851003/851003
596.85/597.12	c cleaning 41003 clauses out of 82040 with flag 893001/893001
640.17/640.45	c cleaning 41998 clauses out of 84036 with flag 936000/936000
687.08/687.32	c cleaning 43014 clauses out of 86040 with flag 980002/980002
735.79/736.04	c cleaning 43985 clauses out of 88025 with flag 1025001/1025001
786.89/787.10	c cleaning 45001 clauses out of 90039 with flag 1071000/1071000
836.80/837.03	c cleaning 46012 clauses out of 92041 with flag 1118003/1118003
892.91/893.13	c cleaning 46982 clauses out of 94026 with flag 1166000/1166000
947.12/947.39	c cleaning 48004 clauses out of 96044 with flag 1215000/1215000
1004.63/1004.89	c cleaning 49008 clauses out of 98040 with flag 1265000/1265000
1065.14/1065.35	c cleaning 49998 clauses out of 100034 with flag 1316002/1316002
1130.16/1130.30	c cleaning 51011 clauses out of 102037 with flag 1368003/1368003
1197.37/1197.58	c cleaning 51994 clauses out of 104023 with flag 1421000/1421000
1260.18/1260.39	c cleaning 52998 clauses out of 106030 with flag 1475001/1475001
1299.90/1300.01	c starts		: 1402
1299.90/1300.01	c conflicts		: 1509501
1299.90/1300.01	c decisions		: 2413011
1299.90/1300.01	c propagations		: 183717677
1299.90/1300.01	c inspects		: 14402799232
1299.90/1300.01	c shortcuts		: 0
1299.90/1300.01	c learnt literals	: 0
1299.90/1300.01	c learnt binary clauses	: 3
1299.90/1300.01	c learnt ternary clauses	: 26
1299.90/1300.01	c learnt constraints	: 1509501
1299.90/1300.01	c ignored constraints	: 0
1299.90/1300.01	c root simplifications	: 1402
1299.90/1300.01	c removed literals (reason simplification)	: 53834762
1299.90/1300.01	c reason swapping (by a shorter reason)	: 0
1299.90/1300.01	c Calls to reduceDB	: 50
1299.90/1300.01	c speed (assignments/second)	: 141520.83437647083
1299.90/1300.01	c non guided choices	120
1299.90/1300.07	c learnt constraints type 
1299.90/1300.07	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3
1299.90/1300.07	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 87568
1299.90/1300.07	c constraints type 
1299.90/1300.07	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 45
1299.90/1300.07	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 61364
1299.90/1300.07	s UNKNOWN
1299.90/1300.07	c Total wall clock time (in seconds) : 1298.32

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 3.65 3.91 3.71 1/189 20873
/proc/meminfo: memFree=14911944/32951124 swapFree=67111528/67111528
[pid=20873] ppid=20871 vsize=23028 CPUtime=0 cores=1,3
/proc/20873/stat : 20873 (java) D 20871 20873 20214 0 -1 4202496 642 0 0 0 0 0 0 0 21 0 1 0 458894979 23580672 385 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222916814592 0 0 4096 0 18446744071562234166 0 0 17 1 0 0 0
/proc/20873/statm: 5757 385 293 9 0 124 0

[startup+0.0371781 s]
/proc/loadavg: 3.65 3.91 3.71 1/189 20873
/proc/meminfo: memFree=14911944/32951124 swapFree=67111528/67111528
[pid=20873] ppid=20871 vsize=23028 CPUtime=0 cores=1,3
/proc/20873/stat : 20873 (java) D 20871 20873 20214 0 -1 4202496 668 0 2 0 0 0 0 0 21 0 1 0 458894979 23580672 413 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222916814592 0 0 4096 0 18446744071562234166 0 0 17 1 0 0 3
/proc/20873/statm: 5757 413 314 9 0 124 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23028

[startup+0.100171 s]
/proc/loadavg: 3.65 3.91 3.71 1/189 20873
/proc/meminfo: memFree=14911944/32951124 swapFree=67111528/67111528
[pid=20873] ppid=20871 vsize=23028 CPUtime=0 cores=1,3
/proc/20873/stat : 20873 (java) D 20871 20873 20214 0 -1 4202496 677 0 3 0 0 0 0 0 21 0 1 0 458894979 23580672 423 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222916814592 0 0 4096 0 18446744071562234166 0 0 17 1 0 0 6
/proc/20873/statm: 5757 423 321 9 0 124 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23028

[startup+0.300126 s]
/proc/loadavg: 3.65 3.91 3.71 1/189 20873
/proc/meminfo: memFree=14911944/32951124 swapFree=67111528/67111528
[pid=20873] ppid=20871 vsize=23028 CPUtime=0 cores=1,3
/proc/20873/stat : 20873 (java) D 20871 20873 20214 0 -1 4202496 915 0 16 0 0 0 0 0 19 0 1 0 458894979 23580672 674 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222916814592 0 0 4096 0 18446744071562234166 0 0 17 1 0 0 25
/proc/20873/statm: 5757 674 493 9 0 124 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23028

[startup+0.701055 s]
/proc/loadavg: 3.65 3.91 3.71 1/189 20873
/proc/meminfo: memFree=14911944/32951124 swapFree=67111528/67111528
[pid=20873] ppid=20871 vsize=23028 CPUtime=0 cores=1,3
/proc/20873/stat : 20873 (java) D 20871 20873 20214 0 -1 4202496 989 0 27 0 0 0 0 0 18 0 1 0 458894979 23580672 759 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 47900845818528 0 0 4096 0 18446744071562234166 0 0 17 1 0 0 66
/proc/20873/statm: 5757 759 559 9 0 124 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23028

[startup+1.50092 s]
/proc/loadavg: 3.65 3.91 3.71 1/194 20878
/proc/meminfo: memFree=14897844/32951124 swapFree=67111528/67111528
[pid=20873] ppid=20871 vsize=7564488 CPUtime=0.04 cores=1,3
/proc/20873/stat : 20873 (java) S 20871 20873 20214 0 -1 4202496 8852 0 79 0 2 2 0 0 18 0 13 0 458894979 7746035712 8626 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933579749 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 84
/proc/20873/statm: 1891122 8626 1684 9 0 1881870 0
[pid=20873/tid=20876] ppid=20871 vsize=7564488 CPUtime=0.03 cores=1,3
/proc/20873/task/20876/stat : 20876 (java) D 20871 20873 20214 0 -1 4202560 7742 0 41 0 2 1 0 0 18 0 13 0 458895064 7746035712 8626 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222921772901 0 4 0 16800971 0 0 0 -1 1 0 0 57
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7564488

[startup+3.10064 s]
/proc/loadavg: 3.65 3.91 3.71 8/262 20946
/proc/meminfo: memFree=14708900/32951124 swapFree=67111528/67111528
[pid=20873] ppid=20871 vsize=7650408 CPUtime=2.13 cores=1,3
/proc/20873/stat : 20873 (java) S 20871 20873 20214 0 -1 4202496 24203 0 81 0 207 6 0 0 18 0 19 0 458894979 7834017792 20333 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 84
/proc/20873/statm: 1912602 20333 2252 9 0 1903340 0
[pid=20873/tid=20876] ppid=20871 vsize=7650408 CPUtime=1.45 cores=1,3
/proc/20873/task/20876/stat : 20876 (java) R 20871 20873 20214 0 -1 4202560 10450 0 41 0 142 3 0 0 20 0 19 0 458895064 7834017792 20333 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 46912505619298 0 4 0 16800975 0 0 0 -1 1 0 0 70
[pid=20873/tid=20889] ppid=20871 vsize=7650408 CPUtime=0 cores=1,3
/proc/20873/task/20889/stat : 20889 (java) S 20871 20873 20214 0 -1 4202560 1159 0 0 0 0 0 0 0 17 0 19 0 458895086 7834017792 20333 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 1 0 0 0
[pid=20873/tid=20894] ppid=20871 vsize=7650408 CPUtime=0 cores=1,3
/proc/20873/task/20894/stat : 20894 (java) S 20871 20873 20214 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 458895086 7834017792 20333 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 1 0 0 0
[pid=20873/tid=20899] ppid=20871 vsize=7650408 CPUtime=0 cores=1,3
/proc/20873/task/20899/stat : 20899 (java) S 20871 20873 20214 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 458895086 7834017792 20333 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 1 0 0 0
[pid=20873/tid=20901] ppid=20871 vsize=7650408 CPUtime=0 cores=1,3
/proc/20873/task/20901/stat : 20901 (java) S 20871 20873 20214 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 458895086 7834017792 20333 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 1 0 0 0
[pid=20873/tid=20904] ppid=20871 vsize=7650408 CPUtime=0 cores=1,3
/proc/20873/task/20904/stat : 20904 (java) S 20871 20873 20214 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 458895086 7834017792 20333 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 1 0 0 0
[pid=20873/tid=20906] ppid=20871 vsize=7650408 CPUtime=0 cores=1,3
/proc/20873/task/20906/stat : 20906 (java) S 20871 20873 20214 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 458895086 7834017792 20333 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 1 0 0 0
[pid=20873/tid=20908] ppid=20871 vsize=7650408 CPUtime=0 cores=1,3
/proc/20873/task/20908/stat : 20908 (java) S 20871 20873 20214 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 458895086 7834017792 20333 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 1 0 0 0
[pid=20873/tid=20910] ppid=20871 vsize=7650408 CPUtime=0 cores=1,3
/proc/20873/task/20910/stat : 20910 (java) S 20871 20873 20214 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 458895086 7834017792 20333 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 1 0 0 0
[pid=20873/tid=20913] ppid=20871 vsize=7650408 CPUtime=0.02 cores=1,3
/proc/20873/task/20913/stat : 20913 (java) S 20871 20873 20214 0 -1 4202560 1163 0 0 0 2 0 0 0 16 0 19 0 458895109 7834017792 20333 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933593600 0 0 0 16800975 18446604471129902080 0 0 -1 1 0 0 0
[pid=20873/tid=20916] ppid=20871 vsize=7650408 CPUtime=0 cores=1,3
/proc/20873/task/20916/stat : 20916 (java) S 20871 20873 20214 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 458895114 7834017792 20333 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 1 0 0 0
[pid=20873/tid=20920] ppid=20871 vsize=7650408 CPUtime=0 cores=1,3
/proc/20873/task/20920/stat : 20920 (java) S 20871 20873 20214 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 458895114 7834017792 20333 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 1 0 0 0
[pid=20873/tid=20926] ppid=20871 vsize=7650408 CPUtime=0 cores=1,3
/proc/20873/task/20926/stat : 20926 (java) S 20871 20873 20214 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 458895133 7834017792 20333 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933600689 0 4 0 16800975 18446604471129902080 0 0 -1 1 0 0 0
[pid=20873/tid=20930] ppid=20871 vsize=7650408 CPUtime=0.15 cores=1,3
/proc/20873/task/20930/stat : 20930 (java) S 20871 20873 20214 0 -1 4202560 818 0 1 0 15 0 0 0 16 0 19 0 458895133 7834017792 20333 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 1 0 0 0
[pid=20873/tid=20934] ppid=20871 vsize=7650408 CPUtime=0.46 cores=1,3
/proc/20873/task/20934/stat : 20934 (java) S 20871 20873 20214 0 -1 4202560 9493 0 1 0 45 1 0 0 16 0 19 0 458895133 7834017792 20333 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 3 0 0 0
[pid=20873/tid=20938] ppid=20871 vsize=7650408 CPUtime=0 cores=1,3
/proc/20873/task/20938/stat : 20938 (java) S 20871 20873 20214 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 458895133 7834017792 20333 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 1 0 0 0
[pid=20873/tid=20942] ppid=20871 vsize=7650408 CPUtime=0 cores=1,3
/proc/20873/task/20942/stat : 20942 (java) S 20871 20873 20214 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 458895133 7834017792 20333 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933593600 0 4 0 16800975 18446604471129902080 0 0 -1 1 0 0 0
[pid=20873/tid=20945] ppid=20871 vsize=7650408 CPUtime=0 cores=1,3
/proc/20873/task/20945/stat : 20945 (java) S 20871 20873 20214 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 458895164 7834017792 20333 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933593600 0 4 0 16800975 18446604471129902080 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 7650408
heavy processes:

[startup+6.30103 s]
/proc/loadavg: 3.68 3.91 3.71 5/262 20947
/proc/meminfo: memFree=14537416/32951124 swapFree=67111528/67111528
[pid=20873] ppid=20871 vsize=7650408 CPUtime=5.33 cores=1,3
/proc/20873/stat : 20873 (java) S 20871 20873 20214 0 -1 4202496 25492 0 81 0 527 6 0 0 18 0 19 0 458894979 7834017792 21618 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 84
/proc/20873/statm: 1912602 21618 2254 9 0 1903340 0
[pid=20873/tid=20876] ppid=20871 vsize=7650408 CPUtime=4.58 cores=1,3
/proc/20873/task/20876/stat : 20876 (java) R 20871 20873 20214 0 -1 4202560 10455 0 41 0 455 3 0 0 25 0 19 0 458895064 7834017792 21618 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 46912505539596 0 4 0 16800975 0 0 0 -1 1 0 0 70
[pid=20873/tid=20889] ppid=20871 vsize=7650408 CPUtime=0 cores=1,3
/proc/20873/task/20889/stat : 20889 (java) S 20871 20873 20214 0 -1 4202560 1159 0 0 0 0 0 0 0 15 0 19 0 458895086 7834017792 21618 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 1 0 0 0
[pid=20873/tid=20894] ppid=20871 vsize=7650408 CPUtime=0 cores=1,3
/proc/20873/task/20894/stat : 20894 (java) S 20871 20873 20214 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 458895086 7834017792 21618 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 1 0 0 0
[pid=20873/tid=20899] ppid=20871 vsize=7650408 CPUtime=0 cores=1,3
/proc/20873/task/20899/stat : 20899 (java) S 20871 20873 20214 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 458895086 7834017792 21618 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 1 0 0 0
[pid=20873/tid=20901] ppid=20871 vsize=7650408 CPUtime=0 cores=1,3
/proc/20873/task/20901/stat : 20901 (java) S 20871 20873 20214 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 458895086 7834017792 21618 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 1 0 0 0
[pid=20873/tid=20904] ppid=20871 vsize=7650408 CPUtime=0 cores=1,3
/proc/20873/task/20904/stat : 20904 (java) S 20871 20873 20214 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 458895086 7834017792 21618 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 1 0 0 0
[pid=20873/tid=20906] ppid=20871 vsize=7650408 CPUtime=0 cores=1,3
/proc/20873/task/20906/stat : 20906 (java) S 20871 20873 20214 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 458895086 7834017792 21618 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 1 0 0 0
[pid=20873/tid=20908] ppid=20871 vsize=7650408 CPUtime=0 cores=1,3
/proc/20873/task/20908/stat : 20908 (java) S 20871 20873 20214 0 -1 4202560 749 0 0 0 0 0 0 0 15 0 19 0 458895086 7834017792 21618 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 1 0 0 0
[pid=20873/tid=20910] ppid=20871 vsize=7650408 CPUtime=0 cores=1,3
/proc/20873/task/20910/stat : 20910 (java) S 20871 20873 20214 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 458895086 7834017792 21618 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 1 0 0 0
[pid=20873/tid=20913] ppid=20871 vsize=7650408 CPUtime=0.06 cores=1,3
/proc/20873/task/20913/stat : 20913 (java) S 20871 20873 20214 0 -1 4202560 1695 0 0 0 6 0 0 0 16 0 19 0 458895109 7834017792 21618 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933593600 0 0 0 16800975 18446604471129902080 0 0 -1 1 0 0 0
[pid=20873/tid=20916] ppid=20871 vsize=7650408 CPUtime=0 cores=1,3
/proc/20873/task/20916/stat : 20916 (java) S 20871 20873 20214 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 458895114 7834017792 21618 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 1 0 0 0
[pid=20873/tid=20920] ppid=20871 vsize=7650408 CPUtime=0 cores=1,3
/proc/20873/task/20920/stat : 20920 (java) S 20871 20873 20214 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 458895114 7834017792 21618 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 1 0 0 0
[pid=20873/tid=20926] ppid=20871 vsize=7650408 CPUtime=0 cores=1,3
/proc/20873/task/20926/stat : 20926 (java) S 20871 20873 20214 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 458895133 7834017792 21618 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933600689 0 4 0 16800975 18446604471129902080 0 0 -1 1 0 0 0
[pid=20873/tid=20930] ppid=20871 vsize=7650408 CPUtime=0.18 cores=1,3
/proc/20873/task/20930/stat : 20930 (java) S 20871 20873 20214 0 -1 4202560 820 0 1 0 18 0 0 0 15 0 19 0 458895133 7834017792 21618 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 1 0 0 0
[pid=20873/tid=20934] ppid=20871 vsize=7650408 CPUtime=0.46 cores=1,3
/proc/20873/task/20934/stat : 20934 (java) S 20871 20873 20214 0 -1 4202560 9493 0 1 0 45 1 0 0 15 0 19 0 458895133 7834017792 21618 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 3 0 0 0
[pid=20873/tid=20938] ppid=20871 vsize=7650408 CPUtime=0 cores=1,3
/proc/20873/task/20938/stat : 20938 (java) S 20871 20873 20214 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 458895133 7834017792 21618 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 1 0 0 0
[pid=20873/tid=20942] ppid=20871 vsize=7650408 CPUtime=0 cores=1,3
/proc/20873/task/20942/stat : 20942 (java) S 20871 20873 20214 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 458895133 7834017792 21618 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933593600 0 4 0 16800975 18446604471129902080 0 0 -1 1 0 0 0
[pid=20873/tid=20945] ppid=20871 vsize=7650408 CPUtime=0 cores=1,3
/proc/20873/task/20945/stat : 20945 (java) S 20871 20873 20214 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 458895164 7834017792 21618 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933593600 0 4 0 16800975 18446604471129902080 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.33
Current children cumulated vsize (KiB) 7650408

[startup+12.7009 s]
/proc/loadavg: 3.70 3.91 3.71 5/262 20947
/proc/meminfo: memFree=14532668/32951124 swapFree=67111528/67111528
[pid=20873] ppid=20871 vsize=7647560 CPUtime=11.72 cores=1,3
/proc/20873/stat : 20873 (java) S 20871 20873 20214 0 -1 4202496 26069 0 81 0 1166 6 0 0 18 0 19 0 458894979 7831101440 20311 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 84
/proc/20873/statm: 1911890 20311 2254 9 0 1902628 0
[pid=20873/tid=20876] ppid=20871 vsize=7647560 CPUtime=10.85 cores=1,3
/proc/20873/task/20876/stat : 20876 (java) R 20871 20873 20214 0 -1 4202560 10458 0 41 0 1082 3 0 0 25 0 19 0 458895064 7831101440 20311 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 46912505662373 0 4 0 16800975 0 0 0 -1 1 0 0 70
[pid=20873/tid=20889] ppid=20871 vsize=7647560 CPUtime=0.01 cores=1,3
/proc/20873/task/20889/stat : 20889 (java) S 20871 20873 20214 0 -1 4202560 1297 0 0 0 1 0 0 0 15 0 19 0 458895086 7831101440 20311 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 1 0 0 0
[pid=20873/tid=20894] ppid=20871 vsize=7647560 CPUtime=0 cores=1,3
/proc/20873/task/20894/stat : 20894 (java) S 20871 20873 20214 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 458895086 7831101440 20311 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 3 0 0 0
[pid=20873/tid=20899] ppid=20871 vsize=7647560 CPUtime=0 cores=1,3
/proc/20873/task/20899/stat : 20899 (java) S 20871 20873 20214 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 458895086 7831101440 20311 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 3 0 0 0
[pid=20873/tid=20901] ppid=20871 vsize=7647560 CPUtime=0 cores=1,3
/proc/20873/task/20901/stat : 20901 (java) S 20871 20873 20214 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 458895086 7831101440 20311 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 3 0 0 0
[pid=20873/tid=20904] ppid=20871 vsize=7647560 CPUtime=0 cores=1,3
/proc/20873/task/20904/stat : 20904 (java) S 20871 20873 20214 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 19 0 458895086 7831101440 20311 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 3 0 0 0
[pid=20873/tid=20906] ppid=20871 vsize=7647560 CPUtime=0 cores=1,3
/proc/20873/task/20906/stat : 20906 (java) S 20871 20873 20214 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 458895086 7831101440 20311 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 3 0 0 0
[pid=20873/tid=20908] ppid=20871 vsize=7647560 CPUtime=0 cores=1,3
/proc/20873/task/20908/stat : 20908 (java) S 20871 20873 20214 0 -1 4202560 750 0 0 0 0 0 0 0 15 0 19 0 458895086 7831101440 20311 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 3 0 0 0
[pid=20873/tid=20910] ppid=20871 vsize=7647560 CPUtime=0 cores=1,3
/proc/20873/task/20910/stat : 20910 (java) S 20871 20873 20214 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 458895086 7831101440 20311 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 3 0 0 0
[pid=20873/tid=20913] ppid=20871 vsize=7647560 CPUtime=0.13 cores=1,3
/proc/20873/task/20913/stat : 20913 (java) S 20871 20873 20214 0 -1 4202560 2006 0 0 0 13 0 0 0 16 0 19 0 458895109 7831101440 20311 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933593600 0 0 0 16800975 18446604471129902080 0 0 -1 1 0 0 0
[pid=20873/tid=20916] ppid=20871 vsize=7647560 CPUtime=0 cores=1,3
/proc/20873/task/20916/stat : 20916 (java) S 20871 20873 20214 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 458895114 7831101440 20311 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 1 0 0 0
[pid=20873/tid=20920] ppid=20871 vsize=7647560 CPUtime=0 cores=1,3
/proc/20873/task/20920/stat : 20920 (java) S 20871 20873 20214 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 458895114 7831101440 20311 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 1 0 0 0
[pid=20873/tid=20926] ppid=20871 vsize=7647560 CPUtime=0 cores=1,3
/proc/20873/task/20926/stat : 20926 (java) S 20871 20873 20214 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 458895133 7831101440 20311 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933600689 0 4 0 16800975 18446604471129902080 0 0 -1 1 0 0 0
[pid=20873/tid=20930] ppid=20871 vsize=7647560 CPUtime=0.21 cores=1,3
/proc/20873/task/20930/stat : 20930 (java) S 20871 20873 20214 0 -1 4202560 826 0 1 0 21 0 0 0 15 0 19 0 458895133 7831101440 20311 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 1 0 0 0

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

[pid=20873/tid=20906] ppid=20871 vsize=7648900 CPUtime=0.09 cores=1,3
/proc/20873/task/20906/stat : 20906 (java) S 20871 20873 20214 0 -1 4202560 1711 0 0 0 9 0 0 0 16 0 19 0 458895086 7832473600 38589 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 3 0 0 0
[pid=20873/tid=20908] ppid=20871 vsize=7648900 CPUtime=0.05 cores=1,3
/proc/20873/task/20908/stat : 20908 (java) S 20871 20873 20214 0 -1 4202560 1417 0 0 0 5 0 0 0 16 0 19 0 458895086 7832473600 38589 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 3 0 0 0
[pid=20873/tid=20910] ppid=20871 vsize=7648900 CPUtime=0.07 cores=1,3
/proc/20873/task/20910/stat : 20910 (java) S 20871 20873 20214 0 -1 4202560 1327 0 0 0 7 0 0 0 15 0 19 0 458895086 7832473600 38589 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 3 0 0 0
[pid=20873/tid=20913] ppid=20871 vsize=7648900 CPUtime=1.67 cores=1,3
/proc/20873/task/20913/stat : 20913 (java) S 20871 20873 20214 0 -1 4202560 6702 0 0 0 166 1 0 0 15 0 19 0 458895109 7832473600 38589 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933593600 0 0 0 16800975 18446604471129902080 0 0 -1 1 0 0 0
[pid=20873/tid=20916] ppid=20871 vsize=7648900 CPUtime=0 cores=1,3
/proc/20873/task/20916/stat : 20916 (java) S 20871 20873 20214 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 458895114 7832473600 38589 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 1 0 0 0
[pid=20873/tid=20920] ppid=20871 vsize=7648900 CPUtime=0 cores=1,3
/proc/20873/task/20920/stat : 20920 (java) S 20871 20873 20214 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 458895114 7832473600 38589 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 1 0 0 0
[pid=20873/tid=20926] ppid=20871 vsize=7648900 CPUtime=0 cores=1,3
/proc/20873/task/20926/stat : 20926 (java) S 20871 20873 20214 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 458895133 7832473600 38589 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933600689 0 4 0 16800975 18446604471129902080 0 0 -1 1 0 0 0
[pid=20873/tid=20930] ppid=20871 vsize=7648900 CPUtime=0.83 cores=1,3
/proc/20873/task/20930/stat : 20930 (java) S 20871 20873 20214 0 -1 4202560 5583 0 1 0 83 0 0 0 16 0 19 0 458895133 7832473600 38589 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 3 0 0 0
[pid=20873/tid=20934] ppid=20871 vsize=7648900 CPUtime=0.49 cores=1,3
/proc/20873/task/20934/stat : 20934 (java) S 20871 20873 20214 0 -1 4202560 9497 0 1 0 48 1 0 0 15 0 19 0 458895133 7832473600 38589 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 3 0 0 0
[pid=20873/tid=20938] ppid=20871 vsize=7648900 CPUtime=0 cores=1,3
/proc/20873/task/20938/stat : 20938 (java) S 20871 20873 20214 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 458895133 7832473600 38589 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 1 0 0 0
[pid=20873/tid=20942] ppid=20871 vsize=7648900 CPUtime=0 cores=1,3
/proc/20873/task/20942/stat : 20942 (java) S 20871 20873 20214 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 458895133 7832473600 38589 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933593600 0 4 0 16800975 18446604471129902080 0 0 -1 3 0 0 0
[pid=20873/tid=20945] ppid=20871 vsize=7648900 CPUtime=0 cores=1,3
/proc/20873/task/20945/stat : 20945 (java) S 20871 20873 20214 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 458895164 7832473600 38589 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933593600 0 4 0 16800975 18446604471129902080 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1182.17
Current children cumulated vsize (KiB) 7648900

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/262 20992
/proc/meminfo: memFree=14208908/32951124 swapFree=67111528/67111528
[pid=20873] ppid=20871 vsize=7648900 CPUtime=1242.18 cores=1,3
/proc/20873/stat : 20873 (java) S 20871 20873 20214 0 -1 4202496 48906 0 81 0 124207 11 0 0 18 0 19 0 458894979 7832473600 38727 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 84
/proc/20873/statm: 1912225 38727 2255 9 0 1902963 0
[pid=20873/tid=20876] ppid=20871 vsize=7648900 CPUtime=1238.47 cores=1,3
/proc/20873/task/20876/stat : 20876 (java) R 20871 20873 20214 0 -1 4202560 14904 0 41 0 123842 5 0 0 25 0 19 0 458895064 7832473600 38727 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 46912505645131 0 4 0 16800975 0 0 0 -1 1 0 0 70
[pid=20873/tid=20889] ppid=20871 vsize=7648900 CPUtime=0.09 cores=1,3
/proc/20873/task/20889/stat : 20889 (java) S 20871 20873 20214 0 -1 4202560 1714 0 0 0 9 0 0 0 16 0 19 0 458895086 7832473600 38727 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 3 0 0 0
[pid=20873/tid=20894] ppid=20871 vsize=7648900 CPUtime=0.04 cores=1,3
/proc/20873/task/20894/stat : 20894 (java) S 20871 20873 20214 0 -1 4202560 295 0 0 0 4 0 0 0 15 0 19 0 458895086 7832473600 38727 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 3 0 0 0
[pid=20873/tid=20899] ppid=20871 vsize=7648900 CPUtime=0.07 cores=1,3
/proc/20873/task/20899/stat : 20899 (java) S 20871 20873 20214 0 -1 4202560 2936 0 0 0 7 0 0 0 15 0 19 0 458895086 7832473600 38727 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 3 0 0 0
[pid=20873/tid=20901] ppid=20871 vsize=7648900 CPUtime=0.1 cores=1,3
/proc/20873/task/20901/stat : 20901 (java) S 20871 20873 20214 0 -1 4202560 404 0 0 0 10 0 0 0 15 0 19 0 458895086 7832473600 38727 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 3 0 0 0
[pid=20873/tid=20904] ppid=20871 vsize=7648900 CPUtime=0.06 cores=1,3
/proc/20873/task/20904/stat : 20904 (java) S 20871 20873 20214 0 -1 4202560 1161 0 0 0 6 0 0 0 15 0 19 0 458895086 7832473600 38727 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 3 0 0 0
[pid=20873/tid=20906] ppid=20871 vsize=7648900 CPUtime=0.1 cores=1,3
/proc/20873/task/20906/stat : 20906 (java) S 20871 20873 20214 0 -1 4202560 1712 0 0 0 10 0 0 0 15 0 19 0 458895086 7832473600 38727 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 3 0 0 0
[pid=20873/tid=20908] ppid=20871 vsize=7648900 CPUtime=0.05 cores=1,3
/proc/20873/task/20908/stat : 20908 (java) S 20871 20873 20214 0 -1 4202560 1417 0 0 0 5 0 0 0 15 0 19 0 458895086 7832473600 38727 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 3 0 0 0
[pid=20873/tid=20910] ppid=20871 vsize=7648900 CPUtime=0.07 cores=1,3
/proc/20873/task/20910/stat : 20910 (java) S 20871 20873 20214 0 -1 4202560 1327 0 0 0 7 0 0 0 15 0 19 0 458895086 7832473600 38727 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 3 0 0 0
[pid=20873/tid=20913] ppid=20871 vsize=7648900 CPUtime=1.71 cores=1,3
/proc/20873/task/20913/stat : 20913 (java) S 20871 20873 20214 0 -1 4202560 6771 0 0 0 170 1 0 0 15 0 19 0 458895109 7832473600 38727 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933593600 0 0 0 16800975 18446604471129902080 0 0 -1 1 0 0 0
[pid=20873/tid=20916] ppid=20871 vsize=7648900 CPUtime=0 cores=1,3
/proc/20873/task/20916/stat : 20916 (java) S 20871 20873 20214 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 458895114 7832473600 38727 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 1 0 0 0
[pid=20873/tid=20920] ppid=20871 vsize=7648900 CPUtime=0 cores=1,3
/proc/20873/task/20920/stat : 20920 (java) S 20871 20873 20214 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 458895114 7832473600 38727 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 1 0 0 0
[pid=20873/tid=20926] ppid=20871 vsize=7648900 CPUtime=0 cores=1,3
/proc/20873/task/20926/stat : 20926 (java) S 20871 20873 20214 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 458895133 7832473600 38727 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933600689 0 4 0 16800975 18446604471129902080 0 0 -1 1 0 0 0
[pid=20873/tid=20930] ppid=20871 vsize=7648900 CPUtime=0.83 cores=1,3
/proc/20873/task/20930/stat : 20930 (java) S 20871 20873 20214 0 -1 4202560 5583 0 1 0 83 0 0 0 16 0 19 0 458895133 7832473600 38727 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 3 0 0 0
[pid=20873/tid=20934] ppid=20871 vsize=7648900 CPUtime=0.49 cores=1,3
/proc/20873/task/20934/stat : 20934 (java) S 20871 20873 20214 0 -1 4202560 9497 0 1 0 48 1 0 0 15 0 19 0 458895133 7832473600 38727 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 3 0 0 0
[pid=20873/tid=20938] ppid=20871 vsize=7648900 CPUtime=0 cores=1,3
/proc/20873/task/20938/stat : 20938 (java) S 20871 20873 20214 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 458895133 7832473600 38727 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 1 0 0 0
[pid=20873/tid=20942] ppid=20871 vsize=7648900 CPUtime=0 cores=1,3
/proc/20873/task/20942/stat : 20942 (java) S 20871 20873 20214 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 458895133 7832473600 38727 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933593600 0 4 0 16800975 18446604471129902080 0 0 -1 3 0 0 0
[pid=20873/tid=20945] ppid=20871 vsize=7648900 CPUtime=0 cores=1,3
/proc/20873/task/20945/stat : 20945 (java) S 20871 20873 20214 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 458895164 7832473600 38727 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933593600 0 4 0 16800975 18446604471129902080 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1242.18
Current children cumulated vsize (KiB) 7648900



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.91 2/203 21002
/proc/meminfo: memFree=14745396/32951124 swapFree=67111528/67111528
[pid=20873] ppid=20871 vsize=7648900 CPUtime=1299.9 cores=1,3
/proc/20873/stat : 20873 (java) S 20871 20873 20214 0 -1 4202496 49216 0 81 0 129979 11 0 0 18 0 19 0 458894979 7832473600 39030 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 84
/proc/20873/statm: 1912225 39030 2255 9 0 1902963 0
[pid=20873/tid=20876] ppid=20871 vsize=7648900 CPUtime=1296.13 cores=1,3
/proc/20873/task/20876/stat : 20876 (java) R 20871 20873 20214 0 -1 4202560 15014 0 41 0 129607 6 0 0 25 0 19 0 458895064 7832473600 39030 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 46912505645464 0 4 0 16800975 0 0 0 -1 1 0 0 70
[pid=20873/tid=20889] ppid=20871 vsize=7648900 CPUtime=0.1 cores=1,3
/proc/20873/task/20889/stat : 20889 (java) S 20871 20873 20214 0 -1 4202560 1715 0 0 0 10 0 0 0 16 0 19 0 458895086 7832473600 39030 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 3 0 0 0
[pid=20873/tid=20894] ppid=20871 vsize=7648900 CPUtime=0.04 cores=1,3
/proc/20873/task/20894/stat : 20894 (java) S 20871 20873 20214 0 -1 4202560 295 0 0 0 4 0 0 0 15 0 19 0 458895086 7832473600 39030 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 3 0 0 0
[pid=20873/tid=20899] ppid=20871 vsize=7648900 CPUtime=0.08 cores=1,3
/proc/20873/task/20899/stat : 20899 (java) S 20871 20873 20214 0 -1 4202560 2936 0 0 0 8 0 0 0 15 0 19 0 458895086 7832473600 39030 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 3 0 0 0
[pid=20873/tid=20901] ppid=20871 vsize=7648900 CPUtime=0.1 cores=1,3
/proc/20873/task/20901/stat : 20901 (java) S 20871 20873 20214 0 -1 4202560 404 0 0 0 10 0 0 0 15 0 19 0 458895086 7832473600 39030 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 3 0 0 0
[pid=20873/tid=20904] ppid=20871 vsize=7648900 CPUtime=0.06 cores=1,3
/proc/20873/task/20904/stat : 20904 (java) S 20871 20873 20214 0 -1 4202560 1161 0 0 0 6 0 0 0 15 0 19 0 458895086 7832473600 39030 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 3 0 0 0
[pid=20873/tid=20906] ppid=20871 vsize=7648900 CPUtime=0.1 cores=1,3
/proc/20873/task/20906/stat : 20906 (java) S 20871 20873 20214 0 -1 4202560 1712 0 0 0 10 0 0 0 16 0 19 0 458895086 7832473600 39030 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 3 0 0 0
[pid=20873/tid=20908] ppid=20871 vsize=7648900 CPUtime=0.05 cores=1,3
/proc/20873/task/20908/stat : 20908 (java) S 20871 20873 20214 0 -1 4202560 1417 0 0 0 5 0 0 0 15 0 19 0 458895086 7832473600 39030 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 3 0 0 0
[pid=20873/tid=20910] ppid=20871 vsize=7648900 CPUtime=0.07 cores=1,3
/proc/20873/task/20910/stat : 20910 (java) S 20871 20873 20214 0 -1 4202560 1327 0 0 0 7 0 0 0 15 0 19 0 458895086 7832473600 39030 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 3 0 0 0
[pid=20873/tid=20913] ppid=20871 vsize=7648900 CPUtime=1.76 cores=1,3
/proc/20873/task/20913/stat : 20913 (java) S 20871 20873 20214 0 -1 4202560 6966 0 0 0 175 1 0 0 15 0 19 0 458895109 7832473600 39030 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933593600 0 0 0 16800975 18446604471129902080 0 0 -1 1 0 0 0
[pid=20873/tid=20916] ppid=20871 vsize=7648900 CPUtime=0 cores=1,3
/proc/20873/task/20916/stat : 20916 (java) S 20871 20873 20214 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 458895114 7832473600 39030 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 1 0 0 0
[pid=20873/tid=20920] ppid=20871 vsize=7648900 CPUtime=0 cores=1,3
/proc/20873/task/20920/stat : 20920 (java) S 20871 20873 20214 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 458895114 7832473600 39030 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 1 0 0 0
[pid=20873/tid=20926] ppid=20871 vsize=7648900 CPUtime=0 cores=1,3
/proc/20873/task/20926/stat : 20926 (java) S 20871 20873 20214 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 458895133 7832473600 39030 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933600689 0 4 0 16800975 18446604471129902080 0 0 -1 1 0 0 0
[pid=20873/tid=20930] ppid=20871 vsize=7648900 CPUtime=0.83 cores=1,3
/proc/20873/task/20930/stat : 20930 (java) S 20871 20873 20214 0 -1 4202560 5583 0 1 0 83 0 0 0 16 0 19 0 458895133 7832473600 39030 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 3 0 0 0
[pid=20873/tid=20934] ppid=20871 vsize=7648900 CPUtime=0.49 cores=1,3
/proc/20873/task/20934/stat : 20934 (java) S 20871 20873 20214 0 -1 4202560 9497 0 1 0 48 1 0 0 15 0 19 0 458895133 7832473600 39030 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 3 0 0 0
[pid=20873/tid=20938] ppid=20871 vsize=7648900 CPUtime=0 cores=1,3
/proc/20873/task/20938/stat : 20938 (java) S 20871 20873 20214 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 458895133 7832473600 39030 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 1 0 0 0
[pid=20873/tid=20942] ppid=20871 vsize=7648900 CPUtime=0 cores=1,3
/proc/20873/task/20942/stat : 20942 (java) R 20871 20873 20214 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 458895133 7832473600 39030 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933593600 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=20873/tid=20945] ppid=20871 vsize=7648900 CPUtime=0 cores=1,3
/proc/20873/task/20945/stat : 20945 (java) S 20871 20873 20214 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 458895164 7832473600 39030 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933593600 0 4 0 16800975 18446604471129902080 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1299.9
Current children cumulated vsize (KiB) 7648900

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.00 3.91 2/203 21002
/proc/meminfo: memFree=14745396/32951124 swapFree=67111528/67111528
[pid=20873] ppid=20871 vsize=7648900 CPUtime=1299.9 cores=1,3
/proc/20873/stat : 20873 (java) S 20871 20873 20214 0 -1 4202496 49216 0 81 0 129979 11 0 0 18 0 19 0 458894979 7832473600 39030 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 84
/proc/20873/statm: 1912225 39030 2255 9 0 1902963 0
[pid=20873/tid=20876] ppid=20871 vsize=7648900 CPUtime=1296.13 cores=1,3
/proc/20873/task/20876/stat : 20876 (java) R 20871 20873 20214 0 -1 4202560 15014 0 41 0 129607 6 0 0 25 0 19 0 458895064 7832473600 39030 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 46912505645464 0 4 0 16800975 0 0 0 -1 1 0 0 70
[pid=20873/tid=20889] ppid=20871 vsize=7648900 CPUtime=0.1 cores=1,3
/proc/20873/task/20889/stat : 20889 (java) S 20871 20873 20214 0 -1 4202560 1715 0 0 0 10 0 0 0 16 0 19 0 458895086 7832473600 39030 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 3 0 0 0
[pid=20873/tid=20894] ppid=20871 vsize=7648900 CPUtime=0.04 cores=1,3
/proc/20873/task/20894/stat : 20894 (java) S 20871 20873 20214 0 -1 4202560 295 0 0 0 4 0 0 0 15 0 19 0 458895086 7832473600 39030 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 3 0 0 0
[pid=20873/tid=20899] ppid=20871 vsize=7648900 CPUtime=0.08 cores=1,3
/proc/20873/task/20899/stat : 20899 (java) S 20871 20873 20214 0 -1 4202560 2936 0 0 0 8 0 0 0 15 0 19 0 458895086 7832473600 39030 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 3 0 0 0
[pid=20873/tid=20901] ppid=20871 vsize=7648900 CPUtime=0.1 cores=1,3
/proc/20873/task/20901/stat : 20901 (java) S 20871 20873 20214 0 -1 4202560 404 0 0 0 10 0 0 0 15 0 19 0 458895086 7832473600 39030 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 3 0 0 0
[pid=20873/tid=20904] ppid=20871 vsize=7648900 CPUtime=0.06 cores=1,3
/proc/20873/task/20904/stat : 20904 (java) S 20871 20873 20214 0 -1 4202560 1161 0 0 0 6 0 0 0 15 0 19 0 458895086 7832473600 39030 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 3 0 0 0
[pid=20873/tid=20906] ppid=20871 vsize=7648900 CPUtime=0.1 cores=1,3
/proc/20873/task/20906/stat : 20906 (java) S 20871 20873 20214 0 -1 4202560 1712 0 0 0 10 0 0 0 16 0 19 0 458895086 7832473600 39030 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 3 0 0 0
[pid=20873/tid=20908] ppid=20871 vsize=7648900 CPUtime=0.05 cores=1,3
/proc/20873/task/20908/stat : 20908 (java) S 20871 20873 20214 0 -1 4202560 1417 0 0 0 5 0 0 0 15 0 19 0 458895086 7832473600 39030 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 3 0 0 0
[pid=20873/tid=20910] ppid=20871 vsize=7648900 CPUtime=0.07 cores=1,3
/proc/20873/task/20910/stat : 20910 (java) S 20871 20873 20214 0 -1 4202560 1327 0 0 0 7 0 0 0 15 0 19 0 458895086 7832473600 39030 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 3 0 0 0
[pid=20873/tid=20913] ppid=20871 vsize=7648900 CPUtime=1.76 cores=1,3
/proc/20873/task/20913/stat : 20913 (java) S 20871 20873 20214 0 -1 4202560 6966 0 0 0 175 1 0 0 15 0 19 0 458895109 7832473600 39030 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933593600 0 0 0 16800975 18446604471129902080 0 0 -1 1 0 0 0
[pid=20873/tid=20916] ppid=20871 vsize=7648900 CPUtime=0 cores=1,3
/proc/20873/task/20916/stat : 20916 (java) S 20871 20873 20214 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 458895114 7832473600 39030 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 1 0 0 0
[pid=20873/tid=20920] ppid=20871 vsize=7648900 CPUtime=0 cores=1,3
/proc/20873/task/20920/stat : 20920 (java) S 20871 20873 20214 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 458895114 7832473600 39030 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 1 0 0 0
[pid=20873/tid=20926] ppid=20871 vsize=7648900 CPUtime=0 cores=1,3
/proc/20873/task/20926/stat : 20926 (java) S 20871 20873 20214 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 458895133 7832473600 39030 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933600689 0 4 0 16800975 18446604471129902080 0 0 -1 1 0 0 0
[pid=20873/tid=20930] ppid=20871 vsize=7648900 CPUtime=0.83 cores=1,3
/proc/20873/task/20930/stat : 20930 (java) S 20871 20873 20214 0 -1 4202560 5583 0 1 0 83 0 0 0 16 0 19 0 458895133 7832473600 39030 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 3 0 0 0
[pid=20873/tid=20934] ppid=20871 vsize=7648900 CPUtime=0.49 cores=1,3
/proc/20873/task/20934/stat : 20934 (java) S 20871 20873 20214 0 -1 4202560 9497 0 1 0 48 1 0 0 15 0 19 0 458895133 7832473600 39030 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 3 0 0 0
[pid=20873/tid=20938] ppid=20871 vsize=7648900 CPUtime=0 cores=1,3
/proc/20873/task/20938/stat : 20938 (java) S 20871 20873 20214 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 458895133 7832473600 39030 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933592985 0 4 0 16800975 18446604471129902080 0 0 -1 1 0 0 0
[pid=20873/tid=20942] ppid=20871 vsize=7648900 CPUtime=0 cores=1,3
/proc/20873/task/20942/stat : 20942 (java) R 20871 20873 20214 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 458895133 7832473600 39030 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933593600 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=20873/tid=20945] ppid=20871 vsize=7648900 CPUtime=0 cores=1,3
/proc/20873/task/20945/stat : 20945 (java) S 20871 20873 20214 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 458895164 7832473600 39030 33554432000 1073741824 1073778376 140735929122464 18446744073709551615 222933593600 0 4 0 16800975 18446604471129902080 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1299.9
Current children cumulated vsize (KiB) 7648900

Child status: 143
Real time (s): 1300.09
CPU time (s): 1300.01
CPU user time (s): 1299.89
CPU system time (s): 0.12598
CPU usage (%): 99.9941
Max. virtual memory (cumulated for all children) (KiB): 7665104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.89
system time used= 0.12598
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49260
page faults= 81
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28495
involuntary context switches= 4815

runsolver used 2.11568 second user time and 5.00024 second system time

The end

Launcher Data

Begin job on node109 at 2011-04-22 13:49:02
IDJOB=3257904
IDBENCH=71284
IDSOLVER=1611
FILE ID=node109/3257904-1303472942
RUNJOBID= node109-1303472942-20833
PBS_JOBID= 13107200
Free space on /tmp= 71272 MiB

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

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

MD5SUM BENCH= cffaf116c6c0eb21439a109753d19c34
RANDOM SEED=2063609093

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14912100 kB
Buffers:       1349800 kB
Cached:       16065428 kB
SwapCached:          0 kB
Active:        9011936 kB
Inactive:      8470176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14912100 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6684 kB
Writeback:           4 kB
AnonPages:       66496 kB
Mapped:          15452 kB
Slab:           493620 kB
PageTables:       5000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   258568 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= 71276 MiB
End job on node109 at 2011-04-22 14:10:44