Trace number 3293721

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) 1302.34 1300.1

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/11pipe_k.cnf
MD5SUM932387240a0c17f4c88af52c4ca151c6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark325.87
Satisfiable
(Un)Satisfiability was proved
Number of variables89315
Number of clauses5584003
Sum of the clauses size16593705
Maximum clause length295
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 25473787
Number of clauses of size 337063
Number of clauses of size 4514
Number of clauses of size 5453
Number of clauses of size over 572185

Solver Data

0.06/0.50	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.50	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.50	c See www.sat4j.org for details.
0.06/0.51	c no version file found!!!
0.06/0.51	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.51	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.51	c java.vm.version	19.1-b02
0.06/0.51	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.51	c sun.arch.data.model	64
0.06/0.51	c java.version		1.6.0_24
0.06/0.51	c os.name		Linux
0.06/0.51	c os.version		2.6.18-164.el5
0.06/0.51	c os.arch		amd64
0.06/0.51	c Free memory 		6997539544
0.06/0.51	c Max memory 		7034241024
0.06/0.51	c Total memory 		7034241024
0.06/0.51	c Number of processors 	8
0.06/0.53	c --- Begin Solver configuration ---
0.06/0.53	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.06/0.53	c Learn all clauses as in MiniSAT
0.06/0.53	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.06/0.53	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.06/0.53	c Expensive reason simplification
0.06/0.53	c Armin Biere (Picosat) restarts strategy
0.06/0.53	c Glucose learned constraints deletion strategy
0.06/0.53	c timeout=2147483647s
0.06/0.53	c DB Simplification allowed=true
0.06/0.53	c --- End Solver configuration ---
0.06/0.53	c solving HOME/instance-3293721-1303794230.cnf
0.06/0.53	c reading problem ... 
4.35/4.69	c ... done. Wall clock time 4.156s.
6.20/5.97	c #vars     89315
6.20/5.97	c #constraints  5584003
6.20/5.97	c constraints type 
6.20/5.97	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 110215
6.20/5.97	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 5473787
17.71/17.50	c cleaning 2497 clauses out of 5000 with flag 5000/5000
31.82/30.89	c cleaning 4245 clauses out of 8503 with flag 11000/11000
43.35/42.40	c cleaning 5610 clauses out of 11258 with flag 18000/18000
56.17/55.14	c cleaning 6813 clauses out of 13652 with flag 26004/26004
69.12/68.09	c cleaning 7903 clauses out of 15837 with flag 35002/35002
82.93/81.89	c cleaning 8930 clauses out of 17932 with flag 45000/45000
99.86/98.74	c cleaning 9928 clauses out of 20003 with flag 56001/56001
116.38/115.25	c cleaning 11039 clauses out of 22078 with flag 68004/68004
133.50/132.35	c cleaning 12014 clauses out of 24035 with flag 81000/81000
152.12/150.92	c cleaning 12994 clauses out of 26021 with flag 95000/95000
171.55/170.36	c cleaning 13995 clauses out of 28030 with flag 110003/110003
189.37/188.14	c cleaning 14915 clauses out of 30034 with flag 126002/126002
208.49/207.28	c cleaning 15989 clauses out of 32119 with flag 143002/143002
227.82/226.55	c cleaning 16974 clauses out of 34130 with flag 161002/161002
247.64/246.37	c cleaning 18015 clauses out of 36154 with flag 180000/180000
269.26/267.94	c cleaning 19029 clauses out of 38140 with flag 200001/200001
291.89/290.54	c cleaning 20021 clauses out of 40115 with flag 221005/221005
317.41/316.04	c cleaning 21017 clauses out of 42090 with flag 243001/243001
340.94/339.52	c cleaning 21943 clauses out of 44072 with flag 266000/266000
364.96/363.57	c cleaning 22920 clauses out of 46130 with flag 290001/290001
391.69/390.28	c cleaning 24003 clauses out of 48210 with flag 315001/315001
418.61/417.18	c cleaning 25088 clauses out of 50206 with flag 341000/341000
448.94/447.46	c cleaning 25991 clauses out of 52119 with flag 368001/368001
476.67/475.18	c cleaning 26911 clauses out of 54128 with flag 396001/396001
506.40/504.84	c cleaning 28038 clauses out of 56216 with flag 425000/425000
535.22/533.63	c cleaning 29012 clauses out of 58178 with flag 455000/455000
562.05/560.48	c cleaning 29952 clauses out of 60166 with flag 486000/486000
592.67/591.06	c cleaning 30979 clauses out of 62214 with flag 518000/518000
626.21/624.58	c cleaning 32118 clauses out of 64236 with flag 551001/551001
665.03/663.32	c cleaning 32938 clauses out of 66117 with flag 585000/585000
700.15/698.45	c cleaning 33998 clauses out of 68179 with flag 620000/620000
735.29/733.60	c cleaning 34915 clauses out of 70183 with flag 656002/656002
776.81/775.07	c cleaning 36002 clauses out of 72267 with flag 693001/693001
813.93/812.19	c cleaning 37081 clauses out of 74265 with flag 731001/731001
853.26/851.40	c cleaning 38076 clauses out of 76183 with flag 770000/770000
887.99/886.11	c cleaning 39038 clauses out of 78109 with flag 810002/810002
927.21/925.39	c cleaning 40031 clauses out of 80070 with flag 851001/851001
971.85/969.95	c cleaning 40997 clauses out of 82041 with flag 893003/893003
1016.47/1014.56	c cleaning 41949 clauses out of 84042 with flag 936001/936001
1059.11/1057.19	c cleaning 43032 clauses out of 86092 with flag 980000/980000
1104.94/1102.95	c cleaning 43965 clauses out of 88060 with flag 1025000/1025000
1147.47/1145.49	c cleaning 44998 clauses out of 90096 with flag 1071001/1071001
1195.10/1193.01	c cleaning 45998 clauses out of 92099 with flag 1118002/1118002
1240.83/1238.74	c cleaning 46951 clauses out of 94100 with flag 1166001/1166001
1289.86/1287.79	c cleaning 47984 clauses out of 96148 with flag 1215000/1215000
1302.21/1300.02	c starts		: 1275
1302.21/1300.02	c conflicts		: 1228055
1302.21/1300.02	c decisions		: 9595754
1302.21/1300.02	c propagations		: 1486359992
1302.21/1300.02	c inspects		: 7884571797
1302.21/1300.02	c shortcuts		: 0
1302.21/1300.02	c learnt literals	: 0
1302.21/1300.02	c learnt binary clauses	: 3827
1302.21/1300.02	c learnt ternary clauses	: 646
1302.21/1300.02	c learnt constraints	: 1228055
1302.21/1300.02	c ignored constraints	: 0
1302.21/1300.02	c root simplifications	: 1275
1302.21/1300.02	c removed literals (reason simplification)	: 118084263
1302.21/1300.02	c reason swapping (by a shorter reason)	: 0
1302.21/1300.02	c Calls to reduceDB	: 45
1302.21/1300.02	c speed (assignments/second)	: 1147475.9265978555
1302.21/1300.02	c non guided choices	576342
1302.21/1300.05	c learnt constraints type 
1302.21/1300.05	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3827
1302.21/1300.05	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 57414
1302.21/1300.05	c constraints type 
1302.21/1300.05	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 110215
1302.21/1300.05	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 5473787
1302.21/1300.05	s UNKNOWN
1302.21/1300.05	c Total wall clock time (in seconds) : 1299.487

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-3293721-1303794230/watcher-3293721-1303794230 -o /tmp/evaluation-result-3293721-1303794230/solver-3293721-1303794230 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3293721-1303794230.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: 3.18 3.78 3.59 1/177 16390
/proc/meminfo: memFree=20662168/32950904 swapFree=67082284/67111528
[pid=16390] ppid=16388 vsize=11800 CPUtime=0 cores=0,2
/proc/16390/stat : 16390 (runsolver) S 16388 16390 16351 0 -1 4202560 42 0 0 0 0 0 0 0 25 0 1 0 491022809 12083200 53 33554432000 4194304 5434984 140737007477392 18446744073709551615 4881607 0 2147483391 4096 24578 18446744071699960631 0 0 17 0 0 0 0
/proc/16390/statm: 2950 53 31 303 0 2644 0

