Trace number 3292065

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.98 1300.11

General information on the benchmark

NameSAT04/industrial/velev/vliw_unsat_2.0/
9dlx_vliw_at_b_iq9.used-as.sat04-719.cnf
MD5SUM9a43349587a435e7109b46b3aceb156e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1263.53
Satisfiable
(Un)Satisfiability was proved
Number of variables482093
Number of clauses9676386
Sum of the clauses size28195028
Maximum clause length226
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 29152157
Number of clauses of size 3120945
Number of clauses of size 410067
Number of clauses of size 528986
Number of clauses of size over 5364230

Solver Data

0.03/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.07	c See www.sat4j.org for details.
0.03/0.07	c no version file found!!!
0.03/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.07	c java.vm.version	19.1-b02
0.03/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.07	c sun.arch.data.model	64
0.03/0.07	c java.version		1.6.0_24
0.03/0.07	c os.name		Linux
0.03/0.08	c os.version		2.6.18-164.el5
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		6997539544
0.03/0.08	c Max memory 		7034241024
0.03/0.08	c Total memory 		7034241024
0.03/0.08	c Number of processors 	8
0.03/0.09	c --- Begin Solver configuration ---
0.03/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
0.03/0.09	c Learn all clauses as in MiniSAT
0.03/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.03/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.03/0.09	c Expensive reason simplification
0.03/0.09	c Armin Biere (Picosat) restarts strategy
0.03/0.09	c Glucose learned constraints deletion strategy
0.03/0.09	c timeout=2147483647s
0.03/0.09	c DB Simplification allowed=true
0.03/0.09	c --- End Solver configuration ---
0.03/0.09	c solving HOME/instance-3292065-1303792130.cnf
0.03/0.09	c reading problem ... 
8.27/8.14	c ... done. Wall clock time 8.047s.
8.27/8.14	c #vars     482093
8.27/8.14	c #constraints  9676386
8.27/8.14	c constraints type 
8.27/8.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 524228
8.27/8.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 9152157
53.55/53.10	c cleaning 2477 clauses out of 4999 with flag 5000/5000
85.56/83.97	c cleaning 4258 clauses out of 8522 with flag 11000/11000
124.10/122.40	c cleaning 5625 clauses out of 11264 with flag 18000/18000
163.06/161.31	c cleaning 6797 clauses out of 13640 with flag 26001/26001
198.72/196.91	c cleaning 7921 clauses out of 15842 with flag 35000/35000
249.27/247.41	c cleaning 8826 clauses out of 17761 with flag 45002/45002
298.73/296.87	c cleaning 9955 clauses out of 19933 with flag 56000/56000
355.38/353.46	c cleaning 10964 clauses out of 21980 with flag 68002/68002
410.33/408.39	c cleaning 11921 clauses out of 24015 with flag 81001/81001
471.49/469.44	c cleaning 12996 clauses out of 26093 with flag 95000/95000
533.14/531.09	c cleaning 14047 clauses out of 28098 with flag 110001/110001
596.40/594.27	c cleaning 15002 clauses out of 30050 with flag 126000/126000
655.95/653.74	c cleaning 15978 clauses out of 32048 with flag 143000/143000
720.51/718.26	c cleaning 16989 clauses out of 34070 with flag 161000/161000
783.37/781.08	c cleaning 18025 clauses out of 36083 with flag 180002/180002
845.52/843.18	c cleaning 18949 clauses out of 38056 with flag 200000/200000
912.87/910.44	c cleaning 19983 clauses out of 40108 with flag 221001/221001
979.63/977.14	c cleaning 21055 clauses out of 42125 with flag 243001/243001
1047.88/1045.39	c cleaning 21988 clauses out of 44069 with flag 266000/266000
1114.84/1112.24	c cleaning 22881 clauses out of 46084 with flag 290003/290003
1190.60/1187.92	c cleaning 24041 clauses out of 48201 with flag 315001/315001
1229.64/1226.92	c cleaning 25052 clauses out of 50160 with flag 341001/341001
1294.98/1292.21	c cleaning 25954 clauses out of 52109 with flag 368002/368002
1302.84/1300.01	c starts		: 764
1302.84/1300.01	c conflicts		: 370216
1302.84/1300.01	c decisions		: 18302832
1302.84/1300.01	c propagations		: 1465628630
1302.84/1300.01	c inspects		: 6066266509
1302.84/1300.01	c shortcuts		: 0
1302.84/1300.01	c learnt literals	: 2
1302.84/1300.01	c learnt binary clauses	: 649
1302.84/1300.01	c learnt ternary clauses	: 1171
1302.84/1300.01	c learnt constraints	: 370214
1302.84/1300.01	c ignored constraints	: 0
1302.84/1300.01	c root simplifications	: 766
1302.84/1300.01	c removed literals (reason simplification)	: 8642026
1302.84/1300.01	c reason swapping (by a shorter reason)	: 0
1302.84/1300.01	c Calls to reduceDB	: 23
1302.84/1300.01	c speed (assignments/second)	: 1134504.2717245661
1302.84/1300.01	c non guided choices	9120940
1302.84/1300.04	c learnt constraints type 
1302.84/1300.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 649
1302.84/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 27721
1302.84/1300.04	c constraints type 
1302.84/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 524228
1302.84/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 9152157
1302.84/1300.04	s UNKNOWN
1302.84/1300.04	c Total wall clock time (in seconds) : 1299.918

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

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 4.01 4.06 3.95 4/247 3015
/proc/meminfo: memFree=23293808/32951124 swapFree=67111524/67111528
[pid=3015] ppid=3013 vsize=3528 CPUtime=0 cores=5,7
/proc/3015/stat : 3015 (java) R 3013 3015 2468 0 -1 4194304 281 0 0 0 0 0 0 0 24 0 1 0 490811863 3612672 45 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232330969098 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3015/statm: 882 47 36 9 0 27 0

