Trace number 3459167

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2.3.0UNSAT 4.31134 3.91816

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1111225122.opb
MD5SUMa269d12d155d81b32a77ae75b8c56536
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.108982
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables169
Total number of constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1250
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.09	c See www.sat4j.org for details.
0.03/0.10	c version 2.3.1.v20110525
0.03/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.10	c java.vm.version	19.1-b02
0.03/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.10	c sun.arch.data.model	64
0.03/0.10	c java.version		1.6.0_24
0.03/0.10	c os.name		Linux
0.03/0.10	c os.version		2.6.18-164.el5
0.03/0.10	c os.arch		amd64
0.03/0.10	c Free memory 		12995394264
0.03/0.10	c Max memory 		13063553024
0.03/0.10	c Total memory 		13063553024
0.03/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3459167-1307134160.opb
0.09/0.12	c reading problem ... 
0.09/0.17	c ... done. Wall clock time 0.051s.
0.09/0.17	c #vars     169
0.09/0.17	c #constraints  101
0.09/0.17	c constraints type 
0.09/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.09/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.09/0.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.09/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.65/0.48	c cleaning 2495 clauses out of 5000 with flag 5000/5000
1.03/0.70	c cleaning 4251 clauses out of 8505 with flag 11000/11000
1.23/0.98	c cleaning 5623 clauses out of 11256 with flag 18002/18002
1.53/1.29	c cleaning 6809 clauses out of 13631 with flag 26000/26000
1.96/1.66	c cleaning 7907 clauses out of 15822 with flag 35000/35000
2.36/2.08	c cleaning 8957 clauses out of 17917 with flag 45002/45002
2.76/2.47	c cleaning 9475 clauses out of 18958 with flag 55000/55000
3.16/2.86	c cleaning 9739 clauses out of 19483 with flag 65000/65000
3.57/3.23	c cleaning 9870 clauses out of 19744 with flag 75000/75000
3.96/3.65	c cleaning 9933 clauses out of 19874 with flag 85000/85000
4.29/3.90	c starts		: 89
4.29/3.90	c conflicts		: 92062
4.29/3.90	c decisions		: 132602
4.29/3.90	c propagations		: 2088412
4.29/3.90	c inspects		: 31854127
4.29/3.90	c shortcuts		: 0
4.29/3.90	c learnt literals	: 6
4.29/3.90	c learnt binary clauses	: 18
4.29/3.90	c learnt ternary clauses	: 103
4.29/3.90	c learnt constraints	: 92055
4.29/3.90	c ignored constraints	: 0
4.29/3.90	c root simplifications	: 0
4.29/3.90	c removed literals (reason simplification)	: 886878
4.29/3.90	c reason swapping (by a shorter reason)	: 0
4.29/3.90	c Calls to reduceDB	: 10
4.29/3.90	c number of reductions to clauses (during analyze)	: 0
4.29/3.90	c number of learned constraints concerned by reduction	: 0
4.29/3.90	c number of learning phase by resolution	: 0
4.29/3.90	c number of learning phase by cutting planes	: 0
4.29/3.90	c speed (assignments/second)	: 560046.1249664789
4.29/3.90	c non guided choices	48
4.29/3.91	c learnt constraints type 
4.29/3.91	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 18
4.29/3.91	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 16978
4.29/3.91	c constraints type 
4.29/3.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
4.29/3.91	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
4.29/3.91	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
4.29/3.91	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
4.29/3.91	s UNSATISFIABLE
4.29/3.91	c Total wall clock time (in seconds): 3.792

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3459167-1307134160/watcher-3459167-1307134160 -o /tmp/evaluation-result-3459167-1307134160/solver-3459167-1307134160 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459167-1307134160.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.43 2.52 3.08 3/464 17051
/proc/meminfo: memFree=31327600/32950928 swapFree=34365992/67111528
[pid=17051] ppid=17049 vsize=13508980 CPUtime=0 cores=1,3,5,7
/proc/17051/stat : 17051 (java) S 17049 17051 12983 0 -1 4202496 2247 0 1 0 0 0 0 0 25 0 2 0 825014742 13833195520 1949 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606669285 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/17051/statm: 3377245 1964 906 9 0 3368401 0
[pid=17051/tid=17052] ppid=17049 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17052/stat : 17052 (java) R 17049 17051 12983 0 -1 4202560 5491 0 1 0 0 0 0 0 25 0 2 0 825014742 13850947584 6307 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235594560571 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0403301 s]
/proc/loadavg: 2.43 2.52 3.08 3/464 17051
/proc/meminfo: memFree=31327600/32950928 swapFree=34365992/67111528
[pid=17051] ppid=17049 vsize=13549480 CPUtime=0.03 cores=1,3,5,7
/proc/17051/stat : 17051 (java) S 17049 17051 12983 0 -1 4202496 13598 0 1 0 2 1 0 0 25 0 13 0 825014742 13874667520 13296 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606669285 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/17051/statm: 3387370 13302 1638 9 0 3378118 0
[pid=17051/tid=17052] ppid=17049 vsize=13549480 CPUtime=0.03 cores=1,3,5,7
/proc/17051/task/17052/stat : 17052 (java) S 17049 17051 12983 0 -1 4202560 12457 0 1 0 2 1 0 0 25 0 13 0 825014742 13874667520 13302 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235594886726 0 4 0 16784584 4207696584202256384 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13549480

