Trace number 3711271

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 snapshotSAT2 2.98454 2.45275

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=7-P0=43-P1=107-P2=31-P3=113-P4=127-P5=2-P6=79-B.opb
MD5SUMa998edafd51e17056858d37f83d42bbc
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.054991
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved YES
Number of variables126
Total number of constraints13
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints13
Minimum length of a constraint7
Maximum length of a constraint63
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 32512
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)294
Sum of products size (including duplicates)588
Number of different products294
Sum of products size588

Quality of the solution as a function of time


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

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.05/0.08	c version 2.3.2.v20120418
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		501472288
0.05/0.08	c Max memory 		7480803328
0.05/0.08	c Total memory 		504102912
0.05/0.08	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-3711271-1338165556.opb
0.10/0.12	c reading problem ... 
0.10/0.17	c ... done. Wall clock time 0.051s.
0.10/0.17	c declared #vars     126
0.10/0.17	c internal #vars     420
0.10/0.17	c #constraints  607
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 294
0.10/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 313
0.10/0.17	c 607 constraints processed.
0.55/0.38	c SATISFIABLE
0.55/0.38	c OPTIMIZING...
0.55/0.38	c Got one! Elapsed wall clock time (in seconds):0.261
0.55/0.38	o 77
0.72/0.40	c Got one! Elapsed wall clock time (in seconds):0.28
0.72/0.40	o 75
0.72/0.42	c Got one! Elapsed wall clock time (in seconds):0.305
0.72/0.42	o 73
0.85/0.52	c Got one! Elapsed wall clock time (in seconds):0.397
0.85/0.52	o 49
0.85/0.54	c Got one! Elapsed wall clock time (in seconds):0.418
0.85/0.54	o 35
0.85/0.55	c Got one! Elapsed wall clock time (in seconds):0.434
0.85/0.55	o 33
0.97/0.61	c cleaning 3694 clauses out of 7401 with flag 1001/7892
0.97/0.68	c Got one! Elapsed wall clock time (in seconds):0.563
0.97/0.68	o 29
1.12/0.72	c Got one! Elapsed wall clock time (in seconds):0.604
1.12/0.72	o 21
1.12/0.78	c Got one! Elapsed wall clock time (in seconds):0.663
1.12/0.78	o 11
1.23/0.82	c Got one! Elapsed wall clock time (in seconds):0.704
1.23/0.82	o 7
1.23/0.84	c Got one! Elapsed wall clock time (in seconds):0.721
1.23/0.84	o 3
1.33/0.92	c cleaning 5571 clauses out of 11152 with flag 2001/16144
1.55/1.16	c cleaning 5782 clauses out of 11580 with flag 8000/22143
1.87/1.45	c cleaning 6392 clauses out of 12799 with flag 15001/29144
2.22/1.79	c cleaning 7018 clauses out of 14050 with flag 23000/37143
2.63/2.20	c cleaning 8001 clauses out of 16033 with flag 32001/46144
2.93/2.44	c Got one! Elapsed wall clock time (in seconds):2.316
2.93/2.44	o 2
2.93/2.44	Exception in thread "main" java.lang.IllegalArgumentException: Can only remove latest added constraint!!!
2.93/2.51		at org.sat4j.minisat.core.Solver.removeSubsumedConstr(Unknown Source)
2.93/2.51		at org.sat4j.tools.SolverDecorator.removeSubsumedConstr(Unknown Source)
2.93/2.51		at org.sat4j.pb.PseudoOptDecorator.discardCurrentSolution(Unknown Source)
2.93/2.51		at org.sat4j.sat.Lanceur.solve(Unknown Source)
2.93/2.51		at org.sat4j.sat.Lanceur.run(Unknown Source)
2.93/2.51		at org.sat4j.sat.Lanceur.main(Unknown Source)
2.93/2.51	c starts		: 79
2.93/2.51	c conflicts		: 51431
2.93/2.51	c decisions		: 57290
2.93/2.51	c propagations		: 820770
2.93/2.51	c inspects		: 15420065
2.93/2.51	c shortcuts		: 0
2.93/2.51	c learnt literals	: 1
2.93/2.51	c learnt binary clauses	: 6
2.93/2.51	c learnt ternary clauses	: 21
2.93/2.51	c learnt constraints	: 51430
2.93/2.51	c ignored constraints	: 0
2.93/2.51	c root simplifications	: 80
2.93/2.51	c removed literals (reason simplification)	: 95877
2.93/2.51	c reason swapping (by a shorter reason)	: 0
2.93/2.51	c Calls to reduceDB	: 6
2.93/2.51	c number of reductions to clauses (during analyze)	: 0
2.93/2.51	c number of learned constraints concerned by reduction	: 0
2.93/2.51	c number of learning phase by resolution	: 0
2.93/2.51	c number of learning phase by cutting planes	: 0
2.93/2.51	c speed (assignments/second)	: 362691.1179849757
2.93/2.51	c non guided choices	431
2.93/2.52	c learnt constraints type 
2.93/2.52	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
2.93/2.52	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 13317
2.93/2.52	c constraints type 
2.93/2.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 294
2.93/2.52	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 314
2.93/2.52	c 608 constraints processed.
2.93/2.52	s SATISFIABLE
2.93/2.52	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 x106 -x107 -x108 -x109 -x110 -x111 -x112 x113 x114 x115 x116 x117 x118 -x119 x120 -x121 -x122 -x123 -x124 x125 x126 
2.93/2.52	c objective function=2
2.93/2.52	c Total wall clock time (in seconds): 2.327