[startup+0.105325 s]
/proc/loadavg: 3.18 3.78 3.59 1/177 16390
/proc/meminfo: memFree=20662168/32950904 swapFree=67082284/67111528
[pid=16390] ppid=16388 vsize=252 CPUtime=0 cores=0,2
/proc/16390/stat : 16390 (java) S 16388 16390 16351 0 -1 4194304 78 0 0 0 0 0 0 0 24 0 1 0 491022809 258048 31 33554432000 1073741824 1073778376 140735153630528 18446744073709551615 237273955975 0 2147483391 4096 0 18446744071699199166 0 0 17 2 0 0 0
/proc/16390/statm: 63 31 24 9 0 22 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 252

[startup+0.200346 s]
/proc/loadavg: 3.18 3.78 3.59 1/177 16390
/proc/meminfo: memFree=20662168/32950904 swapFree=67082284/67111528
[pid=16390] ppid=16388 vsize=9100 CPUtime=0 cores=0,2
/proc/16390/stat : 16390 (java) S 16388 16390 16351 0 -1 4202496 229 0 0 0 0 0 0 0 24 0 1 0 491022809 9318400 165 33554432000 1073741824 1073778376 140735153630528 18446744073709551615 237278877696 0 2147483391 4096 0 18446744071699199166 0 0 17 2 0 0 0
/proc/16390/statm: 2275 165 125 9 0 67 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9100

[startup+0.300348 s]
/proc/loadavg: 3.18 3.78 3.59 1/177 16390
/proc/meminfo: memFree=20662168/32950904 swapFree=67082284/67111528
[pid=16390] ppid=16388 vsize=30528 CPUtime=0 cores=0,2
/proc/16390/stat : 16390 (java) S 16388 16390 16351 0 -1 4202496 1245 0 0 0 0 0 0 0 23 0 2 0 491022809 31260672 964 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290682341 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16390/statm: 7632 964 737 9 0 383 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 30528

[startup+0.739466 s]
/proc/loadavg: 3.18 3.78 3.59 1/177 16390
/proc/meminfo: memFree=20662168/32950904 swapFree=67082284/67111528
[pid=16390] ppid=16388 vsize=7636784 CPUtime=0.47 cores=0,2
/proc/16390/stat : 16390 (java) S 16388 16390 16351 0 -1 4202496 20252 0 1 0 45 2 0 0 23 0 18 0 491022809 7820066816 19056 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16390/statm: 1909196 19056 2197 9 0 1899934 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 7636784

