Trace number 2661680

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 RES // CP 2.2.0 2010-05-31OPT3 16.4595 17.5714

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
roussel/factor-mod-B/factor-mod-size=6-P0=41-P1=53-P2=59-B.opb
MD5SUM90616edfb9551f327ceab21eaa4edb03
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.139978
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables36
Total number of constraints5
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 constraints5
Minimum length of a constraint6
Maximum length of a constraint48
Number of terms in the objective function 6
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 63
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 2048
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 8064
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)72
Sum of products size (including duplicates)144
Number of different products72
Sum of products size144

Quality of the solution as a function of time


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

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.v20100531
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.21/0.22	c Pseudo Boolean Optimization
0.21/0.22	c ManyCore solver with 2 solvers running in parallel
0.21/0.22	c --- Begin Solver configuration ---
0.21/0.22	c Stops conflict analysis at the first Unique Implication Point
0.21/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.21/0.22	c Learn all clauses as in MiniSAT
0.21/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.21/0.22	c Expensive reason simplification
0.21/0.22	c Armin Biere (Picosat) restarts strategy
0.21/0.22	c Glucose learned constraints deletion strategy
0.21/0.22	c timeout=2147483s
0.21/0.22	c DB Simplification allowed=false
0.21/0.22	c --- End Solver configuration ---
0.21/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.21/0.22	c --- Begin Solver configuration ---
0.21/0.22	c Stops conflict analysis at the first Unique Implication Point
0.21/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.21/0.22	c Learn all clauses as in MiniSAT
0.21/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.22	c No reason simplification
0.21/0.22	c Armin Biere (Picosat) restarts strategy
0.21/0.22	c Glucose learned constraints deletion strategy
0.21/0.22	c timeout=2147483s
0.21/0.22	c DB Simplification allowed=false
0.21/0.22	c --- End Solver configuration ---
0.21/0.22	
0.21/0.22	c solving HOME/instance-2661680-1278546317.opb
0.21/0.22	c reading problem ... 
0.21/0.29	c ... done. Wall clock time 0.065s.
0.21/0.29	c #vars     108
0.21/0.29	c #constraints  151
0.21/0.29	c constraints type 
0.21/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 72
0.21/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPb => 79
0.21/0.29	c constraints type 
0.21/0.29	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 72
0.21/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPb => 79
3.73/2.02	c And the winner is CuttingPlanes
3.77/2.30	c SATISFIABLE
3.77/2.30	c OPTIMIZING...
3.77/2.30	c Got one! Elapsed wall clock time (in seconds):2.074
3.77/2.30	o 53
3.97/2.48	c And the winner is Resolution
4.14/3.30	c Got one! Elapsed wall clock time (in seconds):3.077
4.14/3.30	o 17
4.15/3.36	c And the winner is Resolution
4.27/4.31	c Got one! Elapsed wall clock time (in seconds):4.083
4.27/4.31	o 15
4.27/4.39	c And the winner is Resolution
4.44/5.31	c Got one! Elapsed wall clock time (in seconds):5.089
4.44/5.31	o 3
4.44/5.31	c And the winner is Resolution
16.43/17.51	c starts		: 17
16.43/17.51	c conflicts		: 3002
16.43/17.51	c decisions		: 3553
16.43/17.51	c propagations		: 41498
16.43/17.51	c inspects		: 761178
16.43/17.51	c learnt literals	: 0
16.43/17.51	c learnt binary clauses	: 0
16.43/17.51	c learnt ternary clauses	: 0
16.43/17.51	c learnt clauses	: 3002
16.43/17.51	c ignored clauses	: 0
16.43/17.51	c root simplifications	: 0
16.43/17.51	c removed literals (reason simplification)	: 43412
16.43/17.51	c reason swapping (by a shorter reason)	: 0
16.43/17.51	c Calls to reduceDB	: 0
16.43/17.51	c number of reductions to clauses (during analyze)	: 0
16.43/17.51	c number of learned constraints concerned by reduction	: 0
16.43/17.51	c number of learning phase by resolution	: 0
16.43/17.51	c number of learning phase by cutting planes	: 0
16.43/17.51	c speed (assignments/second)	: 3403.1490897162535
16.43/17.51	c non guided choices	71
16.43/17.51	c learnt constraints type 
16.43/17.51	c constraints type 
16.43/17.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 72
16.43/17.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 79
16.43/17.51	c constraints type 
16.43/17.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 72
16.43/17.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 79
16.43/17.51	s OPTIMUM FOUND
16.43/17.51	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 
16.43/17.51	c objective function=3
16.43/17.51	c Total wall clock time (in seconds): 17.285

Verifier Data

OK	3

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 0.69 0.24 0.08 3/106 25068
/proc/meminfo: memFree=1670636/2059040 swapFree=4161224/4192956
[pid=25068] ppid=25066 vsize=392 CPUtime=0
/proc/25068/stat : 25068 (java6) S 25066 25068 24705 0 -1 4194304 120 0 0 0 0 0 0 0 19 0 1 0 22845258 401408 40 1992294400 134512640 134550932 4293277216 18446744073709551615 2474580 0 2147483391 4096 0 18446744071699379390 0 0 17 1 0 0 0
/proc/25068/statm: 98 40 32 10 0 25 0