[startup+0.102206 s]
/proc/loadavg: 2.43 2.52 3.08 3/464 17051
/proc/meminfo: memFree=31327600/32950928 swapFree=34365992/67111528
[pid=17051] ppid=17049 vsize=13621844 CPUtime=0.09 cores=1,3,5,7
/proc/17051/stat : 17051 (java) S 17049 17051 12983 0 -1 4202496 15381 0 1 0 7 2 0 0 25 0 18 0 825014742 13948768256 15077 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/17051/statm: 3405461 15078 2092 9 0 3396195 0
[pid=17051/tid=17052] ppid=17049 vsize=13621844 CPUtime=0.07 cores=1,3,5,7
/proc/17051/task/17052/stat : 17052 (java) R 17049 17051 12983 0 -1 4202560 13504 0 1 0 6 1 0 0 22 0 18 0 825014742 13948768256 15078 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 47104260715267 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13621844

[startup+0.300224 s]
/proc/loadavg: 2.43 2.52 3.08 3/464 17051
/proc/meminfo: memFree=31327600/32950928 swapFree=34365992/67111528
[pid=17051] ppid=17049 vsize=13625052 CPUtime=0.53 cores=1,3,5,7
/proc/17051/stat : 17051 (java) S 17049 17051 12983 0 -1 4202496 18568 0 1 0 51 2 0 0 25 0 19 0 825014742 13952053248 17271 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/17051/statm: 3406263 17271 2215 9 0 3396997 0
[pid=17051/tid=17052] ppid=17049 vsize=13625052 CPUtime=0.28 cores=1,3,5,7
/proc/17051/task/17052/stat : 17052 (java) R 17049 17051 12983 0 -1 4202560 14197 0 1 0 26 2 0 0 23 0 19 0 825014742 13952053248 17271 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 46912505615487 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 13625052

[startup+0.700151 s]
/proc/loadavg: 2.43 2.52 3.08 3/464 17051
/proc/meminfo: memFree=31327600/32950928 swapFree=34365992/67111528
[pid=17051] ppid=17049 vsize=13624604 CPUtime=1.03 cores=1,3,5,7
/proc/17051/stat : 17051 (java) S 17049 17051 12983 0 -1 4202496 19233 0 1 0 101 2 0 0 25 0 19 0 825014742 13951594496 17796 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/17051/statm: 3406151 17796 2247 9 0 3396885 0
[pid=17051/tid=17052] ppid=17049 vsize=13624604 CPUtime=0.66 cores=1,3,5,7
/proc/17051/task/17052/stat : 17052 (java) R 17049 17051 12983 0 -1 4202560 14413 0 1 0 64 2 0 0 25 0 19 0 825014742 13951594496 17796 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 46912505366563 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 13624604

