Trace number 2662792

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31UNSAT 27.3948 14.9521

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900558106.opb
MD5SUM86320fff0968ff7a2805751d322618eb
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 benchmark2.15567
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 815
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.13	c See www.sat4j.org for details.
0.08/0.14	c version 2.2.0.v20100531
0.08/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.14	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.14	c java.vm.version	11.2-b01
0.08/0.14	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version		1.6.0_12
0.08/0.14	c os.name		Linux
0.08/0.14	c os.version		2.6.18-164.el5
0.08/0.14	c os.arch		i386
0.08/0.14	c Free memory 		1393557488
0.08/0.14	c Max memory 		1395916800
0.08/0.14	c Total memory 		1395916800
0.08/0.14	c Number of processors 	2
0.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c ManyCore solver with 2 solvers running in parallel
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.21	c Expensive reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.21	c No reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	
0.24/0.21	c solving HOME/instance-2662792-1276292846.opb
0.24/0.21	c reading problem ... 
1.12/0.72	c ... done. Wall clock time 0.513s.
1.12/0.72	c #vars     231
1.12/0.72	c #constraints  2707
1.12/0.72	c constraints type 
1.12/0.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
1.12/0.72	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
1.12/0.72	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
1.12/0.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1.12/0.72	c constraints type 
1.12/0.72	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
1.12/0.72	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
1.12/0.72	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
1.12/0.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
9.62/5.05	c cleaning 2497 clauses out of 5000 with flag 5000/5000
11.16/5.88	c cleaning 4248 clauses out of 8503 with flag 11000/11000
13.09/6.82	c cleaning 5624 clauses out of 11255 with flag 18000/18000
15.41/8.09	c cleaning 6815 clauses out of 13633 with flag 26002/26002
18.12/9.45	c cleaning 7907 clauses out of 15817 with flag 35001/35001
21.04/10.96	c cleaning 8954 clauses out of 17911 with flag 45002/45002
24.14/12.53	c cleaning 9476 clauses out of 18959 with flag 55004/55004
27.25/14.13	c And the winner is Resolution
27.33/14.89	c starts		: 77
27.33/14.89	c conflicts		: 64553
27.33/14.90	c decisions		: 112874
27.33/14.90	c propagations		: 3011318
27.33/14.90	c inspects		: 36766506
27.33/14.90	c learnt literals	: 3
27.33/14.90	c learnt binary clauses	: 16
27.33/14.90	c learnt ternary clauses	: 41
27.33/14.90	c learnt clauses	: 64549
27.33/14.90	c ignored clauses	: 0
27.33/14.90	c root simplifications	: 0
27.33/14.90	c removed literals (reason simplification)	: 260720
27.33/14.90	c reason swapping (by a shorter reason)	: 0
27.33/14.90	c Calls to reduceDB	: 7
27.33/14.90	c number of reductions to clauses (during analyze)	: 0
27.33/14.90	c number of learned constraints concerned by reduction	: 0
27.33/14.90	c number of learning phase by resolution	: 0
27.33/14.90	c number of learning phase by cutting planes	: 0
27.33/14.90	c speed (assignments/second)	: 212438.65961199295
27.33/14.90	c non guided choices	169
27.33/14.92	c learnt constraints type 
27.33/14.92	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 19012
27.33/14.92	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 16
27.33/14.92	c constraints type 
27.33/14.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
27.33/14.93	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
27.33/14.93	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
27.33/14.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
27.33/14.93	c constraints type 
27.33/14.93	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
27.33/14.93	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
27.33/14.93	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
27.33/14.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
27.33/14.93	s UNSATISFIABLE
27.33/14.93	c Total wall clock time (in seconds): 14.72

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-2662792-1276292846/watcher-2662792-1276292846 -o /tmp/evaluation-result-2662792-1276292846/solver-2662792-1276292846 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662792-1276292846.opb 

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


[startup+0 s]
/proc/loadavg: 0.87 0.97 0.99 3/106 6758
/proc/meminfo: memFree=1551444/2059040 swapFree=4192956/4192956
[pid=6758] ppid=6756 vsize=1832 CPUtime=0
/proc/6758/stat : 6758 (java) R 6756 6758 6693 0 -1 4194304 393 0 0 0 0 0 0 0 19 0 1 0 4886222 1875968 123 1992294400 134512640 134550932 4290273600 18446744073709551615 2822919 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/6758/statm: 458 128 92 10 0 63 0