[startup+0.071348 s]
/proc/loadavg: 0.69 0.24 0.08 3/106 25068
/proc/meminfo: memFree=1670636/2059040 swapFree=4161224/4192956
[pid=25068] ppid=25066 vsize=1521796 CPUtime=0.05
/proc/25068/stat : 25068 (java) S 25066 25068 24705 0 -1 4202496 3685 0 1 0 3 2 0 0 15 0 7 0 22845258 1558319104 3127 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/25068/statm: 380449 3127 1033 10 0 377759 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1521796

[startup+0.10135 s]
/proc/loadavg: 0.69 0.24 0.08 3/106 25068
/proc/meminfo: memFree=1670636/2059040 swapFree=4161224/4192956
[pid=25068] ppid=25066 vsize=1524020 CPUtime=0.08
/proc/25068/stat : 25068 (java) S 25066 25068 24705 0 -1 4202496 3932 0 1 0 5 3 0 0 15 0 12 0 22845258 1560596480 3372 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25068/statm: 381005 3372 1072 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524020

[startup+0.302372 s]
/proc/loadavg: 0.69 0.24 0.08 3/106 25068
/proc/meminfo: memFree=1670636/2059040 swapFree=4161224/4192956
[pid=25068] ppid=25066 vsize=1527012 CPUtime=0.35
/proc/25068/stat : 25068 (java) S 25066 25068 24705 0 -1 4202496 5406 0 1 0 30 5 0 0 15 0 14 0 22845258 1563660288 4844 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25068/statm: 381753 4844 1353 10 0 379056 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1527012

[startup+0.701419 s]
/proc/loadavg: 0.69 0.24 0.08 3/106 25068
/proc/meminfo: memFree=1670636/2059040 swapFree=4161224/4192956
[pid=25068] ppid=25066 vsize=1530760 CPUtime=1.15
/proc/25068/stat : 25068 (java) S 25066 25068 24705 0 -1 4202496 8077 0 1 0 109 6 0 0 15 0 16 0 22845258 1567498240 7021 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25068/statm: 382690 7021 1409 10 0 379993 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 1530760

[startup+1.5025 s]
/proc/loadavg: 0.69 0.24 0.08 5/122 25084
/proc/meminfo: memFree=1642428/2059040 swapFree=4161224/4192956
[pid=25068] ppid=25066 vsize=1539912 CPUtime=2.73
/proc/25068/stat : 25068 (java) S 25066 25068 24705 0 -1 4202496 18475 0 1 0 262 11 0 0 15 0 16 0 22845258 1576869888 15619 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25068/statm: 384978 15628 1423 10 0 382281 0
[pid=25068/tid=25070] ppid=25066 vsize=1539912 CPUtime=0.25
/proc/25068/task/25070/stat : 25070 (java) S 25066 25068 24705 0 -1 4202560 3773 0 1 0 22 3 0 0 18 0 16 0 22845260 1576869888 15628 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25071] ppid=25066 vsize=1539912 CPUtime=0
/proc/25068/task/25071/stat : 25071 (java) S 25066 25068 24705 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 16 0 22845261 1576869888 15628 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25072] ppid=25066 vsize=1539912 CPUtime=0
/proc/25068/task/25072/stat : 25072 (java) S 25066 25068 24705 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 22845261 1576869888 15628 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25073] ppid=25066 vsize=1539912 CPUtime=0
/proc/25068/task/25073/stat : 25073 (java) S 25066 25068 24705 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 22845263 1576869888 15628 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 0 0 16800975 18446604437861254464 0 0 -1 1 0 0 0
[pid=25068/tid=25074] ppid=25066 vsize=1539912 CPUtime=0
/proc/25068/task/25074/stat : 25074 (java) S 25066 25068 24705 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 22845263 1576869888 15628 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25075] ppid=25066 vsize=1539912 CPUtime=0
/proc/25068/task/25075/stat : 25075 (java) S 25066 25068 24705 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 22845263 1576869888 15628 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25076] ppid=25066 vsize=1539912 CPUtime=0
/proc/25068/task/25076/stat : 25076 (java) S 25066 25068 24705 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 22845268 1576869888 15628 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25077] ppid=25066 vsize=1539912 CPUtime=0.72
/proc/25068/task/25077/stat : 25077 (java) R 25066 25068 24705 0 -1 4202560 2552 0 0 0 72 0 0 0 16 0 16 0 22845268 1576869888 15628 1992294400 134512640 134550932 4293581152 18446744073709551615 103675532 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25068/tid=25078] ppid=25066 vsize=1539912 CPUtime=0.92
/proc/25068/task/25078/stat : 25078 (java) R 25066 25068 24705 0 -1 4202560 3434 0 0 0 91 1 0 0 16 0 16 0 22845268 1576869888 15632 1992294400 134512640 134550932 4293581152 18446744073709551615 105569458 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25068/tid=25079] ppid=25066 vsize=1539912 CPUtime=0
/proc/25068/task/25079/stat : 25079 (java) S 25066 25068 24705 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 22845268 1576869888 15641 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25080] ppid=25066 vsize=1539912 CPUtime=0
/proc/25068/task/25080/stat : 25080 (java) S 25066 25068 24705 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 22845268 1576869888 15654 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25081] ppid=25066 vsize=1539912 CPUtime=0.12
/proc/25068/task/25081/stat : 25081 (java) R 25066 25068 24705 0 -1 4202560 383 0 0 0 12 0 0 0 25 0 16 0 22845288 1576869888 15666 1992294400 134512640 134550932 4293581152 18446744073709551615 4108905917 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25068/tid=25082] ppid=25066 vsize=1539912 CPUtime=0.66
/proc/25068/task/25082/stat : 25082 (java) R 25066 25068 24705 0 -1 4202560 7274 0 0 0 63 3 0 0 18 0 16 0 22845288 1576869888 15679 1992294400 134512640 134550932 4293581152 18446744073709551615 4108890608 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25068/tid=25083] ppid=25066 vsize=1539912 CPUtime=0
/proc/25068/task/25083/stat : 25083 (java) S 25066 25068 24705 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 22845288 1576869888 15692 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 1 0 0 0
[pid=25068/tid=25084] ppid=25066 vsize=1539912 CPUtime=0
/proc/25068/task/25084/stat : 25084 (java) S 25066 25068 24705 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 22845288 1576869888 15703 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 1539912

