Trace number 3710477

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 PB specific settings 2.3.2 snapshot? (TO) 1800.08 1795.63

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat50_4_16_8_mh_ic.opb
MD5SUM3780f03c87bd5cb45e7b4d8342759bc6
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4291485
Best CPU time to get the best result obtained on this benchmark1800.42
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables370300
Total number of constraints847958
Number of constraints which are clauses597900
Number of constraints which are cardinality constraints (but not clauses)58
Number of constraints which are nor clauses,nor cardinality constraints250000
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 132350
Biggest coefficient in the objective function 140608000
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 78886374094
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 140608000
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 78886374094
Number of bits of the biggest sum of numbers37
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.12	c configuring ORDERS
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=true
0.10/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3710477-1338248249.opb
0.10/0.12	c reading problem ... 
6.97/5.17	c ... done. Wall clock time 5.052s.
6.97/5.17	c declared #vars     370300
6.97/5.17	c #constraints  855312
6.97/5.17	c constraints type 
6.97/5.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 241376
6.97/5.17	c org.sat4j.minisat.constraints.cnf.UnitClauses => 4
6.97/5.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 57
6.97/5.17	c ignored satisfied constraints => 4
6.97/5.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 372450
6.97/5.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 241425
6.97/5.17	c 855316 constraints processed.
122.03/119.55	c cleaning 2497 clauses out of 5000 with flag 5000/5000
310.41/307.20	c cleaning 4246 clauses out of 8503 with flag 11000/11000
394.29/391.00	c cleaning 5611 clauses out of 11257 with flag 18000/18000
452.57/449.21	c cleaning 6821 clauses out of 13647 with flag 26001/26001
866.26/862.83	c cleaning 7902 clauses out of 15825 with flag 35000/35000
962.51/958.98	c cleaning 8933 clauses out of 17925 with flag 45002/45002
1162.32/1158.41	c cleaning 9989 clauses out of 19990 with flag 56000/56000
1617.64/1613.58	c cleaning 10956 clauses out of 22001 with flag 68000/68000
1722.23/1717.95	c cleaning 12016 clauses out of 24045 with flag 81000/81000
1800.08/1795.61	c starts		: 89
1800.08/1795.61	c conflicts		: 86527
1800.08/1795.61	c decisions		: 503861
1800.08/1795.61	c propagations		: 490363302
1800.08/1795.61	c inspects		: 5335210228
1800.08/1795.61	c shortcuts		: 0
1800.08/1795.61	c learnt literals	: 0
1800.08/1795.61	c learnt binary clauses	: 17
1800.08/1795.61	c learnt ternary clauses	: 16
1800.08/1795.61	c learnt constraints	: 86527
1800.08/1795.61	c ignored constraints	: 0
1800.08/1795.61	c root simplifications	: 89
1800.08/1795.61	c removed literals (reason simplification)	: 1424677
1800.08/1795.61	c reason swapping (by a shorter reason)	: 0
1800.08/1795.61	c Calls to reduceDB	: 9
1800.08/1795.61	c number of reductions to clauses (during analyze)	: 0
1800.08/1795.61	c number of learned constraints concerned by reduction	: 0
1800.08/1795.61	c number of learning phase by resolution	: 0
1800.08/1795.61	c number of learning phase by cutting planes	: 0
1800.08/1795.61	c speed (assignments/second)	: 273888.9253803537
1800.08/1795.61	c non guided choices	1318
1800.08/1795.62	c learnt constraints type 
1800.08/1795.62	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 17
1800.08/1795.62	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 17539
1800.08/1795.62	c constraints type 
1800.08/1795.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 241376
1800.08/1795.62	c org.sat4j.minisat.constraints.cnf.UnitClauses => 4
1800.08/1795.62	c org.sat4j.minisat.constraints.card.MinWatchCard => 57
1800.08/1795.62	c ignored satisfied constraints => 4
1800.08/1795.62	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 372450
1800.08/1795.62	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 241425
1800.08/1795.62	c 855316 constraints processed.
1800.08/1795.62	s UNKNOWN
1800.08/1795.62	c Total wall clock time (in seconds): 1795.5

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3710477-1338248249/watcher-3710477-1338248249 -o /tmp/evaluation-result-3710477-1338248249/solver-3710477-1338248249 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710477-1338248249.opb 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.00 3/192 1094
/proc/meminfo: memFree=28971460/32873852 swapFree=7624/7624
[pid=1094] ppid=1092 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/1094/stat : 1094 (java) D 1092 1094 31663 0 -1 4202496 81 0 0 0 0 0 0 0 20 0 1 0 290950510 278528 33 33554432000 1073741824 1073778376 140735136318672 140735136315848 252253924647 0 0 4096 0 18446744072100588836 0 0 17 1 0 0 0 0 0
/proc/1094/statm: 68 33 25 9 0 25 0

[startup+0.0940331 s]
/proc/loadavg: 2.00 2.01 2.00 3/192 1094
/proc/meminfo: memFree=28971460/32873852 swapFree=7624/7624
[pid=1094] ppid=1092 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/1094/stat : 1094 (java) S 1092 1094 31663 0 -1 4202496 4014 0 1 0 6 2 0 0 20 0 18 0 290950510 9787842560 5220 33554432000 1073741824 1073778376 140736535195360 140736535186496 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1094/statm: 2389610 5220 2076 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.100248 s]
/proc/loadavg: 2.00 2.01 2.00 3/192 1094
/proc/meminfo: memFree=28971460/32873852 swapFree=7624/7624
[pid=1094] ppid=1092 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/1094/stat : 1094 (java) S 1092 1094 31663 0 -1 4202496 4253 0 1 0 8 2 0 0 20 0 18 0 290950510 9787842560 5459 33554432000 1073741824 1073778376 140736535195360 140736535186496 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1094/statm: 2389610 5460 2113 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300302 s]
/proc/loadavg: 2.00 2.01 2.00 3/192 1094
/proc/meminfo: memFree=28971460/32873852 swapFree=7624/7624
[pid=1094] ppid=1092 vsize=9558440 CPUtime=0.45 cores=1,3,5,7
/proc/1094/stat : 1094 (java) S 1092 1094 31663 0 -1 4202496 5200 0 1 0 43 2 0 0 20 0 18 0 290950510 9787842560 13843 33554432000 1073741824 1073778376 140736535195360 140736535186496 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1094/statm: 2389610 13843 2223 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558440

