Trace number 1854861

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 Pseudo Resolution 2.1.1UNSAT 25.7871 24.8762

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900557957.opb
MD5SUMaacf18cf0b8ed9727f2f81c2bd5074e6
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 benchmark22.3536
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 717
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.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.15	c version 2.1.1.v20090612
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0_12
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1342000320
0.09/0.15	c Max memory 1344274432
0.09/0.15	c Total memory 1344274432
0.09/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.CompetResolutionPBMixedHTClauseCardConstrDataStructure@64dc11
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 phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c MiniSAT restarts strategy
0.23/0.21	c Memory based 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-1854861-1244862631.opb
0.23/0.21	c reading problem ... 
1.01/0.71	c ... done. Wall clock time 0.496s.
1.01/0.71	c #vars     231
1.01/0.71	c #constraints  2707
1.01/0.71	c constraints type 
1.01/0.71	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
1.01/0.71	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
1.01/0.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1.01/0.71	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 2442
25.58/24.76	c starts		: 15
25.58/24.76	c conflicts		: 85170
25.58/24.76	c decisions		: 127429
25.58/24.76	c propagations		: 3502843
25.58/24.76	c inspects		: 90352882
25.58/24.76	c learnt literals	: 9
25.58/24.76	c learnt binary clauses	: 43
25.58/24.76	c learnt ternary clauses	: 219
25.58/24.76	c learnt clauses	: 85160
25.58/24.76	c ignored clauses	: 0
25.58/24.76	c root simplifications	: 0
25.58/24.76	c removed literals (reason simplification)	: 605750
25.58/24.76	c reason swapping (by a shorter reason)	: 0
25.58/24.76	c Calls to reduceDB	: 0
25.58/24.76	c speed (assignments/second)	: 145672.58587706895
25.58/24.76	c non guided choices	121
25.71/24.81	c learnt constraints type 
25.71/24.81	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 85117
25.71/24.81	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 43
25.71/24.81	c constraints type 
25.71/24.81	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
25.71/24.81	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
25.71/24.81	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
25.71/24.81	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 2442
25.71/24.81	s UNSATISFIABLE
25.71/24.82	c Total wall clock time (in seconds): 24.6

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-1854861-1244862631/watcher-1854861-1244862631 -o /tmp/evaluation-result-1854861-1244862631/solver-1854861-1244862631 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1854861-1244862631.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: 0.92 0.98 0.99 2/64 11329
/proc/meminfo: memFree=1478376/2055920 swapFree=4192812/4192956
[pid=11329] ppid=11327 vsize=272 CPUtime=0
/proc/11329/stat : 11329 (java6) D 11327 11329 10914 0 -1 0 53 0 0 0 0 0 0 0 21 0 1 0 153864046 278528 37 1992294400 134512640 134550932 4294956176 18446744073709551615 6927140 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/11329/statm: 68 37 28 9 0 6 0