[startup+3.10166 s]
/proc/loadavg: 0.69 0.24 0.08 1/120 25084
/proc/meminfo: memFree=1601276/2059040 swapFree=4161224/4192956
[pid=25068] ppid=25066 vsize=1543860 CPUtime=4.14
/proc/25068/stat : 25068 (java) S 25066 25068 24705 0 -1 4202496 26228 0 1 0 400 14 0 0 15 0 14 0 22845258 1580912640 20454 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25068/statm: 385965 20454 1429 10 0 383268 0
[pid=25068/tid=25070] ppid=25066 vsize=1543860 CPUtime=0.25
/proc/25068/task/25070/stat : 25070 (java) S 25066 25068 24705 0 -1 4202560 3776 0 1 0 22 3 0 0 19 0 14 0 22845260 1580912640 20454 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25071] ppid=25066 vsize=1543860 CPUtime=0
/proc/25068/task/25071/stat : 25071 (java) S 25066 25068 24705 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 14 0 22845261 1580912640 20454 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25072] ppid=25066 vsize=1543860 CPUtime=0
/proc/25068/task/25072/stat : 25072 (java) S 25066 25068 24705 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 22845261 1580912640 20454 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25073] ppid=25066 vsize=1543860 CPUtime=0
/proc/25068/task/25073/stat : 25073 (java) S 25066 25068 24705 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 22845263 1580912640 20454 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 0 0 16800975 18446604437861254464 0 0 -1 1 0 0 0
[pid=25068/tid=25074] ppid=25066 vsize=1543860 CPUtime=0
/proc/25068/task/25074/stat : 25074 (java) S 25066 25068 24705 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 14 0 22845263 1580912640 20454 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25075] ppid=25066 vsize=1543860 CPUtime=0
/proc/25068/task/25075/stat : 25075 (java) S 25066 25068 24705 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 14 0 22845263 1580912640 20454 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25076] ppid=25066 vsize=1543860 CPUtime=0
/proc/25068/task/25076/stat : 25076 (java) S 25066 25068 24705 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 22845268 1580912640 20454 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25077] ppid=25066 vsize=1543860 CPUtime=1.23
/proc/25068/task/25077/stat : 25077 (java) S 25066 25068 24705 0 -1 4202560 4788 0 0 0 122 1 0 0 15 0 14 0 22845268 1580912640 20454 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25078] ppid=25066 vsize=1543860 CPUtime=1.55
/proc/25068/task/25078/stat : 25078 (java) S 25066 25068 24705 0 -1 4202560 5317 0 0 0 153 2 0 0 16 0 14 0 22845268 1580912640 20454 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 1 0 0 0
[pid=25068/tid=25079] ppid=25066 vsize=1543860 CPUtime=0
/proc/25068/task/25079/stat : 25079 (java) S 25066 25068 24705 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 22845268 1580912640 20454 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25080] ppid=25066 vsize=1543860 CPUtime=0
/proc/25068/task/25080/stat : 25080 (java) S 25066 25068 24705 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 22845268 1580912640 20454 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25083] ppid=25066 vsize=1543860 CPUtime=0
/proc/25068/task/25083/stat : 25083 (java) S 25066 25068 24705 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 22845288 1580912640 20454 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 1 0 0 0
[pid=25068/tid=25084] ppid=25066 vsize=1543860 CPUtime=0
/proc/25068/task/25084/stat : 25084 (java) S 25066 25068 24705 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 22845288 1580912640 20454 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.14
Current children cumulated vsize (KiB) 1543860