[startup+1.50107 s]
/proc/loadavg: 3.18 3.78 3.59 5/236 16454
/proc/meminfo: memFree=20135380/32950904 swapFree=67082284/67111528
[pid=16390] ppid=16388 vsize=7636784 CPUtime=1.25 cores=0,2
/proc/16390/stat : 16390 (java) S 16388 16390 16351 0 -1 4202496 36669 0 1 0 120 5 0 0 23 0 18 0 491022809 7820066816 35472 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16390/statm: 1909196 35472 2198 9 0 1899934 0
[pid=16390/tid=16398] ppid=16388 vsize=7636784 CPUtime=1.04 cores=0,2
/proc/16390/task/16398/stat : 16398 (java) R 16388 16390 16351 0 -1 4202560 32458 0 1 0 100 4 0 0 19 0 18 0 491022836 7820066816 35473 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 46912505567584 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16390/tid=16414] ppid=16388 vsize=7636784 CPUtime=0 cores=0,2
/proc/16390/task/16414/stat : 16414 (java) S 16388 16390 16351 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 491022847 7820066816 35473 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16415] ppid=16388 vsize=7636784 CPUtime=0 cores=0,2
/proc/16390/task/16415/stat : 16415 (java) S 16388 16390 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 491022847 7820066816 35474 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 0 0 0 0
[pid=16390/tid=16416] ppid=16388 vsize=7636784 CPUtime=0 cores=0,2
/proc/16390/task/16416/stat : 16416 (java) S 16388 16390 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 491022847 7820066816 35474 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 0 0 0 0
[pid=16390/tid=16417] ppid=16388 vsize=7636784 CPUtime=0 cores=0,2
/proc/16390/task/16417/stat : 16417 (java) S 16388 16390 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 491022847 7820066816 35475 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 0 0 0 0
[pid=16390/tid=16418] ppid=16388 vsize=7636784 CPUtime=0 cores=0,2
/proc/16390/task/16418/stat : 16418 (java) S 16388 16390 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 491022847 7820066816 35475 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 0 0 0 0
[pid=16390/tid=16419] ppid=16388 vsize=7636784 CPUtime=0 cores=0,2
/proc/16390/task/16419/stat : 16419 (java) S 16388 16390 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 491022847 7820066816 35476 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 0 0 0 0
[pid=16390/tid=16420] ppid=16388 vsize=7636784 CPUtime=0 cores=0,2
/proc/16390/task/16420/stat : 16420 (java) S 16388 16390 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 491022847 7820066816 35476 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 0 0 0 0
[pid=16390/tid=16421] ppid=16388 vsize=7636784 CPUtime=0 cores=0,2
/proc/16390/task/16421/stat : 16421 (java) S 16388 16390 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 491022847 7820066816 35477 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 0 0 0 0
[pid=16390/tid=16424] ppid=16388 vsize=7636784 CPUtime=0 cores=0,2
/proc/16390/task/16424/stat : 16424 (java) S 16388 16390 16351 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 18 0 491022849 7820066816 35477 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290696192 0 0 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16427] ppid=16388 vsize=7636784 CPUtime=0 cores=0,2
/proc/16390/task/16427/stat : 16427 (java) S 16388 16390 16351 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 491022850 7820066816 35477 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16428] ppid=16388 vsize=7636784 CPUtime=0 cores=0,2
/proc/16390/task/16428/stat : 16428 (java) S 16388 16390 16351 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 18 0 491022850 7820066816 35478 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16445] ppid=16388 vsize=7636784 CPUtime=0 cores=0,2
/proc/16390/task/16445/stat : 16445 (java) S 16388 16390 16351 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 491022858 7820066816 35478 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290703281 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16446] ppid=16388 vsize=7636784 CPUtime=0.06 cores=0,2
/proc/16390/task/16446/stat : 16446 (java) S 16388 16390 16351 0 -1 4202560 357 0 0 0 6 0 0 0 19 0 18 0 491022858 7820066816 35478 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16447] ppid=16388 vsize=7636784 CPUtime=0.13 cores=0,2
/proc/16390/task/16447/stat : 16447 (java) S 16388 16390 16351 0 -1 4202560 2702 0 0 0 13 0 0 0 15 0 18 0 491022858 7820066816 35479 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16448] ppid=16388 vsize=7636784 CPUtime=0 cores=0,2
/proc/16390/task/16448/stat : 16448 (java) S 16388 16390 16351 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 491022858 7820066816 35480 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16449] ppid=16388 vsize=7636784 CPUtime=0 cores=0,2
/proc/16390/task/16449/stat : 16449 (java) S 16388 16390 16351 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 491022858 7820066816 35480 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290696192 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 7636784

