Trace number 365681

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, and are wall clock time (not CPU 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
sat4jPseudoCPClause 2007-03-23OPT1074317824 20.1109 17.9859

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-misc01.opb
MD5SUM4e08c098e45fba5de8abfdff758a82bc
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1074317824
Best CPU time to get the best result obtained on this benchmark0.221966
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1074317824
Optimality of the best value was proved YES
Number of variables113
Total number of constraints54
Number of constraints which are clauses15
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints33
Minimum length of a constraint5
Maximum length of a constraint101
Number of terms in the objective function 31
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 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 1073741824
Number of bits of the biggest number in a constraint 31
Biggest sum of numbers in a constraint 3223595007
Number of bits of the biggest sum of numbers32
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.14	c no version file found!!!
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 1651659224
0.09/0.14	c Max memory 1654456320
0.09/0.14	c Total memory 1654456320
0.09/0.14	c Number of processors 2
0.09/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.09/0.20	--- Begin Solver configuration ---
0.09/0.20	c Stops conflict analysis at the first Unique Implication Point
0.09/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.09/0.20	c Learn all clauses as in MiniSAT
0.09/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.09/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.09/0.20	c No reason simplification
0.09/0.20	c --- End Solver configuration ---
0.09/0.20	c Simplify asserted PB constraints to clauses
0.09/0.20	c solving /tmp/evaluation/365681-1177051511/instance-365681-1177051511.opb
0.09/0.20	c reading problem ... 
0.21/0.29	c ... done. Wall clock time 0.091s.
0.21/0.29	c CPU time (experimental) 0.24s.
0.21/0.29	c #vars     113
0.21/0.29	c #constraints  71
5.66/4.28	c SATISFIABLE
5.66/4.28	c OPTIMIZING...
5.66/4.28	c Got one! Elapsed wall clock time (in seconds):4.086
5.66/4.28	o 1074537984
6.46/4.76	c Got one! Elapsed wall clock time (in seconds):4.563
6.46/4.76	o 1074457600
7.11/5.32	c Got one! Elapsed wall clock time (in seconds):5.124
7.11/5.32	o 1074407424
7.93/6.10	c Got one! Elapsed wall clock time (in seconds):5.905
7.93/6.10	o 1074360832
8.55/6.67	c Got one! Elapsed wall clock time (in seconds):6.476
8.55/6.67	o 1074350592
9.28/7.32	c Got one! Elapsed wall clock time (in seconds):7.121
9.28/7.32	o 1074348544
9.48/7.60	c Got one! Elapsed wall clock time (in seconds):7.404
9.48/7.60	o 1074329088
10.72/8.78	c Got one! Elapsed wall clock time (in seconds):8.586
10.72/8.78	o 1074317824
19.97/17.90	c starts		: 17
19.97/17.90	c conflicts		: 2622
19.97/17.90	c decisions		: 5520
19.97/17.90	c propagations		: 58362
19.97/17.90	c inspects		: 6561413
19.97/17.90	c learnt literals	: 0
19.97/17.90	c learnt binary clauses	: 0
19.97/17.90	c learnt ternary clauses	: 0
19.97/17.90	c learnt clauses	: 2621
19.97/17.90	c root simplifications	: 0
19.97/17.90	c removed literals (reason simplification)	: 0
19.97/17.90	c reason swapping (by a shorter reason)	: 0
19.97/17.90	c Calls to reduceDB	: 0
19.97/17.90	c speed (decisions/second)	: 605.7280807637442
19.97/17.90	c non guided choices	0
19.97/17.90	s OPTIMUM FOUND
20.07/17.90	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 x9 -x10 -x11 -x12 x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28
20.07/17.90	v -x29 -x30 -x31 -x32 -x33 -x34 -x35 x36 -x37 -x38 -x39 -x40 -x41 x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 x51 -x52 -x53 -x54
20.07/17.90	v -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 x68 -x69 -x70 -x71 -x72 x73 x74 x75 -x76 x77 -x78 -x79 x80 -x81
20.07/17.90	v x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 x92 -x93 x94 -x95 -x96 x97 x98 -x99 -x100 -x101 x102 -x103 -x104 -x105 -x106
20.07/17.90	v -x107 -x108 -x109 -x110 -x111 -x112 x113
20.07/17.90	c objective function=1074317824
20.07/17.90	c Total wall clock time (ms): 17.702

Verifier Data (download as text)

OK	1074317824

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node71/watcher-365681-1177051511 -o ROOT/results/node71/solver-365681-1177051511 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/365681-1177051511/sat4jPseudoCPClause.jar /tmp/evaluation/365681-1177051511/instance-365681-1177051511.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): 3600 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.07 1.03 1.05 2/64 28864
/proc/meminfo: memFree=1104584/2055920 swapFree=4184232/4192956
[pid=28864] ppid=28862 vsize=152 CPUtime=0
/proc/28864/stat : 28864 (java) R 28862 28864 9755 0 -1 0 204 0 0 0 0 0 0 0 18 0 1 0 181140379 155648 26 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 7205668 0 0 4096 0 0 0 0 17 1 0 0
/proc/28864/statm: 38 26 19 9 0 4 0