[startup+6.302 s]
/proc/loadavg: 0.63 0.23 0.08 3/121 25092
/proc/meminfo: memFree=1564564/2059040 swapFree=4161224/4192956
[pid=25068] ppid=25066 vsize=1542868 CPUtime=5.49
/proc/25068/stat : 25068 (java) S 25066 25068 24705 0 -1 4202496 44366 0 1 0 527 22 0 0 15 0 15 0 22845258 1579896832 38335 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25068/statm: 385717 38335 1438 10 0 383020 0
[pid=25068/tid=25070] ppid=25066 vsize=1542868 CPUtime=0.25
/proc/25068/task/25070/stat : 25070 (java) S 25066 25068 24705 0 -1 4202560 3781 0 1 0 22 3 0 0 19 0 15 0 22845260 1579896832 38335 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25071] ppid=25066 vsize=1542868 CPUtime=0.01
/proc/25068/task/25071/stat : 25071 (java) S 25066 25068 24705 0 -1 4202560 542 0 0 0 1 0 0 0 15 0 15 0 22845261 1579896832 38335 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25072] ppid=25066 vsize=1542868 CPUtime=0
/proc/25068/task/25072/stat : 25072 (java) S 25066 25068 24705 0 -1 4202560 522 0 0 0 0 0 0 0 16 0 15 0 22845261 1579896832 38335 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 1 0 0 0
[pid=25068/tid=25073] ppid=25066 vsize=1542868 CPUtime=0
/proc/25068/task/25073/stat : 25073 (java) S 25066 25068 24705 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 15 0 22845263 1579896832 38335 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 0 0 16800975 18446604437861254464 0 0 -1 1 0 0 0
[pid=25068/tid=25074] ppid=25066 vsize=1542868 CPUtime=0
/proc/25068/task/25074/stat : 25074 (java) S 25066 25068 24705 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 15 0 22845263 1579896832 38335 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25075] ppid=25066 vsize=1542868 CPUtime=0
/proc/25068/task/25075/stat : 25075 (java) S 25066 25068 24705 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 15 0 22845263 1579896832 38335 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25076] ppid=25066 vsize=1542868 CPUtime=0
/proc/25068/task/25076/stat : 25076 (java) S 25066 25068 24705 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 15 0 22845268 1579896832 38335 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25077] ppid=25066 vsize=1542868 CPUtime=1.3
/proc/25068/task/25077/stat : 25077 (java) S 25066 25068 24705 0 -1 4202560 4791 0 0 0 129 1 0 0 16 0 15 0 22845268 1579896832 38335 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25078] ppid=25066 vsize=1542868 CPUtime=1.64
/proc/25068/task/25078/stat : 25078 (java) S 25066 25068 24705 0 -1 4202560 5320 0 0 0 162 2 0 0 15 0 15 0 22845268 1579896832 38335 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 1 0 0 0
[pid=25068/tid=25079] ppid=25066 vsize=1542868 CPUtime=0
/proc/25068/task/25079/stat : 25079 (java) S 25066 25068 24705 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 15 0 22845268 1579896832 38335 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25080] ppid=25066 vsize=1542868 CPUtime=0
/proc/25068/task/25080/stat : 25080 (java) S 25066 25068 24705 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 15 0 22845268 1579896832 38335 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25083] ppid=25066 vsize=1542868 CPUtime=0
/proc/25068/task/25083/stat : 25083 (java) S 25066 25068 24705 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 15 0 22845288 1579896832 38335 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 1 0 0 0
[pid=25068/tid=25084] ppid=25066 vsize=1542868 CPUtime=0
/proc/25068/task/25084/stat : 25084 (java) S 25066 25068 24705 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 15 0 22845288 1579896832 38335 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 1 0 0 0
[pid=25068/tid=25092] ppid=25066 vsize=1542868 CPUtime=0.94
/proc/25068/task/25092/stat : 25092 (java) R 25066 25068 24705 0 -1 4202560 12832 0 0 0 89 5 0 0 23 0 15 0 22845790 1579896832 38335 1992294400 134512640 134550932 4293581152 18446744073709551615 4109013019 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.49
Current children cumulated vsize (KiB) 1542868

