Trace number 2661293

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-26UNSAT 64.0523 55.5722

General information on the benchmark

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

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.16	c version 2.2.0.v20100526
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.19/0.23	c Pseudo Boolean Optimization
0.19/0.23	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.19/0.23	c --- Begin Solver configuration ---
0.19/0.23	c Stops conflict analysis at the first Unique Implication Point
0.19/0.23	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.19/0.23	c Learn all clauses as in MiniSAT
0.19/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.19/0.23	c No reason simplification
0.19/0.23	c Armin Biere (Picosat) restarts strategy
0.19/0.23	c Glucose learned constraints deletion strategy
0.19/0.23	c timeout=2147483s
0.19/0.23	c DB Simplification allowed=false
0.19/0.23	c --- End Solver configuration ---
0.19/0.23	c solving HOME/instance-2661293-1276568888.opb
0.19/0.23	c reading problem ... 
63.74/55.40	c ... done. Wall clock time 55.164s.
63.74/55.40	c #vars     3616
63.74/55.40	c #constraints  126874
63.74/55.40	c constraints type 
63.74/55.40	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 44
63.74/55.40	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 44
63.74/55.40	c org.sat4j.pb.constraints.pb.MaxWatchPb => 125756
63.86/55.44	c starts		: 0
63.86/55.44	c conflicts		: 0
63.86/55.44	c decisions		: 0
63.86/55.44	c propagations		: 1050
63.86/55.44	c inspects		: 2847
63.86/55.44	c learnt literals	: 0
63.86/55.44	c learnt binary clauses	: 0
63.86/55.44	c learnt ternary clauses	: 0
63.86/55.44	c learnt clauses	: 0
63.86/55.44	c ignored clauses	: 0
63.86/55.44	c root simplifications	: 0
63.86/55.44	c removed literals (reason simplification)	: 0
63.86/55.44	c reason swapping (by a shorter reason)	: 0
63.86/55.44	c Calls to reduceDB	: 0
63.86/55.44	c number of reductions to clauses (during analyze)	: 0
63.86/55.44	c number of learned constraints concerned by reduction	: 0
63.86/55.44	c number of learning phase by resolution	: 0
63.86/55.44	c number of learning phase by cutting planes	: 0
63.86/55.44	c speed (assignments/second)	: 28378.37837837838
63.86/55.44	c non guided choices	0
63.86/55.44	c learnt constraints type 
63.86/55.44	c constraints type 
63.86/55.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 44
63.86/55.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 44
63.86/55.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 125756
63.86/55.44	s UNSATISFIABLE
63.86/55.44	c Total wall clock time (in seconds): 55.203

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2661293-1276568888/watcher-2661293-1276568888 -o /tmp/evaluation-result-2661293-1276568888/solver-2661293-1276568888 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2661293-1276568888.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.33 1.11 1.03 3/106 2969
/proc/meminfo: memFree=1563916/2059040 swapFree=4136456/4192956
[pid=2969] ppid=2967 vsize=1752 CPUtime=0
/proc/2969/stat : 2969 (java6) R 2967 2969 2010 0 -1 4194304 140 0 0 0 0 0 0 0 19 0 1 0 32493899 1794048 60 1992294400 134512640 134550932 4289314720 18446744073709551615 4152487 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2969/statm: 438 75 59 10 0 30 0

[startup+0.071513 s]
/proc/loadavg: 1.33 1.11 1.03 3/106 2969
/proc/meminfo: memFree=1563916/2059040 swapFree=4136456/4192956
[pid=2969] ppid=2967 vsize=1521796 CPUtime=0.05
/proc/2969/stat : 2969 (java) S 2967 2969 2010 0 -1 4202496 3690 0 1 0 3 2 0 0 15 0 7 0 32493899 1558319104 3130 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/2969/statm: 380449 3130 1033 10 0 377759 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1521796

[startup+0.100513 s]
/proc/loadavg: 1.33 1.11 1.03 3/106 2969
/proc/meminfo: memFree=1563916/2059040 swapFree=4136456/4192956
[pid=2969] ppid=2967 vsize=1524024 CPUtime=0.08
/proc/2969/stat : 2969 (java) S 2967 2969 2010 0 -1 4202496 3929 0 1 0 5 3 0 0 15 0 12 0 32493899 1560600576 3367 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2969/statm: 381006 3367 1073 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524024

