Trace number 2659816

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 64.3662 55.3557

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-rd-rplusc-21.opb
MD5SUM7576b3c58d39cddc5f29deda8f59e316
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 benchmark64.0523
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables3616
Total number of constraints125707
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)44
Number of constraints which are nor clauses,nor cardinality constraints125663
Minimum length of a constraint5
Maximum length of a constraint189
Number of terms in the objective function 48
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2160590747
Number of bits of the sum of numbers in the objective function 32
Biggest number in a constraint 2962281908055777280
Number of bits of the biggest number in a constraint 62
Biggest sum of numbers in a constraint 6289973478481187311
Number of bits of the biggest sum of numbers63
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100526
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.25/0.21	c Pseudo Boolean Optimization
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.21	c Expensive reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	c solving HOME/instance-2659816-1276568821.opb
0.25/0.21	c reading problem ... 
64.10/55.18	c ... done. Wall clock time 54.969s.
64.10/55.18	c #vars     3616
64.10/55.18	c #constraints  126874
64.10/55.18	c constraints type 
64.10/55.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 44
64.10/55.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 44
64.10/55.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 125756
64.20/55.22	c starts		: 0
64.20/55.22	c conflicts		: 0
64.20/55.22	c decisions		: 0
64.20/55.22	c propagations		: 1050
64.20/55.22	c inspects		: 2847
64.20/55.22	c learnt literals	: 0
64.20/55.22	c learnt binary clauses	: 0
64.20/55.22	c learnt ternary clauses	: 0
64.20/55.22	c learnt clauses	: 0
64.20/55.22	c ignored clauses	: 0
64.20/55.22	c root simplifications	: 0
64.20/55.22	c removed literals (reason simplification)	: 0
64.20/55.22	c reason swapping (by a shorter reason)	: 0
64.20/55.22	c Calls to reduceDB	: 0
64.20/55.22	c number of reductions to clauses (during analyze)	: 0
64.20/55.22	c number of learned constraints concerned by reduction	: 0
64.20/55.22	c number of learning phase by resolution	: 0
64.20/55.22	c number of learning phase by cutting planes	: 0
64.20/55.22	c speed (assignments/second)	: 27631.578947368424
64.20/55.22	c non guided choices	0
64.20/55.22	c learnt constraints type 
64.20/55.22	c constraints type 
64.20/55.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 44
64.20/55.22	c org.sat4j.minisat.constraints.card.MinWatchCard => 44
64.20/55.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 125756
64.20/55.22	s UNSATISFIABLE
64.20/55.22	c Total wall clock time (in seconds): 55.009

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-2659816-1276568821/watcher-2659816-1276568821 -o /tmp/evaluation-result-2659816-1276568821/solver-2659816-1276568821 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659816-1276568821.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.95 0.99 0.99 3/106 2928
/proc/meminfo: memFree=1563356/2059040 swapFree=4136456/4192956
[pid=2928] ppid=2926 vsize=1832 CPUtime=0
/proc/2928/stat : 2928 (java6) R 2926 2928 2010 0 -1 4194304 210 0 0 0 0 0 0 0 19 0 1 0 32487236 1875968 113 1992294400 134512640 134550932 4288292192 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2928/statm: 458 123 90 10 0 63 0

[startup+0.034411 s]
/proc/loadavg: 0.95 0.99 0.99 3/106 2928
/proc/meminfo: memFree=1563356/2059040 swapFree=4136456/4192956
[pid=2928] ppid=2926 vsize=1518368 CPUtime=0.02
/proc/2928/stat : 2928 (java) S 2926 2928 2010 0 -1 4202496 2793 0 1 0 0 2 0 0 18 0 4 0 32487236 1554808832 2236 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/2928/statm: 379592 2236 519 10 0 377303 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1518368

[startup+0.101469 s]
/proc/loadavg: 0.95 0.99 0.99 3/106 2928
/proc/meminfo: memFree=1563356/2059040 swapFree=4136456/4192956
[pid=2928] ppid=2926 vsize=1523992 CPUtime=0.09
/proc/2928/stat : 2928 (java) S 2926 2928 2010 0 -1 4202496 3913 0 1 0 6 3 0 0 18 0 12 0 32487236 1560567808 3352 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2928/statm: 380998 3352 1062 10 0 378308 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1523992

[startup+0.301858 s]
/proc/loadavg: 0.95 0.99 0.99 3/106 2928
/proc/meminfo: memFree=1563356/2059040 swapFree=4136456/4192956
[pid=2928] ppid=2926 vsize=1526076 CPUtime=0.35
/proc/2928/stat : 2928 (java) S 2926 2928 2010 0 -1 4202496 5324 0 1 0 31 4 0 0 18 0 12 0 32487236 1562701824 4761 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2928/statm: 381519 4761 1358 10 0 378821 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526076

