Trace number 3454851

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 Res//CP 2.3.0UNSAT 6.21905 2.86748

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900564824.opb
MD5SUMba7629ec9d43ef12b6ab9587104e8a0f
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.508922
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 813
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
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 lightweight component caching from RSAT taking into account the objective function
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=false
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
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 taking into account the objective function
0.10/0.12	c No 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=false
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3454851-1307187302.opb
0.10/0.12	c reading problem ... 
0.47/0.33	c ... done. Wall clock time 0.208s.
0.47/0.33	c #vars     231
0.47/0.33	c #constraints  2707
0.47/0.33	c constraints type 
0.47/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.47/0.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.47/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.47/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.47/0.33	c constraints type 
0.47/0.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.47/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.47/0.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.47/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1.97/0.80	c cleaning 2498 clauses out of 5001 with flag 5001/5001
3.14/1.09	c cleaning 4249 clauses out of 8502 with flag 11000/11000
4.06/1.47	c cleaning 5625 clauses out of 11253 with flag 18000/18000
5.17/1.90	c cleaning 6812 clauses out of 13628 with flag 26000/26000
6.02/2.39	c  And the winner is Resolution
6.18/2.84	c starts		: 61
6.18/2.84	c conflicts		: 34400
6.18/2.84	c decisions		: 64804
6.18/2.84	c propagations		: 1582759
6.18/2.84	c inspects		: 16803911
6.18/2.84	c shortcuts		: 0
6.18/2.84	c learnt literals	: 5
6.18/2.84	c learnt binary clauses	: 18
6.18/2.84	c learnt ternary clauses	: 95
6.18/2.84	c learnt constraints	: 34394
6.18/2.84	c ignored constraints	: 0
6.18/2.84	c root simplifications	: 0
6.18/2.84	c removed literals (reason simplification)	: 132125
6.18/2.84	c reason swapping (by a shorter reason)	: 0
6.18/2.84	c Calls to reduceDB	: 4
6.18/2.84	c number of reductions to clauses (during analyze)	: 0
6.18/2.84	c number of learned constraints concerned by reduction	: 0
6.18/2.84	c number of learning phase by resolution	: 0
6.18/2.84	c number of learning phase by cutting planes	: 0
6.18/2.84	c speed (assignments/second)	: 630330.1473516527
6.18/2.84	c non guided choices	153
6.18/2.85	c learnt constraints type 
6.18/2.85	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 18
6.18/2.85	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 15192
6.18/2.85	c constraints type 
6.18/2.85	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
6.18/2.85	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
6.18/2.85	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
6.18/2.85	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
6.18/2.85	c constraints type 
6.18/2.85	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
6.18/2.85	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
6.18/2.85	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
6.18/2.85	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
6.18/2.85	s UNSATISFIABLE
6.18/2.85	c Total wall clock time (in seconds): 2.727

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-3454851-1307187302/watcher-3454851-1307187302 -o /tmp/evaluation-result-3454851-1307187302/solver-3454851-1307187302 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454851-1307187302.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: 3.60 3.62 3.10 2/538 18515
/proc/meminfo: memFree=20994404/32950928 swapFree=34259960/67111528
[pid=18515] ppid=18513 vsize=10430980 CPUtime=0 cores=1,3,5,7
/proc/18515/stat : 18515 (java) S 18513 18515 15618 0 -1 4202496 2597 0 1 0 0 0 0 0 25 0 2 0 830326902 10681323520 2299 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512494565 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/18515/statm: 2607745 2314 906 9 0 2598901 0
[pid=18515/tid=18516] ppid=18513 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/18515/task/18516/stat : 18516 (java) R 18513 18515 15618 0 -1 4202560 4808 0 1 0 0 0 0 0 25 0 2 0 830326902 10694979584 5624 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254500385851 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.108713 s]
/proc/loadavg: 3.60 3.62 3.10 2/538 18515
/proc/meminfo: memFree=20994404/32950928 swapFree=34259960/67111528
[pid=18515] ppid=18513 vsize=10540116 CPUtime=0.1 cores=1,3,5,7
/proc/18515/stat : 18515 (java) S 18513 18515 15618 0 -1 4202496 13038 0 1 0 8 2 0 0 25 0 18 0 830326902 10793078784 12735 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18515/statm: 2635029 12739 2093 9 0 2625763 0
[pid=18515/tid=18516] ppid=18513 vsize=10540116 CPUtime=0.09 cores=1,3,5,7
/proc/18515/task/18516/stat : 18516 (java) R 18513 18515 15618 0 -1 4202560 11121 0 1 0 7 2 0 0 18 0 18 0 830326902 10793078784 12740 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254500353057 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540116

