Trace number 2659792

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26UNSAT 12.1612 9.2671

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-d2q06c.opb
MD5SUM7b03b498d913dd1b306399e53ada7e6f
Bench CategoryOPT-BIGINT (optimisation, big 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 benchmark11.6222
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables155010
Total number of constraints2171
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2171
Minimum length of a constraint30
Maximum length of a constraint3270
Number of terms in the objective function 89670
Biggest coefficient in the objective function 36281708852543488
Number of bits for the biggest coefficient in the objective function 56
Sum of the numbers in the objective function 17434532498669331507
Number of bits of the sum of numbers in the objective function 64
Biggest number in a constraint 1246989811751845888
Number of bits of the biggest number in a constraint 61
Biggest sum of numbers in a constraint 17434532498669331507
Number of bits of the biggest sum of numbers64
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.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-2659792-1276551961.opb
0.23/0.21	c reading problem ... 
10.56/8.25	c ... done. Wall clock time 8.047s.
10.56/8.25	c #vars     155010
10.56/8.25	c #constraints  48777
10.56/8.25	c constraints type 
10.56/8.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3674
12.01/9.19	c starts		: 0
12.01/9.19	c conflicts		: 0
12.01/9.19	c decisions		: 0
12.01/9.19	c propagations		: 52269
12.01/9.19	c inspects		: 61553
12.01/9.19	c learnt literals	: 0
12.01/9.19	c learnt binary clauses	: 0
12.01/9.19	c learnt ternary clauses	: 0
12.01/9.19	c learnt clauses	: 0
12.01/9.19	c ignored clauses	: 0
12.01/9.19	c root simplifications	: 0
12.01/9.19	c removed literals (reason simplification)	: 0
12.01/9.19	c reason swapping (by a shorter reason)	: 0
12.01/9.19	c Calls to reduceDB	: 0
12.01/9.19	c number of reductions to clauses (during analyze)	: 0
12.01/9.19	c number of learned constraints concerned by reduction	: 0
12.01/9.19	c number of learning phase by resolution	: 0
12.01/9.19	c number of learning phase by cutting planes	: 0
12.01/9.19	c speed (assignments/second)	: 56082.61802575107
12.01/9.19	c non guided choices	0
12.01/9.19	c learnt constraints type 
12.01/9.19	c constraints type 
12.01/9.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3674
12.01/9.19	s UNSATISFIABLE
12.01/9.19	c Total wall clock time (in seconds): 8.981

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 31559
/proc/meminfo: memFree=1799884/2059040 swapFree=4136080/4192956
[pid=31559] ppid=31557 vsize=248 CPUtime=0
/proc/31559/stat : 31559 (java) R 31557 31559 31163 0 -1 4194304 282 0 0 0 0 0 0 0 20 0 1 0 30797692 253952 28 1992294400 134512640 134550932 4294348160 18446744073709551615 2331220 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31559/statm: 62 28 21 10 0 23 0

[startup+0.054176 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 31559
/proc/meminfo: memFree=1799884/2059040 swapFree=4136080/4192956
[pid=31559] ppid=31557 vsize=1521664 CPUtime=0.04
/proc/31559/stat : 31559 (java) S 31557 31559 31163 0 -1 4202496 3557 0 1 0 2 2 0 0 18 0 7 0 30797692 1558183936 2998 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/31559/statm: 380416 2998 1011 10 0 377726 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521664

[startup+0.101183 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 31559
/proc/meminfo: memFree=1799884/2059040 swapFree=4136080/4192956
[pid=31559] ppid=31557 vsize=1524184 CPUtime=0.08
/proc/31559/stat : 31559 (java) S 31557 31559 31163 0 -1 4202496 3964 0 1 0 6 2 0 0 18 0 12 0 30797692 1560764416 3403 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31559/statm: 381046 3403 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.410496 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 31559
/proc/meminfo: memFree=1799884/2059040 swapFree=4136080/4192956
[pid=31559] ppid=31557 vsize=1527468 CPUtime=0.6
/proc/31559/stat : 31559 (java) S 31557 31559 31163 0 -1 4202496 6774 0 1 0 56 4 0 0 18 0 12 0 30797692 1564127232 6211 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31559/statm: 381867 6211 1381 10 0 379169 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 1527468

[startup+0.700489 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 31559
/proc/meminfo: memFree=1799884/2059040 swapFree=4136080/4192956
[pid=31559] ppid=31557 vsize=1527448 CPUtime=1.04
/proc/31559/stat : 31559 (java) S 31557 31559 31163 0 -1 4202496 10479 0 1 0 98 6 0 0 18 0 12 0 30797692 1564106752 9868 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31559/statm: 381862 9869 1400 10 0 379164 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 1527448

[startup+1.50147 s]
/proc/loadavg: 1.16 1.03 1.01 3/118 31571
/proc/meminfo: memFree=1739960/2059040 swapFree=4136080/4192956
[pid=31559] ppid=31557 vsize=1539544 CPUtime=2.19
/proc/31559/stat : 31559 (java) S 31557 31559 31163 0 -1 4202496 22503 0 1 0 208 11 0 0 18 0 12 0 30797692 1576493056 21398 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31559/statm: 384886 21399 1401 10 0 382188 0
[pid=31559/tid=31561] ppid=31557 vsize=1539544 CPUtime=1.45
/proc/31559/task/31561/stat : 31561 (java) R 31557 31559 31163 0 -1 4202560 17353 0 1 0 136 9 0 0 18 0 12 0 30797694 1576493056 21400 1992294400 134512640 134550932 4294348160 18446744073709551615 4109110644 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31559/tid=31562] ppid=31557 vsize=1539544 CPUtime=0
/proc/31559/task/31562/stat : 31562 (java) S 31557 31559 31163 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 30797695 1576493056 21401 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 4 0 16800975 18446604437833217216 0 0 -1 0 0 0 0
[pid=31559/tid=31563] ppid=31557 vsize=1539544 CPUtime=0
/proc/31559/task/31563/stat : 31563 (java) S 31557 31559 31163 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 30797695 1576493056 21402 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 4 0 16800975 18446604437833217216 0 0 -1 0 0 0 0
[pid=31559/tid=31564] ppid=31557 vsize=1539544 CPUtime=0
/proc/31559/task/31564/stat : 31564 (java) S 31557 31559 31163 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 30797697 1576493056 21402 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 0 0 16800975 18446604437833217216 0 0 -1 1 0 0 0
[pid=31559/tid=31565] ppid=31557 vsize=1539544 CPUtime=0
/proc/31559/task/31565/stat : 31565 (java) S 31557 31559 31163 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 30797697 1576493056 21403 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 4 0 16800975 18446604437833217216 0 0 -1 0 0 0 0
[pid=31559/tid=31566] ppid=31557 vsize=1539544 CPUtime=0
/proc/31559/task/31566/stat : 31566 (java) S 31557 31559 31163 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 30797698 1576493056 21404 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 4 0 16800975 18446604437833217216 0 0 -1 0 0 0 0
[pid=31559/tid=31567] ppid=31557 vsize=1539544 CPUtime=0
/proc/31559/task/31567/stat : 31567 (java) S 31557 31559 31163 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 30797702 1576493056 21405 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 4 0 16800975 18446604437833217216 0 0 -1 0 0 0 0
[pid=31559/tid=31568] ppid=31557 vsize=1539544 CPUtime=0.63
/proc/31559/task/31568/stat : 31568 (java) R 31557 31559 31163 0 -1 4202560 3627 0 0 0 62 1 0 0 16 0 12 0 30797702 1576493056 21406 1992294400 134512640 134550932 4294348160 18446744073709551615 104163967 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31559/tid=31569] ppid=31557 vsize=1539544 CPUtime=0.08
/proc/31559/task/31569/stat : 31569 (java) R 31557 31559 31163 0 -1 4202560 460 0 0 0 8 0 0 0 19 0 12 0 30797702 1576493056 21406 1992294400 134512640 134550932 4294348160 18446744073709551615 106812466 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31559/tid=31570] ppid=31557 vsize=1539544 CPUtime=0
/proc/31559/task/31570/stat : 31570 (java) S 31557 31559 31163 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 30797702 1576493056 21407 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 4 0 16800975 18446604437833217216 0 0 -1 0 0 0 0
[pid=31559/tid=31571] ppid=31557 vsize=1539544 CPUtime=0
/proc/31559/task/31571/stat : 31571 (java) S 31557 31559 31163 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 30797702 1576493056 21408 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 4 0 16800975 18446604437833217216 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 1539544

[startup+3.10043 s]
/proc/loadavg: 1.16 1.03 1.01 5/118 31573
/proc/meminfo: memFree=1690236/2059040 swapFree=4136080/4192956
[pid=31559] ppid=31557 vsize=1541888 CPUtime=4.76
/proc/31559/stat : 31559 (java) S 31557 31559 31163 0 -1 4202496 46811 0 1 0 453 23 0 0 18 0 12 0 30797692 1578893312 43016 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31559/statm: 385472 43016 1417 10 0 382774 0
[pid=31559/tid=31561] ppid=31557 vsize=1541888 CPUtime=2.94
/proc/31559/task/31561/stat : 31561 (java) R 31557 31559 31163 0 -1 4202560 32013 0 1 0 278 16 0 0 18 0 12 0 30797694 1578893312 43016 1992294400 134512640 134550932 4294348160 18446744073709551615 4109080062 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31559/tid=31562] ppid=31557 vsize=1541888 CPUtime=0.09
/proc/31559/task/31562/stat : 31562 (java) S 31557 31559 31163 0 -1 4202560 3260 0 0 0 8 1 0 0 18 0 12 0 30797695 1578893312 43016 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 4 0 16800975 18446604437833217216 0 0 -1 1 0 0 0
[pid=31559/tid=31563] ppid=31557 vsize=1541888 CPUtime=0.09
/proc/31559/task/31563/stat : 31563 (java) S 31557 31559 31163 0 -1 4202560 2979 0 0 0 8 1 0 0 18 0 12 0 30797695 1578893312 43016 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 4 0 16800975 18446604437833217216 0 0 -1 1 0 0 0
[pid=31559/tid=31564] ppid=31557 vsize=1541888 CPUtime=0
/proc/31559/task/31564/stat : 31564 (java) S 31557 31559 31163 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 12 0 30797697 1578893312 43016 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 0 0 16800975 18446604437833217216 0 0 -1 0 0 0 0
[pid=31559/tid=31565] ppid=31557 vsize=1541888 CPUtime=0
/proc/31559/task/31565/stat : 31565 (java) S 31557 31559 31163 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 30797697 1578893312 43016 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 4 0 16800975 18446604437833217216 0 0 -1 1 0 0 0
[pid=31559/tid=31566] ppid=31557 vsize=1541888 CPUtime=0
/proc/31559/task/31566/stat : 31566 (java) S 31557 31559 31163 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 12 0 30797698 1578893312 43016 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 4 0 16800975 18446604437833217216 0 0 -1 1 0 0 0
[pid=31559/tid=31567] ppid=31557 vsize=1541888 CPUtime=0
/proc/31559/task/31567/stat : 31567 (java) S 31557 31559 31163 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 30797702 1578893312 43016 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 4 0 16800975 18446604437833217216 0 0 -1 0 0 0 0
[pid=31559/tid=31568] ppid=31557 vsize=1541888 CPUtime=1.46
/proc/31559/task/31568/stat : 31568 (java) S 31557 31559 31163 0 -1 4202560 7028 0 0 0 144 2 0 0 16 0 12 0 30797702 1578893312 43016 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 4 0 16800975 18446604437833217216 0 0 -1 1 0 0 0
[pid=31559/tid=31569] ppid=31557 vsize=1541888 CPUtime=0.12
/proc/31559/task/31569/stat : 31569 (java) S 31557 31559 31163 0 -1 4202560 460 0 0 0 12 0 0 0 18 0 12 0 30797702 1578893312 43016 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 4 0 16800975 18446604437833217216 0 0 -1 1 0 0 0
[pid=31559/tid=31570] ppid=31557 vsize=1541888 CPUtime=0
/proc/31559/task/31570/stat : 31570 (java) S 31557 31559 31163 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 30797702 1578893312 43016 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 4 0 16800975 18446604437833217216 0 0 -1 0 0 0 0
[pid=31559/tid=31571] ppid=31557 vsize=1541888 CPUtime=0
/proc/31559/task/31571/stat : 31571 (java) S 31557 31559 31163 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 30797702 1578893312 43016 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 4 0 16800975 18446604437833217216 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.76
Current children cumulated vsize (KiB) 1541888

