Trace number 3289627

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J core 2.3.0 SNAPSHOT 2011-02-06? (TO) 1301 1300.07

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom16.cnf
MD5SUM73a2c2d9e5c062e561bfdb7c82071a99
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables29254
Number of clauses97456
Sum of the clauses size247986
Maximum clause length977
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 250701
Number of clauses of size 346235
Number of clauses of size 4135
Number of clauses of size 514
Number of clauses of size over 5370

Solver Data

0.04/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.07	c See www.sat4j.org for details.
0.04/0.07	c no version file found!!!
0.04/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.07	c java.vm.version	19.1-b02
0.04/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.07	c sun.arch.data.model	64
0.04/0.07	c java.version		1.6.0_24
0.04/0.07	c os.name		Linux
0.04/0.07	c os.version		2.6.18-164.el5
0.04/0.07	c os.arch		amd64
0.04/0.07	c Free memory 		6997539544
0.04/0.07	c Max memory 		7034241024
0.04/0.07	c Total memory 		7034241024
0.04/0.07	c Number of processors 	8
0.09/0.10	c --- Begin Solver configuration ---
0.09/0.10	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@64578ceb
0.09/0.10	c Learn all clauses as in MiniSAT
0.09/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.09/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.09/0.10	c Expensive reason simplification
0.09/0.10	c Armin Biere (Picosat) restarts strategy
0.09/0.10	c Glucose learned constraints deletion strategy
0.09/0.10	c timeout=2147483647s
0.09/0.10	c DB Simplification allowed=true
0.09/0.10	c --- End Solver configuration ---
0.09/0.10	c solving HOME/instance-3289627-1303786758.cnf
0.09/0.10	c reading problem ... 
0.23/0.28	c ... done. Wall clock time 0.18s.
0.23/0.28	c #vars     29254
0.23/0.28	c #constraints  92603
0.23/0.28	c constraints type 
0.23/0.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 46008
0.23/0.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 45567
3.63/3.26	c cleaning 2433 clauses out of 4882 with flag 5004/5004
6.07/5.65	c cleaning 4218 clauses out of 8438 with flag 11001/11001
8.77/8.35	c cleaning 5583 clauses out of 11200 with flag 18000/18000
12.17/11.77	c cleaning 6805 clauses out of 13613 with flag 26000/26000
15.78/15.34	c cleaning 7871 clauses out of 15796 with flag 35000/35000
20.00/19.55	c cleaning 8913 clauses out of 17857 with flag 45001/45001
25.20/24.73	c cleaning 9953 clauses out of 19930 with flag 56000/56000
30.51/30.01	c cleaning 10984 clauses out of 21975 with flag 68000/68000
36.51/36.08	c cleaning 11987 clauses out of 23991 with flag 81000/81000
43.02/42.60	c cleaning 12975 clauses out of 26003 with flag 95001/95001
49.82/49.39	c cleaning 14013 clauses out of 28025 with flag 110001/110001
57.32/56.84	c cleaning 14994 clauses out of 30012 with flag 126001/126001
65.73/65.21	c cleaning 16003 clauses out of 32019 with flag 143002/143002
74.63/74.15	c cleaning 16994 clauses out of 34013 with flag 161002/161002
84.64/84.12	c cleaning 18002 clauses out of 36012 with flag 180001/180001
94.95/94.40	c cleaning 18964 clauses out of 37940 with flag 200000/200000
105.35/104.81	c cleaning 19983 clauses out of 39977 with flag 221001/221001
116.45/115.93	c cleaning 20983 clauses out of 41976 with flag 243000/243000
128.56/128.03	c cleaning 21971 clauses out of 43989 with flag 266001/266001
141.47/140.98	c cleaning 22999 clauses out of 46017 with flag 290003/290003
153.97/153.49	c cleaning 23981 clauses out of 48014 with flag 315000/315000
168.18/167.68	c cleaning 25008 clauses out of 50030 with flag 341000/341000
182.68/182.19	c cleaning 25964 clauses out of 52022 with flag 368001/368001
198.59/198.03	c cleaning 27017 clauses out of 54053 with flag 396000/396000
215.00/214.41	c cleaning 27984 clauses out of 56004 with flag 425001/425001
231.10/230.52	c cleaning 28979 clauses out of 58015 with flag 455000/455000
248.71/248.19	c cleaning 30012 clauses out of 60036 with flag 486001/486001
267.62/267.01	c cleaning 31001 clauses out of 62023 with flag 518001/518001
285.92/285.30	c cleaning 31995 clauses out of 64008 with flag 551001/551001
305.73/305.16	c cleaning 32966 clauses out of 65957 with flag 585000/585000
326.24/325.68	c cleaning 33972 clauses out of 67985 with flag 620000/620000
349.74/349.15	c cleaning 34994 clauses out of 70013 with flag 656001/656001
370.95/370.32	c cleaning 35976 clauses out of 72018 with flag 693000/693000
394.47/393.81	c cleaning 37009 clauses out of 74043 with flag 731001/731001
418.57/417.99	c cleaning 37971 clauses out of 76034 with flag 770001/770001
444.47/443.83	c cleaning 39006 clauses out of 78062 with flag 810000/810000
472.18/471.59	c cleaning 40008 clauses out of 80056 with flag 851001/851001
499.99/499.36	c cleaning 40867 clauses out of 81856 with flag 893004/893004
526.60/525.93	c cleaning 41955 clauses out of 83986 with flag 936001/936001
556.80/556.15	c cleaning 42962 clauses out of 85941 with flag 980002/980002
588.01/587.32	c cleaning 43978 clauses out of 87978 with flag 1025001/1025001
621.52/620.83	c cleaning 44988 clauses out of 89999 with flag 1071000/1071000
652.83/652.18	c cleaning 45981 clauses out of 92010 with flag 1118002/1118002
686.14/685.46	c cleaning 47004 clauses out of 94029 with flag 1166002/1166002
719.24/718.52	c cleaning 47998 clauses out of 96025 with flag 1215002/1215002
754.16/753.43	c cleaning 48993 clauses out of 98027 with flag 1265002/1265002
791.17/790.44	c cleaning 49994 clauses out of 100033 with flag 1316001/1316001
830.19/829.42	c cleaning 51000 clauses out of 102038 with flag 1368000/1368000
869.99/869.21	c cleaning 52011 clauses out of 104038 with flag 1421000/1421000
911.40/910.60	c cleaning 52988 clauses out of 106028 with flag 1475001/1475001
950.41/949.69	c cleaning 54001 clauses out of 108040 with flag 1530001/1530001
989.52/988.73	c cleaning 54980 clauses out of 110039 with flag 1586001/1586001
1029.92/1029.15	c cleaning 56021 clauses out of 112059 with flag 1643001/1643001
1071.83/1071.00	c cleaning 57003 clauses out of 114040 with flag 1701003/1701003
1116.14/1115.33	c cleaning 58000 clauses out of 116028 with flag 1760000/1760000
1160.44/1159.68	c cleaning 59009 clauses out of 118030 with flag 1820002/1820002
1209.55/1208.75	c cleaning 59999 clauses out of 120021 with flag 1881002/1881002
1260.66/1259.83	c cleaning 61003 clauses out of 122021 with flag 1943001/1943001
1300.88/1300.01	c starts		: 1537
1300.88/1300.01	c conflicts		: 2000124
1300.88/1300.01	c decisions		: 2988846
1300.88/1300.01	c propagations		: 2242479732
1300.88/1300.01	c inspects		: 10555423305
1300.88/1300.01	c shortcuts		: 0
1300.88/1300.01	c learnt literals	: 90
1300.88/1300.01	c learnt binary clauses	: 970
1300.88/1300.01	c learnt ternary clauses	: 2744
1300.88/1300.01	c learnt constraints	: 2000034
1300.88/1300.01	c ignored constraints	: 0
1300.88/1300.01	c root simplifications	: 1627
1300.88/1300.01	c removed literals (reason simplification)	: 54996789
1300.88/1300.01	c reason swapping (by a shorter reason)	: 0
1300.88/1300.01	c Calls to reduceDB	: 58
1300.88/1300.01	c speed (assignments/second)	: 1725341.422186591
1300.88/1300.01	c non guided choices	764
1300.88/1300.04	c learnt constraints type 
1300.88/1300.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 910
1300.88/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 117237
1300.88/1300.04	c constraints type 
1300.88/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 46008
1300.88/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 45567
1300.88/1300.06	s UNKNOWN
1300.88/1300.06	c Total wall clock time (in seconds) : 1299.911

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-3289627-1303786758/watcher-3289627-1303786758 -o /tmp/evaluation-result-3289627-1303786758/solver-3289627-1303786758 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3289627-1303786758.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.04 3.72 3.56 3/204 14017
/proc/meminfo: memFree=23220624/32951124 swapFree=67111524/67111528
[pid=14017] ppid=14015 vsize=33700 CPUtime=0 cores=1,3
/proc/14017/stat : 14017 (java) S 14015 14017 12230 0 -1 4202496 1301 0 0 0 0 0 0 0 21 0 2 0 490273719 34508800 1010 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389104101 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/14017/statm: 8424 1009 777 9 0 386 0
[pid=14017/tid=14018] ppid=14015 vsize=35788 CPUtime=0 cores=1,3
/proc/14017/task/14018/stat : 14018 (java) R 14015 14017 12230 0 -1 4202560 201 0 0 0 0 0 0 0 24 0 2 0 490273719 36646912 1017 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255377120103 0 0 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.056511 s]
/proc/loadavg: 3.04 3.72 3.56 3/204 14017
/proc/meminfo: memFree=23220624/32951124 swapFree=67111524/67111528
[pid=14017] ppid=14015 vsize=7569784 CPUtime=0.04 cores=1,3
/proc/14017/stat : 14017 (java) S 14015 14017 12230 0 -1 4202496 9178 0 1 0 4 0 0 0 21 0 18 0 490273719 7751458816 8874 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14017/statm: 1892446 8874 1733 9 0 1883189 0
[pid=14017/tid=14018] ppid=14015 vsize=7569784 CPUtime=0.04 cores=1,3
/proc/14017/task/14018/stat : 14018 (java) R 14015 14017 12230 0 -1 4202560 8003 0 1 0 4 0 0 0 22 0 18 0 490273719 7751458816 8874 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 47081102415804 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7569784