[startup+0.200697 s]
/proc/loadavg: 3.60 3.62 3.10 2/538 18515
/proc/meminfo: memFree=20994404/32950928 swapFree=34259960/67111528
[pid=18515] ppid=18513 vsize=10540644 CPUtime=0.23 cores=1,3,5,7
/proc/18515/stat : 18515 (java) S 18513 18515 15618 0 -1 4202496 13899 0 1 0 21 2 0 0 25 0 18 0 830326902 10793619456 13596 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18515/statm: 2635161 13597 2166 9 0 2625895 0
[pid=18515/tid=18516] ppid=18513 vsize=10540644 CPUtime=0.17 cores=1,3,5,7
/proc/18515/task/18516/stat : 18516 (java) R 18513 18515 15618 0 -1 4202560 11774 0 1 0 15 2 0 0 18 0 18 0 830326902 10793619456 13597 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 46946246023988 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 10540644

[startup+0.301165 s]
/proc/loadavg: 3.60 3.62 3.10 2/538 18515
/proc/meminfo: memFree=20994404/32950928 swapFree=34259960/67111528
[pid=18515] ppid=18513 vsize=10541052 CPUtime=0.47 cores=1,3,5,7
/proc/18515/stat : 18515 (java) S 18513 18515 15618 0 -1 4202496 15698 0 1 0 44 3 0 0 25 0 18 0 830326902 10794037248 15083 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18515/statm: 2635263 15083 2199 9 0 2625997 0
[pid=18515/tid=18516] ppid=18513 vsize=10541052 CPUtime=0.27 cores=1,3,5,7
/proc/18515/task/18516/stat : 18516 (java) R 18513 18515 15618 0 -1 4202560 12781 0 1 0 25 2 0 0 18 0 18 0 830326902 10794037248 15084 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 46912505366267 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 10541052

[startup+0.700528 s]
/proc/loadavg: 3.60 3.62 3.10 2/538 18515
/proc/meminfo: memFree=20994404/32950928 swapFree=34259960/67111528
[pid=18515] ppid=18513 vsize=10556968 CPUtime=1.97 cores=1,3,5,7
/proc/18515/stat : 18515 (java) S 18513 18515 15618 0 -1 4202496 38874 0 1 0 191 6 0 0 25 0 22 0 830326902 10810335232 34709 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18515/statm: 2639242 34715 2226 9 0 2629976 0
[pid=18515/tid=18516] ppid=18513 vsize=10556968 CPUtime=0.3 cores=1,3,5,7
/proc/18515/task/18516/stat : 18516 (java) S 18513 18515 15618 0 -1 4202560 13403 0 1 0 28 2 0 0 19 0 22 0 830326902 10810335232 34718 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512508416 0 4 0 16800975 18446604470909537280 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 10556968