[startup+0.700858 s]
/proc/loadavg: 0.95 0.99 0.99 3/106 2928
/proc/meminfo: memFree=1563356/2059040 swapFree=4136456/4192956
[pid=2928] ppid=2926 vsize=1533576 CPUtime=1.15
/proc/2928/stat : 2928 (java) S 2926 2928 2010 0 -1 4202496 8215 0 1 0 108 7 0 0 18 0 12 0 32487236 1570381824 7470 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2928/statm: 383394 7471 1404 10 0 380696 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 1533576

[startup+1.50186 s]
/proc/loadavg: 0.95 0.99 0.99 5/118 2940
/proc/meminfo: memFree=1528108/2059040 swapFree=4136456/4192956
[pid=2928] ppid=2926 vsize=1540752 CPUtime=2.73
/proc/2928/stat : 2928 (java) S 2926 2928 2010 0 -1 4202496 15782 0 1 0 263 10 0 0 18 0 12 0 32487236 1577730048 12512 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2928/statm: 385188 12513 1405 10 0 382490 0
[pid=2928/tid=2930] ppid=2926 vsize=1540752 CPUtime=1.45
/proc/2928/task/2930/stat : 2930 (java) R 2926 2928 2010 0 -1 4202560 7747 0 1 0 138 7 0 0 18 0 12 0 32487237 1577730048 12514 1992294400 134512640 134550932 4292867792 18446744073709551615 4109841607 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2928/tid=2931] ppid=2926 vsize=1540752 CPUtime=0
/proc/2928/task/2931/stat : 2931 (java) S 2926 2928 2010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 12 0 32487239 1577730048 12515 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=2928/tid=2932] ppid=2926 vsize=1540752 CPUtime=0
/proc/2928/task/2932/stat : 2932 (java) S 2926 2928 2010 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 32487239 1577730048 12515 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=2928/tid=2933] ppid=2926 vsize=1540752 CPUtime=0
/proc/2928/task/2933/stat : 2933 (java) S 2926 2928 2010 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 32487240 1577730048 12516 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 0 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=2928/tid=2934] ppid=2926 vsize=1540752 CPUtime=0
/proc/2928/task/2934/stat : 2934 (java) S 2926 2928 2010 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 32487241 1577730048 12517 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=2928/tid=2935] ppid=2926 vsize=1540752 CPUtime=0
/proc/2928/task/2935/stat : 2935 (java) S 2926 2928 2010 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 32487241 1577730048 12517 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=2928/tid=2936] ppid=2926 vsize=1540752 CPUtime=0
/proc/2928/task/2936/stat : 2936 (java) S 2926 2928 2010 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32487246 1577730048 12518 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=2928/tid=2937] ppid=2926 vsize=1540752 CPUtime=0.25
/proc/2928/task/2937/stat : 2937 (java) R 2926 2928 2010 0 -1 4202560 411 0 0 0 25 0 0 0 25 0 12 0 32487246 1577730048 12519 1992294400 134512640 134550932 4292867792 18446744073709551615 104164087 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2928/tid=2938] ppid=2926 vsize=1540752 CPUtime=1
/proc/2928/task/2938/stat : 2938 (java) R 2926 2928 2010 0 -1 4202560 6565 0 0 0 98 2 0 0 19 0 12 0 32487246 1577730048 12520 1992294400 134512640 134550932 4292867792 18446744073709551615 105875982 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2928/tid=2939] ppid=2926 vsize=1540752 CPUtime=0
/proc/2928/task/2939/stat : 2939 (java) S 2926 2928 2010 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 32487246 1577730048 12520 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=2928/tid=2940] ppid=2926 vsize=1540752 CPUtime=0
/proc/2928/task/2940/stat : 2940 (java) S 2926 2928 2010 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 32487246 1577730048 12520 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 1540752

