Trace number 2659491

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26UNSAT 19.592 17.6804

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900564281.opb
MD5SUM0626939ca6144a564c8e59fb048e3266
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 benchmark10.0725
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 705
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.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-2659491-1276315558.opb
0.23/0.21	c reading problem ... 
0.90/0.65	c ... done. Wall clock time 0.438s.
0.90/0.65	c #vars     231
0.90/0.65	c #constraints  2707
0.90/0.65	c constraints type 
0.90/0.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.90/0.65	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.90/0.65	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.90/0.65	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
3.04/1.84	c cleaning 2497 clauses out of 5000 with flag 5000/5000
3.93/2.67	c cleaning 4249 clauses out of 8503 with flag 11000/11000
4.94/3.66	c cleaning 5623 clauses out of 11255 with flag 18001/18001
6.06/4.73	c cleaning 6814 clauses out of 13632 with flag 26001/26001
7.54/6.15	c cleaning 7906 clauses out of 15817 with flag 35000/35000
9.24/7.89	c cleaning 8952 clauses out of 17911 with flag 45000/45000
11.00/9.41	c cleaning 9476 clauses out of 18962 with flag 55003/55003
12.63/10.87	c cleaning 9739 clauses out of 19483 with flag 65000/65000
14.13/12.31	c cleaning 9871 clauses out of 19745 with flag 75001/75001
15.63/13.88	c cleaning 9935 clauses out of 19876 with flag 85003/85003
17.14/15.39	c cleaning 9968 clauses out of 19938 with flag 95000/95000
18.65/16.82	c cleaning 9981 clauses out of 19971 with flag 105001/105001
19.51/17.62	c starts		: 91
19.51/17.62	c conflicts		: 110881
19.51/17.62	c decisions		: 201581
19.51/17.62	c propagations		: 4107973
19.51/17.62	c inspects		: 66553781
19.51/17.62	c learnt literals	: 7
19.51/17.62	c learnt binary clauses	: 24
19.51/17.62	c learnt ternary clauses	: 161
19.51/17.62	c learnt clauses	: 110873
19.51/17.62	c ignored clauses	: 0
19.51/17.62	c root simplifications	: 0
19.51/17.62	c removed literals (reason simplification)	: 510263
19.51/17.62	c reason swapping (by a shorter reason)	: 0
19.51/17.62	c Calls to reduceDB	: 12
19.51/17.62	c number of reductions to clauses (during analyze)	: 0
19.51/17.62	c number of learned constraints concerned by reduction	: 0
19.51/17.62	c number of learning phase by resolution	: 0
19.51/17.62	c number of learning phase by cutting planes	: 0
19.51/17.62	c speed (assignments/second)	: 242001.35493372605
19.51/17.62	c non guided choices	182
19.51/17.64	c learnt constraints type 
19.51/17.64	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 15838
19.51/17.64	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 24
19.51/17.64	c constraints type 
19.51/17.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
19.51/17.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
19.51/17.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
19.51/17.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
19.51/17.64	s UNSATISFIABLE
19.51/17.64	c Total wall clock time (in seconds): 17.435

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2659491-1276315558/watcher-2659491-1276315558 -o /tmp/evaluation-result-2659491-1276315558/solver-2659491-1276315558 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659491-1276315558.opb 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/107 7305
/proc/meminfo: memFree=1495704/2059040 swapFree=4192956/4192956
[pid=7305] ppid=7303 vsize=1832 CPUtime=0
/proc/7305/stat : 7305 (java6) R 7303 7305 6858 0 -1 4194304 251 0 0 0 0 0 0 0 19 0 1 0 5211512 1875968 154 1992294400 134512640 134550932 4290941520 18446744073709551615 9259216 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7305/statm: 458 156 119 10 0 63 0

[startup+0.054759 s]
/proc/loadavg: 1.00 1.00 1.00 3/107 7305
/proc/meminfo: memFree=1495704/2059040 swapFree=4192956/4192956
[pid=7305] ppid=7303 vsize=1522688 CPUtime=0.04
/proc/7305/stat : 7305 (java) S 7303 7305 6858 0 -1 4202496 3543 0 1 0 2 2 0 0 18 0 7 0 5211512 1559232512 2984 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/7305/statm: 380672 2984 1011 10 0 377982 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1522688

[startup+0.100763 s]
/proc/loadavg: 1.00 1.00 1.00 3/107 7305
/proc/meminfo: memFree=1495704/2059040 swapFree=4192956/4192956
[pid=7305] ppid=7303 vsize=1524916 CPUtime=0.08
/proc/7305/stat : 7305 (java) S 7303 7305 6858 0 -1 4202496 3948 0 1 0 6 2 0 0 18 0 12 0 5211512 1561513984 3387 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7305/statm: 381229 3387 1076 10 0 378531 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524916

