Trace number 2670221

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 CuttingPlanes 2.2.0 2010-05-26OPT-12 13.013 9.77546

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_50_10_4.opb
MD5SUM3e57d3cba1755ede057d969ec9fbcff0
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-12
Best CPU time to get the best result obtained on this benchmark0.460929
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -12
Optimality of the best value was proved YES
Number of variables50
Total number of constraints50
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints50
Minimum length of a constraint10
Maximum length of a constraint16
Number of terms in the objective function 50
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 50
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)614
Sum of products size (including duplicates)1228
Number of different products307
Sum of products size614

Quality of the solution as a function of time


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

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.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.21	c No reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c solving HOME/instance-2670221-1276711553.opb
0.24/0.21	c reading problem ... 
0.37/0.38	c ... done. Wall clock time 0.173s.
0.37/0.38	c #vars     357
0.37/0.38	c #constraints  921
0.37/0.38	c constraints type 
0.37/0.38	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 307
0.37/0.38	c org.sat4j.pb.constraints.pb.MaxWatchPb => 307
0.51/0.41	c SATISFIABLE
0.51/0.41	c OPTIMIZING...
0.51/0.41	c Got one! Elapsed wall clock time (in seconds):0.197
0.51/0.41	o -8
0.51/0.44	c Got one! Elapsed wall clock time (in seconds):0.231
0.51/0.44	o -9
0.72/0.53	c Got one! Elapsed wall clock time (in seconds):0.319
0.72/0.53	o -10
0.72/0.56	c Got one! Elapsed wall clock time (in seconds):0.346
0.72/0.56	o -11
0.86/1.27	c Got one! Elapsed wall clock time (in seconds):1.06
0.86/1.27	o -12
12.87/9.70	c starts		: 11
12.87/9.70	c conflicts		: 1720
12.87/9.70	c decisions		: 1852
12.87/9.70	c propagations		: 13642
12.87/9.70	c inspects		: 6259600
12.87/9.70	c learnt literals	: 0
12.87/9.70	c learnt binary clauses	: 0
12.87/9.70	c learnt ternary clauses	: 0
12.87/9.70	c learnt clauses	: 1719
12.87/9.70	c ignored clauses	: 0
12.87/9.70	c root simplifications	: 0
12.87/9.70	c removed literals (reason simplification)	: 0
12.87/9.70	c reason swapping (by a shorter reason)	: 0
12.87/9.70	c Calls to reduceDB	: 0
12.87/9.70	c number of reductions to clauses (during analyze)	: 0
12.87/9.70	c number of learned constraints concerned by reduction	: 0
12.87/9.70	c number of learning phase by resolution	: 0
12.87/9.70	c number of learning phase by cutting planes	: 0
12.99/9.70	c speed (assignments/second)	: 1618.8441912899016
12.99/9.70	c non guided choices	0
12.99/9.70	c learnt constraints type 
12.99/9.70	c constraints type 
12.99/9.70	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 307
12.99/9.70	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 0
12.99/9.70	c org.sat4j.pb.constraints.pb.MaxWatchPb => 307
12.99/9.70	s OPTIMUM FOUND
12.99/9.70	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 -x29 x30 -x31 x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 x43 -x44 x45 -x46 -x47 x48 x49 -x50 
12.99/9.70	c objective function=-12
12.99/9.70	c Total wall clock time (in seconds): 9.488

Verifier Data

OK	-12

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2670221-1276711553/watcher-2670221-1276711553 -o /tmp/evaluation-result-2670221-1276711553/solver-2670221-1276711553 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2670221-1276711553.opb 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 19058
/proc/meminfo: memFree=1819852/2059040 swapFree=4139796/4192956
[pid=19058] ppid=19056 vsize=1752 CPUtime=0
/proc/19058/stat : 19058 (java6) R 19056 19058 17977 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 0 12449060 1794048 78 1992294400 134512640 134550932 4291953600 18446744073709551615 4798896 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19058/statm: 438 80 64 10 0 30 0