Verifier Data

OK	2

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-3711271-1338165556/watcher-3711271-1338165556 -o /tmp/evaluation-result-3711271-1338165556/solver-3711271-1338165556 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711271-1338165556.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.98 2.01 2.00 3/194 635
/proc/meminfo: memFree=31166596/32873844 swapFree=7624/7624
[pid=635] ppid=633 vsize=9160 CPUtime=0 cores=0,2,4,6
/proc/635/stat : 635 (java) R 633 635 31312 0 -1 4202496 389 0 0 0 0 0 0 0 20 0 1 0 282681184 9379840 122 33554432000 1073741824 1073778376 140736087072752 140736087069880 214373011936 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/635/statm: 2323 126 98 9 0 71 0

[startup+0.0698611 s]
/proc/loadavg: 1.98 2.01 2.00 3/194 635
/proc/meminfo: memFree=31166596/32873844 swapFree=7624/7624
[pid=635] ppid=633 vsize=9558440 CPUtime=0.05 cores=0,2,4,6
/proc/635/stat : 635 (java) S 633 635 31312 0 -1 4202496 3325 0 1 0 4 1 0 0 20 0 18 0 282681184 9787842560 4534 33554432000 1073741824 1073778376 140736087072752 140736087063888 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/635/statm: 2389610 4535 1778 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558440

[startup+0.100319 s]
/proc/loadavg: 1.98 2.01 2.00 3/194 635
/proc/meminfo: memFree=31166596/32873844 swapFree=7624/7624
[pid=635] ppid=633 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/635/stat : 635 (java) S 633 635 31312 0 -1 4202496 4281 0 1 0 9 1 0 0 20 0 18 0 282681184 9787842560 6000 33554432000 1073741824 1073778376 140736087072752 140736087063888 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/635/statm: 2389610 6000 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300267 s]
/proc/loadavg: 1.98 2.01 2.00 3/194 635
/proc/meminfo: memFree=31166596/32873844 swapFree=7624/7624
[pid=635] ppid=633 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/635/stat : 635 (java) S 633 635 31312 0 -1 4202496 6526 0 1 0 53 2 0 0 20 0 19 0 282681184 9856004096 8493 33554432000 1073741824 1073778376 140736087072752 140736087063888 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/635/statm: 2406251 8493 2235 9 0 2396937 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9625004

[startup+0.700216 s]
/proc/loadavg: 1.98 2.01 2.00 3/194 635
/proc/meminfo: memFree=31166596/32873844 swapFree=7624/7624
[pid=635] ppid=633 vsize=9625004 CPUtime=1.12 cores=0,2,4,6
/proc/635/stat : 635 (java) S 633 635 31312 0 -1 4202496 7520 0 1 0 110 2 0 0 20 0 19 0 282681184 9856004096 10657 33554432000 1073741824 1073778376 140736087072752 140736087063888 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/635/statm: 2406251 10657 2274 9 0 2396937 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 9625004