[startup+0.0481401 s]
/proc/loadavg: 4.01 4.06 3.95 4/247 3015
/proc/meminfo: memFree=23293808/32951124 swapFree=67111524/67111528
[pid=3015] ppid=3013 vsize=7564352 CPUtime=0.03 cores=5,7
/proc/3015/stat : 3015 (java) S 3013 3015 2468 0 -1 4202496 8872 0 1 0 3 0 0 0 24 0 13 0 490811863 7745896448 8569 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347695077 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/3015/statm: 1891088 8575 1683 9 0 1881836 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 7564352

[startup+0.101099 s]
/proc/loadavg: 4.01 4.06 3.95 4/247 3015
/proc/meminfo: memFree=23293808/32951124 swapFree=67111524/67111528
[pid=3015] ppid=3013 vsize=7636060 CPUtime=0.09 cores=5,7
/proc/3015/stat : 3015 (java) S 3013 3015 2468 0 -1 4202496 11750 0 1 0 8 1 0 0 24 0 18 0 490811863 7819325440 11448 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3015/statm: 1909015 11476 2021 9 0 1899753 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7636060

[startup+0.301063 s]
/proc/loadavg: 4.01 4.06 3.95 4/247 3015
/proc/meminfo: memFree=23293808/32951124 swapFree=67111524/67111528
[pid=3015] ppid=3013 vsize=7706324 CPUtime=0.46 cores=5,7
/proc/3015/stat : 3015 (java) S 3013 3015 2468 0 -1 4202496 26091 0 1 0 43 3 0 0 24 0 18 0 490811863 7891275776 25042 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3015/statm: 1926581 25043 2198 9 0 1917319 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 7706324

[startup+0.701023 s]
/proc/loadavg: 4.01 4.06 3.95 4/247 3015
/proc/meminfo: memFree=23293808/32951124 swapFree=67111524/67111528
[pid=3015] ppid=3013 vsize=7706324 CPUtime=0.87 cores=5,7
/proc/3015/stat : 3015 (java) S 3013 3015 2468 0 -1 4202496 36013 0 1 0 82 5 0 0 24 0 18 0 490811863 7891275776 34940 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3015/statm: 1926581 34941 2198 9 0 1917319 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 7706324

[startup+1.50089 s]
/proc/loadavg: 4.01 4.06 3.95 5/265 3034
/proc/meminfo: memFree=23132612/32951124 swapFree=67111524/67111528
[pid=3015] ppid=3013 vsize=7706324 CPUtime=1.66 cores=5,7
/proc/3015/stat : 3015 (java) S 3013 3015 2468 0 -1 4202496 54993 0 1 0 159 7 0 0 24 0 18 0 490811863 7891275776 53919 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3015/statm: 1926581 53920 2199 9 0 1917319 0
[pid=3015/tid=3017] ppid=3013 vsize=7706324 CPUtime=1.48 cores=5,7
/proc/3015/task/3017/stat : 3017 (java) R 3013 3015 2468 0 -1 4202560 50975 0 1 0 141 7 0 0 25 0 18 0 490811864 7891275776 53920 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 46912505519889 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3015/tid=3018] ppid=3013 vsize=7706324 CPUtime=0 cores=5,7
/proc/3015/task/3018/stat : 3018 (java) S 3013 3015 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490811865 7891275776 53921 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3019] ppid=3013 vsize=7706324 CPUtime=0 cores=5,7
/proc/3015/task/3019/stat : 3019 (java) S 3013 3015 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490811865 7891275776 53921 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3020] ppid=3013 vsize=7706324 CPUtime=0 cores=5,7
/proc/3015/task/3020/stat : 3020 (java) S 3013 3015 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490811865 7891275776 53922 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3021] ppid=3013 vsize=7706324 CPUtime=0 cores=5,7
/proc/3015/task/3021/stat : 3021 (java) S 3013 3015 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490811865 7891275776 53923 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3022] ppid=3013 vsize=7706324 CPUtime=0 cores=5,7
/proc/3015/task/3022/stat : 3022 (java) S 3013 3015 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490811865 7891275776 53923 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3023] ppid=3013 vsize=7706324 CPUtime=0 cores=5,7
/proc/3015/task/3023/stat : 3023 (java) S 3013 3015 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490811865 7891275776 53924 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3024] ppid=3013 vsize=7706324 CPUtime=0 cores=5,7
/proc/3015/task/3024/stat : 3024 (java) S 3013 3015 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490811865 7891275776 53924 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3025] ppid=3013 vsize=7706324 CPUtime=0 cores=5,7
/proc/3015/task/3025/stat : 3025 (java) S 3013 3015 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490811865 7891275776 53925 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3026] ppid=3013 vsize=7706324 CPUtime=0 cores=5,7
/proc/3015/task/3026/stat : 3026 (java) S 3013 3015 2468 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 18 0 490811866 7891275776 53925 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708928 0 0 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3027] ppid=3013 vsize=7706324 CPUtime=0 cores=5,7
/proc/3015/task/3027/stat : 3027 (java) S 3013 3015 2468 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 490811867 7891275776 53926 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3028] ppid=3013 vsize=7706324 CPUtime=0 cores=5,7
/proc/3015/task/3028/stat : 3028 (java) S 3013 3015 2468 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 490811867 7891275776 53926 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3029] ppid=3013 vsize=7706324 CPUtime=0 cores=5,7
/proc/3015/task/3029/stat : 3029 (java) S 3013 3015 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490811869 7891275776 53927 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347716017 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3030] ppid=3013 vsize=7706324 CPUtime=0.02 cores=5,7
/proc/3015/task/3030/stat : 3030 (java) S 3013 3015 2468 0 -1 4202560 495 0 0 0 2 0 0 0 25 0 18 0 490811869 7891275776 53927 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 7 0 0 0
[pid=3015/tid=3031] ppid=3013 vsize=7706324 CPUtime=0.15 cores=5,7
/proc/3015/task/3031/stat : 3031 (java) S 3013 3015 2468 0 -1 4202560 2372 0 0 0 15 0 0 0 25 0 18 0 490811869 7891275776 53928 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 7 0 0 0
[pid=3015/tid=3033] ppid=3013 vsize=7706324 CPUtime=0 cores=5,7
/proc/3015/task/3033/stat : 3033 (java) S 3013 3015 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490811869 7891275776 53928 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3034] ppid=3013 vsize=7706324 CPUtime=0 cores=5,7
/proc/3015/task/3034/stat : 3034 (java) S 3013 3015 2468 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 490811869 7891275776 53929 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708928 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 7706324

