Trace number 1854973

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 61.5816 60.7482

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900545610.opb
MD5SUMdf3a88f9ce76cdc5f93bc528741f3e95
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 benchmark43.5634
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 671
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.07/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.07/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.14	c See www.sat4j.org for details.
0.07/0.16	c version 2.1.1.v20090612
0.07/0.16	c sun.arch.data.model	32
0.07/0.16	c java.version	1.6.0_12
0.07/0.16	c os.name	Linux
0.07/0.16	c os.version	2.6.9-22.EL.rootsmp
0.07/0.16	c os.arch	i386
0.07/0.16	c Free memory 1342000320
0.07/0.16	c Max memory 1344274432
0.07/0.16	c Total memory 1344274432
0.07/0.16	c Number of processors 2
0.21/0.22	c Pseudo Boolean Optimization
0.21/0.22	c --- Begin Solver configuration ---
0.21/0.22	c Stops conflict analysis at the first Unique Implication Point
0.21/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@64dc11
0.21/0.22	c Learn all clauses as in MiniSAT
0.21/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.22	c Expensive reason simplification
0.21/0.22	c MiniSAT restarts strategy
0.21/0.22	c Memory based learned constraints deletion strategy
0.21/0.22	c timeout=2147483s
0.21/0.22	c DB Simplification allowed=false
0.21/0.22	c --- End Solver configuration ---
0.21/0.22	c solving HOME/instance-1854973-1244864557.opb
0.21/0.22	c reading problem ... 
0.82/0.69	c ... done. Wall clock time 0.47s.
0.82/0.69	c #vars     231
0.82/0.69	c #constraints  2707
0.82/0.69	c constraints type 
0.82/0.69	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.82/0.69	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.82/0.69	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.82/0.69	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 2442
61.39/60.63	c starts		: 17
61.39/60.63	c conflicts		: 137466
61.39/60.63	c decisions		: 206467
61.39/60.63	c propagations		: 5124185
61.39/60.63	c inspects		: 216507008
61.39/60.63	c learnt literals	: 15
61.39/60.63	c learnt binary clauses	: 71
61.39/60.63	c learnt ternary clauses	: 357
61.39/60.63	c learnt clauses	: 137450
61.39/60.63	c ignored clauses	: 0
61.39/60.63	c root simplifications	: 0
61.39/60.64	c removed literals (reason simplification)	: 1126552
61.39/60.64	c reason swapping (by a shorter reason)	: 0
61.39/60.64	c Calls to reduceDB	: 0
61.39/60.64	c speed (assignments/second)	: 85487.14569326505
61.39/60.64	c non guided choices	121
61.53/60.71	c learnt constraints type 
61.53/60.71	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 137379
61.53/60.71	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 71
61.53/60.71	c constraints type 
61.53/60.71	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
61.53/60.71	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
61.53/60.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
61.53/60.71	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 2442
61.53/60.71	s UNSATISFIABLE
61.53/60.71	c Total wall clock time (in seconds): 60.488

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-1854973-1244864557/watcher-1854973-1244864557 -o /tmp/evaluation-result-1854973-1244864557/solver-1854973-1244864557 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1854973-1244864557.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.16 1.03 1.01 1/64 6900
/proc/meminfo: memFree=1257768/2055920 swapFree=4191900/4192956
[pid=6900] ppid=6898 vsize=0 CPUtime=0
/proc/6900/stat : 6900 (runsolver) R 6898 6900 6443 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 154052436 0 0 1992294400 0 0 0 18446744073709551615 264840473895 0 0 4096 24578 0 0 0 17 1 0 0
/proc/6900/statm: 33 2 0 0 0 1 0

[startup+0.0749049 s]
/proc/loadavg: 1.16 1.03 1.01 1/64 6900
/proc/meminfo: memFree=1257768/2055920 swapFree=4191900/4192956
[pid=6900] ppid=6898 vsize=1470220 CPUtime=0.05
/proc/6900/stat : 6900 (java) S 6898 6900 6443 0 -1 0 3368 0 1 0 4 1 0 0 18 0 7 0 154052436 1505505280 3113 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/6900/statm: 367555 3113 1031 9 0 364906 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1470220

[startup+0.101909 s]
/proc/loadavg: 1.16 1.03 1.01 1/64 6900
/proc/meminfo: memFree=1257768/2055920 swapFree=4191900/4192956
[pid=6900] ppid=6898 vsize=1472584 CPUtime=0.07
/proc/6900/stat : 6900 (java) S 6898 6900 6443 0 -1 0 3599 0 1 0 6 1 0 0 18 0 12 0 154052436 1507926016 3342 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6900/statm: 368146 3342 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1472584