[startup+0.00936895 s]
/proc/loadavg: 1.07 1.03 1.05 2/64 28864
/proc/meminfo: memFree=1104584/2055920 swapFree=4184232/4192956
[pid=28864] ppid=28862 vsize=12056 CPUtime=0
/proc/28864/stat : 28864 (java) R 28862 28864 9755 0 -1 0 593 0 0 0 0 0 0 0 18 0 1 0 181140379 12345344 401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 7177002 0 0 4096 0 0 0 0 17 1 0 0
/proc/28864/statm: 3014 407 140 9 0 1148 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12056

[startup+0.101389 s]
/proc/loadavg: 1.07 1.03 1.05 2/64 28864
/proc/meminfo: memFree=1104584/2055920 swapFree=4184232/4192956
[pid=28864] ppid=28862 vsize=1780260 CPUtime=0.09
/proc/28864/stat : 28864 (java) S 28862 28864 9755 0 -1 0 4017 0 1 0 7 2 0 0 18 0 12 0 181140379 1822986240 3759 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28864/statm: 445065 3759 1124 9 0 442683 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780260

[startup+0.301417 s]
/proc/loadavg: 1.07 1.03 1.05 2/64 28864
/proc/meminfo: memFree=1104584/2055920 swapFree=4184232/4192956
[pid=28864] ppid=28862 vsize=1782608 CPUtime=0.32
/proc/28864/stat : 28864 (java) S 28862 28864 9755 0 -1 0 5167 0 1 0 29 3 0 0 18 0 12 0 181140379 1825390592 4907 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28864/statm: 445652 4921 1270 9 0 443263 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1782608

[startup+0.70147 s]
/proc/loadavg: 1.07 1.03 1.05 2/64 28864
/proc/meminfo: memFree=1104584/2055920 swapFree=4184232/4192956
[pid=28864] ppid=28862 vsize=1785512 CPUtime=1
/proc/28864/stat : 28864 (java) S 28862 28864 9755 0 -1 0 8319 0 1 0 95 5 0 0 18 0 13 0 181140379 1828364288 7281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28864/statm: 446378 7281 1307 9 0 443989 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 1785512