[startup+3.10186 s]
/proc/loadavg: 0.95 0.99 0.99 2/118 2940
/proc/meminfo: memFree=1481608/2059040 swapFree=4136456/4192956
[pid=2928] ppid=2926 vsize=1540752 CPUtime=4.78
/proc/2928/stat : 2928 (java) S 2926 2928 2010 0 -1 4202496 43825 0 1 0 457 21 0 0 18 0 12 0 32487236 1577730048 40493 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2928/statm: 385188 40493 1417 10 0 382490 0
[pid=2928/tid=2930] ppid=2926 vsize=1540752 CPUtime=2.97
/proc/2928/task/2930/stat : 2930 (java) R 2926 2928 2010 0 -1 4202560 32009 0 1 0 281 16 0 0 20 0 12 0 32487237 1577730048 40493 1992294400 134512640 134550932 4292867792 18446744073709551615 4110057825 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2928/tid=2931] ppid=2926 vsize=1540752 CPUtime=0.06
/proc/2928/task/2931/stat : 2931 (java) S 2926 2928 2010 0 -1 4202560 1968 0 0 0 6 0 0 0 18 0 12 0 32487239 1577730048 40493 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=2928/tid=2932] ppid=2926 vsize=1540752 CPUtime=0.05
/proc/2928/task/2932/stat : 2932 (java) S 2926 2928 2010 0 -1 4202560 1784 0 0 0 5 0 0 0 18 0 12 0 32487239 1577730048 40493 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 1 0 0 0
[pid=2928/tid=2933] ppid=2926 vsize=1540752 CPUtime=0
/proc/2928/task/2933/stat : 2933 (java) S 2926 2928 2010 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 12 0 32487240 1577730048 40493 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 0 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=2928/tid=2934] ppid=2926 vsize=1540752 CPUtime=0
/proc/2928/task/2934/stat : 2934 (java) S 2926 2928 2010 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 32487241 1577730048 40493 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=2928/tid=2935] ppid=2926 vsize=1540752 CPUtime=0
/proc/2928/task/2935/stat : 2935 (java) S 2926 2928 2010 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 32487241 1577730048 40493 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=2928/tid=2936] ppid=2926 vsize=1540752 CPUtime=0
/proc/2928/task/2936/stat : 2936 (java) S 2926 2928 2010 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32487246 1577730048 40493 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=2928/tid=2937] ppid=2926 vsize=1540752 CPUtime=0.42
/proc/2928/task/2937/stat : 2937 (java) S 2926 2928 2010 0 -1 4202560 418 0 0 0 42 0 0 0 25 0 12 0 32487246 1577730048 40493 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 1 0 0 0
[pid=2928/tid=2938] ppid=2926 vsize=1540752 CPUtime=1.21
/proc/2928/task/2938/stat : 2938 (java) S 2926 2928 2010 0 -1 4202560 6580 0 0 0 119 2 0 0 16 0 12 0 32487246 1577730048 40493 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 1 0 0 0
[pid=2928/tid=2939] ppid=2926 vsize=1540752 CPUtime=0
/proc/2928/task/2939/stat : 2939 (java) S 2926 2928 2010 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 32487246 1577730048 40493 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=2928/tid=2940] ppid=2926 vsize=1540752 CPUtime=0
/proc/2928/task/2940/stat : 2940 (java) S 2926 2928 2010 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 32487246 1577730048 40493 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.78
Current children cumulated vsize (KiB) 1540752

[startup+6.30086 s]
/proc/loadavg: 1.04 1.01 1.00 2/118 2940
/proc/meminfo: memFree=1380300/2059040 swapFree=4136456/4192956
[pid=2928] ppid=2926 vsize=1540752 CPUtime=8.26
/proc/2928/stat : 2928 (java) S 2926 2928 2010 0 -1 4202496 57194 0 1 0 797 29 0 0 18 0 12 0 32487236 1577730048 53203 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2928/statm: 385188 53203 1419 10 0 382490 0
[pid=2928/tid=2930] ppid=2926 vsize=1540752 CPUtime=5.9
/proc/2928/task/2930/stat : 2930 (java) R 2926 2928 2010 0 -1 4202560 32014 0 1 0 572 18 0 0 25 0 12 0 32487237 1577730048 53203 1992294400 134512640 134550932 4292867792 18446744073709551615 4109813266 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2928/tid=2931] ppid=2926 vsize=1540752 CPUtime=0.34
/proc/2928/task/2931/stat : 2931 (java) S 2926 2928 2010 0 -1 4202560 8855 0 0 0 30 4 0 0 18 0 12 0 32487239 1577730048 53203 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=2928/tid=2932] ppid=2926 vsize=1540752 CPUtime=0.32
/proc/2928/task/2932/stat : 2932 (java) S 2926 2928 2010 0 -1 4202560 8258 0 0 0 29 3 0 0 18 0 12 0 32487239 1577730048 53203 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 1 0 0 0
[pid=2928/tid=2933] ppid=2926 vsize=1540752 CPUtime=0
/proc/2928/task/2933/stat : 2933 (java) S 2926 2928 2010 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 12 0 32487240 1577730048 53203 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 0 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=2928/tid=2934] ppid=2926 vsize=1540752 CPUtime=0
/proc/2928/task/2934/stat : 2934 (java) S 2926 2928 2010 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 32487241 1577730048 53203 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=2928/tid=2935] ppid=2926 vsize=1540752 CPUtime=0
/proc/2928/task/2935/stat : 2935 (java) S 2926 2928 2010 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 32487241 1577730048 53203 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=2928/tid=2936] ppid=2926 vsize=1540752 CPUtime=0
/proc/2928/task/2936/stat : 2936 (java) S 2926 2928 2010 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32487246 1577730048 53203 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=2928/tid=2937] ppid=2926 vsize=1540752 CPUtime=0.42
/proc/2928/task/2937/stat : 2937 (java) S 2926 2928 2010 0 -1 4202560 418 0 0 0 42 0 0 0 25 0 12 0 32487246 1577730048 53203 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 1 0 0 0
[pid=2928/tid=2938] ppid=2926 vsize=1540752 CPUtime=1.22
/proc/2928/task/2938/stat : 2938 (java) S 2926 2928 2010 0 -1 4202560 6582 0 0 0 120 2 0 0 15 0 12 0 32487246 1577730048 53203 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 1 0 0 0
[pid=2928/tid=2939] ppid=2926 vsize=1540752 CPUtime=0
/proc/2928/task/2939/stat : 2939 (java) S 2926 2928 2010 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 32487246 1577730048 53203 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=2928/tid=2940] ppid=2926 vsize=1540752 CPUtime=0
/proc/2928/task/2940/stat : 2940 (java) S 2926 2928 2010 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 32487246 1577730048 53203 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.26
Current children cumulated vsize (KiB) 1540752