[startup+0.066762 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 11329
/proc/meminfo: memFree=1478376/2055920 swapFree=4192812/4192956
[pid=11329] ppid=11327 vsize=1470220 CPUtime=0.06
/proc/11329/stat : 11329 (java) S 11327 11329 10914 0 -1 0 3356 0 1 0 4 2 0 0 18 0 7 0 153864046 1505505280 3101 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/11329/statm: 367555 3101 1030 9 0 364906 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1470220

[startup+0.10174 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 11329
/proc/meminfo: memFree=1478376/2055920 swapFree=4192812/4192956
[pid=11329] ppid=11327 vsize=1472584 CPUtime=0.09
/proc/11329/stat : 11329 (java) S 11327 11329 10914 0 -1 0 3636 0 1 0 7 2 0 0 18 0 12 0 153864046 1507926016 3379 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11329/statm: 368146 3379 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1472584

[startup+0.301756 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 11329
/proc/meminfo: memFree=1478376/2055920 swapFree=4192812/4192956
[pid=11329] ppid=11327 vsize=1474984 CPUtime=0.34
/proc/11329/stat : 11329 (java) S 11327 11329 10914 0 -1 0 5006 0 1 0 31 3 0 0 18 0 12 0 153864046 1510383616 4743 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11329/statm: 368746 4743 1355 9 0 366089 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1474984

[startup+0.701797 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 11329
/proc/meminfo: memFree=1478376/2055920 swapFree=4192812/4192956
[pid=11329] ppid=11327 vsize=1478732 CPUtime=1.01
/proc/11329/stat : 11329 (java) S 11327 11329 10914 0 -1 0 7575 0 1 0 97 4 0 0 18 0 12 0 153864046 1514221568 6695 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11329/statm: 369683 6695 1396 9 0 367026 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 1478732

[startup+1.50287 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 11342
/proc/meminfo: memFree=1456000/2055920 swapFree=4192812/4192956
[pid=11329] ppid=11327 vsize=1479056 CPUtime=2.24
/proc/11329/stat : 11329 (java) S 11327 11329 10914 0 -1 0 8329 0 1 0 220 4 0 0 18 0 13 0 153864046 1514553344 7391 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11329/statm: 369764 7391 1416 9 0 367107 0
[pid=11329/tid=11331] ppid=11327 vsize=1479056 CPUtime=1.13
/proc/11329/task/11331/stat : 11331 (java) R 11327 11329 10914 0 -1 64 5244 0 1 0 111 2 0 0 25 0 13 0 153864048 1514553344 7391 1992294400 134512640 134550932 4294956016 18446744073709551615 4109655072 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11332] ppid=11327 vsize=1479056 CPUtime=0
/proc/11329/task/11332/stat : 11332 (java) S 11327 11329 10914 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 153864049 1514553344 7391 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11333] ppid=11327 vsize=1479056 CPUtime=0
/proc/11329/task/11333/stat : 11333 (java) S 11327 11329 10914 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 153864049 1514553344 7391 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11334] ppid=11327 vsize=1479056 CPUtime=0
/proc/11329/task/11334/stat : 11334 (java) S 11327 11329 10914 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 153864050 1514553344 7391 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11329/tid=11335] ppid=11327 vsize=1479056 CPUtime=0
/proc/11329/task/11335/stat : 11335 (java) S 11327 11329 10914 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 153864051 1514553344 7391 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11336] ppid=11327 vsize=1479056 CPUtime=0
/proc/11329/task/11336/stat : 11336 (java) S 11327 11329 10914 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 153864051 1514553344 7391 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11337] ppid=11327 vsize=1479056 CPUtime=0
/proc/11329/task/11337/stat : 11337 (java) S 11327 11329 10914 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153864055 1514553344 7391 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11338] ppid=11327 vsize=1479056 CPUtime=0.59
/proc/11329/task/11338/stat : 11338 (java) S 11327 11329 10914 0 -1 64 1580 0 0 0 59 0 0 0 17 0 13 0 153864055 1514553344 7391 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11339] ppid=11327 vsize=1479056 CPUtime=0.49
/proc/11329/task/11339/stat : 11339 (java) S 11327 11329 10914 0 -1 64 761 0 0 0 49 0 0 0 16 0 13 0 153864055 1514553344 7391 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11329/tid=11340] ppid=11327 vsize=1479056 CPUtime=0
/proc/11329/task/11340/stat : 11340 (java) S 11327 11329 10914 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 153864055 1514553344 7391 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11341] ppid=11327 vsize=1479056 CPUtime=0
/proc/11329/task/11341/stat : 11341 (java) S 11327 11329 10914 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 153864055 1514553344 7391 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11329/tid=11342] ppid=11327 vsize=1479056 CPUtime=0
/proc/11329/task/11342/stat : 11342 (java) S 11327 11329 10914 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 153864118 1514553344 7391 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 1479056

