Trace number 1854867

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 34.7127 33.3766

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900571761.opb
MD5SUM1ce0037c3d80e79a7b72360f6130d1f3
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 benchmark34.7127
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 713
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.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	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.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@64dc11
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c MiniSAT restarts strategy
0.22/0.21	c Memory based learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-1854867-1244862704.opb
0.22/0.21	c reading problem ... 
0.84/0.66	c ... done. Wall clock time 0.443s.
0.84/0.66	c #vars     231
0.84/0.66	c #constraints  2707
0.84/0.66	c constraints type 
0.84/0.66	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.84/0.66	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.84/0.66	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.84/0.66	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 2442
34.49/33.27	c starts		: 16
34.49/33.27	c conflicts		: 112151
34.49/33.27	c decisions		: 177272
34.49/33.27	c propagations		: 4108857
34.49/33.27	c inspects		: 118845926
34.49/33.27	c learnt literals	: 16
34.49/33.27	c learnt binary clauses	: 69
34.49/33.27	c learnt ternary clauses	: 420
34.49/33.27	c learnt clauses	: 112134
34.49/33.27	c ignored clauses	: 0
34.49/33.27	c root simplifications	: 0
34.49/33.27	c removed literals (reason simplification)	: 721511
34.49/33.27	c reason swapping (by a shorter reason)	: 0
34.49/33.27	c Calls to reduceDB	: 0
34.49/33.27	c speed (assignments/second)	: 125999.90800367986
34.49/33.27	c non guided choices	121
34.59/33.34	c learnt constraints type 
34.59/33.34	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 112065
34.59/33.34	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 69
34.59/33.34	c constraints type 
34.59/33.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
34.59/33.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
34.59/33.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
34.59/33.34	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 2442
34.59/33.34	s UNSATISFIABLE
34.59/33.34	c Total wall clock time (in seconds): 33.128

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-1854867-1244862704/watcher-1854867-1244862704 -o /tmp/evaluation-result-1854867-1244862704/solver-1854867-1244862704 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1854867-1244862704.opb 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 7705
/proc/meminfo: memFree=1197672/2055920 swapFree=4191900/4192956
[pid=7705] ppid=7703 vsize=152 CPUtime=0
/proc/7705/stat : 7705 (java6) D 7703 7705 7368 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 153871357 155648 26 1992294400 134512640 134550932 4294956176 18446744073709551615 10924836 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/7705/statm: 38 26 19 9 0 4 0