[startup+12.7019 s]
/proc/loadavg: 1.12 1.03 1.01 2/118 2940
/proc/meminfo: memFree=1262252/2059040 swapFree=4136456/4192956
[pid=2928] ppid=2926 vsize=1540752 CPUtime=16.18
/proc/2928/stat : 2928 (java) S 2926 2928 2010 0 -1 4202496 91137 0 1 0 1572 46 0 0 18 0 12 0 32487236 1577730048 81022 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2928/statm: 385188 81022 1420 10 0 382490 0
[pid=2928/tid=2930] ppid=2926 vsize=1540752 CPUtime=11.05
/proc/2928/task/2930/stat : 2930 (java) R 2926 2928 2010 0 -1 4202560 32026 0 1 0 1086 19 0 0 25 0 12 0 32487237 1577730048 81022 1992294400 134512640 134550932 4292867792 18446744073709551615 4109902904 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2928/tid=2931] ppid=2926 vsize=1540752 CPUtime=1.43
/proc/2928/task/2931/stat : 2931 (java) S 2926 2928 2010 0 -1 4202560 29196 0 0 0 131 12 0 0 16 0 12 0 32487239 1577730048 81022 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=2928/tid=2932] ppid=2926 vsize=1540752 CPUtime=1.53
/proc/2928/task/2932/stat : 2932 (java) S 2926 2928 2010 0 -1 4202560 21807 0 0 0 143 10 0 0 16 0 12 0 32487239 1577730048 81022 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 1 0 0 0
[pid=2928/tid=2933] ppid=2926 vsize=1540752 CPUtime=0
/proc/2928/task/2933/stat : 2933 (java) S 2926 2928 2010 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 12 0 32487240 1577730048 81022 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 0 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=2928/tid=2934] ppid=2926 vsize=1540752 CPUtime=0
/proc/2928/task/2934/stat : 2934 (java) S 2926 2928 2010 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 32487241 1577730048 81022 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=2928/tid=2935] ppid=2926 vsize=1540752 CPUtime=0
/proc/2928/task/2935/stat : 2935 (java) S 2926 2928 2010 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 32487241 1577730048 81022 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=2928/tid=2936] ppid=2926 vsize=1540752 CPUtime=0
/proc/2928/task/2936/stat : 2936 (java) S 2926 2928 2010 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32487246 1577730048 81022 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=2928/tid=2937] ppid=2926 vsize=1540752 CPUtime=0.45
/proc/2928/task/2937/stat : 2937 (java) S 2926 2928 2010 0 -1 4202560 421 0 0 0 45 0 0 0 17 0 12 0 32487246 1577730048 81022 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=2928/tid=2938] ppid=2926 vsize=1540752 CPUtime=1.65
/proc/2928/task/2938/stat : 2938 (java) S 2926 2928 2010 0 -1 4202560 6620 0 0 0 163 2 0 0 15 0 12 0 32487246 1577730048 81022 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 1 0 0 0
[pid=2928/tid=2939] ppid=2926 vsize=1540752 CPUtime=0
/proc/2928/task/2939/stat : 2939 (java) S 2926 2928 2010 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 32487246 1577730048 81022 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=2928/tid=2940] ppid=2926 vsize=1540752 CPUtime=0
/proc/2928/task/2940/stat : 2940 (java) S 2926 2928 2010 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 32487246 1577730048 81022 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16.18
Current children cumulated vsize (KiB) 1540752