[startup+0.301947 s]
/proc/loadavg: 1.16 1.03 1.01 1/64 6900
/proc/meminfo: memFree=1257768/2055920 swapFree=4191900/4192956
[pid=6900] ppid=6898 vsize=1474784 CPUtime=0.32
/proc/6900/stat : 6900 (java) S 6898 6900 6443 0 -1 0 4977 0 1 0 30 2 0 0 18 0 12 0 154052436 1510178816 4715 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6900/statm: 368696 4715 1352 9 0 366039 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1474784

[startup+0.702015 s]
/proc/loadavg: 1.16 1.03 1.01 1/64 6900
/proc/meminfo: memFree=1257768/2055920 swapFree=4191900/4192956
[pid=6900] ppid=6898 vsize=1476368 CPUtime=0.97
/proc/6900/stat : 6900 (java) S 6898 6900 6443 0 -1 0 7008 0 1 0 94 3 0 0 18 0 13 0 154052436 1511800832 6317 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6900/statm: 369092 6317 1404 9 0 366435 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 1476368

[startup+1.50216 s]
/proc/loadavg: 1.16 1.03 1.01 4/77 6913
/proc/meminfo: memFree=1235784/2055920 swapFree=4191900/4192956
[pid=6900] ppid=6898 vsize=1478384 CPUtime=2.17
/proc/6900/stat : 6900 (java) S 6898 6900 6443 0 -1 0 9056 0 1 0 213 4 0 0 18 0 13 0 154052436 1513865216 7293 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6900/statm: 369596 7293 1416 9 0 366939 0
[pid=6900/tid=6902] ppid=6898 vsize=1478384 CPUtime=1.13
/proc/6900/task/6902/stat : 6902 (java) R 6898 6900 6443 0 -1 64 5267 0 1 0 111 2 0 0 20 0 13 0 154052438 1513865216 7293 1992294400 134512640 134550932 4294956016 18446744073709551615 4109590679 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6900/tid=6903] ppid=6898 vsize=1478384 CPUtime=0
/proc/6900/task/6903/stat : 6903 (java) S 6898 6900 6443 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 154052439 1513865216 7293 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6904] ppid=6898 vsize=1478384 CPUtime=0
/proc/6900/task/6904/stat : 6904 (java) S 6898 6900 6443 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 154052439 1513865216 7293 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6905] ppid=6898 vsize=1478384 CPUtime=0
/proc/6900/task/6905/stat : 6905 (java) S 6898 6900 6443 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 154052441 1513865216 7293 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6906] ppid=6898 vsize=1478384 CPUtime=0
/proc/6900/task/6906/stat : 6906 (java) S 6898 6900 6443 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 154052441 1513865216 7293 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6907] ppid=6898 vsize=1478384 CPUtime=0
/proc/6900/task/6907/stat : 6907 (java) S 6898 6900 6443 0 -1 64 3 0 0 0 0 0 0 0 24 0 13 0 154052441 1513865216 7293 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6908] ppid=6898 vsize=1478384 CPUtime=0
/proc/6900/task/6908/stat : 6908 (java) S 6898 6900 6443 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154052446 1513865216 7293 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6909] ppid=6898 vsize=1478384 CPUtime=0.55
/proc/6900/task/6909/stat : 6909 (java) S 6898 6900 6443 0 -1 64 1260 0 0 0 55 0 0 0 16 0 13 0 154052446 1513865216 7293 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6900/tid=6910] ppid=6898 vsize=1478384 CPUtime=0.46
/proc/6900/task/6910/stat : 6910 (java) S 6898 6900 6443 0 -1 64 1782 0 0 0 46 0 0 0 16 0 13 0 154052446 1513865216 7293 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6911] ppid=6898 vsize=1478384 CPUtime=0
/proc/6900/task/6911/stat : 6911 (java) S 6898 6900 6443 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154052446 1513865216 7293 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6912] ppid=6898 vsize=1478384 CPUtime=0
/proc/6900/task/6912/stat : 6912 (java) S 6898 6900 6443 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154052446 1513865216 7293 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6900/tid=6913] ppid=6898 vsize=1478384 CPUtime=0
/proc/6900/task/6913/stat : 6913 (java) S 6898 6900 6443 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 154052506 1513865216 7293 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 1478384