[startup+1.50259 s]
/proc/loadavg: 1.07 1.03 1.05 4/77 28877
/proc/meminfo: memFree=1068960/2055920 swapFree=4184232/4192956
[pid=28864] ppid=28862 vsize=1802572 CPUtime=2.57
/proc/28864/stat : 28864 (java) S 28862 28864 9755 0 -1 0 21119 0 1 0 246 11 0 0 18 0 13 0 181140379 1845833728 13598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28864/statm: 450643 13600 1317 9 0 448254 0
[pid=28864/tid=28866] ppid=28862 vsize=1802572 CPUtime=0.58
/proc/28864/task/28866/stat : 28866 (java) R 28862 28864 9755 0 -1 64 7797 0 1 0 54 4 0 0 23 0 13 0 181140380 1845833728 13602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109528171 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28864/tid=28867] ppid=28862 vsize=1802572 CPUtime=0
/proc/28864/task/28867/stat : 28867 (java) S 28862 28864 9755 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 181140381 1845833728 13604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28868] ppid=28862 vsize=1802572 CPUtime=0
/proc/28864/task/28868/stat : 28868 (java) S 28862 28864 9755 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 181140381 1845833728 13606 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28864/tid=28869] ppid=28862 vsize=1802572 CPUtime=0
/proc/28864/task/28869/stat : 28869 (java) S 28862 28864 9755 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 181140383 1845833728 13608 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28870] ppid=28862 vsize=1802572 CPUtime=0
/proc/28864/task/28870/stat : 28870 (java) S 28862 28864 9755 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 181140384 1845833728 13611 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28871] ppid=28862 vsize=1802572 CPUtime=0
/proc/28864/task/28871/stat : 28871 (java) S 28862 28864 9755 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 181140384 1845833728 13612 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28872] ppid=28862 vsize=1802572 CPUtime=0
/proc/28864/task/28872/stat : 28872 (java) S 28862 28864 9755 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 181140387 1845833728 13614 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28873] ppid=28862 vsize=1802572 CPUtime=0.98
/proc/28864/task/28873/stat : 28873 (java) S 28862 28864 9755 0 -1 64 5721 0 0 0 96 2 0 0 17 0 13 0 181140387 1845833728 13616 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28864/tid=28874] ppid=28862 vsize=1802572 CPUtime=0.99
/proc/28864/task/28874/stat : 28874 (java) R 28862 28864 9755 0 -1 64 6884 0 0 0 95 4 0 0 18 0 13 0 181140388 1845833728 13619 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104723621 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28875] ppid=28862 vsize=1802572 CPUtime=0
/proc/28864/task/28875/stat : 28875 (java) S 28862 28864 9755 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 181140388 1845833728 13620 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28876] ppid=28862 vsize=1802572 CPUtime=0
/proc/28864/task/28876/stat : 28876 (java) R 28862 28864 9755 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 181140388 1845833728 13623 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28877] ppid=28862 vsize=1802572 CPUtime=0
/proc/28864/task/28877/stat : 28877 (java) S 28862 28864 9755 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 181140410 1845833728 13624 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 1802572

[startup+3.10279 s]
/proc/loadavg: 1.06 1.03 1.05 3/77 28877
/proc/meminfo: memFree=995296/2055920 swapFree=4184232/4192956
[pid=28864] ppid=28862 vsize=1802172 CPUtime=4.54
/proc/28864/stat : 28864 (java) S 28862 28864 9755 0 -1 0 51780 0 1 0 431 23 0 0 18 0 13 0 181140379 1845424128 44155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28864/statm: 450543 44155 1326 9 0 448154 0
[pid=28864/tid=28866] ppid=28862 vsize=1802172 CPUtime=2.02
/proc/28864/task/28866/stat : 28866 (java) R 28862 28864 9755 0 -1 64 37733 0 1 0 187 15 0 0 25 0 13 0 181140380 1845424128 44155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109528207 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28864/tid=28867] ppid=28862 vsize=1802172 CPUtime=0.01
/proc/28864/task/28867/stat : 28867 (java) S 28862 28864 9755 0 -1 64 294 0 0 0 1 0 0 0 16 0 13 0 181140381 1845424128 44155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28868] ppid=28862 vsize=1802172 CPUtime=0.01
/proc/28864/task/28868/stat : 28868 (java) S 28862 28864 9755 0 -1 64 311 0 0 0 1 0 0 0 16 0 13 0 181140381 1845424128 44155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28864/tid=28869] ppid=28862 vsize=1802172 CPUtime=0
/proc/28864/task/28869/stat : 28869 (java) S 28862 28864 9755 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 181140383 1845424128 44155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28870] ppid=28862 vsize=1802172 CPUtime=0
/proc/28864/task/28870/stat : 28870 (java) S 28862 28864 9755 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 181140384 1845424128 44155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28871] ppid=28862 vsize=1802172 CPUtime=0
/proc/28864/task/28871/stat : 28871 (java) S 28862 28864 9755 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 181140384 1845424128 44155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28872] ppid=28862 vsize=1802172 CPUtime=0
/proc/28864/task/28872/stat : 28872 (java) S 28862 28864 9755 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 181140387 1845424128 44155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28873] ppid=28862 vsize=1802172 CPUtime=1.19
/proc/28864/task/28873/stat : 28873 (java) S 28862 28864 9755 0 -1 64 5751 0 0 0 117 2 0 0 16 0 13 0 181140387 1845424128 44155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28864/tid=28874] ppid=28862 vsize=1802172 CPUtime=1.28
/proc/28864/task/28874/stat : 28874 (java) S 28862 28864 9755 0 -1 64 6963 0 0 0 124 4 0 0 16 0 13 0 181140388 1845424128 44155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28875] ppid=28862 vsize=1802172 CPUtime=0
/proc/28864/task/28875/stat : 28875 (java) S 28862 28864 9755 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 181140388 1845424128 44155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28876] ppid=28862 vsize=1802172 CPUtime=0
/proc/28864/task/28876/stat : 28876 (java) S 28862 28864 9755 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 181140388 1845424128 44155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28877] ppid=28862 vsize=1802172 CPUtime=0
/proc/28864/task/28877/stat : 28877 (java) S 28862 28864 9755 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 181140410 1845424128 44155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.54
Current children cumulated vsize (KiB) 1802172