[startup+1.50068 s]
/proc/loadavg: 1.98 2.01 2.00 3/213 654
/proc/meminfo: memFree=31128600/32873844 swapFree=7624/7624
[pid=635] ppid=633 vsize=9625004 CPUtime=1.99 cores=0,2,4,6
/proc/635/stat : 635 (java) S 633 635 31312 0 -1 4202496 7550 0 1 0 197 2 0 0 20 0 19 0 282681184 9856004096 11698 33554432000 1073741824 1073778376 140736087072752 140736087063888 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/635/statm: 2406251 11698 2275 9 0 2396937 0
[pid=635/tid=637] ppid=633 vsize=9625004 CPUtime=1.42 cores=0,2,4,6
/proc/635/task/637/stat : 637 (java) R 633 635 31312 0 -1 4202560 2516 0 1 0 142 0 0 0 20 0 19 0 282681185 9856004096 11698 33554432000 1073741824 1073778376 140736087072752 140156340265384 140156208627872 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=635/tid=638] ppid=633 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/635/task/638/stat : 638 (java) S 633 635 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282681186 9856004096 11698 33554432000 1073741824 1073778376 140736087072752 140156329327272 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=635/tid=639] ppid=633 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/635/task/639/stat : 639 (java) S 633 635 31312 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 282681186 9856004096 11698 33554432000 1073741824 1073778376 140736087072752 140156328274728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=635/tid=640] ppid=633 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/635/task/640/stat : 640 (java) S 633 635 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282681186 9856004096 11698 33554432000 1073741824 1073778376 140736087072752 140156327222184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=635/tid=641] ppid=633 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/635/task/641/stat : 641 (java) S 633 635 31312 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 282681186 9856004096 11698 33554432000 1073741824 1073778376 140736087072752 140156180577320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=635/tid=642] ppid=633 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/635/task/642/stat : 642 (java) S 633 635 31312 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 282681186 9856004096 11698 33554432000 1073741824 1073778376 140736087072752 140156179523752 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=635/tid=643] ppid=633 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/635/task/643/stat : 643 (java) S 633 635 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282681186 9856004096 11698 33554432000 1073741824 1073778376 140736087072752 140156178471208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=635/tid=644] ppid=633 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/635/task/644/stat : 644 (java) S 633 635 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282681186 9856004096 11698 33554432000 1073741824 1073778376 140736087072752 140156177418664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=635/tid=645] ppid=633 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/635/task/645/stat : 645 (java) S 633 635 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282681186 9856004096 11698 33554432000 1073741824 1073778376 140736087072752 140156176366120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=635/tid=646] ppid=633 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/635/task/646/stat : 646 (java) S 633 635 31312 0 -1 4202560 31 0 0 0 3 0 0 0 20 0 19 0 282681187 9856004096 11698 33554432000 1073741824 1073778376 140736087072752 140156164168296 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=635/tid=647] ppid=633 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/635/task/647/stat : 647 (java) S 633 635 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282681187 9856004096 11698 33554432000 1073741824 1073778376 140736087072752 140156163114616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=635/tid=648] ppid=633 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/635/task/648/stat : 648 (java) S 633 635 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282681187 9856004096 11698 33554432000 1073741824 1073778376 140736087072752 140156162061960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=635/tid=649] ppid=633 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/635/task/649/stat : 649 (java) S 633 635 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282681190 9856004096 11698 33554432000 1073741824 1073778376 140736087072752 140156161010704 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=635/tid=650] ppid=633 vsize=9625004 CPUtime=0.28 cores=0,2,4,6
/proc/635/task/650/stat : 650 (java) S 633 635 31312 0 -1 4202560 1692 0 0 0 28 0 0 0 20 0 19 0 282681190 9856004096 11698 33554432000 1073741824 1073778376 140736087072752 140156159957048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=635/tid=651] ppid=633 vsize=9625004 CPUtime=0.19 cores=0,2,4,6
/proc/635/task/651/stat : 651 (java) S 633 635 31312 0 -1 4202560 2089 0 0 0 19 0 0 0 20 0 19 0 282681190 9856004096 11698 33554432000 1073741824 1073778376 140736087072752 140156158904504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=635/tid=652] ppid=633 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/635/task/652/stat : 652 (java) S 633 635 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282681190 9856004096 11698 33554432000 1073741824 1073778376 140736087072752 140156157852152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=635/tid=653] ppid=633 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/635/task/653/stat : 653 (java) S 633 635 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282681190 9856004096 11698 33554432000 1073741824 1073778376 140736087072752 140156156799816 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=635/tid=654] ppid=633 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/635/task/654/stat : 654 (java) S 633 635 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282681202 9856004096 11698 33554432000 1073741824 1073778376 140736087072752 140156155745576 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 9625004

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