[startup+3.10146 s]
/proc/loadavg: 1.16 1.03 1.01 2/77 6913
/proc/meminfo: memFree=1231496/2055920 swapFree=4191900/4192956
[pid=6900] ppid=6898 vsize=1478384 CPUtime=3.89
/proc/6900/stat : 6900 (java) S 6898 6900 6443 0 -1 0 10584 0 1 0 384 5 0 0 18 0 13 0 154052436 1513865216 8538 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6900/statm: 369596 8538 1420 9 0 366939 0
[pid=6900/tid=6902] ppid=6898 vsize=1478384 CPUtime=2.7
/proc/6900/task/6902/stat : 6902 (java) R 6898 6900 6443 0 -1 64 6498 0 1 0 267 3 0 0 25 0 13 0 154052438 1513865216 8538 1992294400 134512640 134550932 4294956016 18446744073709551615 4109630134 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6903] ppid=6898 vsize=1478384 CPUtime=0
/proc/6900/task/6903/stat : 6903 (java) S 6898 6900 6443 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 154052439 1513865216 8538 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6904] ppid=6898 vsize=1478384 CPUtime=0
/proc/6900/task/6904/stat : 6904 (java) S 6898 6900 6443 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 154052439 1513865216 8538 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6905] ppid=6898 vsize=1478384 CPUtime=0
/proc/6900/task/6905/stat : 6905 (java) S 6898 6900 6443 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 154052441 1513865216 8538 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6906] ppid=6898 vsize=1478384 CPUtime=0
/proc/6900/task/6906/stat : 6906 (java) S 6898 6900 6443 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 154052441 1513865216 8538 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6907] ppid=6898 vsize=1478384 CPUtime=0
/proc/6900/task/6907/stat : 6907 (java) S 6898 6900 6443 0 -1 64 3 0 0 0 0 0 0 0 24 0 13 0 154052441 1513865216 8538 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6908] ppid=6898 vsize=1478384 CPUtime=0
/proc/6900/task/6908/stat : 6908 (java) S 6898 6900 6443 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154052446 1513865216 8538 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6909] ppid=6898 vsize=1478384 CPUtime=0.69
/proc/6900/task/6909/stat : 6909 (java) S 6898 6900 6443 0 -1 64 1556 0 0 0 68 1 0 0 16 0 13 0 154052446 1513865216 8538 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6900/tid=6910] ppid=6898 vsize=1478384 CPUtime=0.48
/proc/6900/task/6910/stat : 6910 (java) S 6898 6900 6443 0 -1 64 1783 0 0 0 48 0 0 0 16 0 13 0 154052446 1513865216 8538 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6911] ppid=6898 vsize=1478384 CPUtime=0
/proc/6900/task/6911/stat : 6911 (java) S 6898 6900 6443 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154052446 1513865216 8538 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6912] ppid=6898 vsize=1478384 CPUtime=0
/proc/6900/task/6912/stat : 6912 (java) S 6898 6900 6443 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154052446 1513865216 8538 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6900/tid=6913] ppid=6898 vsize=1478384 CPUtime=0
/proc/6900/task/6913/stat : 6913 (java) S 6898 6900 6443 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 154052506 1513865216 8538 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 1478384

[startup+6.30303 s]
/proc/loadavg: 1.15 1.03 1.01 2/77 6913
/proc/meminfo: memFree=1223376/2055920 swapFree=4191900/4192956
[pid=6900] ppid=6898 vsize=1478064 CPUtime=7.08
/proc/6900/stat : 6900 (java) S 6898 6900 6443 0 -1 0 12299 0 1 0 702 6 0 0 18 0 13 0 154052436 1513537536 10174 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6900/statm: 369516 10175 1420 9 0 366859 0
[pid=6900/tid=6902] ppid=6898 vsize=1478064 CPUtime=5.9
/proc/6900/task/6902/stat : 6902 (java) R 6898 6900 6443 0 -1 64 8214 0 1 0 586 4 0 0 25 0 13 0 154052438 1513537536 10175 1992294400 134512640 134550932 4294956016 18446744073709551615 4109579827 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6900/tid=6903] ppid=6898 vsize=1478064 CPUtime=0
/proc/6900/task/6903/stat : 6903 (java) S 6898 6900 6443 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 154052439 1513537536 10175 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6904] ppid=6898 vsize=1478064 CPUtime=0
/proc/6900/task/6904/stat : 6904 (java) S 6898 6900 6443 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 154052439 1513537536 10175 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6905] ppid=6898 vsize=1478064 CPUtime=0
/proc/6900/task/6905/stat : 6905 (java) S 6898 6900 6443 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 154052441 1513537536 10175 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6906] ppid=6898 vsize=1478064 CPUtime=0
/proc/6900/task/6906/stat : 6906 (java) S 6898 6900 6443 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 154052441 1513537536 10175 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6907] ppid=6898 vsize=1478064 CPUtime=0
/proc/6900/task/6907/stat : 6907 (java) S 6898 6900 6443 0 -1 64 3 0 0 0 0 0 0 0 24 0 13 0 154052441 1513537536 10175 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6908] ppid=6898 vsize=1478064 CPUtime=0
/proc/6900/task/6908/stat : 6908 (java) S 6898 6900 6443 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154052446 1513537536 10175 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6909] ppid=6898 vsize=1478064 CPUtime=0.69
/proc/6900/task/6909/stat : 6909 (java) S 6898 6900 6443 0 -1 64 1556 0 0 0 68 1 0 0 16 0 13 0 154052446 1513537536 10175 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6900/tid=6910] ppid=6898 vsize=1478064 CPUtime=0.48
/proc/6900/task/6910/stat : 6910 (java) S 6898 6900 6443 0 -1 64 1783 0 0 0 48 0 0 0 16 0 13 0 154052446 1513537536 10175 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6911] ppid=6898 vsize=1478064 CPUtime=0
/proc/6900/task/6911/stat : 6911 (java) S 6898 6900 6443 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154052446 1513537536 10175 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6912] ppid=6898 vsize=1478064 CPUtime=0
/proc/6900/task/6912/stat : 6912 (java) S 6898 6900 6443 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154052446 1513537536 10175 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6900/tid=6913] ppid=6898 vsize=1478064 CPUtime=0
/proc/6900/task/6913/stat : 6913 (java) S 6898 6900 6443 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 154052506 1513537536 10175 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.08
Current children cumulated vsize (KiB) 1478064