[startup+6.30224 s]
/proc/loadavg: 1.06 1.03 1.05 2/77 28880
/proc/meminfo: memFree=927824/2055920 swapFree=4184232/4192956
[pid=28864] ppid=28862 vsize=1799144 CPUtime=8.24
/proc/28864/stat : 28864 (java) S 28862 28864 9755 0 -1 0 54696 0 1 0 800 24 0 0 18 0 13 0 181140379 1842323456 45828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28864/statm: 449786 45828 1332 9 0 447397 0
[pid=28864/tid=28866] ppid=28862 vsize=1799144 CPUtime=5.11
/proc/28864/task/28866/stat : 28866 (java) R 28862 28864 9755 0 -1 64 37748 0 1 0 496 15 0 0 18 0 13 0 181140380 1842323456 45828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109635976 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28867] ppid=28862 vsize=1799144 CPUtime=0.06
/proc/28864/task/28867/stat : 28867 (java) S 28862 28864 9755 0 -1 64 1531 0 0 0 6 0 0 0 16 0 13 0 181140381 1842323456 45828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28868] ppid=28862 vsize=1799144 CPUtime=0.06
/proc/28864/task/28868/stat : 28868 (java) S 28862 28864 9755 0 -1 64 1510 0 0 0 6 0 0 0 16 0 13 0 181140381 1842323456 45828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28864/tid=28869] ppid=28862 vsize=1799144 CPUtime=0
/proc/28864/task/28869/stat : 28869 (java) S 28862 28864 9755 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 181140383 1842323456 45828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28870] ppid=28862 vsize=1799144 CPUtime=0
/proc/28864/task/28870/stat : 28870 (java) S 28862 28864 9755 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 181140384 1842323456 45828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28871] ppid=28862 vsize=1799144 CPUtime=0
/proc/28864/task/28871/stat : 28871 (java) S 28862 28864 9755 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 181140384 1842323456 45828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28872] ppid=28862 vsize=1799144 CPUtime=0
/proc/28864/task/28872/stat : 28872 (java) S 28862 28864 9755 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 181140387 1842323456 45828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28873] ppid=28862 vsize=1799144 CPUtime=1.33
/proc/28864/task/28873/stat : 28873 (java) R 28862 28864 9755 0 -1 64 5755 0 0 0 131 2 0 0 17 0 13 0 181140387 1842323456 45828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103314059 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28864/tid=28874] ppid=28862 vsize=1799144 CPUtime=1.61
/proc/28864/task/28874/stat : 28874 (java) S 28862 28864 9755 0 -1 64 7412 0 0 0 157 4 0 0 17 0 13 0 181140388 1842323456 45828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28875] ppid=28862 vsize=1799144 CPUtime=0
/proc/28864/task/28875/stat : 28875 (java) S 28862 28864 9755 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 181140388 1842323456 45828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28876] ppid=28862 vsize=1799144 CPUtime=0
/proc/28864/task/28876/stat : 28876 (java) S 28862 28864 9755 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 181140388 1842323456 45828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.24
Current children cumulated vsize (KiB) 1799144