[startup+0.0824271 s]
/proc/loadavg: 0.87 0.97 0.99 3/106 6758
/proc/meminfo: memFree=1551444/2059040 swapFree=4192956/4192956
[pid=6758] ppid=6756 vsize=1521796 CPUtime=0.07
/proc/6758/stat : 6758 (java) S 6756 6758 6693 0 -1 4202496 3840 0 1 0 5 2 0 0 19 0 7 0 4886222 1558319104 3280 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0
/proc/6758/statm: 380449 3280 1045 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.10143 s]
/proc/loadavg: 0.87 0.97 0.99 3/106 6758
/proc/meminfo: memFree=1551444/2059040 swapFree=4192956/4192956
[pid=6758] ppid=6756 vsize=1524180 CPUtime=0.08
/proc/6758/stat : 6758 (java) S 6756 6758 6693 0 -1 4202496 4004 0 1 0 6 2 0 0 19 0 12 0 4886222 1560760320 3442 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6758/statm: 381045 3442 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301559 s]
/proc/loadavg: 0.87 0.97 0.99 3/106 6758
/proc/meminfo: memFree=1551444/2059040 swapFree=4192956/4192956
[pid=6758] ppid=6756 vsize=1525972 CPUtime=0.37
/proc/6758/stat : 6758 (java) S 6756 6758 6693 0 -1 4202496 5405 0 1 0 33 4 0 0 19 0 12 0 4886222 1562595328 4841 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6758/statm: 381493 4841 1361 10 0 378796 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1525972

[startup+0.701565 s]
/proc/loadavg: 0.87 0.97 0.99 3/106 6758
/proc/meminfo: memFree=1551444/2059040 swapFree=4192956/4192956
[pid=6758] ppid=6756 vsize=1528336 CPUtime=1.12
/proc/6758/stat : 6758 (java) S 6756 6758 6693 0 -1 4202496 7406 0 1 0 107 5 0 0 19 0 12 0 4886222 1565016064 6769 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6758/statm: 382084 6769 1396 10 0 379387 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1528336

[startup+1.50158 s]
/proc/loadavg: 0.87 0.97 0.99 5/122 6774
/proc/meminfo: memFree=1526268/2059040 swapFree=4192956/4192956
[pid=6758] ppid=6756 vsize=1534564 CPUtime=2.7
/proc/6758/stat : 6758 (java) S 6756 6758 6693 0 -1 4202496 11125 0 1 0 263 7 0 0 19 0 16 0 4886222 1571393536 9214 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6758/statm: 383641 9214 1423 10 0 380944 0
[pid=6758/tid=6760] ppid=6756 vsize=1534564 CPUtime=0.7
/proc/6758/task/6760/stat : 6760 (java) S 6756 6758 6693 0 -1 4202560 5281 0 1 0 67 3 0 0 19 0 16 0 4886223 1571393536 9214 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 0 0 0 0
[pid=6758/tid=6761] ppid=6756 vsize=1534564 CPUtime=0
/proc/6758/task/6761/stat : 6761 (java) S 6756 6758 6693 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 4886225 1571393536 9214 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 0 0 0 0
[pid=6758/tid=6762] ppid=6756 vsize=1534564 CPUtime=0
/proc/6758/task/6762/stat : 6762 (java) S 6756 6758 6693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 16 0 4886225 1571393536 9214 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 0 0 0 0
[pid=6758/tid=6763] ppid=6756 vsize=1534564 CPUtime=0
/proc/6758/task/6763/stat : 6763 (java) S 6756 6758 6693 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 4886227 1571393536 9214 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 0 0 16800975 18446604437815568256 0 0 -1 0 0 0 0
[pid=6758/tid=6764] ppid=6756 vsize=1534564 CPUtime=0
/proc/6758/task/6764/stat : 6764 (java) S 6756 6758 6693 0 -1 4202560 11 0 0 0 0 0 0 0 22 0 16 0 4886227 1571393536 9214 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 0 0 0 0
[pid=6758/tid=6765] ppid=6756 vsize=1534564 CPUtime=0
/proc/6758/task/6765/stat : 6765 (java) S 6756 6758 6693 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 16 0 4886227 1571393536 9214 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 0 0 0 0
[pid=6758/tid=6766] ppid=6756 vsize=1534564 CPUtime=0
/proc/6758/task/6766/stat : 6766 (java) S 6756 6758 6693 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 16 0 4886231 1571393536 9214 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 0 0 0 0
[pid=6758/tid=6767] ppid=6756 vsize=1534564 CPUtime=0.22
/proc/6758/task/6767/stat : 6767 (java) R 6756 6758 6693 0 -1 4202560 1043 0 0 0 22 0 0 0 25 0 16 0 4886231 1571393536 9214 1992294400 134512640 134550932 4290273600 18446744073709551615 104163883 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6758/tid=6768] ppid=6756 vsize=1534564 CPUtime=1.02
/proc/6758/task/6768/stat : 6768 (java) R 6756 6758 6693 0 -1 4202560 2577 0 0 0 101 1 0 0 16 0 16 0 4886231 1571393536 9214 1992294400 134512640 134550932 4290273600 18446744073709551615 103976115 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6758/tid=6769] ppid=6756 vsize=1534564 CPUtime=0
/proc/6758/task/6769/stat : 6769 (java) S 6756 6758 6693 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 4886231 1571393536 9214 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 0 0 0 0
[pid=6758/tid=6770] ppid=6756 vsize=1534564 CPUtime=0
/proc/6758/task/6770/stat : 6770 (java) S 6756 6758 6693 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 4886231 1571393536 9214 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 0 0 0 0
[pid=6758/tid=6771] ppid=6756 vsize=1534564 CPUtime=0.31
/proc/6758/task/6771/stat : 6771 (java) R 6756 6758 6693 0 -1 4202560 65 0 0 0 31 0 0 0 21 0 16 0 4886295 1571393536 9214 1992294400 134512640 134550932 4290273600 18446744073709551615 4109023012 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6758/tid=6772] ppid=6756 vsize=1534564 CPUtime=0.4
/proc/6758/task/6772/stat : 6772 (java) R 6756 6758 6693 0 -1 4202560 1083 0 0 0 40 0 0 0 23 0 16 0 4886295 1571393536 9214 1992294400 134512640 134550932 4290273600 18446744073709551615 103615277 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6758/tid=6773] ppid=6756 vsize=1534564 CPUtime=0
/proc/6758/task/6773/stat : 6773 (java) S 6756 6758 6693 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 4886295 1571393536 9214 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 0 0 0 0
[pid=6758/tid=6774] ppid=6756 vsize=1534564 CPUtime=0
/proc/6758/task/6774/stat : 6774 (java) S 6756 6758 6693 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 4886296 1571393536 9214 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 1534564