[startup+12.7012 s]
/proc/loadavg: 1.13 1.03 1.01 2/77 6913
/proc/meminfo: memFree=1214736/2055920 swapFree=4191900/4192956
[pid=6900] ppid=6898 vsize=1478064 CPUtime=13.49
/proc/6900/stat : 6900 (java) S 6898 6900 6443 0 -1 0 14207 0 1 0 1341 8 0 0 18 0 13 0 154052436 1513537536 12082 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6900/statm: 369516 12082 1420 9 0 366859 0
[pid=6900/tid=6902] ppid=6898 vsize=1478064 CPUtime=12.28
/proc/6900/task/6902/stat : 6902 (java) R 6898 6900 6443 0 -1 64 10119 0 1 0 1223 5 0 0 25 0 13 0 154052438 1513537536 12082 1992294400 134512640 134550932 4294956016 18446744073709551615 4109574591 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6903] ppid=6898 vsize=1478064 CPUtime=0
/proc/6900/task/6903/stat : 6903 (java) S 6898 6900 6443 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 154052439 1513537536 12082 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6904] ppid=6898 vsize=1478064 CPUtime=0
/proc/6900/task/6904/stat : 6904 (java) S 6898 6900 6443 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 154052439 1513537536 12082 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6905] ppid=6898 vsize=1478064 CPUtime=0
/proc/6900/task/6905/stat : 6905 (java) S 6898 6900 6443 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 154052441 1513537536 12082 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6906] ppid=6898 vsize=1478064 CPUtime=0
/proc/6900/task/6906/stat : 6906 (java) S 6898 6900 6443 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 154052441 1513537536 12082 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6907] ppid=6898 vsize=1478064 CPUtime=0
/proc/6900/task/6907/stat : 6907 (java) S 6898 6900 6443 0 -1 64 3 0 0 0 0 0 0 0 24 0 13 0 154052441 1513537536 12082 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6908] ppid=6898 vsize=1478064 CPUtime=0
/proc/6900/task/6908/stat : 6908 (java) S 6898 6900 6443 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154052446 1513537536 12082 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6909] ppid=6898 vsize=1478064 CPUtime=0.71
/proc/6900/task/6909/stat : 6909 (java) S 6898 6900 6443 0 -1 64 1558 0 0 0 70 1 0 0 17 0 13 0 154052446 1513537536 12082 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6900/tid=6910] ppid=6898 vsize=1478064 CPUtime=0.48
/proc/6900/task/6910/stat : 6910 (java) S 6898 6900 6443 0 -1 64 1783 0 0 0 48 0 0 0 16 0 13 0 154052446 1513537536 12082 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6911] ppid=6898 vsize=1478064 CPUtime=0
/proc/6900/task/6911/stat : 6911 (java) S 6898 6900 6443 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154052446 1513537536 12082 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6912] ppid=6898 vsize=1478064 CPUtime=0
/proc/6900/task/6912/stat : 6912 (java) S 6898 6900 6443 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154052446 1513537536 12082 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6900/tid=6913] ppid=6898 vsize=1478064 CPUtime=0
/proc/6900/task/6913/stat : 6913 (java) S 6898 6900 6443 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 154052506 1513537536 12082 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.49
Current children cumulated vsize (KiB) 1478064

