Trace number 2659416

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 12.8051 11.1932

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900546076.opb
MD5SUM148040983257ccf233b3daf7936d3c1f
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 benchmark8.59869
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 723
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.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c Armin Biere (Picosat) restarts strategy
0.22/0.21	c Glucose learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-2659416-1276286934.opb
0.22/0.21	c reading problem ... 
0.91/0.64	c ... done. Wall clock time 0.43s.
0.91/0.64	c #vars     231
0.91/0.64	c #constraints  2707
0.91/0.64	c constraints type 
0.91/0.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.91/0.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.91/0.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.91/0.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
2.87/1.89	c cleaning 2497 clauses out of 5000 with flag 5000/5000
3.72/2.60	c cleaning 4246 clauses out of 8503 with flag 11000/11000
4.52/3.49	c cleaning 5626 clauses out of 11258 with flag 18001/18001
5.54/4.49	c cleaning 6813 clauses out of 13633 with flag 26002/26002
6.92/5.74	c cleaning 7904 clauses out of 15820 with flag 35002/35002
8.32/7.11	c cleaning 8950 clauses out of 17914 with flag 45000/45000
9.92/8.78	c cleaning 9479 clauses out of 18965 with flag 55001/55001
11.57/10.21	c cleaning 9737 clauses out of 19485 with flag 65000/65000
12.71/11.13	c starts		: 78
12.71/11.13	c conflicts		: 72649
12.71/11.13	c decisions		: 129521
12.71/11.13	c propagations		: 2784918
12.71/11.14	c inspects		: 41373447
12.71/11.14	c learnt literals	: 6
12.71/11.14	c learnt binary clauses	: 18
12.71/11.14	c learnt ternary clauses	: 101
12.71/11.14	c learnt clauses	: 72642
12.71/11.14	c ignored clauses	: 0
12.71/11.14	c root simplifications	: 0
12.71/11.14	c removed literals (reason simplification)	: 284219
12.71/11.14	c reason swapping (by a shorter reason)	: 0
12.71/11.14	c Calls to reduceDB	: 8
12.71/11.14	c number of reductions to clauses (during analyze)	: 0
12.71/11.14	c number of learned constraints concerned by reduction	: 0
12.71/11.14	c number of learning phase by resolution	: 0
12.71/11.14	c number of learning phase by cutting planes	: 0
12.71/11.14	c speed (assignments/second)	: 265407.22386352805
12.71/11.14	c non guided choices	169
12.71/11.16	c learnt constraints type 
12.71/11.16	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 17372
12.71/11.16	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 18
12.71/11.16	c constraints type 
12.71/11.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
12.71/11.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
12.71/11.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
12.71/11.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
12.71/11.16	s UNSATISFIABLE
12.71/11.16	c Total wall clock time (in seconds): 10.949

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.05 1.04 3/106 7381
/proc/meminfo: memFree=1460580/2059040 swapFree=4192956/4192956
[pid=7381] ppid=7379 vsize=128 CPUtime=0
/proc/7381/stat : 7381 (java) R 7379 7381 6570 0 -1 4194304 255 0 0 0 0 0 0 0 16 0 1 0 2349758 131072 2 1992294400 0 0 4293940751 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7381/statm: 61 6 2 10 0 22 0

[startup+0.030048 s]
/proc/loadavg: 1.00 1.05 1.04 3/106 7381
/proc/meminfo: memFree=1460580/2059040 swapFree=4192956/4192956
[pid=7381] ppid=7379 vsize=1517712 CPUtime=0.01
/proc/7381/stat : 7381 (java) S 7379 7381 6570 0 -1 4202496 2619 0 1 0 0 1 0 0 15 0 3 0 2349758 1554137088 2064 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/7381/statm: 379428 2064 419 10 0 377139 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1517712

[startup+0.101466 s]
/proc/loadavg: 1.00 1.05 1.04 3/106 7381
/proc/meminfo: memFree=1460580/2059040 swapFree=4192956/4192956
[pid=7381] ppid=7379 vsize=1524184 CPUtime=0.08
/proc/7381/stat : 7381 (java) S 7379 7381 6570 0 -1 4202496 3959 0 1 0 7 1 0 0 15 0 12 0 2349758 1560764416 3399 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7381/statm: 381046 3399 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.301482 s]
/proc/loadavg: 1.00 1.05 1.04 3/106 7381
/proc/meminfo: memFree=1460580/2059040 swapFree=4192956/4192956
[pid=7381] ppid=7379 vsize=1526560 CPUtime=0.33
/proc/7381/stat : 7381 (java) S 7379 7381 6570 0 -1 4202496 5406 0 1 0 31 2 0 0 15 0 12 0 2349758 1563197440 4844 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7381/statm: 381640 4844 1361 10 0 378942 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1526560