[startup+0.072906 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 7705
/proc/meminfo: memFree=1197672/2055920 swapFree=4191900/4192956
[pid=7705] ppid=7703 vsize=1470220 CPUtime=0.05
/proc/7705/stat : 7705 (java) S 7703 7705 7368 0 -1 0 3365 0 1 0 4 1 0 0 18 0 7 0 153871357 1505505280 3110 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/7705/statm: 367555 3110 1031 9 0 364906 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1470220

[startup+0.101907 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 7705
/proc/meminfo: memFree=1197672/2055920 swapFree=4191900/4192956
[pid=7705] ppid=7703 vsize=1472584 CPUtime=0.09
/proc/7705/stat : 7705 (java) S 7703 7705 7368 0 -1 0 3606 0 1 0 7 2 0 0 18 0 12 0 153871357 1507926016 3349 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7705/statm: 368146 3349 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1472584

[startup+0.30192 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 7705
/proc/meminfo: memFree=1197672/2055920 swapFree=4191900/4192956
[pid=7705] ppid=7703 vsize=1474772 CPUtime=0.33
/proc/7705/stat : 7705 (java) S 7703 7705 7368 0 -1 0 5019 0 1 0 30 3 0 0 18 0 12 0 153871357 1510166528 4756 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7705/statm: 368693 4756 1355 9 0 366036 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1474772

[startup+0.701957 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 7705
/proc/meminfo: memFree=1197672/2055920 swapFree=4191900/4192956
[pid=7705] ppid=7703 vsize=1476248 CPUtime=1.01
/proc/7705/stat : 7705 (java) S 7703 7705 7368 0 -1 0 6977 0 1 0 97 4 0 0 18 0 13 0 153871357 1511677952 6304 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7705/statm: 369062 6304 1403 9 0 366405 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 1476248

[startup+1.50302 s]
/proc/loadavg: 1.00 1.00 1.00 4/77 7718
/proc/meminfo: memFree=1174464/2055920 swapFree=4191900/4192956
[pid=7705] ppid=7703 vsize=1480196 CPUtime=2.53
/proc/7705/stat : 7705 (java) S 7703 7705 7368 0 -1 0 10327 0 1 0 248 5 0 0 18 0 13 0 153871357 1515720704 7435 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7705/statm: 370049 7435 1416 9 0 367392 0
[pid=7705/tid=7707] ppid=7703 vsize=1480196 CPUtime=1.33
/proc/7705/task/7707/stat : 7707 (java) R 7703 7705 7368 0 -1 64 5007 0 1 0 130 3 0 0 19 0 13 0 153871358 1515720704 7435 1992294400 134512640 134550932 4294956016 18446744073709551615 103615339 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7708] ppid=7703 vsize=1480196 CPUtime=0
/proc/7705/task/7708/stat : 7708 (java) S 7703 7705 7368 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 153871359 1515720704 7435 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7709] ppid=7703 vsize=1480196 CPUtime=0
/proc/7705/task/7709/stat : 7709 (java) S 7703 7705 7368 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 153871359 1515720704 7435 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7710] ppid=7703 vsize=1480196 CPUtime=0
/proc/7705/task/7710/stat : 7710 (java) S 7703 7705 7368 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 153871361 1515720704 7435 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7711] ppid=7703 vsize=1480196 CPUtime=0
/proc/7705/task/7711/stat : 7711 (java) S 7703 7705 7368 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 153871362 1515720704 7435 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7712] ppid=7703 vsize=1480196 CPUtime=0
/proc/7705/task/7712/stat : 7712 (java) S 7703 7705 7368 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 153871362 1515720704 7435 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7713] ppid=7703 vsize=1480196 CPUtime=0
/proc/7705/task/7713/stat : 7713 (java) S 7703 7705 7368 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153871366 1515720704 7435 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7714] ppid=7703 vsize=1480196 CPUtime=0.51
/proc/7705/task/7714/stat : 7714 (java) R 7703 7705 7368 0 -1 64 1830 0 0 0 51 0 0 0 17 0 13 0 153871366 1515720704 7435 1992294400 134512640 134550932 4294956016 18446744073709551615 104147211 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7705/tid=7715] ppid=7703 vsize=1480196 CPUtime=0.65
/proc/7705/task/7715/stat : 7715 (java) S 7703 7705 7368 0 -1 64 2745 0 0 0 65 0 0 0 17 0 13 0 153871366 1515720704 7435 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7716] ppid=7703 vsize=1480196 CPUtime=0
/proc/7705/task/7716/stat : 7716 (java) S 7703 7705 7368 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 153871366 1515720704 7435 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7717] ppid=7703 vsize=1480196 CPUtime=0
/proc/7705/task/7717/stat : 7717 (java) S 7703 7705 7368 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 153871366 1515720704 7435 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7705/tid=7718] ppid=7703 vsize=1480196 CPUtime=0
/proc/7705/task/7718/stat : 7718 (java) S 7703 7705 7368 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 153871423 1515720704 7435 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 1480196