[startup+25.5025 s]
/proc/loadavg: 1.10 1.03 1.01 2/77 6913
/proc/meminfo: memFree=1203344/2055920 swapFree=4191900/4192956
[pid=6900] ppid=6898 vsize=1478064 CPUtime=26.28
/proc/6900/stat : 6900 (java) S 6898 6900 6443 0 -1 0 16995 0 1 0 2618 10 0 0 18 0 13 0 154052436 1513537536 14868 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6900/statm: 369516 14868 1420 9 0 366859 0
[pid=6900/tid=6902] ppid=6898 vsize=1478064 CPUtime=25.05
/proc/6900/task/6902/stat : 6902 (java) R 6898 6900 6443 0 -1 64 12906 0 1 0 2497 8 0 0 25 0 13 0 154052438 1513537536 14868 1992294400 134512640 134550932 4294956016 18446744073709551615 4109580020 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6900/tid=6903] ppid=6898 vsize=1478064 CPUtime=0
/proc/6900/task/6903/stat : 6903 (java) S 6898 6900 6443 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 154052439 1513537536 14868 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6904] ppid=6898 vsize=1478064 CPUtime=0
/proc/6900/task/6904/stat : 6904 (java) S 6898 6900 6443 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 154052439 1513537536 14868 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6905] ppid=6898 vsize=1478064 CPUtime=0

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

/proc/6900/task/6913/stat : 6913 (java) S 6898 6900 6443 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 154052506 1513537536 19276 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.89
Current children cumulated vsize (KiB) 1478064

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

[startup+57.5024 s]
/proc/loadavg: 1.06 1.03 1.01 2/77 6913
/proc/meminfo: memFree=1182352/2055920 swapFree=4191900/4192956
[pid=6900] ppid=6898 vsize=1478064 CPUtime=58.29
/proc/6900/stat : 6900 (java) S 6898 6900 6443 0 -1 0 22233 0 1 0 5813 16 0 0 18 0 13 0 154052436 1513537536 20102 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6900/statm: 369516 20102 1420 9 0 366859 0
[pid=6900/tid=6902] ppid=6898 vsize=1478064 CPUtime=57.02
/proc/6900/task/6902/stat : 6902 (java) R 6898 6900 6443 0 -1 64 18140 0 1 0 5688 14 0 0 25 0 13 0 154052438 1513537536 20102 1992294400 134512640 134550932 4294956016 18446744073709551615 4109581054 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6900/tid=6903] ppid=6898 vsize=1478064 CPUtime=0
/proc/6900/task/6903/stat : 6903 (java) S 6898 6900 6443 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 154052439 1513537536 20102 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6904] ppid=6898 vsize=1478064 CPUtime=0
/proc/6900/task/6904/stat : 6904 (java) S 6898 6900 6443 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 154052439 1513537536 20102 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6905] ppid=6898 vsize=1478064 CPUtime=0
/proc/6900/task/6905/stat : 6905 (java) S 6898 6900 6443 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 154052441 1513537536 20102 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6906] ppid=6898 vsize=1478064 CPUtime=0
/proc/6900/task/6906/stat : 6906 (java) S 6898 6900 6443 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 154052441 1513537536 20102 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6907] ppid=6898 vsize=1478064 CPUtime=0
/proc/6900/task/6907/stat : 6907 (java) S 6898 6900 6443 0 -1 64 3 0 0 0 0 0 0 0 24 0 13 0 154052441 1513537536 20102 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6908] ppid=6898 vsize=1478064 CPUtime=0
/proc/6900/task/6908/stat : 6908 (java) S 6898 6900 6443 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154052446 1513537536 20102 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6909] ppid=6898 vsize=1478064 CPUtime=0.78
/proc/6900/task/6909/stat : 6909 (java) S 6898 6900 6443 0 -1 64 1563 0 0 0 77 1 0 0 17 0 13 0 154052446 1513537536 20102 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6900/tid=6910] ppid=6898 vsize=1478064 CPUtime=0.48
/proc/6900/task/6910/stat : 6910 (java) S 6898 6900 6443 0 -1 64 1783 0 0 0 48 0 0 0 16 0 13 0 154052446 1513537536 20102 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6911] ppid=6898 vsize=1478064 CPUtime=0
/proc/6900/task/6911/stat : 6911 (java) S 6898 6900 6443 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154052446 1513537536 20102 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6912] ppid=6898 vsize=1478064 CPUtime=0
/proc/6900/task/6912/stat : 6912 (java) S 6898 6900 6443 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154052446 1513537536 20102 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6900/tid=6913] ppid=6898 vsize=1478064 CPUtime=0
/proc/6900/task/6913/stat : 6913 (java) S 6898 6900 6443 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 154052506 1513537536 20102 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 58.29
Current children cumulated vsize (KiB) 1478064