[startup+1.50137 s]
/proc/loadavg: 3.60 3.62 3.10 4/560 18537
/proc/meminfo: memFree=20781520/32950928 swapFree=34259960/67111528
[pid=18515] ppid=18513 vsize=10557992 CPUtime=4.24 cores=1,3,5,7
/proc/18515/stat : 18515 (java) S 18513 18515 15618 0 -1 4202496 84604 0 1 0 413 11 0 0 25 0 22 0 830326902 10811383808 74544 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18515/statm: 2639498 74544 2257 9 0 2630232 0
[pid=18515/tid=18516] ppid=18513 vsize=10557992 CPUtime=0.3 cores=1,3,5,7
/proc/18515/task/18516/stat : 18516 (java) S 18513 18515 15618 0 -1 4202560 13403 0 1 0 28 2 0 0 15 0 22 0 830326902 10811383808 74544 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512508416 0 4 0 16800975 18446604470909537280 0 0 -1 1 0 0 0
[pid=18515/tid=18518] ppid=18513 vsize=10557992 CPUtime=0 cores=1,3,5,7
/proc/18515/task/18518/stat : 18518 (java) S 18513 18515 15618 0 -1 4202560 216 0 0 0 0 0 0 0 15 0 22 0 830326904 10811383808 74544 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512507801 0 4 0 16800975 18446604470909537280 0 0 -1 3 0 0 0
[pid=18515/tid=18519] ppid=18513 vsize=10557992 CPUtime=0 cores=1,3,5,7
/proc/18515/task/18519/stat : 18519 (java) S 18513 18515 15618 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 22 0 830326904 10811383808 74544 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512507801 0 4 0 16800975 18446604470909537280 0 0 -1 7 0 0 0
[pid=18515/tid=18520] ppid=18513 vsize=10557992 CPUtime=0 cores=1,3,5,7
/proc/18515/task/18520/stat : 18520 (java) S 18513 18515 15618 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 830326904 10811383808 74544 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512507801 0 4 0 16800975 18446604470909537280 0 0 -1 1 0 0 0
[pid=18515/tid=18521] ppid=18513 vsize=10557992 CPUtime=0 cores=1,3,5,7
/proc/18515/task/18521/stat : 18521 (java) S 18513 18515 15618 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 22 0 830326904 10811383808 74544 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512507801 0 4 0 16800975 18446604470909537280 0 0 -1 7 0 0 0
[pid=18515/tid=18522] ppid=18513 vsize=10557992 CPUtime=0 cores=1,3,5,7
/proc/18515/task/18522/stat : 18522 (java) S 18513 18515 15618 0 -1 4202560 184 0 0 0 0 0 0 0 15 0 22 0 830326904 10811383808 74544 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512507801 0 4 0 16800975 18446604470909537280 0 0 -1 1 0 0 0
[pid=18515/tid=18523] ppid=18513 vsize=10557992 CPUtime=0 cores=1,3,5,7
/proc/18515/task/18523/stat : 18523 (java) S 18513 18515 15618 0 -1 4202560 190 0 0 0 0 0 0 0 15 0 22 0 830326904 10811383808 74544 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512507801 0 4 0 16800975 18446604470909537280 0 0 -1 7 0 0 0
[pid=18515/tid=18524] ppid=18513 vsize=10557992 CPUtime=0 cores=1,3,5,7
/proc/18515/task/18524/stat : 18524 (java) S 18513 18515 15618 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830326904 10811383808 74544 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512507801 0 4 0 16800975 18446604470909537280 0 0 -1 1 0 0 0
[pid=18515/tid=18525] ppid=18513 vsize=10557992 CPUtime=0 cores=1,3,5,7
/proc/18515/task/18525/stat : 18525 (java) S 18513 18515 15618 0 -1 4202560 388 0 0 0 0 0 0 0 15 0 22 0 830326904 10811383808 74544 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512507801 0 4 0 16800975 18446604470909537280 0 0 -1 7 0 0 0
[pid=18515/tid=18526] ppid=18513 vsize=10557992 CPUtime=0.04 cores=1,3,5,7
/proc/18515/task/18526/stat : 18526 (java) S 18513 18515 15618 0 -1 4202560 1225 0 0 0 4 0 0 0 16 0 22 0 830326905 10811383808 74544 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512508416 0 0 0 16800975 18446604470909537280 0 0 -1 5 0 0 0
[pid=18515/tid=18527] ppid=18513 vsize=10557992 CPUtime=0 cores=1,3,5,7
/proc/18515/task/18527/stat : 18527 (java) S 18513 18515 15618 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830326906 10811383808 74544 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512507801 0 4 0 16800975 18446604470909537280 0 0 -1 3 0 0 0
[pid=18515/tid=18528] ppid=18513 vsize=10557992 CPUtime=0 cores=1,3,5,7
/proc/18515/task/18528/stat : 18528 (java) S 18513 18515 15618 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830326906 10811383808 74544 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512507801 0 4 0 16800975 18446604470909537280 0 0 -1 3 0 0 0
[pid=18515/tid=18529] ppid=18513 vsize=10557992 CPUtime=0 cores=1,3,5,7
/proc/18515/task/18529/stat : 18529 (java) S 18513 18515 15618 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830326908 10811383808 74544 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512515505 0 4 0 16800975 18446604470909537280 0 0 -1 3 0 0 0
[pid=18515/tid=18530] ppid=18513 vsize=10557992 CPUtime=0.84 cores=1,3,5,7
/proc/18515/task/18530/stat : 18530 (java) R 18513 18515 15618 0 -1 4202560 5382 0 0 0 84 0 0 0 16 0 22 0 830326908 10811383808 74544 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512510749 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=18515/tid=18531] ppid=18513 vsize=10557992 CPUtime=0.79 cores=1,3,5,7
/proc/18515/task/18531/stat : 18531 (java) R 18513 18515 15618 0 -1 4202560 11555 0 0 0 77 2 0 0 15 0 22 0 830326908 10811383808 74544 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 46946245048636 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=18515/tid=18532] ppid=18513 vsize=10557992 CPUtime=0 cores=1,3,5,7
/proc/18515/task/18532/stat : 18532 (java) S 18513 18515 15618 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 830326908 10811383808 74544 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512507801 0 4 0 16800975 18446604470909537280 0 0 -1 3 0 0 0
[pid=18515/tid=18533] ppid=18513 vsize=10557992 CPUtime=0 cores=1,3,5,7
/proc/18515/task/18533/stat : 18533 (java) S 18513 18515 15618 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830326908 10811383808 74544 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512508416 0 4 0 16800975 18446604470909537280 0 0 -1 1 0 0 0
[pid=18515/tid=18534] ppid=18513 vsize=10557992 CPUtime=1.1 cores=1,3,5,7
/proc/18515/task/18534/stat : 18534 (java) R 18513 18515 15618 0 -1 4202560 361 0 0 0 110 0 0 0 20 0 22 0 830326935 10811383808 74544 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 46912505639721 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18515/tid=18535] ppid=18513 vsize=10557992 CPUtime=1.09 cores=1,3,5,7
/proc/18515/task/18535/stat : 18535 (java) R 18513 18515 15618 0 -1 4202560 50490 0 0 0 104 5 0 0 18 0 22 0 830326935 10811383808 74544 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 46912505725786 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18515/tid=18536] ppid=18513 vsize=10557992 CPUtime=0 cores=1,3,5,7
/proc/18515/task/18536/stat : 18536 (java) S 18513 18515 15618 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830326935 10811383808 74544 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512508416 0 4 0 16800975 18446604470909537280 0 0 -1 3 0 0 0
[pid=18515/tid=18537] ppid=18513 vsize=10557992 CPUtime=0 cores=1,3,5,7
/proc/18515/task/18537/stat : 18537 (java) S 18513 18515 15618 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830326935 10811383808 74544 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512508416 0 4 0 16800975 18446604470909537280 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.24
Current children cumulated vsize (KiB) 10557992

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