[startup+0.0112931 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 19058
/proc/meminfo: memFree=1819852/2059040 swapFree=4139796/4192956
[pid=19058] ppid=19056 vsize=248 CPUtime=0
/proc/19058/stat : 19058 (java) R 19056 19058 17977 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 12449060 253952 29 1992294400 134512640 134550932 4290762032 18446744073709551615 4846046 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19058/statm: 62 29 21 10 0 23 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 248

[startup+0.103269 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 19058
/proc/meminfo: memFree=1819852/2059040 swapFree=4139796/4192956
[pid=19058] ppid=19056 vsize=1525208 CPUtime=0.09
/proc/19058/stat : 19058 (java) S 19056 19058 17977 0 -1 4202496 3967 0 1 0 7 2 0 0 18 0 12 0 12449060 1561812992 3405 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19058/statm: 381302 3405 1076 10 0 378604 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1525208

[startup+0.300302 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 19058
/proc/meminfo: memFree=1819852/2059040 swapFree=4139796/4192956
[pid=19058] ppid=19056 vsize=1526768 CPUtime=0.37
/proc/19058/stat : 19058 (java) S 19056 19058 17977 0 -1 4202496 5434 0 1 0 34 3 0 0 18 0 12 0 12449060 1563410432 4870 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19058/statm: 381692 4870 1364 10 0 378994 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526768

[startup+1.29443 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 19058
/proc/meminfo: memFree=1819852/2059040 swapFree=4139796/4192956
[pid=19058] ppid=19056 vsize=1538116 CPUtime=2.24
/proc/19058/stat : 19058 (java) S 19056 19058 17977 0 -1 4202496 17397 0 1 0 216 8 0 0 18 0 13 0 12449060 1575030784 15621 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19058/statm: 384529 15621 1412 10 0 381831 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 1538116

[startup+1.50142 s]
/proc/loadavg: 1.00 1.00 1.00 4/119 19071
/proc/meminfo: memFree=1747084/2059040 swapFree=4139796/4192956
[pid=19058] ppid=19056 vsize=1543332 CPUtime=2.67
/proc/19058/stat : 19058 (java) S 19056 19058 17977 0 -1 4202496 22403 0 1 0 256 11 0 0 18 0 13 0 12449060 1580371968 19649 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19058/statm: 385833 19650 1414 10 0 383135 0
[pid=19058/tid=19060] ppid=19056 vsize=1543332 CPUtime=1.32
/proc/19058/task/19060/stat : 19060 (java) R 19056 19058 17977 0 -1 4202560 14541 0 1 0 125 7 0 0 19 0 13 0 12449062 1580371968 19653 1992294400 134512640 134550932 4290762032 18446744073709551615 4109208054 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19058/tid=19061] ppid=19056 vsize=1543332 CPUtime=0
/proc/19058/task/19061/stat : 19061 (java) S 19056 19058 17977 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 13 0 12449063 1580371968 19654 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 1 0 0 0
[pid=19058/tid=19062] ppid=19056 vsize=1543332 CPUtime=0
/proc/19058/task/19062/stat : 19062 (java) S 19056 19058 17977 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 12449063 1580371968 19656 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 1 0 0 0
[pid=19058/tid=19063] ppid=19056 vsize=1543332 CPUtime=0
/proc/19058/task/19063/stat : 19063 (java) S 19056 19058 17977 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 12449065 1580371968 19656 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 0 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
[pid=19058/tid=19064] ppid=19056 vsize=1543332 CPUtime=0
/proc/19058/task/19064/stat : 19064 (java) S 19056 19058 17977 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 12449065 1580371968 19657 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
[pid=19058/tid=19065] ppid=19056 vsize=1543332 CPUtime=0
/proc/19058/task/19065/stat : 19065 (java) S 19056 19058 17977 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 12449065 1580371968 19657 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
[pid=19058/tid=19066] ppid=19056 vsize=1543332 CPUtime=0
/proc/19058/task/19066/stat : 19066 (java) S 19056 19058 17977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 12449070 1580371968 19658 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
[pid=19058/tid=19067] ppid=19056 vsize=1543332 CPUtime=0.22
/proc/19058/task/19067/stat : 19067 (java) R 19056 19058 17977 0 -1 4202560 624 0 0 0 22 0 0 0 23 0 13 0 12449070 1580371968 19658 1992294400 134512640 134550932 4290762032 18446744073709551615 5346055 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19058/tid=19068] ppid=19056 vsize=1543332 CPUtime=1.09
/proc/19058/task/19068/stat : 19068 (java) R 19056 19058 17977 0 -1 4202560 6172 0 0 0 107 2 0 0 16 0 13 0 12449070 1580371968 19659 1992294400 134512640 134550932 4290762032 18446744073709551615 104163918 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19058/tid=19069] ppid=19056 vsize=1543332 CPUtime=0
/proc/19058/task/19069/stat : 19069 (java) S 19056 19058 17977 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 12449070 1580371968 19659 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
[pid=19058/tid=19070] ppid=19056 vsize=1543332 CPUtime=0
/proc/19058/task/19070/stat : 19070 (java) S 19056 19058 17977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 12449070 1580371968 19659 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
[pid=19058/tid=19071] ppid=19056 vsize=1543332 CPUtime=0
/proc/19058/task/19071/stat : 19071 (java) S 19056 19058 17977 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 12449100 1580371968 19660 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.67
Current children cumulated vsize (KiB) 1543332

[startup+3.10158 s]
/proc/loadavg: 1.00 1.00 1.00 6/119 19071
/proc/meminfo: memFree=1673428/2059040 swapFree=4139796/4192956
[pid=19058] ppid=19056 vsize=1541868 CPUtime=5.84
/proc/19058/stat : 19058 (java) S 19056 19058 17977 0 -1 4202496 45150 0 1 0 562 22 0 0 18 0 13 0 12449060 1578872832 38722 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19058/statm: 385467 38722 1437 10 0 382769 0
[pid=19058/tid=19060] ppid=19056 vsize=1541868 CPUtime=2.86
/proc/19058/task/19060/stat : 19060 (java) R 19056 19058 17977 0 -1 4202560 32063 0 1 0 271 15 0 0 18 0 13 0 12449062 1578872832 38722 1992294400 134512640 134550932 4290762032 18446744073709551615 103474836 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19058/tid=19061] ppid=19056 vsize=1541868 CPUtime=0.02
/proc/19058/task/19061/stat : 19061 (java) S 19056 19058 17977 0 -1 4202560 1056 0 0 0 2 0 0 0 15 0 13 0 12449063 1578872832 38722 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
[pid=19058/tid=19062] ppid=19056 vsize=1541868 CPUtime=0.01
/proc/19058/task/19062/stat : 19062 (java) S 19056 19058 17977 0 -1 4202560 513 0 0 0 1 0 0 0 16 0 13 0 12449063 1578872832 38722 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 1 0 0 0
[pid=19058/tid=19063] ppid=19056 vsize=1541868 CPUtime=0.01
/proc/19058/task/19063/stat : 19063 (java) S 19056 19058 17977 0 -1 4202560 14 0 0 0 0 1 0 0 15 0 13 0 12449065 1578872832 38722 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 0 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
[pid=19058/tid=19064] ppid=19056 vsize=1541868 CPUtime=0
/proc/19058/task/19064/stat : 19064 (java) S 19056 19058 17977 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 12449065 1578872832 38722 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
[pid=19058/tid=19065] ppid=19056 vsize=1541868 CPUtime=0
/proc/19058/task/19065/stat : 19065 (java) S 19056 19058 17977 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 12449065 1578872832 38722 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
[pid=19058/tid=19066] ppid=19056 vsize=1541868 CPUtime=0
/proc/19058/task/19066/stat : 19066 (java) S 19056 19058 17977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 12449070 1578872832 38722 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
[pid=19058/tid=19067] ppid=19056 vsize=1541868 CPUtime=0.24
/proc/19058/task/19067/stat : 19067 (java) R 19056 19058 17977 0 -1 4202560 628 0 0 0 24 0 0 0 23 0 13 0 12449070 1578872832 38722 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19058/tid=19068] ppid=19056 vsize=1541868 CPUtime=2.64
/proc/19058/task/19068/stat : 19068 (java) R 19056 19058 17977 0 -1 4202560 9809 0 0 0 261 3 0 0 18 0 13 0 12449070 1578872832 38722 1992294400 134512640 134550932 4290762032 18446744073709551615 102551687 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19058/tid=19069] ppid=19056 vsize=1541868 CPUtime=0
/proc/19058/task/19069/stat : 19069 (java) S 19056 19058 17977 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 12449070 1578872832 38722 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
[pid=19058/tid=19070] ppid=19056 vsize=1541868 CPUtime=0
/proc/19058/task/19070/stat : 19070 (java) S 19056 19058 17977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 12449070 1578872832 38722 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
[pid=19058/tid=19071] ppid=19056 vsize=1541868 CPUtime=0
/proc/19058/task/19071/stat : 19071 (java) S 19056 19058 17977 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 12449100 1578872832 38722 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.84
Current children cumulated vsize (KiB) 1541868