[startup+3.1016 s]
/proc/loadavg: 0.87 0.97 0.99 4/122 6774
/proc/meminfo: memFree=1474436/2059040 swapFree=4192956/4192956
[pid=6758] ppid=6756 vsize=1543780 CPUtime=5.87
/proc/6758/stat : 6758 (java) S 6756 6758 6693 0 -1 4202496 44395 0 1 0 544 43 0 0 19 0 16 0 4886222 1580830720 37274 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6758/statm: 385945 37275 1430 10 0 383248 0
[pid=6758/tid=6760] ppid=6756 vsize=1543780 CPUtime=0.7
/proc/6758/task/6760/stat : 6760 (java) S 6756 6758 6693 0 -1 4202560 5281 0 1 0 67 3 0 0 18 0 16 0 4886223 1580830720 37276 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 0 0 0 0
[pid=6758/tid=6761] ppid=6756 vsize=1543780 CPUtime=0
/proc/6758/task/6761/stat : 6761 (java) R 6756 6758 6693 0 -1 4202560 218 0 0 0 0 0 0 0 18 0 16 0 4886225 1580830720 37276 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6758/tid=6762] ppid=6756 vsize=1543780 CPUtime=0
/proc/6758/task/6762/stat : 6762 (java) S 6756 6758 6693 0 -1 4202560 194 0 0 0 0 0 0 0 18 0 16 0 4886225 1580830720 37277 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 1 0 0 0
[pid=6758/tid=6763] ppid=6756 vsize=1543780 CPUtime=0.35
/proc/6758/task/6763/stat : 6763 (java) S 6756 6758 6693 0 -1 4202560 7 0 0 0 16 19 0 0 16 0 16 0 4886227 1580830720 37277 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 0 0 16800975 18446604437815568256 0 0 -1 0 0 0 0
[pid=6758/tid=6764] ppid=6756 vsize=1543780 CPUtime=0
/proc/6758/task/6764/stat : 6764 (java) R 6756 6758 6693 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 4886227 1580830720 37279 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6758/tid=6765] ppid=6756 vsize=1543780 CPUtime=0
/proc/6758/task/6765/stat : 6765 (java) S 6756 6758 6693 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 16 0 4886227 1580830720 37281 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 0 0 0 0
[pid=6758/tid=6766] ppid=6756 vsize=1543780 CPUtime=0
/proc/6758/task/6766/stat : 6766 (java) S 6756 6758 6693 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 16 0 4886231 1580830720 37282 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 0 0 0 0
[pid=6758/tid=6767] ppid=6756 vsize=1543780 CPUtime=0.32
/proc/6758/task/6767/stat : 6767 (java) R 6756 6758 6693 0 -1 4202560 1061 0 0 0 32 0 0 0 21 0 16 0 4886231 1580830720 37283 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6758/tid=6768] ppid=6756 vsize=1543780 CPUtime=2.59
/proc/6758/task/6768/stat : 6768 (java) R 6756 6758 6693 0 -1 4202560 10058 0 0 0 256 3 0 0 18 0 16 0 4886231 1580830720 37284 1992294400 134512640 134550932 4290273600 18446744073709551615 103124334 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6758/tid=6769] ppid=6756 vsize=1543780 CPUtime=0
/proc/6758/task/6769/stat : 6769 (java) S 6756 6758 6693 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 4886231 1580830720 37286 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 0 0 0 0
[pid=6758/tid=6770] ppid=6756 vsize=1543780 CPUtime=0
/proc/6758/task/6770/stat : 6770 (java) S 6756 6758 6693 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 4886231 1580830720 37289 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 0 0 0 0
[pid=6758/tid=6771] ppid=6756 vsize=1543780 CPUtime=0.31
/proc/6758/task/6771/stat : 6771 (java) R 6756 6758 6693 0 -1 4202560 65 0 0 0 31 0 0 0 21 0 16 0 4886295 1580830720 37291 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6758/tid=6772] ppid=6756 vsize=1543780 CPUtime=1.52
/proc/6758/task/6772/stat : 6772 (java) R 6756 6758 6693 0 -1 4202560 26460 0 0 0 138 14 0 0 16 0 16 0 4886295 1580830720 37293 1992294400 134512640 134550932 4290273600 18446744073709551615 4109600304 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6758/tid=6773] ppid=6756 vsize=1543780 CPUtime=0
/proc/6758/task/6773/stat : 6773 (java) S 6756 6758 6693 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 4886295 1580830720 37295 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 0 0 0 0
[pid=6758/tid=6774] ppid=6756 vsize=1543780 CPUtime=0
/proc/6758/task/6774/stat : 6774 (java) S 6756 6758 6693 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 4886296 1580830720 37296 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.87
Current children cumulated vsize (KiB) 1543780

