Trace number 2659433

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26UNSAT 11.5862 9.93733

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.07/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.14	c See www.sat4j.org for details.
0.07/0.15	c version 2.2.0.v20100526
0.07/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.07/0.15	c java.vm.version	11.2-b01
0.07/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.15	c sun.arch.data.model	32
0.07/0.15	c java.version		1.6.0_12
0.07/0.15	c os.name		Linux
0.07/0.15	c os.version		2.6.18-164.el5
0.07/0.15	c os.arch		i386
0.07/0.15	c Free memory 		1393557488
0.07/0.15	c Max memory 		1395916800
0.07/0.15	c Total memory 		1395916800
0.07/0.15	c Number of processors 	2
0.07/0.21	c Pseudo Boolean Optimization
0.07/0.21	c --- Begin Solver configuration ---
0.07/0.21	c Stops conflict analysis at the first Unique Implication Point
0.07/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@64dc11
0.07/0.21	c Learn all clauses as in MiniSAT
0.07/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.21	c Expensive reason simplification
0.07/0.21	c Armin Biere (Picosat) restarts strategy
0.07/0.21	c Glucose learned constraints deletion strategy
0.07/0.21	c timeout=2147483s
0.07/0.21	c DB Simplification allowed=false
0.07/0.21	c --- End Solver configuration ---
0.07/0.21	c solving HOME/instance-2659433-1276292835.opb
0.07/0.21	c reading problem ... 
0.93/0.62	c ... done. Wall clock time 0.415s.
0.93/0.62	c #vars     231
0.93/0.62	c #constraints  2707
0.93/0.62	c constraints type 
0.93/0.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.93/0.62	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.93/0.62	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.93/0.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
3.33/1.93	c cleaning 2497 clauses out of 5000 with flag 5000/5000
4.01/2.60	c cleaning 4248 clauses out of 8503 with flag 11000/11000
4.82/3.38	c cleaning 5624 clauses out of 11255 with flag 18000/18000
5.85/4.34	c cleaning 6815 clauses out of 13633 with flag 26002/26002
7.12/5.59	c cleaning 7907 clauses out of 15817 with flag 35001/35001
8.50/6.98	c cleaning 8954 clauses out of 17911 with flag 45002/45002
10.00/8.43	c cleaning 9476 clauses out of 18959 with flag 55004/55004
11.47/9.86	c starts		: 77
11.47/9.86	c conflicts		: 64553
11.47/9.86	c decisions		: 112874
11.47/9.86	c propagations		: 3011318
11.47/9.86	c inspects		: 36766506
11.47/9.86	c learnt literals	: 3
11.47/9.86	c learnt binary clauses	: 16
11.47/9.86	c learnt ternary clauses	: 41
11.47/9.86	c learnt clauses	: 64549
11.47/9.86	c ignored clauses	: 0
11.47/9.86	c root simplifications	: 0
11.47/9.86	c removed literals (reason simplification)	: 260720
11.47/9.86	c reason swapping (by a shorter reason)	: 0
11.47/9.86	c Calls to reduceDB	: 7
11.47/9.86	c number of reductions to clauses (during analyze)	: 0
11.47/9.86	c number of learned constraints concerned by reduction	: 0
11.47/9.86	c number of learning phase by resolution	: 0
11.47/9.86	c number of learning phase by cutting planes	: 0
11.47/9.86	c speed (assignments/second)	: 326147.29773638037
11.47/9.86	c non guided choices	169
11.47/9.88	c learnt constraints type 
11.47/9.88	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 19012
11.47/9.88	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 16
11.47/9.88	c constraints type 
11.47/9.88	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
11.47/9.88	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
11.47/9.88	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
11.47/9.88	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
11.47/9.88	s UNSATISFIABLE
11.47/9.88	c Total wall clock time (in seconds): 9.676

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-2659433-1276292835/watcher-2659433-1276292835 -o /tmp/evaluation-result-2659433-1276292835/solver-2659433-1276292835 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659433-1276292835.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.85 0.97 0.99 3/106 6718
/proc/meminfo: memFree=1551744/2059040 swapFree=4192956/4192956
[pid=6718] ppid=6716 vsize=1748 CPUtime=0
/proc/6718/stat : 6718 (java6) R 6716 6718 6693 0 -1 4194304 139 0 0 0 0 0 0 0 19 0 1 0 4885147 1789952 59 1992294400 134512640 134550932 4294275920 18446744073709551615 2297817 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/6718/statm: 438 68 53 10 0 30 0