[startup+25.5019 s]
/proc/loadavg: 1.24 1.06 1.01 2/118 2940
/proc/meminfo: memFree=1085180/2059040 swapFree=4136456/4192956
[pid=2928] ppid=2926 vsize=1540752 CPUtime=30.76
/proc/2928/stat : 2928 (java) S 2926 2928 2010 0 -1 4202496 150028 0 1 0 2998 78 0 0 18 0 12 0 32487236 1577730048 127165 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2928/statm: 385188 127165 1426 10 0 382490 0
[pid=2928/tid=2930] ppid=2926 vsize=1540752 CPUtime=22.06
/proc/2928/task/2930/stat : 2930 (java) R 2926 2928 2010 0 -1 4202560 32055 0 1 0 2182 24 0 0 24 0 12 0 32487237 1577730048 127165 1992294400 134512640 134550932 4292867792 18446744073709551615 4109837174 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2928/tid=2931] ppid=2926 vsize=1540752 CPUtime=3.16
/proc/2928/task/2931/stat : 2931 (java) S 2926 2928 2010 0 -1 4202560 57041 0 0 0 291 25 0 0 16 0 12 0 32487239 1577730048 127165 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 1 0 0 0
[pid=2928/tid=2932] ppid=2926 vsize=1540752 CPUtime=3.26
/proc/2928/task/2932/stat : 2932 (java) S 2926 2928 2010 0 -1 4202560 52816 0 0 0 302 24 0 0 16 0 12 0 32487239 1577730048 127165 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=2928/tid=2933] ppid=2926 vsize=1540752 CPUtime=0
/proc/2928/task/2933/stat : 2933 (java) S 2926 2928 2010 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 12 0 32487240 1577730048 127165 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 0 0 16800975 18446604437817393472 0 0 -1 1 0 0 0
[pid=2928/tid=2934] ppid=2926 vsize=1540752 CPUtime=0
/proc/2928/task/2934/stat : 2934 (java) S 2926 2928 2010 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 32487241 1577730048 127165 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=2928/tid=2935] ppid=2926 vsize=1540752 CPUtime=0
/proc/2928/task/2935/stat : 2935 (java) S 2926 2928 2010 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 32487241 1577730048 127165 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=2928/tid=2936] ppid=2926 vsize=1540752 CPUtime=0
/proc/2928/task/2936/stat : 2936 (java) S 2926 2928 2010 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32487246 1577730048 127165 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=2928/tid=2937] ppid=2926 vsize=1540752 CPUtime=0.51
/proc/2928/task/2937/stat : 2937 (java) S 2926 2928 2010 0 -1 4202560 425 0 0 0 51 0 0 0 15 0 12 0 32487246 1577730048 127165 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=2928/tid=2938] ppid=2926 vsize=1540752 CPUtime=1.71
/proc/2928/task/2938/stat : 2938 (java) S 2926 2928 2010 0 -1 4202560 6624 0 0 0 169 2 0 0 15 0 12 0 32487246 1577730048 127165 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 1 0 0 0
[pid=2928/tid=2939] ppid=2926 vsize=1540752 CPUtime=0
/proc/2928/task/2939/stat : 2939 (java) S 2926 2928 2010 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 32487246 1577730048 127165 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=2928/tid=2940] ppid=2926 vsize=1540752 CPUtime=0
/proc/2928/task/2940/stat : 2940 (java) S 2926 2928 2010 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 32487246 1577730048 127165 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 30.76
Current children cumulated vsize (KiB) 1540752