[startup+0.100457 s]
/proc/loadavg: 3.04 3.72 3.56 3/204 14017
/proc/meminfo: memFree=23220624/32951124 swapFree=67111524/67111528
[pid=14017] ppid=14015 vsize=7570804 CPUtime=0.09 cores=1,3
/proc/14017/stat : 14017 (java) S 14015 14017 12230 0 -1 4202496 10208 0 1 0 8 1 0 0 21 0 18 0 490273719 7752503296 9904 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14017/statm: 1892701 9904 2086 9 0 1883439 0
[pid=14017/tid=14018] ppid=14015 vsize=7570804 CPUtime=0.08 cores=1,3
/proc/14017/task/14018/stat : 14018 (java) R 14015 14017 12230 0 -1 4202560 8476 0 1 0 7 1 0 0 22 0 18 0 490273719 7752503296 9904 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 47081099857925 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7570804

[startup+0.300426 s]
/proc/loadavg: 3.04 3.72 3.56 3/204 14017
/proc/meminfo: memFree=23220624/32951124 swapFree=67111524/67111528
[pid=14017] ppid=14015 vsize=7573420 CPUtime=0.34 cores=1,3
/proc/14017/stat : 14017 (java) S 14015 14017 12230 0 -1 4202496 14294 0 1 0 33 1 0 0 21 0 18 0 490273719 7755182080 13931 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14017/statm: 1893355 13931 2205 9 0 1884093 0
[pid=14017/tid=14018] ppid=14015 vsize=7573420 CPUtime=0.21 cores=1,3
/proc/14017/task/14018/stat : 14018 (java) R 14015 14017 12230 0 -1 4202560 11725 0 1 0 20 1 0 0 22 0 18 0 490273719 7755182080 13931 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389127349 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 7573420