[startup+6.30165 s]
/proc/loadavg: 1.28 1.05 1.02 4/122 6774
/proc/meminfo: memFree=1390736/2059040 swapFree=4192956/4192956
[pid=6758] ppid=6756 vsize=1544540 CPUtime=12.1
/proc/6758/stat : 6758 (java) S 6756 6758 6693 0 -1 4202496 50946 0 1 0 1164 46 0 0 19 0 16 0 4886222 1581608960 42329 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6758/statm: 386135 42329 1448 10 0 383438 0
[pid=6758/tid=6760] ppid=6756 vsize=1544540 CPUtime=0.7
/proc/6758/task/6760/stat : 6760 (java) S 6756 6758 6693 0 -1 4202560 5281 0 1 0 67 3 0 0 18 0 16 0 4886223 1581608960 42329 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 1 0 0 0
[pid=6758/tid=6761] ppid=6756 vsize=1544540 CPUtime=0.06
/proc/6758/task/6761/stat : 6761 (java) S 6756 6758 6693 0 -1 4202560 1790 0 0 0 6 0 0 0 16 0 16 0 4886225 1581608960 42329 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 1 0 0 0
[pid=6758/tid=6762] ppid=6756 vsize=1544540 CPUtime=0.06
/proc/6758/task/6762/stat : 6762 (java) S 6756 6758 6693 0 -1 4202560 1211 0 0 0 6 0 0 0 16 0 16 0 4886225 1581608960 42329 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 1 0 0 0
[pid=6758/tid=6763] ppid=6756 vsize=1544540 CPUtime=0.46
/proc/6758/task/6763/stat : 6763 (java) S 6756 6758 6693 0 -1 4202560 1786 0 0 0 26 20 0 0 16 0 16 0 4886227 1581608960 42329 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 0 0 16800975 18446604437815568256 0 0 -1 0 0 0 0
[pid=6758/tid=6764] ppid=6756 vsize=1544540 CPUtime=0
/proc/6758/task/6764/stat : 6764 (java) S 6756 6758 6693 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 4886227 1581608960 42329 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 1 0 0 0
[pid=6758/tid=6765] ppid=6756 vsize=1544540 CPUtime=0
/proc/6758/task/6765/stat : 6765 (java) S 6756 6758 6693 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 4886227 1581608960 42329 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 1 0 0 0
[pid=6758/tid=6766] ppid=6756 vsize=1544540 CPUtime=0
/proc/6758/task/6766/stat : 6766 (java) S 6756 6758 6693 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 16 0 4886231 1581608960 42329 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 0 0 0 0
[pid=6758/tid=6767] ppid=6756 vsize=1544540 CPUtime=1.02
/proc/6758/task/6767/stat : 6767 (java) S 6756 6758 6693 0 -1 4202560 1866 0 0 0 102 0 0 0 17 0 16 0 4886231 1581608960 42329 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 0 0 0 0
[pid=6758/tid=6768] ppid=6756 vsize=1544540 CPUtime=3.29
/proc/6758/task/6768/stat : 6768 (java) S 6756 6758 6693 0 -1 4202560 11106 0 0 0 326 3 0 0 15 0 16 0 4886231 1581608960 42329 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 1 0 0 0
[pid=6758/tid=6769] ppid=6756 vsize=1544540 CPUtime=0
/proc/6758/task/6769/stat : 6769 (java) S 6756 6758 6693 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 4886231 1581608960 42329 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 0 0 0 0
[pid=6758/tid=6770] ppid=6756 vsize=1544540 CPUtime=0
/proc/6758/task/6770/stat : 6770 (java) S 6756 6758 6693 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 4886231 1581608960 42329 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 1 0 0 0
[pid=6758/tid=6771] ppid=6756 vsize=1544540 CPUtime=1.96
/proc/6758/task/6771/stat : 6771 (java) R 6756 6758 6693 0 -1 4202560 71 0 0 0 196 0 0 0 25 0 16 0 4886295 1581608960 42329 1992294400 134512640 134550932 4290273600 18446744073709551615 4109471867 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6758/tid=6772] ppid=6756 vsize=1544540 CPUtime=4.46
/proc/6758/task/6772/stat : 6772 (java) R 6756 6758 6693 0 -1 4202560 26761 0 0 0 431 15 0 0 17 0 16 0 4886295 1581608960 42329 1992294400 134512640 134550932 4290273600 18446744073709551615 4109536184 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6758/tid=6773] ppid=6756 vsize=1544540 CPUtime=0
/proc/6758/task/6773/stat : 6773 (java) S 6756 6758 6693 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 4886295 1581608960 42329 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 0 0 0 0
[pid=6758/tid=6774] ppid=6756 vsize=1544540 CPUtime=0
/proc/6758/task/6774/stat : 6774 (java) S 6756 6758 6693 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 4886296 1581608960 42329 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.1
Current children cumulated vsize (KiB) 1544540