[startup+3.10302 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 11342
/proc/meminfo: memFree=1451712/2055920 swapFree=4192812/4192956
[pid=11329] ppid=11327 vsize=1479056 CPUtime=3.96
/proc/11329/stat : 11329 (java) S 11327 11329 10914 0 -1 0 9661 0 1 0 391 5 0 0 18 0 13 0 153864046 1514553344 8721 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11329/statm: 369764 8721 1420 9 0 367107 0
[pid=11329/tid=11331] ppid=11327 vsize=1479056 CPUtime=2.7
/proc/11329/task/11331/stat : 11331 (java) R 11327 11329 10914 0 -1 64 6552 0 1 0 267 3 0 0 17 0 13 0 153864048 1514553344 8721 1992294400 134512640 134550932 4294956016 18446744073709551615 4109674948 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11332] ppid=11327 vsize=1479056 CPUtime=0
/proc/11329/task/11332/stat : 11332 (java) S 11327 11329 10914 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 153864049 1514553344 8721 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11333] ppid=11327 vsize=1479056 CPUtime=0
/proc/11329/task/11333/stat : 11333 (java) S 11327 11329 10914 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 153864049 1514553344 8721 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11334] ppid=11327 vsize=1479056 CPUtime=0
/proc/11329/task/11334/stat : 11334 (java) S 11327 11329 10914 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 153864050 1514553344 8721 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11329/tid=11335] ppid=11327 vsize=1479056 CPUtime=0
/proc/11329/task/11335/stat : 11335 (java) S 11327 11329 10914 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 153864051 1514553344 8721 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11336] ppid=11327 vsize=1479056 CPUtime=0
/proc/11329/task/11336/stat : 11336 (java) S 11327 11329 10914 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 153864051 1514553344 8721 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11337] ppid=11327 vsize=1479056 CPUtime=0
/proc/11329/task/11337/stat : 11337 (java) S 11327 11329 10914 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153864055 1514553344 8721 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11338] ppid=11327 vsize=1479056 CPUtime=0.62
/proc/11329/task/11338/stat : 11338 (java) S 11327 11329 10914 0 -1 64 1589 0 0 0 62 0 0 0 16 0 13 0 153864055 1514553344 8721 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11339] ppid=11327 vsize=1479056 CPUtime=0.62
/proc/11329/task/11339/stat : 11339 (java) S 11327 11329 10914 0 -1 64 776 0 0 0 62 0 0 0 16 0 13 0 153864055 1514553344 8721 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11329/tid=11340] ppid=11327 vsize=1479056 CPUtime=0
/proc/11329/task/11340/stat : 11340 (java) S 11327 11329 10914 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 153864055 1514553344 8721 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11341] ppid=11327 vsize=1479056 CPUtime=0
/proc/11329/task/11341/stat : 11341 (java) S 11327 11329 10914 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 153864055 1514553344 8721 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11329/tid=11342] ppid=11327 vsize=1479056 CPUtime=0
/proc/11329/task/11342/stat : 11342 (java) S 11327 11329 10914 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 153864118 1514553344 8721 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.96
Current children cumulated vsize (KiB) 1479056

[startup+6.30131 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 11342
/proc/meminfo: memFree=1443136/2055920 swapFree=4192812/4192956
[pid=11329] ppid=11327 vsize=1478876 CPUtime=7.15
/proc/11329/stat : 11329 (java) S 11327 11329 10914 0 -1 0 11390 0 1 0 709 6 0 0 18 0 13 0 153864046 1514369024 10412 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11329/statm: 369719 10413 1420 9 0 367062 0
[pid=11329/tid=11331] ppid=11327 vsize=1478876 CPUtime=5.89
/proc/11329/task/11331/stat : 11331 (java) R 11327 11329 10914 0 -1 64 8282 0 1 0 584 5 0 0 25 0 13 0 153864048 1514369024 10413 1992294400 134512640 134550932 4294956016 18446744073709551615 4109627095 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11329/tid=11332] ppid=11327 vsize=1478876 CPUtime=0
/proc/11329/task/11332/stat : 11332 (java) S 11327 11329 10914 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 153864049 1514369024 10413 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11333] ppid=11327 vsize=1478876 CPUtime=0
/proc/11329/task/11333/stat : 11333 (java) S 11327 11329 10914 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 153864049 1514369024 10413 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11334] ppid=11327 vsize=1478876 CPUtime=0
/proc/11329/task/11334/stat : 11334 (java) S 11327 11329 10914 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 153864050 1514369024 10413 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11329/tid=11335] ppid=11327 vsize=1478876 CPUtime=0
/proc/11329/task/11335/stat : 11335 (java) S 11327 11329 10914 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 153864051 1514369024 10413 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11336] ppid=11327 vsize=1478876 CPUtime=0
/proc/11329/task/11336/stat : 11336 (java) S 11327 11329 10914 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 153864051 1514369024 10413 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11337] ppid=11327 vsize=1478876 CPUtime=0
/proc/11329/task/11337/stat : 11337 (java) S 11327 11329 10914 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153864055 1514369024 10413 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11338] ppid=11327 vsize=1478876 CPUtime=0.62
/proc/11329/task/11338/stat : 11338 (java) S 11327 11329 10914 0 -1 64 1589 0 0 0 62 0 0 0 16 0 13 0 153864055 1514369024 10413 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11339] ppid=11327 vsize=1478876 CPUtime=0.62
/proc/11329/task/11339/stat : 11339 (java) S 11327 11329 10914 0 -1 64 776 0 0 0 62 0 0 0 16 0 13 0 153864055 1514369024 10413 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11329/tid=11340] ppid=11327 vsize=1478876 CPUtime=0
/proc/11329/task/11340/stat : 11340 (java) S 11327 11329 10914 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 153864055 1514369024 10413 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11341] ppid=11327 vsize=1478876 CPUtime=0
/proc/11329/task/11341/stat : 11341 (java) S 11327 11329 10914 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 153864055 1514369024 10413 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11329/tid=11342] ppid=11327 vsize=1478876 CPUtime=0
/proc/11329/task/11342/stat : 11342 (java) S 11327 11329 10914 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 153864118 1514369024 10413 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.15
Current children cumulated vsize (KiB) 1478876