[startup+6.30135 s]
/proc/loadavg: 1.31 1.07 1.02 2/118 31573
/proc/meminfo: memFree=1573304/2059040 swapFree=4136080/4192956
[pid=31559] ppid=31557 vsize=1541316 CPUtime=8.4
/proc/31559/stat : 31559 (java) S 31557 31559 31163 0 -1 4202496 64269 0 1 0 808 32 0 0 18 0 12 0 30797692 1578307584 58405 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31559/statm: 385329 58408 1417 10 0 382631 0
[pid=31559/tid=31561] ppid=31557 vsize=1541316 CPUtime=5.72
/proc/31559/task/31561/stat : 31561 (java) S 31557 31559 31163 0 -1 4202560 32018 0 1 0 555 17 0 0 18 0 12 0 30797694 1578307584 58410 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 4 0 16800975 18446604437833217216 0 0 -1 0 0 0 0
[pid=31559/tid=31562] ppid=31557 vsize=1541316 CPUtime=0.52
/proc/31559/task/31562/stat : 31562 (java) R 31557 31559 31163 0 -1 4202560 12969 0 0 0 47 5 0 0 18 0 12 0 30797695 1578307584 58412 1992294400 134512640 134550932 4294348160 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31559/tid=31563] ppid=31557 vsize=1541316 CPUtime=0.52
/proc/31559/task/31563/stat : 31563 (java) R 31557 31559 31163 0 -1 4202560 10730 0 0 0 47 5 0 0 18 0 12 0 30797695 1578307584 58414 1992294400 134512640 134550932 4294348160 18446744073709551615 104188422 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31559/tid=31564] ppid=31557 vsize=1541316 CPUtime=0
/proc/31559/task/31564/stat : 31564 (java) S 31557 31559 31163 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 30797697 1578307584 58416 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 0 0 16800975 18446604437833217216 0 0 -1 0 0 0 0
[pid=31559/tid=31565] ppid=31557 vsize=1541316 CPUtime=0
/proc/31559/task/31565/stat : 31565 (java) S 31557 31559 31163 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 30797697 1578307584 58418 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 4 0 16800975 18446604437833217216 0 0 -1 1 0 0 0
[pid=31559/tid=31566] ppid=31557 vsize=1541316 CPUtime=0
/proc/31559/task/31566/stat : 31566 (java) S 31557 31559 31163 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 12 0 30797698 1578307584 58421 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 4 0 16800975 18446604437833217216 0 0 -1 1 0 0 0
[pid=31559/tid=31567] ppid=31557 vsize=1541316 CPUtime=0
/proc/31559/task/31567/stat : 31567 (java) S 31557 31559 31163 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 30797702 1578307584 58423 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 4 0 16800975 18446604437833217216 0 0 -1 0 0 0 0
[pid=31559/tid=31568] ppid=31557 vsize=1541316 CPUtime=1.46
/proc/31559/task/31568/stat : 31568 (java) S 31557 31559 31163 0 -1 4202560 7028 0 0 0 144 2 0 0 16 0 12 0 30797702 1578307584 58425 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 4 0 16800975 18446604437833217216 0 0 -1 1 0 0 0
[pid=31559/tid=31569] ppid=31557 vsize=1541316 CPUtime=0.13
/proc/31559/task/31569/stat : 31569 (java) S 31557 31559 31163 0 -1 4202560 460 0 0 0 13 0 0 0 15 0 12 0 30797702 1578307584 58427 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 4 0 16800975 18446604437833217216 0 0 -1 1 0 0 0
[pid=31559/tid=31570] ppid=31557 vsize=1541316 CPUtime=0
/proc/31559/task/31570/stat : 31570 (java) S 31557 31559 31163 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 30797702 1578307584 58429 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 4 0 16800975 18446604437833217216 0 0 -1 0 0 0 0
[pid=31559/tid=31571] ppid=31557 vsize=1541316 CPUtime=0
/proc/31559/task/31571/stat : 31571 (java) S 31557 31559 31163 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 30797702 1578307584 58431 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 4 0 16800975 18446604437833217216 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.4
Current children cumulated vsize (KiB) 1541316

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