[startup+3.10061 s]
/proc/loadavg: 4.01 4.06 3.95 5/265 3034
/proc/meminfo: memFree=23034776/32951124 swapFree=67111524/67111528
[pid=3015] ppid=3013 vsize=7706324 CPUtime=3.26 cores=5,7
/proc/3015/stat : 3015 (java) S 3013 3015 2468 0 -1 4202496 88980 0 1 0 315 11 0 0 24 0 18 0 490811863 7891275776 87906 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3015/statm: 1926581 87907 2199 9 0 1917319 0
[pid=3015/tid=3017] ppid=3013 vsize=7706324 CPUtime=3.07 cores=5,7
/proc/3015/task/3017/stat : 3017 (java) R 3013 3015 2468 0 -1 4202560 84962 0 1 0 297 10 0 0 25 0 18 0 490811864 7891275776 87907 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 46912505586415 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3015/tid=3018] ppid=3013 vsize=7706324 CPUtime=0 cores=5,7
/proc/3015/task/3018/stat : 3018 (java) S 3013 3015 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490811865 7891275776 87908 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3019] ppid=3013 vsize=7706324 CPUtime=0 cores=5,7
/proc/3015/task/3019/stat : 3019 (java) S 3013 3015 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490811865 7891275776 87908 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3020] ppid=3013 vsize=7706324 CPUtime=0 cores=5,7
/proc/3015/task/3020/stat : 3020 (java) S 3013 3015 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490811865 7891275776 87909 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3021] ppid=3013 vsize=7706324 CPUtime=0 cores=5,7
/proc/3015/task/3021/stat : 3021 (java) S 3013 3015 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490811865 7891275776 87909 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3022] ppid=3013 vsize=7706324 CPUtime=0 cores=5,7
/proc/3015/task/3022/stat : 3022 (java) S 3013 3015 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490811865 7891275776 87909 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3023] ppid=3013 vsize=7706324 CPUtime=0 cores=5,7
/proc/3015/task/3023/stat : 3023 (java) S 3013 3015 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490811865 7891275776 87910 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3024] ppid=3013 vsize=7706324 CPUtime=0 cores=5,7
/proc/3015/task/3024/stat : 3024 (java) S 3013 3015 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490811865 7891275776 87910 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3025] ppid=3013 vsize=7706324 CPUtime=0 cores=5,7
/proc/3015/task/3025/stat : 3025 (java) S 3013 3015 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490811865 7891275776 87911 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3026] ppid=3013 vsize=7706324 CPUtime=0 cores=5,7
/proc/3015/task/3026/stat : 3026 (java) S 3013 3015 2468 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 18 0 490811866 7891275776 87912 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708928 0 0 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3027] ppid=3013 vsize=7706324 CPUtime=0 cores=5,7
/proc/3015/task/3027/stat : 3027 (java) S 3013 3015 2468 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 490811867 7891275776 87912 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3028] ppid=3013 vsize=7706324 CPUtime=0 cores=5,7
/proc/3015/task/3028/stat : 3028 (java) S 3013 3015 2468 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 490811867 7891275776 87913 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3029] ppid=3013 vsize=7706324 CPUtime=0 cores=5,7
/proc/3015/task/3029/stat : 3029 (java) S 3013 3015 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490811869 7891275776 87913 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347716017 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3030] ppid=3013 vsize=7706324 CPUtime=0.02 cores=5,7
/proc/3015/task/3030/stat : 3030 (java) S 3013 3015 2468 0 -1 4202560 495 0 0 0 2 0 0 0 25 0 18 0 490811869 7891275776 87913 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 7 0 0 0
[pid=3015/tid=3031] ppid=3013 vsize=7706324 CPUtime=0.15 cores=5,7
/proc/3015/task/3031/stat : 3031 (java) S 3013 3015 2468 0 -1 4202560 2372 0 0 0 15 0 0 0 25 0 18 0 490811869 7891275776 87914 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 7 0 0 0
[pid=3015/tid=3033] ppid=3013 vsize=7706324 CPUtime=0 cores=5,7
/proc/3015/task/3033/stat : 3033 (java) S 3013 3015 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490811869 7891275776 87914 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3034] ppid=3013 vsize=7706324 CPUtime=0 cores=5,7
/proc/3015/task/3034/stat : 3034 (java) S 3013 3015 2468 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 490811869 7891275776 87915 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708928 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.26
Current children cumulated vsize (KiB) 7706324