[startup+12.7021 s]
/proc/loadavg: 1.34 1.07 1.02 3/122 6774
/proc/meminfo: memFree=1361968/2059040 swapFree=4192956/4192956
[pid=6758] ppid=6756 vsize=1544540 CPUtime=24.47
/proc/6758/stat : 6758 (java) S 6756 6758 6693 0 -1 4202496 57818 0 1 0 2397 50 0 0 19 0 16 0 4886222 1581608960 49045 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6758/statm: 386135 49045 1448 10 0 383438 0
[pid=6758/tid=6760] ppid=6756 vsize=1544540 CPUtime=0.7
/proc/6758/task/6760/stat : 6760 (java) S 6756 6758 6693 0 -1 4202560 5282 0 1 0 67 3 0 0 15 0 16 0 4886223 1581608960 49045 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 1 0 0 0
[pid=6758/tid=6761] ppid=6756 vsize=1544540 CPUtime=0.14
/proc/6758/task/6761/stat : 6761 (java) S 6756 6758 6693 0 -1 4202560 3007 0 0 0 14 0 0 0 16 0 16 0 4886225 1581608960 49045 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 0 0 0 0
[pid=6758/tid=6762] ppid=6756 vsize=1544540 CPUtime=0.14
/proc/6758/task/6762/stat : 6762 (java) S 6756 6758 6693 0 -1 4202560 2383 0 0 0 13 1 0 0 15 0 16 0 4886225 1581608960 49045 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 1 0 0 0
[pid=6758/tid=6763] ppid=6756 vsize=1544540 CPUtime=0.77
/proc/6758/task/6763/stat : 6763 (java) S 6756 6758 6693 0 -1 4202560 2785 0 0 0 57 20 0 0 16 0 16 0 4886227 1581608960 49045 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 0 0 16800975 18446604437815568256 0 0 -1 1 0 0 0
[pid=6758/tid=6764] ppid=6756 vsize=1544540 CPUtime=0
/proc/6758/task/6764/stat : 6764 (java) S 6756 6758 6693 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 4886227 1581608960 49045 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 1 0 0 0
[pid=6758/tid=6765] ppid=6756 vsize=1544540 CPUtime=0
/proc/6758/task/6765/stat : 6765 (java) S 6756 6758 6693 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 4886227 1581608960 49045 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 1 0 0 0
[pid=6758/tid=6766] ppid=6756 vsize=1544540 CPUtime=0
/proc/6758/task/6766/stat : 6766 (java) S 6756 6758 6693 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 16 0 4886231 1581608960 49045 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 0 0 0 0
[pid=6758/tid=6767] ppid=6756 vsize=1544540 CPUtime=1.02
/proc/6758/task/6767/stat : 6767 (java) S 6756 6758 6693 0 -1 4202560 1866 0 0 0 102 0 0 0 17 0 16 0 4886231 1581608960 49045 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 0 0 0 0
[pid=6758/tid=6768] ppid=6756 vsize=1544540 CPUtime=3.48
/proc/6758/task/6768/stat : 6768 (java) S 6756 6758 6693 0 -1 4202560 11120 0 0 0 345 3 0 0 15 0 16 0 4886231 1581608960 49045 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 1 0 0 0
[pid=6758/tid=6769] ppid=6756 vsize=1544540 CPUtime=0
/proc/6758/task/6769/stat : 6769 (java) S 6756 6758 6693 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 4886231 1581608960 49045 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 0 0 0 0
[pid=6758/tid=6770] ppid=6756 vsize=1544540 CPUtime=0
/proc/6758/task/6770/stat : 6770 (java) S 6756 6758 6693 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 4886231 1581608960 49045 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 0 0 0 0
[pid=6758/tid=6771] ppid=6756 vsize=1544540 CPUtime=7.71
/proc/6758/task/6771/stat : 6771 (java) R 6756 6758 6693 0 -1 4202560 132 0 0 0 771 0 0 0 25 0 16 0 4886295 1581608960 49045 1992294400 134512640 134550932 4290273600 18446744073709551615 4109450686 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6758/tid=6772] ppid=6756 vsize=1544540 CPUtime=10.41
/proc/6758/task/6772/stat : 6772 (java) R 6756 6758 6693 0 -1 4202560 30169 0 0 0 1024 17 0 0 25 0 16 0 4886295 1581608960 49045 1992294400 134512640 134550932 4290273600 18446744073709551615 4109547005 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6758/tid=6773] ppid=6756 vsize=1544540 CPUtime=0
/proc/6758/task/6773/stat : 6773 (java) S 6756 6758 6693 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 4886295 1581608960 49045 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 0 0 0 0
[pid=6758/tid=6774] ppid=6756 vsize=1544540 CPUtime=0
/proc/6758/task/6774/stat : 6774 (java) S 6756 6758 6693 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 4886296 1581608960 49045 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.47
Current children cumulated vsize (KiB) 1544540

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