[startup+6.40235 s]
/proc/loadavg: 1.31 1.07 1.02 2/118 31573
/proc/meminfo: memFree=1573304/2059040 swapFree=4136080/4192956
[pid=31559] ppid=31557 vsize=1541316 CPUtime=8.58
/proc/31559/stat : 31559 (java) S 31557 31559 31163 0 -1 4202496 69095 0 1 0 824 34 0 0 18 0 12 0 30797692 1578307584 62612 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31559/statm: 385329 62612 1417 10 0 382631 0
[pid=31559/tid=31561] ppid=31557 vsize=1541316 CPUtime=5.73
/proc/31559/task/31561/stat : 31561 (java) R 31557 31559 31163 0 -1 4202560 32018 0 1 0 556 17 0 0 17 0 12 0 30797694 1578307584 62612 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31559/tid=31562] ppid=31557 vsize=1541316 CPUtime=0.61
/proc/31559/task/31562/stat : 31562 (java) S 31557 31559 31163 0 -1 4202560 15766 0 0 0 54 7 0 0 18 0 12 0 30797695 1578307584 62612 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 4 0 16800975 18446604437833217216 0 0 -1 1 0 0 0
[pid=31559/tid=31563] ppid=31557 vsize=1541316 CPUtime=0.6
/proc/31559/task/31563/stat : 31563 (java) S 31557 31559 31163 0 -1 4202560 12752 0 0 0 54 6 0 0 18 0 12 0 30797695 1578307584 62612 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 4 0 16800975 18446604437833217216 0 0 -1 1 0 0 0
[pid=31559/tid=31564] ppid=31557 vsize=1541316 CPUtime=0
/proc/31559/task/31564/stat : 31564 (java) S 31557 31559 31163 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 12 0 30797697 1578307584 62612 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 0 0 16800975 18446604437833217216 0 0 -1 0 0 0 0
[pid=31559/tid=31565] ppid=31557 vsize=1541316 CPUtime=0
/proc/31559/task/31565/stat : 31565 (java) S 31557 31559 31163 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 30797697 1578307584 62612 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 4 0 16800975 18446604437833217216 0 0 -1 1 0 0 0
[pid=31559/tid=31566] ppid=31557 vsize=1541316 CPUtime=0
/proc/31559/task/31566/stat : 31566 (java) S 31557 31559 31163 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 12 0 30797698 1578307584 62612 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 4 0 16800975 18446604437833217216 0 0 -1 1 0 0 0
[pid=31559/tid=31567] ppid=31557 vsize=1541316 CPUtime=0
/proc/31559/task/31567/stat : 31567 (java) S 31557 31559 31163 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 30797702 1578307584 62612 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 4 0 16800975 18446604437833217216 0 0 -1 0 0 0 0
[pid=31559/tid=31568] ppid=31557 vsize=1541316 CPUtime=1.46
/proc/31559/task/31568/stat : 31568 (java) S 31557 31559 31163 0 -1 4202560 7028 0 0 0 144 2 0 0 16 0 12 0 30797702 1578307584 62612 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 4 0 16800975 18446604437833217216 0 0 -1 1 0 0 0
[pid=31559/tid=31569] ppid=31557 vsize=1541316 CPUtime=0.13
/proc/31559/task/31569/stat : 31569 (java) S 31557 31559 31163 0 -1 4202560 460 0 0 0 13 0 0 0 15 0 12 0 30797702 1578307584 62612 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 4 0 16800975 18446604437833217216 0 0 -1 1 0 0 0
[pid=31559/tid=31570] ppid=31557 vsize=1541316 CPUtime=0
/proc/31559/task/31570/stat : 31570 (java) S 31557 31559 31163 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 30797702 1578307584 62612 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 4 0 16800975 18446604437833217216 0 0 -1 0 0 0 0
[pid=31559/tid=31571] ppid=31557 vsize=1541316 CPUtime=0
/proc/31559/task/31571/stat : 31571 (java) S 31557 31559 31163 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 30797702 1578307584 62612 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 4 0 16800975 18446604437833217216 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.58
Current children cumulated vsize (KiB) 1541316