[startup+12.7029 s]
/proc/loadavg: 0.94 0.98 0.99 2/77 11342
/proc/meminfo: memFree=1434136/2055920 swapFree=4192812/4192956
[pid=11329] ppid=11327 vsize=1478876 CPUtime=13.56
/proc/11329/stat : 11329 (java) S 11327 11329 10914 0 -1 0 13441 0 1 0 1348 8 0 0 18 0 13 0 153864046 1514369024 12462 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11329/statm: 369719 12462 1420 9 0 367062 0
[pid=11329/tid=11331] ppid=11327 vsize=1478876 CPUtime=12.28
/proc/11329/task/11331/stat : 11331 (java) R 11327 11329 10914 0 -1 64 10331 0 1 0 1222 6 0 0 25 0 13 0 153864048 1514369024 12462 1992294400 134512640 134550932 4294956016 18446744073709551615 4109593503 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11332] ppid=11327 vsize=1478876 CPUtime=0
/proc/11329/task/11332/stat : 11332 (java) S 11327 11329 10914 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 153864049 1514369024 12462 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11333] ppid=11327 vsize=1478876 CPUtime=0
/proc/11329/task/11333/stat : 11333 (java) S 11327 11329 10914 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 153864049 1514369024 12462 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11334] ppid=11327 vsize=1478876 CPUtime=0
/proc/11329/task/11334/stat : 11334 (java) S 11327 11329 10914 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 153864050 1514369024 12462 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11329/tid=11335] ppid=11327 vsize=1478876 CPUtime=0
/proc/11329/task/11335/stat : 11335 (java) S 11327 11329 10914 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 153864051 1514369024 12462 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11336] ppid=11327 vsize=1478876 CPUtime=0
/proc/11329/task/11336/stat : 11336 (java) S 11327 11329 10914 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 153864051 1514369024 12462 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11337] ppid=11327 vsize=1478876 CPUtime=0
/proc/11329/task/11337/stat : 11337 (java) S 11327 11329 10914 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153864055 1514369024 12462 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11338] ppid=11327 vsize=1478876 CPUtime=0.62
/proc/11329/task/11338/stat : 11338 (java) S 11327 11329 10914 0 -1 64 1589 0 0 0 62 0 0 0 16 0 13 0 153864055 1514369024 12462 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11339] ppid=11327 vsize=1478876 CPUtime=0.64
/proc/11329/task/11339/stat : 11339 (java) S 11327 11329 10914 0 -1 64 777 0 0 0 64 0 0 0 16 0 13 0 153864055 1514369024 12462 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11329/tid=11340] ppid=11327 vsize=1478876 CPUtime=0
/proc/11329/task/11340/stat : 11340 (java) S 11327 11329 10914 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 153864055 1514369024 12462 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11341] ppid=11327 vsize=1478876 CPUtime=0
/proc/11329/task/11341/stat : 11341 (java) S 11327 11329 10914 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 153864055 1514369024 12462 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11329/tid=11342] ppid=11327 vsize=1478876 CPUtime=0
/proc/11329/task/11342/stat : 11342 (java) S 11327 11329 10914 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 153864118 1514369024 12462 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.56
Current children cumulated vsize (KiB) 1478876

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

[startup+19.1025 s]
/proc/loadavg: 0.94 0.98 0.99 2/77 11342
/proc/meminfo: memFree=1428312/2055920 swapFree=4192812/4192956
[pid=11329] ppid=11327 vsize=1478876 CPUtime=19.96
/proc/11329/stat : 11329 (java) S 11327 11329 10914 0 -1 0 14846 0 1 0 1987 9 0 0 18 0 13 0 153864046 1514369024 13865 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11329/statm: 369719 13865 1420 9 0 367062 0
[pid=11329/tid=11331] ppid=11327 vsize=1478876 CPUtime=18.65
/proc/11329/task/11331/stat : 11331 (java) R 11327 11329 10914 0 -1 64 11734 0 1 0 1858 7 0 0 25 0 13 0 153864048 1514369024 13865 1992294400 134512640 134550932 4294956016 18446744073709551615 4109630502 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11329/tid=11332] ppid=11327 vsize=1478876 CPUtime=0
/proc/11329/task/11332/stat : 11332 (java) S 11327 11329 10914 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 153864049 1514369024 13865 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11333] ppid=11327 vsize=1478876 CPUtime=0

################
# More data... #
################