[startup+3.10073 s]
/proc/loadavg: 3.48 3.83 3.61 5/260 16479
/proc/meminfo: memFree=19576920/32950904 swapFree=67082284/67111528
[pid=16390] ppid=16388 vsize=7636784 CPUtime=2.85 cores=0,2
/proc/16390/stat : 16390 (java) S 16388 16390 16351 0 -1 4202496 72058 0 1 0 275 10 0 0 23 0 18 0 491022809 7820066816 70861 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16390/statm: 1909196 70862 2198 9 0 1899934 0
[pid=16390/tid=16398] ppid=16388 vsize=7636784 CPUtime=2.64 cores=0,2
/proc/16390/task/16398/stat : 16398 (java) R 16388 16390 16351 0 -1 4202560 67847 0 1 0 255 9 0 0 22 0 18 0 491022836 7820066816 70862 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 46912505568755 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16390/tid=16414] ppid=16388 vsize=7636784 CPUtime=0 cores=0,2
/proc/16390/task/16414/stat : 16414 (java) S 16388 16390 16351 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 491022847 7820066816 70862 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16415] ppid=16388 vsize=7636784 CPUtime=0 cores=0,2
/proc/16390/task/16415/stat : 16415 (java) S 16388 16390 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 491022847 7820066816 70863 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 0 0 0 0
[pid=16390/tid=16416] ppid=16388 vsize=7636784 CPUtime=0 cores=0,2
/proc/16390/task/16416/stat : 16416 (java) S 16388 16390 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 491022847 7820066816 70863 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 0 0 0 0
[pid=16390/tid=16417] ppid=16388 vsize=7636784 CPUtime=0 cores=0,2
/proc/16390/task/16417/stat : 16417 (java) S 16388 16390 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 491022847 7820066816 70864 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 0 0 0 0
[pid=16390/tid=16418] ppid=16388 vsize=7636784 CPUtime=0 cores=0,2
/proc/16390/task/16418/stat : 16418 (java) S 16388 16390 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 491022847 7820066816 70864 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 0 0 0 0
[pid=16390/tid=16419] ppid=16388 vsize=7636784 CPUtime=0 cores=0,2
/proc/16390/task/16419/stat : 16419 (java) S 16388 16390 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 491022847 7820066816 70864 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 0 0 0 0
[pid=16390/tid=16420] ppid=16388 vsize=7636784 CPUtime=0 cores=0,2
/proc/16390/task/16420/stat : 16420 (java) S 16388 16390 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 491022847 7820066816 70865 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 0 0 0 0
[pid=16390/tid=16421] ppid=16388 vsize=7636784 CPUtime=0 cores=0,2
/proc/16390/task/16421/stat : 16421 (java) S 16388 16390 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 491022847 7820066816 70866 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 0 0 0 0
[pid=16390/tid=16424] ppid=16388 vsize=7636784 CPUtime=0 cores=0,2
/proc/16390/task/16424/stat : 16424 (java) S 16388 16390 16351 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 18 0 491022849 7820066816 70867 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290696192 0 0 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16427] ppid=16388 vsize=7636784 CPUtime=0 cores=0,2
/proc/16390/task/16427/stat : 16427 (java) S 16388 16390 16351 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 491022850 7820066816 70867 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16428] ppid=16388 vsize=7636784 CPUtime=0 cores=0,2
/proc/16390/task/16428/stat : 16428 (java) S 16388 16390 16351 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 18 0 491022850 7820066816 70867 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16445] ppid=16388 vsize=7636784 CPUtime=0 cores=0,2
/proc/16390/task/16445/stat : 16445 (java) S 16388 16390 16351 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 491022858 7820066816 70868 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290703281 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16446] ppid=16388 vsize=7636784 CPUtime=0.06 cores=0,2
/proc/16390/task/16446/stat : 16446 (java) S 16388 16390 16351 0 -1 4202560 357 0 0 0 6 0 0 0 19 0 18 0 491022858 7820066816 70868 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16447] ppid=16388 vsize=7636784 CPUtime=0.13 cores=0,2
/proc/16390/task/16447/stat : 16447 (java) S 16388 16390 16351 0 -1 4202560 2702 0 0 0 13 0 0 0 15 0 18 0 491022858 7820066816 70869 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16448] ppid=16388 vsize=7636784 CPUtime=0 cores=0,2
/proc/16390/task/16448/stat : 16448 (java) S 16388 16390 16351 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 491022858 7820066816 70869 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16449] ppid=16388 vsize=7636784 CPUtime=0 cores=0,2
/proc/16390/task/16449/stat : 16449 (java) S 16388 16390 16351 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 491022858 7820066816 70869 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290696192 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 7636784

[startup+6.30116 s]
/proc/loadavg: 3.48 3.83 3.61 5/261 16482
/proc/meminfo: memFree=18856784/32950904 swapFree=67082284/67111528
[pid=16390] ppid=16388 vsize=7638596 CPUtime=6.54 cores=0,2
/proc/16390/stat : 16390 (java) S 16388 16390 16351 0 -1 4202496 109241 0 1 0 639 15 0 0 23 0 19 0 491022809 7821922304 107650 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16390/statm: 1909649 107650 2223 9 0 1900387 0
[pid=16390/tid=16398] ppid=16388 vsize=7638596 CPUtime=5.84 cores=0,2
/proc/16390/task/16398/stat : 16398 (java) R 16388 16390 16351 0 -1 4202560 104346 0 1 0 570 14 0 0 25 0 19 0 491022836 7821922304 107650 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 46912505805682 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16390/tid=16414] ppid=16388 vsize=7638596 CPUtime=0 cores=0,2
/proc/16390/task/16414/stat : 16414 (java) S 16388 16390 16351 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 491022847 7821922304 107650 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16415] ppid=16388 vsize=7638596 CPUtime=0 cores=0,2
/proc/16390/task/16415/stat : 16415 (java) S 16388 16390 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 491022847 7821922304 107650 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 0 0 0 0
[pid=16390/tid=16416] ppid=16388 vsize=7638596 CPUtime=0 cores=0,2
/proc/16390/task/16416/stat : 16416 (java) S 16388 16390 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 491022847 7821922304 107650 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 0 0 0 0
[pid=16390/tid=16417] ppid=16388 vsize=7638596 CPUtime=0 cores=0,2
/proc/16390/task/16417/stat : 16417 (java) S 16388 16390 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 491022847 7821922304 107650 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 0 0 0 0
[pid=16390/tid=16418] ppid=16388 vsize=7638596 CPUtime=0 cores=0,2
/proc/16390/task/16418/stat : 16418 (java) S 16388 16390 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 491022847 7821922304 107650 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 0 0 0 0
[pid=16390/tid=16419] ppid=16388 vsize=7638596 CPUtime=0 cores=0,2
/proc/16390/task/16419/stat : 16419 (java) S 16388 16390 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 491022847 7821922304 107650 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 0 0 0 0
[pid=16390/tid=16420] ppid=16388 vsize=7638596 CPUtime=0 cores=0,2
/proc/16390/task/16420/stat : 16420 (java) S 16388 16390 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 491022847 7821922304 107650 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 0 0 0 0
[pid=16390/tid=16421] ppid=16388 vsize=7638596 CPUtime=0 cores=0,2
/proc/16390/task/16421/stat : 16421 (java) S 16388 16390 16351 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 491022847 7821922304 107650 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 0 0 0 0
[pid=16390/tid=16424] ppid=16388 vsize=7638596 CPUtime=0 cores=0,2
/proc/16390/task/16424/stat : 16424 (java) S 16388 16390 16351 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 491022849 7821922304 107650 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290696192 0 0 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16427] ppid=16388 vsize=7638596 CPUtime=0 cores=0,2
/proc/16390/task/16427/stat : 16427 (java) S 16388 16390 16351 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 491022850 7821922304 107650 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16428] ppid=16388 vsize=7638596 CPUtime=0 cores=0,2
/proc/16390/task/16428/stat : 16428 (java) S 16388 16390 16351 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 491022850 7821922304 107650 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16445] ppid=16388 vsize=7638596 CPUtime=0 cores=0,2
/proc/16390/task/16445/stat : 16445 (java) S 16388 16390 16351 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 491022858 7821922304 107651 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290703281 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16446] ppid=16388 vsize=7638596 CPUtime=0.2 cores=0,2
/proc/16390/task/16446/stat : 16446 (java) S 16388 16390 16351 0 -1 4202560 848 0 0 0 20 0 0 0 15 0 19 0 491022858 7821922304 107651 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16447] ppid=16388 vsize=7638596 CPUtime=0.48 cores=0,2
/proc/16390/task/16447/stat : 16447 (java) S 16388 16390 16351 0 -1 4202560 2883 0 0 0 48 0 0 0 15 0 19 0 491022858 7821922304 107651 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16448] ppid=16388 vsize=7638596 CPUtime=0 cores=0,2
/proc/16390/task/16448/stat : 16448 (java) S 16388 16390 16351 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 491022858 7821922304 107651 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16449] ppid=16388 vsize=7638596 CPUtime=0 cores=0,2
/proc/16390/task/16449/stat : 16449 (java) S 16388 16390 16351 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 491022858 7821922304 107651 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290696192 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16482] ppid=16388 vsize=7638596 CPUtime=0 cores=0,2
/proc/16390/task/16482/stat : 16482 (java) S 16388 16390 16351 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 491023282 7821922304 107651 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290696192 0 4 0 16800975 18446604453960973056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.54
Current children cumulated vsize (KiB) 7638596