[startup+1.60138 s]
/proc/loadavg: 3.60 3.62 3.10 4/560 18537
/proc/meminfo: memFree=20781520/32950928 swapFree=34259960/67111528
[pid=18515] ppid=18513 vsize=10557992 CPUtime=4.56 cores=1,3,5,7
/proc/18515/stat : 18515 (java) S 18513 18515 15618 0 -1 4202496 84614 0 1 0 445 11 0 0 25 0 22 0 830326902 10811383808 74554 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18515/statm: 2639498 74554 2257 9 0 2630232 0
[pid=18515/tid=18516] ppid=18513 vsize=10557992 CPUtime=0.3 cores=1,3,5,7
/proc/18515/task/18516/stat : 18516 (java) S 18513 18515 15618 0 -1 4202560 13403 0 1 0 28 2 0 0 15 0 22 0 830326902 10811383808 74554 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512508416 0 4 0 16800975 18446604470909537280 0 0 -1 1 0 0 0
[pid=18515/tid=18518] ppid=18513 vsize=10557992 CPUtime=0 cores=1,3,5,7
/proc/18515/task/18518/stat : 18518 (java) S 18513 18515 15618 0 -1 4202560 216 0 0 0 0 0 0 0 15 0 22 0 830326904 10811383808 74554 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512507801 0 4 0 16800975 18446604470909537280 0 0 -1 3 0 0 0
[pid=18515/tid=18519] ppid=18513 vsize=10557992 CPUtime=0 cores=1,3,5,7
/proc/18515/task/18519/stat : 18519 (java) S 18513 18515 15618 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 22 0 830326904 10811383808 74554 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512507801 0 4 0 16800975 18446604470909537280 0 0 -1 7 0 0 0
[pid=18515/tid=18520] ppid=18513 vsize=10557992 CPUtime=0 cores=1,3,5,7
/proc/18515/task/18520/stat : 18520 (java) S 18513 18515 15618 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 830326904 10811383808 74554 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512507801 0 4 0 16800975 18446604470909537280 0 0 -1 1 0 0 0
[pid=18515/tid=18521] ppid=18513 vsize=10557992 CPUtime=0 cores=1,3,5,7
/proc/18515/task/18521/stat : 18521 (java) S 18513 18515 15618 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 22 0 830326904 10811383808 74554 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512507801 0 4 0 16800975 18446604470909537280 0 0 -1 7 0 0 0
[pid=18515/tid=18522] ppid=18513 vsize=10557992 CPUtime=0 cores=1,3,5,7
/proc/18515/task/18522/stat : 18522 (java) S 18513 18515 15618 0 -1 4202560 184 0 0 0 0 0 0 0 15 0 22 0 830326904 10811383808 74554 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512507801 0 4 0 16800975 18446604470909537280 0 0 -1 1 0 0 0
[pid=18515/tid=18523] ppid=18513 vsize=10557992 CPUtime=0 cores=1,3,5,7
/proc/18515/task/18523/stat : 18523 (java) S 18513 18515 15618 0 -1 4202560 190 0 0 0 0 0 0 0 15 0 22 0 830326904 10811383808 74554 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512507801 0 4 0 16800975 18446604470909537280 0 0 -1 7 0 0 0
[pid=18515/tid=18524] ppid=18513 vsize=10557992 CPUtime=0 cores=1,3,5,7
/proc/18515/task/18524/stat : 18524 (java) S 18513 18515 15618 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830326904 10811383808 74554 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512507801 0 4 0 16800975 18446604470909537280 0 0 -1 1 0 0 0
[pid=18515/tid=18525] ppid=18513 vsize=10557992 CPUtime=0 cores=1,3,5,7
/proc/18515/task/18525/stat : 18525 (java) S 18513 18515 15618 0 -1 4202560 388 0 0 0 0 0 0 0 15 0 22 0 830326904 10811383808 74554 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512507801 0 4 0 16800975 18446604470909537280 0 0 -1 7 0 0 0
[pid=18515/tid=18526] ppid=18513 vsize=10557992 CPUtime=0.04 cores=1,3,5,7
/proc/18515/task/18526/stat : 18526 (java) S 18513 18515 15618 0 -1 4202560 1225 0 0 0 4 0 0 0 16 0 22 0 830326905 10811383808 74554 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512508416 0 0 0 16800975 18446604470909537280 0 0 -1 5 0 0 0
[pid=18515/tid=18527] ppid=18513 vsize=10557992 CPUtime=0 cores=1,3,5,7
/proc/18515/task/18527/stat : 18527 (java) S 18513 18515 15618 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830326906 10811383808 74554 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512507801 0 4 0 16800975 18446604470909537280 0 0 -1 3 0 0 0
[pid=18515/tid=18528] ppid=18513 vsize=10557992 CPUtime=0 cores=1,3,5,7
/proc/18515/task/18528/stat : 18528 (java) S 18513 18515 15618 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830326906 10811383808 74554 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512507801 0 4 0 16800975 18446604470909537280 0 0 -1 3 0 0 0
[pid=18515/tid=18529] ppid=18513 vsize=10557992 CPUtime=0 cores=1,3,5,7
/proc/18515/task/18529/stat : 18529 (java) S 18513 18515 15618 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830326908 10811383808 74554 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512515505 0 4 0 16800975 18446604470909537280 0 0 -1 3 0 0 0
[pid=18515/tid=18530] ppid=18513 vsize=10557992 CPUtime=0.89 cores=1,3,5,7
/proc/18515/task/18530/stat : 18530 (java) S 18513 18515 15618 0 -1 4202560 5385 0 0 0 89 0 0 0 16 0 22 0 830326908 10811383808 74554 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512507801 0 4 0 16800975 18446604470909537280 0 0 -1 7 0 0 0
[pid=18515/tid=18531] ppid=18513 vsize=10557992 CPUtime=0.86 cores=1,3,5,7
/proc/18515/task/18531/stat : 18531 (java) S 18513 18515 15618 0 -1 4202560 11562 0 0 0 84 2 0 0 15 0 22 0 830326908 10811383808 74554 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512507801 0 4 0 16800975 18446604470909537280 0 0 -1 3 0 0 0
[pid=18515/tid=18532] ppid=18513 vsize=10557992 CPUtime=0 cores=1,3,5,7
/proc/18515/task/18532/stat : 18532 (java) S 18513 18515 15618 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 830326908 10811383808 74554 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512507801 0 4 0 16800975 18446604470909537280 0 0 -1 3 0 0 0
[pid=18515/tid=18533] ppid=18513 vsize=10557992 CPUtime=0 cores=1,3,5,7
/proc/18515/task/18533/stat : 18533 (java) S 18513 18515 15618 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830326908 10811383808 74554 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512508416 0 4 0 16800975 18446604470909537280 0 0 -1 1 0 0 0
[pid=18515/tid=18534] ppid=18513 vsize=10557992 CPUtime=1.2 cores=1,3,5,7
/proc/18515/task/18534/stat : 18534 (java) R 18513 18515 15618 0 -1 4202560 361 0 0 0 120 0 0 0 20 0 22 0 830326935 10811383808 74554 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 46912505639643 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18515/tid=18535] ppid=18513 vsize=10557992 CPUtime=1.19 cores=1,3,5,7
/proc/18515/task/18535/stat : 18535 (java) R 18513 18515 15618 0 -1 4202560 50490 0 0 0 114 5 0 0 18 0 22 0 830326935 10811383808 74554 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 46912505882063 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18515/tid=18536] ppid=18513 vsize=10557992 CPUtime=0 cores=1,3,5,7
/proc/18515/task/18536/stat : 18536 (java) S 18513 18515 15618 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830326935 10811383808 74554 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512508416 0 4 0 16800975 18446604470909537280 0 0 -1 3 0 0 0
[pid=18515/tid=18537] ppid=18513 vsize=10557992 CPUtime=0 cores=1,3,5,7
/proc/18515/task/18537/stat : 18537 (java) S 18513 18515 15618 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830326935 10811383808 74554 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512508416 0 4 0 16800975 18446604470909537280 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.56
Current children cumulated vsize (KiB) 10557992