[startup+0.031237 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 6718
/proc/meminfo: memFree=1551744/2059040 swapFree=4192956/4192956
[pid=6718] ppid=6716 vsize=1517712 CPUtime=0.01
/proc/6718/stat : 6718 (java) S 6716 6718 6693 0 -1 4202496 2619 0 1 0 0 1 0 0 18 0 3 0 4885147 1554137088 2063 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/6718/statm: 379428 2063 419 10 0 377139 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1517712

[startup+0.101432 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 6718
/proc/meminfo: memFree=1551744/2059040 swapFree=4192956/4192956
[pid=6718] ppid=6716 vsize=1524184 CPUtime=0.07
/proc/6718/stat : 6718 (java) S 6716 6718 6693 0 -1 4202496 3953 0 1 0 6 1 0 0 18 0 12 0 4885147 1560764416 3392 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6718/statm: 381046 3392 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1524184

[startup+0.300679 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 6718
/proc/meminfo: memFree=1551744/2059040 swapFree=4192956/4192956
[pid=6718] ppid=6716 vsize=1526280 CPUtime=0.35
/proc/6718/stat : 6718 (java) S 6716 6718 6693 0 -1 4202496 5300 0 1 0 32 3 0 0 18 0 12 0 4885147 1562910720 4737 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6718/statm: 381570 4737 1361 10 0 378872 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526280

[startup+0.701686 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 6718
/proc/meminfo: memFree=1551744/2059040 swapFree=4192956/4192956
[pid=6718] ppid=6716 vsize=1528400 CPUtime=1.12
/proc/6718/stat : 6718 (java) S 6716 6718 6693 0 -1 4202496 7139 0 1 0 109 3 0 0 18 0 13 0 4885147 1565081600 6457 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6718/statm: 382100 6457 1410 10 0 379402 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1528400

[startup+1.5017 s]
/proc/loadavg: 0.85 0.97 0.99 4/119 6731
/proc/meminfo: memFree=1525168/2059040 swapFree=4192956/4192956
[pid=6718] ppid=6716 vsize=1534424 CPUtime=2.72
/proc/6718/stat : 6718 (java) S 6716 6718 6693 0 -1 4202496 9629 0 1 0 267 5 0 0 18 0 13 0 4885147 1571250176 8153 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6718/statm: 383606 8153 1423 10 0 380908 0
[pid=6718/tid=6720] ppid=6716 vsize=1534424 CPUtime=1.47
/proc/6718/task/6720/stat : 6720 (java) R 6716 6718 6693 0 -1 4202560 5119 0 1 0 144 3 0 0 20 0 13 0 4885148 1571250176 8153 1992294400 134512640 134550932 4291367776 18446744073709551615 4108978739 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6718/tid=6721] ppid=6716 vsize=1534424 CPUtime=0
/proc/6718/task/6721/stat : 6721 (java) S 6716 6718 6693 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 4885150 1571250176 8153 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 1 0 0 0
[pid=6718/tid=6722] ppid=6716 vsize=1534424 CPUtime=0
/proc/6718/task/6722/stat : 6722 (java) S 6716 6718 6693 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 4885150 1571250176 8153 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 1 0 0 0
[pid=6718/tid=6723] ppid=6716 vsize=1534424 CPUtime=0
/proc/6718/task/6723/stat : 6723 (java) S 6716 6718 6693 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 4885152 1571250176 8153 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 0 0 16800975 18446604437836505344 0 0 -1 0 0 0 0
[pid=6718/tid=6724] ppid=6716 vsize=1534424 CPUtime=0
/proc/6718/task/6724/stat : 6724 (java) S 6716 6718 6693 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 4885152 1571250176 8153 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 0 0 0 0
[pid=6718/tid=6725] ppid=6716 vsize=1534424 CPUtime=0
/proc/6718/task/6725/stat : 6725 (java) S 6716 6718 6693 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 13 0 4885152 1571250176 8153 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 0 0 0 0
[pid=6718/tid=6726] ppid=6716 vsize=1534424 CPUtime=0
/proc/6718/task/6726/stat : 6726 (java) S 6716 6718 6693 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4885156 1571250176 8153 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 0 0 0 0
[pid=6718/tid=6727] ppid=6716 vsize=1534424 CPUtime=0.62
/proc/6718/task/6727/stat : 6727 (java) R 6716 6718 6693 0 -1 4202560 2514 0 0 0 62 0 0 0 25 0 13 0 4885156 1571250176 8153 1992294400 134512640 134550932 4291367776 18446744073709551615 105577667 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6718/tid=6728] ppid=6716 vsize=1534424 CPUtime=0.6
/proc/6718/task/6728/stat : 6728 (java) R 6716 6718 6693 0 -1 4202560 928 0 0 0 60 0 0 0 25 0 13 0 4885156 1571250176 8153 1992294400 134512640 134550932 4291367776 18446744073709551615 103149532 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6718/tid=6729] ppid=6716 vsize=1534424 CPUtime=0
/proc/6718/task/6729/stat : 6729 (java) S 6716 6718 6693 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4885156 1571250176 8153 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 0 0 0 0
[pid=6718/tid=6730] ppid=6716 vsize=1534424 CPUtime=0
/proc/6718/task/6730/stat : 6730 (java) S 6716 6718 6693 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 4885156 1571250176 8153 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 1 0 0 0
[pid=6718/tid=6731] ppid=6716 vsize=1534424 CPUtime=0
/proc/6718/task/6731/stat : 6731 (java) S 6716 6718 6693 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 4885210 1571250176 8153 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 1534424

[startup+3.10172 s]
/proc/loadavg: 0.85 0.97 0.99 2/119 6731
/proc/meminfo: memFree=1520704/2059040 swapFree=4192956/4192956
[pid=6718] ppid=6716 vsize=1534424 CPUtime=4.61
/proc/6718/stat : 6718 (java) S 6716 6718 6693 0 -1 4202496 10855 0 1 0 456 5 0 0 18 0 13 0 4885147 1571250176 9377 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6718/statm: 383606 9377 1442 10 0 380908 0
[pid=6718/tid=6720] ppid=6716 vsize=1534424 CPUtime=3.01
/proc/6718/task/6720/stat : 6720 (java) R 6716 6718 6693 0 -1 4202560 5503 0 1 0 298 3 0 0 24 0 13 0 4885148 1571250176 9377 1992294400 134512640 134550932 4291367776 18446744073709551615 4108978789 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6718/tid=6721] ppid=6716 vsize=1534424 CPUtime=0
/proc/6718/task/6721/stat : 6721 (java) S 6716 6718 6693 0 -1 4202560 227 0 0 0 0 0 0 0 15 0 13 0 4885150 1571250176 9377 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 1 0 0 0
[pid=6718/tid=6722] ppid=6716 vsize=1534424 CPUtime=0
/proc/6718/task/6722/stat : 6722 (java) S 6716 6718 6693 0 -1 4202560 248 0 0 0 0 0 0 0 15 0 13 0 4885150 1571250176 9377 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 1 0 0 0
[pid=6718/tid=6723] ppid=6716 vsize=1534424 CPUtime=0.03
/proc/6718/task/6723/stat : 6723 (java) S 6716 6718 6693 0 -1 4202560 340 0 0 0 3 0 0 0 16 0 13 0 4885152 1571250176 9377 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 0 0 16800975 18446604437836505344 0 0 -1 0 0 0 0
[pid=6718/tid=6724] ppid=6716 vsize=1534424 CPUtime=0
/proc/6718/task/6724/stat : 6724 (java) S 6716 6718 6693 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4885152 1571250176 9377 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 0 0 0 0
[pid=6718/tid=6725] ppid=6716 vsize=1534424 CPUtime=0
/proc/6718/task/6725/stat : 6725 (java) S 6716 6718 6693 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 4885152 1571250176 9377 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 0 0 0 0
[pid=6718/tid=6726] ppid=6716 vsize=1534424 CPUtime=0
/proc/6718/task/6726/stat : 6726 (java) S 6716 6718 6693 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4885156 1571250176 9377 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 0 0 0 0
[pid=6718/tid=6727] ppid=6716 vsize=1534424 CPUtime=0.81
/proc/6718/task/6727/stat : 6727 (java) S 6716 6718 6693 0 -1 4202560 2526 0 0 0 81 0 0 0 18 0 13 0 4885156 1571250176 9377 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 1 0 0 0
[pid=6718/tid=6728] ppid=6716 vsize=1534424 CPUtime=0.71
/proc/6718/task/6728/stat : 6728 (java) S 6716 6718 6693 0 -1 4202560 944 0 0 0 71 0 0 0 19 0 13 0 4885156 1571250176 9377 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 1 0 0 0
[pid=6718/tid=6729] ppid=6716 vsize=1534424 CPUtime=0
/proc/6718/task/6729/stat : 6729 (java) S 6716 6718 6693 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4885156 1571250176 9377 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 0 0 0 0
[pid=6718/tid=6730] ppid=6716 vsize=1534424 CPUtime=0
/proc/6718/task/6730/stat : 6730 (java) S 6716 6718 6693 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 4885156 1571250176 9377 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 1 0 0 0
[pid=6718/tid=6731] ppid=6716 vsize=1534424 CPUtime=0
/proc/6718/task/6731/stat : 6731 (java) S 6716 6718 6693 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 4885210 1571250176 9377 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.61
Current children cumulated vsize (KiB) 1534424