[startup+1.50101 s]
/proc/loadavg: 2.43 2.52 3.08 3/483 17070
/proc/meminfo: memFree=31262180/32950928 swapFree=34365992/67111528
[pid=17051] ppid=17049 vsize=13624604 CPUtime=1.86 cores=1,3,5,7
/proc/17051/stat : 17051 (java) S 17049 17051 12983 0 -1 4202496 19820 0 1 0 184 2 0 0 25 0 19 0 825014742 13951594496 18380 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/17051/statm: 3406151 18380 2248 9 0 3396885 0
[pid=17051/tid=17052] ppid=17049 vsize=13624604 CPUtime=1.42 cores=1,3,5,7
/proc/17051/task/17052/stat : 17052 (java) R 17049 17051 12983 0 -1 4202560 14414 0 1 0 140 2 0 0 25 0 19 0 825014742 13951594496 18380 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 46912505615463 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=17051/tid=17054] ppid=17049 vsize=13624604 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17054/stat : 17054 (java) S 17049 17051 12983 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 19 0 825014744 13951594496 18380 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606682521 0 4 0 16800975 18446604457712779648 0 0 -1 7 0 0 0
[pid=17051/tid=17055] ppid=17049 vsize=13624604 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17055/stat : 17055 (java) S 17049 17051 12983 0 -1 4202560 87 0 0 0 0 0 0 0 15 0 19 0 825014744 13951594496 18380 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606682521 0 4 0 16800975 18446604457712779648 0 0 -1 1 0 0 0
[pid=17051/tid=17056] ppid=17049 vsize=13624604 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17056/stat : 17056 (java) S 17049 17051 12983 0 -1 4202560 86 0 0 0 0 0 0 0 15 0 19 0 825014744 13951594496 18380 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606682521 0 4 0 16800975 18446604457712779648 0 0 -1 7 0 0 0
[pid=17051/tid=17057] ppid=17049 vsize=13624604 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17057/stat : 17057 (java) S 17049 17051 12983 0 -1 4202560 33 0 0 0 0 0 0 0 15 0 19 0 825014744 13951594496 18380 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606682521 0 4 0 16800975 18446604457712779648 0 0 -1 7 0 0 0
[pid=17051/tid=17058] ppid=17049 vsize=13624604 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17058/stat : 17058 (java) S 17049 17051 12983 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 19 0 825014744 13951594496 18380 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606682521 0 4 0 16800975 18446604457712779648 0 0 -1 1 0 0 0
[pid=17051/tid=17059] ppid=17049 vsize=13624604 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17059/stat : 17059 (java) S 17049 17051 12983 0 -1 4202560 31 0 0 0 0 0 0 0 15 0 19 0 825014744 13951594496 18380 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606682521 0 4 0 16800975 18446604457712779648 0 0 -1 7 0 0 0
[pid=17051/tid=17060] ppid=17049 vsize=13624604 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17060/stat : 17060 (java) S 17049 17051 12983 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 19 0 825014744 13951594496 18380 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606682521 0 4 0 16800975 18446604457712779648 0 0 -1 7 0 0 0
[pid=17051/tid=17061] ppid=17049 vsize=13624604 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17061/stat : 17061 (java) S 17049 17051 12983 0 -1 4202560 156 0 0 0 0 0 0 0 15 0 19 0 825014744 13951594496 18380 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606682521 0 4 0 16800975 18446604457712779648 0 0 -1 7 0 0 0
[pid=17051/tid=17062] ppid=17049 vsize=13624604 CPUtime=0.05 cores=1,3,5,7
/proc/17051/task/17062/stat : 17062 (java) S 17049 17051 12983 0 -1 4202560 411 0 0 0 5 0 0 0 16 0 19 0 825014745 13951594496 18380 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606683136 0 0 0 16800975 18446604457712779648 0 0 -1 5 0 0 0
[pid=17051/tid=17063] ppid=17049 vsize=13624604 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17063/stat : 17063 (java) S 17049 17051 12983 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 825014746 13951594496 18380 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606682521 0 4 0 16800975 18446604457712779648 0 0 -1 3 0 0 0
[pid=17051/tid=17064] ppid=17049 vsize=13624604 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17064/stat : 17064 (java) S 17049 17051 12983 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 825014746 13951594496 18380 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606682521 0 4 0 16800975 18446604457712779648 0 0 -1 3 0 0 0
[pid=17051/tid=17065] ppid=17049 vsize=13624604 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17065/stat : 17065 (java) S 17049 17051 12983 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 825014749 13951594496 18380 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606690225 0 4 0 16800975 18446604457712779648 0 0 -1 3 0 0 0
[pid=17051/tid=17066] ppid=17049 vsize=13624604 CPUtime=0.22 cores=1,3,5,7
/proc/17051/task/17066/stat : 17066 (java) S 17049 17051 12983 0 -1 4202560 2047 0 0 0 22 0 0 0 15 0 19 0 825014749 13951594496 18380 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606682521 0 4 0 16800975 18446604457712779648 0 0 -1 3 0 0 0
[pid=17051/tid=17067] ppid=17049 vsize=13624604 CPUtime=0.14 cores=1,3,5,7
/proc/17051/task/17067/stat : 17067 (java) S 17049 17051 12983 0 -1 4202560 1234 0 0 0 14 0 0 0 15 0 19 0 825014749 13951594496 18380 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606682521 0 4 0 16800975 18446604457712779648 0 0 -1 1 0 0 0
[pid=17051/tid=17068] ppid=17049 vsize=13624604 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17068/stat : 17068 (java) S 17049 17051 12983 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 825014749 13951594496 18380 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606682521 0 4 0 16800975 18446604457712779648 0 0 -1 3 0 0 0
[pid=17051/tid=17069] ppid=17049 vsize=13624604 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17069/stat : 17069 (java) S 17049 17051 12983 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825014749 13951594496 18380 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606683136 0 4 0 16800975 18446604457712779648 0 0 -1 7 0 0 0
[pid=17051/tid=17070] ppid=17049 vsize=13624604 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17070/stat : 17070 (java) S 17049 17051 12983 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 825014759 13951594496 18380 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606683136 0 4 0 16800975 18446604457712779648 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 13624604