[startup+0.701525 s]
/proc/loadavg: 1.00 1.05 1.04 3/106 7381
/proc/meminfo: memFree=1460580/2059040 swapFree=4192956/4192956
[pid=7381] ppid=7379 vsize=1528416 CPUtime=1.08
/proc/7381/stat : 7381 (java) S 7379 7381 6570 0 -1 4202496 7157 0 1 0 105 3 0 0 15 0 13 0 2349758 1565097984 6498 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7381/statm: 382104 6498 1410 10 0 379406 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 1528416

[startup+1.5016 s]
/proc/loadavg: 1.00 1.05 1.04 4/119 7394
/proc/meminfo: memFree=1436980/2059040 swapFree=4192956/4192956
[pid=7381] ppid=7379 vsize=1532500 CPUtime=2.49
/proc/7381/stat : 7381 (java) S 7379 7381 6570 0 -1 4202496 9189 0 1 0 244 5 0 0 15 0 13 0 2349758 1569280000 7888 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7381/statm: 383125 7888 1424 10 0 380427 0
[pid=7381/tid=7383] ppid=7379 vsize=1532500 CPUtime=1.28
/proc/7381/task/7383/stat : 7383 (java) R 7379 7381 6570 0 -1 4202560 5221 0 1 0 126 2 0 0 25 0 13 0 2349760 1569280000 7888 1992294400 134512640 134550932 4293938784 18446744073709551615 4109125562 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7381/tid=7384] ppid=7379 vsize=1532500 CPUtime=0
/proc/7381/task/7384/stat : 7384 (java) S 7379 7381 6570 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 13 0 2349761 1569280000 7888 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 0 0 0 0
[pid=7381/tid=7385] ppid=7379 vsize=1532500 CPUtime=0
/proc/7381/task/7385/stat : 7385 (java) S 7379 7381 6570 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 2349761 1569280000 7888 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 0 0 0 0
[pid=7381/tid=7386] ppid=7379 vsize=1532500 CPUtime=0.01
/proc/7381/task/7386/stat : 7386 (java) S 7379 7381 6570 0 -1 4202560 1 0 0 0 0 1 0 0 18 0 13 0 2349763 1569280000 7888 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 0 0 16800975 18446604437843926080 0 0 -1 0 0 0 0
[pid=7381/tid=7387] ppid=7379 vsize=1532500 CPUtime=0
/proc/7381/task/7387/stat : 7387 (java) S 7379 7381 6570 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 2349763 1569280000 7888 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 0 0 0 0
[pid=7381/tid=7388] ppid=7379 vsize=1532500 CPUtime=0
/proc/7381/task/7388/stat : 7388 (java) S 7379 7381 6570 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 13 0 2349763 1569280000 7888 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 0 0 0 0
[pid=7381/tid=7389] ppid=7379 vsize=1532500 CPUtime=0
/proc/7381/task/7389/stat : 7389 (java) S 7379 7381 6570 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 2349767 1569280000 7888 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 0 0 0 0
[pid=7381/tid=7390] ppid=7379 vsize=1532500 CPUtime=0.55
/proc/7381/task/7390/stat : 7390 (java) S 7379 7381 6570 0 -1 4202560 1246 0 0 0 55 0 0 0 15 0 13 0 2349767 1569280000 7888 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 0 0 0 0
[pid=7381/tid=7391] ppid=7379 vsize=1532500 CPUtime=0.63
/proc/7381/task/7391/stat : 7391 (java) S 7379 7381 6570 0 -1 4202560 1655 0 0 0 62 1 0 0 15 0 13 0 2349768 1569280000 7888 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 1 0 0 0
[pid=7381/tid=7392] ppid=7379 vsize=1532500 CPUtime=0
/proc/7381/task/7392/stat : 7392 (java) S 7379 7381 6570 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 2349768 1569280000 7888 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 0 0 0 0
[pid=7381/tid=7393] ppid=7379 vsize=1532500 CPUtime=0
/proc/7381/task/7393/stat : 7393 (java) S 7379 7381 6570 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 2349768 1569280000 7888 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 1 0 0 0
[pid=7381/tid=7394] ppid=7379 vsize=1532500 CPUtime=0
/proc/7381/task/7394/stat : 7394 (java) S 7379 7381 6570 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 2349823 1569280000 7888 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 1532500