[startup+6.3019 s]
/proc/loadavg: 1.40 1.08 1.03 4/119 19071
/proc/meminfo: memFree=1662392/2059040 swapFree=4139796/4192956
[pid=19058] ppid=19056 vsize=1541804 CPUtime=9.51
/proc/19058/stat : 19058 (java) S 19056 19058 17977 0 -1 4202496 49009 0 1 0 927 24 0 0 18 0 13 0 12449060 1578807296 42112 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19058/statm: 385451 42112 1437 10 0 382753 0
[pid=19058/tid=19060] ppid=19056 vsize=1541804 CPUtime=5.98
/proc/19058/task/19060/stat : 19060 (java) R 19056 19058 17977 0 -1 4202560 32068 0 1 0 583 15 0 0 25 0 13 0 12449062 1578807296 42112 1992294400 134512640 134550932 4290762032 18446744073709551615 4109195818 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19058/tid=19061] ppid=19056 vsize=1541804 CPUtime=0.09
/proc/19058/task/19061/stat : 19061 (java) S 19056 19058 17977 0 -1 4202560 2898 0 0 0 9 0 0 0 16 0 13 0 12449063 1578807296 42112 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
[pid=19058/tid=19062] ppid=19056 vsize=1541804 CPUtime=0.07
/proc/19058/task/19062/stat : 19062 (java) S 19056 19058 17977 0 -1 4202560 2041 0 0 0 7 0 0 0 16 0 13 0 12449063 1578807296 42112 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 1 0 0 0
[pid=19058/tid=19063] ppid=19056 vsize=1541804 CPUtime=0.01
/proc/19058/task/19063/stat : 19063 (java) S 19056 19058 17977 0 -1 4202560 30 0 0 0 0 1 0 0 16 0 13 0 12449065 1578807296 42112 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 0 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
[pid=19058/tid=19064] ppid=19056 vsize=1541804 CPUtime=0
/proc/19058/task/19064/stat : 19064 (java) S 19056 19058 17977 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 12449065 1578807296 42112 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
[pid=19058/tid=19065] ppid=19056 vsize=1541804 CPUtime=0
/proc/19058/task/19065/stat : 19065 (java) S 19056 19058 17977 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 12449065 1578807296 42112 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
[pid=19058/tid=19066] ppid=19056 vsize=1541804 CPUtime=0
/proc/19058/task/19066/stat : 19066 (java) S 19056 19058 17977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 12449070 1578807296 42112 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
[pid=19058/tid=19067] ppid=19056 vsize=1541804 CPUtime=0.28
/proc/19058/task/19067/stat : 19067 (java) S 19056 19058 17977 0 -1 4202560 631 0 0 0 28 0 0 0 18 0 13 0 12449070 1578807296 42112 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 1 0 0 0
[pid=19058/tid=19068] ppid=19056 vsize=1541804 CPUtime=3
/proc/19058/task/19068/stat : 19068 (java) S 19056 19058 17977 0 -1 4202560 10274 0 0 0 297 3 0 0 15 0 13 0 12449070 1578807296 42112 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 1 0 0 0
[pid=19058/tid=19069] ppid=19056 vsize=1541804 CPUtime=0
/proc/19058/task/19069/stat : 19069 (java) S 19056 19058 17977 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 12449070 1578807296 42112 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
[pid=19058/tid=19070] ppid=19056 vsize=1541804 CPUtime=0
/proc/19058/task/19070/stat : 19070 (java) S 19056 19058 17977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 12449070 1578807296 42112 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
[pid=19058/tid=19071] ppid=19056 vsize=1541804 CPUtime=0
/proc/19058/task/19071/stat : 19071 (java) S 19056 19058 17977 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 12449100 1578807296 42112 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.51
Current children cumulated vsize (KiB) 1541804

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