[startup+12.701 s]
/proc/loadavg: 4.00 3.94 3.65 5/262 16483
/proc/meminfo: memFree=18667016/32950904 swapFree=67082284/67111528
[pid=16390] ppid=16388 vsize=7638596 CPUtime=13 cores=0,2
/proc/16390/stat : 16390 (java) S 16388 16390 16351 0 -1 4202496 110244 0 1 0 1285 15 0 0 23 0 19 0 491022809 7821922304 108649 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0

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

[pid=16390/tid=16419] ppid=16388 vsize=7639144 CPUtime=0.37 cores=0,2
/proc/16390/task/16419/stat : 16419 (java) S 16388 16390 16351 0 -1 4202560 7801 0 0 0 37 0 0 0 15 0 19 0 491022847 7822483456 290190 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16420] ppid=16388 vsize=7639144 CPUtime=0.48 cores=0,2
/proc/16390/task/16420/stat : 16420 (java) S 16388 16390 16351 0 -1 4202560 8874 0 0 0 47 1 0 0 15 0 19 0 491022847 7822483456 290190 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16421] ppid=16388 vsize=7639144 CPUtime=0.81 cores=0,2
/proc/16390/task/16421/stat : 16421 (java) S 16388 16390 16351 0 -1 4202560 32113 0 0 0 77 4 0 0 15 0 19 0 491022847 7822483456 290190 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16424] ppid=16388 vsize=7639144 CPUtime=39.87 cores=0,2
/proc/16390/task/16424/stat : 16424 (java) S 16388 16390 16351 0 -1 4202560 103275 0 0 0 3976 11 0 0 15 0 19 0 491022849 7822483456 290190 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290696192 0 0 0 16800975 18446604453960973056 0 0 -1 0 0 0 0
[pid=16390/tid=16427] ppid=16388 vsize=7639144 CPUtime=0 cores=0,2
/proc/16390/task/16427/stat : 16427 (java) S 16388 16390 16351 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 491022850 7822483456 290190 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16428] ppid=16388 vsize=7639144 CPUtime=0 cores=0,2
/proc/16390/task/16428/stat : 16428 (java) S 16388 16390 16351 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 491022850 7822483456 290190 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16445] ppid=16388 vsize=7639144 CPUtime=0 cores=0,2
/proc/16390/task/16445/stat : 16445 (java) S 16388 16390 16351 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 491022858 7822483456 290190 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290703281 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16446] ppid=16388 vsize=7639144 CPUtime=0.32 cores=0,2
/proc/16390/task/16446/stat : 16446 (java) S 16388 16390 16351 0 -1 4202560 1220 0 0 0 32 0 0 0 15 0 19 0 491022858 7822483456 290190 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16447] ppid=16388 vsize=7639144 CPUtime=0.57 cores=0,2
/proc/16390/task/16447/stat : 16447 (java) S 16388 16390 16351 0 -1 4202560 2897 0 0 0 57 0 0 0 15 0 19 0 491022858 7822483456 290190 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16448] ppid=16388 vsize=7639144 CPUtime=0 cores=0,2
/proc/16390/task/16448/stat : 16448 (java) S 16388 16390 16351 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 491022858 7822483456 290190 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16449] ppid=16388 vsize=7639144 CPUtime=0 cores=0,2
/proc/16390/task/16449/stat : 16449 (java) S 16388 16390 16351 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 19 0 491022858 7822483456 290190 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290696192 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16482] ppid=16388 vsize=7639144 CPUtime=0 cores=0,2
/proc/16390/task/16482/stat : 16482 (java) S 16388 16390 16351 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 491023282 7822483456 290190 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290696192 0 4 0 16800975 18446604453960973056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1184.41
Current children cumulated vsize (KiB) 7639144