[startup+3.10215 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 7718
/proc/meminfo: memFree=1170752/2055920 swapFree=4191900/4192956
[pid=7705] ppid=7703 vsize=1480196 CPUtime=4.33
/proc/7705/stat : 7705 (java) S 7703 7705 7368 0 -1 0 12387 0 1 0 427 6 0 0 18 0 13 0 153871357 1515720704 8912 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7705/statm: 370049 8912 1420 9 0 367392 0
[pid=7705/tid=7707] ppid=7703 vsize=1480196 CPUtime=2.88
/proc/7705/task/7707/stat : 7707 (java) R 7703 7705 7368 0 -1 64 6506 0 1 0 285 3 0 0 25 0 13 0 153871358 1515720704 8912 1992294400 134512640 134550932 4294956016 18446744073709551615 4109732289 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7708] ppid=7703 vsize=1480196 CPUtime=0
/proc/7705/task/7708/stat : 7708 (java) S 7703 7705 7368 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 153871359 1515720704 8912 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7709] ppid=7703 vsize=1480196 CPUtime=0
/proc/7705/task/7709/stat : 7709 (java) S 7703 7705 7368 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 153871359 1515720704 8912 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7710] ppid=7703 vsize=1480196 CPUtime=0
/proc/7705/task/7710/stat : 7710 (java) S 7703 7705 7368 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 153871361 1515720704 8912 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7711] ppid=7703 vsize=1480196 CPUtime=0
/proc/7705/task/7711/stat : 7711 (java) S 7703 7705 7368 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 153871362 1515720704 8912 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7712] ppid=7703 vsize=1480196 CPUtime=0
/proc/7705/task/7712/stat : 7712 (java) S 7703 7705 7368 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 153871362 1515720704 8912 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7713] ppid=7703 vsize=1480196 CPUtime=0
/proc/7705/task/7713/stat : 7713 (java) S 7703 7705 7368 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153871366 1515720704 8912 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7714] ppid=7703 vsize=1480196 CPUtime=0.72
/proc/7705/task/7714/stat : 7714 (java) S 7703 7705 7368 0 -1 64 2390 0 0 0 72 0 0 0 17 0 13 0 153871366 1515720704 8912 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7705/tid=7715] ppid=7703 vsize=1480196 CPUtime=0.68
/proc/7705/task/7715/stat : 7715 (java) S 7703 7705 7368 0 -1 64 2746 0 0 0 68 0 0 0 16 0 13 0 153871366 1515720704 8912 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7716] ppid=7703 vsize=1480196 CPUtime=0
/proc/7705/task/7716/stat : 7716 (java) S 7703 7705 7368 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 153871366 1515720704 8912 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7717] ppid=7703 vsize=1480196 CPUtime=0
/proc/7705/task/7717/stat : 7717 (java) S 7703 7705 7368 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 153871366 1515720704 8912 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7705/tid=7718] ppid=7703 vsize=1480196 CPUtime=0
/proc/7705/task/7718/stat : 7718 (java) S 7703 7705 7368 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 153871423 1515720704 8912 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.33
Current children cumulated vsize (KiB) 1480196

[startup+6.3024 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 7718
/proc/meminfo: memFree=1162752/2055920 swapFree=4191900/4192956
[pid=7705] ppid=7703 vsize=1480036 CPUtime=7.53
/proc/7705/stat : 7705 (java) S 7703 7705 7368 0 -1 0 13946 0 1 0 746 7 0 0 18 0 13 0 153871357 1515556864 10427 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7705/statm: 370009 10427 1420 9 0 367352 0
[pid=7705/tid=7707] ppid=7703 vsize=1480036 CPUtime=6.08
/proc/7705/task/7707/stat : 7707 (java) R 7703 7705 7368 0 -1 64 8065 0 1 0 604 4 0 0 22 0 13 0 153871358 1515556864 10428 1992294400 134512640 134550932 4294956016 18446744073709551615 4109638130 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7705/tid=7708] ppid=7703 vsize=1480036 CPUtime=0
/proc/7705/task/7708/stat : 7708 (java) S 7703 7705 7368 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 153871359 1515556864 10428 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7709] ppid=7703 vsize=1480036 CPUtime=0
/proc/7705/task/7709/stat : 7709 (java) S 7703 7705 7368 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 153871359 1515556864 10428 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7710] ppid=7703 vsize=1480036 CPUtime=0
/proc/7705/task/7710/stat : 7710 (java) S 7703 7705 7368 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 153871361 1515556864 10428 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7711] ppid=7703 vsize=1480036 CPUtime=0
/proc/7705/task/7711/stat : 7711 (java) S 7703 7705 7368 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 153871362 1515556864 10428 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7712] ppid=7703 vsize=1480036 CPUtime=0
/proc/7705/task/7712/stat : 7712 (java) S 7703 7705 7368 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 153871362 1515556864 10428 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7713] ppid=7703 vsize=1480036 CPUtime=0
/proc/7705/task/7713/stat : 7713 (java) S 7703 7705 7368 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153871366 1515556864 10428 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7714] ppid=7703 vsize=1480036 CPUtime=0.73
/proc/7705/task/7714/stat : 7714 (java) S 7703 7705 7368 0 -1 64 2391 0 0 0 73 0 0 0 15 0 13 0 153871366 1515556864 10428 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7715] ppid=7703 vsize=1480036 CPUtime=0.68
/proc/7705/task/7715/stat : 7715 (java) S 7703 7705 7368 0 -1 64 2746 0 0 0 68 0 0 0 16 0 13 0 153871366 1515556864 10428 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7716] ppid=7703 vsize=1480036 CPUtime=0
/proc/7705/task/7716/stat : 7716 (java) S 7703 7705 7368 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 153871366 1515556864 10428 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7717] ppid=7703 vsize=1480036 CPUtime=0
/proc/7705/task/7717/stat : 7717 (java) S 7703 7705 7368 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 153871366 1515556864 10428 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7705/tid=7718] ppid=7703 vsize=1480036 CPUtime=0
/proc/7705/task/7718/stat : 7718 (java) S 7703 7705 7368 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 153871423 1515556864 10428 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.53
Current children cumulated vsize (KiB) 1480036