[startup+0.700353 s]
/proc/loadavg: 3.04 3.72 3.56 3/204 14017
/proc/meminfo: memFree=23220624/32951124 swapFree=67111524/67111528
[pid=14017] ppid=14015 vsize=7646616 CPUtime=0.99 cores=1,3
/proc/14017/stat : 14017 (java) S 14015 14017 12230 0 -1 4202496 18614 0 1 0 97 2 0 0 21 0 19 0 490273719 7830134784 15998 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14017/statm: 1911654 15998 2221 9 0 1902392 0
[pid=14017/tid=14018] ppid=14015 vsize=7646616 CPUtime=0.47 cores=1,3
/proc/14017/task/14018/stat : 14018 (java) R 14015 14017 12230 0 -1 4202560 12020 0 1 0 46 1 0 0 24 0 19 0 490273719 7830134784 15998 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 46912505633501 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 7646616

[startup+1.5012 s]
/proc/loadavg: 3.68 3.84 3.60 7/266 14085
/proc/meminfo: memFree=22978820/32951124 swapFree=67111524/67111528
[pid=14017] ppid=14015 vsize=7646616 CPUtime=1.92 cores=1,3
/proc/14017/stat : 14017 (java) S 14015 14017 12230 0 -1 4202496 19342 0 1 0 190 2 0 0 21 0 19 0 490273719 7830134784 16146 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14017/statm: 1911654 16146 2225 9 0 1902392 0
[pid=14017/tid=14018] ppid=14015 vsize=7646616 CPUtime=1.27 cores=1,3
/proc/14017/task/14018/stat : 14018 (java) R 14015 14017 12230 0 -1 4202560 12131 0 1 0 126 1 0 0 25 0 19 0 490273719 7830134784 16146 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 46912505730496 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14017/tid=14020] ppid=14015 vsize=7646616 CPUtime=0 cores=1,3
/proc/14017/task/14020/stat : 14020 (java) S 14015 14017 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273720 7830134784 16146 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14021] ppid=14015 vsize=7646616 CPUtime=0 cores=1,3
/proc/14017/task/14021/stat : 14021 (java) S 14015 14017 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273720 7830134784 16146 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14022] ppid=14015 vsize=7646616 CPUtime=0 cores=1,3
/proc/14017/task/14022/stat : 14022 (java) S 14015 14017 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273720 7830134784 16146 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14023] ppid=14015 vsize=7646616 CPUtime=0 cores=1,3
/proc/14017/task/14023/stat : 14023 (java) S 14015 14017 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273720 7830134784 16146 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14024] ppid=14015 vsize=7646616 CPUtime=0 cores=1,3
/proc/14017/task/14024/stat : 14024 (java) S 14015 14017 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273720 7830134784 16146 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14025] ppid=14015 vsize=7646616 CPUtime=0 cores=1,3
/proc/14017/task/14025/stat : 14025 (java) S 14015 14017 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273720 7830134784 16146 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14026] ppid=14015 vsize=7646616 CPUtime=0 cores=1,3
/proc/14017/task/14026/stat : 14026 (java) S 14015 14017 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273720 7830134784 16146 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14027] ppid=14015 vsize=7646616 CPUtime=0 cores=1,3
/proc/14017/task/14027/stat : 14027 (java) S 14015 14017 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273720 7830134784 16146 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14028] ppid=14015 vsize=7646616 CPUtime=0 cores=1,3
/proc/14017/task/14028/stat : 14028 (java) S 14015 14017 12230 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 490273721 7830134784 16146 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117952 0 0 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14030] ppid=14015 vsize=7646616 CPUtime=0 cores=1,3
/proc/14017/task/14030/stat : 14030 (java) S 14015 14017 12230 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 490273722 7830134784 16146 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14031] ppid=14015 vsize=7646616 CPUtime=0 cores=1,3
/proc/14017/task/14031/stat : 14031 (java) S 14015 14017 12230 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490273722 7830134784 16146 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14038] ppid=14015 vsize=7646616 CPUtime=0 cores=1,3
/proc/14017/task/14038/stat : 14038 (java) S 14015 14017 12230 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 490273724 7830134784 16146 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389125041 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14039] ppid=14015 vsize=7646616 CPUtime=0.34 cores=1,3
/proc/14017/task/14039/stat : 14039 (java) S 14015 14017 12230 0 -1 4202560 2300 0 0 0 34 0 0 0 15 0 19 0 490273724 7830134784 16146 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 3 0 0 0
[pid=14017/tid=14040] ppid=14015 vsize=7646616 CPUtime=0.29 cores=1,3
/proc/14017/task/14040/stat : 14040 (java) S 14015 14017 12230 0 -1 4202560 3749 0 0 0 29 0 0 0 16 0 19 0 490273724 7830134784 16146 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 3 0 0 0
[pid=14017/tid=14041] ppid=14015 vsize=7646616 CPUtime=0 cores=1,3
/proc/14017/task/14041/stat : 14041 (java) S 14015 14017 12230 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 490273724 7830134784 16146 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14042] ppid=14015 vsize=7646616 CPUtime=0 cores=1,3
/proc/14017/task/14042/stat : 14042 (java) S 14015 14017 12230 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490273724 7830134784 16146 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117952 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14083] ppid=14015 vsize=7646616 CPUtime=0 cores=1,3
/proc/14017/task/14083/stat : 14083 (java) S 14015 14017 12230 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 490273754 7830134784 16146 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117952 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 7646616