[startup+6.80195 s]
/proc/loadavg: 1.40 1.08 1.03 4/119 19071
/proc/meminfo: memFree=1662392/2059040 swapFree=4139796/4192956
[pid=19058] ppid=19056 vsize=1541804 CPUtime=10.01
/proc/19058/stat : 19058 (java) S 19056 19058 17977 0 -1 4202496 49403 0 1 0 977 24 0 0 18 0 13 0 12449060 1578807296 42506 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19058/statm: 385451 42506 1437 10 0 382753 0
[pid=19058/tid=19060] ppid=19056 vsize=1541804 CPUtime=6.48
/proc/19058/task/19060/stat : 19060 (java) R 19056 19058 17977 0 -1 4202560 32463 0 1 0 633 15 0 0 25 0 13 0 12449062 1578807296 42507 1992294400 134512640 134550932 4290762032 18446744073709551615 4109189848 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19058/tid=19061] ppid=19056 vsize=1541804 CPUtime=0.09
/proc/19058/task/19061/stat : 19061 (java) S 19056 19058 17977 0 -1 4202560 2898 0 0 0 9 0 0 0 16 0 13 0 12449063 1578807296 42508 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
[pid=19058/tid=19062] ppid=19056 vsize=1541804 CPUtime=0.07
/proc/19058/task/19062/stat : 19062 (java) S 19056 19058 17977 0 -1 4202560 2041 0 0 0 7 0 0 0 16 0 13 0 12449063 1578807296 42510 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 1 0 0 0
[pid=19058/tid=19063] ppid=19056 vsize=1541804 CPUtime=0.01
/proc/19058/task/19063/stat : 19063 (java) S 19056 19058 17977 0 -1 4202560 30 0 0 0 0 1 0 0 16 0 13 0 12449065 1578807296 42512 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 0 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
[pid=19058/tid=19064] ppid=19056 vsize=1541804 CPUtime=0
/proc/19058/task/19064/stat : 19064 (java) S 19056 19058 17977 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 12449065 1578807296 42514 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
[pid=19058/tid=19065] ppid=19056 vsize=1541804 CPUtime=0
/proc/19058/task/19065/stat : 19065 (java) S 19056 19058 17977 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 12449065 1578807296 42515 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
[pid=19058/tid=19066] ppid=19056 vsize=1541804 CPUtime=0
/proc/19058/task/19066/stat : 19066 (java) S 19056 19058 17977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 12449070 1578807296 42517 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
[pid=19058/tid=19067] ppid=19056 vsize=1541804 CPUtime=0.28
/proc/19058/task/19067/stat : 19067 (java) S 19056 19058 17977 0 -1 4202560 631 0 0 0 28 0 0 0 18 0 13 0 12449070 1578807296 42518 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 1 0 0 0
[pid=19058/tid=19068] ppid=19056 vsize=1541804 CPUtime=3
/proc/19058/task/19068/stat : 19068 (java) S 19056 19058 17977 0 -1 4202560 10274 0 0 0 297 3 0 0 15 0 13 0 12449070 1578807296 42520 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 1 0 0 0
[pid=19058/tid=19069] ppid=19056 vsize=1541804 CPUtime=0
/proc/19058/task/19069/stat : 19069 (java) S 19056 19058 17977 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 12449070 1578807296 42522 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
[pid=19058/tid=19070] ppid=19056 vsize=1541804 CPUtime=0
/proc/19058/task/19070/stat : 19070 (java) S 19056 19058 17977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 12449070 1578807296 42523 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
[pid=19058/tid=19071] ppid=19056 vsize=1541804 CPUtime=0
/proc/19058/task/19071/stat : 19071 (java) S 19056 19058 17977 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 12449100 1578807296 42525 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.01
Current children cumulated vsize (KiB) 1541804