[startup+0.300513 s]
/proc/loadavg: 1.33 1.11 1.03 3/106 2969
/proc/meminfo: memFree=1563916/2059040 swapFree=4136456/4192956
[pid=2969] ppid=2967 vsize=1526560 CPUtime=0.31
/proc/2969/stat : 2969 (java) S 2967 2969 2010 0 -1 4202496 5432 0 1 0 27 4 0 0 15 0 12 0 32493899 1563197440 4868 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2969/statm: 381640 4868 1356 10 0 378942 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1526560

[startup+0.700513 s]
/proc/loadavg: 1.33 1.11 1.03 3/106 2969
/proc/meminfo: memFree=1563916/2059040 swapFree=4136456/4192956
[pid=2969] ppid=2967 vsize=1533324 CPUtime=1.09
/proc/2969/stat : 2969 (java) S 2967 2969 2010 0 -1 4202496 8145 0 1 0 104 5 0 0 15 0 12 0 32493899 1570123776 7343 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2969/statm: 383331 7343 1406 10 0 380633 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 1533324

[startup+1.50151 s]
/proc/loadavg: 1.33 1.11 1.03 5/118 2981
/proc/meminfo: memFree=1529784/2059040 swapFree=4136456/4192956
[pid=2969] ppid=2967 vsize=1540932 CPUtime=2.61
/proc/2969/stat : 2969 (java) S 2967 2969 2010 0 -1 4202496 16202 0 1 0 253 8 0 0 15 0 12 0 32493899 1577914368 13235 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2969/statm: 385233 13236 1407 10 0 382535 0
[pid=2969/tid=2971] ppid=2967 vsize=1540932 CPUtime=1.19
/proc/2969/task/2971/stat : 2971 (java) R 2967 2969 2010 0 -1 4202560 8508 0 1 0 114 5 0 0 25 0 12 0 32493901 1577914368 13237 1992294400 134512640 134550932 4291505104 18446744073709551615 4109651058 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2969/tid=2972] ppid=2967 vsize=1540932 CPUtime=0
/proc/2969/task/2972/stat : 2972 (java) S 2967 2969 2010 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 32493902 1577914368 13238 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2973] ppid=2967 vsize=1540932 CPUtime=0
/proc/2969/task/2973/stat : 2973 (java) S 2967 2969 2010 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 32493902 1577914368 13239 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2974] ppid=2967 vsize=1540932 CPUtime=0
/proc/2969/task/2974/stat : 2974 (java) S 2967 2969 2010 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 32493904 1577914368 13240 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 0 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2975] ppid=2967 vsize=1540932 CPUtime=0
/proc/2969/task/2975/stat : 2975 (java) S 2967 2969 2010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 32493905 1577914368 13240 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2976] ppid=2967 vsize=1540932 CPUtime=0
/proc/2969/task/2976/stat : 2976 (java) S 2967 2969 2010 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 32493905 1577914368 13242 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2977] ppid=2967 vsize=1540932 CPUtime=0
/proc/2969/task/2977/stat : 2977 (java) S 2967 2969 2010 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 32493909 1577914368 13244 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2978] ppid=2967 vsize=1540932 CPUtime=0.6
/proc/2969/task/2978/stat : 2978 (java) S 2967 2969 2010 0 -1 4202560 1341 0 0 0 60 0 0 0 17 0 12 0 32493909 1577914368 13245 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
[pid=2969/tid=2979] ppid=2967 vsize=1540932 CPUtime=0.8
/proc/2969/task/2979/stat : 2979 (java) S 2967 2969 2010 0 -1 4202560 5294 0 0 0 79 1 0 0 17 0 12 0 32493909 1577914368 13245 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2980] ppid=2967 vsize=1540932 CPUtime=0
/proc/2969/task/2980/stat : 2980 (java) S 2967 2969 2010 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 32493909 1577914368 13246 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2981] ppid=2967 vsize=1540932 CPUtime=0
/proc/2969/task/2981/stat : 2981 (java) S 2967 2969 2010 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 32493909 1577914368 13246 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 1540932