[startup+12.7029 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 7718
/proc/meminfo: memFree=1153344/2055920 swapFree=4191900/4192956
[pid=7705] ppid=7703 vsize=1478724 CPUtime=13.95
/proc/7705/stat : 7705 (java) S 7703 7705 7368 0 -1 0 16245 0 1 0 1386 9 0 0 18 0 13 0 153871357 1514213376 12434 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7705/statm: 369681 12434 1420 9 0 367024 0
[pid=7705/tid=7707] ppid=7703 vsize=1478724 CPUtime=12.48
/proc/7705/task/7707/stat : 7707 (java) R 7703 7705 7368 0 -1 64 10362 0 1 0 1242 6 0 0 25 0 13 0 153871358 1514213376 12434 1992294400 134512640 134550932 4294956016 18446744073709551615 4109578775 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7705/tid=7708] ppid=7703 vsize=1478724 CPUtime=0
/proc/7705/task/7708/stat : 7708 (java) S 7703 7705 7368 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 153871359 1514213376 12434 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7709] ppid=7703 vsize=1478724 CPUtime=0
/proc/7705/task/7709/stat : 7709 (java) S 7703 7705 7368 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 153871359 1514213376 12434 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7710] ppid=7703 vsize=1478724 CPUtime=0
/proc/7705/task/7710/stat : 7710 (java) S 7703 7705 7368 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 153871361 1514213376 12434 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7711] ppid=7703 vsize=1478724 CPUtime=0
/proc/7705/task/7711/stat : 7711 (java) S 7703 7705 7368 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 153871362 1514213376 12434 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7712] ppid=7703 vsize=1478724 CPUtime=0
/proc/7705/task/7712/stat : 7712 (java) S 7703 7705 7368 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 153871362 1514213376 12434 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7713] ppid=7703 vsize=1478724 CPUtime=0
/proc/7705/task/7713/stat : 7713 (java) S 7703 7705 7368 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153871366 1514213376 12434 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7714] ppid=7703 vsize=1478724 CPUtime=0.75
/proc/7705/task/7714/stat : 7714 (java) S 7703 7705 7368 0 -1 64 2392 0 0 0 75 0 0 0 16 0 13 0 153871366 1514213376 12434 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7715] ppid=7703 vsize=1478724 CPUtime=0.68
/proc/7705/task/7715/stat : 7715 (java) S 7703 7705 7368 0 -1 64 2746 0 0 0 68 0 0 0 16 0 13 0 153871366 1514213376 12434 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7716] ppid=7703 vsize=1478724 CPUtime=0
/proc/7705/task/7716/stat : 7716 (java) S 7703 7705 7368 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 153871366 1514213376 12434 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7717] ppid=7703 vsize=1478724 CPUtime=0
/proc/7705/task/7717/stat : 7717 (java) S 7703 7705 7368 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 153871366 1514213376 12434 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7705/tid=7718] ppid=7703 vsize=1478724 CPUtime=0
/proc/7705/task/7718/stat : 7718 (java) S 7703 7705 7368 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 153871423 1514213376 12434 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.95
Current children cumulated vsize (KiB) 1478724

[startup+25.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 7718
/proc/meminfo: memFree=1139904/2055920 swapFree=4191900/4192956
[pid=7705] ppid=7703 vsize=1478724 CPUtime=26.79
/proc/7705/stat : 7705 (java) S 7703 7705 7368 0 -1 0 19536 0 1 0 2668 11 0 0 18 0 13 0 153871357 1514213376 15722 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7705/statm: 369681 15722 1420 9 0 367024 0
[pid=7705/tid=7707] ppid=7703 vsize=1478724 CPUtime=25.27
/proc/7705/task/7707/stat : 7707 (java) R 7703 7705 7368 0 -1 64 13649 0 1 0 2518 9 0 0 25 0 13 0 153871358 1514213376 15722 1992294400 134512640 134550932 4294956016 18446744073709551615 4109733299 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7705/tid=7708] ppid=7703 vsize=1478724 CPUtime=0
/proc/7705/task/7708/stat : 7708 (java) S 7703 7705 7368 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 153871359 1514213376 15722 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7709] ppid=7703 vsize=1478724 CPUtime=0
/proc/7705/task/7709/stat : 7709 (java) S 7703 7705 7368 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 153871359 1514213376 15722 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7710] ppid=7703 vsize=1478724 CPUtime=0

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