[startup+3.10073 s]
/proc/loadavg: 2.43 2.52 3.08 3/483 17070
/proc/meminfo: memFree=31260116/32950928 swapFree=34365992/67111528
[pid=17051] ppid=17049 vsize=13624604 CPUtime=3.46 cores=1,3,5,7
/proc/17051/stat : 17051 (java) S 17049 17051 12983 0 -1 4202496 20080 0 1 0 344 2 0 0 25 0 19 0 825014742 13951594496 18636 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/17051/statm: 3406151 18636 2248 9 0 3396885 0
[pid=17051/tid=17052] ppid=17049 vsize=13624604 CPUtime=2.95 cores=1,3,5,7
/proc/17051/task/17052/stat : 17052 (java) R 17049 17051 12983 0 -1 4202560 14418 0 1 0 293 2 0 0 25 0 19 0 825014742 13951594496 18636 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 46912505606179 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=17051/tid=17054] ppid=17049 vsize=13624604 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17054/stat : 17054 (java) S 17049 17051 12983 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 19 0 825014744 13951594496 18636 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606682521 0 4 0 16800975 18446604457712779648 0 0 -1 5 0 0 0
[pid=17051/tid=17055] ppid=17049 vsize=13624604 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17055/stat : 17055 (java) S 17049 17051 12983 0 -1 4202560 89 0 0 0 0 0 0 0 15 0 19 0 825014744 13951594496 18636 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606682521 0 4 0 16800975 18446604457712779648 0 0 -1 1 0 0 0
[pid=17051/tid=17056] ppid=17049 vsize=13624604 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17056/stat : 17056 (java) S 17049 17051 12983 0 -1 4202560 88 0 0 0 0 0 0 0 15 0 19 0 825014744 13951594496 18636 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606682521 0 4 0 16800975 18446604457712779648 0 0 -1 7 0 0 0
[pid=17051/tid=17057] ppid=17049 vsize=13624604 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17057/stat : 17057 (java) S 17049 17051 12983 0 -1 4202560 33 0 0 0 0 0 0 0 15 0 19 0 825014744 13951594496 18636 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606682521 0 4 0 16800975 18446604457712779648 0 0 -1 3 0 0 0
[pid=17051/tid=17058] ppid=17049 vsize=13624604 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17058/stat : 17058 (java) S 17049 17051 12983 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 19 0 825014744 13951594496 18636 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606682521 0 4 0 16800975 18446604457712779648 0 0 -1 1 0 0 0
[pid=17051/tid=17059] ppid=17049 vsize=13624604 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17059/stat : 17059 (java) S 17049 17051 12983 0 -1 4202560 31 0 0 0 0 0 0 0 15 0 19 0 825014744 13951594496 18636 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606682521 0 4 0 16800975 18446604457712779648 0 0 -1 7 0 0 0
[pid=17051/tid=17060] ppid=17049 vsize=13624604 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17060/stat : 17060 (java) S 17049 17051 12983 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 19 0 825014744 13951594496 18636 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606682521 0 4 0 16800975 18446604457712779648 0 0 -1 7 0 0 0
[pid=17051/tid=17061] ppid=17049 vsize=13624604 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17061/stat : 17061 (java) S 17049 17051 12983 0 -1 4202560 171 0 0 0 0 0 0 0 16 0 19 0 825014744 13951594496 18636 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606682521 0 4 0 16800975 18446604457712779648 0 0 -1 7 0 0 0
[pid=17051/tid=17062] ppid=17049 vsize=13624604 CPUtime=0.11 cores=1,3,5,7
/proc/17051/task/17062/stat : 17062 (java) S 17049 17051 12983 0 -1 4202560 627 0 0 0 11 0 0 0 16 0 19 0 825014745 13951594496 18636 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606683136 0 0 0 16800975 18446604457712779648 0 0 -1 5 0 0 0
[pid=17051/tid=17063] ppid=17049 vsize=13624604 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17063/stat : 17063 (java) S 17049 17051 12983 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 825014746 13951594496 18636 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606682521 0 4 0 16800975 18446604457712779648 0 0 -1 3 0 0 0
[pid=17051/tid=17064] ppid=17049 vsize=13624604 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17064/stat : 17064 (java) S 17049 17051 12983 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 825014746 13951594496 18636 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606682521 0 4 0 16800975 18446604457712779648 0 0 -1 3 0 0 0
[pid=17051/tid=17065] ppid=17049 vsize=13624604 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17065/stat : 17065 (java) S 17049 17051 12983 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 825014749 13951594496 18636 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606690225 0 4 0 16800975 18446604457712779648 0 0 -1 3 0 0 0
[pid=17051/tid=17066] ppid=17049 vsize=13624604 CPUtime=0.22 cores=1,3,5,7
/proc/17051/task/17066/stat : 17066 (java) S 17049 17051 12983 0 -1 4202560 2047 0 0 0 22 0 0 0 15 0 19 0 825014749 13951594496 18636 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606682521 0 4 0 16800975 18446604457712779648 0 0 -1 3 0 0 0
[pid=17051/tid=17067] ppid=17049 vsize=13624604 CPUtime=0.14 cores=1,3,5,7
/proc/17051/task/17067/stat : 17067 (java) S 17049 17051 12983 0 -1 4202560 1234 0 0 0 14 0 0 0 15 0 19 0 825014749 13951594496 18636 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606682521 0 4 0 16800975 18446604457712779648 0 0 -1 1 0 0 0
[pid=17051/tid=17068] ppid=17049 vsize=13624604 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17068/stat : 17068 (java) S 17049 17051 12983 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 825014749 13951594496 18636 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606682521 0 4 0 16800975 18446604457712779648 0 0 -1 3 0 0 0
[pid=17051/tid=17069] ppid=17049 vsize=13624604 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17069/stat : 17069 (java) S 17049 17051 12983 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825014749 13951594496 18636 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606683136 0 4 0 16800975 18446604457712779648 0 0 -1 7 0 0 0
[pid=17051/tid=17070] ppid=17049 vsize=13624604 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17070/stat : 17070 (java) S 17049 17051 12983 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 825014759 13951594496 18636 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606683136 0 4 0 16800975 18446604457712779648 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 13624604

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