[startup+0.300779 s]
/proc/loadavg: 1.00 1.00 1.00 3/107 7305
/proc/meminfo: memFree=1495704/2059040 swapFree=4192956/4192956
[pid=7305] ppid=7303 vsize=1525920 CPUtime=0.35
/proc/7305/stat : 7305 (java) S 7303 7305 6858 0 -1 4202496 5288 0 1 0 32 3 0 0 18 0 12 0 5211512 1562542080 4725 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7305/statm: 381480 4725 1361 10 0 378782 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1525920

[startup+0.70082 s]
/proc/loadavg: 1.00 1.00 1.00 3/107 7305
/proc/meminfo: memFree=1495704/2059040 swapFree=4192956/4192956
[pid=7305] ppid=7303 vsize=1528024 CPUtime=1.08
/proc/7305/stat : 7305 (java) S 7303 7305 6858 0 -1 4202496 7080 0 1 0 104 4 0 0 18 0 13 0 5211512 1564696576 6444 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7305/statm: 382006 6444 1403 10 0 379308 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 1528024

[startup+1.50189 s]
/proc/loadavg: 1.00 1.00 1.00 5/120 7318
/proc/meminfo: memFree=1472848/2059040 swapFree=4192956/4192956
[pid=7305] ppid=7303 vsize=1530492 CPUtime=2.63
/proc/7305/stat : 7305 (java) S 7303 7305 6858 0 -1 4202496 8525 0 1 0 259 4 0 0 18 0 13 0 5211512 1567223808 7370 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7305/statm: 382623 7370 1424 10 0 379925 0
[pid=7305/tid=7307] ppid=7303 vsize=1530492 CPUtime=1.46
/proc/7305/task/7307/stat : 7307 (java) R 7303 7305 6858 0 -1 4202560 5200 0 1 0 143 3 0 0 25 0 13 0 5211513 1567223808 7370 1992294400 134512640 134550932 4287683984 18446744073709551615 4109218483 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7305/tid=7308] ppid=7303 vsize=1530492 CPUtime=0
/proc/7305/task/7308/stat : 7308 (java) S 7303 7305 6858 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 13 0 5211515 1567223808 7370 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 1 0 0 0
[pid=7305/tid=7309] ppid=7303 vsize=1530492 CPUtime=0
/proc/7305/task/7309/stat : 7309 (java) S 7303 7305 6858 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 13 0 5211515 1567223808 7370 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 1 0 0 0
[pid=7305/tid=7310] ppid=7303 vsize=1530492 CPUtime=0
/proc/7305/task/7310/stat : 7310 (java) S 7303 7305 6858 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 5211516 1567223808 7370 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 0 0 16800975 18446604437820478592 0 0 -1 1 0 0 0
[pid=7305/tid=7311] ppid=7303 vsize=1530492 CPUtime=0
/proc/7305/task/7311/stat : 7311 (java) S 7303 7305 6858 0 -1 4202560 10 0 0 0 0 0 0 0 24 0 13 0 5211517 1567223808 7370 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 1 0 0 0
[pid=7305/tid=7312] ppid=7303 vsize=1530492 CPUtime=0
/proc/7305/task/7312/stat : 7312 (java) S 7303 7305 6858 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 5211517 1567223808 7370 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7313] ppid=7303 vsize=1530492 CPUtime=0
/proc/7305/task/7313/stat : 7313 (java) S 7303 7305 6858 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 5211521 1567223808 7370 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7314] ppid=7303 vsize=1530492 CPUtime=0.99
/proc/7305/task/7314/stat : 7314 (java) S 7303 7305 6858 0 -1 4202560 1632 0 0 0 99 0 0 0 18 0 13 0 5211521 1567223808 7370 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7315] ppid=7303 vsize=1530492 CPUtime=0.16
/proc/7305/task/7315/stat : 7315 (java) S 7303 7305 6858 0 -1 4202560 628 0 0 0 16 0 0 0 25 0 13 0 5211521 1567223808 7370 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7316] ppid=7303 vsize=1530492 CPUtime=0
/proc/7305/task/7316/stat : 7316 (java) S 7303 7305 6858 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 5211521 1567223808 7370 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7317] ppid=7303 vsize=1530492 CPUtime=0
/proc/7305/task/7317/stat : 7317 (java) S 7303 7305 6858 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 5211521 1567223808 7370 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 1 0 0 0
[pid=7305/tid=7318] ppid=7303 vsize=1530492 CPUtime=0
/proc/7305/task/7318/stat : 7318 (java) S 7303 7305 6858 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 5211577 1567223808 7370 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 1530492