[startup+12.7017 s]
/proc/loadavg: 0.66 0.25 0.09 2/121 25092
/proc/meminfo: memFree=1487436/2059040 swapFree=4161224/4192956
[pid=25068] ppid=25066 vsize=1540732 CPUtime=12.09
/proc/25068/stat : 25068 (java) S 25066 25068 24705 0 -1 4202496 53809 0 1 0 1183 26 0 0 15 0 15 0 22845258 1577709568 47025 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25068/statm: 385183 47025 1442 10 0 382486 0
[pid=25068/tid=25070] ppid=25066 vsize=1540732 CPUtime=0.25
/proc/25068/task/25070/stat : 25070 (java) S 25066 25068 24705 0 -1 4202560 3781 0 1 0 22 3 0 0 18 0 15 0 22845260 1577709568 47025 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25071] ppid=25066 vsize=1540732 CPUtime=0.1
/proc/25068/task/25071/stat : 25071 (java) S 25066 25068 24705 0 -1 4202560 2663 0 0 0 10 0 0 0 15 0 15 0 22845261 1577709568 47025 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25072] ppid=25066 vsize=1540732 CPUtime=0.1
/proc/25068/task/25072/stat : 25072 (java) S 25066 25068 24705 0 -1 4202560 2460 0 0 0 9 1 0 0 16 0 15 0 22845261 1577709568 47025 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 1 0 0 0
[pid=25068/tid=25073] ppid=25066 vsize=1540732 CPUtime=0
/proc/25068/task/25073/stat : 25073 (java) S 25066 25068 24705 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 15 0 22845263 1577709568 47025 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 0 0 16800975 18446604437861254464 0 0 -1 1 0 0 0
[pid=25068/tid=25074] ppid=25066 vsize=1540732 CPUtime=0
/proc/25068/task/25074/stat : 25074 (java) S 25066 25068 24705 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 15 0 22845263 1577709568 47025 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25075] ppid=25066 vsize=1540732 CPUtime=0
/proc/25068/task/25075/stat : 25075 (java) S 25066 25068 24705 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 15 0 22845263 1577709568 47025 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25076] ppid=25066 vsize=1540732 CPUtime=0
/proc/25068/task/25076/stat : 25076 (java) S 25066 25068 24705 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 15 0 22845268 1577709568 47025 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25077] ppid=25066 vsize=1540732 CPUtime=1.4
/proc/25068/task/25077/stat : 25077 (java) S 25066 25068 24705 0 -1 4202560 4802 0 0 0 139 1 0 0 15 0 15 0 22845268 1577709568 47025 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25078] ppid=25066 vsize=1540732 CPUtime=1.64
/proc/25068/task/25078/stat : 25078 (java) S 25066 25068 24705 0 -1 4202560 5320 0 0 0 162 2 0 0 15 0 15 0 22845268 1577709568 47025 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 1 0 0 0
[pid=25068/tid=25079] ppid=25066 vsize=1540732 CPUtime=0
/proc/25068/task/25079/stat : 25079 (java) S 25066 25068 24705 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 15 0 22845268 1577709568 47025 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25080] ppid=25066 vsize=1540732 CPUtime=0
/proc/25068/task/25080/stat : 25080 (java) S 25066 25068 24705 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 15 0 22845268 1577709568 47025 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25083] ppid=25066 vsize=1540732 CPUtime=0
/proc/25068/task/25083/stat : 25083 (java) S 25066 25068 24705 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 15 0 22845288 1577709568 47025 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 1 0 0 0
[pid=25068/tid=25084] ppid=25066 vsize=1540732 CPUtime=0
/proc/25068/task/25084/stat : 25084 (java) S 25066 25068 24705 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 15 0 22845288 1577709568 47025 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 1 0 0 0
[pid=25068/tid=25092] ppid=25066 vsize=1540732 CPUtime=7.22
/proc/25068/task/25092/stat : 25092 (java) R 25066 25068 24705 0 -1 4202560 18193 0 0 0 716 6 0 0 25 0 15 0 22845790 1577709568 47025 1992294400 134512640 134550932 4293581152 18446744073709551615 4108903987 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.09
Current children cumulated vsize (KiB) 1540732

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

[startup+15.902 s]
/proc/loadavg: 0.69 0.26 0.09 3/121 25092
/proc/meminfo: memFree=1485700/2059040 swapFree=4161224/4192956
[pid=25068] ppid=25066 vsize=1540732 CPUtime=15.31
/proc/25068/stat : 25068 (java) S 25066 25068 24705 0 -1 4202496 54254 0 1 0 1505 26 0 0 15 0 15 0 22845258 1577709568 47425 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25068/statm: 385183 47425 1442 10 0 382486 0
[pid=25068/tid=25070] ppid=25066 vsize=1540732 CPUtime=0.25
/proc/25068/task/25070/stat : 25070 (java) S 25066 25068 24705 0 -1 4202560 3781 0 1 0 22 3 0 0 18 0 15 0 22845260 1577709568 47425 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25071] ppid=25066 vsize=1540732 CPUtime=0.12
/proc/25068/task/25071/stat : 25071 (java) S 25066 25068 24705 0 -1 4202560 2874 0 0 0 12 0 0 0 16 0 15 0 22845261 1577709568 47425 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 1 0 0 0
[pid=25068/tid=25072] ppid=25066 vsize=1540732 CPUtime=0.12
/proc/25068/task/25072/stat : 25072 (java) S 25066 25068 24705 0 -1 4202560 2690 0 0 0 11 1 0 0 15 0 15 0 22845261 1577709568 47425 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25073] ppid=25066 vsize=1540732 CPUtime=0
/proc/25068/task/25073/stat : 25073 (java) S 25066 25068 24705 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 15 0 22845263 1577709568 47425 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 0 0 16800975 18446604437861254464 0 0 -1 1 0 0 0
[pid=25068/tid=25074] ppid=25066 vsize=1540732 CPUtime=0
/proc/25068/task/25074/stat : 25074 (java) S 25066 25068 24705 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 15 0 22845263 1577709568 47425 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25075] ppid=25066 vsize=1540732 CPUtime=0
/proc/25068/task/25075/stat : 25075 (java) S 25066 25068 24705 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 15 0 22845263 1577709568 47425 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25076] ppid=25066 vsize=1540732 CPUtime=0
/proc/25068/task/25076/stat : 25076 (java) S 25066 25068 24705 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 15 0 22845268 1577709568 47425 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25077] ppid=25066 vsize=1540732 CPUtime=1.4
/proc/25068/task/25077/stat : 25077 (java) S 25066 25068 24705 0 -1 4202560 4802 0 0 0 139 1 0 0 15 0 15 0 22845268 1577709568 47425 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25078] ppid=25066 vsize=1540732 CPUtime=1.64
/proc/25068/task/25078/stat : 25078 (java) S 25066 25068 24705 0 -1 4202560 5320 0 0 0 162 2 0 0 15 0 15 0 22845268 1577709568 47425 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 1 0 0 0
[pid=25068/tid=25079] ppid=25066 vsize=1540732 CPUtime=0
/proc/25068/task/25079/stat : 25079 (java) S 25066 25068 24705 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 15 0 22845268 1577709568 47425 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25080] ppid=25066 vsize=1540732 CPUtime=0
/proc/25068/task/25080/stat : 25080 (java) S 25066 25068 24705 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 15 0 22845268 1577709568 47425 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25083] ppid=25066 vsize=1540732 CPUtime=0
/proc/25068/task/25083/stat : 25083 (java) S 25066 25068 24705 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 15 0 22845288 1577709568 47425 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 1 0 0 0
[pid=25068/tid=25084] ppid=25066 vsize=1540732 CPUtime=0
/proc/25068/task/25084/stat : 25084 (java) S 25066 25068 24705 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 15 0 22845288 1577709568 47425 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 1 0 0 0
[pid=25068/tid=25092] ppid=25066 vsize=1540732 CPUtime=10.4
/proc/25068/task/25092/stat : 25092 (java) R 25066 25068 24705 0 -1 4202560 18197 0 0 0 1034 6 0 0 25 0 15 0 22845790 1577709568 47425 1992294400 134512640 134550932 4293581152 18446744073709551615 4108903632 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.31
Current children cumulated vsize (KiB) 1540732