[startup+3.10174 s]
/proc/loadavg: 1.08 1.06 1.05 2/119 7394
/proc/meminfo: memFree=1430780/2059040 swapFree=4192956/4192956
[pid=7381] ppid=7379 vsize=1532500 CPUtime=4.22
/proc/7381/stat : 7381 (java) S 7379 7381 6570 0 -1 4202496 10403 0 1 0 416 6 0 0 15 0 13 0 2349758 1569280000 9100 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7381/statm: 383125 9100 1442 10 0 380427 0
[pid=7381/tid=7383] ppid=7379 vsize=1532500 CPUtime=2.78
/proc/7381/task/7383/stat : 7383 (java) R 7379 7381 6570 0 -1 4202560 5590 0 1 0 276 2 0 0 25 0 13 0 2349760 1569280000 9100 1992294400 134512640 134550932 4293938784 18446744073709551615 4109110862 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7381/tid=7384] ppid=7379 vsize=1532500 CPUtime=0
/proc/7381/task/7384/stat : 7384 (java) S 7379 7381 6570 0 -1 4202560 181 0 0 0 0 0 0 0 16 0 13 0 2349761 1569280000 9100 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 1 0 0 0
[pid=7381/tid=7385] ppid=7379 vsize=1532500 CPUtime=0
/proc/7381/task/7385/stat : 7385 (java) S 7379 7381 6570 0 -1 4202560 303 0 0 0 0 0 0 0 15 0 13 0 2349761 1569280000 9100 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 1 0 0 0
[pid=7381/tid=7386] ppid=7379 vsize=1532500 CPUtime=0.05
/proc/7381/task/7386/stat : 7386 (java) S 7379 7381 6570 0 -1 4202560 342 0 0 0 4 1 0 0 15 0 13 0 2349763 1569280000 9100 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 0 0 16800975 18446604437843926080 0 0 -1 0 0 0 0
[pid=7381/tid=7387] ppid=7379 vsize=1532500 CPUtime=0
/proc/7381/task/7387/stat : 7387 (java) S 7379 7381 6570 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 2349763 1569280000 9100 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 0 0 0 0
[pid=7381/tid=7388] ppid=7379 vsize=1532500 CPUtime=0
/proc/7381/task/7388/stat : 7388 (java) S 7379 7381 6570 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 2349763 1569280000 9100 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 0 0 0 0
[pid=7381/tid=7389] ppid=7379 vsize=1532500 CPUtime=0
/proc/7381/task/7389/stat : 7389 (java) S 7379 7381 6570 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 2349767 1569280000 9100 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 0 0 0 0
[pid=7381/tid=7390] ppid=7379 vsize=1532500 CPUtime=0.67
/proc/7381/task/7390/stat : 7390 (java) S 7379 7381 6570 0 -1 4202560 1261 0 0 0 67 0 0 0 15 0 13 0 2349767 1569280000 9100 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 0 0 0 0
[pid=7381/tid=7391] ppid=7379 vsize=1532500 CPUtime=0.68
/proc/7381/task/7391/stat : 7391 (java) S 7379 7381 6570 0 -1 4202560 1660 0 0 0 67 1 0 0 16 0 13 0 2349768 1569280000 9100 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 1 0 0 0
[pid=7381/tid=7392] ppid=7379 vsize=1532500 CPUtime=0
/proc/7381/task/7392/stat : 7392 (java) S 7379 7381 6570 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 2349768 1569280000 9100 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 0 0 0 0
[pid=7381/tid=7393] ppid=7379 vsize=1532500 CPUtime=0
/proc/7381/task/7393/stat : 7393 (java) S 7379 7381 6570 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 2349768 1569280000 9100 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 0 0 0 0
[pid=7381/tid=7394] ppid=7379 vsize=1532500 CPUtime=0
/proc/7381/task/7394/stat : 7394 (java) S 7379 7381 6570 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 2349823 1569280000 9100 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.22
Current children cumulated vsize (KiB) 1532500