[startup+3.10151 s]
/proc/loadavg: 1.54 1.16 1.05 2/118 2981
/proc/meminfo: memFree=1470636/2059040 swapFree=4136456/4192956
[pid=2969] ppid=2967 vsize=1540932 CPUtime=4.29
/proc/2969/stat : 2969 (java) S 2967 2969 2010 0 -1 4202496 43450 0 1 0 407 22 0 0 15 0 12 0 32493899 1577914368 40446 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2969/statm: 385233 40446 1418 10 0 382535 0
[pid=2969/tid=2971] ppid=2967 vsize=1540932 CPUtime=2.7
/proc/2969/task/2971/stat : 2971 (java) R 2967 2969 2010 0 -1 4202560 32017 0 1 0 254 16 0 0 25 0 12 0 32493901 1577914368 40446 1992294400 134512640 134550932 4291505104 18446744073709551615 4109505901 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2969/tid=2972] ppid=2967 vsize=1540932 CPUtime=0.06
/proc/2969/task/2972/stat : 2972 (java) S 2967 2969 2010 0 -1 4202560 1844 0 0 0 5 1 0 0 16 0 12 0 32493902 1577914368 40446 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2973] ppid=2967 vsize=1540932 CPUtime=0.06
/proc/2969/task/2973/stat : 2973 (java) S 2967 2969 2010 0 -1 4202560 1884 0 0 0 6 0 0 0 18 0 12 0 32493902 1577914368 40446 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
[pid=2969/tid=2974] ppid=2967 vsize=1540932 CPUtime=0
/proc/2969/task/2974/stat : 2974 (java) S 2967 2969 2010 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 12 0 32493904 1577914368 40446 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 0 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2975] ppid=2967 vsize=1540932 CPUtime=0
/proc/2969/task/2975/stat : 2975 (java) S 2967 2969 2010 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 32493905 1577914368 40446 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2976] ppid=2967 vsize=1540932 CPUtime=0
/proc/2969/task/2976/stat : 2976 (java) S 2967 2969 2010 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 32493905 1577914368 40446 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2977] ppid=2967 vsize=1540932 CPUtime=0
/proc/2969/task/2977/stat : 2977 (java) S 2967 2969 2010 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 32493909 1577914368 40446 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2978] ppid=2967 vsize=1540932 CPUtime=0.6
/proc/2969/task/2978/stat : 2978 (java) S 2967 2969 2010 0 -1 4202560 1342 0 0 0 60 0 0 0 15 0 12 0 32493909 1577914368 40446 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
[pid=2969/tid=2979] ppid=2967 vsize=1540932 CPUtime=0.8
/proc/2969/task/2979/stat : 2979 (java) S 2967 2969 2010 0 -1 4202560 5294 0 0 0 79 1 0 0 17 0 12 0 32493909 1577914368 40446 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2980] ppid=2967 vsize=1540932 CPUtime=0
/proc/2969/task/2980/stat : 2980 (java) S 2967 2969 2010 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 32493909 1577914368 40446 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2981] ppid=2967 vsize=1540932 CPUtime=0
/proc/2969/task/2981/stat : 2981 (java) S 2967 2969 2010 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 32493909 1577914368 40446 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.29
Current children cumulated vsize (KiB) 1540932

[startup+6.30652 s]
/proc/loadavg: 1.54 1.16 1.05 2/118 2981
/proc/meminfo: memFree=1358664/2059040 swapFree=4136456/4192956
[pid=2969] ppid=2967 vsize=1540932 CPUtime=7.81
/proc/2969/stat : 2969 (java) S 2967 2969 2010 0 -1 4202496 56890 0 1 0 752 29 0 0 15 0 12 0 32493899 1577914368 53166 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2969/statm: 385233 53166 1421 10 0 382535 0
[pid=2969/tid=2971] ppid=2967 vsize=1540932 CPUtime=5.58
/proc/2969/task/2971/stat : 2971 (java) R 2967 2969 2010 0 -1 4202560 32021 0 1 0 541 17 0 0 25 0 12 0 32493901 1577914368 53166 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2969/tid=2972] ppid=2967 vsize=1540932 CPUtime=0.33
/proc/2969/task/2972/stat : 2972 (java) S 2967 2969 2010 0 -1 4202560 9152 0 0 0 29 4 0 0 16 0 12 0 32493902 1577914368 53166 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2973] ppid=2967 vsize=1540932 CPUtime=0.34
/proc/2969/task/2973/stat : 2973 (java) S 2967 2969 2010 0 -1 4202560 7995 0 0 0 31 3 0 0 18 0 12 0 32493902 1577914368 53166 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
[pid=2969/tid=2974] ppid=2967 vsize=1540932 CPUtime=0
/proc/2969/task/2974/stat : 2974 (java) S 2967 2969 2010 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 32493904 1577914368 53166 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 0 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2975] ppid=2967 vsize=1540932 CPUtime=0
/proc/2969/task/2975/stat : 2975 (java) S 2967 2969 2010 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 32493905 1577914368 53166 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2976] ppid=2967 vsize=1540932 CPUtime=0
/proc/2969/task/2976/stat : 2976 (java) S 2967 2969 2010 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 32493905 1577914368 53166 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2977] ppid=2967 vsize=1540932 CPUtime=0
/proc/2969/task/2977/stat : 2977 (java) S 2967 2969 2010 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 32493909 1577914368 53166 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2978] ppid=2967 vsize=1540932 CPUtime=0.66
/proc/2969/task/2978/stat : 2978 (java) R 2967 2969 2010 0 -1 4202560 1347 0 0 0 66 0 0 0 15 0 12 0 32493909 1577914368 53166 1992294400 134512640 134550932 4291505104 18446744073709551615 106251360 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2969/tid=2979] ppid=2967 vsize=1540932 CPUtime=0.84
/proc/2969/task/2979/stat : 2979 (java) R 2967 2969 2010 0 -1 4202560 5303 0 0 0 83 1 0 0 16 0 12 0 32493909 1577914368 53166 1992294400 134512640 134550932 4291505104 18446744073709551615 103373062 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2969/tid=2980] ppid=2967 vsize=1540932 CPUtime=0
/proc/2969/task/2980/stat : 2980 (java) S 2967 2969 2010 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 32493909 1577914368 53166 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2981] ppid=2967 vsize=1540932 CPUtime=0
/proc/2969/task/2981/stat : 2981 (java) S 2967 2969 2010 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 32493909 1577914368 53166 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.81
Current children cumulated vsize (KiB) 1540932