[startup+1.90075 s]
/proc/loadavg: 1.98 2.01 2.00 3/213 654
/proc/meminfo: memFree=31128600/32873844 swapFree=7624/7624
[pid=635] ppid=633 vsize=9625004 CPUtime=2.42 cores=0,2,4,6
/proc/635/stat : 635 (java) S 633 635 31312 0 -1 4202496 7551 0 1 0 240 2 0 0 20 0 19 0 282681184 9856004096 11698 33554432000 1073741824 1073778376 140736087072752 140736087063888 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/635/statm: 2406251 11698 2275 9 0 2396937 0
[pid=635/tid=637] ppid=633 vsize=9625004 CPUtime=1.81 cores=0,2,4,6
/proc/635/task/637/stat : 637 (java) R 633 635 31312 0 -1 4202560 2517 0 1 0 181 0 0 0 20 0 19 0 282681185 9856004096 11698 33554432000 1073741824 1073778376 140736087072752 140156340265264 140156208577671 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=635/tid=638] ppid=633 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/635/task/638/stat : 638 (java) S 633 635 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282681186 9856004096 11698 33554432000 1073741824 1073778376 140736087072752 140156329327272 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=635/tid=639] ppid=633 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/635/task/639/stat : 639 (java) S 633 635 31312 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 282681186 9856004096 11698 33554432000 1073741824 1073778376 140736087072752 140156328274728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=635/tid=640] ppid=633 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/635/task/640/stat : 640 (java) S 633 635 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282681186 9856004096 11698 33554432000 1073741824 1073778376 140736087072752 140156327222184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=635/tid=641] ppid=633 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/635/task/641/stat : 641 (java) S 633 635 31312 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 282681186 9856004096 11698 33554432000 1073741824 1073778376 140736087072752 140156180577320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=635/tid=642] ppid=633 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/635/task/642/stat : 642 (java) S 633 635 31312 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 282681186 9856004096 11698 33554432000 1073741824 1073778376 140736087072752 140156179523752 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=635/tid=643] ppid=633 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/635/task/643/stat : 643 (java) S 633 635 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282681186 9856004096 11698 33554432000 1073741824 1073778376 140736087072752 140156178471208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=635/tid=644] ppid=633 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/635/task/644/stat : 644 (java) S 633 635 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282681186 9856004096 11698 33554432000 1073741824 1073778376 140736087072752 140156177418664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=635/tid=645] ppid=633 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/635/task/645/stat : 645 (java) S 633 635 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282681186 9856004096 11698 33554432000 1073741824 1073778376 140736087072752 140156176366120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=635/tid=646] ppid=633 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/635/task/646/stat : 646 (java) S 633 635 31312 0 -1 4202560 31 0 0 0 4 0 0 0 20 0 19 0 282681187 9856004096 11698 33554432000 1073741824 1073778376 140736087072752 140156164168296 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=635/tid=647] ppid=633 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/635/task/647/stat : 647 (java) S 633 635 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282681187 9856004096 11698 33554432000 1073741824 1073778376 140736087072752 140156163114616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=635/tid=648] ppid=633 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/635/task/648/stat : 648 (java) S 633 635 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282681187 9856004096 11698 33554432000 1073741824 1073778376 140736087072752 140156162061960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=635/tid=649] ppid=633 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/635/task/649/stat : 649 (java) S 633 635 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282681190 9856004096 11698 33554432000 1073741824 1073778376 140736087072752 140156161010704 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=635/tid=650] ppid=633 vsize=9625004 CPUtime=0.28 cores=0,2,4,6
/proc/635/task/650/stat : 650 (java) S 633 635 31312 0 -1 4202560 1692 0 0 0 28 0 0 0 20 0 19 0 282681190 9856004096 11698 33554432000 1073741824 1073778376 140736087072752 140156159957048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=635/tid=651] ppid=633 vsize=9625004 CPUtime=0.21 cores=0,2,4,6
/proc/635/task/651/stat : 651 (java) S 633 635 31312 0 -1 4202560 2089 0 0 0 21 0 0 0 20 0 19 0 282681190 9856004096 11698 33554432000 1073741824 1073778376 140736087072752 140156158904504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=635/tid=652] ppid=633 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/635/task/652/stat : 652 (java) S 633 635 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282681190 9856004096 11698 33554432000 1073741824 1073778376 140736087072752 140156157852152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=635/tid=653] ppid=633 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/635/task/653/stat : 653 (java) S 633 635 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282681190 9856004096 11698 33554432000 1073741824 1073778376 140736087072752 140156156799816 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=635/tid=654] ppid=633 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/635/task/654/stat : 654 (java) S 633 635 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282681202 9856004096 11698 33554432000 1073741824 1073778376 140736087072752 140156155745576 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.42
Current children cumulated vsize (KiB) 9625004