[startup+0.700322 s]
/proc/loadavg: 2.00 2.01 2.00 3/192 1094
/proc/meminfo: memFree=28971460/32873852 swapFree=7624/7624
[pid=1094] ppid=1092 vsize=9558440 CPUtime=1.16 cores=1,3,5,7
/proc/1094/stat : 1094 (java) S 1092 1094 31663 0 -1 4202496 5893 0 1 0 104 12 0 0 20 0 18 0 290950510 9787842560 52715 33554432000 1073741824 1073778376 140736535195360 140736535186496 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1094/statm: 2389610 52715 2244 9 0 2380296 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 9558440

[startup+1.5008 s]
/proc/loadavg: 2.00 2.01 2.00 3/210 1112
/proc/meminfo: memFree=28745416/32873852 swapFree=7624/7624
[pid=1094] ppid=1092 vsize=9558440 CPUtime=2.57 cores=1,3,5,7
/proc/1094/stat : 1094 (java) S 1092 1094 31663 0 -1 4202496 12503 0 1 0 234 23 0 0 20 0 18 0 290950510 9787842560 95599 33554432000 1073741824 1073778376 140736535195360 140736535186496 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1094/statm: 2389610 95599 2266 9 0 2380296 0
[pid=1094/tid=1096] ppid=1092 vsize=9558440 CPUtime=1.31 cores=1,3,5,7
/proc/1094/task/1096/stat : 1096 (java) R 1092 1094 31663 0 -1 4202560 2621 0 1 0 125 6 0 0 20 0 18 0 290950511 9787842560 95599 33554432000 1073741824 1073778376 140736535195360 140713313750104 252266472717 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1094/tid=1097] ppid=1092 vsize=9558440 CPUtime=0.06 cores=1,3,5,7
/proc/1094/task/1097/stat : 1097 (java) S 1092 1094 31663 0 -1 4202560 125 0 0 0 4 2 0 0 20 0 18 0 290950512 9787842560 95599 33554432000 1073741824 1073778376 140736535195360 140713275242792 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1094/tid=1098] ppid=1092 vsize=9558440 CPUtime=0.04 cores=1,3,5,7
/proc/1094/task/1098/stat : 1098 (java) S 1092 1094 31663 0 -1 4202560 27 0 0 0 2 2 0 0 20 0 18 0 290950512 9787842560 95599 33554432000 1073741824 1073778376 140736535195360 140713274189992 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1094/tid=1099] ppid=1092 vsize=9558440 CPUtime=0.04 cores=1,3,5,7
/proc/1094/task/1099/stat : 1099 (java) S 1092 1094 31663 0 -1 4202560 24 0 0 0 3 1 0 0 20 0 18 0 290950512 9787842560 95599 33554432000 1073741824 1073778376 140736535195360 140713273137704 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1094/tid=1100] ppid=1092 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/1094/task/1100/stat : 1100 (java) S 1092 1094 31663 0 -1 4202560 139 0 0 0 5 3 0 0 20 0 18 0 290950512 9787842560 95599 33554432000 1073741824 1073778376 140736535195360 140713272084904 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1094/tid=1101] ppid=1092 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/1094/task/1101/stat : 1101 (java) S 1092 1094 31663 0 -1 4202560 38 0 0 0 5 3 0 0 20 0 18 0 290950512 9787842560 95599 33554432000 1073741824 1073778376 140736535195360 140713271032616 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1094/tid=1102] ppid=1092 vsize=9558440 CPUtime=0.03 cores=1,3,5,7
/proc/1094/task/1102/stat : 1102 (java) S 1092 1094 31663 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 18 0 290950512 9787842560 95599 33554432000 1073741824 1073778376 140736535195360 140713269979816 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1094/tid=1103] ppid=1092 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/1094/task/1103/stat : 1103 (java) S 1092 1094 31663 0 -1 4202560 119 0 0 0 4 3 0 0 20 0 18 0 290950512 9787842560 95599 33554432000 1073741824 1073778376 140736535195360 140713268927528 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1094/tid=1104] ppid=1092 vsize=9558440 CPUtime=0.03 cores=1,3,5,7
/proc/1094/task/1104/stat : 1104 (java) S 1092 1094 31663 0 -1 4202560 106 0 0 0 2 1 0 0 20 0 18 0 290950512 9787842560 95599 33554432000 1073741824 1073778376 140736535195360 140713267874728 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1094/tid=1105] ppid=1092 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1094/task/1105/stat : 1105 (java) S 1092 1094 31663 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 18 0 290950513 9787842560 95599 33554432000 1073741824 1073778376 140736535195360 140713137240296 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1094/tid=1106] ppid=1092 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1094/task/1106/stat : 1106 (java) S 1092 1094 31663 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 290950513 9787842560 95599 33554432000 1073741824 1073778376 140736535195360 140713136186360 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1094/tid=1107] ppid=1092 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1094/task/1107/stat : 1107 (java) S 1092 1094 31663 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 290950514 9787842560 95599 33554432000 1073741824 1073778376 140736535195360 140713135133960 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1094/tid=1108] ppid=1092 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1094/task/1108/stat : 1108 (java) S 1092 1094 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290950516 9787842560 95599 33554432000 1073741824 1073778376 140736535195360 140713134082448 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1094/tid=1109] ppid=1092 vsize=9558440 CPUtime=0.3 cores=1,3,5,7
/proc/1094/task/1109/stat : 1109 (java) S 1092 1094 31663 0 -1 4202560 2628 0 0 0 30 0 0 0 20 0 18 0 290950516 9787842560 95599 33554432000 1073741824 1073778376 140736535195360 140713133030072 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1094/tid=1110] ppid=1092 vsize=9558440 CPUtime=0.36 cores=1,3,5,7
/proc/1094/task/1110/stat : 1110 (java) S 1092 1094 31663 0 -1 4202560 5287 0 0 0 36 0 0 0 20 0 18 0 290950516 9787842560 95599 33554432000 1073741824 1073778376 140736535195360 140713131977272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1094/tid=1111] ppid=1092 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1094/task/1111/stat : 1111 (java) S 1092 1094 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290950516 9787842560 95599 33554432000 1073741824 1073778376 140736535195360 140713130925176 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1094/tid=1112] ppid=1092 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1094/task/1112/stat : 1112 (java) S 1092 1094 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290950516 9787842560 95599 33554432000 1073741824 1073778376 140736535195360 140713129872584 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 9558440