[startup+3.10202 s]
/proc/loadavg: 1.00 1.00 1.00 2/120 7318
/proc/meminfo: memFree=1468136/2059040 swapFree=4192956/4192956
[pid=7305] ppid=7303 vsize=1530492 CPUtime=4.44
/proc/7305/stat : 7305 (java) S 7303 7305 6858 0 -1 4202496 9734 0 1 0 438 6 0 0 18 0 13 0 5211512 1567223808 8575 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7305/statm: 382623 8575 1442 10 0 379925 0
[pid=7305/tid=7307] ppid=7303 vsize=1530492 CPUtime=3
/proc/7305/task/7307/stat : 7307 (java) R 7303 7305 6858 0 -1 4202560 5481 0 1 0 297 3 0 0 25 0 13 0 5211513 1567223808 8575 1992294400 134512640 134550932 4287683984 18446744073709551615 4109252042 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7305/tid=7308] ppid=7303 vsize=1530492 CPUtime=0
/proc/7305/task/7308/stat : 7308 (java) S 7303 7305 6858 0 -1 4202560 193 0 0 0 0 0 0 0 18 0 13 0 5211515 1567223808 8575 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7309] ppid=7303 vsize=1530492 CPUtime=0
/proc/7305/task/7309/stat : 7309 (java) S 7303 7305 6858 0 -1 4202560 332 0 0 0 0 0 0 0 15 0 13 0 5211515 1567223808 8575 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7310] ppid=7303 vsize=1530492 CPUtime=0.03
/proc/7305/task/7310/stat : 7310 (java) S 7303 7305 6858 0 -1 4202560 381 0 0 0 3 0 0 0 16 0 13 0 5211516 1567223808 8575 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 0 0 16800975 18446604437820478592 0 0 -1 1 0 0 0
[pid=7305/tid=7311] ppid=7303 vsize=1530492 CPUtime=0
/proc/7305/task/7311/stat : 7311 (java) S 7303 7305 6858 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 5211517 1567223808 8575 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 1 0 0 0
[pid=7305/tid=7312] ppid=7303 vsize=1530492 CPUtime=0
/proc/7305/task/7312/stat : 7312 (java) S 7303 7305 6858 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 5211517 1567223808 8575 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7313] ppid=7303 vsize=1530492 CPUtime=0
/proc/7305/task/7313/stat : 7313 (java) S 7303 7305 6858 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 5211521 1567223808 8575 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7314] ppid=7303 vsize=1530492 CPUtime=1.17
/proc/7305/task/7314/stat : 7314 (java) S 7303 7305 6858 0 -1 4202560 1651 0 0 0 117 0 0 0 15 0 13 0 5211521 1567223808 8575 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7315] ppid=7303 vsize=1530492 CPUtime=0.18
/proc/7305/task/7315/stat : 7315 (java) S 7303 7305 6858 0 -1 4202560 630 0 0 0 18 0 0 0 17 0 13 0 5211521 1567223808 8575 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7316] ppid=7303 vsize=1530492 CPUtime=0
/proc/7305/task/7316/stat : 7316 (java) S 7303 7305 6858 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 5211521 1567223808 8575 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7317] ppid=7303 vsize=1530492 CPUtime=0
/proc/7305/task/7317/stat : 7317 (java) S 7303 7305 6858 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 5211521 1567223808 8575 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7318] ppid=7303 vsize=1530492 CPUtime=0
/proc/7305/task/7318/stat : 7318 (java) S 7303 7305 6858 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 5211577 1567223808 8575 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.44
Current children cumulated vsize (KiB) 1530492