[startup+6.30096 s]
/proc/loadavg: 1.08 1.06 1.05 2/119 7394
/proc/meminfo: memFree=1427060/2059040 swapFree=4192956/4192956
[pid=7381] ppid=7379 vsize=1533524 CPUtime=7.52
/proc/7381/stat : 7381 (java) S 7379 7381 6570 0 -1 4202496 11180 0 1 0 745 7 0 0 15 0 13 0 2349758 1570328576 9637 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7381/statm: 383381 9637 1442 10 0 380683 0
[pid=7381/tid=7383] ppid=7379 vsize=1533524 CPUtime=5.87
/proc/7381/task/7383/stat : 7383 (java) R 7379 7381 6570 0 -1 4202560 5594 0 1 0 585 2 0 0 25 0 13 0 2349760 1570328576 9637 1992294400 134512640 134550932 4293938784 18446744073709551615 4109051347 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7381/tid=7384] ppid=7379 vsize=1533524 CPUtime=0.01
/proc/7381/task/7384/stat : 7384 (java) S 7379 7381 6570 0 -1 4202560 248 0 0 0 1 0 0 0 16 0 13 0 2349761 1570328576 9637 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 1 0 0 0
[pid=7381/tid=7385] ppid=7379 vsize=1533524 CPUtime=0.02
/proc/7381/task/7385/stat : 7385 (java) S 7379 7381 6570 0 -1 4202560 391 0 0 0 2 0 0 0 15 0 13 0 2349761 1570328576 9637 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 1 0 0 0
[pid=7381/tid=7386] ppid=7379 vsize=1533524 CPUtime=0.12
/proc/7381/task/7386/stat : 7386 (java) S 7379 7381 6570 0 -1 4202560 554 0 0 0 11 1 0 0 16 0 13 0 2349763 1570328576 9637 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 0 0 16800975 18446604437843926080 0 0 -1 0 0 0 0
[pid=7381/tid=7387] ppid=7379 vsize=1533524 CPUtime=0
/proc/7381/task/7387/stat : 7387 (java) S 7379 7381 6570 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 2349763 1570328576 9637 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 0 0 0 0
[pid=7381/tid=7388] ppid=7379 vsize=1533524 CPUtime=0
/proc/7381/task/7388/stat : 7388 (java) S 7379 7381 6570 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 2349763 1570328576 9637 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 0 0 0 0
[pid=7381/tid=7389] ppid=7379 vsize=1533524 CPUtime=0
/proc/7381/task/7389/stat : 7389 (java) S 7379 7381 6570 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 2349767 1570328576 9637 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 0 0 0 0
[pid=7381/tid=7390] ppid=7379 vsize=1533524 CPUtime=0.68
/proc/7381/task/7390/stat : 7390 (java) S 7379 7381 6570 0 -1 4202560 1262 0 0 0 68 0 0 0 16 0 13 0 2349767 1570328576 9637 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 0 0 0 0
[pid=7381/tid=7391] ppid=7379 vsize=1533524 CPUtime=0.77
/proc/7381/task/7391/stat : 7391 (java) S 7379 7381 6570 0 -1 4202560 2065 0 0 0 76 1 0 0 15 0 13 0 2349768 1570328576 9637 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 1 0 0 0
[pid=7381/tid=7392] ppid=7379 vsize=1533524 CPUtime=0
/proc/7381/task/7392/stat : 7392 (java) S 7379 7381 6570 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 2349768 1570328576 9637 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 0 0 0 0
[pid=7381/tid=7393] ppid=7379 vsize=1533524 CPUtime=0
/proc/7381/task/7393/stat : 7393 (java) S 7379 7381 6570 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 2349768 1570328576 9637 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 1 0 0 0
[pid=7381/tid=7394] ppid=7379 vsize=1533524 CPUtime=0
/proc/7381/task/7394/stat : 7394 (java) S 7379 7381 6570 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 2349823 1570328576 9637 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.52
Current children cumulated vsize (KiB) 1533524

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