[startup+8.40111 s]
/proc/loadavg: 1.37 1.08 1.03 2/119 19071
/proc/meminfo: memFree=1637220/2059040 swapFree=4139796/4192956
[pid=19058] ppid=19056 vsize=1541804 CPUtime=11.64
/proc/19058/stat : 19058 (java) S 19056 19058 17977 0 -1 4202496 53831 0 1 0 1139 25 0 0 18 0 13 0 12449060 1578807296 46842 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19058/statm: 385451 46842 1437 10 0 382753 0
[pid=19058/tid=19060] ppid=19056 vsize=1541804 CPUtime=8.03
/proc/19058/task/19060/stat : 19060 (java) R 19056 19058 17977 0 -1 4202560 35212 0 1 0 787 16 0 0 25 0 13 0 12449062 1578807296 46842 1992294400 134512640 134550932 4290762032 18446744073709551615 4109207794 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19058/tid=19061] ppid=19056 vsize=1541804 CPUtime=0.14
/proc/19058/task/19061/stat : 19061 (java) S 19056 19058 17977 0 -1 4202560 3814 0 0 0 13 1 0 0 16 0 13 0 12449063 1578807296 46842 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
[pid=19058/tid=19062] ppid=19056 vsize=1541804 CPUtime=0.12
/proc/19058/task/19062/stat : 19062 (java) S 19056 19058 17977 0 -1 4202560 2803 0 0 0 11 1 0 0 16 0 13 0 12449063 1578807296 46842 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 1 0 0 0
[pid=19058/tid=19063] ppid=19056 vsize=1541804 CPUtime=0.01
/proc/19058/task/19063/stat : 19063 (java) S 19056 19058 17977 0 -1 4202560 30 0 0 0 0 1 0 0 15 0 13 0 12449065 1578807296 46842 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 0 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
[pid=19058/tid=19064] ppid=19056 vsize=1541804 CPUtime=0
/proc/19058/task/19064/stat : 19064 (java) S 19056 19058 17977 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 12449065 1578807296 46842 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
[pid=19058/tid=19065] ppid=19056 vsize=1541804 CPUtime=0
/proc/19058/task/19065/stat : 19065 (java) S 19056 19058 17977 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 12449065 1578807296 46842 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
[pid=19058/tid=19066] ppid=19056 vsize=1541804 CPUtime=0
/proc/19058/task/19066/stat : 19066 (java) S 19056 19058 17977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 12449070 1578807296 46842 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
[pid=19058/tid=19067] ppid=19056 vsize=1541804 CPUtime=0.28
/proc/19058/task/19067/stat : 19067 (java) S 19056 19058 17977 0 -1 4202560 631 0 0 0 28 0 0 0 18 0 13 0 12449070 1578807296 46842 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 1 0 0 0
[pid=19058/tid=19068] ppid=19056 vsize=1541804 CPUtime=3
/proc/19058/task/19068/stat : 19068 (java) S 19056 19058 17977 0 -1 4202560 10274 0 0 0 297 3 0 0 15 0 13 0 12449070 1578807296 46842 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 1 0 0 0
[pid=19058/tid=19069] ppid=19056 vsize=1541804 CPUtime=0
/proc/19058/task/19069/stat : 19069 (java) S 19056 19058 17977 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 12449070 1578807296 46842 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
[pid=19058/tid=19070] ppid=19056 vsize=1541804 CPUtime=0
/proc/19058/task/19070/stat : 19070 (java) S 19056 19058 17977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 12449070 1578807296 46842 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
[pid=19058/tid=19071] ppid=19056 vsize=1541804 CPUtime=0
/proc/19058/task/19071/stat : 19071 (java) S 19056 19058 17977 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 12449100 1578807296 46842 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.64
Current children cumulated vsize (KiB) 1541804

