Trace number 3710944

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshotOPT5148 6.49201 4.31607

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
poldner/PB/testset/normalized-7_14.opb
MD5SUMd99cfd7c624f6e153a873fe4512e21db
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5148
Best CPU time to get the best result obtained on this benchmark0.001999
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5148
Optimality of the best value was proved YES
Number of variables105
Total number of constraints112
Number of constraints which are clauses98
Number of constraints which are cardinality constraints (but not clauses)14
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint7
Number of terms in the objective function 105
Biggest coefficient in the objective function 2032
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 49347
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 2032
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 49347
Number of bits of the biggest sum of numbers16
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.08/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.08/0.11	c configuring ORDERS
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=true
0.08/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3710944-1338158168.opb
0.08/0.12	c reading problem ... 
0.08/0.15	c ... done. Wall clock time 0.027s.
0.08/0.15	c declared #vars     105
0.08/0.15	c #constraints  126
0.08/0.15	c constraints type 
0.08/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14
0.08/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 14
0.08/0.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 98
0.08/0.15	c 126 constraints processed.
0.08/0.15	c SATISFIABLE
0.08/0.15	c OPTIMIZING...
0.08/0.15	c Got one! Elapsed wall clock time (in seconds):0.031
0.08/0.15	o 7813
0.08/0.15	c Got one! Elapsed wall clock time (in seconds):0.036
0.08/0.15	o 7716
0.26/0.23	c Got one! Elapsed wall clock time (in seconds):0.11
0.26/0.23	o 7713
0.26/0.24	c Got one! Elapsed wall clock time (in seconds):0.118
0.26/0.24	o 7600
0.26/0.26	c Got one! Elapsed wall clock time (in seconds):0.145
0.26/0.26	o 7596
0.26/0.26	c Got one! Elapsed wall clock time (in seconds):0.147
0.26/0.26	o 7476
0.26/0.28	c Got one! Elapsed wall clock time (in seconds):0.164
0.26/0.28	o 7419
0.26/0.29	c Got one! Elapsed wall clock time (in seconds):0.174
0.26/0.29	o 7261
0.53/0.31	c Got one! Elapsed wall clock time (in seconds):0.188
0.53/0.31	o 7256
0.53/0.36	c Got one! Elapsed wall clock time (in seconds):0.242
0.53/0.36	o 7144
0.53/0.36	c Got one! Elapsed wall clock time (in seconds):0.245
0.53/0.36	o 7090
0.53/0.39	c Got one! Elapsed wall clock time (in seconds):0.271
0.53/0.39	o 7058
0.70/0.40	c Got one! Elapsed wall clock time (in seconds):0.28
0.70/0.40	o 7046
0.70/0.45	c cleaning 4012 clauses out of 8026 with flag 2000/8026
0.70/0.47	c Got one! Elapsed wall clock time (in seconds):0.352
0.70/0.47	o 6991
0.83/0.50	c Got one! Elapsed wall clock time (in seconds):0.38
0.83/0.50	o 6943
0.83/0.51	c Got one! Elapsed wall clock time (in seconds):0.387
0.83/0.51	o 6932
0.83/0.57	c cleaning 5225 clauses out of 10451 with flag 4000/14463
0.97/0.64	c Got one! Elapsed wall clock time (in seconds):0.522
0.97/0.64	o 6909
0.97/0.65	c Got one! Elapsed wall clock time (in seconds):0.528
0.97/0.65	o 6908
0.97/0.65	c Got one! Elapsed wall clock time (in seconds):0.531
0.97/0.65	o 6907
0.97/0.66	c Got one! Elapsed wall clock time (in seconds):0.537
0.97/0.66	o 6822
0.97/0.68	c Got one! Elapsed wall clock time (in seconds):0.564
0.97/0.68	o 6667
0.97/0.68	c Got one! Elapsed wall clock time (in seconds):0.565
0.97/0.68	o 6648
0.97/0.68	c Got one! Elapsed wall clock time (in seconds):0.567
0.97/0.68	o 6526
1.12/0.70	c Got one! Elapsed wall clock time (in seconds):0.583
1.12/0.70	o 6451
1.12/0.70	c Got one! Elapsed wall clock time (in seconds):0.585
1.12/0.70	o 6347
1.12/0.71	c Got one! Elapsed wall clock time (in seconds):0.587
1.12/0.71	o 6248
1.12/0.73	c cleaning 6646 clauses out of 13305 with flag 1000/22542
1.12/0.78	c Got one! Elapsed wall clock time (in seconds):0.666
1.12/0.78	o 6195
1.12/0.79	c Got one! Elapsed wall clock time (in seconds):0.677
1.12/0.80	o 6118
1.35/0.86	c cleaning 6634 clauses out of 13272 with flag 3001/29155
1.46/0.98	c cleaning 6314 clauses out of 12637 with flag 9000/35154
1.46/1.00	c Got one! Elapsed wall clock time (in seconds):0.877
1.46/1.00	o 6111
1.58/1.03	c Got one! Elapsed wall clock time (in seconds):0.913
1.58/1.03	o 6064
1.58/1.07	c Got one! Elapsed wall clock time (in seconds):0.952
1.58/1.07	o 6031
1.58/1.09	c cleaning 6333 clauses out of 12678 with flag 1000/41509
1.72/1.18	c Got one! Elapsed wall clock time (in seconds):1.066
1.72/1.18	o 6020
1.82/1.21	c cleaning 6153 clauses out of 12319 with flag 1000/47483
1.82/1.25	c Got one! Elapsed wall clock time (in seconds):1.136
1.82/1.25	o 6001
1.82/1.29	c Got one! Elapsed wall clock time (in seconds):1.176
1.82/1.29	o 5985
1.92/1.32	c cleaning 6093 clauses out of 12198 with flag 1002/53515
2.02/1.43	c cleaning 6049 clauses out of 12103 with flag 7000/59513
2.13/1.58	c cleaning 6526 clauses out of 13056 with flag 14002/66515
2.28/1.63	c Got one! Elapsed wall clock time (in seconds):1.51
2.28/1.63	o 5894
2.50/1.70	c cleaning 5857 clauses out of 11722 with flag 3001/71707
2.70/1.82	c cleaning 5933 clauses out of 11865 with flag 9001/77707
2.90/1.96	c cleaning 6464 clauses out of 12931 with flag 16000/84706
3.09/2.02	c Got one! Elapsed wall clock time (in seconds):1.903
3.09/2.02	o 5814
3.09/2.07	c cleaning 6030 clauses out of 12067 with flag 2000/90306
3.30/2.11	c Got one! Elapsed wall clock time (in seconds):1.989
3.30/2.11	o 5767
3.30/2.11	c Got one! Elapsed wall clock time (in seconds):1.995
3.30/2.11	o 5713
3.30/2.19	c cleaning 6027 clauses out of 12054 with flag 4001/96323
3.51/2.24	c Got one! Elapsed wall clock time (in seconds):2.122
3.51/2.24	o 5696
3.64/2.30	c cleaning 5752 clauses out of 11515 with flag 3000/101811
3.74/2.42	c cleaning 5882 clauses out of 11763 with flag 9000/107811
3.74/2.48	c Got one! Elapsed wall clock time (in seconds):2.365
3.74/2.48	o 5611
3.84/2.52	c cleaning 5583 clauses out of 11184 with flag 2001/113114
3.94/2.60	c Got one! Elapsed wall clock time (in seconds):2.478
3.94/2.60	o 5602
3.94/2.62	c cleaning 5428 clauses out of 10865 with flag 1000/118378
4.05/2.70	c Got one! Elapsed wall clock time (in seconds):2.581
4.05/2.70	o 5542
4.05/2.72	c cleaning 5229 clauses out of 10470 with flag 1000/123411
4.16/2.84	c cleaning 5615 clauses out of 11242 with flag 7001/129412
4.26/2.99	c cleaning 6313 clauses out of 12626 with flag 14000/136411
4.51/3.10	c Got one! Elapsed wall clock time (in seconds):2.982
4.51/3.10	o 5528
4.51/3.14	c Got one! Elapsed wall clock time (in seconds):3.026
4.51/3.14	o 5491
4.61/3.23	c cleaning 8666 clauses out of 17333 with flag 3001/147549
4.61/3.25	c Got one! Elapsed wall clock time (in seconds):3.131
4.61/3.25	o 5370
4.80/3.36	c cleaning 6912 clauses out of 13835 with flag 5000/152717
4.99/3.41	c Got one! Elapsed wall clock time (in seconds):3.29
4.99/3.41	o 5297
4.99/3.46	c Got one! Elapsed wall clock time (in seconds):3.338
4.99/3.46	o 5295
4.99/3.49	c cleaning 6399 clauses out of 12800 with flag 1001/158594
5.20/3.53	c Got one! Elapsed wall clock time (in seconds):3.413
5.20/3.53	o 5192
5.31/3.62	c cleaning 5964 clauses out of 11941 with flag 4001/164205
5.31/3.68	c Got one! Elapsed wall clock time (in seconds):3.563
5.31/3.68	o 5187
5.31/3.69	c Got one! Elapsed wall clock time (in seconds):3.569
5.31/3.69	o 5182
5.49/3.73	c cleaning 4306 clauses out of 8627 with flag 2001/169504
5.69/3.86	c cleaning 5156 clauses out of 10320 with flag 8000/175503
5.89/3.99	c cleaning 6079 clauses out of 12165 with flag 15001/182504
6.08/4.05	c Got one! Elapsed wall clock time (in seconds):3.936
6.08/4.05	o 5167
6.08/4.09	c cleaning 2628 clauses out of 5265 with flag 2001/187632
6.20/4.19	c cleaning 4318 clauses out of 8636 with flag 8000/193631
6.30/4.28	c Got one! Elapsed wall clock time (in seconds):4.163
6.30/4.28	o 5148
6.30/4.29	c cleaning 1155 clauses out of 2310 with flag 1001/199485
6.40/4.31	c starts		: 157
6.40/4.31	c conflicts		: 199763
6.40/4.31	c decisions		: 249462
6.40/4.31	c propagations		: 2278494
6.40/4.31	c inspects		: 23592195
6.40/4.31	c shortcuts		: 0
6.40/4.31	c learnt literals	: 12
6.40/4.31	c learnt binary clauses	: 45
6.40/4.31	c learnt ternary clauses	: 120
6.40/4.31	c learnt constraints	: 199750
6.40/4.31	c ignored constraints	: 0
6.40/4.31	c root simplifications	: 168
6.40/4.31	c removed literals (reason simplification)	: 301960
6.40/4.31	c reason swapping (by a shorter reason)	: 0
6.40/4.31	c Calls to reduceDB	: 32
6.40/4.31	c number of reductions to clauses (during analyze)	: 0
6.40/4.31	c number of learned constraints concerned by reduction	: 0
6.40/4.31	c number of learning phase by resolution	: 0
6.40/4.31	c number of learning phase by cutting planes	: 0
6.40/4.31	c speed (assignments/second)	: 547846.5977398413
6.40/4.31	c non guided choices	15
6.40/4.31	c learnt constraints type 
6.40/4.31	c constraints type 
6.40/4.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14
6.40/4.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 14
6.40/4.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 98
6.40/4.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 0
6.40/4.31	c 126 constraints processed.
6.40/4.31	s OPTIMUM FOUND
6.40/4.31	v x1 -x2 -x3 -x4 -x5 -x6 -x7 x8 -x9 -x10 -x11 -x12 -x13 -x14 x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 x24 -x25 -x26 -x27 -x28 x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 x38 -x39 -x40 -x41 -x42 -x43 -x44 x45 -x46 -x47 -x48 -x49 x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 x69 -x70 x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 x90 -x91 -x92 -x93 -x94 -x95 -x96 x97 -x98 x99 -x100 x101 -x102 -x103 x104 -x105 
6.40/4.31	c objective function=5148
6.40/4.31	c Total wall clock time (in seconds): 4.19