[startup+1242.3 s]
/proc/loadavg: 1.00 1.05 1.73 2/190 16571
/proc/meminfo: memFree=19495316/32950904 swapFree=67082284/67111528
[pid=16390] ppid=16388 vsize=7639144 CPUtime=1244.46 cores=0,2
/proc/16390/stat : 16390 (java) S 16388 16390 16351 0 -1 4202496 292867 0 1 0 124408 38 0 0 23 0 19 0 491022809 7822483456 290700 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16390/statm: 1909786 290700 2253 9 0 1900524 0
[pid=16390/tid=16398] ppid=16388 vsize=7639144 CPUtime=1198.06 cores=0,2
/proc/16390/task/16398/stat : 16398 (java) R 16388 16390 16351 0 -1 4202560 105733 0 1 0 119790 16 0 0 21 0 19 0 491022836 7822483456 290700 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 46912505805682 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16390/tid=16414] ppid=16388 vsize=7639144 CPUtime=0.45 cores=0,2
/proc/16390/task/16414/stat : 16414 (java) S 16388 16390 16351 0 -1 4202560 25203 0 0 0 42 3 0 0 15 0 19 0 491022847 7822483456 290700 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16415] ppid=16388 vsize=7639144 CPUtime=0.29 cores=0,2
/proc/16390/task/16415/stat : 16415 (java) S 16388 16390 16351 0 -1 4202560 29 0 0 0 29 0 0 0 16 0 19 0 491022847 7822483456 290700 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16416] ppid=16388 vsize=7639144 CPUtime=0.2 cores=0,2
/proc/16390/task/16416/stat : 16416 (java) S 16388 16390 16351 0 -1 4202560 17 0 0 0 20 0 0 0 15 0 19 0 491022847 7822483456 290700 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16417] ppid=16388 vsize=7639144 CPUtime=0.33 cores=0,2
/proc/16390/task/16417/stat : 16417 (java) S 16388 16390 16351 0 -1 4202560 12 0 0 0 33 0 0 0 15 0 19 0 491022847 7822483456 290700 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16418] ppid=16388 vsize=7639144 CPUtime=0.37 cores=0,2
/proc/16390/task/16418/stat : 16418 (java) S 16388 16390 16351 0 -1 4202560 3954 0 0 0 37 0 0 0 15 0 19 0 491022847 7822483456 290700 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16419] ppid=16388 vsize=7639144 CPUtime=0.41 cores=0,2
/proc/16390/task/16419/stat : 16419 (java) S 16388 16390 16351 0 -1 4202560 7801 0 0 0 40 1 0 0 16 0 19 0 491022847 7822483456 290700 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16420] ppid=16388 vsize=7639144 CPUtime=0.51 cores=0,2
/proc/16390/task/16420/stat : 16420 (java) S 16388 16390 16351 0 -1 4202560 8874 0 0 0 50 1 0 0 15 0 19 0 491022847 7822483456 290700 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16421] ppid=16388 vsize=7639144 CPUtime=0.82 cores=0,2
/proc/16390/task/16421/stat : 16421 (java) S 16388 16390 16351 0 -1 4202560 32113 0 0 0 78 4 0 0 15 0 19 0 491022847 7822483456 290700 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16424] ppid=16388 vsize=7639144 CPUtime=42.06 cores=0,2
/proc/16390/task/16424/stat : 16424 (java) S 16388 16390 16351 0 -1 4202560 103789 0 0 0 4195 11 0 0 15 0 19 0 491022849 7822483456 290700 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290696192 0 0 0 16800975 18446604453960973056 0 0 -1 0 0 0 0
[pid=16390/tid=16427] ppid=16388 vsize=7639144 CPUtime=0 cores=0,2
/proc/16390/task/16427/stat : 16427 (java) S 16388 16390 16351 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 491022850 7822483456 290700 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16428] ppid=16388 vsize=7639144 CPUtime=0 cores=0,2
/proc/16390/task/16428/stat : 16428 (java) S 16388 16390 16351 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 491022850 7822483456 290700 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16445] ppid=16388 vsize=7639144 CPUtime=0 cores=0,2
/proc/16390/task/16445/stat : 16445 (java) S 16388 16390 16351 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 491022858 7822483456 290700 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290703281 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16446] ppid=16388 vsize=7639144 CPUtime=0.32 cores=0,2
/proc/16390/task/16446/stat : 16446 (java) S 16388 16390 16351 0 -1 4202560 1220 0 0 0 32 0 0 0 15 0 19 0 491022858 7822483456 290700 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16447] ppid=16388 vsize=7639144 CPUtime=0.57 cores=0,2
/proc/16390/task/16447/stat : 16447 (java) S 16388 16390 16351 0 -1 4202560 2897 0 0 0 57 0 0 0 15 0 19 0 491022858 7822483456 290700 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16448] ppid=16388 vsize=7639144 CPUtime=0 cores=0,2
/proc/16390/task/16448/stat : 16448 (java) S 16388 16390 16351 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 491022858 7822483456 290700 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16449] ppid=16388 vsize=7639144 CPUtime=0 cores=0,2
/proc/16390/task/16449/stat : 16449 (java) S 16388 16390 16351 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 19 0 491022858 7822483456 290700 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290696192 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16482] ppid=16388 vsize=7639144 CPUtime=0 cores=0,2
/proc/16390/task/16482/stat : 16482 (java) S 16388 16390 16351 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 491023282 7822483456 290700 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290696192 0 4 0 16800975 18446604453960973056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1244.46
Current children cumulated vsize (KiB) 7639144



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300.01 s]
/proc/loadavg: 1.00 1.04 1.69 2/190 16572
/proc/meminfo: memFree=19495036/32950904 swapFree=67082284/67111528
[pid=16390] ppid=16388 vsize=7639144 CPUtime=1302.21 cores=0,2
/proc/16390/stat : 16390 (java) S 16388 16390 16351 0 -1 4202496 292885 0 1 0 130183 38 0 0 23 0 19 0 491022809 7822483456 290711 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16390/statm: 1909786 290711 2253 9 0 1900524 0
[pid=16390/tid=16398] ppid=16388 vsize=7639144 CPUtime=1254.87 cores=0,2
/proc/16390/task/16398/stat : 16398 (java) R 16388 16390 16351 0 -1 4202560 105734 0 1 0 125471 16 0 0 25 0 19 0 491022836 7822483456 290711 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 46912505671282 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16390/tid=16414] ppid=16388 vsize=7639144 CPUtime=0.45 cores=0,2
/proc/16390/task/16414/stat : 16414 (java) S 16388 16390 16351 0 -1 4202560 25203 0 0 0 42 3 0 0 16 0 19 0 491022847 7822483456 290711 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16415] ppid=16388 vsize=7639144 CPUtime=0.29 cores=0,2
/proc/16390/task/16415/stat : 16415 (java) S 16388 16390 16351 0 -1 4202560 29 0 0 0 29 0 0 0 15 0 19 0 491022847 7822483456 290711 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16416] ppid=16388 vsize=7639144 CPUtime=0.2 cores=0,2
/proc/16390/task/16416/stat : 16416 (java) S 16388 16390 16351 0 -1 4202560 17 0 0 0 20 0 0 0 15 0 19 0 491022847 7822483456 290711 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16417] ppid=16388 vsize=7639144 CPUtime=0.36 cores=0,2
/proc/16390/task/16417/stat : 16417 (java) S 16388 16390 16351 0 -1 4202560 12 0 0 0 36 0 0 0 16 0 19 0 491022847 7822483456 290711 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16418] ppid=16388 vsize=7639144 CPUtime=0.37 cores=0,2
/proc/16390/task/16418/stat : 16418 (java) S 16388 16390 16351 0 -1 4202560 3954 0 0 0 37 0 0 0 15 0 19 0 491022847 7822483456 290711 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16419] ppid=16388 vsize=7639144 CPUtime=0.41 cores=0,2
/proc/16390/task/16419/stat : 16419 (java) S 16388 16390 16351 0 -1 4202560 7801 0 0 0 40 1 0 0 16 0 19 0 491022847 7822483456 290711 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16420] ppid=16388 vsize=7639144 CPUtime=0.54 cores=0,2
/proc/16390/task/16420/stat : 16420 (java) S 16388 16390 16351 0 -1 4202560 8874 0 0 0 53 1 0 0 16 0 19 0 491022847 7822483456 290711 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16421] ppid=16388 vsize=7639144 CPUtime=0.82 cores=0,2
/proc/16390/task/16421/stat : 16421 (java) S 16388 16390 16351 0 -1 4202560 32113 0 0 0 78 4 0 0 15 0 19 0 491022847 7822483456 290711 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16424] ppid=16388 vsize=7639144 CPUtime=42.92 cores=0,2
/proc/16390/task/16424/stat : 16424 (java) S 16388 16390 16351 0 -1 4202560 103802 0 0 0 4281 11 0 0 15 0 19 0 491022849 7822483456 290711 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290696192 0 0 0 16800975 18446604453960973056 0 0 -1 0 0 0 0
[pid=16390/tid=16427] ppid=16388 vsize=7639144 CPUtime=0 cores=0,2
/proc/16390/task/16427/stat : 16427 (java) S 16388 16390 16351 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 491022850 7822483456 290711 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16428] ppid=16388 vsize=7639144 CPUtime=0 cores=0,2
/proc/16390/task/16428/stat : 16428 (java) S 16388 16390 16351 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 491022850 7822483456 290711 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16445] ppid=16388 vsize=7639144 CPUtime=0 cores=0,2
/proc/16390/task/16445/stat : 16445 (java) S 16388 16390 16351 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 491022858 7822483456 290711 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290703281 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16446] ppid=16388 vsize=7639144 CPUtime=0.32 cores=0,2
/proc/16390/task/16446/stat : 16446 (java) S 16388 16390 16351 0 -1 4202560 1220 0 0 0 32 0 0 0 15 0 19 0 491022858 7822483456 290711 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16447] ppid=16388 vsize=7639144 CPUtime=0.57 cores=0,2
/proc/16390/task/16447/stat : 16447 (java) S 16388 16390 16351 0 -1 4202560 2897 0 0 0 57 0 0 0 15 0 19 0 491022858 7822483456 290711 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16448] ppid=16388 vsize=7639144 CPUtime=0 cores=0,2
/proc/16390/task/16448/stat : 16448 (java) S 16388 16390 16351 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 491022858 7822483456 290711 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16449] ppid=16388 vsize=7639144 CPUtime=0 cores=0,2
/proc/16390/task/16449/stat : 16449 (java) S 16388 16390 16351 0 -1 4202560 78 0 0 0 0 0 0 0 15 0 19 0 491022858 7822483456 290711 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290696192 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16482] ppid=16388 vsize=7639144 CPUtime=0 cores=0,2
/proc/16390/task/16482/stat : 16482 (java) S 16388 16390 16351 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 491023282 7822483456 290711 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290696192 0 4 0 16800975 18446604453960973056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1302.21
Current children cumulated vsize (KiB) 7639144

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

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