[startup+3.10079 s]
/proc/loadavg: 2.00 2.01 2.00 3/210 1112
/proc/meminfo: memFree=28557560/32873852 swapFree=7624/7624
[pid=1094] ppid=1092 vsize=9558440 CPUtime=4.65 cores=1,3,5,7
/proc/1094/stat : 1094 (java) S 1092 1094 31663 0 -1 4202496 13342 0 1 0 428 37 0 0 20 0 18 0 290950510 9787842560 168912 33554432000 1073741824 1073778376 140736535195360 140736535186496 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1094/statm: 2389610 168912 2266 9 0 2380296 0
[pid=1094/tid=1096] ppid=1092 vsize=9558440 CPUtime=2.77 cores=1,3,5,7
/proc/1094/task/1096/stat : 1096 (java) R 1092 1094 31663 0 -1 4202560 2904 0 1 0 267 10 0 0 20 0 18 0 290950511 9787842560 168912 33554432000 1073741824 1073778376 140736535195360 140713313750408 252266472717 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1094/tid=1097] ppid=1092 vsize=9558440 CPUtime=0.14 cores=1,3,5,7
/proc/1094/task/1097/stat : 1097 (java) S 1092 1094 31663 0 -1 4202560 149 0 0 0 11 3 0 0 20 0 18 0 290950512 9787842560 168912 33554432000 1073741824 1073778376 140736535195360 140713275242792 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1094/tid=1098] ppid=1092 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/1094/task/1098/stat : 1098 (java) S 1092 1094 31663 0 -1 4202560 62 0 0 0 7 3 0 0 20 0 18 0 290950512 9787842560 168912 33554432000 1073741824 1073778376 140736535195360 140713274189992 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1094/tid=1099] ppid=1092 vsize=9558440 CPUtime=0.12 cores=1,3,5,7
/proc/1094/task/1099/stat : 1099 (java) S 1092 1094 31663 0 -1 4202560 48 0 0 0 9 3 0 0 20 0 18 0 290950512 9787842560 168912 33554432000 1073741824 1073778376 140736535195360 140713273137704 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1094/tid=1100] ppid=1092 vsize=9558440 CPUtime=0.17 cores=1,3,5,7
/proc/1094/task/1100/stat : 1100 (java) S 1092 1094 31663 0 -1 4202560 194 0 0 0 13 4 0 0 20 0 18 0 290950512 9787842560 168912 33554432000 1073741824 1073778376 140736535195360 140713272084904 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1094/tid=1101] ppid=1092 vsize=9558440 CPUtime=0.11 cores=1,3,5,7
/proc/1094/task/1101/stat : 1101 (java) S 1092 1094 31663 0 -1 4202560 49 0 0 0 8 3 0 0 20 0 18 0 290950512 9787842560 168912 33554432000 1073741824 1073778376 140736535195360 140713271032616 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1094/tid=1102] ppid=1092 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/1094/task/1102/stat : 1102 (java) S 1092 1094 31663 0 -1 4202560 32 0 0 0 6 2 0 0 20 0 18 0 290950512 9787842560 168912 33554432000 1073741824 1073778376 140736535195360 140713269979816 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1094/tid=1103] ppid=1092 vsize=9558440 CPUtime=0.11 cores=1,3,5,7
/proc/1094/task/1103/stat : 1103 (java) S 1092 1094 31663 0 -1 4202560 133 0 0 0 7 4 0 0 20 0 18 0 290950512 9787842560 168912 33554432000 1073741824 1073778376 140736535195360 140713268927528 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1094/tid=1104] ppid=1092 vsize=9558440 CPUtime=0.14 cores=1,3,5,7
/proc/1094/task/1104/stat : 1104 (java) S 1092 1094 31663 0 -1 4202560 152 0 0 0 10 4 0 0 20 0 18 0 290950512 9787842560 168912 33554432000 1073741824 1073778376 140736535195360 140713267874728 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1094/tid=1105] ppid=1092 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1094/task/1105/stat : 1105 (java) S 1092 1094 31663 0 -1 4202560 476 0 0 0 0 0 0 0 20 0 18 0 290950513 9787842560 168912 33554432000 1073741824 1073778376 140736535195360 140713137240296 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1094/tid=1106] ppid=1092 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1094/task/1106/stat : 1106 (java) S 1092 1094 31663 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 290950513 9787842560 168912 33554432000 1073741824 1073778376 140736535195360 140713136186360 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1094/tid=1107] ppid=1092 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1094/task/1107/stat : 1107 (java) S 1092 1094 31663 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 290950514 9787842560 168912 33554432000 1073741824 1073778376 140736535195360 140713135133960 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1094/tid=1108] ppid=1092 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1094/task/1108/stat : 1108 (java) S 1092 1094 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290950516 9787842560 168912 33554432000 1073741824 1073778376 140736535195360 140713134082448 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1094/tid=1109] ppid=1092 vsize=9558440 CPUtime=0.34 cores=1,3,5,7
/proc/1094/task/1109/stat : 1109 (java) S 1092 1094 31663 0 -1 4202560 2628 0 0 0 34 0 0 0 20 0 18 0 290950516 9787842560 168912 33554432000 1073741824 1073778376 140736535195360 140713133030072 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1094/tid=1110] ppid=1092 vsize=9558440 CPUtime=0.4 cores=1,3,5,7
/proc/1094/task/1110/stat : 1110 (java) S 1092 1094 31663 0 -1 4202560 5340 0 0 0 40 0 0 0 20 0 18 0 290950516 9787842560 168912 33554432000 1073741824 1073778376 140736535195360 140713131977272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1094/tid=1111] ppid=1092 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1094/task/1111/stat : 1111 (java) S 1092 1094 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290950516 9787842560 168912 33554432000 1073741824 1073778376 140736535195360 140713130925176 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1094/tid=1112] ppid=1092 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1094/task/1112/stat : 1112 (java) S 1092 1094 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290950516 9787842560 168912 33554432000 1073741824 1073778376 140736535195360 140713129872584 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.65
Current children cumulated vsize (KiB) 9558440