[startup+59.1017 s]
/proc/loadavg: 1.06 1.03 1.00 2/77 6913
/proc/meminfo: memFree=1181648/2055920 swapFree=4191900/4192956
[pid=6900] ppid=6898 vsize=1478064 CPUtime=59.89
/proc/6900/stat : 6900 (java) S 6898 6900 6443 0 -1 0 22479 0 1 0 5973 16 0 0 18 0 13 0 154052436 1513537536 20347 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6900/statm: 369516 20347 1420 9 0 366859 0
[pid=6900/tid=6902] ppid=6898 vsize=1478064 CPUtime=58.61
/proc/6900/task/6902/stat : 6902 (java) R 6898 6900 6443 0 -1 64 18386 0 1 0 5847 14 0 0 25 0 13 0 154052438 1513537536 20347 1992294400 134512640 134550932 4294956016 18446744073709551615 4109574591 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6903] ppid=6898 vsize=1478064 CPUtime=0
/proc/6900/task/6903/stat : 6903 (java) S 6898 6900 6443 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 154052439 1513537536 20347 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6904] ppid=6898 vsize=1478064 CPUtime=0
/proc/6900/task/6904/stat : 6904 (java) S 6898 6900 6443 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 154052439 1513537536 20347 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6905] ppid=6898 vsize=1478064 CPUtime=0
/proc/6900/task/6905/stat : 6905 (java) S 6898 6900 6443 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 154052441 1513537536 20347 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6906] ppid=6898 vsize=1478064 CPUtime=0
/proc/6900/task/6906/stat : 6906 (java) S 6898 6900 6443 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 154052441 1513537536 20347 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6907] ppid=6898 vsize=1478064 CPUtime=0
/proc/6900/task/6907/stat : 6907 (java) S 6898 6900 6443 0 -1 64 3 0 0 0 0 0 0 0 24 0 13 0 154052441 1513537536 20347 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6908] ppid=6898 vsize=1478064 CPUtime=0
/proc/6900/task/6908/stat : 6908 (java) S 6898 6900 6443 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154052446 1513537536 20347 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6909] ppid=6898 vsize=1478064 CPUtime=0.78
/proc/6900/task/6909/stat : 6909 (java) S 6898 6900 6443 0 -1 64 1563 0 0 0 77 1 0 0 17 0 13 0 154052446 1513537536 20347 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6900/tid=6910] ppid=6898 vsize=1478064 CPUtime=0.48
/proc/6900/task/6910/stat : 6910 (java) S 6898 6900 6443 0 -1 64 1783 0 0 0 48 0 0 0 16 0 13 0 154052446 1513537536 20347 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6911] ppid=6898 vsize=1478064 CPUtime=0
/proc/6900/task/6911/stat : 6911 (java) S 6898 6900 6443 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154052446 1513537536 20347 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6912] ppid=6898 vsize=1478064 CPUtime=0
/proc/6900/task/6912/stat : 6912 (java) S 6898 6900 6443 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154052446 1513537536 20347 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6900/tid=6913] ppid=6898 vsize=1478064 CPUtime=0
/proc/6900/task/6913/stat : 6913 (java) S 6898 6900 6443 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 154052506 1513537536 20347 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 59.89
Current children cumulated vsize (KiB) 1478064

[startup+59.9018 s]
/proc/loadavg: 1.06 1.03 1.00 2/77 6913
/proc/meminfo: memFree=1181200/2055920 swapFree=4191900/4192956
[pid=6900] ppid=6898 vsize=1478064 CPUtime=60.68
/proc/6900/stat : 6900 (java) S 6898 6900 6443 0 -1 0 22551 0 1 0 6052 16 0 0 18 0 13 0 154052436 1513537536 20419 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6900/statm: 369516 20419 1420 9 0 366859 0
[pid=6900/tid=6902] ppid=6898 vsize=1478064 CPUtime=59.4
/proc/6900/task/6902/stat : 6902 (java) R 6898 6900 6443 0 -1 64 18458 0 1 0 5926 14 0 0 25 0 13 0 154052438 1513537536 20419 1992294400 134512640 134550932 4294956016 18446744073709551615 4109574591 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6900/tid=6903] ppid=6898 vsize=1478064 CPUtime=0
/proc/6900/task/6903/stat : 6903 (java) S 6898 6900 6443 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 154052439 1513537536 20419 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6904] ppid=6898 vsize=1478064 CPUtime=0
/proc/6900/task/6904/stat : 6904 (java) S 6898 6900 6443 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 154052439 1513537536 20419 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6905] ppid=6898 vsize=1478064 CPUtime=0
/proc/6900/task/6905/stat : 6905 (java) S 6898 6900 6443 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 154052441 1513537536 20419 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6906] ppid=6898 vsize=1478064 CPUtime=0
/proc/6900/task/6906/stat : 6906 (java) S 6898 6900 6443 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 154052441 1513537536 20419 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6907] ppid=6898 vsize=1478064 CPUtime=0
/proc/6900/task/6907/stat : 6907 (java) S 6898 6900 6443 0 -1 64 3 0 0 0 0 0 0 0 24 0 13 0 154052441 1513537536 20419 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6908] ppid=6898 vsize=1478064 CPUtime=0
/proc/6900/task/6908/stat : 6908 (java) S 6898 6900 6443 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154052446 1513537536 20419 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6909] ppid=6898 vsize=1478064 CPUtime=0.78
/proc/6900/task/6909/stat : 6909 (java) S 6898 6900 6443 0 -1 64 1563 0 0 0 77 1 0 0 17 0 13 0 154052446 1513537536 20419 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6900/tid=6910] ppid=6898 vsize=1478064 CPUtime=0.48
/proc/6900/task/6910/stat : 6910 (java) S 6898 6900 6443 0 -1 64 1783 0 0 0 48 0 0 0 16 0 13 0 154052446 1513537536 20419 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6911] ppid=6898 vsize=1478064 CPUtime=0
/proc/6900/task/6911/stat : 6911 (java) S 6898 6900 6443 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154052446 1513537536 20419 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6912] ppid=6898 vsize=1478064 CPUtime=0
/proc/6900/task/6912/stat : 6912 (java) S 6898 6900 6443 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154052446 1513537536 20419 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6900/tid=6913] ppid=6898 vsize=1478064 CPUtime=0
/proc/6900/task/6913/stat : 6913 (java) S 6898 6900 6443 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 154052506 1513537536 20419 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 60.68
Current children cumulated vsize (KiB) 1478064