Verifier Data

OK	5148

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

running on 4 cores: 0,2,4,6

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: 1.97 1.96 1.98 3/194 6387
/proc/meminfo: memFree=27813128/32873648 swapFree=6864/6864
[pid=6387] ppid=6385 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/6387/stat : 6387 (java) R 6385 6387 32120 0 -1 4202496 982 0 0 0 0 0 0 0 20 0 1 0 281942202 23793664 708 33554432000 1073741824 1073778376 140737148695200 140737148684264 270698330192 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/6387/statm: 5809 708 522 9 0 128 0

[startup+0.0218811 s]
/proc/loadavg: 1.97 1.96 1.98 3/194 6387
/proc/meminfo: memFree=27813128/32873648 swapFree=6864/6864
[pid=6387] ppid=6385 vsize=9016616 CPUtime=0 cores=0,2,4,6
/proc/6387/stat : 6387 (java) S 6385 6387 32120 0 -1 4202496 2704 0 1 0 0 0 0 0 20 0 10 0 281942202 9233014784 3402 33554432000 1073741824 1073778376 140737148695200 140737148686336 270710898749 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6387/statm: 2254154 3416 1503 9 0 2244855 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9016616

[startup+0.100269 s]
/proc/loadavg: 1.97 1.96 1.98 3/194 6387
/proc/meminfo: memFree=27813128/32873648 swapFree=6864/6864
[pid=6387] ppid=6385 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/6387/stat : 6387 (java) S 6385 6387 32120 0 -1 4202496 4294 0 1 0 8 0 0 0 20 0 18 0 281942202 9787842560 6011 33554432000 1073741824 1073778376 140737148695200 140737148686336 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6387/statm: 2389610 6011 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.300167 s]
/proc/loadavg: 1.97 1.96 1.98 3/194 6387
/proc/meminfo: memFree=27813128/32873648 swapFree=6864/6864
[pid=6387] ppid=6385 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/6387/stat : 6387 (java) S 6385 6387 32120 0 -1 4202496 6723 0 1 0 52 1 0 0 20 0 19 0 281942202 9856004096 8589 33554432000 1073741824 1073778376 140737148695200 140737148686336 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6387/statm: 2406251 8589 2222 9 0 2396937 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9625004