[startup+2.30076 s]
/proc/loadavg: 1.98 2.01 2.00 3/213 654
/proc/meminfo: memFree=31128228/32873844 swapFree=7624/7624
[pid=635] ppid=633 vsize=9625004 CPUtime=2.83 cores=0,2,4,6
/proc/635/stat : 635 (java) S 633 635 31312 0 -1 4202496 7558 0 1 0 281 2 0 0 20 0 19 0 282681184 9856004096 11704 33554432000 1073741824 1073778376 140736087072752 140736087063888 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/635/statm: 2406251 11704 2275 9 0 2396937 0
[pid=635/tid=637] ppid=633 vsize=9625004 CPUtime=2.19 cores=0,2,4,6
/proc/635/task/637/stat : 637 (java) R 633 635 31312 0 -1 4202560 2518 0 1 0 219 0 0 0 20 0 19 0 282681185 9856004096 11704 33554432000 1073741824 1073778376 140736087072752 140156340265384 140156208608515 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=635/tid=638] ppid=633 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/635/task/638/stat : 638 (java) S 633 635 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282681186 9856004096 11704 33554432000 1073741824 1073778376 140736087072752 140156329327272 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=635/tid=639] ppid=633 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/635/task/639/stat : 639 (java) S 633 635 31312 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 282681186 9856004096 11704 33554432000 1073741824 1073778376 140736087072752 140156328274728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=635/tid=640] ppid=633 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/635/task/640/stat : 640 (java) S 633 635 31312 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 282681186 9856004096 11704 33554432000 1073741824 1073778376 140736087072752 140156327222184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=635/tid=641] ppid=633 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/635/task/641/stat : 641 (java) S 633 635 31312 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 282681186 9856004096 11704 33554432000 1073741824 1073778376 140736087072752 140156180577320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=635/tid=642] ppid=633 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/635/task/642/stat : 642 (java) S 633 635 31312 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 282681186 9856004096 11704 33554432000 1073741824 1073778376 140736087072752 140156179523752 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=635/tid=643] ppid=633 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/635/task/643/stat : 643 (java) S 633 635 31312 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 282681186 9856004096 11704 33554432000 1073741824 1073778376 140736087072752 140156178471208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=635/tid=644] ppid=633 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/635/task/644/stat : 644 (java) S 633 635 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282681186 9856004096 11704 33554432000 1073741824 1073778376 140736087072752 140156177418664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=635/tid=645] ppid=633 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/635/task/645/stat : 645 (java) S 633 635 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282681186 9856004096 11704 33554432000 1073741824 1073778376 140736087072752 140156176366120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=635/tid=646] ppid=633 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/635/task/646/stat : 646 (java) S 633 635 31312 0 -1 4202560 31 0 0 0 5 0 0 0 20 0 19 0 282681187 9856004096 11704 33554432000 1073741824 1073778376 140736087072752 140156164168296 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=635/tid=647] ppid=633 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/635/task/647/stat : 647 (java) S 633 635 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282681187 9856004096 11704 33554432000 1073741824 1073778376 140736087072752 140156163114616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=635/tid=648] ppid=633 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/635/task/648/stat : 648 (java) S 633 635 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282681187 9856004096 11704 33554432000 1073741824 1073778376 140736087072752 140156162061960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=635/tid=649] ppid=633 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/635/task/649/stat : 649 (java) S 633 635 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282681190 9856004096 11704 33554432000 1073741824 1073778376 140736087072752 140156161010704 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=635/tid=650] ppid=633 vsize=9625004 CPUtime=0.28 cores=0,2,4,6
/proc/635/task/650/stat : 650 (java) S 633 635 31312 0 -1 4202560 1692 0 0 0 28 0 0 0 20 0 19 0 282681190 9856004096 11704 33554432000 1073741824 1073778376 140736087072752 140156159957048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=635/tid=651] ppid=633 vsize=9625004 CPUtime=0.22 cores=0,2,4,6
/proc/635/task/651/stat : 651 (java) S 633 635 31312 0 -1 4202560 2089 0 0 0 22 0 0 0 20 0 19 0 282681190 9856004096 11704 33554432000 1073741824 1073778376 140736087072752 140156158904504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=635/tid=652] ppid=633 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/635/task/652/stat : 652 (java) S 633 635 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282681190 9856004096 11704 33554432000 1073741824 1073778376 140736087072752 140156157852152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=635/tid=653] ppid=633 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/635/task/653/stat : 653 (java) S 633 635 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282681190 9856004096 11704 33554432000 1073741824 1073778376 140736087072752 140156156799816 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=635/tid=654] ppid=633 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/635/task/654/stat : 654 (java) S 633 635 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282681202 9856004096 11704 33554432000 1073741824 1073778376 140736087072752 140156155745576 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 9625004