[startup+16.7021 s]
/proc/loadavg: 0.69 0.26 0.09 2/121 25092
/proc/meminfo: memFree=1485328/2059040 swapFree=4161224/4192956
[pid=25068] ppid=25066 vsize=1540732 CPUtime=16.11
/proc/25068/stat : 25068 (java) S 25066 25068 24705 0 -1 4202496 54329 0 1 0 1585 26 0 0 15 0 15 0 22845258 1577709568 47495 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25068/statm: 385183 47495 1442 10 0 382486 0
[pid=25068/tid=25070] ppid=25066 vsize=1540732 CPUtime=0.25
/proc/25068/task/25070/stat : 25070 (java) S 25066 25068 24705 0 -1 4202560 3781 0 1 0 22 3 0 0 18 0 15 0 22845260 1577709568 47495 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25071] ppid=25066 vsize=1540732 CPUtime=0.12
/proc/25068/task/25071/stat : 25071 (java) S 25066 25068 24705 0 -1 4202560 2937 0 0 0 12 0 0 0 15 0 15 0 22845261 1577709568 47495 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 1 0 0 0
[pid=25068/tid=25072] ppid=25066 vsize=1540732 CPUtime=0.12
/proc/25068/task/25072/stat : 25072 (java) S 25066 25068 24705 0 -1 4202560 2701 0 0 0 11 1 0 0 16 0 15 0 22845261 1577709568 47495 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25073] ppid=25066 vsize=1540732 CPUtime=0
/proc/25068/task/25073/stat : 25073 (java) S 25066 25068 24705 0 -1 4202560 22 0 0 0 0 0 0 0 16 0 15 0 22845263 1577709568 47495 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 0 0 16800975 18446604437861254464 0 0 -1 1 0 0 0
[pid=25068/tid=25074] ppid=25066 vsize=1540732 CPUtime=0
/proc/25068/task/25074/stat : 25074 (java) S 25066 25068 24705 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 15 0 22845263 1577709568 47495 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25075] ppid=25066 vsize=1540732 CPUtime=0
/proc/25068/task/25075/stat : 25075 (java) S 25066 25068 24705 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 15 0 22845263 1577709568 47495 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25076] ppid=25066 vsize=1540732 CPUtime=0
/proc/25068/task/25076/stat : 25076 (java) S 25066 25068 24705 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 15 0 22845268 1577709568 47495 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25077] ppid=25066 vsize=1540732 CPUtime=1.4
/proc/25068/task/25077/stat : 25077 (java) S 25066 25068 24705 0 -1 4202560 4802 0 0 0 139 1 0 0 15 0 15 0 22845268 1577709568 47495 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25078] ppid=25066 vsize=1540732 CPUtime=1.64
/proc/25068/task/25078/stat : 25078 (java) S 25066 25068 24705 0 -1 4202560 5320 0 0 0 162 2 0 0 15 0 15 0 22845268 1577709568 47495 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 1 0 0 0
[pid=25068/tid=25079] ppid=25066 vsize=1540732 CPUtime=0
/proc/25068/task/25079/stat : 25079 (java) S 25066 25068 24705 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 15 0 22845268 1577709568 47495 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25080] ppid=25066 vsize=1540732 CPUtime=0
/proc/25068/task/25080/stat : 25080 (java) S 25066 25068 24705 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 15 0 22845268 1577709568 47495 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25083] ppid=25066 vsize=1540732 CPUtime=0
/proc/25068/task/25083/stat : 25083 (java) S 25066 25068 24705 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 15 0 22845288 1577709568 47495 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 1 0 0 0
[pid=25068/tid=25084] ppid=25066 vsize=1540732 CPUtime=0
/proc/25068/task/25084/stat : 25084 (java) S 25066 25068 24705 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 15 0 22845288 1577709568 47495 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 1 0 0 0
[pid=25068/tid=25092] ppid=25066 vsize=1540732 CPUtime=11.19
/proc/25068/task/25092/stat : 25092 (java) R 25066 25068 24705 0 -1 4202560 18198 0 0 0 1113 6 0 0 25 0 15 0 22845790 1577709568 47495 1992294400 134512640 134550932 4293581152 18446744073709551615 4108902243 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 16.11
Current children cumulated vsize (KiB) 1540732