[startup+6.30275 s]
/proc/loadavg: 0.86 0.97 0.99 2/119 6731
/proc/meminfo: memFree=1517976/2059040 swapFree=4192956/4192956
[pid=6718] ppid=6716 vsize=1534424 CPUtime=7.91
/proc/6718/stat : 6718 (java) S 6716 6718 6693 0 -1 4202496 11276 0 1 0 785 6 0 0 18 0 13 0 4885147 1571250176 9793 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6718/statm: 383606 9793 1442 10 0 380908 0
[pid=6718/tid=6720] ppid=6716 vsize=1534424 CPUtime=6.11
/proc/6718/task/6720/stat : 6720 (java) R 6716 6718 6693 0 -1 4202560 5507 0 1 0 608 3 0 0 25 0 13 0 4885148 1571250176 9793 1992294400 134512640 134550932 4291367776 18446744073709551615 4109053282 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6718/tid=6721] ppid=6716 vsize=1534424 CPUtime=0.01
/proc/6718/task/6721/stat : 6721 (java) S 6716 6718 6693 0 -1 4202560 324 0 0 0 1 0 0 0 16 0 13 0 4885150 1571250176 9793 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 0 0 0 0
[pid=6718/tid=6722] ppid=6716 vsize=1534424 CPUtime=0.01
/proc/6718/task/6722/stat : 6722 (java) S 6716 6718 6693 0 -1 4202560 329 0 0 0 1 0 0 0 15 0 13 0 4885150 1571250176 9793 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 1 0 0 0
[pid=6718/tid=6723] ppid=6716 vsize=1534424 CPUtime=0.11
/proc/6718/task/6723/stat : 6723 (java) S 6716 6718 6693 0 -1 4202560 563 0 0 0 11 0 0 0 15 0 13 0 4885152 1571250176 9793 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 0 0 16800975 18446604437836505344 0 0 -1 1 0 0 0
[pid=6718/tid=6724] ppid=6716 vsize=1534424 CPUtime=0
/proc/6718/task/6724/stat : 6724 (java) S 6716 6718 6693 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4885152 1571250176 9793 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 0 0 0 0
[pid=6718/tid=6725] ppid=6716 vsize=1534424 CPUtime=0
/proc/6718/task/6725/stat : 6725 (java) S 6716 6718 6693 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 4885152 1571250176 9793 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 0 0 0 0
[pid=6718/tid=6726] ppid=6716 vsize=1534424 CPUtime=0
/proc/6718/task/6726/stat : 6726 (java) S 6716 6718 6693 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4885156 1571250176 9793 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 0 0 0 0
[pid=6718/tid=6727] ppid=6716 vsize=1534424 CPUtime=0.9
/proc/6718/task/6727/stat : 6727 (java) S 6716 6718 6693 0 -1 4202560 2542 0 0 0 90 0 0 0 15 0 13 0 4885156 1571250176 9793 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 0 0 0 0
[pid=6718/tid=6728] ppid=6716 vsize=1534424 CPUtime=0.71
/proc/6718/task/6728/stat : 6728 (java) S 6716 6718 6693 0 -1 4202560 944 0 0 0 71 0 0 0 15 0 13 0 4885156 1571250176 9793 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 1 0 0 0
[pid=6718/tid=6729] ppid=6716 vsize=1534424 CPUtime=0
/proc/6718/task/6729/stat : 6729 (java) S 6716 6718 6693 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4885156 1571250176 9793 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 0 0 0 0
[pid=6718/tid=6730] ppid=6716 vsize=1534424 CPUtime=0
/proc/6718/task/6730/stat : 6730 (java) S 6716 6718 6693 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 4885156 1571250176 9793 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 0 0 0 0
[pid=6718/tid=6731] ppid=6716 vsize=1534424 CPUtime=0
/proc/6718/task/6731/stat : 6731 (java) S 6716 6718 6693 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 4885210 1571250176 9793 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.91
Current children cumulated vsize (KiB) 1534424

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