[startup+51.1019 s]
/proc/loadavg: 1.42 1.12 1.03 2/118 2942
/proc/meminfo: memFree=691108/2059040 swapFree=4136456/4192956
[pid=2928] ppid=2926 vsize=1540752 CPUtime=59.6
/proc/2928/stat : 2928 (java) S 2926 2928 2010 0 -1 4202496 259493 0 1 0 5817 143 0 0 18 0 12 0 32487236 1577730048 223412 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2928/statm: 385188 223412 1426 10 0 382490 0
[pid=2928/tid=2930] ppid=2926 vsize=1540752 CPUtime=43.51
/proc/2928/task/2930/stat : 2930 (java) R 2926 2928 2010 0 -1 4202560 32079 0 1 0 4318 33 0 0 25 0 12 0 32487237 1577730048 223412 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2928/tid=2931] ppid=2926 vsize=1540752 CPUtime=6.51
/proc/2928/task/2931/stat : 2931 (java) S 2926 2928 2010 0 -1 4202560 119096 0 0 0 594 57 0 0 16 0 12 0 32487239 1577730048 223412 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 1 0 0 0
[pid=2928/tid=2932] ppid=2926 vsize=1540752 CPUtime=7.27
/proc/2928/task/2932/stat : 2932 (java) S 2926 2928 2010 0 -1 4202560 100196 0 0 0 679 48 0 0 16 0 12 0 32487239 1577730048 223412 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=2928/tid=2933] ppid=2926 vsize=1540752 CPUtime=0
/proc/2928/task/2933/stat : 2933 (java) S 2926 2928 2010 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 32487240 1577730048 223412 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 0 0 16800975 18446604437817393472 0 0 -1 1 0 0 0
[pid=2928/tid=2934] ppid=2926 vsize=1540752 CPUtime=0
/proc/2928/task/2934/stat : 2934 (java) S 2926 2928 2010 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 32487241 1577730048 223412 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=2928/tid=2935] ppid=2926 vsize=1540752 CPUtime=0
/proc/2928/task/2935/stat : 2935 (java) S 2926 2928 2010 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 32487241 1577730048 223412 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=2928/tid=2936] ppid=2926 vsize=1540752 CPUtime=0
/proc/2928/task/2936/stat : 2936 (java) S 2926 2928 2010 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32487246 1577730048 223412 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=2928/tid=2937] ppid=2926 vsize=1540752 CPUtime=0.53
/proc/2928/task/2937/stat : 2937 (java) S 2926 2928 2010 0 -1 4202560 427 0 0 0 53 0 0 0 15 0 12 0 32487246 1577730048 223412 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=2928/tid=2938] ppid=2926 vsize=1540752 CPUtime=1.72
/proc/2928/task/2938/stat : 2938 (java) S 2926 2928 2010 0 -1 4202560 6625 0 0 0 170 2 0 0 15 0 12 0 32487246 1577730048 223412 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 1 0 0 0
[pid=2928/tid=2939] ppid=2926 vsize=1540752 CPUtime=0
/proc/2928/task/2939/stat : 2939 (java) S 2926 2928 2010 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 32487246 1577730048 223412 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=2928/tid=2940] ppid=2926 vsize=1540752 CPUtime=0
/proc/2928/task/2940/stat : 2940 (java) S 2926 2928 2010 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 32487246 1577730048 223412 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 59.6
Current children cumulated vsize (KiB) 1540752

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

[startup+52.7019 s]
/proc/loadavg: 1.42 1.12 1.03 2/118 2942
/proc/meminfo: memFree=662960/2059040 swapFree=4136456/4192956
[pid=2928] ppid=2926 vsize=1540752 CPUtime=61.37
/proc/2928/stat : 2928 (java) S 2926 2928 2010 0 -1 4202496 263424 0 1 0 5992 145 0 0 18 0 12 0 32487236 1577730048 226940 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2928/statm: 385188 226940 1426 10 0 382490 0
[pid=2928/tid=2930] ppid=2926 vsize=1540752 CPUtime=44.92
/proc/2928/task/2930/stat : 2930 (java) R 2926 2928 2010 0 -1 4202560 32080 0 1 0 4459 33 0 0 25 0 12 0 32487237 1577730048 226940 1992294400 134512640 134550932 4292867792 18446744073709551615 4109849553 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2928/tid=2931] ppid=2926 vsize=1540752 CPUtime=6.68
/proc/2928/task/2931/stat : 2931 (java) S 2926 2928 2010 0 -1 4202560 120229 0 0 0 611 57 0 0 16 0 12 0 32487239 1577730048 226940 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 1 0 0 0
[pid=2928/tid=2932] ppid=2926 vsize=1540752 CPUtime=7.47
/proc/2928/task/2932/stat : 2932 (java) S 2926 2928 2010 0 -1 4202560 102993 0 0 0 697 50 0 0 16 0 12 0 32487239 1577730048 226940 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=2928/tid=2933] ppid=2926 vsize=1540752 CPUtime=0
/proc/2928/task/2933/stat : 2933 (java) S 2926 2928 2010 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 32487240 1577730048 226940 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 0 0 16800975 18446604437817393472 0 0 -1 1 0 0 0
[pid=2928/tid=2934] ppid=2926 vsize=1540752 CPUtime=0
/proc/2928/task/2934/stat : 2934 (java) S 2926 2928 2010 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 32487241 1577730048 226940 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=2928/tid=2935] ppid=2926 vsize=1540752 CPUtime=0
/proc/2928/task/2935/stat : 2935 (java) S 2926 2928 2010 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 32487241 1577730048 226940 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=2928/tid=2936] ppid=2926 vsize=1540752 CPUtime=0
/proc/2928/task/2936/stat : 2936 (java) S 2926 2928 2010 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32487246 1577730048 226940 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=2928/tid=2937] ppid=2926 vsize=1540752 CPUtime=0.53
/proc/2928/task/2937/stat : 2937 (java) S 2926 2928 2010 0 -1 4202560 427 0 0 0 53 0 0 0 15 0 12 0 32487246 1577730048 226940 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=2928/tid=2938] ppid=2926 vsize=1540752 CPUtime=1.72
/proc/2928/task/2938/stat : 2938 (java) S 2926 2928 2010 0 -1 4202560 6625 0 0 0 170 2 0 0 15 0 12 0 32487246 1577730048 226940 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 1 0 0 0
[pid=2928/tid=2939] ppid=2926 vsize=1540752 CPUtime=0
/proc/2928/task/2939/stat : 2939 (java) S 2926 2928 2010 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 32487246 1577730048 226940 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=2928/tid=2940] ppid=2926 vsize=1540752 CPUtime=0
/proc/2928/task/2940/stat : 2940 (java) S 2926 2928 2010 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 32487246 1577730048 226940 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 61.37
Current children cumulated vsize (KiB) 1540752