/proc/11329/task/11341/stat : 11341 (java) S 11327 11329 10914 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 153864055 1514369024 13865 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11329/tid=11342] ppid=11327 vsize=1478876 CPUtime=0
/proc/11329/task/11342/stat : 11342 (java) S 11327 11329 10914 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 153864118 1514369024 13865 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 19.96
Current children cumulated vsize (KiB) 1478876

[startup+22.3028 s]
/proc/loadavg: 0.95 0.98 0.99 2/77 11342
/proc/meminfo: memFree=1424856/2055920 swapFree=4192812/4192956
[pid=11329] ppid=11327 vsize=1478876 CPUtime=23.16
/proc/11329/stat : 11329 (java) S 11327 11329 10914 0 -1 0 15688 0 1 0 2307 9 0 0 18 0 13 0 153864046 1514369024 14706 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11329/statm: 369719 14706 1420 9 0 367062 0
[pid=11329/tid=11331] ppid=11327 vsize=1478876 CPUtime=21.85
/proc/11329/task/11331/stat : 11331 (java) R 11327 11329 10914 0 -1 64 12575 0 1 0 2177 8 0 0 25 0 13 0 153864048 1514369024 14706 1992294400 134512640 134550932 4294956016 18446744073709551615 4109586958 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11329/tid=11332] ppid=11327 vsize=1478876 CPUtime=0
/proc/11329/task/11332/stat : 11332 (java) S 11327 11329 10914 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 153864049 1514369024 14706 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11333] ppid=11327 vsize=1478876 CPUtime=0
/proc/11329/task/11333/stat : 11333 (java) S 11327 11329 10914 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 153864049 1514369024 14706 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11334] ppid=11327 vsize=1478876 CPUtime=0
/proc/11329/task/11334/stat : 11334 (java) S 11327 11329 10914 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 153864050 1514369024 14706 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11329/tid=11335] ppid=11327 vsize=1478876 CPUtime=0
/proc/11329/task/11335/stat : 11335 (java) S 11327 11329 10914 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 153864051 1514369024 14706 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11336] ppid=11327 vsize=1478876 CPUtime=0
/proc/11329/task/11336/stat : 11336 (java) S 11327 11329 10914 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 153864051 1514369024 14706 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11337] ppid=11327 vsize=1478876 CPUtime=0
/proc/11329/task/11337/stat : 11337 (java) S 11327 11329 10914 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153864055 1514369024 14706 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11338] ppid=11327 vsize=1478876 CPUtime=0.62
/proc/11329/task/11338/stat : 11338 (java) S 11327 11329 10914 0 -1 64 1589 0 0 0 62 0 0 0 16 0 13 0 153864055 1514369024 14706 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11339] ppid=11327 vsize=1478876 CPUtime=0.68
/proc/11329/task/11339/stat : 11339 (java) S 11327 11329 10914 0 -1 64 780 0 0 0 68 0 0 0 17 0 13 0 153864055 1514369024 14706 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11329/tid=11340] ppid=11327 vsize=1478876 CPUtime=0
/proc/11329/task/11340/stat : 11340 (java) S 11327 11329 10914 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 153864055 1514369024 14706 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11341] ppid=11327 vsize=1478876 CPUtime=0
/proc/11329/task/11341/stat : 11341 (java) S 11327 11329 10914 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 153864055 1514369024 14706 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11329/tid=11342] ppid=11327 vsize=1478876 CPUtime=0
/proc/11329/task/11342/stat : 11342 (java) S 11327 11329 10914 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 153864118 1514369024 14706 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 23.16
Current children cumulated vsize (KiB) 1478876