[startup+6.30081 s]
/proc/loadavg: 2.00 2.01 2.00 3/211 1113
/proc/meminfo: memFree=28232604/32873852 swapFree=7624/7624
[pid=1094] ppid=1092 vsize=9625004 CPUtime=8.59 cores=1,3,5,7
/proc/1094/stat : 1094 (java) S 1092 1094 31663 0 -1 4202496 14173 0 1 0 813 46 0 0 20 0 19 0 290950510 9856004096 188658 33554432000 1073741824 1073778376 140736535195360 140736535186496 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1094/statm: 2406251 188658 2275 9 0 2396937 0
[pid=1094/tid=1096] ppid=1092 vsize=9625004 CPUtime=5.86 cores=1,3,5,7
/proc/1094/task/1096/stat : 1096 (java) R 1092 1094 31663 0 -1 4202560 3357 0 1 0 574 12 0 0 20 0 19 0 290950511 9856004096 188658 33554432000 1073741824 1073778376 140736535195360 140713313743160 140713145453264 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1094/tid=1097] ppid=1092 vsize=9625004 CPUtime=0.19 cores=1,3,5,7
/proc/1094/task/1097/stat : 1097 (java) S 1092 1094 31663 0 -1 4202560 161 0 0 0 15 4 0 0 20 0 19 0 290950512 9856004096 188658 33554432000 1073741824 1073778376 140736535195360 140713275242792 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1094/tid=1098] ppid=1092 vsize=9625004 CPUtime=0.16 cores=1,3,5,7
/proc/1094/task/1098/stat : 1098 (java) S 1092 1094 31663 0 -1 4202560 78 0 0 0 12 4 0 0 20 0 19 0 290950512 9856004096 188658 33554432000 1073741824 1073778376 140736535195360 140713274189992 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1094/tid=1099] ppid=1092 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/1094/task/1099/stat : 1099 (java) S 1092 1094 31663 0 -1 4202560 92 0 0 0 13 4 0 0 20 0 19 0 290950512 9856004096 188658 33554432000 1073741824 1073778376 140736535195360 140713273137704 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1094/tid=1100] ppid=1092 vsize=9625004 CPUtime=0.22 cores=1,3,5,7
/proc/1094/task/1100/stat : 1100 (java) S 1092 1094 31663 0 -1 4202560 234 0 0 0 17 5 0 0 20 0 19 0 290950512 9856004096 188658 33554432000 1073741824 1073778376 140736535195360 140713272084904 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1094/tid=1101] ppid=1092 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/1094/task/1101/stat : 1101 (java) S 1092 1094 31663 0 -1 4202560 183 0 0 0 12 5 0 0 20 0 19 0 290950512 9856004096 188658 33554432000 1073741824 1073778376 140736535195360 140713271032616 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1094/tid=1102] ppid=1092 vsize=9625004 CPUtime=0.13 cores=1,3,5,7
/proc/1094/task/1102/stat : 1102 (java) S 1092 1094 31663 0 -1 4202560 45 0 0 0 10 3 0 0 20 0 19 0 290950512 9856004096 188658 33554432000 1073741824 1073778376 140736535195360 140713269979816 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1094/tid=1103] ppid=1092 vsize=9625004 CPUtime=0.15 cores=1,3,5,7
/proc/1094/task/1103/stat : 1103 (java) S 1092 1094 31663 0 -1 4202560 158 0 0 0 11 4 0 0 20 0 19 0 290950512 9856004096 188658 33554432000 1073741824 1073778376 140736535195360 140713268927528 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1094/tid=1104] ppid=1092 vsize=9625004 CPUtime=0.2 cores=1,3,5,7
/proc/1094/task/1104/stat : 1104 (java) S 1092 1094 31663 0 -1 4202560 167 0 0 0 15 5 0 0 20 0 19 0 290950512 9856004096 188658 33554432000 1073741824 1073778376 140736535195360 140713267874728 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1094/tid=1105] ppid=1092 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1094/task/1105/stat : 1105 (java) S 1092 1094 31663 0 -1 4202560 486 0 0 0 0 0 0 0 20 0 19 0 290950513 9856004096 188658 33554432000 1073741824 1073778376 140736535195360 140713137240296 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1094/tid=1106] ppid=1092 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1094/task/1106/stat : 1106 (java) S 1092 1094 31663 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 290950513 9856004096 188658 33554432000 1073741824 1073778376 140736535195360 140713136186360 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1094/tid=1107] ppid=1092 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1094/task/1107/stat : 1107 (java) S 1092 1094 31663 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290950514 9856004096 188658 33554432000 1073741824 1073778376 140736535195360 140713135133960 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1094/tid=1108] ppid=1092 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1094/task/1108/stat : 1108 (java) S 1092 1094 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290950516 9856004096 188658 33554432000 1073741824 1073778376 140736535195360 140713134082448 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1094/tid=1109] ppid=1092 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/1094/task/1109/stat : 1109 (java) S 1092 1094 31663 0 -1 4202560 2640 0 0 0 49 0 0 0 20 0 19 0 290950516 9856004096 188658 33554432000 1073741824 1073778376 140736535195360 140713133030072 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1094/tid=1110] ppid=1092 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/1094/task/1110/stat : 1110 (java) S 1092 1094 31663 0 -1 4202560 5389 0 0 0 69 0 0 0 20 0 19 0 290950516 9856004096 188658 33554432000 1073741824 1073778376 140736535195360 140713131977272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1094/tid=1111] ppid=1092 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1094/task/1111/stat : 1111 (java) S 1092 1094 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290950516 9856004096 188658 33554432000 1073741824 1073778376 140736535195360 140713130925176 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1094/tid=1112] ppid=1092 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1094/task/1112/stat : 1112 (java) S 1092 1094 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290950516 9856004096 188658 33554432000 1073741824 1073778376 140736535195360 140713129872584 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1094/tid=1113] ppid=1092 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1094/task/1113/stat : 1113 (java) S 1092 1094 31663 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290951034 9856004096 188658 33554432000 1073741824 1073778376 140736535195360 140712121197480 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.59
Current children cumulated vsize (KiB) 9625004