[startup+54.3019 s]
/proc/loadavg: 1.39 1.11 1.03 2/118 2942
/proc/meminfo: memFree=648824/2059040 swapFree=4136456/4192956
[pid=2928] ppid=2926 vsize=1540752 CPUtime=63.28
/proc/2928/stat : 2928 (java) S 2926 2928 2010 0 -1 4202496 271376 0 1 0 6180 148 0 0 18 0 12 0 32487236 1577730048 234052 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2928/statm: 385188 234052 1426 10 0 382490 0
[pid=2928/tid=2930] ppid=2926 vsize=1540752 CPUtime=46.14
/proc/2928/task/2930/stat : 2930 (java) S 2926 2928 2010 0 -1 4202560 32081 0 1 0 4580 34 0 0 25 0 12 0 32487237 1577730048 234052 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=2928/tid=2931] ppid=2926 vsize=1540752 CPUtime=7.06
/proc/2928/task/2931/stat : 2931 (java) R 2926 2928 2010 0 -1 4202560 123178 0 0 0 648 58 0 0 16 0 12 0 32487239 1577730048 234052 1992294400 134512640 134550932 4292867792 18446744073709551615 105886451 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2928/tid=2932] ppid=2926 vsize=1540752 CPUtime=7.78
/proc/2928/task/2932/stat : 2932 (java) R 2926 2928 2010 0 -1 4202560 107995 0 0 0 726 52 0 0 16 0 12 0 32487239 1577730048 234052 1992294400 134512640 134550932 4292867792 18446744073709551615 105886445 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2928/tid=2933] ppid=2926 vsize=1540752 CPUtime=0
/proc/2928/task/2933/stat : 2933 (java) S 2926 2928 2010 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 32487240 1577730048 234052 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 0 0 16800975 18446604437817393472 0 0 -1 1 0 0 0
[pid=2928/tid=2934] ppid=2926 vsize=1540752 CPUtime=0
/proc/2928/task/2934/stat : 2934 (java) S 2926 2928 2010 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 32487241 1577730048 234052 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=2928/tid=2935] ppid=2926 vsize=1540752 CPUtime=0
/proc/2928/task/2935/stat : 2935 (java) S 2926 2928 2010 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 32487241 1577730048 234052 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=2928/tid=2936] ppid=2926 vsize=1540752 CPUtime=0
/proc/2928/task/2936/stat : 2936 (java) S 2926 2928 2010 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32487246 1577730048 234052 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=2928/tid=2937] ppid=2926 vsize=1540752 CPUtime=0.53
/proc/2928/task/2937/stat : 2937 (java) S 2926 2928 2010 0 -1 4202560 427 0 0 0 53 0 0 0 15 0 12 0 32487246 1577730048 234052 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=2928/tid=2938] ppid=2926 vsize=1540752 CPUtime=1.72
/proc/2928/task/2938/stat : 2938 (java) S 2926 2928 2010 0 -1 4202560 6625 0 0 0 170 2 0 0 15 0 12 0 32487246 1577730048 234052 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 1 0 0 0
[pid=2928/tid=2939] ppid=2926 vsize=1540752 CPUtime=0
/proc/2928/task/2939/stat : 2939 (java) S 2926 2928 2010 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 32487246 1577730048 234052 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=2928/tid=2940] ppid=2926 vsize=1540752 CPUtime=0
/proc/2928/task/2940/stat : 2940 (java) S 2926 2928 2010 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 32487246 1577730048 234052 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 63.28
Current children cumulated vsize (KiB) 1540752