[startup+2.40126 s]
/proc/loadavg: 3.60 3.62 3.10 4/560 18537
/proc/meminfo: memFree=20640408/32950928 swapFree=34259960/67111528
[pid=18515] ppid=18513 vsize=10557992 CPUtime=6.18 cores=1,3,5,7
/proc/18515/stat : 18515 (java) S 18513 18515 15618 0 -1 4202496 105524 0 1 0 605 13 0 0 25 0 19 0 830326902 10811383808 95461 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18515/statm: 2639498 95461 2260 9 0 2630232 0
[pid=18515/tid=18516] ppid=18513 vsize=10557992 CPUtime=0.3 cores=1,3,5,7
/proc/18515/task/18516/stat : 18516 (java) S 18513 18515 15618 0 -1 4202560 13403 0 1 0 28 2 0 0 15 0 19 0 830326902 10811383808 95461 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512508416 0 4 0 16800975 18446604470909537280 0 0 -1 1 0 0 0
[pid=18515/tid=18518] ppid=18513 vsize=10557992 CPUtime=0 cores=1,3,5,7
/proc/18515/task/18518/stat : 18518 (java) S 18513 18515 15618 0 -1 4202560 221 0 0 0 0 0 0 0 15 0 19 0 830326904 10811383808 95461 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512507801 0 4 0 16800975 18446604470909537280 0 0 -1 7 0 0 0
[pid=18515/tid=18519] ppid=18513 vsize=10557992 CPUtime=0 cores=1,3,5,7
/proc/18515/task/18519/stat : 18519 (java) S 18513 18515 15618 0 -1 4202560 96 0 0 0 0 0 0 0 16 0 19 0 830326904 10811383808 95461 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512507801 0 4 0 16800975 18446604470909537280 0 0 -1 3 0 0 0
[pid=18515/tid=18520] ppid=18513 vsize=10557992 CPUtime=0 cores=1,3,5,7
/proc/18515/task/18520/stat : 18520 (java) S 18513 18515 15618 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 830326904 10811383808 95461 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512507801 0 4 0 16800975 18446604470909537280 0 0 -1 1 0 0 0
[pid=18515/tid=18521] ppid=18513 vsize=10557992 CPUtime=0 cores=1,3,5,7
/proc/18515/task/18521/stat : 18521 (java) S 18513 18515 15618 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 830326904 10811383808 95461 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512507801 0 4 0 16800975 18446604470909537280 0 0 -1 7 0 0 0
[pid=18515/tid=18522] ppid=18513 vsize=10557992 CPUtime=0 cores=1,3,5,7
/proc/18515/task/18522/stat : 18522 (java) S 18513 18515 15618 0 -1 4202560 255 0 0 0 0 0 0 0 16 0 19 0 830326904 10811383808 95461 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512507801 0 4 0 16800975 18446604470909537280 0 0 -1 1 0 0 0
[pid=18515/tid=18523] ppid=18513 vsize=10557992 CPUtime=0 cores=1,3,5,7
/proc/18515/task/18523/stat : 18523 (java) S 18513 18515 15618 0 -1 4202560 190 0 0 0 0 0 0 0 15 0 19 0 830326904 10811383808 95461 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512507801 0 4 0 16800975 18446604470909537280 0 0 -1 7 0 0 0
[pid=18515/tid=18524] ppid=18513 vsize=10557992 CPUtime=0 cores=1,3,5,7
/proc/18515/task/18524/stat : 18524 (java) S 18513 18515 15618 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 830326904 10811383808 95461 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512507801 0 4 0 16800975 18446604470909537280 0 0 -1 1 0 0 0
[pid=18515/tid=18525] ppid=18513 vsize=10557992 CPUtime=0 cores=1,3,5,7
/proc/18515/task/18525/stat : 18525 (java) S 18513 18515 15618 0 -1 4202560 454 0 0 0 0 0 0 0 16 0 19 0 830326904 10811383808 95461 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512507801 0 4 0 16800975 18446604470909537280 0 0 -1 7 0 0 0
[pid=18515/tid=18526] ppid=18513 vsize=10557992 CPUtime=0.07 cores=1,3,5,7
/proc/18515/task/18526/stat : 18526 (java) S 18513 18515 15618 0 -1 4202560 1499 0 0 0 7 0 0 0 16 0 19 0 830326905 10811383808 95461 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512508416 0 0 0 16800975 18446604470909537280 0 0 -1 5 0 0 0
[pid=18515/tid=18527] ppid=18513 vsize=10557992 CPUtime=0 cores=1,3,5,7
/proc/18515/task/18527/stat : 18527 (java) S 18513 18515 15618 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 830326906 10811383808 95461 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512507801 0 4 0 16800975 18446604470909537280 0 0 -1 3 0 0 0
[pid=18515/tid=18528] ppid=18513 vsize=10557992 CPUtime=0 cores=1,3,5,7
/proc/18515/task/18528/stat : 18528 (java) S 18513 18515 15618 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 830326906 10811383808 95461 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512507801 0 4 0 16800975 18446604470909537280 0 0 -1 3 0 0 0
[pid=18515/tid=18529] ppid=18513 vsize=10557992 CPUtime=0 cores=1,3,5,7
/proc/18515/task/18529/stat : 18529 (java) S 18513 18515 15618 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 830326908 10811383808 95461 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512515505 0 4 0 16800975 18446604470909537280 0 0 -1 3 0 0 0
[pid=18515/tid=18530] ppid=18513 vsize=10557992 CPUtime=0.89 cores=1,3,5,7
/proc/18515/task/18530/stat : 18530 (java) S 18513 18515 15618 0 -1 4202560 5386 0 0 0 89 0 0 0 15 0 19 0 830326908 10811383808 95461 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512507801 0 4 0 16800975 18446604470909537280 0 0 -1 7 0 0 0
[pid=18515/tid=18531] ppid=18513 vsize=10557992 CPUtime=0.91 cores=1,3,5,7
/proc/18515/task/18531/stat : 18531 (java) S 18513 18515 15618 0 -1 4202560 11571 0 0 0 89 2 0 0 15 0 19 0 830326908 10811383808 95461 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512507801 0 4 0 16800975 18446604470909537280 0 0 -1 3 0 0 0
[pid=18515/tid=18532] ppid=18513 vsize=10557992 CPUtime=0 cores=1,3,5,7
/proc/18515/task/18532/stat : 18532 (java) S 18513 18515 15618 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 830326908 10811383808 95461 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512507801 0 4 0 16800975 18446604470909537280 0 0 -1 3 0 0 0
[pid=18515/tid=18533] ppid=18513 vsize=10557992 CPUtime=0 cores=1,3,5,7
/proc/18515/task/18533/stat : 18533 (java) S 18513 18515 15618 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 830326908 10811383808 95461 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512508416 0 4 0 16800975 18446604470909537280 0 0 -1 1 0 0 0
[pid=18515/tid=18537] ppid=18513 vsize=10557992 CPUtime=0 cores=1,3,5,7
/proc/18515/task/18537/stat : 18537 (java) S 18513 18515 15618 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 830326935 10811383808 95461 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512508416 0 4 0 16800975 18446604470909537280 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 10557992