[startup+1300.01 s]
/proc/loadavg: 1.00 1.04 1.69 2/190 16572
/proc/meminfo: memFree=19495036/32950904 swapFree=67082284/67111528
[pid=16390] ppid=16388 vsize=7639144 CPUtime=1302.21 cores=0,2
/proc/16390/stat : 16390 (java) S 16388 16390 16351 0 -1 4202496 292885 0 1 0 130183 38 0 0 23 0 19 0 491022809 7822483456 290711 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16390/statm: 1909786 290711 2253 9 0 1900524 0
[pid=16390/tid=16398] ppid=16388 vsize=7639144 CPUtime=1254.87 cores=0,2
/proc/16390/task/16398/stat : 16398 (java) R 16388 16390 16351 0 -1 4202560 105734 0 1 0 125471 16 0 0 25 0 19 0 491022836 7822483456 290711 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 46912505671282 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16390/tid=16414] ppid=16388 vsize=7639144 CPUtime=0.45 cores=0,2
/proc/16390/task/16414/stat : 16414 (java) S 16388 16390 16351 0 -1 4202560 25203 0 0 0 42 3 0 0 16 0 19 0 491022847 7822483456 290711 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16415] ppid=16388 vsize=7639144 CPUtime=0.29 cores=0,2
/proc/16390/task/16415/stat : 16415 (java) S 16388 16390 16351 0 -1 4202560 29 0 0 0 29 0 0 0 15 0 19 0 491022847 7822483456 290711 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16416] ppid=16388 vsize=7639144 CPUtime=0.2 cores=0,2
/proc/16390/task/16416/stat : 16416 (java) S 16388 16390 16351 0 -1 4202560 17 0 0 0 20 0 0 0 15 0 19 0 491022847 7822483456 290711 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16417] ppid=16388 vsize=7639144 CPUtime=0.36 cores=0,2
/proc/16390/task/16417/stat : 16417 (java) S 16388 16390 16351 0 -1 4202560 12 0 0 0 36 0 0 0 16 0 19 0 491022847 7822483456 290711 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16418] ppid=16388 vsize=7639144 CPUtime=0.37 cores=0,2
/proc/16390/task/16418/stat : 16418 (java) S 16388 16390 16351 0 -1 4202560 3954 0 0 0 37 0 0 0 15 0 19 0 491022847 7822483456 290711 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16419] ppid=16388 vsize=7639144 CPUtime=0.41 cores=0,2
/proc/16390/task/16419/stat : 16419 (java) S 16388 16390 16351 0 -1 4202560 7801 0 0 0 40 1 0 0 16 0 19 0 491022847 7822483456 290711 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16420] ppid=16388 vsize=7639144 CPUtime=0.54 cores=0,2
/proc/16390/task/16420/stat : 16420 (java) S 16388 16390 16351 0 -1 4202560 8874 0 0 0 53 1 0 0 16 0 19 0 491022847 7822483456 290711 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16421] ppid=16388 vsize=7639144 CPUtime=0.82 cores=0,2
/proc/16390/task/16421/stat : 16421 (java) S 16388 16390 16351 0 -1 4202560 32113 0 0 0 78 4 0 0 15 0 19 0 491022847 7822483456 290711 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16424] ppid=16388 vsize=7639144 CPUtime=42.92 cores=0,2
/proc/16390/task/16424/stat : 16424 (java) S 16388 16390 16351 0 -1 4202560 103802 0 0 0 4281 11 0 0 15 0 19 0 491022849 7822483456 290711 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290696192 0 0 0 16800975 18446604453960973056 0 0 -1 0 0 0 0
[pid=16390/tid=16427] ppid=16388 vsize=7639144 CPUtime=0 cores=0,2
/proc/16390/task/16427/stat : 16427 (java) S 16388 16390 16351 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 491022850 7822483456 290711 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16428] ppid=16388 vsize=7639144 CPUtime=0 cores=0,2
/proc/16390/task/16428/stat : 16428 (java) S 16388 16390 16351 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 491022850 7822483456 290711 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16445] ppid=16388 vsize=7639144 CPUtime=0 cores=0,2
/proc/16390/task/16445/stat : 16445 (java) S 16388 16390 16351 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 491022858 7822483456 290711 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290703281 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16446] ppid=16388 vsize=7639144 CPUtime=0.32 cores=0,2
/proc/16390/task/16446/stat : 16446 (java) S 16388 16390 16351 0 -1 4202560 1220 0 0 0 32 0 0 0 15 0 19 0 491022858 7822483456 290711 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16447] ppid=16388 vsize=7639144 CPUtime=0.57 cores=0,2
/proc/16390/task/16447/stat : 16447 (java) S 16388 16390 16351 0 -1 4202560 2897 0 0 0 57 0 0 0 15 0 19 0 491022858 7822483456 290711 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16448] ppid=16388 vsize=7639144 CPUtime=0 cores=0,2
/proc/16390/task/16448/stat : 16448 (java) S 16388 16390 16351 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 491022858 7822483456 290711 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290695577 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16449] ppid=16388 vsize=7639144 CPUtime=0 cores=0,2
/proc/16390/task/16449/stat : 16449 (java) S 16388 16390 16351 0 -1 4202560 78 0 0 0 0 0 0 0 15 0 19 0 491022858 7822483456 290711 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290696192 0 4 0 16800975 18446604453960973056 0 0 -1 2 0 0 0
[pid=16390/tid=16482] ppid=16388 vsize=7639144 CPUtime=0 cores=0,2
/proc/16390/task/16482/stat : 16482 (java) S 16388 16390 16351 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 491023282 7822483456 290711 33554432000 1073741824 1073778376 140734436095920 18446744073709551615 237290696192 0 4 0 16800975 18446604453960973056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1302.21
Current children cumulated vsize (KiB) 7639144