[startup+17.1021 s]
/proc/loadavg: 0.69 0.26 0.09 2/121 25092
/proc/meminfo: memFree=1485328/2059040 swapFree=4161224/4192956
[pid=25068] ppid=25066 vsize=1540732 CPUtime=16.23
/proc/25068/stat : 25068 (java) S 25066 25068 24705 0 -1 4202496 54330 0 1 0 1597 26 0 0 15 0 14 0 22845258 1577709568 47495 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25068/statm: 385183 47495 1442 10 0 382486 0
[pid=25068/tid=25070] ppid=25066 vsize=1540732 CPUtime=0.25
/proc/25068/task/25070/stat : 25070 (java) S 25066 25068 24705 0 -1 4202560 3781 0 1 0 22 3 0 0 18 0 14 0 22845260 1577709568 47495 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25071] ppid=25066 vsize=1540732 CPUtime=0.12
/proc/25068/task/25071/stat : 25071 (java) S 25066 25068 24705 0 -1 4202560 2937 0 0 0 12 0 0 0 15 0 14 0 22845261 1577709568 47495 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 1 0 0 0
[pid=25068/tid=25072] ppid=25066 vsize=1540732 CPUtime=0.12
/proc/25068/task/25072/stat : 25072 (java) S 25066 25068 24705 0 -1 4202560 2701 0 0 0 11 1 0 0 16 0 14 0 22845261 1577709568 47495 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25073] ppid=25066 vsize=1540732 CPUtime=0
/proc/25068/task/25073/stat : 25073 (java) S 25066 25068 24705 0 -1 4202560 22 0 0 0 0 0 0 0 16 0 14 0 22845263 1577709568 47495 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 0 0 16800975 18446604437861254464 0 0 -1 1 0 0 0
[pid=25068/tid=25074] ppid=25066 vsize=1540732 CPUtime=0
/proc/25068/task/25074/stat : 25074 (java) S 25066 25068 24705 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 22845263 1577709568 47495 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25075] ppid=25066 vsize=1540732 CPUtime=0
/proc/25068/task/25075/stat : 25075 (java) S 25066 25068 24705 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 22845263 1577709568 47495 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25076] ppid=25066 vsize=1540732 CPUtime=0
/proc/25068/task/25076/stat : 25076 (java) S 25066 25068 24705 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 22845268 1577709568 47495 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25077] ppid=25066 vsize=1540732 CPUtime=1.4
/proc/25068/task/25077/stat : 25077 (java) S 25066 25068 24705 0 -1 4202560 4802 0 0 0 139 1 0 0 15 0 14 0 22845268 1577709568 47495 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25078] ppid=25066 vsize=1540732 CPUtime=1.64
/proc/25068/task/25078/stat : 25078 (java) S 25066 25068 24705 0 -1 4202560 5320 0 0 0 162 2 0 0 15 0 14 0 22845268 1577709568 47495 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 1 0 0 0
[pid=25068/tid=25079] ppid=25066 vsize=1540732 CPUtime=0
/proc/25068/task/25079/stat : 25079 (java) S 25066 25068 24705 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 22845268 1577709568 47495 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25080] ppid=25066 vsize=1540732 CPUtime=0
/proc/25068/task/25080/stat : 25080 (java) S 25066 25068 24705 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 22845268 1577709568 47495 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25083] ppid=25066 vsize=1540732 CPUtime=0
/proc/25068/task/25083/stat : 25083 (java) S 25066 25068 24705 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 22845288 1577709568 47495 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 1 0 0 0
[pid=25068/tid=25084] ppid=25066 vsize=1540732 CPUtime=0
/proc/25068/task/25084/stat : 25084 (java) S 25066 25068 24705 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 22845288 1577709568 47495 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 16.23
Current children cumulated vsize (KiB) 1540732