[startup+0.700165 s]
/proc/loadavg: 1.97 1.96 1.98 3/194 6387
/proc/meminfo: memFree=27813128/32873648 swapFree=6864/6864
[pid=6387] ppid=6385 vsize=9625004 CPUtime=1.12 cores=0,2,4,6
/proc/6387/stat : 6387 (java) S 6385 6387 32120 0 -1 4202496 9855 0 1 0 110 2 0 0 20 0 19 0 281942202 9856004096 11502 33554432000 1073741824 1073778376 140737148695200 140737148686336 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6387/statm: 2406251 11502 2263 9 0 2396937 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 9625004

[startup+1.50062 s]
/proc/loadavg: 1.97 1.96 1.98 3/213 6406
/proc/meminfo: memFree=27774936/32873648 swapFree=6864/6864
[pid=6387] ppid=6385 vsize=9625004 CPUtime=2.13 cores=0,2,4,6
/proc/6387/stat : 6387 (java) S 6385 6387 32120 0 -1 4202496 10587 0 1 0 211 2 0 0 20 0 19 0 281942202 9856004096 12146 33554432000 1073741824 1073778376 140737148695200 140737148686336 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6387/statm: 2406251 12146 2275 9 0 2396937 0
[pid=6387/tid=6389] ppid=6385 vsize=9625004 CPUtime=1.37 cores=0,2,4,6
/proc/6387/task/6389/stat : 6389 (java) R 6385 6387 32120 0 -1 4202560 2505 0 1 0 137 0 0 0 20 0 19 0 281942203 9856004096 12146 33554432000 1073741824 1073778376 140737148695200 140123892040104 140123727897163 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6387/tid=6390] ppid=6385 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6387/task/6390/stat : 6390 (java) S 6385 6387 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281942204 9856004096 12146 33554432000 1073741824 1073778376 140737148695200 140123853531816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6387/tid=6391] ppid=6385 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6387/task/6391/stat : 6391 (java) S 6385 6387 32120 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281942204 9856004096 12146 33554432000 1073741824 1073778376 140737148695200 140123852479272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6387/tid=6392] ppid=6385 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6387/task/6392/stat : 6392 (java) S 6385 6387 32120 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281942204 9856004096 12146 33554432000 1073741824 1073778376 140737148695200 140123851426728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6387/tid=6393] ppid=6385 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6387/task/6393/stat : 6393 (java) S 6385 6387 32120 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281942204 9856004096 12146 33554432000 1073741824 1073778376 140737148695200 140123850374184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6387/tid=6394] ppid=6385 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6387/task/6394/stat : 6394 (java) S 6385 6387 32120 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281942204 9856004096 12146 33554432000 1073741824 1073778376 140737148695200 140123849320616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6387/tid=6395] ppid=6385 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6387/task/6395/stat : 6395 (java) S 6385 6387 32120 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281942204 9856004096 12146 33554432000 1073741824 1073778376 140737148695200 140123848268072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6387/tid=6396] ppid=6385 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6387/task/6396/stat : 6396 (java) S 6385 6387 32120 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281942204 9856004096 12146 33554432000 1073741824 1073778376 140737148695200 140123847215528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6387/tid=6397] ppid=6385 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6387/task/6397/stat : 6397 (java) S 6385 6387 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281942204 9856004096 12146 33554432000 1073741824 1073778376 140737148695200 140123846162984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6387/tid=6398] ppid=6385 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/6387/task/6398/stat : 6398 (java) S 6385 6387 32120 0 -1 4202560 41 0 0 0 6 0 0 0 20 0 19 0 281942205 9856004096 12146 33554432000 1073741824 1073778376 140737148695200 140123716098664 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6387/tid=6399] ppid=6385 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6387/task/6399/stat : 6399 (java) S 6385 6387 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281942205 9856004096 12146 33554432000 1073741824 1073778376 140737148695200 140123715044984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6387/tid=6400] ppid=6385 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6387/task/6400/stat : 6400 (java) S 6385 6387 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281942205 9856004096 12146 33554432000 1073741824 1073778376 140737148695200 140123713992328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6387/tid=6401] ppid=6385 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6387/task/6401/stat : 6401 (java) S 6385 6387 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281942208 9856004096 12146 33554432000 1073741824 1073778376 140737148695200 140123712941072 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6387/tid=6402] ppid=6385 vsize=9625004 CPUtime=0.38 cores=0,2,4,6
/proc/6387/task/6402/stat : 6402 (java) S 6385 6387 32120 0 -1 4202560 4811 0 0 0 38 0 0 0 20 0 19 0 281942208 9856004096 12146 33554432000 1073741824 1073778376 140737148695200 140123711887416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6387/tid=6403] ppid=6385 vsize=9625004 CPUtime=0.22 cores=0,2,4,6
/proc/6387/task/6403/stat : 6403 (java) S 6385 6387 32120 0 -1 4202560 2002 0 0 0 22 0 0 0 20 0 19 0 281942208 9856004096 12146 33554432000 1073741824 1073778376 140737148695200 140122838263992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6387/tid=6404] ppid=6385 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6387/task/6404/stat : 6404 (java) S 6385 6387 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281942208 9856004096 12146 33554432000 1073741824 1073778376 140737148695200 140122837211640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6387/tid=6405] ppid=6385 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6387/task/6405/stat : 6405 (java) S 6385 6387 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281942208 9856004096 12146 33554432000 1073741824 1073778376 140737148695200 140122836159304 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6387/tid=6406] ppid=6385 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6387/task/6406/stat : 6406 (java) S 6385 6387 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281942217 9856004096 12146 33554432000 1073741824 1073778376 140737148695200 140122835105064 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 9625004