[startup+8.00031 s]
/proc/loadavg: 1.31 1.07 1.02 2/118 31573
/proc/meminfo: memFree=1534864/2059040 swapFree=4136080/4192956
[pid=31559] ppid=31557 vsize=1541316 CPUtime=10.36
/proc/31559/stat : 31559 (java) S 31557 31559 31163 0 -1 4202496 74660 0 1 0 998 38 0 0 18 0 12 0 30797692 1578307584 67418 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31559/statm: 385329 67418 1417 10 0 382631 0
[pid=31559/tid=31561] ppid=31557 vsize=1541316 CPUtime=7.15
/proc/31559/task/31561/stat : 31561 (java) R 31557 31559 31163 0 -1 4202560 32020 0 1 0 698 17 0 0 17 0 12 0 30797694 1578307584 67418 1992294400 134512640 134550932 4294348160 18446744073709551615 4109080266 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31559/tid=31562] ppid=31557 vsize=1541316 CPUtime=0.78
/proc/31559/task/31562/stat : 31562 (java) S 31557 31559 31163 0 -1 4202560 18992 0 0 0 70 8 0 0 18 0 12 0 30797695 1578307584 67418 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 4 0 16800975 18446604437833217216 0 0 -1 1 0 0 0
[pid=31559/tid=31563] ppid=31557 vsize=1541316 CPUtime=0.77
/proc/31559/task/31563/stat : 31563 (java) S 31557 31559 31163 0 -1 4202560 15089 0 0 0 70 7 0 0 18 0 12 0 30797695 1578307584 67418 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 4 0 16800975 18446604437833217216 0 0 -1 1 0 0 0
[pid=31559/tid=31564] ppid=31557 vsize=1541316 CPUtime=0
/proc/31559/task/31564/stat : 31564 (java) S 31557 31559 31163 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 12 0 30797697 1578307584 67418 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 0 0 16800975 18446604437833217216 0 0 -1 0 0 0 0
[pid=31559/tid=31565] ppid=31557 vsize=1541316 CPUtime=0
/proc/31559/task/31565/stat : 31565 (java) S 31557 31559 31163 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 30797697 1578307584 67418 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 4 0 16800975 18446604437833217216 0 0 -1 1 0 0 0
[pid=31559/tid=31566] ppid=31557 vsize=1541316 CPUtime=0
/proc/31559/task/31566/stat : 31566 (java) S 31557 31559 31163 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 12 0 30797698 1578307584 67418 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 4 0 16800975 18446604437833217216 0 0 -1 1 0 0 0
[pid=31559/tid=31567] ppid=31557 vsize=1541316 CPUtime=0
/proc/31559/task/31567/stat : 31567 (java) S 31557 31559 31163 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 30797702 1578307584 67418 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 4 0 16800975 18446604437833217216 0 0 -1 0 0 0 0
[pid=31559/tid=31568] ppid=31557 vsize=1541316 CPUtime=1.46
/proc/31559/task/31568/stat : 31568 (java) S 31557 31559 31163 0 -1 4202560 7028 0 0 0 144 2 0 0 16 0 12 0 30797702 1578307584 67418 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 4 0 16800975 18446604437833217216 0 0 -1 1 0 0 0
[pid=31559/tid=31569] ppid=31557 vsize=1541316 CPUtime=0.13
/proc/31559/task/31569/stat : 31569 (java) S 31557 31559 31163 0 -1 4202560 460 0 0 0 13 0 0 0 15 0 12 0 30797702 1578307584 67418 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 4 0 16800975 18446604437833217216 0 0 -1 1 0 0 0
[pid=31559/tid=31570] ppid=31557 vsize=1541316 CPUtime=0
/proc/31559/task/31570/stat : 31570 (java) S 31557 31559 31163 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 30797702 1578307584 67418 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 4 0 16800975 18446604437833217216 0 0 -1 0 0 0 0
[pid=31559/tid=31571] ppid=31557 vsize=1541316 CPUtime=0
/proc/31559/task/31571/stat : 31571 (java) S 31557 31559 31163 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 30797702 1578307584 67418 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 4 0 16800975 18446604437833217216 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.36
Current children cumulated vsize (KiB) 1541316