[startup+60.3019 s]
/proc/loadavg: 1.06 1.03 1.00 2/77 6913
/proc/meminfo: memFree=1181200/2055920 swapFree=4191900/4192956
[pid=6900] ppid=6898 vsize=1478064 CPUtime=61.08
/proc/6900/stat : 6900 (java) S 6898 6900 6443 0 -1 0 22575 0 1 0 6092 16 0 0 18 0 13 0 154052436 1513537536 20443 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6900/statm: 369516 20443 1420 9 0 366859 0
[pid=6900/tid=6902] ppid=6898 vsize=1478064 CPUtime=59.8
/proc/6900/task/6902/stat : 6902 (java) R 6898 6900 6443 0 -1 64 18482 0 1 0 5966 14 0 0 25 0 13 0 154052438 1513537536 20443 1992294400 134512640 134550932 4294956016 18446744073709551615 4109580163 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6900/tid=6903] ppid=6898 vsize=1478064 CPUtime=0
/proc/6900/task/6903/stat : 6903 (java) S 6898 6900 6443 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 154052439 1513537536 20443 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6904] ppid=6898 vsize=1478064 CPUtime=0
/proc/6900/task/6904/stat : 6904 (java) S 6898 6900 6443 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 154052439 1513537536 20443 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6905] ppid=6898 vsize=1478064 CPUtime=0
/proc/6900/task/6905/stat : 6905 (java) S 6898 6900 6443 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 154052441 1513537536 20443 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6906] ppid=6898 vsize=1478064 CPUtime=0
/proc/6900/task/6906/stat : 6906 (java) S 6898 6900 6443 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 154052441 1513537536 20443 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6907] ppid=6898 vsize=1478064 CPUtime=0
/proc/6900/task/6907/stat : 6907 (java) S 6898 6900 6443 0 -1 64 3 0 0 0 0 0 0 0 24 0 13 0 154052441 1513537536 20443 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6908] ppid=6898 vsize=1478064 CPUtime=0
/proc/6900/task/6908/stat : 6908 (java) S 6898 6900 6443 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154052446 1513537536 20443 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6909] ppid=6898 vsize=1478064 CPUtime=0.78
/proc/6900/task/6909/stat : 6909 (java) S 6898 6900 6443 0 -1 64 1563 0 0 0 77 1 0 0 17 0 13 0 154052446 1513537536 20443 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6900/tid=6910] ppid=6898 vsize=1478064 CPUtime=0.48
/proc/6900/task/6910/stat : 6910 (java) S 6898 6900 6443 0 -1 64 1783 0 0 0 48 0 0 0 16 0 13 0 154052446 1513537536 20443 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6911] ppid=6898 vsize=1478064 CPUtime=0
/proc/6900/task/6911/stat : 6911 (java) S 6898 6900 6443 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154052446 1513537536 20443 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6912] ppid=6898 vsize=1478064 CPUtime=0
/proc/6900/task/6912/stat : 6912 (java) S 6898 6900 6443 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154052446 1513537536 20443 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6900/tid=6913] ppid=6898 vsize=1478064 CPUtime=0
/proc/6900/task/6913/stat : 6913 (java) S 6898 6900 6443 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 154052506 1513537536 20443 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 61.08
Current children cumulated vsize (KiB) 1478064