[startup+12.7008 s]
/proc/loadavg: 2.00 2.01 2.00 3/211 1113
/proc/meminfo: memFree=28224188/32873852 swapFree=7624/7624
[pid=1094] ppid=1092 vsize=9625004 CPUtime=14.99 cores=1,3,5,7
/proc/1094/stat : 1094 (java) S 1092 1094 31663 0 -1 4202496 14174 0 1 0 1453 46 0 0 20 0 19 0 290950510 9856004096 188649 33554432000 1073741824 1073778376 140736535195360 140736535186496 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0

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

[pid=1094/tid=1109] ppid=1092 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/1094/task/1109/stat : 1109 (java) S 1092 1094 31663 0 -1 4202560 3259 0 0 0 64 0 0 0 20 0 19 0 290950516 9856004096 240216 33554432000 1073741824 1073778376 140736535195360 140713133030072 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1094/tid=1110] ppid=1092 vsize=9625004 CPUtime=0.84 cores=1,3,5,7
/proc/1094/task/1110/stat : 1110 (java) S 1092 1094 31663 0 -1 4202560 5399 0 0 0 84 0 0 0 20 0 19 0 290950516 9856004096 240216 33554432000 1073741824 1073778376 140736535195360 140713131977272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1094/tid=1111] ppid=1092 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1094/task/1111/stat : 1111 (java) S 1092 1094 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290950516 9856004096 240216 33554432000 1073741824 1073778376 140736535195360 140713130925176 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1094/tid=1112] ppid=1092 vsize=9625004 CPUtime=0.82 cores=1,3,5,7
/proc/1094/task/1112/stat : 1112 (java) S 1092 1094 31663 0 -1 4202560 95 0 0 0 31 51 0 0 20 0 19 0 290950516 9856004096 240216 33554432000 1073741824 1073778376 140736535195360 140713129872584 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1094/tid=1113] ppid=1092 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1094/task/1113/stat : 1113 (java) S 1092 1094 31663 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290951034 9856004096 240216 33554432000 1073741824 1073778376 140736535195360 140712121197480 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1666.56
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/211 1210
/proc/meminfo: memFree=28362052/32873852 swapFree=7624/7624
[pid=1094] ppid=1092 vsize=9625004 CPUtime=1726.7 cores=1,3,5,7
/proc/1094/stat : 1094 (java) S 1092 1094 31663 0 -1 4202496 15840 0 1 0 172513 157 0 0 20 0 19 0 290950510 9856004096 240215 33554432000 1073741824 1073778376 140736535195360 140736535186496 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1094/statm: 2406251 240215 2289 9 0 2396937 0
[pid=1094/tid=1096] ppid=1092 vsize=9625004 CPUtime=1711.37 cores=1,3,5,7
/proc/1094/task/1096/stat : 1096 (java) R 1092 1094 31663 0 -1 4202560 3380 0 1 0 171097 40 0 0 20 0 19 0 290950511 9856004096 240215 33554432000 1073741824 1073778376 140736535195360 140713313751344 140713145494044 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1094/tid=1097] ppid=1092 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/1094/task/1097/stat : 1097 (java) S 1092 1094 31663 0 -1 4202560 207 0 0 0 28 6 0 0 20 0 19 0 290950512 9856004096 240215 33554432000 1073741824 1073778376 140736535195360 140713275242792 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1094/tid=1098] ppid=1092 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/1094/task/1098/stat : 1098 (java) S 1092 1094 31663 0 -1 4202560 119 0 0 0 32 6 0 0 20 0 19 0 290950512 9856004096 240215 33554432000 1073741824 1073778376 140736535195360 140713274189992 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1094/tid=1099] ppid=1092 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/1094/task/1099/stat : 1099 (java) S 1092 1094 31663 0 -1 4202560 248 0 0 0 31 7 0 0 20 0 19 0 290950512 9856004096 240215 33554432000 1073741824 1073778376 140736535195360 140713273137704 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1094/tid=1100] ppid=1092 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/1094/task/1100/stat : 1100 (java) S 1092 1094 31663 0 -1 4202560 253 0 0 0 30 7 0 0 20 0 19 0 290950512 9856004096 240215 33554432000 1073741824 1073778376 140736535195360 140713272084904 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1094/tid=1101] ppid=1092 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/1094/task/1101/stat : 1101 (java) S 1092 1094 31663 0 -1 4202560 206 0 0 0 29 6 0 0 20 0 19 0 290950512 9856004096 240215 33554432000 1073741824 1073778376 140736535195360 140713271032616 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1094/tid=1102] ppid=1092 vsize=9625004 CPUtime=0.25 cores=1,3,5,7
/proc/1094/task/1102/stat : 1102 (java) S 1092 1094 31663 0 -1 4202560 66 0 0 0 21 4 0 0 20 0 19 0 290950512 9856004096 240215 33554432000 1073741824 1073778376 140736535195360 140713269979816 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1094/tid=1103] ppid=1092 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/1094/task/1103/stat : 1103 (java) S 1092 1094 31663 0 -1 4202560 175 0 0 0 26 5 0 0 20 0 19 0 290950512 9856004096 240215 33554432000 1073741824 1073778376 140736535195360 140713268927528 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1094/tid=1104] ppid=1092 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/1094/task/1104/stat : 1104 (java) S 1092 1094 31663 0 -1 4202560 192 0 0 0 29 6 0 0 20 0 19 0 290950512 9856004096 240215 33554432000 1073741824 1073778376 140736535195360 140713267874728 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1094/tid=1105] ppid=1092 vsize=9625004 CPUtime=5.4 cores=1,3,5,7
/proc/1094/task/1105/stat : 1105 (java) S 1092 1094 31663 0 -1 4202560 1055 0 0 0 533 7 0 0 20 0 19 0 290950513 9856004096 240215 33554432000 1073741824 1073778376 140736535195360 140713137240296 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1094/tid=1106] ppid=1092 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1094/task/1106/stat : 1106 (java) S 1092 1094 31663 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 290950513 9856004096 240215 33554432000 1073741824 1073778376 140736535195360 140713136186360 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1094/tid=1107] ppid=1092 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1094/task/1107/stat : 1107 (java) S 1092 1094 31663 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290950514 9856004096 240215 33554432000 1073741824 1073778376 140736535195360 140713135133960 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1094/tid=1108] ppid=1092 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1094/task/1108/stat : 1108 (java) S 1092 1094 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290950516 9856004096 240215 33554432000 1073741824 1073778376 140736535195360 140713134082448 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1094/tid=1109] ppid=1092 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/1094/task/1109/stat : 1109 (java) S 1092 1094 31663 0 -1 4202560 3259 0 0 0 64 0 0 0 20 0 19 0 290950516 9856004096 240215 33554432000 1073741824 1073778376 140736535195360 140713133030072 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1094/tid=1110] ppid=1092 vsize=9625004 CPUtime=0.84 cores=1,3,5,7
/proc/1094/task/1110/stat : 1110 (java) S 1092 1094 31663 0 -1 4202560 5399 0 0 0 84 0 0 0 20 0 19 0 290950516 9856004096 240215 33554432000 1073741824 1073778376 140736535195360 140713131977272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1094/tid=1111] ppid=1092 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1094/task/1111/stat : 1111 (java) S 1092 1094 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290950516 9856004096 240215 33554432000 1073741824 1073778376 140736535195360 140713130925176 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1094/tid=1112] ppid=1092 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/1094/task/1112/stat : 1112 (java) S 1092 1094 31663 0 -1 4202560 99 0 0 0 31 54 0 0 20 0 19 0 290950516 9856004096 240215 33554432000 1073741824 1073778376 140736535195360 140713129872584 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1094/tid=1113] ppid=1092 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1094/task/1113/stat : 1113 (java) S 1092 1094 31663 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290951034 9856004096 240215 33554432000 1073741824 1073778376 140736535195360 140712121197480 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1726.7
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/211 1211
/proc/meminfo: memFree=28361804/32873852 swapFree=7624/7624
[pid=1094] ppid=1092 vsize=9625004 CPUtime=1786.76 cores=1,3,5,7
/proc/1094/stat : 1094 (java) S 1092 1094 31663 0 -1 4202496 15844 0 1 0 178514 162 0 0 20 0 19 0 290950510 9856004096 240215 33554432000 1073741824 1073778376 140736535195360 140736535186496 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1094/statm: 2406251 240215 2289 9 0 2396937 0
[pid=1094/tid=1096] ppid=1092 vsize=9625004 CPUtime=1771.22 cores=1,3,5,7
/proc/1094/task/1096/stat : 1096 (java) R 1092 1094 31663 0 -1 4202560 3380 0 1 0 177081 41 0 0 20 0 19 0 290950511 9856004096 240215 33554432000 1073741824 1073778376 140736535195360 140713313751344 140713145452910 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1094/tid=1097] ppid=1092 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/1094/task/1097/stat : 1097 (java) S 1092 1094 31663 0 -1 4202560 207 0 0 0 28 6 0 0 20 0 19 0 290950512 9856004096 240215 33554432000 1073741824 1073778376 140736535195360 140713275242792 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1094/tid=1098] ppid=1092 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/1094/task/1098/stat : 1098 (java) S 1092 1094 31663 0 -1 4202560 119 0 0 0 32 6 0 0 20 0 19 0 290950512 9856004096 240215 33554432000 1073741824 1073778376 140736535195360 140713274189992 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1094/tid=1099] ppid=1092 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/1094/task/1099/stat : 1099 (java) S 1092 1094 31663 0 -1 4202560 248 0 0 0 31 7 0 0 20 0 19 0 290950512 9856004096 240215 33554432000 1073741824 1073778376 140736535195360 140713273137704 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1094/tid=1100] ppid=1092 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/1094/task/1100/stat : 1100 (java) S 1092 1094 31663 0 -1 4202560 253 0 0 0 30 7 0 0 20 0 19 0 290950512 9856004096 240215 33554432000 1073741824 1073778376 140736535195360 140713272084904 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1094/tid=1101] ppid=1092 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/1094/task/1101/stat : 1101 (java) S 1092 1094 31663 0 -1 4202560 206 0 0 0 29 6 0 0 20 0 19 0 290950512 9856004096 240215 33554432000 1073741824 1073778376 140736535195360 140713271032616 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1094/tid=1102] ppid=1092 vsize=9625004 CPUtime=0.25 cores=1,3,5,7
/proc/1094/task/1102/stat : 1102 (java) S 1092 1094 31663 0 -1 4202560 66 0 0 0 21 4 0 0 20 0 19 0 290950512 9856004096 240215 33554432000 1073741824 1073778376 140736535195360 140713269979816 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1094/tid=1103] ppid=1092 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/1094/task/1103/stat : 1103 (java) S 1092 1094 31663 0 -1 4202560 175 0 0 0 26 5 0 0 20 0 19 0 290950512 9856004096 240215 33554432000 1073741824 1073778376 140736535195360 140713268927528 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1094/tid=1104] ppid=1092 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/1094/task/1104/stat : 1104 (java) S 1092 1094 31663 0 -1 4202560 192 0 0 0 29 6 0 0 20 0 19 0 290950512 9856004096 240215 33554432000 1073741824 1073778376 140736535195360 140713267874728 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1094/tid=1105] ppid=1092 vsize=9625004 CPUtime=5.4 cores=1,3,5,7
/proc/1094/task/1105/stat : 1105 (java) S 1092 1094 31663 0 -1 4202560 1055 0 0 0 533 7 0 0 20 0 19 0 290950513 9856004096 240215 33554432000 1073741824 1073778376 140736535195360 140713137240296 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1094/tid=1106] ppid=1092 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1094/task/1106/stat : 1106 (java) S 1092 1094 31663 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 290950513 9856004096 240215 33554432000 1073741824 1073778376 140736535195360 140713136186360 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1094/tid=1107] ppid=1092 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1094/task/1107/stat : 1107 (java) S 1092 1094 31663 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290950514 9856004096 240215 33554432000 1073741824 1073778376 140736535195360 140713135133960 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1094/tid=1108] ppid=1092 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1094/task/1108/stat : 1108 (java) S 1092 1094 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290950516 9856004096 240215 33554432000 1073741824 1073778376 140736535195360 140713134082448 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1094/tid=1109] ppid=1092 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/1094/task/1109/stat : 1109 (java) S 1092 1094 31663 0 -1 4202560 3259 0 0 0 64 0 0 0 20 0 19 0 290950516 9856004096 240215 33554432000 1073741824 1073778376 140736535195360 140713133030072 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1094/tid=1110] ppid=1092 vsize=9625004 CPUtime=0.84 cores=1,3,5,7
/proc/1094/task/1110/stat : 1110 (java) S 1092 1094 31663 0 -1 4202560 5399 0 0 0 84 0 0 0 20 0 19 0 290950516 9856004096 240215 33554432000 1073741824 1073778376 140736535195360 140713131977272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1094/tid=1111] ppid=1092 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1094/task/1111/stat : 1111 (java) S 1092 1094 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290950516 9856004096 240215 33554432000 1073741824 1073778376 140736535195360 140713130925176 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1094/tid=1112] ppid=1092 vsize=9625004 CPUtime=0.88 cores=1,3,5,7
/proc/1094/task/1112/stat : 1112 (java) S 1092 1094 31663 0 -1 4202560 103 0 0 0 32 56 0 0 20 0 19 0 290950516 9856004096 240215 33554432000 1073741824 1073778376 140736535195360 140713129872584 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1094/tid=1113] ppid=1092 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1094/task/1113/stat : 1113 (java) S 1092 1094 31663 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290951034 9856004096 240215 33554432000 1073741824 1073778376 140736535195360 140712121197480 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1786.76
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/211 1211
/proc/meminfo: memFree=28361928/32873852 swapFree=7624/7624
[pid=1094] ppid=1092 vsize=9625004 CPUtime=1800.08 cores=1,3,5,7
/proc/1094/stat : 1094 (java) S 1092 1094 31663 0 -1 4202496 15844 0 1 0 179845 163 0 0 20 0 19 0 290950510 9856004096 240215 33554432000 1073741824 1073778376 140736535195360 140736535186496 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1094/statm: 2406251 240215 2289 9 0 2396937 0
[pid=1094/tid=1096] ppid=1092 vsize=9625004 CPUtime=1784.49 cores=1,3,5,7
/proc/1094/task/1096/stat : 1096 (java) R 1092 1094 31663 0 -1 4202560 3380 0 1 0 178407 42 0 0 20 0 19 0 290950511 9856004096 240215 33554432000 1073741824 1073778376 140736535195360 140713313751344 140713145453297 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1094/tid=1097] ppid=1092 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/1094/task/1097/stat : 1097 (java) S 1092 1094 31663 0 -1 4202560 207 0 0 0 28 6 0 0 20 0 19 0 290950512 9856004096 240215 33554432000 1073741824 1073778376 140736535195360 140713275242792 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1094/tid=1098] ppid=1092 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/1094/task/1098/stat : 1098 (java) S 1092 1094 31663 0 -1 4202560 119 0 0 0 32 6 0 0 20 0 19 0 290950512 9856004096 240215 33554432000 1073741824 1073778376 140736535195360 140713274189992 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1094/tid=1099] ppid=1092 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/1094/task/1099/stat : 1099 (java) S 1092 1094 31663 0 -1 4202560 248 0 0 0 31 7 0 0 20 0 19 0 290950512 9856004096 240215 33554432000 1073741824 1073778376 140736535195360 140713273137704 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1094/tid=1100] ppid=1092 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/1094/task/1100/stat : 1100 (java) S 1092 1094 31663 0 -1 4202560 253 0 0 0 30 7 0 0 20 0 19 0 290950512 9856004096 240215 33554432000 1073741824 1073778376 140736535195360 140713272084904 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1094/tid=1101] ppid=1092 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/1094/task/1101/stat : 1101 (java) S 1092 1094 31663 0 -1 4202560 206 0 0 0 29 6 0 0 20 0 19 0 290950512 9856004096 240215 33554432000 1073741824 1073778376 140736535195360 140713271032616 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1094/tid=1102] ppid=1092 vsize=9625004 CPUtime=0.25 cores=1,3,5,7
/proc/1094/task/1102/stat : 1102 (java) S 1092 1094 31663 0 -1 4202560 66 0 0 0 21 4 0 0 20 0 19 0 290950512 9856004096 240215 33554432000 1073741824 1073778376 140736535195360 140713269979816 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1094/tid=1103] ppid=1092 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/1094/task/1103/stat : 1103 (java) S 1092 1094 31663 0 -1 4202560 175 0 0 0 26 5 0 0 20 0 19 0 290950512 9856004096 240215 33554432000 1073741824 1073778376 140736535195360 140713268927528 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1094/tid=1104] ppid=1092 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/1094/task/1104/stat : 1104 (java) S 1092 1094 31663 0 -1 4202560 192 0 0 0 29 6 0 0 20 0 19 0 290950512 9856004096 240215 33554432000 1073741824 1073778376 140736535195360 140713267874728 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1094/tid=1105] ppid=1092 vsize=9625004 CPUtime=5.4 cores=1,3,5,7
/proc/1094/task/1105/stat : 1105 (java) S 1092 1094 31663 0 -1 4202560 1055 0 0 0 533 7 0 0 20 0 19 0 290950513 9856004096 240215 33554432000 1073741824 1073778376 140736535195360 140713137240296 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1094/tid=1106] ppid=1092 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1094/task/1106/stat : 1106 (java) S 1092 1094 31663 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 290950513 9856004096 240215 33554432000 1073741824 1073778376 140736535195360 140713136186360 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1094/tid=1107] ppid=1092 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1094/task/1107/stat : 1107 (java) S 1092 1094 31663 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290950514 9856004096 240215 33554432000 1073741824 1073778376 140736535195360 140713135133960 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1094/tid=1108] ppid=1092 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1094/task/1108/stat : 1108 (java) S 1092 1094 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290950516 9856004096 240215 33554432000 1073741824 1073778376 140736535195360 140713134082448 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1094/tid=1109] ppid=1092 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/1094/task/1109/stat : 1109 (java) S 1092 1094 31663 0 -1 4202560 3259 0 0 0 64 0 0 0 20 0 19 0 290950516 9856004096 240215 33554432000 1073741824 1073778376 140736535195360 140713133030072 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1094/tid=1110] ppid=1092 vsize=9625004 CPUtime=0.84 cores=1,3,5,7
/proc/1094/task/1110/stat : 1110 (java) S 1092 1094 31663 0 -1 4202560 5399 0 0 0 84 0 0 0 20 0 19 0 290950516 9856004096 240215 33554432000 1073741824 1073778376 140736535195360 140713131977272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1094/tid=1111] ppid=1092 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1094/task/1111/stat : 1111 (java) S 1092 1094 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290950516 9856004096 240215 33554432000 1073741824 1073778376 140736535195360 140713130925176 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1094/tid=1112] ppid=1092 vsize=9625004 CPUtime=0.89 cores=1,3,5,7
/proc/1094/task/1112/stat : 1112 (java) S 1092 1094 31663 0 -1 4202560 103 0 0 0 32 57 0 0 20 0 19 0 290950516 9856004096 240215 33554432000 1073741824 1073778376 140736535195360 140713129872584 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1094/tid=1113] ppid=1092 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1094/task/1113/stat : 1113 (java) S 1092 1094 31663 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290951034 9856004096 240215 33554432000 1073741824 1073778376 140736535195360 140712121197480 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625004

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1094 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=628327
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=673745
# CPU time returned by wait4() is 1795.3
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1795.63
CPU time (s): 1800.08
CPU user time (s): 1798.45
CPU system time (s): 1.63
CPU usage (%): 100.248
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.63
system time used= 1.67374
maximum resident set size= 960976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15877
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38461
involuntary context switches= 21354