[startup+3.10062 s]
/proc/loadavg: 2.05 1.98 1.98 4/213 6406
/proc/meminfo: memFree=27760180/32873648 swapFree=6864/6864
[pid=6387] ppid=6385 vsize=9625004 CPUtime=4.51 cores=0,2,4,6
/proc/6387/stat : 6387 (java) S 6385 6387 32120 0 -1 4202496 18084 0 1 0 447 4 0 0 20 0 19 0 281942202 9856004096 15822 33554432000 1073741824 1073778376 140737148695200 140737148686336 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6387/statm: 2406251 15822 2281 9 0 2396937 0
[pid=6387/tid=6389] ppid=6385 vsize=9625004 CPUtime=2.84 cores=0,2,4,6
/proc/6387/task/6389/stat : 6389 (java) R 6385 6387 32120 0 -1 4202560 2522 0 1 0 283 1 0 0 20 0 19 0 281942203 9856004096 15822 33554432000 1073741824 1073778376 140737148695200 140123892040232 140123727920017 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=6387/tid=6390] ppid=6385 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6387/task/6390/stat : 6390 (java) S 6385 6387 32120 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281942204 9856004096 15822 33554432000 1073741824 1073778376 140737148695200 140123853531816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6387/tid=6391] ppid=6385 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6387/task/6391/stat : 6391 (java) S 6385 6387 32120 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281942204 9856004096 15822 33554432000 1073741824 1073778376 140737148695200 140123852479272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6387/tid=6392] ppid=6385 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6387/task/6392/stat : 6392 (java) S 6385 6387 32120 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281942204 9856004096 15822 33554432000 1073741824 1073778376 140737148695200 140123851426728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6387/tid=6393] ppid=6385 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6387/task/6393/stat : 6393 (java) S 6385 6387 32120 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281942204 9856004096 15822 33554432000 1073741824 1073778376 140737148695200 140123850374184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6387/tid=6394] ppid=6385 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6387/task/6394/stat : 6394 (java) S 6385 6387 32120 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281942204 9856004096 15822 33554432000 1073741824 1073778376 140737148695200 140123849320616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6387/tid=6395] ppid=6385 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6387/task/6395/stat : 6395 (java) S 6385 6387 32120 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281942204 9856004096 15822 33554432000 1073741824 1073778376 140737148695200 140123848268072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6387/tid=6396] ppid=6385 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6387/task/6396/stat : 6396 (java) S 6385 6387 32120 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281942204 9856004096 15822 33554432000 1073741824 1073778376 140737148695200 140123847215528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6387/tid=6397] ppid=6385 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6387/task/6397/stat : 6397 (java) S 6385 6387 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281942204 9856004096 15822 33554432000 1073741824 1073778376 140737148695200 140123846162984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6387/tid=6398] ppid=6385 vsize=9625004 CPUtime=0.17 cores=0,2,4,6
/proc/6387/task/6398/stat : 6398 (java) S 6385 6387 32120 0 -1 4202560 54 0 0 0 17 0 0 0 20 0 19 0 281942205 9856004096 15822 33554432000 1073741824 1073778376 140737148695200 140123716098664 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6387/tid=6399] ppid=6385 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6387/task/6399/stat : 6399 (java) S 6385 6387 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281942205 9856004096 15822 33554432000 1073741824 1073778376 140737148695200 140123715044984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6387/tid=6400] ppid=6385 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6387/task/6400/stat : 6400 (java) S 6385 6387 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281942205 9856004096 15822 33554432000 1073741824 1073778376 140737148695200 140123713992328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6387/tid=6401] ppid=6385 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6387/task/6401/stat : 6401 (java) S 6385 6387 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281942208 9856004096 15822 33554432000 1073741824 1073778376 140737148695200 140123712941072 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6387/tid=6402] ppid=6385 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/6387/task/6402/stat : 6402 (java) S 6385 6387 32120 0 -1 4202560 4834 0 0 0 45 0 0 0 20 0 19 0 281942208 9856004096 15822 33554432000 1073741824 1073778376 140737148695200 140123711887416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6387/tid=6403] ppid=6385 vsize=9625004 CPUtime=0.9 cores=0,2,4,6
/proc/6387/task/6403/stat : 6403 (java) S 6385 6387 32120 0 -1 4202560 9441 0 0 0 88 2 0 0 20 0 19 0 281942208 9856004096 15822 33554432000 1073741824 1073778376 140737148695200 140122838263992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6387/tid=6404] ppid=6385 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6387/task/6404/stat : 6404 (java) S 6385 6387 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281942208 9856004096 15822 33554432000 1073741824 1073778376 140737148695200 140122837211640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6387/tid=6405] ppid=6385 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6387/task/6405/stat : 6405 (java) S 6385 6387 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281942208 9856004096 15822 33554432000 1073741824 1073778376 140737148695200 140122836159304 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6387/tid=6406] ppid=6385 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6387/task/6406/stat : 6406 (java) S 6385 6387 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281942217 9856004096 15822 33554432000 1073741824 1073778376 140737148695200 140122835105064 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.51
Current children cumulated vsize (KiB) 9625004

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