[startup+12.7015 s]
/proc/loadavg: 1.46 1.15 1.05 2/118 2981
/proc/meminfo: memFree=1261572/2059040 swapFree=4136456/4192956
[pid=2969] ppid=2967 vsize=1540932 CPUtime=15.51
/proc/2969/stat : 2969 (java) S 2967 2969 2010 0 -1 4202496 88102 0 1 0 1506 45 0 0 15 0 12 0 32493899 1577914368 79325 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2969/statm: 385233 79325 1421 10 0 382535 0
[pid=2969/tid=2971] ppid=2967 vsize=1540932 CPUtime=10.62
/proc/2969/task/2971/stat : 2971 (java) R 2967 2969 2010 0 -1 4202560 32032 0 1 0 1043 19 0 0 25 0 12 0 32493901 1577914368 79325 1992294400 134512640 134550932 4291505104 18446744073709551615 4109506293 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2969/tid=2972] ppid=2967 vsize=1540932 CPUtime=1.44
/proc/2969/task/2972/stat : 2972 (java) S 2967 2969 2010 0 -1 4202560 25091 0 0 0 133 11 0 0 16 0 12 0 32493902 1577914368 79325 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2973] ppid=2967 vsize=1540932 CPUtime=1.45
/proc/2969/task/2973/stat : 2973 (java) S 2967 2969 2010 0 -1 4202560 23202 0 0 0 135 10 0 0 16 0 12 0 32493902 1577914368 79325 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
[pid=2969/tid=2974] ppid=2967 vsize=1540932 CPUtime=0
/proc/2969/task/2974/stat : 2974 (java) S 2967 2969 2010 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 32493904 1577914368 79325 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 0 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2975] ppid=2967 vsize=1540932 CPUtime=0
/proc/2969/task/2975/stat : 2975 (java) S 2967 2969 2010 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 32493905 1577914368 79325 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2976] ppid=2967 vsize=1540932 CPUtime=0
/proc/2969/task/2976/stat : 2976 (java) S 2967 2969 2010 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 32493905 1577914368 79325 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2977] ppid=2967 vsize=1540932 CPUtime=0
/proc/2969/task/2977/stat : 2977 (java) S 2967 2969 2010 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 32493909 1577914368 79325 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2978] ppid=2967 vsize=1540932 CPUtime=0.86
/proc/2969/task/2978/stat : 2978 (java) S 2967 2969 2010 0 -1 4202560 1378 0 0 0 86 0 0 0 16 0 12 0 32493909 1577914368 79325 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
[pid=2969/tid=2979] ppid=2967 vsize=1540932 CPUtime=1.07
/proc/2969/task/2979/stat : 2979 (java) S 2967 2969 2010 0 -1 4202560 5327 0 0 0 106 1 0 0 15 0 12 0 32493909 1577914368 79325 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2980] ppid=2967 vsize=1540932 CPUtime=0
/proc/2969/task/2980/stat : 2980 (java) S 2967 2969 2010 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 32493909 1577914368 79325 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2981] ppid=2967 vsize=1540932 CPUtime=0
/proc/2969/task/2981/stat : 2981 (java) S 2967 2969 2010 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 32493909 1577914368 79325 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.51
Current children cumulated vsize (KiB) 1540932