[startup+3.1009 s]
/proc/loadavg: 3.68 3.84 3.60 5/266 14085
/proc/meminfo: memFree=22974932/32951124 swapFree=67111524/67111528
[pid=14017] ppid=14015 vsize=7646616 CPUtime=3.53 cores=1,3
/proc/14017/stat : 14017 (java) S 14015 14017 12230 0 -1 4202496 19592 0 1 0 351 2 0 0 21 0 19 0 490273719 7830134784 16395 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14017/statm: 1911654 16395 2225 9 0 1902392 0
[pid=14017/tid=14018] ppid=14015 vsize=7646616 CPUtime=2.87 cores=1,3
/proc/14017/task/14018/stat : 14018 (java) R 14015 14017 12230 0 -1 4202560 12381 0 1 0 286 1 0 0 25 0 19 0 490273719 7830134784 16395 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 46912505695873 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14017/tid=14020] ppid=14015 vsize=7646616 CPUtime=0 cores=1,3
/proc/14017/task/14020/stat : 14020 (java) S 14015 14017 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273720 7830134784 16395 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14021] ppid=14015 vsize=7646616 CPUtime=0 cores=1,3
/proc/14017/task/14021/stat : 14021 (java) S 14015 14017 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273720 7830134784 16395 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14022] ppid=14015 vsize=7646616 CPUtime=0 cores=1,3
/proc/14017/task/14022/stat : 14022 (java) S 14015 14017 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273720 7830134784 16395 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14023] ppid=14015 vsize=7646616 CPUtime=0 cores=1,3
/proc/14017/task/14023/stat : 14023 (java) S 14015 14017 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273720 7830134784 16395 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14024] ppid=14015 vsize=7646616 CPUtime=0 cores=1,3
/proc/14017/task/14024/stat : 14024 (java) S 14015 14017 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273720 7830134784 16395 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14025] ppid=14015 vsize=7646616 CPUtime=0 cores=1,3
/proc/14017/task/14025/stat : 14025 (java) S 14015 14017 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273720 7830134784 16395 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14026] ppid=14015 vsize=7646616 CPUtime=0 cores=1,3
/proc/14017/task/14026/stat : 14026 (java) S 14015 14017 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273720 7830134784 16395 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14027] ppid=14015 vsize=7646616 CPUtime=0 cores=1,3
/proc/14017/task/14027/stat : 14027 (java) S 14015 14017 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273720 7830134784 16395 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14028] ppid=14015 vsize=7646616 CPUtime=0 cores=1,3
/proc/14017/task/14028/stat : 14028 (java) S 14015 14017 12230 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 490273721 7830134784 16395 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117952 0 0 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14030] ppid=14015 vsize=7646616 CPUtime=0 cores=1,3
/proc/14017/task/14030/stat : 14030 (java) S 14015 14017 12230 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 490273722 7830134784 16395 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14031] ppid=14015 vsize=7646616 CPUtime=0 cores=1,3
/proc/14017/task/14031/stat : 14031 (java) S 14015 14017 12230 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490273722 7830134784 16395 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14038] ppid=14015 vsize=7646616 CPUtime=0 cores=1,3
/proc/14017/task/14038/stat : 14038 (java) S 14015 14017 12230 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 490273724 7830134784 16395 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389125041 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14039] ppid=14015 vsize=7646616 CPUtime=0.35 cores=1,3
/proc/14017/task/14039/stat : 14039 (java) S 14015 14017 12230 0 -1 4202560 2300 0 0 0 35 0 0 0 15 0 19 0 490273724 7830134784 16395 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 3 0 0 0
[pid=14017/tid=14040] ppid=14015 vsize=7646616 CPUtime=0.29 cores=1,3
/proc/14017/task/14040/stat : 14040 (java) S 14015 14017 12230 0 -1 4202560 3749 0 0 0 29 0 0 0 16 0 19 0 490273724 7830134784 16395 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 3 0 0 0
[pid=14017/tid=14041] ppid=14015 vsize=7646616 CPUtime=0 cores=1,3
/proc/14017/task/14041/stat : 14041 (java) S 14015 14017 12230 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 490273724 7830134784 16395 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14042] ppid=14015 vsize=7646616 CPUtime=0 cores=1,3
/proc/14017/task/14042/stat : 14042 (java) S 14015 14017 12230 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490273724 7830134784 16395 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117952 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14083] ppid=14015 vsize=7646616 CPUtime=0 cores=1,3
/proc/14017/task/14083/stat : 14083 (java) S 14015 14017 12230 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 490273754 7830134784 16395 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117952 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 7646616

[startup+6.30131 s]
/proc/loadavg: 3.86 3.88 3.61 5/266 14086
/proc/meminfo: memFree=22734196/32951124 swapFree=67111524/67111528
[pid=14017] ppid=14015 vsize=7646904 CPUtime=6.77 cores=1,3
/proc/14017/stat : 14017 (java) S 14015 14017 12230 0 -1 4202496 26855 0 3 0 674 3 0 0 21 0 19 0 490273719 7830429696 23528 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14017/statm: 1911726 23528 2253 9 0 1902464 0
[pid=14017/tid=14018] ppid=14015 vsize=7646904 CPUtime=5.85 cores=1,3
/proc/14017/task/14018/stat : 14018 (java) R 14015 14017 12230 0 -1 4202560 12409 0 1 0 584 1 0 0 25 0 19 0 490273719 7830429696 23528 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 46912505754174 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14017/tid=14020] ppid=14015 vsize=7646904 CPUtime=0.02 cores=1,3
/proc/14017/task/14020/stat : 14020 (java) S 14015 14017 12230 0 -1 4202560 2244 0 0 0 2 0 0 0 15 0 19 0 490273720 7830429696 23528 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14021] ppid=14015 vsize=7646904 CPUtime=0 cores=1,3
/proc/14017/task/14021/stat : 14021 (java) S 14015 14017 12230 0 -1 4202560 982 0 0 0 0 0 0 0 15 0 19 0 490273720 7830429696 23528 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14022] ppid=14015 vsize=7646904 CPUtime=0 cores=1,3
/proc/14017/task/14022/stat : 14022 (java) S 14015 14017 12230 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490273720 7830429696 23528 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14023] ppid=14015 vsize=7646904 CPUtime=0 cores=1,3
/proc/14017/task/14023/stat : 14023 (java) S 14015 14017 12230 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490273720 7830429696 23528 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14024] ppid=14015 vsize=7646904 CPUtime=0 cores=1,3
/proc/14017/task/14024/stat : 14024 (java) S 14015 14017 12230 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490273720 7830429696 23528 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14025] ppid=14015 vsize=7646904 CPUtime=0 cores=1,3
/proc/14017/task/14025/stat : 14025 (java) S 14015 14017 12230 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490273720 7830429696 23528 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14026] ppid=14015 vsize=7646904 CPUtime=0 cores=1,3
/proc/14017/task/14026/stat : 14026 (java) S 14015 14017 12230 0 -1 4202560 254 0 0 0 0 0 0 0 16 0 19 0 490273720 7830429696 23528 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14027] ppid=14015 vsize=7646904 CPUtime=0 cores=1,3
/proc/14017/task/14027/stat : 14027 (java) S 14015 14017 12230 0 -1 4202560 160 0 0 0 0 0 0 0 16 0 19 0 490273720 7830429696 23528 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14028] ppid=14015 vsize=7646904 CPUtime=0.09 cores=1,3
/proc/14017/task/14028/stat : 14028 (java) S 14015 14017 12230 0 -1 4202560 3383 0 0 0 9 0 0 0 15 0 19 0 490273721 7830429696 23528 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117952 0 0 0 16800975 18446604471104500800 0 0 -1 3 0 0 0
[pid=14017/tid=14030] ppid=14015 vsize=7646904 CPUtime=0 cores=1,3
/proc/14017/task/14030/stat : 14030 (java) S 14015 14017 12230 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490273722 7830429696 23528 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14031] ppid=14015 vsize=7646904 CPUtime=0 cores=1,3
/proc/14017/task/14031/stat : 14031 (java) S 14015 14017 12230 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490273722 7830429696 23528 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14038] ppid=14015 vsize=7646904 CPUtime=0 cores=1,3
/proc/14017/task/14038/stat : 14038 (java) S 14015 14017 12230 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 490273724 7830429696 23528 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389125041 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14039] ppid=14015 vsize=7646904 CPUtime=0.38 cores=1,3
/proc/14017/task/14039/stat : 14039 (java) S 14015 14017 12230 0 -1 4202560 2437 0 1 0 38 0 0 0 16 0 19 0 490273724 7830429696 23528 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 3 0 0 0
[pid=14017/tid=14040] ppid=14015 vsize=7646904 CPUtime=0.37 cores=1,3
/proc/14017/task/14040/stat : 14040 (java) S 14015 14017 12230 0 -1 4202560 3831 0 1 0 37 0 0 0 15 0 19 0 490273724 7830429696 23528 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0

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