[startup+8.80129 s]
/proc/loadavg: 1.31 1.07 1.02 4/118 31573
/proc/meminfo: memFree=1520976/2059040 swapFree=4136080/4192956
[pid=31559] ppid=31557 vsize=1541316 CPUtime=11.61
/proc/31559/stat : 31559 (java) S 31557 31559 31163 0 -1 4202496 79082 0 1 0 1121 40 0 0 18 0 12 0 30797692 1578307584 71187 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31559/statm: 385329 71188 1437 10 0 382631 0
[pid=31559/tid=31561] ppid=31557 vsize=1541316 CPUtime=7.62
/proc/31559/task/31561/stat : 31561 (java) S 31557 31559 31163 0 -1 4202560 32054 0 1 0 745 17 0 0 18 0 12 0 30797694 1578307584 71193 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 4 0 16800975 18446604437833217216 0 0 -1 0 0 0 0
[pid=31559/tid=31562] ppid=31557 vsize=1541316 CPUtime=0.93
/proc/31559/task/31562/stat : 31562 (java) R 31557 31559 31163 0 -1 4202560 21318 0 0 0 84 9 0 0 18 0 12 0 30797695 1578307584 71196 1992294400 134512640 134550932 4294348160 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31559/tid=31563] ppid=31557 vsize=1541316 CPUtime=0.89
/proc/31559/task/31563/stat : 31563 (java) R 31557 31559 31163 0 -1 4202560 17086 0 0 0 81 8 0 0 18 0 12 0 30797695 1578307584 71198 1992294400 134512640 134550932 4294348160 18446744073709551615 105886451 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31559/tid=31564] ppid=31557 vsize=1541316 CPUtime=0
/proc/31559/task/31564/stat : 31564 (java) S 31557 31559 31163 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 30797697 1578307584 71201 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 0 0 16800975 18446604437833217216 0 0 -1 0 0 0 0
[pid=31559/tid=31565] ppid=31557 vsize=1541316 CPUtime=0
/proc/31559/task/31565/stat : 31565 (java) S 31557 31559 31163 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 30797697 1578307584 71204 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 4 0 16800975 18446604437833217216 0 0 -1 1 0 0 0
[pid=31559/tid=31566] ppid=31557 vsize=1541316 CPUtime=0
/proc/31559/task/31566/stat : 31566 (java) S 31557 31559 31163 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 12 0 30797698 1578307584 71206 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 4 0 16800975 18446604437833217216 0 0 -1 1 0 0 0
[pid=31559/tid=31567] ppid=31557 vsize=1541316 CPUtime=0
/proc/31559/task/31567/stat : 31567 (java) S 31557 31559 31163 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 30797702 1578307584 71208 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 4 0 16800975 18446604437833217216 0 0 -1 0 0 0 0
[pid=31559/tid=31568] ppid=31557 vsize=1541316 CPUtime=1.76
/proc/31559/task/31568/stat : 31568 (java) S 31557 31559 31163 0 -1 4202560 7062 0 0 0 174 2 0 0 16 0 12 0 30797702 1578307584 71210 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 4 0 16800975 18446604437833217216 0 0 -1 1 0 0 0
[pid=31559/tid=31569] ppid=31557 vsize=1541316 CPUtime=0.34
/proc/31559/task/31569/stat : 31569 (java) S 31557 31559 31163 0 -1 4202560 500 0 0 0 34 0 0 0 15 0 12 0 30797702 1578307584 71212 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 4 0 16800975 18446604437833217216 0 0 -1 0 0 0 0
[pid=31559/tid=31570] ppid=31557 vsize=1541316 CPUtime=0
/proc/31559/task/31570/stat : 31570 (java) S 31557 31559 31163 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 30797702 1578307584 71214 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 4 0 16800975 18446604437833217216 0 0 -1 0 0 0 0
[pid=31559/tid=31571] ppid=31557 vsize=1541316 CPUtime=0
/proc/31559/task/31571/stat : 31571 (java) S 31557 31559 31163 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 30797702 1578307584 71216 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 4 0 16800975 18446604437833217216 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.61
Current children cumulated vsize (KiB) 1541316