[startup+25.5005 s]
/proc/loadavg: 1.39 1.15 1.05 3/118 2981
/proc/meminfo: memFree=1074208/2059040 swapFree=4136456/4192956
[pid=2969] ppid=2967 vsize=1540932 CPUtime=30.15
/proc/2969/stat : 2969 (java) S 2967 2969 2010 0 -1 4202496 145011 0 1 0 2940 75 0 0 15 0 12 0 32493899 1577914368 126878 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2969/statm: 385233 126878 1427 10 0 382535 0
[pid=2969/tid=2971] ppid=2967 vsize=1540932 CPUtime=21.57
/proc/2969/task/2971/stat : 2971 (java) R 2967 2969 2010 0 -1 4202560 32064 0 1 0 2135 22 0 0 25 0 12 0 32493901 1577914368 126878 1992294400 134512640 134550932 4291505104 18446744073709551615 4109553251 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2969/tid=2972] ppid=2967 vsize=1540932 CPUtime=3.21
/proc/2969/task/2972/stat : 2972 (java) S 2967 2969 2010 0 -1 4202560 59684 0 0 0 293 28 0 0 16 0 12 0 32493902 1577914368 126878 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2973] ppid=2967 vsize=1540932 CPUtime=3.24
/proc/2969/task/2973/stat : 2973 (java) S 2967 2969 2010 0 -1 4202560 45474 0 0 0 304 20 0 0 16 0 12 0 32493902 1577914368 126878 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
[pid=2969/tid=2974] ppid=2967 vsize=1540932 CPUtime=0
/proc/2969/task/2974/stat : 2974 (java) S 2967 2969 2010 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 32493904 1577914368 126878 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 0 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2975] ppid=2967 vsize=1540932 CPUtime=0
/proc/2969/task/2975/stat : 2975 (java) S 2967 2969 2010 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 32493905 1577914368 126878 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2976] ppid=2967 vsize=1540932 CPUtime=0
/proc/2969/task/2976/stat : 2976 (java) S 2967 2969 2010 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 32493905 1577914368 126878 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2977] ppid=2967 vsize=1540932 CPUtime=0
/proc/2969/task/2977/stat : 2977 (java) S 2967 2969 2010 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 32493909 1577914368 126878 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2978] ppid=2967 vsize=1540932 CPUtime=0.95
/proc/2969/task/2978/stat : 2978 (java) S 2967 2969 2010 0 -1 4202560 1387 0 0 0 94 1 0 0 16 0 12 0 32493909 1577914368 126878 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
[pid=2969/tid=2979] ppid=2967 vsize=1540932 CPUtime=1.12
/proc/2969/task/2979/stat : 2979 (java) S 2967 2969 2010 0 -1 4202560 5330 0 0 0 111 1 0 0 16 0 12 0 32493909 1577914368 126878 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2980] ppid=2967 vsize=1540932 CPUtime=0
/proc/2969/task/2980/stat : 2980 (java) S 2967 2969 2010 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 32493909 1577914368 126878 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2981] ppid=2967 vsize=1540932 CPUtime=0
/proc/2969/task/2981/stat : 2981 (java) S 2967 2969 2010 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 32493909 1577914368 126878 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 30.15
Current children cumulated vsize (KiB) 1540932