[startup+2.40077 s]
/proc/loadavg: 1.98 2.01 2.00 3/213 654
/proc/meminfo: memFree=31128228/32873844 swapFree=7624/7624
[pid=635] ppid=633 vsize=9625004 CPUtime=2.93 cores=0,2,4,6
/proc/635/stat : 635 (java) S 633 635 31312 0 -1 4202496 7558 0 1 0 291 2 0 0 20 0 19 0 282681184 9856004096 11704 33554432000 1073741824 1073778376 140736087072752 140736087063888 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/635/statm: 2406251 11704 2275 9 0 2396937 0
[pid=635/tid=637] ppid=633 vsize=9625004 CPUtime=2.29 cores=0,2,4,6
/proc/635/task/637/stat : 637 (java) R 633 635 31312 0 -1 4202560 2518 0 1 0 229 0 0 0 20 0 19 0 282681185 9856004096 11704 33554432000 1073741824 1073778376 140736087072752 140156340265384 140156208729182 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=635/tid=638] ppid=633 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/635/task/638/stat : 638 (java) S 633 635 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282681186 9856004096 11704 33554432000 1073741824 1073778376 140736087072752 140156329327272 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=635/tid=639] ppid=633 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/635/task/639/stat : 639 (java) S 633 635 31312 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 282681186 9856004096 11704 33554432000 1073741824 1073778376 140736087072752 140156328274728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=635/tid=640] ppid=633 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/635/task/640/stat : 640 (java) S 633 635 31312 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 282681186 9856004096 11704 33554432000 1073741824 1073778376 140736087072752 140156327222184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=635/tid=641] ppid=633 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/635/task/641/stat : 641 (java) S 633 635 31312 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 282681186 9856004096 11704 33554432000 1073741824 1073778376 140736087072752 140156180577320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=635/tid=642] ppid=633 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/635/task/642/stat : 642 (java) S 633 635 31312 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 282681186 9856004096 11704 33554432000 1073741824 1073778376 140736087072752 140156179523752 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=635/tid=643] ppid=633 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/635/task/643/stat : 643 (java) S 633 635 31312 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 282681186 9856004096 11704 33554432000 1073741824 1073778376 140736087072752 140156178471208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=635/tid=644] ppid=633 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/635/task/644/stat : 644 (java) S 633 635 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282681186 9856004096 11704 33554432000 1073741824 1073778376 140736087072752 140156177418664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=635/tid=645] ppid=633 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/635/task/645/stat : 645 (java) S 633 635 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282681186 9856004096 11704 33554432000 1073741824 1073778376 140736087072752 140156176366120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=635/tid=646] ppid=633 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/635/task/646/stat : 646 (java) S 633 635 31312 0 -1 4202560 31 0 0 0 5 0 0 0 20 0 19 0 282681187 9856004096 11704 33554432000 1073741824 1073778376 140736087072752 140156164168296 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=635/tid=647] ppid=633 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/635/task/647/stat : 647 (java) S 633 635 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282681187 9856004096 11704 33554432000 1073741824 1073778376 140736087072752 140156163114616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=635/tid=648] ppid=633 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/635/task/648/stat : 648 (java) S 633 635 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282681187 9856004096 11704 33554432000 1073741824 1073778376 140736087072752 140156162061960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=635/tid=649] ppid=633 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/635/task/649/stat : 649 (java) S 633 635 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282681190 9856004096 11704 33554432000 1073741824 1073778376 140736087072752 140156161010704 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=635/tid=650] ppid=633 vsize=9625004 CPUtime=0.28 cores=0,2,4,6
/proc/635/task/650/stat : 650 (java) S 633 635 31312 0 -1 4202560 1692 0 0 0 28 0 0 0 20 0 19 0 282681190 9856004096 11704 33554432000 1073741824 1073778376 140736087072752 140156159957048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=635/tid=651] ppid=633 vsize=9625004 CPUtime=0.22 cores=0,2,4,6
/proc/635/task/651/stat : 651 (java) S 633 635 31312 0 -1 4202560 2089 0 0 0 22 0 0 0 20 0 19 0 282681190 9856004096 11704 33554432000 1073741824 1073778376 140736087072752 140156158904504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=635/tid=652] ppid=633 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/635/task/652/stat : 652 (java) S 633 635 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282681190 9856004096 11704 33554432000 1073741824 1073778376 140736087072752 140156157852152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=635/tid=653] ppid=633 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/635/task/653/stat : 653 (java) S 633 635 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282681190 9856004096 11704 33554432000 1073741824 1073778376 140736087072752 140156156799816 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=635/tid=654] ppid=633 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/635/task/654/stat : 654 (java) S 633 635 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282681202 9856004096 11704 33554432000 1073741824 1073778376 140736087072752 140156155745576 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 9625004