/proc/7705/task/7718/stat : 7718 (java) S 7703 7705 7368 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 153871423 1514213376 15722 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 26.79
Current children cumulated vsize (KiB) 1478724

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

[startup+28.7022 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 7718
/proc/meminfo: memFree=1136256/2055920 swapFree=4191900/4192956
[pid=7705] ppid=7703 vsize=1478724 CPUtime=29.99
/proc/7705/stat : 7705 (java) S 7703 7705 7368 0 -1 0 20427 0 1 0 2987 12 0 0 18 0 13 0 153871357 1514213376 16613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7705/statm: 369681 16613 1420 9 0 367024 0
[pid=7705/tid=7707] ppid=7703 vsize=1478724 CPUtime=28.47
/proc/7705/task/7707/stat : 7707 (java) R 7703 7705 7368 0 -1 64 14540 0 1 0 2838 9 0 0 25 0 13 0 153871358 1514213376 16613 1992294400 134512640 134550932 4294956016 18446744073709551615 4109733297 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7705/tid=7708] ppid=7703 vsize=1478724 CPUtime=0
/proc/7705/task/7708/stat : 7708 (java) S 7703 7705 7368 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 153871359 1514213376 16613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7709] ppid=7703 vsize=1478724 CPUtime=0
/proc/7705/task/7709/stat : 7709 (java) S 7703 7705 7368 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 153871359 1514213376 16613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7710] ppid=7703 vsize=1478724 CPUtime=0
/proc/7705/task/7710/stat : 7710 (java) S 7703 7705 7368 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 153871361 1514213376 16613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7711] ppid=7703 vsize=1478724 CPUtime=0
/proc/7705/task/7711/stat : 7711 (java) S 7703 7705 7368 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 153871362 1514213376 16613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7712] ppid=7703 vsize=1478724 CPUtime=0
/proc/7705/task/7712/stat : 7712 (java) S 7703 7705 7368 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 153871362 1514213376 16613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7713] ppid=7703 vsize=1478724 CPUtime=0
/proc/7705/task/7713/stat : 7713 (java) S 7703 7705 7368 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153871366 1514213376 16613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7714] ppid=7703 vsize=1478724 CPUtime=0.79
/proc/7705/task/7714/stat : 7714 (java) S 7703 7705 7368 0 -1 64 2396 0 0 0 79 0 0 0 15 0 13 0 153871366 1514213376 16613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7715] ppid=7703 vsize=1478724 CPUtime=0.69
/proc/7705/task/7715/stat : 7715 (java) S 7703 7705 7368 0 -1 64 2746 0 0 0 69 0 0 0 17 0 13 0 153871366 1514213376 16613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7716] ppid=7703 vsize=1478724 CPUtime=0
/proc/7705/task/7716/stat : 7716 (java) S 7703 7705 7368 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 153871366 1514213376 16613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7717] ppid=7703 vsize=1478724 CPUtime=0
/proc/7705/task/7717/stat : 7717 (java) S 7703 7705 7368 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 153871366 1514213376 16613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7705/tid=7718] ppid=7703 vsize=1478724 CPUtime=0
/proc/7705/task/7718/stat : 7718 (java) S 7703 7705 7368 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 153871423 1514213376 16613 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (KiB) 1478724