[startup+51.1006 s]
/proc/loadavg: 1.47 1.18 1.06 2/118 2981
/proc/meminfo: memFree=692660/2059040 swapFree=4136456/4192956
[pid=2969] ppid=2967 vsize=1540932 CPUtime=58.92
/proc/2969/stat : 2969 (java) S 2967 2969 2010 0 -1 4202496 253623 0 1 0 5761 131 0 0 15 0 12 0 32493899 1577914368 222896 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2969/statm: 385233 222896 1427 10 0 382535 0
[pid=2969/tid=2971] ppid=2967 vsize=1540932 CPUtime=43.02
/proc/2969/task/2971/stat : 2971 (java) R 2967 2969 2010 0 -1 4202560 32088 0 1 0 4273 29 0 0 25 0 12 0 32493901 1577914368 222896 1992294400 134512640 134550932 4291505104 18446744073709551615 4109596374 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2969/tid=2972] ppid=2967 vsize=1540932 CPUtime=6.88
/proc/2969/task/2972/stat : 2972 (java) S 2967 2969 2010 0 -1 4202560 121004 0 0 0 631 57 0 0 16 0 12 0 32493902 1577914368 222896 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2973] ppid=2967 vsize=1540932 CPUtime=6.87
/proc/2969/task/2973/stat : 2973 (java) S 2967 2969 2010 0 -1 4202560 92738 0 0 0 647 40 0 0 15 0 12 0 32493902 1577914368 222896 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
[pid=2969/tid=2974] ppid=2967 vsize=1540932 CPUtime=0
/proc/2969/task/2974/stat : 2974 (java) S 2967 2969 2010 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 12 0 32493904 1577914368 222896 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 0 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2975] ppid=2967 vsize=1540932 CPUtime=0
/proc/2969/task/2975/stat : 2975 (java) S 2967 2969 2010 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 32493905 1577914368 222896 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2976] ppid=2967 vsize=1540932 CPUtime=0
/proc/2969/task/2976/stat : 2976 (java) S 2967 2969 2010 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 32493905 1577914368 222896 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2977] ppid=2967 vsize=1540932 CPUtime=0
/proc/2969/task/2977/stat : 2977 (java) S 2967 2969 2010 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 32493909 1577914368 222896 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2978] ppid=2967 vsize=1540932 CPUtime=0.95
/proc/2969/task/2978/stat : 2978 (java) S 2967 2969 2010 0 -1 4202560 1387 0 0 0 94 1 0 0 16 0 12 0 32493909 1577914368 222896 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
[pid=2969/tid=2979] ppid=2967 vsize=1540932 CPUtime=1.14
/proc/2969/task/2979/stat : 2979 (java) S 2967 2969 2010 0 -1 4202560 5330 0 0 0 113 1 0 0 15 0 12 0 32493909 1577914368 222896 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2980] ppid=2967 vsize=1540932 CPUtime=0
/proc/2969/task/2980/stat : 2980 (java) S 2967 2969 2010 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 32493909 1577914368 222896 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2981] ppid=2967 vsize=1540932 CPUtime=0
/proc/2969/task/2981/stat : 2981 (java) S 2967 2969 2010 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 32493909 1577914368 222896 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 58.92
Current children cumulated vsize (KiB) 1540932

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

[startup+52.7015 s]
/proc/loadavg: 1.43 1.18 1.06 2/118 2981
/proc/meminfo: memFree=664636/2059040 swapFree=4136456/4192956
[pid=2969] ppid=2967 vsize=1540932 CPUtime=60.68
/proc/2969/stat : 2969 (java) S 2967 2969 2010 0 -1 4202496 257897 0 1 0 5935 133 0 0 15 0 12 0 32493899 1577914368 226401 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2969/statm: 385233 226401 1427 10 0 382535 0
[pid=2969/tid=2971] ppid=2967 vsize=1540932 CPUtime=44.41
/proc/2969/task/2971/stat : 2971 (java) R 2967 2969 2010 0 -1 4202560 32089 0 1 0 4412 29 0 0 25 0 12 0 32493901 1577914368 226401 1992294400 134512640 134550932 4291505104 18446744073709551615 4109632385 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2969/tid=2972] ppid=2967 vsize=1540932 CPUtime=7.04
/proc/2969/task/2972/stat : 2972 (java) S 2967 2969 2010 0 -1 4202560 123845 0 0 0 646 58 0 0 15 0 12 0 32493902 1577914368 226401 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2973] ppid=2967 vsize=1540932 CPUtime=7.08
/proc/2969/task/2973/stat : 2973 (java) S 2967 2969 2010 0 -1 4202560 94170 0 0 0 667 41 0 0 16 0 12 0 32493902 1577914368 226401 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
[pid=2969/tid=2974] ppid=2967 vsize=1540932 CPUtime=0
/proc/2969/task/2974/stat : 2974 (java) S 2967 2969 2010 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 12 0 32493904 1577914368 226401 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 0 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2975] ppid=2967 vsize=1540932 CPUtime=0
/proc/2969/task/2975/stat : 2975 (java) S 2967 2969 2010 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 32493905 1577914368 226401 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2976] ppid=2967 vsize=1540932 CPUtime=0
/proc/2969/task/2976/stat : 2976 (java) S 2967 2969 2010 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 32493905 1577914368 226401 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2977] ppid=2967 vsize=1540932 CPUtime=0
/proc/2969/task/2977/stat : 2977 (java) S 2967 2969 2010 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 32493909 1577914368 226401 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2978] ppid=2967 vsize=1540932 CPUtime=0.95
/proc/2969/task/2978/stat : 2978 (java) S 2967 2969 2010 0 -1 4202560 1387 0 0 0 94 1 0 0 16 0 12 0 32493909 1577914368 226401 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
[pid=2969/tid=2979] ppid=2967 vsize=1540932 CPUtime=1.14
/proc/2969/task/2979/stat : 2979 (java) S 2967 2969 2010 0 -1 4202560 5330 0 0 0 113 1 0 0 15 0 12 0 32493909 1577914368 226401 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2980] ppid=2967 vsize=1540932 CPUtime=0
/proc/2969/task/2980/stat : 2980 (java) S 2967 2969 2010 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 32493909 1577914368 226401 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2981] ppid=2967 vsize=1540932 CPUtime=0
/proc/2969/task/2981/stat : 2981 (java) S 2967 2969 2010 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 32493909 1577914368 226401 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 60.68
Current children cumulated vsize (KiB) 1540932