[startup+6.30231 s]
/proc/loadavg: 1.00 1.00 1.00 2/120 7318
/proc/meminfo: memFree=1465656/2059040 swapFree=4192956/4192956
[pid=7305] ppid=7303 vsize=1529684 CPUtime=7.74
/proc/7305/stat : 7305 (java) S 7303 7305 6858 0 -1 4202496 10034 0 1 0 768 6 0 0 18 0 13 0 5211512 1566396416 8743 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7305/statm: 382421 8743 1442 10 0 379723 0
[pid=7305/tid=7307] ppid=7303 vsize=1529684 CPUtime=6.11
/proc/7305/task/7307/stat : 7307 (java) R 7303 7305 6858 0 -1 4202560 5485 0 1 0 608 3 0 0 25 0 13 0 5211513 1566396416 8743 1992294400 134512640 134550932 4287683984 18446744073709551615 4109251609 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7305/tid=7308] ppid=7303 vsize=1529684 CPUtime=0.01
/proc/7305/task/7308/stat : 7308 (java) S 7303 7305 6858 0 -1 4202560 233 0 0 0 1 0 0 0 18 0 13 0 5211515 1566396416 8743 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7309] ppid=7303 vsize=1529684 CPUtime=0.02
/proc/7305/task/7309/stat : 7309 (java) S 7303 7305 6858 0 -1 4202560 398 0 0 0 2 0 0 0 15 0 13 0 5211515 1566396416 8743 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7310] ppid=7303 vsize=1529684 CPUtime=0.11
/proc/7305/task/7310/stat : 7310 (java) S 7303 7305 6858 0 -1 4202560 562 0 0 0 11 0 0 0 16 0 13 0 5211516 1566396416 8743 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 0 0 16800975 18446604437820478592 0 0 -1 1 0 0 0
[pid=7305/tid=7311] ppid=7303 vsize=1529684 CPUtime=0
/proc/7305/task/7311/stat : 7311 (java) S 7303 7305 6858 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 5211517 1566396416 8743 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 1 0 0 0
[pid=7305/tid=7312] ppid=7303 vsize=1529684 CPUtime=0
/proc/7305/task/7312/stat : 7312 (java) S 7303 7305 6858 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 5211517 1566396416 8743 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7313] ppid=7303 vsize=1529684 CPUtime=0
/proc/7305/task/7313/stat : 7313 (java) S 7303 7305 6858 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 5211521 1566396416 8743 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7314] ppid=7303 vsize=1529684 CPUtime=1.17
/proc/7305/task/7314/stat : 7314 (java) S 7303 7305 6858 0 -1 4202560 1651 0 0 0 117 0 0 0 15 0 13 0 5211521 1566396416 8743 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7315] ppid=7303 vsize=1529684 CPUtime=0.27
/proc/7305/task/7315/stat : 7315 (java) S 7303 7305 6858 0 -1 4202560 639 0 0 0 27 0 0 0 15 0 13 0 5211521 1566396416 8743 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7316] ppid=7303 vsize=1529684 CPUtime=0
/proc/7305/task/7316/stat : 7316 (java) S 7303 7305 6858 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 5211521 1566396416 8743 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7317] ppid=7303 vsize=1529684 CPUtime=0
/proc/7305/task/7317/stat : 7317 (java) S 7303 7305 6858 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 5211521 1566396416 8743 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7318] ppid=7303 vsize=1529684 CPUtime=0
/proc/7305/task/7318/stat : 7318 (java) S 7303 7305 6858 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 5211577 1566396416 8743 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.74
Current children cumulated vsize (KiB) 1529684

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.00 2/120 7318
/proc/meminfo: memFree=1460076/2059040 swapFree=4192956/4192956
[pid=7305] ppid=7303 vsize=1533216 CPUtime=14.53
/proc/7305/stat : 7305 (java) S 7303 7305 6858 0 -1 4202496 12527 0 1 0 1445 8 0 0 18 0 13 0 5211512 1570013184 9927 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7305/statm: 383304 9927 1442 10 0 380606 0
[pid=7305/tid=7307] ppid=7303 vsize=1533216 CPUtime=12.37
/proc/7305/task/7307/stat : 7307 (java) R 7303 7305 6858 0 -1 4202560 5490 0 1 0 1234 3 0 0 18 0 13 0 5211513 1570013184 9927 1992294400 134512640 134550932 4287683984 18446744073709551615 4109252042 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7305/tid=7308] ppid=7303 vsize=1533216 CPUtime=0.02
/proc/7305/task/7308/stat : 7308 (java) S 7303 7305 6858 0 -1 4202560 293 0 0 0 2 0 0 0 16 0 13 0 5211515 1570013184 9927 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7309] ppid=7303 vsize=1533216 CPUtime=0.04
/proc/7305/task/7309/stat : 7309 (java) S 7303 7305 6858 0 -1 4202560 419 0 0 0 4 0 0 0 15 0 13 0 5211515 1570013184 9927 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 1 0 0 0
[pid=7305/tid=7310] ppid=7303 vsize=1533216 CPUtime=0.22
/proc/7305/task/7310/stat : 7310 (java) S 7303 7305 6858 0 -1 4202560 777 0 0 0 22 0 0 0 16 0 13 0 5211516 1570013184 9927 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 0 0 16800975 18446604437820478592 0 0 -1 1 0 0 0
[pid=7305/tid=7311] ppid=7303 vsize=1533216 CPUtime=0
/proc/7305/task/7311/stat : 7311 (java) S 7303 7305 6858 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 5211517 1570013184 9927 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 1 0 0 0
[pid=7305/tid=7312] ppid=7303 vsize=1533216 CPUtime=0
/proc/7305/task/7312/stat : 7312 (java) S 7303 7305 6858 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 5211517 1570013184 9927 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7313] ppid=7303 vsize=1533216 CPUtime=0
/proc/7305/task/7313/stat : 7313 (java) S 7303 7305 6858 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 5211521 1570013184 9927 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7314] ppid=7303 vsize=1533216 CPUtime=1.52
/proc/7305/task/7314/stat : 7314 (java) S 7303 7305 6858 0 -1 4202560 3841 0 0 0 151 1 0 0 16 0 13 0 5211521 1570013184 9927 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7315] ppid=7303 vsize=1533216 CPUtime=0.3
/proc/7305/task/7315/stat : 7315 (java) S 7303 7305 6858 0 -1 4202560 641 0 0 0 30 0 0 0 16 0 13 0 5211521 1570013184 9927 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7316] ppid=7303 vsize=1533216 CPUtime=0
/proc/7305/task/7316/stat : 7316 (java) S 7303 7305 6858 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 5211521 1570013184 9927 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7317] ppid=7303 vsize=1533216 CPUtime=0
/proc/7305/task/7317/stat : 7317 (java) S 7303 7305 6858 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 5211521 1570013184 9927 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7318] ppid=7303 vsize=1533216 CPUtime=0
/proc/7305/task/7318/stat : 7318 (java) S 7303 7305 6858 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 5211577 1570013184 9927 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.53
Current children cumulated vsize (KiB) 1533216

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