[startup+9.20128 s]
/proc/loadavg: 1.31 1.07 1.02 4/118 31573
/proc/meminfo: memFree=1520976/2059040 swapFree=4136080/4192956
[pid=31559] ppid=31557 vsize=1541640 CPUtime=12.12
/proc/31559/stat : 31559 (java) S 31557 31559 31163 0 -1 4202496 81915 0 1 0 1171 41 0 0 18 0 12 0 30797692 1578639360 73881 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31559/statm: 385410 73881 1439 10 0 382712 0
[pid=31559/tid=31561] ppid=31557 vsize=1541640 CPUtime=7.94
/proc/31559/task/31561/stat : 31561 (java) S 31557 31559 31163 0 -1 4202560 32062 0 1 0 777 17 0 0 16 0 12 0 30797694 1578639360 73881 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 4 0 16800975 18446604437833217216 0 0 -1 1 0 0 0
[pid=31559/tid=31562] ppid=31557 vsize=1541640 CPUtime=0.98
/proc/31559/task/31562/stat : 31562 (java) S 31557 31559 31163 0 -1 4202560 22338 0 0 0 89 9 0 0 18 0 12 0 30797695 1578639360 73881 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 4 0 16800975 18446604437833217216 0 0 -1 0 0 0 0
[pid=31559/tid=31563] ppid=31557 vsize=1541640 CPUtime=0.94
/proc/31559/task/31563/stat : 31563 (java) S 31557 31559 31163 0 -1 4202560 18865 0 0 0 85 9 0 0 18 0 12 0 30797695 1578639360 73881 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 4 0 16800975 18446604437833217216 0 0 -1 1 0 0 0
[pid=31559/tid=31564] ppid=31557 vsize=1541640 CPUtime=0
/proc/31559/task/31564/stat : 31564 (java) S 31557 31559 31163 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 30797697 1578639360 73881 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 0 0 16800975 18446604437833217216 0 0 -1 0 0 0 0
[pid=31559/tid=31565] ppid=31557 vsize=1541640 CPUtime=0
/proc/31559/task/31565/stat : 31565 (java) S 31557 31559 31163 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 30797697 1578639360 73881 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 4 0 16800975 18446604437833217216 0 0 -1 1 0 0 0
[pid=31559/tid=31566] ppid=31557 vsize=1541640 CPUtime=0
/proc/31559/task/31566/stat : 31566 (java) S 31557 31559 31163 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 12 0 30797698 1578639360 73881 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 4 0 16800975 18446604437833217216 0 0 -1 1 0 0 0
[pid=31559/tid=31567] ppid=31557 vsize=1541640 CPUtime=0
/proc/31559/task/31567/stat : 31567 (java) S 31557 31559 31163 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 30797702 1578639360 73881 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 4 0 16800975 18446604437833217216 0 0 -1 0 0 0 0
[pid=31559/tid=31568] ppid=31557 vsize=1541640 CPUtime=1.83
/proc/31559/task/31568/stat : 31568 (java) S 31557 31559 31163 0 -1 4202560 7072 0 0 0 181 2 0 0 15 0 12 0 30797702 1578639360 73881 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 4 0 16800975 18446604437833217216 0 0 -1 1 0 0 0
[pid=31559/tid=31569] ppid=31557 vsize=1541640 CPUtime=0.37
/proc/31559/task/31569/stat : 31569 (java) S 31557 31559 31163 0 -1 4202560 502 0 0 0 37 0 0 0 15 0 12 0 30797702 1578639360 73881 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 4 0 16800975 18446604437833217216 0 0 -1 0 0 0 0
[pid=31559/tid=31570] ppid=31557 vsize=1541640 CPUtime=0
/proc/31559/task/31570/stat : 31570 (java) S 31557 31559 31163 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 30797702 1578639360 73881 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 4 0 16800975 18446604437833217216 0 0 -1 0 0 0 0
[pid=31559/tid=31571] ppid=31557 vsize=1541640 CPUtime=0
/proc/31559/task/31571/stat : 31571 (java) S 31557 31559 31163 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 30797702 1578639360 73881 1992294400 134512640 134550932 4294348160 18446744073709551615 4294960144 0 4 0 16800975 18446604437833217216 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.12
Current children cumulated vsize (KiB) 1541640