[startup+9.50189 s]
/proc/loadavg: 1.07 1.06 1.05 2/119 7394
/proc/meminfo: memFree=1426316/2059040 swapFree=4192956/4192956
[pid=7381] ppid=7379 vsize=1533524 CPUtime=10.72
/proc/7381/stat : 7381 (java) S 7379 7381 6570 0 -1 4202496 11435 0 1 0 1065 7 0 0 15 0 13 0 2349758 1570328576 9890 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7381/statm: 383381 9890 1442 10 0 380683 0
[pid=7381/tid=7383] ppid=7379 vsize=1533524 CPUtime=9
/proc/7381/task/7383/stat : 7383 (java) R 7379 7381 6570 0 -1 4202560 5596 0 1 0 898 2 0 0 25 0 13 0 2349760 1570328576 9890 1992294400 134512640 134550932 4293938784 18446744073709551615 4109052119 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7381/tid=7384] ppid=7379 vsize=1533524 CPUtime=0.01
/proc/7381/task/7384/stat : 7384 (java) S 7379 7381 6570 0 -1 4202560 270 0 0 0 1 0 0 0 16 0 13 0 2349761 1570328576 9890 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 1 0 0 0
[pid=7381/tid=7385] ppid=7379 vsize=1533524 CPUtime=0.02
/proc/7381/task/7385/stat : 7385 (java) S 7379 7381 6570 0 -1 4202560 433 0 0 0 2 0 0 0 15 0 13 0 2349761 1570328576 9890 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 1 0 0 0
[pid=7381/tid=7386] ppid=7379 vsize=1533524 CPUtime=0.17
/proc/7381/task/7386/stat : 7386 (java) S 7379 7381 6570 0 -1 4202560 743 0 0 0 16 1 0 0 16 0 13 0 2349763 1570328576 9890 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 0 0 16800975 18446604437843926080 0 0 -1 0 0 0 0
[pid=7381/tid=7387] ppid=7379 vsize=1533524 CPUtime=0
/proc/7381/task/7387/stat : 7387 (java) S 7379 7381 6570 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 2349763 1570328576 9890 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 0 0 0 0
[pid=7381/tid=7388] ppid=7379 vsize=1533524 CPUtime=0
/proc/7381/task/7388/stat : 7388 (java) S 7379 7381 6570 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 2349763 1570328576 9890 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 0 0 0 0
[pid=7381/tid=7389] ppid=7379 vsize=1533524 CPUtime=0
/proc/7381/task/7389/stat : 7389 (java) S 7379 7381 6570 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 2349767 1570328576 9890 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 0 0 0 0
[pid=7381/tid=7390] ppid=7379 vsize=1533524 CPUtime=0.68
/proc/7381/task/7390/stat : 7390 (java) S 7379 7381 6570 0 -1 4202560 1262 0 0 0 68 0 0 0 16 0 13 0 2349767 1570328576 9890 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 0 0 0 0
[pid=7381/tid=7391] ppid=7379 vsize=1533524 CPUtime=0.77
/proc/7381/task/7391/stat : 7391 (java) S 7379 7381 6570 0 -1 4202560 2065 0 0 0 76 1 0 0 15 0 13 0 2349768 1570328576 9890 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 1 0 0 0
[pid=7381/tid=7392] ppid=7379 vsize=1533524 CPUtime=0
/proc/7381/task/7392/stat : 7392 (java) S 7379 7381 6570 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 2349768 1570328576 9890 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 0 0 0 0
[pid=7381/tid=7393] ppid=7379 vsize=1533524 CPUtime=0
/proc/7381/task/7393/stat : 7393 (java) S 7379 7381 6570 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 2349768 1570328576 9890 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 1 0 0 0
[pid=7381/tid=7394] ppid=7379 vsize=1533524 CPUtime=0
/proc/7381/task/7394/stat : 7394 (java) S 7379 7381 6570 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 2349823 1570328576 9890 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.72
Current children cumulated vsize (KiB) 1533524