[startup+23.9019 s]
/proc/loadavg: 0.95 0.98 0.99 2/77 11342
/proc/meminfo: memFree=1423896/2055920 swapFree=4192812/4192956
[pid=11329] ppid=11327 vsize=1478876 CPUtime=24.78
/proc/11329/stat : 11329 (java) S 11327 11329 10914 0 -1 0 16049 0 1 0 2468 10 0 0 18 0 13 0 153864046 1514369024 15067 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11329/statm: 369719 15067 1420 9 0 367062 0
[pid=11329/tid=11331] ppid=11327 vsize=1478876 CPUtime=23.44
/proc/11329/task/11331/stat : 11331 (java) R 11327 11329 10914 0 -1 64 12920 0 1 0 2336 8 0 0 25 0 13 0 153864048 1514369024 15067 1992294400 134512640 134550932 4294956016 18446744073709551615 4109627107 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11329/tid=11332] ppid=11327 vsize=1478876 CPUtime=0
/proc/11329/task/11332/stat : 11332 (java) S 11327 11329 10914 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 153864049 1514369024 15067 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11333] ppid=11327 vsize=1478876 CPUtime=0
/proc/11329/task/11333/stat : 11333 (java) S 11327 11329 10914 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 153864049 1514369024 15067 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11334] ppid=11327 vsize=1478876 CPUtime=0
/proc/11329/task/11334/stat : 11334 (java) S 11327 11329 10914 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 153864050 1514369024 15067 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11329/tid=11335] ppid=11327 vsize=1478876 CPUtime=0
/proc/11329/task/11335/stat : 11335 (java) S 11327 11329 10914 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 153864051 1514369024 15067 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11336] ppid=11327 vsize=1478876 CPUtime=0
/proc/11329/task/11336/stat : 11336 (java) S 11327 11329 10914 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 153864051 1514369024 15067 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11337] ppid=11327 vsize=1478876 CPUtime=0
/proc/11329/task/11337/stat : 11337 (java) S 11327 11329 10914 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153864055 1514369024 15067 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11338] ppid=11327 vsize=1478876 CPUtime=0.62
/proc/11329/task/11338/stat : 11338 (java) S 11327 11329 10914 0 -1 64 1598 0 0 0 62 0 0 0 16 0 13 0 153864055 1514369024 15067 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11339] ppid=11327 vsize=1478876 CPUtime=0.69
/proc/11329/task/11339/stat : 11339 (java) S 11327 11329 10914 0 -1 64 787 0 0 0 69 0 0 0 17 0 13 0 153864055 1514369024 15067 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11329/tid=11340] ppid=11327 vsize=1478876 CPUtime=0
/proc/11329/task/11340/stat : 11340 (java) S 11327 11329 10914 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 153864055 1514369024 15067 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11341] ppid=11327 vsize=1478876 CPUtime=0
/proc/11329/task/11341/stat : 11341 (java) S 11327 11329 10914 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 153864055 1514369024 15067 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11329/tid=11342] ppid=11327 vsize=1478876 CPUtime=0
/proc/11329/task/11342/stat : 11342 (java) S 11327 11329 10914 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 153864118 1514369024 15067 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.78
Current children cumulated vsize (KiB) 1478876

[startup+24.302 s]
/proc/loadavg: 0.95 0.98 0.99 2/77 11342
/proc/meminfo: memFree=1422872/2055920 swapFree=4192812/4192956
[pid=11329] ppid=11327 vsize=1478876 CPUtime=25.18
/proc/11329/stat : 11329 (java) S 11327 11329 10914 0 -1 0 16118 0 1 0 2508 10 0 0 18 0 13 0 153864046 1514369024 15135 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11329/statm: 369719 15135 1420 9 0 367062 0
[pid=11329/tid=11331] ppid=11327 vsize=1478876 CPUtime=23.84
/proc/11329/task/11331/stat : 11331 (java) R 11327 11329 10914 0 -1 64 12989 0 1 0 2376 8 0 0 25 0 13 0 153864048 1514369024 15135 1992294400 134512640 134550932 4294956016 18446744073709551615 4109582399 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11329/tid=11332] ppid=11327 vsize=1478876 CPUtime=0
/proc/11329/task/11332/stat : 11332 (java) S 11327 11329 10914 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 153864049 1514369024 15135 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11333] ppid=11327 vsize=1478876 CPUtime=0
/proc/11329/task/11333/stat : 11333 (java) S 11327 11329 10914 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 153864049 1514369024 15135 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11334] ppid=11327 vsize=1478876 CPUtime=0
/proc/11329/task/11334/stat : 11334 (java) S 11327 11329 10914 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 153864050 1514369024 15135 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11329/tid=11335] ppid=11327 vsize=1478876 CPUtime=0
/proc/11329/task/11335/stat : 11335 (java) S 11327 11329 10914 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 153864051 1514369024 15135 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11336] ppid=11327 vsize=1478876 CPUtime=0
/proc/11329/task/11336/stat : 11336 (java) S 11327 11329 10914 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 153864051 1514369024 15135 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11337] ppid=11327 vsize=1478876 CPUtime=0
/proc/11329/task/11337/stat : 11337 (java) S 11327 11329 10914 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153864055 1514369024 15135 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11338] ppid=11327 vsize=1478876 CPUtime=0.62
/proc/11329/task/11338/stat : 11338 (java) S 11327 11329 10914 0 -1 64 1598 0 0 0 62 0 0 0 16 0 13 0 153864055 1514369024 15135 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11339] ppid=11327 vsize=1478876 CPUtime=0.69
/proc/11329/task/11339/stat : 11339 (java) S 11327 11329 10914 0 -1 64 787 0 0 0 69 0 0 0 17 0 13 0 153864055 1514369024 15135 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11329/tid=11340] ppid=11327 vsize=1478876 CPUtime=0
/proc/11329/task/11340/stat : 11340 (java) S 11327 11329 10914 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 153864055 1514369024 15135 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11341] ppid=11327 vsize=1478876 CPUtime=0
/proc/11329/task/11341/stat : 11341 (java) S 11327 11329 10914 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 153864055 1514369024 15135 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11329/tid=11342] ppid=11327 vsize=1478876 CPUtime=0
/proc/11329/task/11342/stat : 11342 (java) S 11327 11329 10914 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 153864118 1514369024 15135 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 1478876