[startup+9.2012 s]
/proc/loadavg: 1.37 1.08 1.03 2/119 19071
/proc/meminfo: memFree=1635500/2059040 swapFree=4139796/4192956
[pid=19058] ppid=19056 vsize=1541804 CPUtime=12.46
/proc/19058/stat : 19058 (java) S 19056 19058 17977 0 -1 4202496 54286 0 1 0 1221 25 0 0 18 0 13 0 12449060 1578807296 47259 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19058/statm: 385451 47259 1437 10 0 382753 0
[pid=19058/tid=19060] ppid=19056 vsize=1541804 CPUtime=8.82
/proc/19058/task/19060/stat : 19060 (java) R 19056 19058 17977 0 -1 4202560 35213 0 1 0 866 16 0 0 25 0 13 0 12449062 1578807296 47259 1992294400 134512640 134550932 4290762032 18446744073709551615 4109207797 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19058/tid=19061] ppid=19056 vsize=1541804 CPUtime=0.16
/proc/19058/task/19061/stat : 19061 (java) S 19056 19058 17977 0 -1 4202560 4021 0 0 0 15 1 0 0 15 0 13 0 12449063 1578807296 47259 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
[pid=19058/tid=19062] ppid=19056 vsize=1541804 CPUtime=0.13
/proc/19058/task/19062/stat : 19062 (java) S 19056 19058 17977 0 -1 4202560 3050 0 0 0 12 1 0 0 16 0 13 0 12449063 1578807296 47259 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 1 0 0 0
[pid=19058/tid=19063] ppid=19056 vsize=1541804 CPUtime=0.02
/proc/19058/task/19063/stat : 19063 (java) S 19056 19058 17977 0 -1 4202560 30 0 0 0 1 1 0 0 16 0 13 0 12449065 1578807296 47259 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 0 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
[pid=19058/tid=19064] ppid=19056 vsize=1541804 CPUtime=0
/proc/19058/task/19064/stat : 19064 (java) S 19056 19058 17977 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 12449065 1578807296 47259 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
[pid=19058/tid=19065] ppid=19056 vsize=1541804 CPUtime=0
/proc/19058/task/19065/stat : 19065 (java) S 19056 19058 17977 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 12449065 1578807296 47259 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
[pid=19058/tid=19066] ppid=19056 vsize=1541804 CPUtime=0
/proc/19058/task/19066/stat : 19066 (java) S 19056 19058 17977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 12449070 1578807296 47259 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
[pid=19058/tid=19067] ppid=19056 vsize=1541804 CPUtime=0.28
/proc/19058/task/19067/stat : 19067 (java) S 19056 19058 17977 0 -1 4202560 631 0 0 0 28 0 0 0 18 0 13 0 12449070 1578807296 47259 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 1 0 0 0
[pid=19058/tid=19068] ppid=19056 vsize=1541804 CPUtime=3
/proc/19058/task/19068/stat : 19068 (java) S 19056 19058 17977 0 -1 4202560 10274 0 0 0 297 3 0 0 15 0 13 0 12449070 1578807296 47259 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 1 0 0 0
[pid=19058/tid=19069] ppid=19056 vsize=1541804 CPUtime=0
/proc/19058/task/19069/stat : 19069 (java) S 19056 19058 17977 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 12449070 1578807296 47259 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
[pid=19058/tid=19070] ppid=19056 vsize=1541804 CPUtime=0
/proc/19058/task/19070/stat : 19070 (java) S 19056 19058 17977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 12449070 1578807296 47259 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
[pid=19058/tid=19071] ppid=19056 vsize=1541804 CPUtime=0
/proc/19058/task/19071/stat : 19071 (java) S 19056 19058 17977 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 12449100 1578807296 47259 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 1541804