[startup+3.50066 s]
/proc/loadavg: 2.43 2.52 3.08 3/483 17070
/proc/meminfo: memFree=31259744/32950928 swapFree=34365992/67111528
[pid=17051] ppid=17049 vsize=13624604 CPUtime=3.86 cores=1,3,5,7
/proc/17051/stat : 17051 (java) S 17049 17051 12983 0 -1 4202496 20081 0 1 0 384 2 0 0 25 0 19 0 825014742 13951594496 18636 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/17051/statm: 3406151 18636 2248 9 0 3396885 0
[pid=17051/tid=17052] ppid=17049 vsize=13624604 CPUtime=3.34 cores=1,3,5,7
/proc/17051/task/17052/stat : 17052 (java) R 17049 17051 12983 0 -1 4202560 14419 0 1 0 332 2 0 0 25 0 19 0 825014742 13951594496 18636 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 46912505588932 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=17051/tid=17054] ppid=17049 vsize=13624604 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17054/stat : 17054 (java) S 17049 17051 12983 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 19 0 825014744 13951594496 18636 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606682521 0 4 0 16800975 18446604457712779648 0 0 -1 7 0 0 0
[pid=17051/tid=17055] ppid=17049 vsize=13624604 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17055/stat : 17055 (java) S 17049 17051 12983 0 -1 4202560 89 0 0 0 0 0 0 0 16 0 19 0 825014744 13951594496 18636 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606682521 0 4 0 16800975 18446604457712779648 0 0 -1 1 0 0 0
[pid=17051/tid=17056] ppid=17049 vsize=13624604 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17056/stat : 17056 (java) S 17049 17051 12983 0 -1 4202560 88 0 0 0 0 0 0 0 15 0 19 0 825014744 13951594496 18636 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606682521 0 4 0 16800975 18446604457712779648 0 0 -1 7 0 0 0
[pid=17051/tid=17057] ppid=17049 vsize=13624604 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17057/stat : 17057 (java) S 17049 17051 12983 0 -1 4202560 33 0 0 0 0 0 0 0 15 0 19 0 825014744 13951594496 18636 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606682521 0 4 0 16800975 18446604457712779648 0 0 -1 3 0 0 0
[pid=17051/tid=17058] ppid=17049 vsize=13624604 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17058/stat : 17058 (java) S 17049 17051 12983 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 19 0 825014744 13951594496 18636 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606682521 0 4 0 16800975 18446604457712779648 0 0 -1 1 0 0 0
[pid=17051/tid=17059] ppid=17049 vsize=13624604 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17059/stat : 17059 (java) S 17049 17051 12983 0 -1 4202560 31 0 0 0 0 0 0 0 15 0 19 0 825014744 13951594496 18636 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606682521 0 4 0 16800975 18446604457712779648 0 0 -1 7 0 0 0
[pid=17051/tid=17060] ppid=17049 vsize=13624604 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17060/stat : 17060 (java) S 17049 17051 12983 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 19 0 825014744 13951594496 18636 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606682521 0 4 0 16800975 18446604457712779648 0 0 -1 3 0 0 0
[pid=17051/tid=17061] ppid=17049 vsize=13624604 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17061/stat : 17061 (java) S 17049 17051 12983 0 -1 4202560 171 0 0 0 0 0 0 0 16 0 19 0 825014744 13951594496 18636 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606682521 0 4 0 16800975 18446604457712779648 0 0 -1 7 0 0 0
[pid=17051/tid=17062] ppid=17049 vsize=13624604 CPUtime=0.12 cores=1,3,5,7
/proc/17051/task/17062/stat : 17062 (java) S 17049 17051 12983 0 -1 4202560 627 0 0 0 12 0 0 0 16 0 19 0 825014745 13951594496 18636 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606683136 0 0 0 16800975 18446604457712779648 0 0 -1 5 0 0 0
[pid=17051/tid=17063] ppid=17049 vsize=13624604 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17063/stat : 17063 (java) S 17049 17051 12983 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 825014746 13951594496 18636 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606682521 0 4 0 16800975 18446604457712779648 0 0 -1 3 0 0 0
[pid=17051/tid=17064] ppid=17049 vsize=13624604 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17064/stat : 17064 (java) S 17049 17051 12983 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 825014746 13951594496 18636 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606682521 0 4 0 16800975 18446604457712779648 0 0 -1 3 0 0 0
[pid=17051/tid=17065] ppid=17049 vsize=13624604 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17065/stat : 17065 (java) S 17049 17051 12983 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 825014749 13951594496 18636 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606690225 0 4 0 16800975 18446604457712779648 0 0 -1 3 0 0 0
[pid=17051/tid=17066] ppid=17049 vsize=13624604 CPUtime=0.22 cores=1,3,5,7
/proc/17051/task/17066/stat : 17066 (java) S 17049 17051 12983 0 -1 4202560 2047 0 0 0 22 0 0 0 15 0 19 0 825014749 13951594496 18636 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606682521 0 4 0 16800975 18446604457712779648 0 0 -1 3 0 0 0
[pid=17051/tid=17067] ppid=17049 vsize=13624604 CPUtime=0.14 cores=1,3,5,7
/proc/17051/task/17067/stat : 17067 (java) S 17049 17051 12983 0 -1 4202560 1234 0 0 0 14 0 0 0 15 0 19 0 825014749 13951594496 18636 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606682521 0 4 0 16800975 18446604457712779648 0 0 -1 1 0 0 0
[pid=17051/tid=17068] ppid=17049 vsize=13624604 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17068/stat : 17068 (java) S 17049 17051 12983 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 825014749 13951594496 18636 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606682521 0 4 0 16800975 18446604457712779648 0 0 -1 3 0 0 0
[pid=17051/tid=17069] ppid=17049 vsize=13624604 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17069/stat : 17069 (java) S 17049 17051 12983 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825014749 13951594496 18636 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606683136 0 4 0 16800975 18446604457712779648 0 0 -1 7 0 0 0
[pid=17051/tid=17070] ppid=17049 vsize=13624604 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17070/stat : 17070 (java) S 17049 17051 12983 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 825014759 13951594496 18636 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606683136 0 4 0 16800975 18446604457712779648 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.86
Current children cumulated vsize (KiB) 13624604