[startup+15.9022 s]
/proc/loadavg: 1.00 1.00 1.00 2/120 7318
/proc/meminfo: memFree=1460076/2059040 swapFree=4192956/4192956
[pid=7305] ppid=7303 vsize=1533216 CPUtime=17.75
/proc/7305/stat : 7305 (java) S 7303 7305 6858 0 -1 4202496 12568 0 1 0 1767 8 0 0 18 0 13 0 5211512 1570013184 9966 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7305/statm: 383304 9966 1442 10 0 380606 0
[pid=7305/tid=7307] ppid=7303 vsize=1533216 CPUtime=15.51
/proc/7305/task/7307/stat : 7307 (java) R 7303 7305 6858 0 -1 4202560 5492 0 1 0 1548 3 0 0 25 0 13 0 5211513 1570013184 9966 1992294400 134512640 134550932 4287683984 18446744073709551615 4109279819 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7305/tid=7308] ppid=7303 vsize=1533216 CPUtime=0.03
/proc/7305/task/7308/stat : 7308 (java) S 7303 7305 6858 0 -1 4202560 294 0 0 0 3 0 0 0 16 0 13 0 5211515 1570013184 9966 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7309] ppid=7303 vsize=1533216 CPUtime=0.04
/proc/7305/task/7309/stat : 7309 (java) S 7303 7305 6858 0 -1 4202560 420 0 0 0 4 0 0 0 15 0 13 0 5211515 1570013184 9966 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 1 0 0 0
[pid=7305/tid=7310] ppid=7303 vsize=1533216 CPUtime=0.27
/proc/7305/task/7310/stat : 7310 (java) S 7303 7305 6858 0 -1 4202560 814 0 0 0 27 0 0 0 16 0 13 0 5211516 1570013184 9966 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 0 0 16800975 18446604437820478592 0 0 -1 1 0 0 0
[pid=7305/tid=7311] ppid=7303 vsize=1533216 CPUtime=0
/proc/7305/task/7311/stat : 7311 (java) S 7303 7305 6858 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 5211517 1570013184 9966 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 1 0 0 0
[pid=7305/tid=7312] ppid=7303 vsize=1533216 CPUtime=0
/proc/7305/task/7312/stat : 7312 (java) S 7303 7305 6858 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 5211517 1570013184 9966 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7313] ppid=7303 vsize=1533216 CPUtime=0
/proc/7305/task/7313/stat : 7313 (java) S 7303 7305 6858 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 5211521 1570013184 9966 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7314] ppid=7303 vsize=1533216 CPUtime=1.53
/proc/7305/task/7314/stat : 7314 (java) S 7303 7305 6858 0 -1 4202560 3841 0 0 0 152 1 0 0 15 0 13 0 5211521 1570013184 9966 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7315] ppid=7303 vsize=1533216 CPUtime=0.3
/proc/7305/task/7315/stat : 7315 (java) S 7303 7305 6858 0 -1 4202560 641 0 0 0 30 0 0 0 16 0 13 0 5211521 1570013184 9966 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7316] ppid=7303 vsize=1533216 CPUtime=0
/proc/7305/task/7316/stat : 7316 (java) S 7303 7305 6858 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 5211521 1570013184 9966 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7317] ppid=7303 vsize=1533216 CPUtime=0
/proc/7305/task/7317/stat : 7317 (java) S 7303 7305 6858 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 5211521 1570013184 9966 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7318] ppid=7303 vsize=1533216 CPUtime=0
/proc/7305/task/7318/stat : 7318 (java) S 7303 7305 6858 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 5211577 1570013184 9966 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 17.75
Current children cumulated vsize (KiB) 1533216