[startup+17.5022 s]
/proc/loadavg: 0.69 0.26 0.09 2/120 25092
/proc/meminfo: memFree=1485088/2059040 swapFree=4161224/4192956
[pid=25068] ppid=25066 vsize=1540732 CPUtime=16.43
/proc/25068/stat : 25068 (java) S 25066 25068 24705 0 -1 4202496 54330 0 1 0 1617 26 0 0 15 0 14 0 22845258 1577709568 47495 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25068/statm: 385183 47495 1442 10 0 382486 0
[pid=25068/tid=25070] ppid=25066 vsize=1540732 CPUtime=0.42
/proc/25068/task/25070/stat : 25070 (java) R 25066 25068 24705 0 -1 4202560 3781 0 1 0 39 3 0 0 18 0 14 0 22845260 1577709568 47495 1992294400 134512640 134550932 4293581152 18446744073709551615 4108703507 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25068/tid=25071] ppid=25066 vsize=1540732 CPUtime=0.12
/proc/25068/task/25071/stat : 25071 (java) S 25066 25068 24705 0 -1 4202560 2937 0 0 0 12 0 0 0 15 0 14 0 22845261 1577709568 47495 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 1 0 0 0
[pid=25068/tid=25072] ppid=25066 vsize=1540732 CPUtime=0.12
/proc/25068/task/25072/stat : 25072 (java) S 25066 25068 24705 0 -1 4202560 2701 0 0 0 11 1 0 0 16 0 14 0 22845261 1577709568 47495 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25073] ppid=25066 vsize=1540732 CPUtime=0
/proc/25068/task/25073/stat : 25073 (java) S 25066 25068 24705 0 -1 4202560 22 0 0 0 0 0 0 0 16 0 14 0 22845263 1577709568 47495 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 0 0 16800975 18446604437861254464 0 0 -1 1 0 0 0
[pid=25068/tid=25074] ppid=25066 vsize=1540732 CPUtime=0
/proc/25068/task/25074/stat : 25074 (java) S 25066 25068 24705 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 22845263 1577709568 47495 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25075] ppid=25066 vsize=1540732 CPUtime=0
/proc/25068/task/25075/stat : 25075 (java) S 25066 25068 24705 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 22845263 1577709568 47495 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25076] ppid=25066 vsize=1540732 CPUtime=0
/proc/25068/task/25076/stat : 25076 (java) S 25066 25068 24705 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 22845268 1577709568 47495 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25077] ppid=25066 vsize=1540732 CPUtime=1.44
/proc/25068/task/25077/stat : 25077 (java) S 25066 25068 24705 0 -1 4202560 4802 0 0 0 143 1 0 0 16 0 14 0 22845268 1577709568 47495 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25078] ppid=25066 vsize=1540732 CPUtime=1.64
/proc/25068/task/25078/stat : 25078 (java) S 25066 25068 24705 0 -1 4202560 5320 0 0 0 162 2 0 0 15 0 14 0 22845268 1577709568 47495 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 1 0 0 0
[pid=25068/tid=25079] ppid=25066 vsize=1540732 CPUtime=0
/proc/25068/task/25079/stat : 25079 (java) S 25066 25068 24705 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 22845268 1577709568 47495 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25080] ppid=25066 vsize=1540732 CPUtime=0
/proc/25068/task/25080/stat : 25080 (java) S 25066 25068 24705 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 22845268 1577709568 47495 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 0 0 0 0
[pid=25068/tid=25083] ppid=25066 vsize=1540732 CPUtime=0
/proc/25068/task/25083/stat : 25083 (java) S 25066 25068 24705 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 22845288 1577709568 47495 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 1 0 0 0
[pid=25068/tid=25084] ppid=25066 vsize=1540732 CPUtime=0
/proc/25068/task/25084/stat : 25084 (java) S 25066 25068 24705 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 22845288 1577709568 47495 1992294400 134512640 134550932 4293581152 18446744073709551615 4294960144 0 4 0 16800975 18446604437861254464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 16.43
Current children cumulated vsize (KiB) 1540732

Child status: 30
Real time (s): 17.5714
CPU time (s): 16.4595
CPU user time (s): 16.1755
CPU system time (s): 0.283956
CPU usage (%): 93.6721
Max. virtual memory (cumulated for all children) (KiB): 1545172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.1755
system time used= 0.283956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54337
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= 964
involuntary context switches= 708

runsolver used 0.044993 second user time and 0.118981 second system time

The end

Launcher Data

Begin job on node007 at 2010-07-08 01:45:17
IDJOB=2661680
IDBENCH=47935
IDSOLVER=1166
FILE ID=node007/2661680-1278546317
PBS_JOBID= 11239523
Free space on /tmp= 62492 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=6-P0=41-P1=53-P2=59-B.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661680-1278546317/watcher-2661680-1278546317 -o /tmp/evaluation-result-2661680-1278546317/solver-2661680-1278546317 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661680-1278546317.opb

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

MD5SUM BENCH= 90616edfb9551f327ceab21eaa4edb03
RANDOM SEED=1410510307

node007.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.256
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.51
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.256
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.52
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1670908 kB
Buffers:         66792 kB
Cached:         204708 kB
SwapCached:       1764 kB
Active:         116300 kB
Inactive:       185068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1670908 kB
SwapTotal:     4192956 kB
SwapFree:      4161224 kB
Dirty:             496 kB
Writeback:          12 kB
AnonPages:       28084 kB
Mapped:          13004 kB
Slab:            64692 kB
PageTables:       4084 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181568 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= 62492 MiB
End job on node007 at 2010-07-08 01:45:35