[startup+31.9065 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 7718
/proc/meminfo: memFree=1133312/2055920 swapFree=4191900/4192956
[pid=7705] ppid=7703 vsize=1478724 CPUtime=33.19
/proc/7705/stat : 7705 (java) S 7703 7705 7368 0 -1 0 21154 0 1 0 3306 13 0 0 18 0 13 0 153871357 1514213376 17340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7705/statm: 369681 17340 1420 9 0 367024 0
[pid=7705/tid=7707] ppid=7703 vsize=1478724 CPUtime=31.67
/proc/7705/task/7707/stat : 7707 (java) R 7703 7705 7368 0 -1 64 15267 0 1 0 3157 10 0 0 25 0 13 0 153871358 1514213376 17340 1992294400 134512640 134550932 4294956016 18446744073709551615 4109732023 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7705/tid=7708] ppid=7703 vsize=1478724 CPUtime=0
/proc/7705/task/7708/stat : 7708 (java) S 7703 7705 7368 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 153871359 1514213376 17340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7709] ppid=7703 vsize=1478724 CPUtime=0
/proc/7705/task/7709/stat : 7709 (java) S 7703 7705 7368 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 153871359 1514213376 17340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7710] ppid=7703 vsize=1478724 CPUtime=0
/proc/7705/task/7710/stat : 7710 (java) S 7703 7705 7368 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 153871361 1514213376 17340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7711] ppid=7703 vsize=1478724 CPUtime=0
/proc/7705/task/7711/stat : 7711 (java) S 7703 7705 7368 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 153871362 1514213376 17340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7712] ppid=7703 vsize=1478724 CPUtime=0
/proc/7705/task/7712/stat : 7712 (java) S 7703 7705 7368 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 153871362 1514213376 17340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7713] ppid=7703 vsize=1478724 CPUtime=0
/proc/7705/task/7713/stat : 7713 (java) S 7703 7705 7368 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153871366 1514213376 17340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7714] ppid=7703 vsize=1478724 CPUtime=0.79
/proc/7705/task/7714/stat : 7714 (java) S 7703 7705 7368 0 -1 64 2396 0 0 0 79 0 0 0 15 0 13 0 153871366 1514213376 17340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7715] ppid=7703 vsize=1478724 CPUtime=0.69
/proc/7705/task/7715/stat : 7715 (java) S 7703 7705 7368 0 -1 64 2746 0 0 0 69 0 0 0 17 0 13 0 153871366 1514213376 17340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7716] ppid=7703 vsize=1478724 CPUtime=0
/proc/7705/task/7716/stat : 7716 (java) S 7703 7705 7368 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 153871366 1514213376 17340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7717] ppid=7703 vsize=1478724 CPUtime=0
/proc/7705/task/7717/stat : 7717 (java) S 7703 7705 7368 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 153871366 1514213376 17340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7705/tid=7718] ppid=7703 vsize=1478724 CPUtime=0
/proc/7705/task/7718/stat : 7718 (java) S 7703 7705 7368 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 153871423 1514213376 17340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 33.19
Current children cumulated vsize (KiB) 1478724

[startup+32.7016 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 7718
/proc/meminfo: memFree=1133312/2055920 swapFree=4191900/4192956
[pid=7705] ppid=7703 vsize=1478724 CPUtime=33.99
/proc/7705/stat : 7705 (java) S 7703 7705 7368 0 -1 0 21343 0 1 0 3386 13 0 0 18 0 13 0 153871357 1514213376 17529 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7705/statm: 369681 17529 1420 9 0 367024 0
[pid=7705/tid=7707] ppid=7703 vsize=1478724 CPUtime=32.47
/proc/7705/task/7707/stat : 7707 (java) R 7703 7705 7368 0 -1 64 15456 0 1 0 3237 10 0 0 25 0 13 0 153871358 1514213376 17529 1992294400 134512640 134550932 4294956016 18446744073709551615 4109578775 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7705/tid=7708] ppid=7703 vsize=1478724 CPUtime=0
/proc/7705/task/7708/stat : 7708 (java) S 7703 7705 7368 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 153871359 1514213376 17529 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7709] ppid=7703 vsize=1478724 CPUtime=0
/proc/7705/task/7709/stat : 7709 (java) S 7703 7705 7368 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 153871359 1514213376 17529 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7710] ppid=7703 vsize=1478724 CPUtime=0
/proc/7705/task/7710/stat : 7710 (java) S 7703 7705 7368 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 153871361 1514213376 17529 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7711] ppid=7703 vsize=1478724 CPUtime=0
/proc/7705/task/7711/stat : 7711 (java) S 7703 7705 7368 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 153871362 1514213376 17529 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7712] ppid=7703 vsize=1478724 CPUtime=0
/proc/7705/task/7712/stat : 7712 (java) S 7703 7705 7368 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 153871362 1514213376 17529 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7713] ppid=7703 vsize=1478724 CPUtime=0
/proc/7705/task/7713/stat : 7713 (java) S 7703 7705 7368 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153871366 1514213376 17529 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7714] ppid=7703 vsize=1478724 CPUtime=0.79
/proc/7705/task/7714/stat : 7714 (java) S 7703 7705 7368 0 -1 64 2396 0 0 0 79 0 0 0 15 0 13 0 153871366 1514213376 17529 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7715] ppid=7703 vsize=1478724 CPUtime=0.69
/proc/7705/task/7715/stat : 7715 (java) S 7703 7705 7368 0 -1 64 2746 0 0 0 69 0 0 0 17 0 13 0 153871366 1514213376 17530 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7716] ppid=7703 vsize=1478724 CPUtime=0
/proc/7705/task/7716/stat : 7716 (java) S 7703 7705 7368 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 153871366 1514213376 17530 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7717] ppid=7703 vsize=1478724 CPUtime=0
/proc/7705/task/7717/stat : 7717 (java) S 7703 7705 7368 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 153871366 1514213376 17530 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7705/tid=7718] ppid=7703 vsize=1478724 CPUtime=0
/proc/7705/task/7718/stat : 7718 (java) S 7703 7705 7368 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 153871423 1514213376 17530 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 33.99
Current children cumulated vsize (KiB) 1478724