[startup+16.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/120 7318
/proc/meminfo: memFree=1460200/2059040 swapFree=4192956/4192956
[pid=7305] ppid=7303 vsize=1533216 CPUtime=18.55
/proc/7305/stat : 7305 (java) S 7303 7305 6858 0 -1 4202496 12568 0 1 0 1847 8 0 0 18 0 13 0 5211512 1570013184 9966 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7305/statm: 383304 9966 1442 10 0 380606 0
[pid=7305/tid=7307] ppid=7303 vsize=1533216 CPUtime=16.31
/proc/7305/task/7307/stat : 7307 (java) R 7303 7305 6858 0 -1 4202560 5492 0 1 0 1628 3 0 0 25 0 13 0 5211513 1570013184 9966 1992294400 134512640 134550932 4287683984 18446744073709551615 4159195007 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7305/tid=7308] ppid=7303 vsize=1533216 CPUtime=0.03
/proc/7305/task/7308/stat : 7308 (java) S 7303 7305 6858 0 -1 4202560 294 0 0 0 3 0 0 0 16 0 13 0 5211515 1570013184 9966 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7309] ppid=7303 vsize=1533216 CPUtime=0.04
/proc/7305/task/7309/stat : 7309 (java) S 7303 7305 6858 0 -1 4202560 420 0 0 0 4 0 0 0 15 0 13 0 5211515 1570013184 9966 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 1 0 0 0
[pid=7305/tid=7310] ppid=7303 vsize=1533216 CPUtime=0.27
/proc/7305/task/7310/stat : 7310 (java) S 7303 7305 6858 0 -1 4202560 814 0 0 0 27 0 0 0 15 0 13 0 5211516 1570013184 9966 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 0 0 16800975 18446604437820478592 0 0 -1 1 0 0 0
[pid=7305/tid=7311] ppid=7303 vsize=1533216 CPUtime=0
/proc/7305/task/7311/stat : 7311 (java) S 7303 7305 6858 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 5211517 1570013184 9966 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 1 0 0 0
[pid=7305/tid=7312] ppid=7303 vsize=1533216 CPUtime=0
/proc/7305/task/7312/stat : 7312 (java) S 7303 7305 6858 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 5211517 1570013184 9966 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7313] ppid=7303 vsize=1533216 CPUtime=0
/proc/7305/task/7313/stat : 7313 (java) S 7303 7305 6858 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 5211521 1570013184 9966 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7314] ppid=7303 vsize=1533216 CPUtime=1.53
/proc/7305/task/7314/stat : 7314 (java) S 7303 7305 6858 0 -1 4202560 3841 0 0 0 152 1 0 0 15 0 13 0 5211521 1570013184 9966 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7315] ppid=7303 vsize=1533216 CPUtime=0.3
/proc/7305/task/7315/stat : 7315 (java) S 7303 7305 6858 0 -1 4202560 641 0 0 0 30 0 0 0 16 0 13 0 5211521 1570013184 9966 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7316] ppid=7303 vsize=1533216 CPUtime=0
/proc/7305/task/7316/stat : 7316 (java) S 7303 7305 6858 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 5211521 1570013184 9966 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7317] ppid=7303 vsize=1533216 CPUtime=0
/proc/7305/task/7317/stat : 7317 (java) S 7303 7305 6858 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 5211521 1570013184 9966 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7318] ppid=7303 vsize=1533216 CPUtime=0
/proc/7305/task/7318/stat : 7318 (java) S 7303 7305 6858 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 5211577 1570013184 9966 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 18.55
Current children cumulated vsize (KiB) 1533216

[startup+17.1013 s]
/proc/loadavg: 1.00 1.00 1.00 2/120 7318
/proc/meminfo: memFree=1460200/2059040 swapFree=4192956/4192956
[pid=7305] ppid=7303 vsize=1533216 CPUtime=18.96
/proc/7305/stat : 7305 (java) S 7303 7305 6858 0 -1 4202496 12569 0 1 0 1888 8 0 0 18 0 13 0 5211512 1570013184 9966 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7305/statm: 383304 9966 1442 10 0 380606 0
[pid=7305/tid=7307] ppid=7303 vsize=1533216 CPUtime=16.67
/proc/7305/task/7307/stat : 7307 (java) R 7303 7305 6858 0 -1 4202560 5493 0 1 0 1664 3 0 0 18 0 13 0 5211513 1570013184 9966 1992294400 134512640 134550932 4287683984 18446744073709551615 4109234364 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7305/tid=7308] ppid=7303 vsize=1533216 CPUtime=0.03
/proc/7305/task/7308/stat : 7308 (java) S 7303 7305 6858 0 -1 4202560 294 0 0 0 3 0 0 0 15 0 13 0 5211515 1570013184 9966 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7309] ppid=7303 vsize=1533216 CPUtime=0.04
/proc/7305/task/7309/stat : 7309 (java) S 7303 7305 6858 0 -1 4202560 420 0 0 0 4 0 0 0 15 0 13 0 5211515 1570013184 9966 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7310] ppid=7303 vsize=1533216 CPUtime=0.3
/proc/7305/task/7310/stat : 7310 (java) S 7303 7305 6858 0 -1 4202560 814 0 0 0 30 0 0 0 16 0 13 0 5211516 1570013184 9966 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 0 0 16800975 18446604437820478592 0 0 -1 1 0 0 0
[pid=7305/tid=7311] ppid=7303 vsize=1533216 CPUtime=0
/proc/7305/task/7311/stat : 7311 (java) S 7303 7305 6858 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 5211517 1570013184 9966 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 1 0 0 0
[pid=7305/tid=7312] ppid=7303 vsize=1533216 CPUtime=0
/proc/7305/task/7312/stat : 7312 (java) S 7303 7305 6858 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 5211517 1570013184 9966 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7313] ppid=7303 vsize=1533216 CPUtime=0
/proc/7305/task/7313/stat : 7313 (java) S 7303 7305 6858 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 5211521 1570013184 9966 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7314] ppid=7303 vsize=1533216 CPUtime=1.55
/proc/7305/task/7314/stat : 7314 (java) S 7303 7305 6858 0 -1 4202560 3841 0 0 0 154 1 0 0 15 0 13 0 5211521 1570013184 9966 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7315] ppid=7303 vsize=1533216 CPUtime=0.3
/proc/7305/task/7315/stat : 7315 (java) S 7303 7305 6858 0 -1 4202560 641 0 0 0 30 0 0 0 16 0 13 0 5211521 1570013184 9966 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7316] ppid=7303 vsize=1533216 CPUtime=0
/proc/7305/task/7316/stat : 7316 (java) S 7303 7305 6858 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 5211521 1570013184 9966 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7317] ppid=7303 vsize=1533216 CPUtime=0
/proc/7305/task/7317/stat : 7317 (java) S 7303 7305 6858 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 5211521 1570013184 9966 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7318] ppid=7303 vsize=1533216 CPUtime=0
/proc/7305/task/7318/stat : 7318 (java) S 7303 7305 6858 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 5211577 1570013184 9966 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 18.96
Current children cumulated vsize (KiB) 1533216