Child status: 143
Real time (s): 1300.1
CPU time (s): 1302.34
CPU user time (s): 1301.91
CPU system time (s): 0.433934
CPU usage (%): 100.172
Max. virtual memory (cumulated for all children) (KiB): 7639992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.91
system time used= 0.433934
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 292913
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= 28106
involuntary context switches= 5293

runsolver used 2.29865 second user time and 4.81827 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-26 07:03:50
IDJOB=3293721
IDBENCH=88167
IDSOLVER=1611
FILE ID=node121/3293721-1303794230
RUNJOBID= node121-1303794230-16370
PBS_JOBID= 13157287
Free space on /tmp= 72656 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/11pipe_k.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-3293721-1303794230/watcher-3293721-1303794230 -o /tmp/evaluation-result-3293721-1303794230/solver-3293721-1303794230 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3293721-1303794230.cnf

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

MD5SUM BENCH= 932387240a0c17f4c88af52c4ca151c6
RANDOM SEED=133651987

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

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

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


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      20669876 kB
Buffers:       2153524 kB
Cached:        9571928 kB
SwapCached:       2776 kB
Active:        8696560 kB
Inactive:      3067992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      20669876 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:          177960 kB
Writeback:           0 kB
AnonPages:       35968 kB
Mapped:          13472 kB
Slab:           450332 kB
PageTables:       5184 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   189620 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= 72708 MiB
End job on node121 at 2011-04-26 07:25:33