[startup+14.3094 s]
/proc/loadavg: 1.39 1.08 1.03 1/120 6774
/proc/meminfo: memFree=1359504/2059040 swapFree=4192956/4192956
[pid=6758] ppid=6756 vsize=1544540 CPUtime=27.33
/proc/6758/stat : 6758 (java) S 6756 6758 6693 0 -1 4202496 57845 0 1 0 2683 50 0 0 19 0 14 0 4886222 1581608960 49070 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6758/statm: 386135 49070 1449 10 0 383438 0
[pid=6758/tid=6760] ppid=6756 vsize=1544540 CPUtime=0.7
/proc/6758/task/6760/stat : 6760 (java) S 6756 6758 6693 0 -1 4202560 5282 0 1 0 67 3 0 0 15 0 14 0 4886223 1581608960 49070 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 1 0 0 0
[pid=6758/tid=6761] ppid=6756 vsize=1544540 CPUtime=0.15
/proc/6758/task/6761/stat : 6761 (java) S 6756 6758 6693 0 -1 4202560 3022 0 0 0 15 0 0 0 15 0 14 0 4886225 1581608960 49070 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 0 0 0 0
[pid=6758/tid=6762] ppid=6756 vsize=1544540 CPUtime=0.15
/proc/6758/task/6762/stat : 6762 (java) S 6756 6758 6693 0 -1 4202560 2391 0 0 0 14 1 0 0 16 0 14 0 4886225 1581608960 49070 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 1 0 0 0
[pid=6758/tid=6763] ppid=6756 vsize=1544540 CPUtime=0.77
/proc/6758/task/6763/stat : 6763 (java) S 6756 6758 6693 0 -1 4202560 2785 0 0 0 57 20 0 0 16 0 14 0 4886227 1581608960 49070 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 0 0 16800975 18446604437815568256 0 0 -1 1 0 0 0
[pid=6758/tid=6764] ppid=6756 vsize=1544540 CPUtime=0
/proc/6758/task/6764/stat : 6764 (java) S 6756 6758 6693 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 4886227 1581608960 49070 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 1 0 0 0
[pid=6758/tid=6765] ppid=6756 vsize=1544540 CPUtime=0
/proc/6758/task/6765/stat : 6765 (java) S 6756 6758 6693 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 4886227 1581608960 49070 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 1 0 0 0
[pid=6758/tid=6766] ppid=6756 vsize=1544540 CPUtime=0
/proc/6758/task/6766/stat : 6766 (java) S 6756 6758 6693 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 14 0 4886231 1581608960 49070 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 0 0 0 0
[pid=6758/tid=6767] ppid=6756 vsize=1544540 CPUtime=1.02
/proc/6758/task/6767/stat : 6767 (java) S 6756 6758 6693 0 -1 4202560 1866 0 0 0 102 0 0 0 17 0 14 0 4886231 1581608960 49070 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 0 0 0 0
[pid=6758/tid=6768] ppid=6756 vsize=1544540 CPUtime=3.53
/proc/6758/task/6768/stat : 6768 (java) S 6756 6758 6693 0 -1 4202560 11120 0 0 0 350 3 0 0 15 0 14 0 4886231 1581608960 49070 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 1 0 0 0
[pid=6758/tid=6769] ppid=6756 vsize=1544540 CPUtime=0
/proc/6758/task/6769/stat : 6769 (java) S 6756 6758 6693 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 4886231 1581608960 49070 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 0 0 0 0
[pid=6758/tid=6770] ppid=6756 vsize=1544540 CPUtime=0
/proc/6758/task/6770/stat : 6770 (java) S 6756 6758 6693 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 4886231 1581608960 49070 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 1 0 0 0
[pid=6758/tid=6773] ppid=6756 vsize=1544540 CPUtime=0
/proc/6758/task/6773/stat : 6773 (java) S 6756 6758 6693 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 14 0 4886295 1581608960 49070 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 0 0 0 0
[pid=6758/tid=6774] ppid=6756 vsize=1544540 CPUtime=0
/proc/6758/task/6774/stat : 6774 (java) S 6756 6758 6693 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 4886296 1581608960 49070 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 27.33
Current children cumulated vsize (KiB) 1544540