[startup+7.90108 s]
/proc/loadavg: 0.86 0.97 0.99 2/119 6731
/proc/meminfo: memFree=1516860/2059040 swapFree=4192956/4192956
[pid=6718] ppid=6716 vsize=1534424 CPUtime=9.5
/proc/6718/stat : 6718 (java) S 6716 6718 6693 0 -1 4202496 11384 0 1 0 944 6 0 0 18 0 13 0 4885147 1571250176 9900 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6718/statm: 383606 9900 1442 10 0 380908 0
[pid=6718/tid=6720] ppid=6716 vsize=1534424 CPUtime=7.67
/proc/6718/task/6720/stat : 6720 (java) R 6716 6718 6693 0 -1 4202560 5508 0 1 0 764 3 0 0 19 0 13 0 4885148 1571250176 9900 1992294400 134512640 134550932 4291367776 18446744073709551615 4109055442 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6718/tid=6721] ppid=6716 vsize=1534424 CPUtime=0.02
/proc/6718/task/6721/stat : 6721 (java) S 6716 6718 6693 0 -1 4202560 324 0 0 0 2 0 0 0 15 0 13 0 4885150 1571250176 9900 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 0 0 0 0
[pid=6718/tid=6722] ppid=6716 vsize=1534424 CPUtime=0.01
/proc/6718/task/6722/stat : 6722 (java) S 6716 6718 6693 0 -1 4202560 329 0 0 0 1 0 0 0 16 0 13 0 4885150 1571250176 9900 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 0 0 0 0
[pid=6718/tid=6723] ppid=6716 vsize=1534424 CPUtime=0.13
/proc/6718/task/6723/stat : 6723 (java) S 6716 6718 6693 0 -1 4202560 670 0 0 0 13 0 0 0 16 0 13 0 4885152 1571250176 9900 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 0 0 16800975 18446604437836505344 0 0 -1 1 0 0 0
[pid=6718/tid=6724] ppid=6716 vsize=1534424 CPUtime=0
/proc/6718/task/6724/stat : 6724 (java) S 6716 6718 6693 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4885152 1571250176 9900 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 0 0 0 0
[pid=6718/tid=6725] ppid=6716 vsize=1534424 CPUtime=0
/proc/6718/task/6725/stat : 6725 (java) S 6716 6718 6693 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 4885152 1571250176 9900 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 0 0 0 0
[pid=6718/tid=6726] ppid=6716 vsize=1534424 CPUtime=0
/proc/6718/task/6726/stat : 6726 (java) S 6716 6718 6693 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4885156 1571250176 9900 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 0 0 0 0
[pid=6718/tid=6727] ppid=6716 vsize=1534424 CPUtime=0.9
/proc/6718/task/6727/stat : 6727 (java) S 6716 6718 6693 0 -1 4202560 2542 0 0 0 90 0 0 0 15 0 13 0 4885156 1571250176 9900 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 0 0 0 0
[pid=6718/tid=6728] ppid=6716 vsize=1534424 CPUtime=0.71
/proc/6718/task/6728/stat : 6728 (java) S 6716 6718 6693 0 -1 4202560 944 0 0 0 71 0 0 0 15 0 13 0 4885156 1571250176 9900 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 1 0 0 0
[pid=6718/tid=6729] ppid=6716 vsize=1534424 CPUtime=0
/proc/6718/task/6729/stat : 6729 (java) S 6716 6718 6693 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4885156 1571250176 9900 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 0 0 0 0
[pid=6718/tid=6730] ppid=6716 vsize=1534424 CPUtime=0
/proc/6718/task/6730/stat : 6730 (java) S 6716 6718 6693 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 4885156 1571250176 9900 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 0 0 0 0
[pid=6718/tid=6731] ppid=6716 vsize=1534424 CPUtime=0
/proc/6718/task/6731/stat : 6731 (java) S 6716 6718 6693 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 4885210 1571250176 9900 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.5
Current children cumulated vsize (KiB) 1534424