[startup+60.703 s]
/proc/loadavg: 1.06 1.03 1.00 2/77 6913
/proc/meminfo: memFree=1180816/2055920 swapFree=4191900/4192956
[pid=6900] ppid=6898 vsize=1478388 CPUtime=61.53
/proc/6900/stat : 6900 (java) S 6898 6900 6443 0 -1 0 22633 0 1 0 6136 17 0 0 18 0 14 0 154052436 1513869312 20501 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6900/statm: 369597 20501 1422 9 0 366940 0
[pid=6900/tid=6902] ppid=6898 vsize=1478388 CPUtime=60.13
/proc/6900/task/6902/stat : 6902 (java) S 6898 6900 6443 0 -1 64 18517 0 1 0 5999 14 0 0 25 0 14 0 154052438 1513869312 20501 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6903] ppid=6898 vsize=1478388 CPUtime=0
/proc/6900/task/6903/stat : 6903 (java) S 6898 6900 6443 0 -1 64 3 0 0 0 0 0 0 0 20 0 14 0 154052439 1513869312 20501 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6904] ppid=6898 vsize=1478388 CPUtime=0
/proc/6900/task/6904/stat : 6904 (java) S 6898 6900 6443 0 -1 64 1 0 0 0 0 0 0 0 21 0 14 0 154052439 1513869312 20501 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6905] ppid=6898 vsize=1478388 CPUtime=0
/proc/6900/task/6905/stat : 6905 (java) S 6898 6900 6443 0 -1 64 2 0 0 0 0 0 0 0 16 0 14 0 154052441 1513869312 20501 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6906] ppid=6898 vsize=1478388 CPUtime=0
/proc/6900/task/6906/stat : 6906 (java) S 6898 6900 6443 0 -1 64 10 0 0 0 0 0 0 0 23 0 14 0 154052441 1513869312 20501 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6907] ppid=6898 vsize=1478388 CPUtime=0
/proc/6900/task/6907/stat : 6907 (java) S 6898 6900 6443 0 -1 64 3 0 0 0 0 0 0 0 24 0 14 0 154052441 1513869312 20501 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6908] ppid=6898 vsize=1478388 CPUtime=0
/proc/6900/task/6908/stat : 6908 (java) S 6898 6900 6443 0 -1 64 0 0 0 0 0 0 0 0 25 0 14 0 154052446 1513869312 20501 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6909] ppid=6898 vsize=1478388 CPUtime=0.8
/proc/6900/task/6909/stat : 6909 (java) S 6898 6900 6443 0 -1 64 1566 0 0 0 79 1 0 0 16 0 14 0 154052446 1513869312 20501 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6900/tid=6910] ppid=6898 vsize=1478388 CPUtime=0.51
/proc/6900/task/6910/stat : 6910 (java) R 6898 6900 6443 0 -1 64 1792 0 0 0 51 0 0 0 17 0 14 0 154052446 1513869312 20501 1992294400 134512640 134550932 4294956016 18446744073709551615 106119948 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6911] ppid=6898 vsize=1478388 CPUtime=0
/proc/6900/task/6911/stat : 6911 (java) S 6898 6900 6443 0 -1 64 1 0 0 0 0 0 0 0 25 0 14 0 154052446 1513869312 20501 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6900/tid=6912] ppid=6898 vsize=1478388 CPUtime=0
/proc/6900/task/6912/stat : 6912 (java) S 6898 6900 6443 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 154052446 1513869312 20501 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6900/tid=6913] ppid=6898 vsize=1478388 CPUtime=0
/proc/6900/task/6913/stat : 6913 (java) S 6898 6900 6443 0 -1 64 5 0 0 0 0 0 0 0 22 0 14 0 154052506 1513869312 20501 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 61.53
Current children cumulated vsize (KiB) 1478388

Child status: 20
Real time (s): 60.7482
CPU time (s): 61.5816
CPU user time (s): 61.3947
CPU system time (s): 0.186971
CPU usage (%): 101.372
Max. virtual memory (cumulated for all children) (KiB): 1478952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 61.3947
system time used= 0.186971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22646
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= 1805
involuntary context switches= 1647

runsolver used 0.079987 second user time and 0.159975 second system time

The end

Launcher Data

Begin job on node44 at 2009-06-13 05:42:37
IDJOB=1854973
IDBENCH=1337
IDSOLVER=682
FILE ID=node44/1854973-1244864557
PBS_JOBID= 9354351
Free space on /tmp= 65988 MiB

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

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

MD5SUM BENCH= df3a88f9ce76cdc5f93bc528741f3e95
RANDOM SEED=604340044

node44.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.263
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.263
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:       1258248 kB
Buffers:         50788 kB
Cached:         671996 kB
SwapCached:        260 kB
Active:          59172 kB
Inactive:       676936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1258248 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:             360 kB
Writeback:           0 kB
Mapped:          21804 kB
Slab:            47564 kB
Committed_AS:   127840 kB
PageTables:       1384 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= 65988 MiB
End job on node44 at 2009-06-13 05:43:38