[startup+54.3016 s]
/proc/loadavg: 1.43 1.18 1.06 2/118 2981
/proc/meminfo: memFree=650500/2059040 swapFree=4136456/4192956
[pid=2969] ppid=2967 vsize=1540932 CPUtime=62.59
/proc/2969/stat : 2969 (java) S 2967 2969 2010 0 -1 4202496 265847 0 1 0 6121 138 0 0 15 0 12 0 32493899 1577914368 233479 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2969/statm: 385233 233479 1427 10 0 382535 0
[pid=2969/tid=2971] ppid=2967 vsize=1540932 CPUtime=45.58
/proc/2969/task/2971/stat : 2971 (java) R 2967 2969 2010 0 -1 4202560 32091 0 1 0 4529 29 0 0 25 0 12 0 32493901 1577914368 233479 1992294400 134512640 134550932 4291505104 18446744073709551615 4109526765 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2969/tid=2972] ppid=2967 vsize=1540932 CPUtime=7.41
/proc/2969/task/2972/stat : 2972 (java) S 2967 2969 2010 0 -1 4202560 127900 0 0 0 680 61 0 0 15 0 12 0 32493902 1577914368 233479 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2973] ppid=2967 vsize=1540932 CPUtime=7.45
/proc/2969/task/2973/stat : 2973 (java) S 2967 2969 2010 0 -1 4202560 98063 0 0 0 702 43 0 0 16 0 12 0 32493902 1577914368 233479 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
[pid=2969/tid=2974] ppid=2967 vsize=1540932 CPUtime=0
/proc/2969/task/2974/stat : 2974 (java) S 2967 2969 2010 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 12 0 32493904 1577914368 233479 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 0 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2975] ppid=2967 vsize=1540932 CPUtime=0
/proc/2969/task/2975/stat : 2975 (java) S 2967 2969 2010 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 32493905 1577914368 233479 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2976] ppid=2967 vsize=1540932 CPUtime=0
/proc/2969/task/2976/stat : 2976 (java) S 2967 2969 2010 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 32493905 1577914368 233479 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2977] ppid=2967 vsize=1540932 CPUtime=0
/proc/2969/task/2977/stat : 2977 (java) S 2967 2969 2010 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 32493909 1577914368 233479 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2978] ppid=2967 vsize=1540932 CPUtime=0.95
/proc/2969/task/2978/stat : 2978 (java) S 2967 2969 2010 0 -1 4202560 1387 0 0 0 94 1 0 0 16 0 12 0 32493909 1577914368 233479 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
[pid=2969/tid=2979] ppid=2967 vsize=1540932 CPUtime=1.14
/proc/2969/task/2979/stat : 2979 (java) S 2967 2969 2010 0 -1 4202560 5330 0 0 0 113 1 0 0 15 0 12 0 32493909 1577914368 233479 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2980] ppid=2967 vsize=1540932 CPUtime=0
/proc/2969/task/2980/stat : 2980 (java) S 2967 2969 2010 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 32493909 1577914368 233479 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2981] ppid=2967 vsize=1540932 CPUtime=0
/proc/2969/task/2981/stat : 2981 (java) S 2967 2969 2010 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 32493909 1577914368 233479 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 62.59
Current children cumulated vsize (KiB) 1540932