[startup+17.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/120 7318
/proc/meminfo: memFree=1460200/2059040 swapFree=4192956/4192956
[pid=7305] ppid=7303 vsize=1533216 CPUtime=19.38
/proc/7305/stat : 7305 (java) S 7303 7305 6858 0 -1 4202496 12569 0 1 0 1930 8 0 0 18 0 13 0 5211512 1570013184 9966 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7305/statm: 383304 9966 1442 10 0 380606 0
[pid=7305/tid=7307] ppid=7303 vsize=1533216 CPUtime=17.08
/proc/7305/task/7307/stat : 7307 (java) R 7303 7305 6858 0 -1 4202560 5493 0 1 0 1705 3 0 0 18 0 13 0 5211513 1570013184 9966 1992294400 134512640 134550932 4287683984 18446744073709551615 4109234879 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7305/tid=7308] ppid=7303 vsize=1533216 CPUtime=0.03
/proc/7305/task/7308/stat : 7308 (java) S 7303 7305 6858 0 -1 4202560 294 0 0 0 3 0 0 0 15 0 13 0 5211515 1570013184 9966 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7309] ppid=7303 vsize=1533216 CPUtime=0.04
/proc/7305/task/7309/stat : 7309 (java) S 7303 7305 6858 0 -1 4202560 420 0 0 0 4 0 0 0 15 0 13 0 5211515 1570013184 9966 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7310] ppid=7303 vsize=1533216 CPUtime=0.3
/proc/7305/task/7310/stat : 7310 (java) S 7303 7305 6858 0 -1 4202560 814 0 0 0 30 0 0 0 16 0 13 0 5211516 1570013184 9966 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 0 0 16800975 18446604437820478592 0 0 -1 1 0 0 0
[pid=7305/tid=7311] ppid=7303 vsize=1533216 CPUtime=0
/proc/7305/task/7311/stat : 7311 (java) S 7303 7305 6858 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 5211517 1570013184 9966 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 1 0 0 0
[pid=7305/tid=7312] ppid=7303 vsize=1533216 CPUtime=0
/proc/7305/task/7312/stat : 7312 (java) S 7303 7305 6858 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 5211517 1570013184 9966 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7313] ppid=7303 vsize=1533216 CPUtime=0
/proc/7305/task/7313/stat : 7313 (java) S 7303 7305 6858 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 5211521 1570013184 9966 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7314] ppid=7303 vsize=1533216 CPUtime=1.56
/proc/7305/task/7314/stat : 7314 (java) S 7303 7305 6858 0 -1 4202560 3841 0 0 0 155 1 0 0 15 0 13 0 5211521 1570013184 9966 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7315] ppid=7303 vsize=1533216 CPUtime=0.3
/proc/7305/task/7315/stat : 7315 (java) S 7303 7305 6858 0 -1 4202560 641 0 0 0 30 0 0 0 16 0 13 0 5211521 1570013184 9966 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7316] ppid=7303 vsize=1533216 CPUtime=0
/proc/7305/task/7316/stat : 7316 (java) S 7303 7305 6858 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 5211521 1570013184 9966 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7317] ppid=7303 vsize=1533216 CPUtime=0
/proc/7305/task/7317/stat : 7317 (java) S 7303 7305 6858 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 5211521 1570013184 9966 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7318] ppid=7303 vsize=1533216 CPUtime=0
/proc/7305/task/7318/stat : 7318 (java) S 7303 7305 6858 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 5211577 1570013184 9966 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19.38
Current children cumulated vsize (KiB) 1533216