[startup+14.7015 s]
/proc/loadavg: 1.39 1.08 1.03 1/120 6774
/proc/meminfo: memFree=1359504/2059040 swapFree=4192956/4192956
[pid=6758] ppid=6756 vsize=1544540 CPUtime=27.33
/proc/6758/stat : 6758 (java) S 6756 6758 6693 0 -1 4202496 57845 0 1 0 2683 50 0 0 19 0 14 0 4886222 1581608960 49070 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6758/statm: 386135 49070 1449 10 0 383438 0
[pid=6758/tid=6760] ppid=6756 vsize=1544540 CPUtime=0.7
/proc/6758/task/6760/stat : 6760 (java) S 6756 6758 6693 0 -1 4202560 5282 0 1 0 67 3 0 0 15 0 14 0 4886223 1581608960 49070 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 1 0 0 0
[pid=6758/tid=6761] ppid=6756 vsize=1544540 CPUtime=0.15
/proc/6758/task/6761/stat : 6761 (java) S 6756 6758 6693 0 -1 4202560 3022 0 0 0 15 0 0 0 15 0 14 0 4886225 1581608960 49070 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 0 0 0 0
[pid=6758/tid=6762] ppid=6756 vsize=1544540 CPUtime=0.15
/proc/6758/task/6762/stat : 6762 (java) S 6756 6758 6693 0 -1 4202560 2391 0 0 0 14 1 0 0 16 0 14 0 4886225 1581608960 49070 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 1 0 0 0
[pid=6758/tid=6763] ppid=6756 vsize=1544540 CPUtime=0.77
/proc/6758/task/6763/stat : 6763 (java) S 6756 6758 6693 0 -1 4202560 2785 0 0 0 57 20 0 0 16 0 14 0 4886227 1581608960 49070 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 0 0 16800975 18446604437815568256 0 0 -1 1 0 0 0
[pid=6758/tid=6764] ppid=6756 vsize=1544540 CPUtime=0
/proc/6758/task/6764/stat : 6764 (java) S 6756 6758 6693 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 4886227 1581608960 49070 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 1 0 0 0
[pid=6758/tid=6765] ppid=6756 vsize=1544540 CPUtime=0
/proc/6758/task/6765/stat : 6765 (java) S 6756 6758 6693 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 4886227 1581608960 49070 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 1 0 0 0
[pid=6758/tid=6766] ppid=6756 vsize=1544540 CPUtime=0
/proc/6758/task/6766/stat : 6766 (java) S 6756 6758 6693 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 14 0 4886231 1581608960 49070 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 0 0 0 0
[pid=6758/tid=6767] ppid=6756 vsize=1544540 CPUtime=1.02
/proc/6758/task/6767/stat : 6767 (java) S 6756 6758 6693 0 -1 4202560 1866 0 0 0 102 0 0 0 17 0 14 0 4886231 1581608960 49070 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 0 0 0 0
[pid=6758/tid=6768] ppid=6756 vsize=1544540 CPUtime=3.53
/proc/6758/task/6768/stat : 6768 (java) S 6756 6758 6693 0 -1 4202560 11120 0 0 0 350 3 0 0 15 0 14 0 4886231 1581608960 49070 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 1 0 0 0
[pid=6758/tid=6769] ppid=6756 vsize=1544540 CPUtime=0
/proc/6758/task/6769/stat : 6769 (java) S 6756 6758 6693 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 4886231 1581608960 49070 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 0 0 0 0
[pid=6758/tid=6770] ppid=6756 vsize=1544540 CPUtime=0
/proc/6758/task/6770/stat : 6770 (java) S 6756 6758 6693 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 4886231 1581608960 49070 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 1 0 0 0
[pid=6758/tid=6773] ppid=6756 vsize=1544540 CPUtime=0
/proc/6758/task/6773/stat : 6773 (java) S 6756 6758 6693 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 14 0 4886295 1581608960 49070 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 0 0 0 0
[pid=6758/tid=6774] ppid=6756 vsize=1544540 CPUtime=0
/proc/6758/task/6774/stat : 6774 (java) S 6756 6758 6693 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 4886296 1581608960 49070 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 27.33
Current children cumulated vsize (KiB) 1544540