[startup+33.1016 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 7718
/proc/meminfo: memFree=1132288/2055920 swapFree=4191900/4192956
[pid=7705] ppid=7703 vsize=1478724 CPUtime=34.39
/proc/7705/stat : 7705 (java) S 7703 7705 7368 0 -1 0 21406 0 1 0 3426 13 0 0 18 0 13 0 153871357 1514213376 17592 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7705/statm: 369681 17592 1420 9 0 367024 0
[pid=7705/tid=7707] ppid=7703 vsize=1478724 CPUtime=32.87
/proc/7705/task/7707/stat : 7707 (java) R 7703 7705 7368 0 -1 64 15519 0 1 0 3276 11 0 0 25 0 13 0 153871358 1514213376 17592 1992294400 134512640 134550932 4294956016 18446744073709551615 4109733297 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7705/tid=7708] ppid=7703 vsize=1478724 CPUtime=0
/proc/7705/task/7708/stat : 7708 (java) S 7703 7705 7368 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 153871359 1514213376 17592 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7709] ppid=7703 vsize=1478724 CPUtime=0
/proc/7705/task/7709/stat : 7709 (java) S 7703 7705 7368 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 153871359 1514213376 17592 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7710] ppid=7703 vsize=1478724 CPUtime=0
/proc/7705/task/7710/stat : 7710 (java) S 7703 7705 7368 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 153871361 1514213376 17592 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7711] ppid=7703 vsize=1478724 CPUtime=0
/proc/7705/task/7711/stat : 7711 (java) S 7703 7705 7368 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 153871362 1514213376 17592 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7712] ppid=7703 vsize=1478724 CPUtime=0
/proc/7705/task/7712/stat : 7712 (java) S 7703 7705 7368 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 153871362 1514213376 17592 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7713] ppid=7703 vsize=1478724 CPUtime=0
/proc/7705/task/7713/stat : 7713 (java) S 7703 7705 7368 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153871366 1514213376 17592 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7714] ppid=7703 vsize=1478724 CPUtime=0.79
/proc/7705/task/7714/stat : 7714 (java) S 7703 7705 7368 0 -1 64 2396 0 0 0 79 0 0 0 15 0 13 0 153871366 1514213376 17592 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7715] ppid=7703 vsize=1478724 CPUtime=0.69
/proc/7705/task/7715/stat : 7715 (java) S 7703 7705 7368 0 -1 64 2746 0 0 0 69 0 0 0 17 0 13 0 153871366 1514213376 17592 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7716] ppid=7703 vsize=1478724 CPUtime=0
/proc/7705/task/7716/stat : 7716 (java) S 7703 7705 7368 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 153871366 1514213376 17592 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7717] ppid=7703 vsize=1478724 CPUtime=0
/proc/7705/task/7717/stat : 7717 (java) S 7703 7705 7368 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 153871366 1514213376 17592 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7705/tid=7718] ppid=7703 vsize=1478724 CPUtime=0
/proc/7705/task/7718/stat : 7718 (java) S 7703 7705 7368 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 153871423 1514213376 17592 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 34.39
Current children cumulated vsize (KiB) 1478724