[startup+9.60125 s]
/proc/loadavg: 1.37 1.08 1.03 2/119 19071
/proc/meminfo: memFree=1635500/2059040 swapFree=4139796/4192956
[pid=19058] ppid=19056 vsize=1541804 CPUtime=12.87
/proc/19058/stat : 19058 (java) S 19056 19058 17977 0 -1 4202496 54286 0 1 0 1262 25 0 0 18 0 13 0 12449060 1578807296 47259 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19058/statm: 385451 47259 1437 10 0 382753 0
[pid=19058/tid=19060] ppid=19056 vsize=1541804 CPUtime=9.22
/proc/19058/task/19060/stat : 19060 (java) R 19056 19058 17977 0 -1 4202560 35213 0 1 0 906 16 0 0 25 0 13 0 12449062 1578807296 47259 1992294400 134512640 134550932 4290762032 18446744073709551615 4109010634 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19058/tid=19061] ppid=19056 vsize=1541804 CPUtime=0.16
/proc/19058/task/19061/stat : 19061 (java) S 19056 19058 17977 0 -1 4202560 4021 0 0 0 15 1 0 0 15 0 13 0 12449063 1578807296 47259 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
[pid=19058/tid=19062] ppid=19056 vsize=1541804 CPUtime=0.13
/proc/19058/task/19062/stat : 19062 (java) S 19056 19058 17977 0 -1 4202560 3050 0 0 0 12 1 0 0 16 0 13 0 12449063 1578807296 47259 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 1 0 0 0
[pid=19058/tid=19063] ppid=19056 vsize=1541804 CPUtime=0.02
/proc/19058/task/19063/stat : 19063 (java) S 19056 19058 17977 0 -1 4202560 30 0 0 0 1 1 0 0 16 0 13 0 12449065 1578807296 47259 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 0 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
[pid=19058/tid=19064] ppid=19056 vsize=1541804 CPUtime=0
/proc/19058/task/19064/stat : 19064 (java) S 19056 19058 17977 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 12449065 1578807296 47259 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
[pid=19058/tid=19065] ppid=19056 vsize=1541804 CPUtime=0
/proc/19058/task/19065/stat : 19065 (java) S 19056 19058 17977 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 12449065 1578807296 47259 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
[pid=19058/tid=19066] ppid=19056 vsize=1541804 CPUtime=0
/proc/19058/task/19066/stat : 19066 (java) S 19056 19058 17977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 12449070 1578807296 47259 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
[pid=19058/tid=19067] ppid=19056 vsize=1541804 CPUtime=0.29
/proc/19058/task/19067/stat : 19067 (java) R 19056 19058 17977 0 -1 4202560 631 0 0 0 29 0 0 0 17 0 13 0 12449070 1578807296 47259 1992294400 134512640 134550932 4290762032 18446744073709551615 103129392 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19058/tid=19068] ppid=19056 vsize=1541804 CPUtime=3
/proc/19058/task/19068/stat : 19068 (java) S 19056 19058 17977 0 -1 4202560 10274 0 0 0 297 3 0 0 15 0 13 0 12449070 1578807296 47259 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 1 0 0 0
[pid=19058/tid=19069] ppid=19056 vsize=1541804 CPUtime=0
/proc/19058/task/19069/stat : 19069 (java) S 19056 19058 17977 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 12449070 1578807296 47259 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
[pid=19058/tid=19070] ppid=19056 vsize=1541804 CPUtime=0
/proc/19058/task/19070/stat : 19070 (java) S 19056 19058 17977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 12449070 1578807296 47259 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
[pid=19058/tid=19071] ppid=19056 vsize=1541804 CPUtime=0
/proc/19058/task/19071/stat : 19071 (java) S 19056 19058 17977 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 12449100 1578807296 47259 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.87
Current children cumulated vsize (KiB) 1541804