[startup+3.9007 s]
/proc/loadavg: 2.05 1.98 1.98 3/213 6406
/proc/meminfo: memFree=27761048/32873648 swapFree=6864/6864
[pid=6387] ppid=6385 vsize=9625004 CPUtime=5.89 cores=0,2,4,6
/proc/6387/stat : 6387 (java) S 6385 6387 32120 0 -1 4202496 20353 0 1 0 585 4 0 0 20 0 19 0 281942202 9856004096 16136 33554432000 1073741824 1073778376 140737148695200 140737148686336 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6387/statm: 2406251 16136 2282 9 0 2396937 0
[pid=6387/tid=6389] ppid=6385 vsize=9625004 CPUtime=3.57 cores=0,2,4,6
/proc/6387/task/6389/stat : 6389 (java) R 6385 6387 32120 0 -1 4202560 2526 0 1 0 356 1 0 0 20 0 19 0 281942203 9856004096 16136 33554432000 1073741824 1073778376 140737148695200 140123892040104 140123727945762 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6387/tid=6390] ppid=6385 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6387/task/6390/stat : 6390 (java) S 6385 6387 32120 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281942204 9856004096 16136 33554432000 1073741824 1073778376 140737148695200 140123853531816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6387/tid=6391] ppid=6385 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6387/task/6391/stat : 6391 (java) S 6385 6387 32120 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281942204 9856004096 16136 33554432000 1073741824 1073778376 140737148695200 140123852479272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6387/tid=6392] ppid=6385 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6387/task/6392/stat : 6392 (java) S 6385 6387 32120 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281942204 9856004096 16136 33554432000 1073741824 1073778376 140737148695200 140123851426728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6387/tid=6393] ppid=6385 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6387/task/6393/stat : 6393 (java) S 6385 6387 32120 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281942204 9856004096 16136 33554432000 1073741824 1073778376 140737148695200 140123850374184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6387/tid=6394] ppid=6385 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6387/task/6394/stat : 6394 (java) S 6385 6387 32120 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281942204 9856004096 16136 33554432000 1073741824 1073778376 140737148695200 140123849320616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6387/tid=6395] ppid=6385 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6387/task/6395/stat : 6395 (java) S 6385 6387 32120 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281942204 9856004096 16136 33554432000 1073741824 1073778376 140737148695200 140123848268072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6387/tid=6396] ppid=6385 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6387/task/6396/stat : 6396 (java) S 6385 6387 32120 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281942204 9856004096 16136 33554432000 1073741824 1073778376 140737148695200 140123847215528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6387/tid=6397] ppid=6385 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6387/task/6397/stat : 6397 (java) S 6385 6387 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281942204 9856004096 16136 33554432000 1073741824 1073778376 140737148695200 140123846162984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6387/tid=6398] ppid=6385 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/6387/task/6398/stat : 6398 (java) S 6385 6387 32120 0 -1 4202560 54 0 0 0 23 0 0 0 20 0 19 0 281942205 9856004096 16136 33554432000 1073741824 1073778376 140737148695200 140123716098664 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6387/tid=6399] ppid=6385 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6387/task/6399/stat : 6399 (java) S 6385 6387 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281942205 9856004096 16136 33554432000 1073741824 1073778376 140737148695200 140123715044984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6387/tid=6400] ppid=6385 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6387/task/6400/stat : 6400 (java) S 6385 6387 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281942205 9856004096 16136 33554432000 1073741824 1073778376 140737148695200 140123713992328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6387/tid=6401] ppid=6385 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6387/task/6401/stat : 6401 (java) S 6385 6387 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281942208 9856004096 16136 33554432000 1073741824 1073778376 140737148695200 140123712941072 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6387/tid=6402] ppid=6385 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/6387/task/6402/stat : 6402 (java) S 6385 6387 32120 0 -1 4202560 4835 0 0 0 47 0 0 0 20 0 19 0 281942208 9856004096 16136 33554432000 1073741824 1073778376 140737148695200 140123711887416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6387/tid=6403] ppid=6385 vsize=9625004 CPUtime=1.47 cores=0,2,4,6
/proc/6387/task/6403/stat : 6403 (java) R 6385 6387 32120 0 -1 4202560 11704 0 0 0 145 2 0 0 20 0 19 0 281942208 9856004096 16136 33554432000 1073741824 1073778376 140737148695200 140122838242104 140123896157776 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6387/tid=6404] ppid=6385 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6387/task/6404/stat : 6404 (java) S 6385 6387 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281942208 9856004096 16136 33554432000 1073741824 1073778376 140737148695200 140122837211640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6387/tid=6405] ppid=6385 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6387/task/6405/stat : 6405 (java) S 6385 6387 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281942208 9856004096 16136 33554432000 1073741824 1073778376 140737148695200 140122836159304 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6387/tid=6406] ppid=6385 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6387/task/6406/stat : 6406 (java) S 6385 6387 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281942217 9856004096 16136 33554432000 1073741824 1073778376 140737148695200 140122835105064 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 9625004