[startup+3.90065 s]
/proc/loadavg: 2.43 2.52 3.08 3/483 17070
/proc/meminfo: memFree=31259744/32950928 swapFree=34365992/67111528
[pid=17051] ppid=17049 vsize=13624900 CPUtime=4.29 cores=1,3,5,7
/proc/17051/stat : 17051 (java) S 17049 17051 12983 0 -1 4202496 20134 0 1 0 426 3 0 0 25 0 19 0 825014742 13951897600 18688 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/17051/statm: 3406225 18688 2248 9 0 3396959 0
[pid=17051/tid=17052] ppid=17049 vsize=13624900 CPUtime=3.72 cores=1,3,5,7
/proc/17051/task/17052/stat : 17052 (java) R 17049 17051 12983 0 -1 4202560 14422 0 1 0 370 2 0 0 25 0 19 0 825014742 13951897600 18688 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 46912505504752 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=17051/tid=17054] ppid=17049 vsize=13624900 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17054/stat : 17054 (java) S 17049 17051 12983 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 19 0 825014744 13951897600 18688 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606682521 0 4 0 16800975 18446604457712779648 0 0 -1 7 0 0 0
[pid=17051/tid=17055] ppid=17049 vsize=13624900 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17055/stat : 17055 (java) S 17049 17051 12983 0 -1 4202560 89 0 0 0 0 0 0 0 15 0 19 0 825014744 13951897600 18688 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606682521 0 4 0 16800975 18446604457712779648 0 0 -1 3 0 0 0
[pid=17051/tid=17056] ppid=17049 vsize=13624900 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17056/stat : 17056 (java) S 17049 17051 12983 0 -1 4202560 88 0 0 0 0 0 0 0 15 0 19 0 825014744 13951897600 18688 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606682521 0 4 0 16800975 18446604457712779648 0 0 -1 7 0 0 0
[pid=17051/tid=17057] ppid=17049 vsize=13624900 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17057/stat : 17057 (java) S 17049 17051 12983 0 -1 4202560 33 0 0 0 0 0 0 0 15 0 19 0 825014744 13951897600 18688 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606682521 0 4 0 16800975 18446604457712779648 0 0 -1 3 0 0 0
[pid=17051/tid=17058] ppid=17049 vsize=13624900 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17058/stat : 17058 (java) S 17049 17051 12983 0 -1 4202560 23 0 0 0 0 0 0 0 16 0 19 0 825014744 13951897600 18688 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606682521 0 4 0 16800975 18446604457712779648 0 0 -1 1 0 0 0
[pid=17051/tid=17059] ppid=17049 vsize=13624900 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17059/stat : 17059 (java) S 17049 17051 12983 0 -1 4202560 31 0 0 0 0 0 0 0 15 0 19 0 825014744 13951897600 18688 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606682521 0 4 0 16800975 18446604457712779648 0 0 -1 7 0 0 0
[pid=17051/tid=17060] ppid=17049 vsize=13624900 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17060/stat : 17060 (java) S 17049 17051 12983 0 -1 4202560 74 0 0 0 0 0 0 0 16 0 19 0 825014744 13951897600 18688 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606682521 0 4 0 16800975 18446604457712779648 0 0 -1 3 0 0 0
[pid=17051/tid=17061] ppid=17049 vsize=13624900 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17061/stat : 17061 (java) S 17049 17051 12983 0 -1 4202560 171 0 0 0 0 0 0 0 16 0 19 0 825014744 13951897600 18688 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606682521 0 4 0 16800975 18446604457712779648 0 0 -1 7 0 0 0
[pid=17051/tid=17062] ppid=17049 vsize=13624900 CPUtime=0.13 cores=1,3,5,7
/proc/17051/task/17062/stat : 17062 (java) S 17049 17051 12983 0 -1 4202560 630 0 0 0 13 0 0 0 15 0 19 0 825014745 13951897600 18688 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606683136 0 0 0 16800975 18446604457712779648 0 0 -1 5 0 0 0
[pid=17051/tid=17063] ppid=17049 vsize=13624900 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17063/stat : 17063 (java) S 17049 17051 12983 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 825014746 13951897600 18688 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606682521 0 4 0 16800975 18446604457712779648 0 0 -1 3 0 0 0
[pid=17051/tid=17064] ppid=17049 vsize=13624900 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17064/stat : 17064 (java) S 17049 17051 12983 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 825014746 13951897600 18688 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606682521 0 4 0 16800975 18446604457712779648 0 0 -1 3 0 0 0
[pid=17051/tid=17065] ppid=17049 vsize=13624900 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17065/stat : 17065 (java) S 17049 17051 12983 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 825014749 13951897600 18688 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606690225 0 4 0 16800975 18446604457712779648 0 0 -1 3 0 0 0
[pid=17051/tid=17066] ppid=17049 vsize=13624900 CPUtime=0.22 cores=1,3,5,7
/proc/17051/task/17066/stat : 17066 (java) S 17049 17051 12983 0 -1 4202560 2047 0 0 0 22 0 0 0 15 0 19 0 825014749 13951897600 18688 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606682521 0 4 0 16800975 18446604457712779648 0 0 -1 3 0 0 0
[pid=17051/tid=17067] ppid=17049 vsize=13624900 CPUtime=0.16 cores=1,3,5,7
/proc/17051/task/17067/stat : 17067 (java) S 17049 17051 12983 0 -1 4202560 1281 0 0 0 16 0 0 0 15 0 19 0 825014749 13951897600 18688 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606682521 0 4 0 16800975 18446604457712779648 0 0 -1 1 0 0 0
[pid=17051/tid=17068] ppid=17049 vsize=13624900 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17068/stat : 17068 (java) S 17049 17051 12983 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 825014749 13951897600 18688 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606682521 0 4 0 16800975 18446604457712779648 0 0 -1 3 0 0 0
[pid=17051/tid=17069] ppid=17049 vsize=13624900 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17069/stat : 17069 (java) S 17049 17051 12983 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825014749 13951897600 18688 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606683136 0 4 0 16800975 18446604457712779648 0 0 -1 7 0 0 0
[pid=17051/tid=17070] ppid=17049 vsize=13624900 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17070/stat : 17070 (java) S 17049 17051 12983 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 825014759 13951897600 18688 33554432000 1073741824 1073778376 140734949978192 18446744073709551615 235606683136 0 4 0 16800975 18446604457712779648 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.29
Current children cumulated vsize (KiB) 13624900