[startup+17.6093 s]
/proc/loadavg: 1.00 1.00 1.00 2/120 7318
/proc/meminfo: memFree=1460200/2059040 swapFree=4192956/4192956
[pid=7305] ppid=7303 vsize=1533216 CPUtime=19.51
/proc/7305/stat : 7305 (java) S 7303 7305 6858 0 -1 4202496 12570 0 1 0 1943 8 0 0 18 0 13 0 5211512 1570013184 9967 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7305/statm: 383304 9967 1442 10 0 380606 0
[pid=7305/tid=7307] ppid=7303 vsize=1533216 CPUtime=17.18
/proc/7305/task/7307/stat : 7307 (java) R 7303 7305 6858 0 -1 4202560 5494 0 1 0 1715 3 0 0 18 0 13 0 5211513 1570013184 9967 1992294400 134512640 134550932 4287683984 18446744073709551615 4109251784 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7305/tid=7308] ppid=7303 vsize=1533216 CPUtime=0.03
/proc/7305/task/7308/stat : 7308 (java) S 7303 7305 6858 0 -1 4202560 294 0 0 0 3 0 0 0 15 0 13 0 5211515 1570013184 9967 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7309] ppid=7303 vsize=1533216 CPUtime=0.04
/proc/7305/task/7309/stat : 7309 (java) S 7303 7305 6858 0 -1 4202560 420 0 0 0 4 0 0 0 15 0 13 0 5211515 1570013184 9967 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7310] ppid=7303 vsize=1533216 CPUtime=0.3
/proc/7305/task/7310/stat : 7310 (java) S 7303 7305 6858 0 -1 4202560 814 0 0 0 30 0 0 0 16 0 13 0 5211516 1570013184 9967 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 0 0 16800975 18446604437820478592 0 0 -1 1 0 0 0
[pid=7305/tid=7311] ppid=7303 vsize=1533216 CPUtime=0
/proc/7305/task/7311/stat : 7311 (java) S 7303 7305 6858 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 5211517 1570013184 9967 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 1 0 0 0
[pid=7305/tid=7312] ppid=7303 vsize=1533216 CPUtime=0
/proc/7305/task/7312/stat : 7312 (java) S 7303 7305 6858 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 5211517 1570013184 9967 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7313] ppid=7303 vsize=1533216 CPUtime=0
/proc/7305/task/7313/stat : 7313 (java) S 7303 7305 6858 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 5211521 1570013184 9967 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7314] ppid=7303 vsize=1533216 CPUtime=1.59
/proc/7305/task/7314/stat : 7314 (java) S 7303 7305 6858 0 -1 4202560 3841 0 0 0 158 1 0 0 15 0 13 0 5211521 1570013184 9967 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7315] ppid=7303 vsize=1533216 CPUtime=0.3
/proc/7305/task/7315/stat : 7315 (java) S 7303 7305 6858 0 -1 4202560 641 0 0 0 30 0 0 0 15 0 13 0 5211521 1570013184 9967 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7316] ppid=7303 vsize=1533216 CPUtime=0
/proc/7305/task/7316/stat : 7316 (java) S 7303 7305 6858 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 5211521 1570013184 9967 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7317] ppid=7303 vsize=1533216 CPUtime=0
/proc/7305/task/7317/stat : 7317 (java) S 7303 7305 6858 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 5211521 1570013184 9967 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 0 0 0 0
[pid=7305/tid=7318] ppid=7303 vsize=1533216 CPUtime=0
/proc/7305/task/7318/stat : 7318 (java) S 7303 7305 6858 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 5211577 1570013184 9967 1992294400 134512640 134550932 4287683984 18446744073709551615 4294960144 0 4 0 16800975 18446604437820478592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19.51
Current children cumulated vsize (KiB) 1533216

Child status: 20
Real time (s): 17.6804
CPU time (s): 19.592
CPU user time (s): 19.503
CPU system time (s): 0.088986
CPU usage (%): 110.812
Max. virtual memory (cumulated for all children) (KiB): 1536516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.503
system time used= 0.088986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12587
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= 710
involuntary context switches= 433

runsolver used 0.041993 second user time and 0.107983 second system time

The end

Launcher Data

Begin job on node025 at 2010-06-12 06:05:58
IDJOB=2659491
IDBENCH=1368
IDSOLVER=1164
FILE ID=node025/2659491-1276315558
PBS_JOBID= 11173146
Free space on /tmp= 62540 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900564281.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659491-1276315558/watcher-2659491-1276315558 -o /tmp/evaluation-result-2659491-1276315558/solver-2659491-1276315558 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659491-1276315558.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 0626939ca6144a564c8e59fb048e3266
RANDOM SEED=2145300087

node025.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1496100 kB
Buffers:         92844 kB
Cached:         329540 kB
SwapCached:          0 kB
Active:         175808 kB
Inactive:       305980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1496100 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             384 kB
Writeback:           0 kB
AnonPages:       59364 kB
Mapped:          15396 kB
Slab:            59240 kB
PageTables:       4080 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181528 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62540 MiB
End job on node025 at 2010-06-12 06:06:16