[startup+4.30057 s]
/proc/loadavg: 2.05 1.98 1.98 3/213 6406
/proc/meminfo: memFree=27761172/32873648 swapFree=6864/6864
[pid=6387] ppid=6385 vsize=9625004 CPUtime=6.4 cores=0,2,4,6
/proc/6387/stat : 6387 (java) S 6385 6387 32120 0 -1 4202496 20371 0 1 0 635 5 0 0 20 0 19 0 281942202 9856004096 16065 33554432000 1073741824 1073778376 140737148695200 140737148686336 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6387/statm: 2406251 16065 2282 9 0 2396937 0
[pid=6387/tid=6389] ppid=6385 vsize=9625004 CPUtime=3.95 cores=0,2,4,6
/proc/6387/task/6389/stat : 6389 (java) S 6385 6387 32120 0 -1 4202560 2530 0 1 0 393 2 0 0 20 0 19 0 281942203 9856004096 16065 33554432000 1073741824 1073778376 140737148695200 140123892040104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6387/tid=6390] ppid=6385 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6387/task/6390/stat : 6390 (java) S 6385 6387 32120 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281942204 9856004096 16065 33554432000 1073741824 1073778376 140737148695200 140123853531816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6387/tid=6391] ppid=6385 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6387/task/6391/stat : 6391 (java) S 6385 6387 32120 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281942204 9856004096 16065 33554432000 1073741824 1073778376 140737148695200 140123852479272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6387/tid=6392] ppid=6385 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/6387/task/6392/stat : 6392 (java) S 6385 6387 32120 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 281942204 9856004096 16065 33554432000 1073741824 1073778376 140737148695200 140123851426728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6387/tid=6393] ppid=6385 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6387/task/6393/stat : 6393 (java) S 6385 6387 32120 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281942204 9856004096 16065 33554432000 1073741824 1073778376 140737148695200 140123850374184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6387/tid=6394] ppid=6385 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6387/task/6394/stat : 6394 (java) S 6385 6387 32120 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281942204 9856004096 16065 33554432000 1073741824 1073778376 140737148695200 140123849320616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6387/tid=6395] ppid=6385 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6387/task/6395/stat : 6395 (java) S 6385 6387 32120 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281942204 9856004096 16065 33554432000 1073741824 1073778376 140737148695200 140123848268072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6387/tid=6396] ppid=6385 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6387/task/6396/stat : 6396 (java) S 6385 6387 32120 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281942204 9856004096 16065 33554432000 1073741824 1073778376 140737148695200 140123847215528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6387/tid=6397] ppid=6385 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6387/task/6397/stat : 6397 (java) S 6385 6387 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281942204 9856004096 16065 33554432000 1073741824 1073778376 140737148695200 140123846162984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6387/tid=6398] ppid=6385 vsize=9625004 CPUtime=0.26 cores=0,2,4,6
/proc/6387/task/6398/stat : 6398 (java) R 6385 6387 32120 0 -1 4202560 54 0 0 0 26 0 0 0 20 0 19 0 281942205 9856004096 16065 33554432000 1073741824 1073778376 140737148695200 140123716097520 270707212636 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6387/tid=6399] ppid=6385 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6387/task/6399/stat : 6399 (java) S 6385 6387 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281942205 9856004096 16065 33554432000 1073741824 1073778376 140737148695200 140123715044984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6387/tid=6400] ppid=6385 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6387/task/6400/stat : 6400 (java) S 6385 6387 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281942205 9856004096 16065 33554432000 1073741824 1073778376 140737148695200 140123713992328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6387/tid=6401] ppid=6385 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6387/task/6401/stat : 6401 (java) S 6385 6387 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281942208 9856004096 16065 33554432000 1073741824 1073778376 140737148695200 140123712941072 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6387/tid=6402] ppid=6385 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/6387/task/6402/stat : 6402 (java) S 6385 6387 32120 0 -1 4202560 4835 0 0 0 47 0 0 0 20 0 19 0 281942208 9856004096 16065 33554432000 1073741824 1073778376 140737148695200 140123711887416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6387/tid=6403] ppid=6385 vsize=9625004 CPUtime=1.56 cores=0,2,4,6
/proc/6387/task/6403/stat : 6403 (java) S 6385 6387 32120 0 -1 4202560 11712 0 0 0 154 2 0 0 20 0 19 0 281942208 9856004096 16065 33554432000 1073741824 1073778376 140737148695200 140122838263992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6387/tid=6404] ppid=6385 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6387/task/6404/stat : 6404 (java) S 6385 6387 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281942208 9856004096 16065 33554432000 1073741824 1073778376 140737148695200 140122837211640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6387/tid=6405] ppid=6385 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6387/task/6405/stat : 6405 (java) S 6385 6387 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281942208 9856004096 16065 33554432000 1073741824 1073778376 140737148695200 140122836159304 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6387/tid=6406] ppid=6385 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6387/task/6406/stat : 6406 (java) S 6385 6387 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281942217 9856004096 16065 33554432000 1073741824 1073778376 140737148695200 140122835105064 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.4
Current children cumulated vsize (KiB) 9625004