[startup+9.70125 s]
/proc/loadavg: 1.37 1.08 1.03 2/119 19071
/proc/meminfo: memFree=1635500/2059040 swapFree=4139796/4192956
[pid=19058] ppid=19056 vsize=1542128 CPUtime=12.99
/proc/19058/stat : 19058 (java) S 19056 19058 17977 0 -1 4202496 54293 0 1 0 1273 26 0 0 18 0 14 0 12449060 1579139072 47266 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19058/statm: 385532 47266 1437 10 0 382834 0
[pid=19058/tid=19060] ppid=19056 vsize=1542128 CPUtime=9.31
/proc/19058/task/19060/stat : 19060 (java) S 19056 19058 17977 0 -1 4202560 35216 0 1 0 915 16 0 0 25 0 14 0 12449062 1579139072 47266 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
[pid=19058/tid=19061] ppid=19056 vsize=1542128 CPUtime=0.16
/proc/19058/task/19061/stat : 19061 (java) S 19056 19058 17977 0 -1 4202560 4021 0 0 0 15 1 0 0 15 0 14 0 12449063 1579139072 47266 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
[pid=19058/tid=19062] ppid=19056 vsize=1542128 CPUtime=0.13
/proc/19058/task/19062/stat : 19062 (java) S 19056 19058 17977 0 -1 4202560 3050 0 0 0 12 1 0 0 16 0 14 0 12449063 1579139072 47266 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 1 0 0 0
[pid=19058/tid=19063] ppid=19056 vsize=1542128 CPUtime=0.02
/proc/19058/task/19063/stat : 19063 (java) S 19056 19058 17977 0 -1 4202560 30 0 0 0 1 1 0 0 16 0 14 0 12449065 1579139072 47266 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 0 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
[pid=19058/tid=19064] ppid=19056 vsize=1542128 CPUtime=0
/proc/19058/task/19064/stat : 19064 (java) S 19056 19058 17977 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 12449065 1579139072 47266 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
[pid=19058/tid=19065] ppid=19056 vsize=1542128 CPUtime=0
/proc/19058/task/19065/stat : 19065 (java) S 19056 19058 17977 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 12449065 1579139072 47266 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
[pid=19058/tid=19066] ppid=19056 vsize=1542128 CPUtime=0
/proc/19058/task/19066/stat : 19066 (java) S 19056 19058 17977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 12449070 1579139072 47266 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
[pid=19058/tid=19067] ppid=19056 vsize=1542128 CPUtime=0.3
/proc/19058/task/19067/stat : 19067 (java) S 19056 19058 17977 0 -1 4202560 631 0 0 0 30 0 0 0 17 0 14 0 12449070 1579139072 47266 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 1 0 0 0
[pid=19058/tid=19068] ppid=19056 vsize=1542128 CPUtime=3
/proc/19058/task/19068/stat : 19068 (java) S 19056 19058 17977 0 -1 4202560 10274 0 0 0 297 3 0 0 15 0 14 0 12449070 1579139072 47266 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 1 0 0 0
[pid=19058/tid=19069] ppid=19056 vsize=1542128 CPUtime=0
/proc/19058/task/19069/stat : 19069 (java) S 19056 19058 17977 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 12449070 1579139072 47266 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
[pid=19058/tid=19070] ppid=19056 vsize=1542128 CPUtime=0
/proc/19058/task/19070/stat : 19070 (java) S 19056 19058 17977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 12449070 1579139072 47266 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
[pid=19058/tid=19071] ppid=19056 vsize=1542128 CPUtime=0
/proc/19058/task/19071/stat : 19071 (java) S 19056 19058 17977 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 12449100 1579139072 47266 1992294400 134512640 134550932 4290762032 18446744073709551615 4294960144 0 4 0 16800975 18446604437554246592 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.99
Current children cumulated vsize (KiB) 1542128

Child status: 30
Real time (s): 9.77546
CPU time (s): 13.013
CPU user time (s): 12.7321
CPU system time (s): 0.280957
CPU usage (%): 133.119
Max. virtual memory (cumulated for all children) (KiB): 1544580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.7321
system time used= 0.280957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54301
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= 566
involuntary context switches= 545

runsolver used 0.023996 second user time and 0.058991 second system time

The end

Launcher Data

Begin job on node083 at 2010-06-16 20:05:53
IDJOB=2670221
IDBENCH=48180
IDSOLVER=1165
FILE ID=node083/2670221-1276711553
PBS_JOBID= 11174083
Free space on /tmp= 62552 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_50_10_4.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2670221-1276711553/watcher-2670221-1276711553 -o /tmp/evaluation-result-2670221-1276711553/solver-2670221-1276711553 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2670221-1276711553.opb

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

MD5SUM BENCH= 3e57d3cba1755ede057d969ec9fbcff0
RANDOM SEED=300317220

node083.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.262
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.52
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.262
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	: 5999.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1820248 kB
Buffers:         21432 kB
Cached:          97748 kB
SwapCached:      36572 kB
Active:          83588 kB
Inactive:        79376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1820248 kB
SwapTotal:     4192956 kB
SwapFree:      4139796 kB
Dirty:             288 kB
Writeback:           0 kB
AnonPages:       11260 kB
Mapped:          12896 kB
Slab:            53996 kB
PageTables:       4064 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182512 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= 62552 MiB
End job on node083 at 2010-06-16 20:06:03