[startup+6.30103 s]
/proc/loadavg: 4.09 4.08 3.95 5/265 3034
/proc/meminfo: memFree=22756416/32951124 swapFree=67111524/67111528
[pid=3015] ppid=3013 vsize=7704876 CPUtime=6.47 cores=5,7
/proc/3015/stat : 3015 (java) S 3013 3015 2468 0 -1 4202496 157258 0 1 0 626 21 0 0 24 0 18 0 490811863 7889793024 155858 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3015/statm: 1926219 155859 2200 9 0 1916957 0
[pid=3015/tid=3017] ppid=3013 vsize=7704876 CPUtime=6.28 cores=5,7
/proc/3015/task/3017/stat : 3017 (java) R 3013 3015 2468 0 -1 4202560 153239 0 1 0 608 20 0 0 25 0 18 0 490811864 7889793024 155859 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 46912505584994 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3015/tid=3018] ppid=3013 vsize=7704876 CPUtime=0 cores=5,7
/proc/3015/task/3018/stat : 3018 (java) S 3013 3015 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490811865 7889793024 155860 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3019] ppid=3013 vsize=7704876 CPUtime=0 cores=5,7
/proc/3015/task/3019/stat : 3019 (java) S 3013 3015 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490811865 7889793024 155860 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3020] ppid=3013 vsize=7704876 CPUtime=0 cores=5,7
/proc/3015/task/3020/stat : 3020 (java) S 3013 3015 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490811865 7889793024 155861 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3021] ppid=3013 vsize=7704876 CPUtime=0 cores=5,7
/proc/3015/task/3021/stat : 3021 (java) S 3013 3015 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490811865 7889793024 155862 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3022] ppid=3013 vsize=7704876 CPUtime=0 cores=5,7
/proc/3015/task/3022/stat : 3022 (java) S 3013 3015 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490811865 7889793024 155862 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3023] ppid=3013 vsize=7704876 CPUtime=0 cores=5,7
/proc/3015/task/3023/stat : 3023 (java) S 3013 3015 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490811865 7889793024 155863 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3024] ppid=3013 vsize=7704876 CPUtime=0 cores=5,7
/proc/3015/task/3024/stat : 3024 (java) S 3013 3015 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490811865 7889793024 155863 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3025] ppid=3013 vsize=7704876 CPUtime=0 cores=5,7
/proc/3015/task/3025/stat : 3025 (java) S 3013 3015 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490811865 7889793024 155864 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3026] ppid=3013 vsize=7704876 CPUtime=0 cores=5,7
/proc/3015/task/3026/stat : 3026 (java) S 3013 3015 2468 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 18 0 490811866 7889793024 155865 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708928 0 0 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3027] ppid=3013 vsize=7704876 CPUtime=0 cores=5,7
/proc/3015/task/3027/stat : 3027 (java) S 3013 3015 2468 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 490811867 7889793024 155865 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3028] ppid=3013 vsize=7704876 CPUtime=0 cores=5,7
/proc/3015/task/3028/stat : 3028 (java) S 3013 3015 2468 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 490811867 7889793024 155866 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3029] ppid=3013 vsize=7704876 CPUtime=0 cores=5,7
/proc/3015/task/3029/stat : 3029 (java) S 3013 3015 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490811869 7889793024 155866 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347716017 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3030] ppid=3013 vsize=7704876 CPUtime=0.03 cores=5,7
/proc/3015/task/3030/stat : 3030 (java) S 3013 3015 2468 0 -1 4202560 495 0 0 0 3 0 0 0 17 0 18 0 490811869 7889793024 155867 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 7 0 0 0
[pid=3015/tid=3031] ppid=3013 vsize=7704876 CPUtime=0.15 cores=5,7
/proc/3015/task/3031/stat : 3031 (java) S 3013 3015 2468 0 -1 4202560 2372 0 0 0 15 0 0 0 18 0 18 0 490811869 7889793024 155867 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 7 0 0 0
[pid=3015/tid=3033] ppid=3013 vsize=7704876 CPUtime=0 cores=5,7
/proc/3015/task/3033/stat : 3033 (java) S 3013 3015 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 490811869 7889793024 155868 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3034] ppid=3013 vsize=7704876 CPUtime=0 cores=5,7
/proc/3015/task/3034/stat : 3034 (java) S 3013 3015 2468 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 490811869 7889793024 155869 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708928 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.47
Current children cumulated vsize (KiB) 7704876

[startup+12.7009 s]
/proc/loadavg: 4.08 4.08 3.95 5/266 3035
/proc/meminfo: memFree=22480480/32951124 swapFree=67111524/67111528
[pid=3015] ppid=3013 vsize=7706096 CPUtime=13.25 cores=5,7
/proc/3015/stat : 3015 (java) S 3013 3015 2468 0 -1 4202496 205075 0 1 0 1295 30 0 0 24 0 19 0 490811863 7891042304 201822 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3015/statm: 1926524 201822 2225 9 0 1917262 0
[pid=3015/tid=3017] ppid=3013 vsize=7706096 CPUtime=12.55 cores=5,7

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