[startup+8.70125 s]
/proc/loadavg: 0.86 0.97 0.99 2/119 6731
/proc/meminfo: memFree=1516364/2059040 swapFree=4192956/4192956
[pid=6718] ppid=6716 vsize=1534424 CPUtime=10.31
/proc/6718/stat : 6718 (java) S 6716 6718 6693 0 -1 4202496 11500 0 1 0 1025 6 0 0 18 0 13 0 4885147 1571250176 10015 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6718/statm: 383606 10015 1442 10 0 380908 0
[pid=6718/tid=6720] ppid=6716 vsize=1534424 CPUtime=8.44
/proc/6718/task/6720/stat : 6720 (java) R 6716 6718 6693 0 -1 4202560 5509 0 1 0 841 3 0 0 20 0 13 0 4885148 1571250176 10015 1992294400 134512640 134550932 4291367776 18446744073709551615 4108938291 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6718/tid=6721] ppid=6716 vsize=1534424 CPUtime=0.02
/proc/6718/task/6721/stat : 6721 (java) S 6716 6718 6693 0 -1 4202560 335 0 0 0 2 0 0 0 16 0 13 0 4885150 1571250176 10015 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 0 0 0 0
[pid=6718/tid=6722] ppid=6716 vsize=1534424 CPUtime=0.02
/proc/6718/task/6722/stat : 6722 (java) S 6716 6718 6693 0 -1 4202560 335 0 0 0 2 0 0 0 15 0 13 0 4885150 1571250176 10015 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 1 0 0 0
[pid=6718/tid=6723] ppid=6716 vsize=1534424 CPUtime=0.16
/proc/6718/task/6723/stat : 6723 (java) S 6716 6718 6693 0 -1 4202560 768 0 0 0 16 0 0 0 16 0 13 0 4885152 1571250176 10015 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 0 0 16800975 18446604437836505344 0 0 -1 1 0 0 0
[pid=6718/tid=6724] ppid=6716 vsize=1534424 CPUtime=0
/proc/6718/task/6724/stat : 6724 (java) S 6716 6718 6693 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4885152 1571250176 10015 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 0 0 0 0
[pid=6718/tid=6725] ppid=6716 vsize=1534424 CPUtime=0
/proc/6718/task/6725/stat : 6725 (java) S 6716 6718 6693 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 4885152 1571250176 10015 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 0 0 0 0
[pid=6718/tid=6726] ppid=6716 vsize=1534424 CPUtime=0
/proc/6718/task/6726/stat : 6726 (java) S 6716 6718 6693 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4885156 1571250176 10015 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 0 0 0 0
[pid=6718/tid=6727] ppid=6716 vsize=1534424 CPUtime=0.9
/proc/6718/task/6727/stat : 6727 (java) S 6716 6718 6693 0 -1 4202560 2542 0 0 0 90 0 0 0 15 0 13 0 4885156 1571250176 10015 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 0 0 0 0
[pid=6718/tid=6728] ppid=6716 vsize=1534424 CPUtime=0.71
/proc/6718/task/6728/stat : 6728 (java) S 6716 6718 6693 0 -1 4202560 944 0 0 0 71 0 0 0 15 0 13 0 4885156 1571250176 10015 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 1 0 0 0
[pid=6718/tid=6729] ppid=6716 vsize=1534424 CPUtime=0
/proc/6718/task/6729/stat : 6729 (java) S 6716 6718 6693 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4885156 1571250176 10015 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 0 0 0 0
[pid=6718/tid=6730] ppid=6716 vsize=1534424 CPUtime=0
/proc/6718/task/6730/stat : 6730 (java) S 6716 6718 6693 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 4885156 1571250176 10015 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 0 0 0 0
[pid=6718/tid=6731] ppid=6716 vsize=1534424 CPUtime=0
/proc/6718/task/6731/stat : 6731 (java) S 6716 6718 6693 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 4885210 1571250176 10015 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.31
Current children cumulated vsize (KiB) 1534424