[startup+2.80119 s]
/proc/loadavg: 3.60 3.62 3.10 4/560 18537
/proc/meminfo: memFree=20640408/32950928 swapFree=34259960/67111528
[pid=18515] ppid=18513 vsize=10557992 CPUtime=6.18 cores=1,3,5,7
/proc/18515/stat : 18515 (java) S 18513 18515 15618 0 -1 4202496 105524 0 1 0 605 13 0 0 25 0 19 0 830326902 10811383808 95461 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18515/statm: 2639498 95461 2260 9 0 2630232 0
[pid=18515/tid=18516] ppid=18513 vsize=10557992 CPUtime=0.3 cores=1,3,5,7
/proc/18515/task/18516/stat : 18516 (java) S 18513 18515 15618 0 -1 4202560 13403 0 1 0 28 2 0 0 15 0 19 0 830326902 10811383808 95461 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512508416 0 4 0 16800975 18446604470909537280 0 0 -1 1 0 0 0
[pid=18515/tid=18518] ppid=18513 vsize=10557992 CPUtime=0 cores=1,3,5,7
/proc/18515/task/18518/stat : 18518 (java) S 18513 18515 15618 0 -1 4202560 221 0 0 0 0 0 0 0 15 0 19 0 830326904 10811383808 95461 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512507801 0 4 0 16800975 18446604470909537280 0 0 -1 7 0 0 0
[pid=18515/tid=18519] ppid=18513 vsize=10557992 CPUtime=0 cores=1,3,5,7
/proc/18515/task/18519/stat : 18519 (java) S 18513 18515 15618 0 -1 4202560 96 0 0 0 0 0 0 0 16 0 19 0 830326904 10811383808 95461 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512507801 0 4 0 16800975 18446604470909537280 0 0 -1 3 0 0 0
[pid=18515/tid=18520] ppid=18513 vsize=10557992 CPUtime=0 cores=1,3,5,7
/proc/18515/task/18520/stat : 18520 (java) S 18513 18515 15618 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 830326904 10811383808 95461 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512507801 0 4 0 16800975 18446604470909537280 0 0 -1 1 0 0 0
[pid=18515/tid=18521] ppid=18513 vsize=10557992 CPUtime=0 cores=1,3,5,7
/proc/18515/task/18521/stat : 18521 (java) S 18513 18515 15618 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 830326904 10811383808 95461 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512507801 0 4 0 16800975 18446604470909537280 0 0 -1 7 0 0 0
[pid=18515/tid=18522] ppid=18513 vsize=10557992 CPUtime=0 cores=1,3,5,7
/proc/18515/task/18522/stat : 18522 (java) S 18513 18515 15618 0 -1 4202560 255 0 0 0 0 0 0 0 16 0 19 0 830326904 10811383808 95461 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512507801 0 4 0 16800975 18446604470909537280 0 0 -1 1 0 0 0
[pid=18515/tid=18523] ppid=18513 vsize=10557992 CPUtime=0 cores=1,3,5,7
/proc/18515/task/18523/stat : 18523 (java) S 18513 18515 15618 0 -1 4202560 190 0 0 0 0 0 0 0 15 0 19 0 830326904 10811383808 95461 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512507801 0 4 0 16800975 18446604470909537280 0 0 -1 7 0 0 0
[pid=18515/tid=18524] ppid=18513 vsize=10557992 CPUtime=0 cores=1,3,5,7
/proc/18515/task/18524/stat : 18524 (java) S 18513 18515 15618 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 830326904 10811383808 95461 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512507801 0 4 0 16800975 18446604470909537280 0 0 -1 1 0 0 0
[pid=18515/tid=18525] ppid=18513 vsize=10557992 CPUtime=0 cores=1,3,5,7
/proc/18515/task/18525/stat : 18525 (java) S 18513 18515 15618 0 -1 4202560 454 0 0 0 0 0 0 0 16 0 19 0 830326904 10811383808 95461 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512507801 0 4 0 16800975 18446604470909537280 0 0 -1 7 0 0 0
[pid=18515/tid=18526] ppid=18513 vsize=10557992 CPUtime=0.07 cores=1,3,5,7
/proc/18515/task/18526/stat : 18526 (java) S 18513 18515 15618 0 -1 4202560 1499 0 0 0 7 0 0 0 16 0 19 0 830326905 10811383808 95461 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512508416 0 0 0 16800975 18446604470909537280 0 0 -1 5 0 0 0
[pid=18515/tid=18527] ppid=18513 vsize=10557992 CPUtime=0 cores=1,3,5,7
/proc/18515/task/18527/stat : 18527 (java) S 18513 18515 15618 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 830326906 10811383808 95461 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512507801 0 4 0 16800975 18446604470909537280 0 0 -1 3 0 0 0
[pid=18515/tid=18528] ppid=18513 vsize=10557992 CPUtime=0 cores=1,3,5,7
/proc/18515/task/18528/stat : 18528 (java) S 18513 18515 15618 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 830326906 10811383808 95461 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512507801 0 4 0 16800975 18446604470909537280 0 0 -1 3 0 0 0
[pid=18515/tid=18529] ppid=18513 vsize=10557992 CPUtime=0 cores=1,3,5,7
/proc/18515/task/18529/stat : 18529 (java) S 18513 18515 15618 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 830326908 10811383808 95461 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512515505 0 4 0 16800975 18446604470909537280 0 0 -1 3 0 0 0
[pid=18515/tid=18530] ppid=18513 vsize=10557992 CPUtime=0.89 cores=1,3,5,7
/proc/18515/task/18530/stat : 18530 (java) S 18513 18515 15618 0 -1 4202560 5386 0 0 0 89 0 0 0 15 0 19 0 830326908 10811383808 95461 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512507801 0 4 0 16800975 18446604470909537280 0 0 -1 7 0 0 0
[pid=18515/tid=18531] ppid=18513 vsize=10557992 CPUtime=0.91 cores=1,3,5,7
/proc/18515/task/18531/stat : 18531 (java) S 18513 18515 15618 0 -1 4202560 11571 0 0 0 89 2 0 0 15 0 19 0 830326908 10811383808 95461 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512507801 0 4 0 16800975 18446604470909537280 0 0 -1 3 0 0 0
[pid=18515/tid=18532] ppid=18513 vsize=10557992 CPUtime=0 cores=1,3,5,7
/proc/18515/task/18532/stat : 18532 (java) S 18513 18515 15618 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 830326908 10811383808 95461 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512507801 0 4 0 16800975 18446604470909537280 0 0 -1 3 0 0 0
[pid=18515/tid=18533] ppid=18513 vsize=10557992 CPUtime=0 cores=1,3,5,7
/proc/18515/task/18533/stat : 18533 (java) S 18513 18515 15618 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 830326908 10811383808 95461 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512508416 0 4 0 16800975 18446604470909537280 0 0 -1 1 0 0 0
[pid=18515/tid=18537] ppid=18513 vsize=10557992 CPUtime=0 cores=1,3,5,7
/proc/18515/task/18537/stat : 18537 (java) S 18513 18515 15618 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 830326935 10811383808 95461 33554432000 1073741824 1073778376 140734851060608 18446744073709551615 254512508416 0 4 0 16800975 18446604470909537280 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 10557992