[pid=14017/tid=14025] ppid=14015 vsize=7646904 CPUtime=0.1 cores=1,3
/proc/14017/task/14025/stat : 14025 (java) S 14015 14017 12230 0 -1 4202560 87 0 0 0 10 0 0 0 15 0 19 0 490273720 7830429696 29528 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 3 0 0 0
[pid=14017/tid=14026] ppid=14015 vsize=7646904 CPUtime=0.06 cores=1,3
/proc/14017/task/14026/stat : 14026 (java) S 14015 14017 12230 0 -1 4202560 481 0 0 0 6 0 0 0 15 0 19 0 490273720 7830429696 29528 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 3 0 0 0
[pid=14017/tid=14027] ppid=14015 vsize=7646904 CPUtime=0.09 cores=1,3
/proc/14017/task/14027/stat : 14027 (java) S 14015 14017 12230 0 -1 4202560 280 0 0 0 9 0 0 0 15 0 19 0 490273720 7830429696 29528 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 3 0 0 0
[pid=14017/tid=14028] ppid=14015 vsize=7646904 CPUtime=3.16 cores=1,3
/proc/14017/task/14028/stat : 14028 (java) S 14015 14017 12230 0 -1 4202560 6660 0 0 0 315 1 0 0 15 0 19 0 490273721 7830429696 29528 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117952 0 0 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14030] ppid=14015 vsize=7646904 CPUtime=0 cores=1,3
/proc/14017/task/14030/stat : 14030 (java) S 14015 14017 12230 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490273722 7830429696 29528 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14031] ppid=14015 vsize=7646904 CPUtime=0 cores=1,3
/proc/14017/task/14031/stat : 14031 (java) S 14015 14017 12230 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490273722 7830429696 29528 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14038] ppid=14015 vsize=7646904 CPUtime=0 cores=1,3
/proc/14017/task/14038/stat : 14038 (java) S 14015 14017 12230 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 490273724 7830429696 29528 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389125041 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14039] ppid=14015 vsize=7646904 CPUtime=0.39 cores=1,3
/proc/14017/task/14039/stat : 14039 (java) S 14015 14017 12230 0 -1 4202560 2801 0 1 0 39 0 0 0 15 0 19 0 490273724 7830429696 29528 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 3 0 0 0
[pid=14017/tid=14040] ppid=14015 vsize=7646904 CPUtime=0.38 cores=1,3
/proc/14017/task/14040/stat : 14040 (java) S 14015 14017 12230 0 -1 4202560 3831 0 1 0 38 0 0 0 15 0 19 0 490273724 7830429696 29528 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14041] ppid=14015 vsize=7646904 CPUtime=0 cores=1,3
/proc/14017/task/14041/stat : 14041 (java) S 14015 14017 12230 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 490273724 7830429696 29528 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14042] ppid=14015 vsize=7646904 CPUtime=0.01 cores=1,3
/proc/14017/task/14042/stat : 14042 (java) S 14015 14017 12230 0 -1 4202560 69 0 0 0 1 0 0 0 15 0 19 0 490273724 7830429696 29528 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117952 0 4 0 16800975 18446604471104500800 0 0 -1 3 0 0 0
[pid=14017/tid=14083] ppid=14015 vsize=7646904 CPUtime=0 cores=1,3
/proc/14017/task/14083/stat : 14083 (java) S 14015 14017 12230 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 490273754 7830429696 29528 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117952 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1183.15
Current children cumulated vsize (KiB) 7646904