[startup+55.1016 s]
/proc/loadavg: 1.43 1.18 1.06 2/118 2983
/proc/meminfo: memFree=636240/2059040 swapFree=4136456/4192956
[pid=2969] ppid=2967 vsize=1540932 CPUtime=63.39
/proc/2969/stat : 2969 (java) S 2967 2969 2010 0 -1 4202496 265847 0 1 0 6201 138 0 0 15 0 12 0 32493899 1577914368 233479 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2969/statm: 385233 233479 1427 10 0 382535 0
[pid=2969/tid=2971] ppid=2967 vsize=1540932 CPUtime=46.39
/proc/2969/task/2971/stat : 2971 (java) R 2967 2969 2010 0 -1 4202560 32091 0 1 0 4609 30 0 0 25 0 12 0 32493901 1577914368 233479 1992294400 134512640 134550932 4291505104 18446744073709551615 4109550848 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2969/tid=2972] ppid=2967 vsize=1540932 CPUtime=7.41
/proc/2969/task/2972/stat : 2972 (java) S 2967 2969 2010 0 -1 4202560 127900 0 0 0 680 61 0 0 15 0 12 0 32493902 1577914368 233479 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2973] ppid=2967 vsize=1540932 CPUtime=7.45
/proc/2969/task/2973/stat : 2973 (java) S 2967 2969 2010 0 -1 4202560 98063 0 0 0 702 43 0 0 16 0 12 0 32493902 1577914368 233479 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
[pid=2969/tid=2974] ppid=2967 vsize=1540932 CPUtime=0
/proc/2969/task/2974/stat : 2974 (java) S 2967 2969 2010 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 12 0 32493904 1577914368 233479 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 0 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2975] ppid=2967 vsize=1540932 CPUtime=0
/proc/2969/task/2975/stat : 2975 (java) S 2967 2969 2010 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 32493905 1577914368 233479 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2976] ppid=2967 vsize=1540932 CPUtime=0
/proc/2969/task/2976/stat : 2976 (java) S 2967 2969 2010 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 32493905 1577914368 233479 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2977] ppid=2967 vsize=1540932 CPUtime=0
/proc/2969/task/2977/stat : 2977 (java) S 2967 2969 2010 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 32493909 1577914368 233479 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2978] ppid=2967 vsize=1540932 CPUtime=0.95
/proc/2969/task/2978/stat : 2978 (java) S 2967 2969 2010 0 -1 4202560 1387 0 0 0 94 1 0 0 16 0 12 0 32493909 1577914368 233479 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
[pid=2969/tid=2979] ppid=2967 vsize=1540932 CPUtime=1.14
/proc/2969/task/2979/stat : 2979 (java) S 2967 2969 2010 0 -1 4202560 5330 0 0 0 113 1 0 0 15 0 12 0 32493909 1577914368 233479 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2980] ppid=2967 vsize=1540932 CPUtime=0
/proc/2969/task/2980/stat : 2980 (java) S 2967 2969 2010 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 32493909 1577914368 233479 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=2969/tid=2981] ppid=2967 vsize=1540932 CPUtime=0
/proc/2969/task/2981/stat : 2981 (java) S 2967 2969 2010 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 32493909 1577914368 233479 1992294400 134512640 134550932 4291505104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 63.39
Current children cumulated vsize (KiB) 1540932

[startup+55.5016 s]
/proc/loadavg: 1.43 1.18 1.06 2/118 2983
/proc/meminfo: memFree=636240/2059040 swapFree=4136456/4192956
[pid=2969] ppid=2967 vsize=0 CPUtime=63.97
/proc/2969/stat : 2969 (java) Z 2967 2969 2010 0 -1 4203548 270038 0 1 0 6256 141 0 0 15 0 2 0 32493899 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2969/statm: 0 0 0 0 0 0 0
[pid=2969/tid=2980] ppid=2967 vsize=0 CPUtime=0.01
/proc/2969/task/2980/stat : 2980 (java) R 2967 2969 2010 0 -1 4203588 0 0 0 0 0 1 0 0 18 0 2 0 32493909 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 63.97
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 55.5722
CPU time (s): 64.0523
CPU user time (s): 62.5655
CPU system time (s): 1.48677
CPU usage (%): 115.26
Max. virtual memory (cumulated for all children) (KiB): 1541828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 62.5655
system time used= 1.48677
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 270038
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= 2280
involuntary context switches= 1742

runsolver used 0.122981 second user time and 0.308953 second system time

The end

Launcher Data

Begin job on node001 at 2010-06-15 04:28:19
IDJOB=2661293
IDBENCH=2515
IDSOLVER=1165
FILE ID=node001/2661293-1276568888
PBS_JOBID= 11173507
Free space on /tmp= 62336 MiB

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

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

MD5SUM BENCH= 7576b3c58d39cddc5f29deda8f59e316
RANDOM SEED=1755558186

node001.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.202
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.202
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1564312 kB
Buffers:         53680 kB
Cached:         341404 kB
SwapCached:       9832 kB
Active:         282056 kB
Inactive:       125880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1564312 kB
SwapTotal:     4192956 kB
SwapFree:      4136456 kB
Dirty:          183832 kB
Writeback:           0 kB
AnonPages:       11144 kB
Mapped:           9332 kB
Slab:            65108 kB
PageTables:       4012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180588 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62336 MiB
End job on node001 at 2010-06-15 04:29:14