Child status: 30
Real time (s): 4.31607
CPU time (s): 6.49201
CPU user time (s): 6.33104
CPU system time (s): 0.160975
CPU usage (%): 150.415
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.33104
system time used= 0.160975
maximum resident set size= 66824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20388
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1174
involuntary context switches= 565

runsolver used 0.001999 second user time and 0.044993 second system time

The end

Launcher Data

Begin job on node125 at 2012-05-28 00:36:08
IDJOB=3710944
IDBENCH=24971
IDSOLVER=2289
FILE ID=node125/3710944-1338158168
RUNJOBID= node125-1338125514-32136
PBS_JOBID= 14624515
Free space on /tmp= 71256 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/poldner/PB/testset/normalized-7_14.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-3710944-1338158168/watcher-3710944-1338158168 -o /tmp/evaluation-result-3710944-1338158168/solver-3710944-1338158168 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710944-1338158168.opb

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

MD5SUM BENCH= d99cfd7c624f6e153a873fe4512e21db
RANDOM SEED=283281847

node125.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.373
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	: 5332.74
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.373
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.373
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.92
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.373
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.90
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.373
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.373
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	: 5438.54
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.373
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.91
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.373
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27813392 kB
Buffers:          458016 kB
Cached:          2440876 kB
SwapCached:         2304 kB
Active:          2709020 kB
Inactive:        1504372 kB
Active(anon):    1306112 kB
Inactive(anon):     9556 kB
Active(file):    1402908 kB
Inactive(file):  1494816 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102616 kB
Dirty:               876 kB
Writeback:             0 kB
AnonPages:       1318100 kB
Mapped:            22512 kB
Shmem:               104 kB
Slab:             703688 kB
SReclaimable:     147528 kB
SUnreclaim:       556160 kB
KernelStack:        1648 kB
PageTables:         8048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1643052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1271808 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71256 MiB
End job on node125 at 2012-05-28 00:36:12