[startup+10.3019 s]
/proc/loadavg: 1.07 1.06 1.05 2/119 7394
/proc/meminfo: memFree=1425820/2059040 swapFree=4192956/4192956
[pid=7381] ppid=7379 vsize=1541988 CPUtime=11.78
/proc/7381/stat : 7381 (java) S 7379 7381 6570 0 -1 4202496 13898 0 1 0 1170 8 0 0 15 0 13 0 2349758 1578995712 11776 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7381/statm: 385497 11776 1442 10 0 382799 0
[pid=7381/tid=7383] ppid=7379 vsize=1541988 CPUtime=9.75
/proc/7381/task/7383/stat : 7383 (java) R 7379 7381 6570 0 -1 4202560 5598 0 1 0 973 2 0 0 25 0 13 0 2349760 1578995712 11776 1992294400 134512640 134550932 4293938784 18446744073709551615 4109110999 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7381/tid=7384] ppid=7379 vsize=1541988 CPUtime=0.02
/proc/7381/task/7384/stat : 7384 (java) S 7379 7381 6570 0 -1 4202560 270 0 0 0 2 0 0 0 15 0 13 0 2349761 1578995712 11776 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 0 0 0 0
[pid=7381/tid=7385] ppid=7379 vsize=1541988 CPUtime=0.03
/proc/7381/task/7385/stat : 7385 (java) S 7379 7381 6570 0 -1 4202560 433 0 0 0 3 0 0 0 15 0 13 0 2349761 1578995712 11776 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 0 0 0 0
[pid=7381/tid=7386] ppid=7379 vsize=1541988 CPUtime=0.2
/proc/7381/task/7386/stat : 7386 (java) S 7379 7381 6570 0 -1 4202560 743 0 0 0 19 1 0 0 16 0 13 0 2349763 1578995712 11776 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 0 0 16800975 18446604437843926080 0 0 -1 0 0 0 0
[pid=7381/tid=7387] ppid=7379 vsize=1541988 CPUtime=0
/proc/7381/task/7387/stat : 7387 (java) S 7379 7381 6570 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 2349763 1578995712 11776 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 0 0 0 0
[pid=7381/tid=7388] ppid=7379 vsize=1541988 CPUtime=0
/proc/7381/task/7388/stat : 7388 (java) S 7379 7381 6570 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 2349763 1578995712 11776 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 0 0 0 0
[pid=7381/tid=7389] ppid=7379 vsize=1541988 CPUtime=0
/proc/7381/task/7389/stat : 7389 (java) S 7379 7381 6570 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 2349767 1578995712 11776 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 0 0 0 0
[pid=7381/tid=7390] ppid=7379 vsize=1541988 CPUtime=0.69
/proc/7381/task/7390/stat : 7390 (java) S 7379 7381 6570 0 -1 4202560 1262 0 0 0 69 0 0 0 16 0 13 0 2349767 1578995712 11776 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 0 0 0 0
[pid=7381/tid=7391] ppid=7379 vsize=1541988 CPUtime=1.03
/proc/7381/task/7391/stat : 7391 (java) R 7379 7381 6570 0 -1 4202560 4526 0 0 0 101 2 0 0 16 0 13 0 2349768 1578995712 11776 1992294400 134512640 134550932 4293938784 18446744073709551615 104143095 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7381/tid=7392] ppid=7379 vsize=1541988 CPUtime=0
/proc/7381/task/7392/stat : 7392 (java) S 7379 7381 6570 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 2349768 1578995712 11776 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 0 0 0 0
[pid=7381/tid=7393] ppid=7379 vsize=1541988 CPUtime=0
/proc/7381/task/7393/stat : 7393 (java) S 7379 7381 6570 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 2349768 1578995712 11776 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 1 0 0 0
[pid=7381/tid=7394] ppid=7379 vsize=1541988 CPUtime=0
/proc/7381/task/7394/stat : 7394 (java) S 7379 7381 6570 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 2349823 1578995712 11776 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.78
Current children cumulated vsize (KiB) 1541988