[startup+14.9016 s]
/proc/loadavg: 1.39 1.08 1.03 1/120 6774
/proc/meminfo: memFree=1359504/2059040 swapFree=4192956/4192956
[pid=6758] ppid=6756 vsize=1544540 CPUtime=27.33
/proc/6758/stat : 6758 (java) S 6756 6758 6693 0 -1 4202496 57849 0 1 0 2683 50 0 0 19 0 15 0 4886222 1581608960 49073 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6758/statm: 386135 49073 1449 10 0 383438 0
[pid=6758/tid=6760] ppid=6756 vsize=1544540 CPUtime=0.7
/proc/6758/task/6760/stat : 6760 (java) S 6756 6758 6693 0 -1 4202560 5285 0 1 0 67 3 0 0 16 0 15 0 4886223 1581608960 49073 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 1 0 0 0
[pid=6758/tid=6761] ppid=6756 vsize=1544540 CPUtime=0.15
/proc/6758/task/6761/stat : 6761 (java) S 6756 6758 6693 0 -1 4202560 3022 0 0 0 15 0 0 0 15 0 15 0 4886225 1581608960 49073 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 0 0 0 0
[pid=6758/tid=6762] ppid=6756 vsize=1544540 CPUtime=0.15
/proc/6758/task/6762/stat : 6762 (java) S 6756 6758 6693 0 -1 4202560 2391 0 0 0 14 1 0 0 16 0 15 0 4886225 1581608960 49073 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 1 0 0 0
[pid=6758/tid=6763] ppid=6756 vsize=1544540 CPUtime=0.77
/proc/6758/task/6763/stat : 6763 (java) S 6756 6758 6693 0 -1 4202560 2785 0 0 0 57 20 0 0 15 0 15 0 4886227 1581608960 49073 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 0 0 16800975 18446604437815568256 0 0 -1 1 0 0 0
[pid=6758/tid=6764] ppid=6756 vsize=1544540 CPUtime=0
/proc/6758/task/6764/stat : 6764 (java) S 6756 6758 6693 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 15 0 4886227 1581608960 49073 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 1 0 0 0
[pid=6758/tid=6765] ppid=6756 vsize=1544540 CPUtime=0
/proc/6758/task/6765/stat : 6765 (java) S 6756 6758 6693 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 15 0 4886227 1581608960 49073 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 1 0 0 0
[pid=6758/tid=6766] ppid=6756 vsize=1544540 CPUtime=0
/proc/6758/task/6766/stat : 6766 (java) S 6756 6758 6693 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 15 0 4886231 1581608960 49073 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 0 0 0 0
[pid=6758/tid=6767] ppid=6756 vsize=1544540 CPUtime=1.02
/proc/6758/task/6767/stat : 6767 (java) S 6756 6758 6693 0 -1 4202560 1866 0 0 0 102 0 0 0 17 0 15 0 4886231 1581608960 49073 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 0 0 0 0
[pid=6758/tid=6768] ppid=6756 vsize=1544540 CPUtime=3.53
/proc/6758/task/6768/stat : 6768 (java) S 6756 6758 6693 0 -1 4202560 11120 0 0 0 350 3 0 0 15 0 15 0 4886231 1581608960 49073 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 1 0 0 0
[pid=6758/tid=6769] ppid=6756 vsize=1544540 CPUtime=0
/proc/6758/task/6769/stat : 6769 (java) S 6756 6758 6693 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 4886231 1581608960 49073 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 0 0 0 0
[pid=6758/tid=6770] ppid=6756 vsize=1544540 CPUtime=0
/proc/6758/task/6770/stat : 6770 (java) S 6756 6758 6693 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 15 0 4886231 1581608960 49073 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 1 0 0 0
[pid=6758/tid=6773] ppid=6756 vsize=1544540 CPUtime=0
/proc/6758/task/6773/stat : 6773 (java) S 6756 6758 6693 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 15 0 4886295 1581608960 49073 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 0 0 0 0
[pid=6758/tid=6774] ppid=6756 vsize=1544540 CPUtime=0
/proc/6758/task/6774/stat : 6774 (java) S 6756 6758 6693 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 15 0 4886296 1581608960 49073 1992294400 134512640 134550932 4290273600 18446744073709551615 4294960144 0 4 0 16800975 18446604437815568256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 27.33
Current children cumulated vsize (KiB) 1544540

Child status: 20
Real time (s): 14.9521
CPU time (s): 27.3948
CPU user time (s): 26.8719
CPU system time (s): 0.52292
CPU usage (%): 183.218
Max. virtual memory (cumulated for all children) (KiB): 1547876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.8719
system time used= 0.52292
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57855
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= 795
involuntary context switches= 1091

runsolver used 0.072988 second user time and 0.173973 second system time

The end

Launcher Data

Begin job on node010 at 2010-06-11 23:47:26
IDJOB=2662792
IDBENCH=1304
IDSOLVER=1166
FILE ID=node010/2662792-1276292846
PBS_JOBID= 11173122
Free space on /tmp= 62500 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900558106.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662792-1276292846/watcher-2662792-1276292846 -o /tmp/evaluation-result-2662792-1276292846/solver-2662792-1276292846 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662792-1276292846.opb

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

MD5SUM BENCH= 86320fff0968ff7a2805751d322618eb
RANDOM SEED=384756576

node010.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.267
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.53
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.267
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1551840 kB
Buffers:         72000 kB
Cached:         308104 kB
SwapCached:          0 kB
Active:         171152 kB
Inactive:       268152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1551840 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             792 kB
Writeback:           0 kB
AnonPages:       59144 kB
Mapped:          15392 kB
Slab:            46124 kB
PageTables:       4016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181180 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62500 MiB
End job on node010 at 2010-06-11 23:47:41