[startup+9.50142 s]
/proc/loadavg: 0.86 0.97 0.99 2/119 6731
/proc/meminfo: memFree=1516364/2059040 swapFree=4192956/4192956
[pid=6718] ppid=6716 vsize=1534424 CPUtime=11.11
/proc/6718/stat : 6718 (java) S 6716 6718 6693 0 -1 4202496 11500 0 1 0 1105 6 0 0 18 0 13 0 4885147 1571250176 10015 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6718/statm: 383606 10015 1442 10 0 380908 0
[pid=6718/tid=6720] ppid=6716 vsize=1534424 CPUtime=9.24
/proc/6718/task/6720/stat : 6720 (java) R 6716 6718 6693 0 -1 4202560 5509 0 1 0 921 3 0 0 21 0 13 0 4885148 1571250176 10015 1992294400 134512640 134550932 4291367776 18446744073709551615 4109055226 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6718/tid=6721] ppid=6716 vsize=1534424 CPUtime=0.02
/proc/6718/task/6721/stat : 6721 (java) S 6716 6718 6693 0 -1 4202560 335 0 0 0 2 0 0 0 16 0 13 0 4885150 1571250176 10015 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 0 0 0 0
[pid=6718/tid=6722] ppid=6716 vsize=1534424 CPUtime=0.02
/proc/6718/task/6722/stat : 6722 (java) S 6716 6718 6693 0 -1 4202560 335 0 0 0 2 0 0 0 15 0 13 0 4885150 1571250176 10015 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 1 0 0 0
[pid=6718/tid=6723] ppid=6716 vsize=1534424 CPUtime=0.16
/proc/6718/task/6723/stat : 6723 (java) S 6716 6718 6693 0 -1 4202560 768 0 0 0 16 0 0 0 15 0 13 0 4885152 1571250176 10015 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 0 0 16800975 18446604437836505344 0 0 -1 1 0 0 0
[pid=6718/tid=6724] ppid=6716 vsize=1534424 CPUtime=0
/proc/6718/task/6724/stat : 6724 (java) S 6716 6718 6693 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4885152 1571250176 10015 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 0 0 0 0
[pid=6718/tid=6725] ppid=6716 vsize=1534424 CPUtime=0
/proc/6718/task/6725/stat : 6725 (java) S 6716 6718 6693 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 4885152 1571250176 10015 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 0 0 0 0
[pid=6718/tid=6726] ppid=6716 vsize=1534424 CPUtime=0
/proc/6718/task/6726/stat : 6726 (java) S 6716 6718 6693 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4885156 1571250176 10015 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 0 0 0 0
[pid=6718/tid=6727] ppid=6716 vsize=1534424 CPUtime=0.9
/proc/6718/task/6727/stat : 6727 (java) S 6716 6718 6693 0 -1 4202560 2542 0 0 0 90 0 0 0 15 0 13 0 4885156 1571250176 10015 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 0 0 0 0
[pid=6718/tid=6728] ppid=6716 vsize=1534424 CPUtime=0.71
/proc/6718/task/6728/stat : 6728 (java) S 6716 6718 6693 0 -1 4202560 944 0 0 0 71 0 0 0 15 0 13 0 4885156 1571250176 10015 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 1 0 0 0
[pid=6718/tid=6729] ppid=6716 vsize=1534424 CPUtime=0
/proc/6718/task/6729/stat : 6729 (java) S 6716 6718 6693 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4885156 1571250176 10015 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 0 0 0 0
[pid=6718/tid=6730] ppid=6716 vsize=1534424 CPUtime=0
/proc/6718/task/6730/stat : 6730 (java) S 6716 6718 6693 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 4885156 1571250176 10015 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 0 0 0 0
[pid=6718/tid=6731] ppid=6716 vsize=1534424 CPUtime=0
/proc/6718/task/6731/stat : 6731 (java) S 6716 6718 6693 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 4885210 1571250176 10015 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.11
Current children cumulated vsize (KiB) 1534424