Child status: 20
Real time (s): 2.86748
CPU time (s): 6.21905
CPU user time (s): 6.06208
CPU system time (s): 0.156976
CPU usage (%): 216.882
Max. virtual memory (cumulated for all children) (KiB): 10557992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.06208
system time used= 0.156976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105543
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= 553
involuntary context switches= 152

runsolver used 0.017997 second user time and 0.044993 second system time

The end

Launcher Data

Begin job on node149 at 2011-06-04 13:35:02
IDJOB=3454851
IDBENCH=1313
IDSOLVER=1950
FILE ID=node149/3454851-1307187302
RUNJOBID= node149-1307186273-17810
PBS_JOBID= 13508817
Free space on /tmp= 73764 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900564824.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454851-1307187302/watcher-3454851-1307187302 -o /tmp/evaluation-result-3454851-1307187302/solver-3454851-1307187302 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454851-1307187302.opb

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

MD5SUM BENCH= ba7629ec9d43ef12b6ab9587104e8a0f
RANDOM SEED=763138795

node149.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.806
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.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
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.806
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.83
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.806
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.73
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.806
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.82
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.806
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.806
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.806
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:      20994668 kB
Buffers:        337348 kB
Cached:        3270728 kB
SwapCached:     123196 kB
Active:         903916 kB
Inactive:     10715788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20994668 kB
SwapTotal:    67111528 kB
SwapFree:     34259960 kB
Dirty:             428 kB
Writeback:           4 kB
AnonPages:     7912568 kB
Mapped:          26220 kB
Slab:           148420 kB
PageTables:     118600 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 183475692 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= 73764 MiB
End job on node149 at 2011-06-04 13:35:05