[startup+24.702 s]
/proc/loadavg: 0.95 0.98 0.99 2/77 11342
/proc/meminfo: memFree=1422872/2055920 swapFree=4192812/4192956
[pid=11329] ppid=11327 vsize=1478876 CPUtime=25.58
/proc/11329/stat : 11329 (java) S 11327 11329 10914 0 -1 0 16188 0 1 0 2548 10 0 0 18 0 13 0 153864046 1514369024 15205 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11329/statm: 369719 15205 1420 9 0 367062 0
[pid=11329/tid=11331] ppid=11327 vsize=1478876 CPUtime=24.23
/proc/11329/task/11331/stat : 11331 (java) R 11327 11329 10914 0 -1 64 13059 0 1 0 2415 8 0 0 25 0 13 0 153864048 1514369024 15205 1992294400 134512640 134550932 4294956016 18446744073709551615 4109646380 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11329/tid=11332] ppid=11327 vsize=1478876 CPUtime=0
/proc/11329/task/11332/stat : 11332 (java) S 11327 11329 10914 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 153864049 1514369024 15205 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11333] ppid=11327 vsize=1478876 CPUtime=0
/proc/11329/task/11333/stat : 11333 (java) S 11327 11329 10914 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 153864049 1514369024 15205 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11334] ppid=11327 vsize=1478876 CPUtime=0
/proc/11329/task/11334/stat : 11334 (java) S 11327 11329 10914 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 153864050 1514369024 15205 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11329/tid=11335] ppid=11327 vsize=1478876 CPUtime=0
/proc/11329/task/11335/stat : 11335 (java) S 11327 11329 10914 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 153864051 1514369024 15205 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11336] ppid=11327 vsize=1478876 CPUtime=0
/proc/11329/task/11336/stat : 11336 (java) S 11327 11329 10914 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 153864051 1514369024 15205 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11337] ppid=11327 vsize=1478876 CPUtime=0
/proc/11329/task/11337/stat : 11337 (java) S 11327 11329 10914 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153864055 1514369024 15205 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11338] ppid=11327 vsize=1478876 CPUtime=0.62
/proc/11329/task/11338/stat : 11338 (java) S 11327 11329 10914 0 -1 64 1598 0 0 0 62 0 0 0 16 0 13 0 153864055 1514369024 15205 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11339] ppid=11327 vsize=1478876 CPUtime=0.69
/proc/11329/task/11339/stat : 11339 (java) S 11327 11329 10914 0 -1 64 787 0 0 0 69 0 0 0 17 0 13 0 153864055 1514369024 15205 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11329/tid=11340] ppid=11327 vsize=1478876 CPUtime=0
/proc/11329/task/11340/stat : 11340 (java) S 11327 11329 10914 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 153864055 1514369024 15205 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11341] ppid=11327 vsize=1478876 CPUtime=0
/proc/11329/task/11341/stat : 11341 (java) S 11327 11329 10914 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 153864055 1514369024 15205 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11329/tid=11342] ppid=11327 vsize=1478876 CPUtime=0
/proc/11329/task/11342/stat : 11342 (java) S 11327 11329 10914 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 153864118 1514369024 15205 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.58
Current children cumulated vsize (KiB) 1478876