Child status: 1
Real time (s): 2.45275
CPU time (s): 2.98454
CPU user time (s): 2.94055
CPU system time (s): 0.043993
CPU usage (%): 121.682
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.94055
system time used= 0.043993
maximum resident set size= 46872
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7575
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= 444
involuntary context switches= 75

runsolver used 0.002999 second user time and 0.023996 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-28 02:39:16
IDJOB=3711271
IDBENCH=48019
IDSOLVER=2289
FILE ID=node130/3711271-1338165556
RUNJOBID= node130-1338158197-31328
PBS_JOBID= 14624537
Free space on /tmp= 71472 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=7-P0=43-P1=107-P2=31-P3=113-P4=127-P5=2-P6=79-B.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-3711271-1338165556/watcher-3711271-1338165556 -o /tmp/evaluation-result-3711271-1338165556/solver-3711271-1338165556 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711271-1338165556.opb

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

MD5SUM BENCH= a998edafd51e17056858d37f83d42bbc
RANDOM SEED=327332237

node130.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.875
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.75
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.875
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.875
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.875
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.86
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.875
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.875
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.92
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.875
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.875
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	: 5228.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31167124 kB
Buffers:          305416 kB
Cached:           483552 kB
SwapCached:         4512 kB
Active:           771944 kB
Inactive:          94960 kB
Active(anon):      67936 kB
Inactive(anon):     9016 kB
Active(file):     704008 kB
Inactive(file):    85944 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099912 kB
Dirty:              1764 kB
Writeback:             0 kB
AnonPages:         84876 kB
Mapped:            19936 kB
Shmem:                 8 kB
Slab:             693316 kB
SReclaimable:     134868 kB
SUnreclaim:       558448 kB
KernelStack:        1616 kB
PageTables:         4540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     697492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     53248 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= 71472 MiB
End job on node130 at 2012-05-28 02:39:18