[startup+12.7021 s]
/proc/loadavg: 1.05 1.03 1.04 2/77 28885
/proc/meminfo: memFree=914632/2055920 swapFree=4184232/4192956
[pid=28864] ppid=28862 vsize=1795148 CPUtime=14.78
/proc/28864/stat : 28864 (java) S 28862 28864 9755 0 -1 0 60254 0 1 0 1451 27 0 0 18 0 13 0 181140379 1838231552 48548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28864/statm: 448787 48548 1333 9 0 446398 0
[pid=28864/tid=28866] ppid=28862 vsize=1795148 CPUtime=11.37
/proc/28864/task/28866/stat : 28866 (java) R 28862 28864 9755 0 -1 64 37756 0 1 0 1122 15 0 0 25 0 13 0 181140380 1838231552 48548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109517881 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28864/tid=28867] ppid=28862 vsize=1795148 CPUtime=0.19
/proc/28864/task/28867/stat : 28867 (java) S 28862 28864 9755 0 -1 64 4419 0 0 0 17 2 0 0 16 0 13 0 181140381 1838231552 48548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28868] ppid=28862 vsize=1795148 CPUtime=0.18
/proc/28864/task/28868/stat : 28868 (java) S 28862 28864 9755 0 -1 64 4141 0 0 0 17 1 0 0 16 0 13 0 181140381 1838231552 48548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28864/tid=28869] ppid=28862 vsize=1795148 CPUtime=0
/proc/28864/task/28869/stat : 28869 (java) S 28862 28864 9755 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 181140383 1838231552 48548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28870] ppid=28862 vsize=1795148 CPUtime=0
/proc/28864/task/28870/stat : 28870 (java) S 28862 28864 9755 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 181140384 1838231552 48548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28871] ppid=28862 vsize=1795148 CPUtime=0
/proc/28864/task/28871/stat : 28871 (java) S 28862 28864 9755 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 181140384 1838231552 48548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28872] ppid=28862 vsize=1795148 CPUtime=0
/proc/28864/task/28872/stat : 28872 (java) S 28862 28864 9755 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 181140387 1838231552 48548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28873] ppid=28862 vsize=1795148 CPUtime=1.35
/proc/28864/task/28873/stat : 28873 (java) S 28862 28864 9755 0 -1 64 5759 0 0 0 133 2 0 0 16 0 13 0 181140387 1838231552 48548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28874] ppid=28862 vsize=1795148 CPUtime=1.62
/proc/28864/task/28874/stat : 28874 (java) S 28862 28864 9755 0 -1 64 7412 0 0 0 158 4 0 0 16 0 13 0 181140388 1838231552 48548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28875] ppid=28862 vsize=1795148 CPUtime=0
/proc/28864/task/28875/stat : 28875 (java) S 28862 28864 9755 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 181140388 1838231552 48548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28876] ppid=28862 vsize=1795148 CPUtime=0
/proc/28864/task/28876/stat : 28876 (java) S 28862 28864 9755 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 181140388 1838231552 48548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28864/tid=28885] ppid=28862 vsize=1795148 CPUtime=0
/proc/28864/task/28885/stat : 28885 (java) S 28862 28864 9755 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 181141257 1838231552 48548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.78
Current children cumulated vsize (KiB) 1795148

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

[startup+15.9015 s]
/proc/loadavg: 1.05 1.03 1.04 2/77 28885
/proc/meminfo: memFree=900232/2055920 swapFree=4184232/4192956
[pid=28864] ppid=28862 vsize=1795148 CPUtime=18.05
/proc/28864/stat : 28864 (java) S 28862 28864 9755 0 -1 0 64077 0 1 0 1777 28 0 0 18 0 13 0 181140379 1838231552 52202 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28864/statm: 448787 52202 1333 9 0 446398 0
[pid=28864/tid=28866] ppid=28862 vsize=1795148 CPUtime=14.54
/proc/28864/task/28866/stat : 28866 (java) R 28862 28864 9755 0 -1 64 39873 0 1 0 1438 16 0 0 23 0 13 0 181140380 1838231552 52202 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109563263 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28864/tid=28867] ppid=28862 vsize=1795148 CPUtime=0.22
/proc/28864/task/28867/stat : 28867 (java) S 28862 28864 9755 0 -1 64 5283 0 0 0 20 2 0 0 16 0 13 0 181140381 1838231552 52202 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28868] ppid=28862 vsize=1795148 CPUtime=0.23
/proc/28864/task/28868/stat : 28868 (java) S 28862 28864 9755 0 -1 64 4983 0 0 0 21 2 0 0 16 0 13 0 181140381 1838231552 52202 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28864/tid=28869] ppid=28862 vsize=1795148 CPUtime=0
/proc/28864/task/28869/stat : 28869 (java) S 28862 28864 9755 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 181140383 1838231552 52202 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28870] ppid=28862 vsize=1795148 CPUtime=0
/proc/28864/task/28870/stat : 28870 (java) S 28862 28864 9755 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 181140384 1838231552 52202 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28871] ppid=28862 vsize=1795148 CPUtime=0
/proc/28864/task/28871/stat : 28871 (java) S 28862 28864 9755 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 181140384 1838231552 52202 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28872] ppid=28862 vsize=1795148 CPUtime=0
/proc/28864/task/28872/stat : 28872 (java) S 28862 28864 9755 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 181140387 1838231552 52202 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28873] ppid=28862 vsize=1795148 CPUtime=1.37
/proc/28864/task/28873/stat : 28873 (java) S 28862 28864 9755 0 -1 64 5759 0 0 0 135 2 0 0 16 0 13 0 181140387 1838231552 52202 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28874] ppid=28862 vsize=1795148 CPUtime=1.64
/proc/28864/task/28874/stat : 28874 (java) S 28862 28864 9755 0 -1 64 7412 0 0 0 160 4 0 0 16 0 13 0 181140388 1838231552 52202 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28875] ppid=28862 vsize=1795148 CPUtime=0
/proc/28864/task/28875/stat : 28875 (java) S 28862 28864 9755 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 181140388 1838231552 52202 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28876] ppid=28862 vsize=1795148 CPUtime=0
/proc/28864/task/28876/stat : 28876 (java) S 28862 28864 9755 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 181140388 1838231552 52202 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28864/tid=28885] ppid=28862 vsize=1795148 CPUtime=0
/proc/28864/task/28885/stat : 28885 (java) S 28862 28864 9755 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 181141257 1838231552 52202 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 18.05
Current children cumulated vsize (KiB) 1795148