Child status: 20
Real time (s): 9.2671
CPU time (s): 12.1612
CPU user time (s): 11.7182
CPU system time (s): 0.442932
CPU usage (%): 131.229
Max. virtual memory (cumulated for all children) (KiB): 1543692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.7182
system time used= 0.442932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81916
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= 529
involuntary context switches= 459

runsolver used 0.026995 second user time and 0.06399 second system time

The end

Launcher Data

Begin job on node014 at 2010-06-14 23:46:03
IDJOB=2659792
IDBENCH=2428
IDSOLVER=1164
FILE ID=node014/2659792-1276551961
PBS_JOBID= 11173486
Free space on /tmp= 62488 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-d2q06c.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659792-1276551961/watcher-2659792-1276551961 -o /tmp/evaluation-result-2659792-1276551961/solver-2659792-1276551961 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659792-1276551961.opb

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

MD5SUM BENCH= 7b03b498d913dd1b306399e53ada7e6f
RANDOM SEED=143137658

node014.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.258
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.51
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.258
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.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1800280 kB
Buffers:         36892 kB
Cached:         133164 kB
SwapCached:      11516 kB
Active:          89448 kB
Inactive:        95088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1800280 kB
SwapTotal:     4192956 kB
SwapFree:      4136080 kB
Dirty:           18116 kB
Writeback:           8 kB
AnonPages:       11608 kB
Mapped:           9328 kB
Slab:            52400 kB
PageTables:       4048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183456 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= 62488 MiB
End job on node014 at 2010-06-14 23:46:12