[startup+1242.3 s]
/proc/loadavg: 4.03 4.05 3.91 5/266 14131
/proc/meminfo: memFree=22659280/32951124 swapFree=67111524/67111528
[pid=14017] ppid=14015 vsize=7646904 CPUtime=1243.16 cores=1,3
/proc/14017/stat : 14017 (java) S 14015 14017 12230 0 -1 4202496 33351 0 3 0 124310 6 0 0 21 0 19 0 490273719 7830429696 29659 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14017/statm: 1911726 29659 2253 9 0 1902464 0
[pid=14017/tid=14018] ppid=14015 vsize=7646904 CPUtime=1238.36 cores=1,3
/proc/14017/task/14018/stat : 14018 (java) R 14015 14017 12230 0 -1 4202560 13078 0 1 0 123834 2 0 0 25 0 19 0 490273719 7830429696 29659 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 46912505695747 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14017/tid=14020] ppid=14015 vsize=7646904 CPUtime=0.11 cores=1,3
/proc/14017/task/14020/stat : 14020 (java) S 14015 14017 12230 0 -1 4202560 2258 0 0 0 11 0 0 0 15 0 19 0 490273720 7830429696 29659 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 3 0 0 0
[pid=14017/tid=14021] ppid=14015 vsize=7646904 CPUtime=0.08 cores=1,3
/proc/14017/task/14021/stat : 14021 (java) S 14015 14017 12230 0 -1 4202560 1614 0 0 0 8 0 0 0 15 0 19 0 490273720 7830429696 29659 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 3 0 0 0
[pid=14017/tid=14022] ppid=14015 vsize=7646904 CPUtime=0.09 cores=1,3
/proc/14017/task/14022/stat : 14022 (java) S 14015 14017 12230 0 -1 4202560 32 0 0 0 9 0 0 0 15 0 19 0 490273720 7830429696 29659 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 3 0 0 0
[pid=14017/tid=14023] ppid=14015 vsize=7646904 CPUtime=0.07 cores=1,3
/proc/14017/task/14023/stat : 14023 (java) S 14015 14017 12230 0 -1 4202560 249 0 0 0 7 0 0 0 15 0 19 0 490273720 7830429696 29659 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 3 0 0 0
[pid=14017/tid=14024] ppid=14015 vsize=7646904 CPUtime=0.1 cores=1,3
/proc/14017/task/14024/stat : 14024 (java) S 14015 14017 12230 0 -1 4202560 624 0 0 0 10 0 0 0 15 0 19 0 490273720 7830429696 29659 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 3 0 0 0
[pid=14017/tid=14025] ppid=14015 vsize=7646904 CPUtime=0.1 cores=1,3
/proc/14017/task/14025/stat : 14025 (java) S 14015 14017 12230 0 -1 4202560 87 0 0 0 10 0 0 0 16 0 19 0 490273720 7830429696 29659 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 3 0 0 0
[pid=14017/tid=14026] ppid=14015 vsize=7646904 CPUtime=0.06 cores=1,3
/proc/14017/task/14026/stat : 14026 (java) S 14015 14017 12230 0 -1 4202560 481 0 0 0 6 0 0 0 15 0 19 0 490273720 7830429696 29659 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 3 0 0 0
[pid=14017/tid=14027] ppid=14015 vsize=7646904 CPUtime=0.1 cores=1,3
/proc/14017/task/14027/stat : 14027 (java) S 14015 14017 12230 0 -1 4202560 281 0 0 0 10 0 0 0 16 0 19 0 490273720 7830429696 29659 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 3 0 0 0
[pid=14017/tid=14028] ppid=14015 vsize=7646904 CPUtime=3.22 cores=1,3
/proc/14017/task/14028/stat : 14028 (java) S 14015 14017 12230 0 -1 4202560 6792 0 0 0 321 1 0 0 15 0 19 0 490273721 7830429696 29659 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117952 0 0 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14030] ppid=14015 vsize=7646904 CPUtime=0 cores=1,3
/proc/14017/task/14030/stat : 14030 (java) S 14015 14017 12230 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490273722 7830429696 29659 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14031] ppid=14015 vsize=7646904 CPUtime=0 cores=1,3
/proc/14017/task/14031/stat : 14031 (java) S 14015 14017 12230 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490273722 7830429696 29659 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14038] ppid=14015 vsize=7646904 CPUtime=0 cores=1,3
/proc/14017/task/14038/stat : 14038 (java) S 14015 14017 12230 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 490273724 7830429696 29659 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389125041 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14039] ppid=14015 vsize=7646904 CPUtime=0.39 cores=1,3
/proc/14017/task/14039/stat : 14039 (java) S 14015 14017 12230 0 -1 4202560 2801 0 1 0 39 0 0 0 15 0 19 0 490273724 7830429696 29659 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 3 0 0 0
[pid=14017/tid=14040] ppid=14015 vsize=7646904 CPUtime=0.38 cores=1,3
/proc/14017/task/14040/stat : 14040 (java) S 14015 14017 12230 0 -1 4202560 3831 0 1 0 38 0 0 0 15 0 19 0 490273724 7830429696 29659 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14041] ppid=14015 vsize=7646904 CPUtime=0 cores=1,3
/proc/14017/task/14041/stat : 14041 (java) S 14015 14017 12230 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 490273724 7830429696 29659 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14042] ppid=14015 vsize=7646904 CPUtime=0.01 cores=1,3
/proc/14017/task/14042/stat : 14042 (java) S 14015 14017 12230 0 -1 4202560 73 0 0 0 1 0 0 0 15 0 19 0 490273724 7830429696 29659 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117952 0 4 0 16800975 18446604471104500800 0 0 -1 3 0 0 0
[pid=14017/tid=14083] ppid=14015 vsize=7646904 CPUtime=0 cores=1,3
/proc/14017/task/14083/stat : 14083 (java) S 14015 14017 12230 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 490273754 7830429696 29659 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117952 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1243.16
Current children cumulated vsize (KiB) 7646904



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.04 3.91 4/247 14135
/proc/meminfo: memFree=22788084/32951124 swapFree=67111524/67111528
[pid=14017] ppid=14015 vsize=7646904 CPUtime=1300.88 cores=1,3
/proc/14017/stat : 14017 (java) S 14015 14017 12230 0 -1 4202496 33434 0 3 0 130082 6 0 0 21 0 19 0 490273719 7830429696 29735 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14017/statm: 1911726 29735 2253 9 0 1902464 0
[pid=14017/tid=14018] ppid=14015 vsize=7646904 CPUtime=1295.99 cores=1,3
/proc/14017/task/14018/stat : 14018 (java) R 14015 14017 12230 0 -1 4202560 13079 0 1 0 129597 2 0 0 25 0 19 0 490273719 7830429696 29735 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 46912505633501 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14017/tid=14020] ppid=14015 vsize=7646904 CPUtime=0.12 cores=1,3
/proc/14017/task/14020/stat : 14020 (java) S 14015 14017 12230 0 -1 4202560 2258 0 0 0 12 0 0 0 15 0 19 0 490273720 7830429696 29735 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 3 0 0 0
[pid=14017/tid=14021] ppid=14015 vsize=7646904 CPUtime=0.08 cores=1,3
/proc/14017/task/14021/stat : 14021 (java) S 14015 14017 12230 0 -1 4202560 1614 0 0 0 8 0 0 0 15 0 19 0 490273720 7830429696 29735 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 3 0 0 0
[pid=14017/tid=14022] ppid=14015 vsize=7646904 CPUtime=0.1 cores=1,3
/proc/14017/task/14022/stat : 14022 (java) S 14015 14017 12230 0 -1 4202560 32 0 0 0 10 0 0 0 15 0 19 0 490273720 7830429696 29735 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 3 0 0 0
[pid=14017/tid=14023] ppid=14015 vsize=7646904 CPUtime=0.07 cores=1,3
/proc/14017/task/14023/stat : 14023 (java) S 14015 14017 12230 0 -1 4202560 249 0 0 0 7 0 0 0 15 0 19 0 490273720 7830429696 29735 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 3 0 0 0
[pid=14017/tid=14024] ppid=14015 vsize=7646904 CPUtime=0.1 cores=1,3
/proc/14017/task/14024/stat : 14024 (java) S 14015 14017 12230 0 -1 4202560 624 0 0 0 10 0 0 0 15 0 19 0 490273720 7830429696 29735 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 3 0 0 0
[pid=14017/tid=14025] ppid=14015 vsize=7646904 CPUtime=0.11 cores=1,3
/proc/14017/task/14025/stat : 14025 (java) S 14015 14017 12230 0 -1 4202560 87 0 0 0 11 0 0 0 15 0 19 0 490273720 7830429696 29735 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 3 0 0 0
[pid=14017/tid=14026] ppid=14015 vsize=7646904 CPUtime=0.06 cores=1,3
/proc/14017/task/14026/stat : 14026 (java) S 14015 14017 12230 0 -1 4202560 481 0 0 0 6 0 0 0 15 0 19 0 490273720 7830429696 29735 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 3 0 0 0
[pid=14017/tid=14027] ppid=14015 vsize=7646904 CPUtime=0.1 cores=1,3
/proc/14017/task/14027/stat : 14027 (java) S 14015 14017 12230 0 -1 4202560 281 0 0 0 10 0 0 0 15 0 19 0 490273720 7830429696 29735 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 3 0 0 0
[pid=14017/tid=14028] ppid=14015 vsize=7646904 CPUtime=3.28 cores=1,3
/proc/14017/task/14028/stat : 14028 (java) S 14015 14017 12230 0 -1 4202560 6870 0 0 0 327 1 0 0 15 0 19 0 490273721 7830429696 29735 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117952 0 0 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14030] ppid=14015 vsize=7646904 CPUtime=0 cores=1,3
/proc/14017/task/14030/stat : 14030 (java) S 14015 14017 12230 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490273722 7830429696 29735 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14031] ppid=14015 vsize=7646904 CPUtime=0 cores=1,3
/proc/14017/task/14031/stat : 14031 (java) S 14015 14017 12230 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490273722 7830429696 29735 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14038] ppid=14015 vsize=7646904 CPUtime=0 cores=1,3
/proc/14017/task/14038/stat : 14038 (java) S 14015 14017 12230 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 490273724 7830429696 29735 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389125041 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14039] ppid=14015 vsize=7646904 CPUtime=0.39 cores=1,3
/proc/14017/task/14039/stat : 14039 (java) S 14015 14017 12230 0 -1 4202560 2801 0 1 0 39 0 0 0 15 0 19 0 490273724 7830429696 29735 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 3 0 0 0
[pid=14017/tid=14040] ppid=14015 vsize=7646904 CPUtime=0.38 cores=1,3
/proc/14017/task/14040/stat : 14040 (java) S 14015 14017 12230 0 -1 4202560 3831 0 1 0 38 0 0 0 15 0 19 0 490273724 7830429696 29735 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14041] ppid=14015 vsize=7646904 CPUtime=0 cores=1,3
/proc/14017/task/14041/stat : 14041 (java) S 14015 14017 12230 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 490273724 7830429696 29735 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14042] ppid=14015 vsize=7646904 CPUtime=0.01 cores=1,3
/proc/14017/task/14042/stat : 14042 (java) S 14015 14017 12230 0 -1 4202560 77 0 0 0 1 0 0 0 15 0 19 0 490273724 7830429696 29735 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117952 0 4 0 16800975 18446604471104500800 0 0 -1 3 0 0 0
[pid=14017/tid=14083] ppid=14015 vsize=7646904 CPUtime=0 cores=1,3
/proc/14017/task/14083/stat : 14083 (java) S 14015 14017 12230 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 490273754 7830429696 29735 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117952 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1300.88
Current children cumulated vsize (KiB) 7646904

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.01 4.04 3.91 4/247 14135
/proc/meminfo: memFree=22788084/32951124 swapFree=67111524/67111528
[pid=14017] ppid=14015 vsize=7646904 CPUtime=1300.88 cores=1,3
/proc/14017/stat : 14017 (java) S 14015 14017 12230 0 -1 4202496 33434 0 3 0 130082 6 0 0 21 0 19 0 490273719 7830429696 29735 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14017/statm: 1911726 29735 2253 9 0 1902464 0
[pid=14017/tid=14018] ppid=14015 vsize=7646904 CPUtime=1295.99 cores=1,3
/proc/14017/task/14018/stat : 14018 (java) R 14015 14017 12230 0 -1 4202560 13079 0 1 0 129597 2 0 0 25 0 19 0 490273719 7830429696 29735 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 46912505633501 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14017/tid=14020] ppid=14015 vsize=7646904 CPUtime=0.12 cores=1,3
/proc/14017/task/14020/stat : 14020 (java) S 14015 14017 12230 0 -1 4202560 2258 0 0 0 12 0 0 0 15 0 19 0 490273720 7830429696 29735 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 3 0 0 0
[pid=14017/tid=14021] ppid=14015 vsize=7646904 CPUtime=0.08 cores=1,3
/proc/14017/task/14021/stat : 14021 (java) S 14015 14017 12230 0 -1 4202560 1614 0 0 0 8 0 0 0 15 0 19 0 490273720 7830429696 29735 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 3 0 0 0
[pid=14017/tid=14022] ppid=14015 vsize=7646904 CPUtime=0.1 cores=1,3
/proc/14017/task/14022/stat : 14022 (java) S 14015 14017 12230 0 -1 4202560 32 0 0 0 10 0 0 0 15 0 19 0 490273720 7830429696 29735 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 3 0 0 0
[pid=14017/tid=14023] ppid=14015 vsize=7646904 CPUtime=0.07 cores=1,3
/proc/14017/task/14023/stat : 14023 (java) S 14015 14017 12230 0 -1 4202560 249 0 0 0 7 0 0 0 15 0 19 0 490273720 7830429696 29735 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 3 0 0 0
[pid=14017/tid=14024] ppid=14015 vsize=7646904 CPUtime=0.1 cores=1,3
/proc/14017/task/14024/stat : 14024 (java) S 14015 14017 12230 0 -1 4202560 624 0 0 0 10 0 0 0 15 0 19 0 490273720 7830429696 29735 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 3 0 0 0
[pid=14017/tid=14025] ppid=14015 vsize=7646904 CPUtime=0.11 cores=1,3
/proc/14017/task/14025/stat : 14025 (java) S 14015 14017 12230 0 -1 4202560 87 0 0 0 11 0 0 0 15 0 19 0 490273720 7830429696 29735 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 3 0 0 0
[pid=14017/tid=14026] ppid=14015 vsize=7646904 CPUtime=0.06 cores=1,3
/proc/14017/task/14026/stat : 14026 (java) S 14015 14017 12230 0 -1 4202560 481 0 0 0 6 0 0 0 15 0 19 0 490273720 7830429696 29735 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 3 0 0 0
[pid=14017/tid=14027] ppid=14015 vsize=7646904 CPUtime=0.1 cores=1,3
/proc/14017/task/14027/stat : 14027 (java) S 14015 14017 12230 0 -1 4202560 281 0 0 0 10 0 0 0 15 0 19 0 490273720 7830429696 29735 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 3 0 0 0
[pid=14017/tid=14028] ppid=14015 vsize=7646904 CPUtime=3.28 cores=1,3
/proc/14017/task/14028/stat : 14028 (java) S 14015 14017 12230 0 -1 4202560 6870 0 0 0 327 1 0 0 15 0 19 0 490273721 7830429696 29735 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117952 0 0 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14030] ppid=14015 vsize=7646904 CPUtime=0 cores=1,3
/proc/14017/task/14030/stat : 14030 (java) S 14015 14017 12230 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490273722 7830429696 29735 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14031] ppid=14015 vsize=7646904 CPUtime=0 cores=1,3
/proc/14017/task/14031/stat : 14031 (java) S 14015 14017 12230 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490273722 7830429696 29735 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14038] ppid=14015 vsize=7646904 CPUtime=0 cores=1,3
/proc/14017/task/14038/stat : 14038 (java) S 14015 14017 12230 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 490273724 7830429696 29735 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389125041 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14039] ppid=14015 vsize=7646904 CPUtime=0.39 cores=1,3
/proc/14017/task/14039/stat : 14039 (java) S 14015 14017 12230 0 -1 4202560 2801 0 1 0 39 0 0 0 15 0 19 0 490273724 7830429696 29735 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 3 0 0 0
[pid=14017/tid=14040] ppid=14015 vsize=7646904 CPUtime=0.38 cores=1,3
/proc/14017/task/14040/stat : 14040 (java) S 14015 14017 12230 0 -1 4202560 3831 0 1 0 38 0 0 0 15 0 19 0 490273724 7830429696 29735 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14041] ppid=14015 vsize=7646904 CPUtime=0 cores=1,3
/proc/14017/task/14041/stat : 14041 (java) S 14015 14017 12230 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 490273724 7830429696 29735 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117337 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
[pid=14017/tid=14042] ppid=14015 vsize=7646904 CPUtime=0.01 cores=1,3
/proc/14017/task/14042/stat : 14042 (java) S 14015 14017 12230 0 -1 4202560 77 0 0 0 1 0 0 0 15 0 19 0 490273724 7830429696 29735 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117952 0 4 0 16800975 18446604471104500800 0 0 -1 3 0 0 0
[pid=14017/tid=14083] ppid=14015 vsize=7646904 CPUtime=0 cores=1,3
/proc/14017/task/14083/stat : 14083 (java) S 14015 14017 12230 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 490273754 7830429696 29735 33554432000 1073741824 1073778376 140733669404720 18446744073709551615 255389117952 0 4 0 16800975 18446604471104500800 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1300.88
Current children cumulated vsize (KiB) 7646904