[startup+10.7019 s]
/proc/loadavg: 1.07 1.06 1.05 2/119 7394
/proc/meminfo: memFree=1425820/2059040 swapFree=4192956/4192956
[pid=7381] ppid=7379 vsize=1536596 CPUtime=12.29
/proc/7381/stat : 7381 (java) S 7379 7381 6570 0 -1 4202496 14604 0 1 0 1221 8 0 0 15 0 13 0 2349758 1573474304 10682 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7381/statm: 384149 10682 1442 10 0 381451 0
[pid=7381/tid=7383] ppid=7379 vsize=1536596 CPUtime=10.14
/proc/7381/task/7383/stat : 7383 (java) R 7379 7381 6570 0 -1 4202560 5598 0 1 0 1012 2 0 0 25 0 13 0 2349760 1573474304 10682 1992294400 134512640 134550932 4293938784 18446744073709551615 4109051188 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7381/tid=7384] ppid=7379 vsize=1536596 CPUtime=0.02
/proc/7381/task/7384/stat : 7384 (java) S 7379 7381 6570 0 -1 4202560 270 0 0 0 2 0 0 0 15 0 13 0 2349761 1573474304 10682 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 0 0 0 0
[pid=7381/tid=7385] ppid=7379 vsize=1536596 CPUtime=0.03
/proc/7381/task/7385/stat : 7385 (java) S 7379 7381 6570 0 -1 4202560 433 0 0 0 3 0 0 0 15 0 13 0 2349761 1573474304 10682 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 0 0 0 0
[pid=7381/tid=7386] ppid=7379 vsize=1536596 CPUtime=0.2
/proc/7381/task/7386/stat : 7386 (java) S 7379 7381 6570 0 -1 4202560 743 0 0 0 19 1 0 0 16 0 13 0 2349763 1573474304 10682 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 0 0 16800975 18446604437843926080 0 0 -1 0 0 0 0
[pid=7381/tid=7387] ppid=7379 vsize=1536596 CPUtime=0
/proc/7381/task/7387/stat : 7387 (java) S 7379 7381 6570 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 2349763 1573474304 10682 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 0 0 0 0
[pid=7381/tid=7388] ppid=7379 vsize=1536596 CPUtime=0
/proc/7381/task/7388/stat : 7388 (java) S 7379 7381 6570 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 2349763 1573474304 10682 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 0 0 0 0
[pid=7381/tid=7389] ppid=7379 vsize=1536596 CPUtime=0
/proc/7381/task/7389/stat : 7389 (java) S 7379 7381 6570 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 2349767 1573474304 10682 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 0 0 0 0
[pid=7381/tid=7390] ppid=7379 vsize=1536596 CPUtime=0.7
/proc/7381/task/7390/stat : 7390 (java) S 7379 7381 6570 0 -1 4202560 1262 0 0 0 70 0 0 0 15 0 13 0 2349767 1573474304 10682 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 0 0 0 0
[pid=7381/tid=7391] ppid=7379 vsize=1536596 CPUtime=1.14
/proc/7381/task/7391/stat : 7391 (java) S 7379 7381 6570 0 -1 4202560 5232 0 0 0 112 2 0 0 15 0 13 0 2349768 1573474304 10682 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 1 0 0 0
[pid=7381/tid=7392] ppid=7379 vsize=1536596 CPUtime=0
/proc/7381/task/7392/stat : 7392 (java) S 7379 7381 6570 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 2349768 1573474304 10682 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 0 0 0 0
[pid=7381/tid=7393] ppid=7379 vsize=1536596 CPUtime=0
/proc/7381/task/7393/stat : 7393 (java) S 7379 7381 6570 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 2349768 1573474304 10682 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 1 0 0 0
[pid=7381/tid=7394] ppid=7379 vsize=1536596 CPUtime=0
/proc/7381/task/7394/stat : 7394 (java) S 7379 7381 6570 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 2349823 1573474304 10682 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 1536596