runsolver used 6.44102 second user time and 15.8736 second system time

The end

Launcher Data

Begin job on node131 at 2012-05-29 01:37:31
IDJOB=3710477
IDBENCH=92665
IDSOLVER=2289
FILE ID=node131/3710477-1338248249
RUNJOBID= node131-1338224871-31680
PBS_JOBID= 14624623
Free space on /tmp= 71680 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/MH+IC/normalized-minisat50_4_16_8_mh_ic.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710477-1338248249/watcher-3710477-1338248249 -o /tmp/evaluation-result-3710477-1338248249/solver-3710477-1338248249 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710477-1338248249.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 3780f03c87bd5cb45e7b4d8342759bc6
RANDOM SEED=888519802

node131.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.805
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.805
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.805
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.805
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.805
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.805
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.805
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.805
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        28971460 kB
Buffers:          520352 kB
Cached:          2019524 kB
SwapCached:         2328 kB
Active:          1305424 kB
Inactive:        1745936 kB
Active(anon):     510128 kB
Inactive(anon):      996 kB
Active(file):     795296 kB
Inactive(file):  1744940 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099068 kB
Dirty:             38392 kB
Writeback:             0 kB
AnonPages:        515596 kB
Mapped:            22548 kB
Shmem:                 0 kB
Slab:             709260 kB
SReclaimable:     150968 kB
SUnreclaim:       558292 kB
KernelStack:        1576 kB
PageTables:         5224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    1084080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    479232 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71692 MiB
End job on node131 at 2012-05-29 02:07:28