[pid=3015/tid=3023] ppid=3013 vsize=7706096 CPUtime=0.53 cores=5,7
/proc/3015/task/3023/stat : 3023 (java) S 3013 3015 2468 0 -1 4202560 10829 0 0 0 53 0 0 0 15 0 19 0 490811865 7891042304 456022 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 7 0 0 0
[pid=3015/tid=3024] ppid=3013 vsize=7706096 CPUtime=0.27 cores=5,7
/proc/3015/task/3024/stat : 3024 (java) S 3013 3015 2468 0 -1 4202560 857 0 0 0 27 0 0 0 15 0 19 0 490811865 7891042304 456022 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 7 0 0 0
[pid=3015/tid=3025] ppid=3013 vsize=7706096 CPUtime=0.09 cores=5,7
/proc/3015/task/3025/stat : 3025 (java) S 3013 3015 2468 0 -1 4202560 4 0 0 0 9 0 0 0 16 0 19 0 490811865 7891042304 456022 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 7 0 0 0
[pid=3015/tid=3026] ppid=3013 vsize=7706096 CPUtime=33.39 cores=5,7
/proc/3015/task/3026/stat : 3026 (java) S 3013 3015 2468 0 -1 4202560 97810 0 0 0 3329 10 0 0 18 0 19 0 490811866 7891042304 456022 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708928 0 0 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3027] ppid=3013 vsize=7706096 CPUtime=0 cores=5,7
/proc/3015/task/3027/stat : 3027 (java) S 3013 3015 2468 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490811867 7891042304 456022 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3028] ppid=3013 vsize=7706096 CPUtime=0 cores=5,7
/proc/3015/task/3028/stat : 3028 (java) S 3013 3015 2468 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490811867 7891042304 456022 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3029] ppid=3013 vsize=7706096 CPUtime=0 cores=5,7
/proc/3015/task/3029/stat : 3029 (java) S 3013 3015 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490811869 7891042304 456022 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347716017 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3030] ppid=3013 vsize=7706096 CPUtime=0.4 cores=5,7
/proc/3015/task/3030/stat : 3030 (java) S 3013 3015 2468 0 -1 4202560 2906 0 0 0 40 0 0 0 15 0 19 0 490811869 7891042304 456022 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 7 0 0 0
[pid=3015/tid=3031] ppid=3013 vsize=7706096 CPUtime=0.46 cores=5,7
/proc/3015/task/3031/stat : 3031 (java) S 3013 3015 2468 0 -1 4202560 2492 0 0 0 46 0 0 0 15 0 19 0 490811869 7891042304 456022 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3033] ppid=3013 vsize=7706096 CPUtime=0 cores=5,7
/proc/3015/task/3033/stat : 3033 (java) S 3013 3015 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490811869 7891042304 456022 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3034] ppid=3013 vsize=7706096 CPUtime=0 cores=5,7
/proc/3015/task/3034/stat : 3034 (java) S 3013 3015 2468 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 19 0 490811869 7891042304 456022 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708928 0 4 0 16800975 18446604461075636288 0 0 -1 7 0 0 0
[pid=3015/tid=3035] ppid=3013 vsize=7706096 CPUtime=0 cores=5,7
/proc/3015/task/3035/stat : 3035 (java) S 3013 3015 2468 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490812686 7891042304 456022 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708928 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1125
Current children cumulated vsize (KiB) 7706096