[startup+9.90951 s]
/proc/loadavg: 0.87 0.97 0.99 2/119 6731
/proc/meminfo: memFree=1516364/2059040 swapFree=4192956/4192956
[pid=6718] ppid=6716 vsize=1534748 CPUtime=11.57
/proc/6718/stat : 6718 (java) S 6716 6718 6693 0 -1 4202496 11519 0 1 0 1151 6 0 0 18 0 13 0 4885147 1571581952 10033 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6718/statm: 383687 10033 1445 10 0 380989 0
[pid=6718/tid=6720] ppid=6716 vsize=1534748 CPUtime=9.59
/proc/6718/task/6720/stat : 6720 (java) S 6716 6718 6693 0 -1 4202560 5517 0 1 0 956 3 0 0 22 0 13 0 4885148 1571581952 10033 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 0 0 0 0
[pid=6718/tid=6721] ppid=6716 vsize=1534748 CPUtime=0.02
/proc/6718/task/6721/stat : 6721 (java) S 6716 6718 6693 0 -1 4202560 335 0 0 0 2 0 0 0 16 0 13 0 4885150 1571581952 10033 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 0 0 0 0
[pid=6718/tid=6722] ppid=6716 vsize=1534748 CPUtime=0.02
/proc/6718/task/6722/stat : 6722 (java) S 6716 6718 6693 0 -1 4202560 335 0 0 0 2 0 0 0 15 0 13 0 4885150 1571581952 10033 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 1 0 0 0
[pid=6718/tid=6723] ppid=6716 vsize=1534748 CPUtime=0.16
/proc/6718/task/6723/stat : 6723 (java) S 6716 6718 6693 0 -1 4202560 768 0 0 0 16 0 0 0 16 0 13 0 4885152 1571581952 10033 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 0 0 16800975 18446604437836505344 0 0 -1 1 0 0 0
[pid=6718/tid=6724] ppid=6716 vsize=1534748 CPUtime=0
/proc/6718/task/6724/stat : 6724 (java) S 6716 6718 6693 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4885152 1571581952 10033 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 0 0 0 0
[pid=6718/tid=6725] ppid=6716 vsize=1534748 CPUtime=0
/proc/6718/task/6725/stat : 6725 (java) S 6716 6718 6693 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 4885152 1571581952 10033 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 0 0 0 0
[pid=6718/tid=6726] ppid=6716 vsize=1534748 CPUtime=0
/proc/6718/task/6726/stat : 6726 (java) S 6716 6718 6693 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4885156 1571581952 10033 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 0 0 0 0
[pid=6718/tid=6727] ppid=6716 vsize=1534748 CPUtime=0.95
/proc/6718/task/6727/stat : 6727 (java) S 6716 6718 6693 0 -1 4202560 2544 0 0 0 95 0 0 0 15 0 13 0 4885156 1571581952 10033 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 0 0 0 0
[pid=6718/tid=6728] ppid=6716 vsize=1534748 CPUtime=0.75
/proc/6718/task/6728/stat : 6728 (java) S 6716 6718 6693 0 -1 4202560 946 0 0 0 75 0 0 0 15 0 13 0 4885156 1571581952 10033 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 1 0 0 0
[pid=6718/tid=6729] ppid=6716 vsize=1534748 CPUtime=0
/proc/6718/task/6729/stat : 6729 (java) S 6716 6718 6693 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4885156 1571581952 10033 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 0 0 0 0
[pid=6718/tid=6730] ppid=6716 vsize=1534748 CPUtime=0
/proc/6718/task/6730/stat : 6730 (java) S 6716 6718 6693 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 4885156 1571581952 10033 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 0 0 0 0
[pid=6718/tid=6731] ppid=6716 vsize=1534748 CPUtime=0
/proc/6718/task/6731/stat : 6731 (java) S 6716 6718 6693 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 4885210 1571581952 10033 1992294400 134512640 134550932 4291367776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836505344 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.57
Current children cumulated vsize (KiB) 1534748

Child status: 20
Real time (s): 9.93733
CPU time (s): 11.5862
CPU user time (s): 11.5172
CPU system time (s): 0.068989
CPU usage (%): 116.593
Max. virtual memory (cumulated for all children) (KiB): 1535148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.5172
system time used= 0.068989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11522
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= 466
involuntary context switches= 412

runsolver used 0.024996 second user time and 0.070989 second system time

The end

Launcher Data

Begin job on node010 at 2010-06-11 23:47:15
IDJOB=2659433
IDBENCH=1304
IDSOLVER=1164
FILE ID=node010/2659433-1276292835
PBS_JOBID= 11173122
Free space on /tmp= 62500 MiB

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

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

MD5SUM BENCH= 86320fff0968ff7a2805751d322618eb
RANDOM SEED=420565773

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:       1552016 kB
Buffers:         71932 kB
Cached:         308076 kB
SwapCached:          0 kB
Active:         171000 kB
Inactive:       268120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1552016 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             532 kB
Writeback:          64 kB
AnonPages:       59048 kB
Mapped:          15356 kB
Slab:            46036 kB
PageTables:       4016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180736 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:25