Child status: 20
Real time (s): 3.91816
CPU time (s): 4.31134
CPU user time (s): 4.27735
CPU system time (s): 0.033994
CPU usage (%): 110.035
Max. virtual memory (cumulated for all children) (KiB): 13625052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.27735
system time used= 0.033994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20165
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 524
involuntary context switches= 139

runsolver used 0.012998 second user time and 0.052991 second system time

The end

Launcher Data

Begin job on node120 at 2011-06-03 22:49:20
IDJOB=3459167
IDBENCH=1236
IDSOLVER=1952
FILE ID=node120/3459167-1307134160
RUNJOBID= node120-1307134082-15999
PBS_JOBID= 13508796
Free space on /tmp= 73812 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111225122.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3459167-1307134160/watcher-3459167-1307134160 -o /tmp/evaluation-result-3459167-1307134160/solver-3459167-1307134160 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459167-1307134160.opb

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

MD5SUM BENCH= a269d12d155d81b32a77ae75b8c56536
RANDOM SEED=285540737

node120.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31327880 kB
Buffers:        277620 kB
Cached:         962780 kB
SwapCached:      12852 kB
Active:         394124 kB
Inactive:       936468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31327880 kB
SwapTotal:    67111528 kB
SwapFree:     34365992 kB
Dirty:            1272 kB
Writeback:           0 kB
AnonPages:       87420 kB
Mapped:          17456 kB
Slab:           133888 kB
PageTables:      91548 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 118812560 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73812 MiB
End job on node120 at 2011-06-03 22:49:24