[startup+55.1019 s]
/proc/loadavg: 1.39 1.11 1.03 2/118 2942
/proc/meminfo: memFree=634316/2059040 swapFree=4136456/4192956
[pid=2928] ppid=2926 vsize=1540752 CPUtime=64.1
/proc/2928/stat : 2928 (java) S 2926 2928 2010 0 -1 4202496 271377 0 1 0 6261 149 0 0 18 0 12 0 32487236 1577730048 234052 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2928/statm: 385188 234052 1426 10 0 382490 0
[pid=2928/tid=2930] ppid=2926 vsize=1540752 CPUtime=46.91
/proc/2928/task/2930/stat : 2930 (java) R 2926 2928 2010 0 -1 4202560 32082 0 1 0 4657 34 0 0 25 0 12 0 32487237 1577730048 234052 1992294400 134512640 134550932 4292867792 18446744073709551615 4109813270 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2928/tid=2931] ppid=2926 vsize=1540752 CPUtime=7.07
/proc/2928/task/2931/stat : 2931 (java) S 2926 2928 2010 0 -1 4202560 123178 0 0 0 649 58 0 0 16 0 12 0 32487239 1577730048 234052 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 1 0 0 0
[pid=2928/tid=2932] ppid=2926 vsize=1540752 CPUtime=7.81
/proc/2928/task/2932/stat : 2932 (java) S 2926 2928 2010 0 -1 4202560 107995 0 0 0 729 52 0 0 16 0 12 0 32487239 1577730048 234052 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=2928/tid=2933] ppid=2926 vsize=1540752 CPUtime=0
/proc/2928/task/2933/stat : 2933 (java) S 2926 2928 2010 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 32487240 1577730048 234052 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 0 0 16800975 18446604437817393472 0 0 -1 1 0 0 0
[pid=2928/tid=2934] ppid=2926 vsize=1540752 CPUtime=0
/proc/2928/task/2934/stat : 2934 (java) S 2926 2928 2010 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 32487241 1577730048 234052 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=2928/tid=2935] ppid=2926 vsize=1540752 CPUtime=0
/proc/2928/task/2935/stat : 2935 (java) S 2926 2928 2010 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 32487241 1577730048 234052 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=2928/tid=2936] ppid=2926 vsize=1540752 CPUtime=0
/proc/2928/task/2936/stat : 2936 (java) S 2926 2928 2010 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32487246 1577730048 234052 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=2928/tid=2937] ppid=2926 vsize=1540752 CPUtime=0.53
/proc/2928/task/2937/stat : 2937 (java) S 2926 2928 2010 0 -1 4202560 427 0 0 0 53 0 0 0 15 0 12 0 32487246 1577730048 234052 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=2928/tid=2938] ppid=2926 vsize=1540752 CPUtime=1.72
/proc/2928/task/2938/stat : 2938 (java) S 2926 2928 2010 0 -1 4202560 6625 0 0 0 170 2 0 0 15 0 12 0 32487246 1577730048 234052 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 1 0 0 0
[pid=2928/tid=2939] ppid=2926 vsize=1540752 CPUtime=0
/proc/2928/task/2939/stat : 2939 (java) S 2926 2928 2010 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 32487246 1577730048 234052 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=2928/tid=2940] ppid=2926 vsize=1540752 CPUtime=0
/proc/2928/task/2940/stat : 2940 (java) S 2926 2928 2010 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 32487246 1577730048 234052 1992294400 134512640 134550932 4292867792 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 64.1
Current children cumulated vsize (KiB) 1540752

[startup+55.3019 s]
/proc/loadavg: 1.39 1.11 1.03 2/118 2942
/proc/meminfo: memFree=634316/2059040 swapFree=4136456/4192956
[pid=2928] ppid=2926 vsize=0 CPUtime=64.3
/proc/2928/stat : 2928 (java) R 2926 2928 2010 0 -1 4203524 271416 0 1 0 6278 152 0 0 18 0 1 0 32487236 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2928/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 64.3
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 55.3557
CPU time (s): 64.3662
CPU user time (s): 62.7865
CPU system time (s): 1.57976
CPU usage (%): 116.278
Max. virtual memory (cumulated for all children) (KiB): 1542412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 62.7865
system time used= 1.57976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 271416
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= 1995
involuntary context switches= 2203

runsolver used 0.121981 second user time and 0.320951 second system time

The end

Launcher Data

Begin job on node001 at 2010-06-15 04:27:12
IDJOB=2659816
IDBENCH=2515
IDSOLVER=1164
FILE ID=node001/2659816-1276568821
PBS_JOBID= 11173507
Free space on /tmp= 62336 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-rd-rplusc-21.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659816-1276568821/watcher-2659816-1276568821 -o /tmp/evaluation-result-2659816-1276568821/solver-2659816-1276568821 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659816-1276568821.opb

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

MD5SUM BENCH= 7576b3c58d39cddc5f29deda8f59e316
RANDOM SEED=2066892541

node001.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.202
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.40
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.202
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:       1563752 kB
Buffers:         53308 kB
Cached:         341404 kB
SwapCached:       9832 kB
Active:         271248 kB
Inactive:       136300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1563752 kB
SwapTotal:     4192956 kB
SwapFree:      4136456 kB
Dirty:          183864 kB
Writeback:           0 kB
AnonPages:       11112 kB
Mapped:           9388 kB
Slab:            65940 kB
PageTables:       3996 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182324 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= 62336 MiB
End job on node001 at 2010-06-15 04:28:08