[startup+11.1019 s]
/proc/loadavg: 1.07 1.06 1.05 2/119 7394
/proc/meminfo: memFree=1421976/2059040 swapFree=4192956/4192956
[pid=7381] ppid=7379 vsize=1536596 CPUtime=12.71
/proc/7381/stat : 7381 (java) S 7379 7381 6570 0 -1 4202496 14605 0 1 0 1263 8 0 0 15 0 13 0 2349758 1573474304 10683 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7381/statm: 384149 10683 1442 10 0 381451 0
[pid=7381/tid=7383] ppid=7379 vsize=1536596 CPUtime=10.54
/proc/7381/task/7383/stat : 7383 (java) R 7379 7381 6570 0 -1 4202560 5599 0 1 0 1052 2 0 0 25 0 13 0 2349760 1573474304 10683 1992294400 134512640 134550932 4293938784 18446744073709551615 4109052119 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7381/tid=7384] ppid=7379 vsize=1536596 CPUtime=0.02
/proc/7381/task/7384/stat : 7384 (java) S 7379 7381 6570 0 -1 4202560 270 0 0 0 2 0 0 0 15 0 13 0 2349761 1573474304 10683 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 0 0 0 0
[pid=7381/tid=7385] ppid=7379 vsize=1536596 CPUtime=0.03
/proc/7381/task/7385/stat : 7385 (java) S 7379 7381 6570 0 -1 4202560 433 0 0 0 3 0 0 0 15 0 13 0 2349761 1573474304 10683 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 0 0 0 0
[pid=7381/tid=7386] ppid=7379 vsize=1536596 CPUtime=0.2
/proc/7381/task/7386/stat : 7386 (java) S 7379 7381 6570 0 -1 4202560 743 0 0 0 19 1 0 0 16 0 13 0 2349763 1573474304 10683 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 0 0 16800975 18446604437843926080 0 0 -1 0 0 0 0
[pid=7381/tid=7387] ppid=7379 vsize=1536596 CPUtime=0
/proc/7381/task/7387/stat : 7387 (java) S 7379 7381 6570 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 2349763 1573474304 10683 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 0 0 0 0
[pid=7381/tid=7388] ppid=7379 vsize=1536596 CPUtime=0
/proc/7381/task/7388/stat : 7388 (java) S 7379 7381 6570 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 2349763 1573474304 10683 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 0 0 0 0
[pid=7381/tid=7389] ppid=7379 vsize=1536596 CPUtime=0
/proc/7381/task/7389/stat : 7389 (java) S 7379 7381 6570 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 2349767 1573474304 10683 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 0 0 0 0
[pid=7381/tid=7390] ppid=7379 vsize=1536596 CPUtime=0.71
/proc/7381/task/7390/stat : 7390 (java) S 7379 7381 6570 0 -1 4202560 1262 0 0 0 71 0 0 0 15 0 13 0 2349767 1573474304 10683 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 0 0 0 0
[pid=7381/tid=7391] ppid=7379 vsize=1536596 CPUtime=1.16
/proc/7381/task/7391/stat : 7391 (java) S 7379 7381 6570 0 -1 4202560 5232 0 0 0 114 2 0 0 15 0 13 0 2349768 1573474304 10683 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 1 0 0 0
[pid=7381/tid=7392] ppid=7379 vsize=1536596 CPUtime=0
/proc/7381/task/7392/stat : 7392 (java) S 7379 7381 6570 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 2349768 1573474304 10683 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 0 0 0 0
[pid=7381/tid=7393] ppid=7379 vsize=1536596 CPUtime=0
/proc/7381/task/7393/stat : 7393 (java) S 7379 7381 6570 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 2349768 1573474304 10683 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 1 0 0 0
[pid=7381/tid=7394] ppid=7379 vsize=1536596 CPUtime=0
/proc/7381/task/7394/stat : 7394 (java) S 7379 7381 6570 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 2349823 1573474304 10683 1992294400 134512640 134550932 4293938784 18446744073709551615 4294960144 0 4 0 16800975 18446604437843926080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 1536596

Child status: 20
Real time (s): 11.1932
CPU time (s): 12.8051
CPU user time (s): 12.7151
CPU system time (s): 0.089986
CPU usage (%): 114.4
Max. virtual memory (cumulated for all children) (KiB): 1543008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.7151
system time used= 0.089986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14625
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= 594
involuntary context switches= 474

runsolver used 0.037994 second user time and 0.05999 second system time

The end

Launcher Data

Begin job on node018 at 2010-06-11 22:08:54
IDJOB=2659416
IDBENCH=1285
IDSOLVER=1164
FILE ID=node018/2659416-1276286934
PBS_JOBID= 11173106
Free space on /tmp= 62292 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.1900546076.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659416-1276286934/watcher-2659416-1276286934 -o /tmp/evaluation-result-2659416-1276286934/solver-2659416-1276286934 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659416-1276286934.opb

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

MD5SUM BENCH= 148040983257ccf233b3daf7936d3c1f
RANDOM SEED=1240677138

node018.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.248
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.49
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.248
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.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1460976 kB
Buffers:         59400 kB
Cached:         397916 kB
SwapCached:          0 kB
Active:         190532 kB
Inactive:       325976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1460976 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             384 kB
Writeback:           0 kB
AnonPages:       59176 kB
Mapped:          15456 kB
Slab:            59616 kB
PageTables:       4004 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181300 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= 62292 MiB
End job on node018 at 2010-06-11 22:09:05