[startup+33.3016 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 7718
/proc/meminfo: memFree=1132288/2055920 swapFree=4191900/4192956
[pid=7705] ppid=7703 vsize=1479048 CPUtime=34.59
/proc/7705/stat : 7705 (java) S 7703 7705 7368 0 -1 0 21461 0 1 0 3446 13 0 0 18 0 14 0 153871357 1514545152 17647 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7705/statm: 369762 17647 1422 9 0 367105 0
[pid=7705/tid=7707] ppid=7703 vsize=1479048 CPUtime=33.04
/proc/7705/task/7707/stat : 7707 (java) S 7703 7705 7368 0 -1 64 15559 0 1 0 3293 11 0 0 25 0 14 0 153871358 1514545152 17647 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7705/tid=7708] ppid=7703 vsize=1479048 CPUtime=0
/proc/7705/task/7708/stat : 7708 (java) S 7703 7705 7368 0 -1 64 2 0 0 0 0 0 0 0 19 0 14 0 153871359 1514545152 17647 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7709] ppid=7703 vsize=1479048 CPUtime=0
/proc/7705/task/7709/stat : 7709 (java) S 7703 7705 7368 0 -1 64 0 0 0 0 0 0 0 0 20 0 14 0 153871359 1514545152 17647 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7710] ppid=7703 vsize=1479048 CPUtime=0
/proc/7705/task/7710/stat : 7710 (java) S 7703 7705 7368 0 -1 64 2 0 0 0 0 0 0 0 16 0 14 0 153871361 1514545152 17647 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7711] ppid=7703 vsize=1479048 CPUtime=0
/proc/7705/task/7711/stat : 7711 (java) S 7703 7705 7368 0 -1 64 10 0 0 0 0 0 0 0 22 0 14 0 153871362 1514545152 17647 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7712] ppid=7703 vsize=1479048 CPUtime=0
/proc/7705/task/7712/stat : 7712 (java) S 7703 7705 7368 0 -1 64 4 0 0 0 0 0 0 0 23 0 14 0 153871362 1514545152 17647 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7713] ppid=7703 vsize=1479048 CPUtime=0
/proc/7705/task/7713/stat : 7713 (java) S 7703 7705 7368 0 -1 64 1 0 0 0 0 0 0 0 24 0 14 0 153871366 1514545152 17647 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7714] ppid=7703 vsize=1479048 CPUtime=0.8
/proc/7705/task/7714/stat : 7714 (java) R 7703 7705 7368 0 -1 64 2396 0 0 0 80 0 0 0 16 0 14 0 153871366 1514545152 17647 1992294400 134512640 134550932 4294956016 18446744073709551615 105594910 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7705/tid=7715] ppid=7703 vsize=1479048 CPUtime=0.7
/proc/7705/task/7715/stat : 7715 (java) S 7703 7705 7368 0 -1 64 2749 0 0 0 70 0 0 0 17 0 14 0 153871366 1514545152 17647 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7716] ppid=7703 vsize=1479048 CPUtime=0
/proc/7705/task/7716/stat : 7716 (java) S 7703 7705 7368 0 -1 64 0 0 0 0 0 0 0 0 25 0 14 0 153871366 1514545152 17647 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7705/tid=7717] ppid=7703 vsize=1479048 CPUtime=0
/proc/7705/task/7717/stat : 7717 (java) S 7703 7705 7368 0 -1 64 0 0 0 0 0 0 0 0 15 0 14 0 153871366 1514545152 17647 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7705/tid=7718] ppid=7703 vsize=1479048 CPUtime=0
/proc/7705/task/7718/stat : 7718 (java) S 7703 7705 7368 0 -1 64 5 0 0 0 0 0 0 0 21 0 14 0 153871423 1514545152 17647 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 34.59
Current children cumulated vsize (KiB) 1479048

Child status: 20
Real time (s): 33.3766
CPU time (s): 34.7127
CPU user time (s): 34.5647
CPU system time (s): 0.147977
CPU usage (%): 104.003
Max. virtual memory (cumulated for all children) (KiB): 1481000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 34.5647
system time used= 0.147977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21472
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= 1031
involuntary context switches= 918

runsolver used 0.036994 second user time and 0.098984 second system time

The end

Launcher Data

Begin job on node3 at 2009-06-13 05:11:44
IDJOB=1854867
IDBENCH=1284
IDSOLVER=682
FILE ID=node3/1854867-1244862704
PBS_JOBID= 9354338
Free space on /tmp= 66396 MiB

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

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

MD5SUM BENCH= 1ce0037c3d80e79a7b72360f6130d1f3
RANDOM SEED=1722527557

node3.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.236
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.236
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:       1198088 kB
Buffers:         56528 kB
Cached:         717400 kB
SwapCached:        524 kB
Active:          83624 kB
Inactive:       703880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1198088 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:             376 kB
Writeback:           0 kB
Mapped:          21808 kB
Slab:            56288 kB
Committed_AS:   115816 kB
PageTables:       1376 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= 66396 MiB
End job on node3 at 2009-06-13 05:12:17