[startup+1182.3 s]
/proc/loadavg: 2.67 3.06 3.47 3/218 3109
/proc/meminfo: memFree=23171904/32951124 swapFree=67111524/67111528
[pid=3015] ppid=3013 vsize=7706096 CPUtime=1185 cores=5,7
/proc/3015/stat : 3015 (java) S 3013 3015 2468 0 -1 4202496 461118 0 1 0 118440 60 0 0 24 0 19 0 490811863 7891042304 456022 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3015/statm: 1926524 456022 2254 9 0 1917262 0
[pid=3015/tid=3017] ppid=3013 vsize=7706096 CPUtime=1146.51 cores=5,7
/proc/3015/task/3017/stat : 3017 (java) R 3013 3015 2468 0 -1 4202560 200177 0 1 0 114622 29 0 0 25 0 19 0 490811864 7891042304 456022 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 46912505716144 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3015/tid=3018] ppid=3013 vsize=7706096 CPUtime=0.81 cores=5,7
/proc/3015/task/3018/stat : 3018 (java) S 3013 3015 2468 0 -1 4202560 48576 0 0 0 76 5 0 0 15 0 19 0 490811865 7891042304 456022 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 7 0 0 0
[pid=3015/tid=3019] ppid=3013 vsize=7706096 CPUtime=0.55 cores=5,7
/proc/3015/task/3019/stat : 3019 (java) S 3013 3015 2468 0 -1 4202560 32577 0 0 0 52 3 0 0 15 0 19 0 490811865 7891042304 456022 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 7 0 0 0
[pid=3015/tid=3020] ppid=3013 vsize=7706096 CPUtime=0.8 cores=5,7
/proc/3015/task/3020/stat : 3020 (java) S 3013 3015 2468 0 -1 4202560 37198 0 0 0 76 4 0 0 15 0 19 0 490811865 7891042304 456022 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3021] ppid=3013 vsize=7706096 CPUtime=0.55 cores=5,7
/proc/3015/task/3021/stat : 3021 (java) S 3013 3015 2468 0 -1 4202560 13383 0 0 0 54 1 0 0 15 0 19 0 490811865 7891042304 456022 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 7 0 0 0
[pid=3015/tid=3022] ppid=3013 vsize=7706096 CPUtime=0.51 cores=5,7
/proc/3015/task/3022/stat : 3022 (java) S 3013 3015 2468 0 -1 4202560 13089 0 0 0 50 1 0 0 15 0 19 0 490811865 7891042304 456022 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3023] ppid=3013 vsize=7706096 CPUtime=0.53 cores=5,7
/proc/3015/task/3023/stat : 3023 (java) S 3013 3015 2468 0 -1 4202560 10829 0 0 0 53 0 0 0 15 0 19 0 490811865 7891042304 456022 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 7 0 0 0
[pid=3015/tid=3024] ppid=3013 vsize=7706096 CPUtime=0.27 cores=5,7
/proc/3015/task/3024/stat : 3024 (java) S 3013 3015 2468 0 -1 4202560 857 0 0 0 27 0 0 0 15 0 19 0 490811865 7891042304 456022 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 7 0 0 0
[pid=3015/tid=3025] ppid=3013 vsize=7706096 CPUtime=0.09 cores=5,7
/proc/3015/task/3025/stat : 3025 (java) S 3013 3015 2468 0 -1 4202560 4 0 0 0 9 0 0 0 16 0 19 0 490811865 7891042304 456022 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 7 0 0 0
[pid=3015/tid=3026] ppid=3013 vsize=7706096 CPUtime=33.39 cores=5,7
/proc/3015/task/3026/stat : 3026 (java) S 3013 3015 2468 0 -1 4202560 97810 0 0 0 3329 10 0 0 18 0 19 0 490811866 7891042304 456022 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708928 0 0 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3027] ppid=3013 vsize=7706096 CPUtime=0 cores=5,7
/proc/3015/task/3027/stat : 3027 (java) S 3013 3015 2468 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490811867 7891042304 456022 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3028] ppid=3013 vsize=7706096 CPUtime=0 cores=5,7
/proc/3015/task/3028/stat : 3028 (java) S 3013 3015 2468 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490811867 7891042304 456022 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3029] ppid=3013 vsize=7706096 CPUtime=0 cores=5,7
/proc/3015/task/3029/stat : 3029 (java) S 3013 3015 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490811869 7891042304 456022 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347716017 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3030] ppid=3013 vsize=7706096 CPUtime=0.4 cores=5,7
/proc/3015/task/3030/stat : 3030 (java) S 3013 3015 2468 0 -1 4202560 2906 0 0 0 40 0 0 0 15 0 19 0 490811869 7891042304 456022 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 7 0 0 0
[pid=3015/tid=3031] ppid=3013 vsize=7706096 CPUtime=0.46 cores=5,7
/proc/3015/task/3031/stat : 3031 (java) S 3013 3015 2468 0 -1 4202560 2492 0 0 0 46 0 0 0 15 0 19 0 490811869 7891042304 456022 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3033] ppid=3013 vsize=7706096 CPUtime=0 cores=5,7
/proc/3015/task/3033/stat : 3033 (java) S 3013 3015 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490811869 7891042304 456022 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3034] ppid=3013 vsize=7706096 CPUtime=0 cores=5,7
/proc/3015/task/3034/stat : 3034 (java) S 3013 3015 2468 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 19 0 490811869 7891042304 456022 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708928 0 4 0 16800975 18446604461075636288 0 0 -1 7 0 0 0
[pid=3015/tid=3035] ppid=3013 vsize=7706096 CPUtime=0 cores=5,7
/proc/3015/task/3035/stat : 3035 (java) S 3013 3015 2468 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490812686 7891042304 456022 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708928 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1185
Current children cumulated vsize (KiB) 7706096