Child status: 143
Real time (s): 1300.07
CPU time (s): 1301
CPU user time (s): 1300.92
CPU system time (s): 0.076988
CPU usage (%): 100.071
Max. virtual memory (cumulated for all children) (KiB): 7646904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300.92
system time used= 0.076988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34137
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28350
involuntary context switches= 4879

runsolver used 2.43663 second user time and 5.57015 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-26 04:59:19
IDJOB=3289627
IDBENCH=83130
IDSOLVER=1611
FILE ID=node135/3289627-1303786758
RUNJOBID= node135-1303786758-13972
PBS_JOBID= 13157209
Free space on /tmp= 71624 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom16.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-3289627-1303786758/watcher-3289627-1303786758 -o /tmp/evaluation-result-3289627-1303786758/solver-3289627-1303786758 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3289627-1303786758.cnf

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

MD5SUM BENCH= 73a2c2d9e5c062e561bfdb7c82071a99
RANDOM SEED=530269078

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23221400 kB
Buffers:       1827016 kB
Cached:        7224096 kB
SwapCached:          4 kB
Active:         595668 kB
Inactive:      8555852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23221400 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            9012 kB
Writeback:           0 kB
AnonPages:       99704 kB
Mapped:          21100 kB
Slab:           514708 kB
PageTables:       5896 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  7467144 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71620 MiB
End job on node135 at 2011-04-26 05:21:01