[startup+16.7016 s]
/proc/loadavg: 1.05 1.03 1.04 2/77 28885
/proc/meminfo: memFree=900232/2055920 swapFree=4184232/4192956
[pid=28864] ppid=28862 vsize=1795148 CPUtime=18.85
/proc/28864/stat : 28864 (java) S 28862 28864 9755 0 -1 0 64077 0 1 0 1857 28 0 0 18 0 13 0 181140379 1838231552 52202 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28864/statm: 448787 52202 1333 9 0 446398 0
[pid=28864/tid=28866] ppid=28862 vsize=1795148 CPUtime=15.34
/proc/28864/task/28866/stat : 28866 (java) R 28862 28864 9755 0 -1 64 39873 0 1 0 1518 16 0 0 25 0 13 0 181140380 1838231552 52202 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109514630 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28864/tid=28867] ppid=28862 vsize=1795148 CPUtime=0.22
/proc/28864/task/28867/stat : 28867 (java) S 28862 28864 9755 0 -1 64 5283 0 0 0 20 2 0 0 16 0 13 0 181140381 1838231552 52202 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28868] ppid=28862 vsize=1795148 CPUtime=0.23
/proc/28864/task/28868/stat : 28868 (java) S 28862 28864 9755 0 -1 64 4983 0 0 0 21 2 0 0 16 0 13 0 181140381 1838231552 52202 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28864/tid=28869] ppid=28862 vsize=1795148 CPUtime=0
/proc/28864/task/28869/stat : 28869 (java) S 28862 28864 9755 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 181140383 1838231552 52202 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28870] ppid=28862 vsize=1795148 CPUtime=0
/proc/28864/task/28870/stat : 28870 (java) S 28862 28864 9755 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 181140384 1838231552 52202 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28871] ppid=28862 vsize=1795148 CPUtime=0
/proc/28864/task/28871/stat : 28871 (java) S 28862 28864 9755 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 181140384 1838231552 52202 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28872] ppid=28862 vsize=1795148 CPUtime=0
/proc/28864/task/28872/stat : 28872 (java) S 28862 28864 9755 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 181140387 1838231552 52202 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28873] ppid=28862 vsize=1795148 CPUtime=1.37
/proc/28864/task/28873/stat : 28873 (java) S 28862 28864 9755 0 -1 64 5759 0 0 0 135 2 0 0 16 0 13 0 181140387 1838231552 52202 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28874] ppid=28862 vsize=1795148 CPUtime=1.64
/proc/28864/task/28874/stat : 28874 (java) S 28862 28864 9755 0 -1 64 7412 0 0 0 160 4 0 0 16 0 13 0 181140388 1838231552 52202 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28875] ppid=28862 vsize=1795148 CPUtime=0
/proc/28864/task/28875/stat : 28875 (java) S 28862 28864 9755 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 181140388 1838231552 52202 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28876] ppid=28862 vsize=1795148 CPUtime=0
/proc/28864/task/28876/stat : 28876 (java) S 28862 28864 9755 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 181140388 1838231552 52202 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28864/tid=28885] ppid=28862 vsize=1795148 CPUtime=0
/proc/28864/task/28885/stat : 28885 (java) S 28862 28864 9755 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 181141257 1838231552 52202 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 18.85
Current children cumulated vsize (KiB) 1795148