[startup+1242.3 s]
/proc/loadavg: 2.25 2.87 3.37 3/218 3111
/proc/meminfo: memFree=23169880/32951124 swapFree=67111524/67111528
[pid=3015] ppid=3013 vsize=7706096 CPUtime=1245.08 cores=5,7
/proc/3015/stat : 3015 (java) S 3013 3015 2468 0 -1 4202496 461519 0 1 0 124448 60 0 0 24 0 19 0 490811863 7891042304 456415 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3015/statm: 1926524 456415 2254 9 0 1917262 0
[pid=3015/tid=3017] ppid=3013 vsize=7706096 CPUtime=1203.59 cores=5,7
/proc/3015/task/3017/stat : 3017 (java) R 3013 3015 2468 0 -1 4202560 200179 0 1 0 120330 29 0 0 25 0 19 0 490811864 7891042304 456415 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 46912505662241 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3015/tid=3018] ppid=3013 vsize=7706096 CPUtime=0.81 cores=5,7
/proc/3015/task/3018/stat : 3018 (java) S 3013 3015 2468 0 -1 4202560 48576 0 0 0 76 5 0 0 15 0 19 0 490811865 7891042304 456415 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 7 0 0 0
[pid=3015/tid=3019] ppid=3013 vsize=7706096 CPUtime=0.55 cores=5,7
/proc/3015/task/3019/stat : 3019 (java) S 3013 3015 2468 0 -1 4202560 32577 0 0 0 52 3 0 0 15 0 19 0 490811865 7891042304 456415 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 7 0 0 0
[pid=3015/tid=3020] ppid=3013 vsize=7706096 CPUtime=0.83 cores=5,7
/proc/3015/task/3020/stat : 3020 (java) S 3013 3015 2468 0 -1 4202560 37198 0 0 0 79 4 0 0 15 0 19 0 490811865 7891042304 456415 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 7 0 0 0
[pid=3015/tid=3021] ppid=3013 vsize=7706096 CPUtime=0.59 cores=5,7
/proc/3015/task/3021/stat : 3021 (java) S 3013 3015 2468 0 -1 4202560 13383 0 0 0 58 1 0 0 16 0 19 0 490811865 7891042304 456415 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 7 0 0 0
[pid=3015/tid=3022] ppid=3013 vsize=7706096 CPUtime=0.59 cores=5,7
/proc/3015/task/3022/stat : 3022 (java) S 3013 3015 2468 0 -1 4202560 13118 0 0 0 58 1 0 0 16 0 19 0 490811865 7891042304 456415 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 7 0 0 0
[pid=3015/tid=3023] ppid=3013 vsize=7706096 CPUtime=0.53 cores=5,7
/proc/3015/task/3023/stat : 3023 (java) S 3013 3015 2468 0 -1 4202560 10829 0 0 0 53 0 0 0 15 0 19 0 490811865 7891042304 456415 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 7 0 0 0
[pid=3015/tid=3024] ppid=3013 vsize=7706096 CPUtime=0.31 cores=5,7
/proc/3015/task/3024/stat : 3024 (java) S 3013 3015 2468 0 -1 4202560 857 0 0 0 31 0 0 0 15 0 19 0 490811865 7891042304 456415 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 7 0 0 0
[pid=3015/tid=3025] ppid=3013 vsize=7706096 CPUtime=0.09 cores=5,7
/proc/3015/task/3025/stat : 3025 (java) S 3013 3015 2468 0 -1 4202560 4 0 0 0 9 0 0 0 15 0 19 0 490811865 7891042304 456415 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 7 0 0 0
[pid=3015/tid=3026] ppid=3013 vsize=7706096 CPUtime=36.2 cores=5,7
/proc/3015/task/3026/stat : 3026 (java) S 3013 3015 2468 0 -1 4202560 98178 0 0 0 3610 10 0 0 15 0 19 0 490811866 7891042304 456415 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708928 0 0 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3027] ppid=3013 vsize=7706096 CPUtime=0 cores=5,7
/proc/3015/task/3027/stat : 3027 (java) S 3013 3015 2468 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490811867 7891042304 456415 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3028] ppid=3013 vsize=7706096 CPUtime=0 cores=5,7
/proc/3015/task/3028/stat : 3028 (java) S 3013 3015 2468 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490811867 7891042304 456415 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3029] ppid=3013 vsize=7706096 CPUtime=0 cores=5,7
/proc/3015/task/3029/stat : 3029 (java) S 3013 3015 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490811869 7891042304 456415 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347716017 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3030] ppid=3013 vsize=7706096 CPUtime=0.4 cores=5,7
/proc/3015/task/3030/stat : 3030 (java) S 3013 3015 2468 0 -1 4202560 2906 0 0 0 40 0 0 0 15 0 19 0 490811869 7891042304 456415 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 7 0 0 0
[pid=3015/tid=3031] ppid=3013 vsize=7706096 CPUtime=0.46 cores=5,7
/proc/3015/task/3031/stat : 3031 (java) S 3013 3015 2468 0 -1 4202560 2492 0 0 0 46 0 0 0 15 0 19 0 490811869 7891042304 456415 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3033] ppid=3013 vsize=7706096 CPUtime=0 cores=5,7
/proc/3015/task/3033/stat : 3033 (java) S 3013 3015 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490811869 7891042304 456415 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3034] ppid=3013 vsize=7706096 CPUtime=0 cores=5,7
/proc/3015/task/3034/stat : 3034 (java) S 3013 3015 2468 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 19 0 490811869 7891042304 456415 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708928 0 4 0 16800975 18446604461075636288 0 0 -1 7 0 0 0
[pid=3015/tid=3035] ppid=3013 vsize=7706096 CPUtime=0 cores=5,7
/proc/3015/task/3035/stat : 3035 (java) S 3013 3015 2468 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490812686 7891042304 456415 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708928 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1245.08
Current children cumulated vsize (KiB) 7706096



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.87 2.66 3.27 2/194 3133
/proc/meminfo: memFree=24155596/32951124 swapFree=67111524/67111528
[pid=3015] ppid=3013 vsize=7706096 CPUtime=1302.84 cores=5,7
/proc/3015/stat : 3015 (java) S 3013 3015 2468 0 -1 4202496 461741 0 1 0 130224 60 0 0 24 0 19 0 490811863 7891042304 456630 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3015/statm: 1926524 456630 2254 9 0 1917262 0
[pid=3015/tid=3017] ppid=3013 vsize=7706096 CPUtime=1259.83 cores=5,7
/proc/3015/task/3017/stat : 3017 (java) R 3013 3015 2468 0 -1 4202560 200180 0 1 0 125954 29 0 0 25 0 19 0 490811864 7891042304 456630 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 46912505735320 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3015/tid=3018] ppid=3013 vsize=7706096 CPUtime=0.81 cores=5,7
/proc/3015/task/3018/stat : 3018 (java) S 3013 3015 2468 0 -1 4202560 48576 0 0 0 76 5 0 0 15 0 19 0 490811865 7891042304 456630 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 7 0 0 0
[pid=3015/tid=3019] ppid=3013 vsize=7706096 CPUtime=0.59 cores=5,7
/proc/3015/task/3019/stat : 3019 (java) S 3013 3015 2468 0 -1 4202560 32577 0 0 0 56 3 0 0 16 0 19 0 490811865 7891042304 456630 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 7 0 0 0
[pid=3015/tid=3020] ppid=3013 vsize=7706096 CPUtime=0.83 cores=5,7
/proc/3015/task/3020/stat : 3020 (java) S 3013 3015 2468 0 -1 4202560 37198 0 0 0 79 4 0 0 16 0 19 0 490811865 7891042304 456630 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 7 0 0 0
[pid=3015/tid=3021] ppid=3013 vsize=7706096 CPUtime=0.59 cores=5,7
/proc/3015/task/3021/stat : 3021 (java) S 3013 3015 2468 0 -1 4202560 13383 0 0 0 58 1 0 0 15 0 19 0 490811865 7891042304 456630 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 7 0 0 0
[pid=3015/tid=3022] ppid=3013 vsize=7706096 CPUtime=0.65 cores=5,7
/proc/3015/task/3022/stat : 3022 (java) S 3013 3015 2468 0 -1 4202560 13118 0 0 0 64 1 0 0 16 0 19 0 490811865 7891042304 456630 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 7 0 0 0
[pid=3015/tid=3023] ppid=3013 vsize=7706096 CPUtime=0.53 cores=5,7
/proc/3015/task/3023/stat : 3023 (java) S 3013 3015 2468 0 -1 4202560 10829 0 0 0 53 0 0 0 15 0 19 0 490811865 7891042304 456630 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 7 0 0 0
[pid=3015/tid=3024] ppid=3013 vsize=7706096 CPUtime=0.31 cores=5,7
/proc/3015/task/3024/stat : 3024 (java) S 3013 3015 2468 0 -1 4202560 857 0 0 0 31 0 0 0 15 0 19 0 490811865 7891042304 456630 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 7 0 0 0
[pid=3015/tid=3025] ppid=3013 vsize=7706096 CPUtime=0.1 cores=5,7
/proc/3015/task/3025/stat : 3025 (java) S 3013 3015 2468 0 -1 4202560 4 0 0 0 10 0 0 0 16 0 19 0 490811865 7891042304 456630 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 7 0 0 0
[pid=3015/tid=3026] ppid=3013 vsize=7706096 CPUtime=37.61 cores=5,7
/proc/3015/task/3026/stat : 3026 (java) S 3013 3015 2468 0 -1 4202560 98395 0 0 0 3751 10 0 0 15 0 19 0 490811866 7891042304 456630 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708928 0 0 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3027] ppid=3013 vsize=7706096 CPUtime=0 cores=5,7
/proc/3015/task/3027/stat : 3027 (java) S 3013 3015 2468 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490811867 7891042304 456630 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3028] ppid=3013 vsize=7706096 CPUtime=0 cores=5,7
/proc/3015/task/3028/stat : 3028 (java) S 3013 3015 2468 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490811867 7891042304 456630 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3029] ppid=3013 vsize=7706096 CPUtime=0 cores=5,7
/proc/3015/task/3029/stat : 3029 (java) S 3013 3015 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490811869 7891042304 456630 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347716017 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3030] ppid=3013 vsize=7706096 CPUtime=0.4 cores=5,7
/proc/3015/task/3030/stat : 3030 (java) S 3013 3015 2468 0 -1 4202560 2906 0 0 0 40 0 0 0 15 0 19 0 490811869 7891042304 456630 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 7 0 0 0
[pid=3015/tid=3031] ppid=3013 vsize=7706096 CPUtime=0.46 cores=5,7
/proc/3015/task/3031/stat : 3031 (java) S 3013 3015 2468 0 -1 4202560 2492 0 0 0 46 0 0 0 15 0 19 0 490811869 7891042304 456630 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3033] ppid=3013 vsize=7706096 CPUtime=0 cores=5,7
/proc/3015/task/3033/stat : 3033 (java) S 3013 3015 2468 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490811869 7891042304 456630 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708313 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
[pid=3015/tid=3034] ppid=3013 vsize=7706096 CPUtime=0 cores=5,7
/proc/3015/task/3034/stat : 3034 (java) S 3013 3015 2468 0 -1 4202560 76 0 0 0 0 0 0 0 15 0 19 0 490811869 7891042304 456630 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708928 0 4 0 16800975 18446604461075636288 0 0 -1 7 0 0 0
[pid=3015/tid=3035] ppid=3013 vsize=7706096 CPUtime=0 cores=5,7
/proc/3015/task/3035/stat : 3035 (java) S 3013 3015 2468 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490812686 7891042304 456630 33554432000 1073741824 1073778376 140735786159440 18446744073709551615 232347708928 0 4 0 16800975 18446604461075636288 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1302.84
Current children cumulated vsize (KiB) 7706096

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

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