[startup+24.802 s]
/proc/loadavg: 0.95 0.98 0.99 2/77 11342
/proc/meminfo: memFree=1422872/2055920 swapFree=4192812/4192956
[pid=11329] ppid=11327 vsize=1479200 CPUtime=25.71
/proc/11329/stat : 11329 (java) S 11327 11329 10914 0 -1 0 16241 0 1 0 2561 10 0 0 18 0 14 0 153864046 1514700800 15258 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11329/statm: 369800 15258 1422 9 0 367143 0
[pid=11329/tid=11331] ppid=11327 vsize=1479200 CPUtime=24.29
/proc/11329/task/11331/stat : 11331 (java) S 11327 11329 10914 0 -1 64 13079 0 1 0 2421 8 0 0 25 0 14 0 153864048 1514700800 15258 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11329/tid=11332] ppid=11327 vsize=1479200 CPUtime=0
/proc/11329/task/11332/stat : 11332 (java) S 11327 11329 10914 0 -1 64 2 0 0 0 0 0 0 0 19 0 14 0 153864049 1514700800 15258 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11333] ppid=11327 vsize=1479200 CPUtime=0
/proc/11329/task/11333/stat : 11333 (java) S 11327 11329 10914 0 -1 64 0 0 0 0 0 0 0 0 20 0 14 0 153864049 1514700800 15258 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11334] ppid=11327 vsize=1479200 CPUtime=0
/proc/11329/task/11334/stat : 11334 (java) S 11327 11329 10914 0 -1 64 2 0 0 0 0 0 0 0 17 0 14 0 153864050 1514700800 15258 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11329/tid=11335] ppid=11327 vsize=1479200 CPUtime=0
/proc/11329/task/11335/stat : 11335 (java) S 11327 11329 10914 0 -1 64 10 0 0 0 0 0 0 0 22 0 14 0 153864051 1514700800 15258 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11336] ppid=11327 vsize=1479200 CPUtime=0
/proc/11329/task/11336/stat : 11336 (java) S 11327 11329 10914 0 -1 64 4 0 0 0 0 0 0 0 23 0 14 0 153864051 1514700800 15258 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11337] ppid=11327 vsize=1479200 CPUtime=0
/proc/11329/task/11337/stat : 11337 (java) S 11327 11329 10914 0 -1 64 1 0 0 0 0 0 0 0 24 0 14 0 153864055 1514700800 15258 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11338] ppid=11327 vsize=1479200 CPUtime=0.64
/proc/11329/task/11338/stat : 11338 (java) S 11327 11329 10914 0 -1 64 1619 0 0 0 64 0 0 0 17 0 14 0 153864055 1514700800 15258 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11339] ppid=11327 vsize=1479200 CPUtime=0.71
/proc/11329/task/11339/stat : 11339 (java) R 11327 11329 10914 0 -1 64 787 0 0 0 71 0 0 0 16 0 14 0 153864055 1514700800 15258 1992294400 134512640 134550932 4294956016 18446744073709551615 106251565 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11329/tid=11340] ppid=11327 vsize=1479200 CPUtime=0
/proc/11329/task/11340/stat : 11340 (java) S 11327 11329 10914 0 -1 64 0 0 0 0 0 0 0 0 25 0 14 0 153864055 1514700800 15258 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11329/tid=11341] ppid=11327 vsize=1479200 CPUtime=0
/proc/11329/task/11341/stat : 11341 (java) S 11327 11329 10914 0 -1 64 0 0 0 0 0 0 0 0 15 0 14 0 153864055 1514700800 15258 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11329/tid=11342] ppid=11327 vsize=1479200 CPUtime=0
/proc/11329/task/11342/stat : 11342 (java) S 11327 11329 10914 0 -1 64 4 0 0 0 0 0 0 0 25 0 14 0 153864118 1514700800 15258 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.71
Current children cumulated vsize (KiB) 1479200

Child status: 20
Real time (s): 24.8762
CPU time (s): 25.7871
CPU user time (s): 25.6701
CPU system time (s): 0.116982
CPU usage (%): 103.661
Max. virtual memory (cumulated for all children) (KiB): 1479200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.6701
system time used= 0.116982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16254
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= 1021
involuntary context switches= 940

runsolver used 0.041993 second user time and 0.06299 second system time

The end

Launcher Data

Begin job on node14 at 2009-06-13 05:10:31
IDJOB=1854861
IDBENCH=1281
IDSOLVER=682
FILE ID=node14/1854861-1244862631
PBS_JOBID= 9354346
Free space on /tmp= 66408 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900557957.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1854861-1244862631/watcher-1854861-1244862631 -o /tmp/evaluation-result-1854861-1244862631/solver-1854861-1244862631 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1854861-1244862631.opb

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

MD5SUM BENCH= aacf18cf0b8ed9727f2f81c2bd5074e6
RANDOM SEED=1260916631

node14.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.234
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.234
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1478856 kB
Buffers:         45892 kB
Cached:         447924 kB
SwapCached:          0 kB
Active:          77300 kB
Inactive:       430480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1478856 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             372 kB
Writeback:           0 kB
Mapped:          23744 kB
Slab:            55292 kB
Committed_AS:   135800 kB
PageTables:       1452 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66408 MiB
End job on node14 at 2009-06-13 05:10:56