[startup+17.5018 s]
/proc/loadavg: 1.05 1.03 1.04 2/77 28885
/proc/meminfo: memFree=898632/2055920 swapFree=4184232/4192956
[pid=28864] ppid=28862 vsize=1795148 CPUtime=19.68
/proc/28864/stat : 28864 (java) S 28862 28864 9755 0 -1 0 64553 0 1 0 1939 29 0 0 18 0 13 0 181140379 1838231552 52596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28864/statm: 448787 52596 1333 9 0 446398 0
[pid=28864/tid=28866] ppid=28862 vsize=1795148 CPUtime=16.13
/proc/28864/task/28866/stat : 28866 (java) R 28862 28864 9755 0 -1 64 39874 0 1 0 1597 16 0 0 21 0 13 0 181140380 1838231552 52596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109517878 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28864/tid=28867] ppid=28862 vsize=1795148 CPUtime=0.24
/proc/28864/task/28867/stat : 28867 (java) S 28862 28864 9755 0 -1 64 5580 0 0 0 22 2 0 0 16 0 13 0 181140381 1838231552 52596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28868] ppid=28862 vsize=1795148 CPUtime=0.24
/proc/28864/task/28868/stat : 28868 (java) S 28862 28864 9755 0 -1 64 5161 0 0 0 22 2 0 0 16 0 13 0 181140381 1838231552 52596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28864/tid=28869] ppid=28862 vsize=1795148 CPUtime=0
/proc/28864/task/28869/stat : 28869 (java) S 28862 28864 9755 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 181140383 1838231552 52596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28870] ppid=28862 vsize=1795148 CPUtime=0
/proc/28864/task/28870/stat : 28870 (java) S 28862 28864 9755 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 181140384 1838231552 52596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28871] ppid=28862 vsize=1795148 CPUtime=0
/proc/28864/task/28871/stat : 28871 (java) S 28862 28864 9755 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 181140384 1838231552 52596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28872] ppid=28862 vsize=1795148 CPUtime=0
/proc/28864/task/28872/stat : 28872 (java) S 28862 28864 9755 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 181140387 1838231552 52596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28873] ppid=28862 vsize=1795148 CPUtime=1.37
/proc/28864/task/28873/stat : 28873 (java) S 28862 28864 9755 0 -1 64 5759 0 0 0 135 2 0 0 16 0 13 0 181140387 1838231552 52596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28874] ppid=28862 vsize=1795148 CPUtime=1.64
/proc/28864/task/28874/stat : 28874 (java) S 28862 28864 9755 0 -1 64 7412 0 0 0 160 4 0 0 16 0 13 0 181140388 1838231552 52596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28875] ppid=28862 vsize=1795148 CPUtime=0
/proc/28864/task/28875/stat : 28875 (java) S 28862 28864 9755 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 181140388 1838231552 52596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28876] ppid=28862 vsize=1795148 CPUtime=0
/proc/28864/task/28876/stat : 28876 (java) S 28862 28864 9755 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 181140388 1838231552 52596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28864/tid=28885] ppid=28862 vsize=1795148 CPUtime=0
/proc/28864/task/28885/stat : 28885 (java) S 28862 28864 9755 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 181141257 1838231552 52596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 19.68
Current children cumulated vsize (KiB) 1795148