Child status: 143
Real time (s): 1300.11
CPU time (s): 1302.98
CPU user time (s): 1302.31
CPU system time (s): 0.669898
CPU usage (%): 100.221
Max. virtual memory (cumulated for all children) (KiB): 7706324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1302.31
system time used= 0.669898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 461772
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= 27373
involuntary context switches= 9717

runsolver used 2.30265 second user time and 5.2322 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-26 06:28:57
IDJOB=3292065
IDBENCH=85008
IDSOLVER=1611
FILE ID=node132/3292065-1303792130
RUNJOBID= node132-1303790686-2489
PBS_JOBID= 13157266
Free space on /tmp= 71632 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT04/industrial/velev/vliw_unsat_2.0/9dlx_vliw_at_b_iq9.used-as.sat04-719.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-3292065-1303792130/watcher-3292065-1303792130 -o /tmp/evaluation-result-3292065-1303792130/solver-3292065-1303792130 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3292065-1303792130.cnf

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

MD5SUM BENCH= 9a43349587a435e7109b46b3aceb156e
RANDOM SEED=1553378944

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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:     32951124 kB
MemFree:      23293964 kB
Buffers:        698580 kB
Cached:        5954684 kB
SwapCached:          4 kB
Active:        3480672 kB
Inactive:      5673844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23293964 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:          427724 kB
Writeback:           0 kB
AnonPages:     2501096 kB
Mapped:          23468 kB
Slab:           432788 kB
PageTables:      10736 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 22038828 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= 71864 MiB
End job on node132 at 2011-04-26 06:50:39