[startup+17.9018 s]
/proc/loadavg: 1.05 1.03 1.04 2/77 28885
/proc/meminfo: memFree=898632/2055920 swapFree=4184232/4192956
[pid=28864] ppid=28862 vsize=1795148 CPUtime=20.07
/proc/28864/stat : 28864 (java) S 28862 28864 9755 0 -1 0 64557 0 1 0 1978 29 0 0 18 0 13 0 181140379 1838231552 52599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28864/statm: 448787 52599 1333 9 0 446398 0
[pid=28864/tid=28866] ppid=28862 vsize=1795148 CPUtime=16.52
/proc/28864/task/28866/stat : 28866 (java) S 28862 28864 9755 0 -1 64 39878 0 1 0 1636 16 0 0 17 0 13 0 181140380 1838231552 52599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28864/tid=28867] ppid=28862 vsize=1795148 CPUtime=0.24
/proc/28864/task/28867/stat : 28867 (java) S 28862 28864 9755 0 -1 64 5580 0 0 0 22 2 0 0 16 0 13 0 181140381 1838231552 52599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28868] ppid=28862 vsize=1795148 CPUtime=0.24
/proc/28864/task/28868/stat : 28868 (java) S 28862 28864 9755 0 -1 64 5161 0 0 0 22 2 0 0 16 0 13 0 181140381 1838231552 52599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28864/tid=28869] ppid=28862 vsize=1795148 CPUtime=0
/proc/28864/task/28869/stat : 28869 (java) S 28862 28864 9755 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 181140383 1838231552 52599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28870] ppid=28862 vsize=1795148 CPUtime=0
/proc/28864/task/28870/stat : 28870 (java) S 28862 28864 9755 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 181140384 1838231552 52599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28871] ppid=28862 vsize=1795148 CPUtime=0
/proc/28864/task/28871/stat : 28871 (java) S 28862 28864 9755 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 181140384 1838231552 52599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28872] ppid=28862 vsize=1795148 CPUtime=0
/proc/28864/task/28872/stat : 28872 (java) S 28862 28864 9755 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 181140387 1838231552 52599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28873] ppid=28862 vsize=1795148 CPUtime=1.37
/proc/28864/task/28873/stat : 28873 (java) S 28862 28864 9755 0 -1 64 5759 0 0 0 135 2 0 0 16 0 13 0 181140387 1838231552 52599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28874] ppid=28862 vsize=1795148 CPUtime=1.64
/proc/28864/task/28874/stat : 28874 (java) S 28862 28864 9755 0 -1 64 7412 0 0 0 160 4 0 0 16 0 13 0 181140388 1838231552 52599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28875] ppid=28862 vsize=1795148 CPUtime=0
/proc/28864/task/28875/stat : 28875 (java) S 28862 28864 9755 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 181140388 1838231552 52599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28864/tid=28876] ppid=28862 vsize=1795148 CPUtime=0
/proc/28864/task/28876/stat : 28876 (java) S 28862 28864 9755 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 181140388 1838231552 52599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.07
Current children cumulated vsize (KiB) 1795148

Child status: 30
Real time (s): 17.9859
CPU time (s): 20.1109
CPU user time (s): 19.788
CPU system time (s): 0.32295
CPU usage (%): 111.815
Max. virtual memory (cumulated for all children) (KiB): 1803828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.788
system time used= 0.32295
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64560
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= 1170
involuntary context switches= 906

runsolver used 0.021996 second user time and 0.056991 second system time

The end

Launcher Data (download as text)

Begin job on node71 on Fri Apr 20 06:45:11 UTC 2007

IDJOB= 365681
IDBENCH= 2485
IDSOLVER= 164
FILE ID= node71/365681-1177051511

PBS_JOBID= 4640135

Free space on /tmp= 66443 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-misc01.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/365681-1177051511/sat4jPseudoCPClause.jar /tmp/evaluation/365681-1177051511/instance-365681-1177051511.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node71/watcher-365681-1177051511 -o ROOT/results/node71/solver-365681-1177051511 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/365681-1177051511/sat4jPseudoCPClause.jar /tmp/evaluation/365681-1177051511/instance-365681-1177051511.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  4e08c098e45fba5de8abfdff758a82bc

RANDOM SEED= 225069591

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node71.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.234
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.234
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1104928 kB
Buffers:         67496 kB
Cached:         795252 kB
SwapCached:       2620 kB
Active:         246752 kB
Inactive:       631640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1104928 kB
SwapTotal:     4192956 kB
SwapFree:      4184232 kB
Dirty:            3784 kB
Writeback:           0 kB
Mapped:          20836 kB
Slab:            58556 kB
Committed_AS:  3528944 kB
PageTables:       1460 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66443 MiB

End job on node71 on Fri Apr 20 06:45:29 UTC 2007