Trace number 2663144

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-31UNSAT 20.038 11.3121

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-stair.opb
MD5SUM93ec90d2ad0b276483c19ced945be9c0
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 benchmark11.2783
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables11454
Total number of constraints362
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 constraints362
Minimum length of a constraint13
Maximum length of a constraint810
Number of terms in the objective function 30
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073741823
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 528959045369856
Number of bits of the biggest number in a constraint 49
Biggest sum of numbers in a constraint 3702118998041541
Number of bits of the biggest sum of numbers52
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.15	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.15	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.23	c Pseudo Boolean Optimization
0.21/0.23	c ManyCore solver with 2 solvers running in parallel
0.21/0.23	c --- Begin Solver configuration ---
0.21/0.23	c Stops conflict analysis at the first Unique Implication Point
0.21/0.23	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.21/0.23	c Learn all clauses as in MiniSAT
0.21/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.23	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.21/0.23	c Expensive reason simplification
0.21/0.23	c Armin Biere (Picosat) restarts strategy
0.21/0.23	c Glucose learned constraints deletion strategy
0.21/0.23	c timeout=2147483s
0.21/0.23	c DB Simplification allowed=false
0.21/0.23	c --- End Solver configuration ---
0.21/0.23	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.21/0.23	c --- Begin Solver configuration ---
0.21/0.23	c Stops conflict analysis at the first Unique Implication Point
0.21/0.23	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.21/0.23	c Learn all clauses as in MiniSAT
0.21/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.23	c No reason simplification
0.21/0.23	c Armin Biere (Picosat) restarts strategy
0.21/0.23	c Glucose learned constraints deletion strategy
0.21/0.23	c timeout=2147483s
0.21/0.23	c DB Simplification allowed=false
0.21/0.23	c --- End Solver configuration ---
0.21/0.23	
0.21/0.23	c solving HOME/instance-2663144-1276548168.opb
0.21/0.23	c reading problem ... 
3.14/1.98	c ... done. Wall clock time 1.752s.
3.14/1.98	c #vars     11454
3.14/1.98	c #constraints  1197
3.14/1.98	c constraints type 
3.14/1.98	c org.sat4j.pb.constraints.pb.MaxWatchPb => 571
3.14/1.98	c constraints type 
3.14/1.98	c org.sat4j.pb.constraints.pb.MaxWatchPb => 571
11.57/6.25	c cleaning 2499 clauses out of 4997 with flag 5000/5000
15.58/8.40	c cleaning 4249 clauses out of 8498 with flag 11000/11000
19.83/10.57	c And the winner is Resolution
19.98/11.26	c starts		: 42
19.98/11.26	c conflicts		: 16492
19.98/11.26	c decisions		: 18269
19.98/11.26	c propagations		: 338129
19.98/11.26	c inspects		: 6861447
19.98/11.26	c learnt literals	: 12
19.98/11.26	c learnt binary clauses	: 53
19.98/11.26	c learnt ternary clauses	: 200
19.98/11.26	c learnt clauses	: 16479
19.98/11.26	c ignored clauses	: 0
19.98/11.26	c root simplifications	: 0
19.98/11.26	c removed literals (reason simplification)	: 255960
19.98/11.26	c reason swapping (by a shorter reason)	: 0
19.98/11.26	c Calls to reduceDB	: 2
19.98/11.26	c number of reductions to clauses (during analyze)	: 0
19.98/11.26	c number of learned constraints concerned by reduction	: 0
19.98/11.26	c number of learning phase by resolution	: 0
19.98/11.26	c number of learning phase by cutting planes	: 0
19.98/11.26	c speed (assignments/second)	: 36455.956873315365
19.98/11.26	c non guided choices	0
19.98/11.28	c learnt constraints type 
19.98/11.28	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 9678
19.98/11.28	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 53
19.98/11.28	c constraints type 
19.98/11.28	c org.sat4j.pb.constraints.pb.MaxWatchPb => 571
19.98/11.28	c constraints type 
19.98/11.28	c org.sat4j.pb.constraints.pb.MaxWatchPb => 571
19.98/11.28	s UNSATISFIABLE
19.98/11.28	c Total wall clock time (in seconds): 11.049

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-2663144-1276548168/watcher-2663144-1276548168 -o /tmp/evaluation-result-2663144-1276548168/solver-2663144-1276548168 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663144-1276548168.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.92 0.98 0.99 3/106 29474
/proc/meminfo: memFree=1832352/2059040 swapFree=4140300/4192956
[pid=29474] ppid=29472 vsize=1832 CPUtime=0
/proc/29474/stat : 29474 (java6) S 29472 29474 29356 0 -1 4194304 250 0 0 0 0 0 0 0 23 0 1 0 28468711 1875968 153 1992294400 134512640 134550932 4290496912 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699424446 0 0 17 1 0 0 0
/proc/29474/statm: 458 153 116 10 0 63 0

[startup+0.057399 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 29474
/proc/meminfo: memFree=1832352/2059040 swapFree=4140300/4192956
[pid=29474] ppid=29472 vsize=1521664 CPUtime=0.03
/proc/29474/stat : 29474 (java) S 29472 29474 29356 0 -1 4202496 3539 0 1 0 2 1 0 0 23 0 7 0 28468711 1558183936 2981 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/29474/statm: 380416 2981 1008 10 0 377726 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1521664

[startup+0.101407 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 29474
/proc/meminfo: memFree=1832352/2059040 swapFree=4140300/4192956
[pid=29474] ppid=29472 vsize=1521796 CPUtime=0.08
/proc/29474/stat : 29474 (java) S 29472 29474 29356 0 -1 4202496 3869 0 1 0 6 2 0 0 23 0 7 0 28468711 1558319104 3311 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/29474/statm: 380449 3311 1048 10 0 377759 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1521796

[startup+0.300439 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 29474
/proc/meminfo: memFree=1832352/2059040 swapFree=4140300/4192956
[pid=29474] ppid=29472 vsize=1526276 CPUtime=0.35
/proc/29474/stat : 29474 (java) S 29472 29474 29356 0 -1 4202496 5458 0 1 0 32 3 0 0 23 0 12 0 28468711 1562906624 4896 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29474/statm: 381569 4896 1357 10 0 378872 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526276

[startup+0.70051 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 29474
/proc/meminfo: memFree=1832352/2059040 swapFree=4140300/4192956
[pid=29474] ppid=29472 vsize=1536532 CPUtime=1.14
/proc/29474/stat : 29474 (java) S 29472 29474 29356 0 -1 4202496 9445 0 1 0 109 5 0 0 23 0 12 0 28468711 1573408768 8441 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29474/statm: 384133 8441 1397 10 0 381436 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1536532

[startup+1.50166 s]
/proc/loadavg: 0.92 0.98 0.99 5/118 29486
/proc/meminfo: memFree=1796732/2059040 swapFree=4140300/4192956
[pid=29474] ppid=29472 vsize=1539372 CPUtime=2.72
/proc/29474/stat : 29474 (java) S 29472 29474 29356 0 -1 4202496 18181 0 1 0 264 8 0 0 23 0 12 0 28468711 1576316928 15259 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29474/statm: 384843 15259 1405 10 0 382146 0
[pid=29474/tid=29476] ppid=29472 vsize=1539372 CPUtime=1.44
/proc/29474/task/29476/stat : 29476 (java) R 29472 29474 29356 0 -1 4202560 10828 0 1 0 139 5 0 0 25 0 12 0 28468713 1576316928 15259 1992294400 134512640 134550932 4291045456 18446744073709551615 4109427595 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29474/tid=29477] ppid=29472 vsize=1539372 CPUtime=0
/proc/29474/task/29477/stat : 29477 (java) S 29472 29474 29356 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 12 0 28468715 1576316928 15259 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 0 0 0 0
[pid=29474/tid=29478] ppid=29472 vsize=1539372 CPUtime=0
/proc/29474/task/29478/stat : 29478 (java) S 29472 29474 29356 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 28468715 1576316928 15259 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 0 0 0 0
[pid=29474/tid=29479] ppid=29472 vsize=1539372 CPUtime=0
/proc/29474/task/29479/stat : 29479 (java) S 29472 29474 29356 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 28468716 1576316928 15259 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 0 0 16800975 18446604437800794816 0 0 -1 0 0 0 0
[pid=29474/tid=29480] ppid=29472 vsize=1539372 CPUtime=0
/proc/29474/task/29480/stat : 29480 (java) S 29472 29474 29356 0 -1 4202560 11 0 0 0 0 0 0 0 25 0 12 0 28468717 1576316928 15259 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 0 0 0 0
[pid=29474/tid=29481] ppid=29472 vsize=1539372 CPUtime=0
/proc/29474/task/29481/stat : 29481 (java) S 29472 29474 29356 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 12 0 28468717 1576316928 15259 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 0 0 0 0
[pid=29474/tid=29482] ppid=29472 vsize=1539372 CPUtime=0
/proc/29474/task/29482/stat : 29482 (java) S 29472 29474 29356 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 28468722 1576316928 15259 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 0 0 0 0
[pid=29474/tid=29483] ppid=29472 vsize=1539372 CPUtime=0.02
/proc/29474/task/29483/stat : 29483 (java) S 29472 29474 29356 0 -1 4202560 80 0 0 0 2 0 0 0 24 0 12 0 28468722 1576316928 15259 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 1 0 0 0
[pid=29474/tid=29484] ppid=29472 vsize=1539372 CPUtime=1.23
/proc/29474/task/29484/stat : 29484 (java) S 29472 29474 29356 0 -1 4202560 6209 0 0 0 121 2 0 0 18 0 12 0 28468722 1576316928 15259 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 1 0 0 0
[pid=29474/tid=29485] ppid=29472 vsize=1539372 CPUtime=0
/proc/29474/task/29485/stat : 29485 (java) S 29472 29474 29356 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 28468722 1576316928 15259 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 0 0 0 0
[pid=29474/tid=29486] ppid=29472 vsize=1539372 CPUtime=0
/proc/29474/task/29486/stat : 29486 (java) S 29472 29474 29356 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 28468722 1576316928 15259 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 1539372

[startup+3.10196 s]
/proc/loadavg: 0.92 0.98 0.99 6/121 29489
/proc/meminfo: memFree=1726772/2059040 swapFree=4140300/4192956
[pid=29474] ppid=29472 vsize=1540832 CPUtime=5.43
/proc/29474/stat : 29474 (java) S 29472 29474 29356 0 -1 4202496 38027 0 1 0 525 18 0 0 23 0 16 0 28468711 1577811968 34904 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29474/statm: 385208 34904 1423 10 0 382511 0
[pid=29474/tid=29476] ppid=29472 vsize=1540832 CPUtime=1.92
/proc/29474/task/29476/stat : 29476 (java) S 29472 29474 29356 0 -1 4202560 22626 0 1 0 181 11 0 0 18 0 16 0 28468713 1577811968 34904 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 1 0 0 0
[pid=29474/tid=29477] ppid=29472 vsize=1540832 CPUtime=0
/proc/29474/task/29477/stat : 29477 (java) S 29472 29474 29356 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 28468715 1577811968 34904 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 0 0 0 0
[pid=29474/tid=29478] ppid=29472 vsize=1540832 CPUtime=0
/proc/29474/task/29478/stat : 29478 (java) S 29472 29474 29356 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 28468715 1577811968 34904 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 0 0 0 0
[pid=29474/tid=29479] ppid=29472 vsize=1540832 CPUtime=0
/proc/29474/task/29479/stat : 29479 (java) S 29472 29474 29356 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 16 0 28468716 1577811968 34904 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 0 0 16800975 18446604437800794816 0 0 -1 0 0 0 0
[pid=29474/tid=29480] ppid=29472 vsize=1540832 CPUtime=0
/proc/29474/task/29480/stat : 29480 (java) S 29472 29474 29356 0 -1 4202560 11 0 0 0 0 0 0 0 25 0 16 0 28468717 1577811968 34904 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 0 0 0 0
[pid=29474/tid=29481] ppid=29472 vsize=1540832 CPUtime=0
/proc/29474/task/29481/stat : 29481 (java) S 29472 29474 29356 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 28468717 1577811968 34904 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 0 0 0 0
[pid=29474/tid=29482] ppid=29472 vsize=1540832 CPUtime=0
/proc/29474/task/29482/stat : 29482 (java) S 29472 29474 29356 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 28468722 1577811968 34904 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 0 0 0 0
[pid=29474/tid=29483] ppid=29472 vsize=1540832 CPUtime=0.21
/proc/29474/task/29483/stat : 29483 (java) S 29472 29474 29356 0 -1 4202560 374 0 0 0 21 0 0 0 16 0 16 0 28468722 1577811968 34904 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 0 0 0 0
[pid=29474/tid=29484] ppid=29472 vsize=1540832 CPUtime=2.23
/proc/29474/task/29484/stat : 29484 (java) R 29472 29474 29356 0 -1 4202560 6331 0 0 0 221 2 0 0 16 0 16 0 28468722 1577811968 34904 1992294400 134512640 134550932 4291045456 18446744073709551615 102542528 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29474/tid=29485] ppid=29472 vsize=1540832 CPUtime=0
/proc/29474/task/29485/stat : 29485 (java) S 29472 29474 29356 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 28468722 1577811968 34904 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 0 0 0 0
[pid=29474/tid=29486] ppid=29472 vsize=1540832 CPUtime=0
/proc/29474/task/29486/stat : 29486 (java) S 29472 29474 29356 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 28468722 1577811968 34904 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 0 0 0 0
[pid=29474/tid=29487] ppid=29472 vsize=1540832 CPUtime=0.38
/proc/29474/task/29487/stat : 29487 (java) R 29472 29474 29356 0 -1 4202560 2512 0 0 0 37 1 0 0 25 0 16 0 28468910 1577811968 34904 1992294400 134512640 134550932 4291045456 18446744073709551615 103942672 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29474/tid=29488] ppid=29472 vsize=1540832 CPUtime=0.64
/proc/29474/task/29488/stat : 29488 (java) R 29472 29474 29356 0 -1 4202560 5111 0 0 0 63 1 0 0 19 0 16 0 28468910 1577811968 34904 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29474/tid=29489] ppid=29472 vsize=1540832 CPUtime=0
/proc/29474/task/29489/stat : 29489 (java) S 29472 29474 29356 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 28468920 1577811968 34904 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.43
Current children cumulated vsize (KiB) 1540832

[startup+6.30154 s]
/proc/loadavg: 1.09 1.02 1.01 3/122 29490
/proc/meminfo: memFree=1653108/2059040 swapFree=4140300/4192956
[pid=29474] ppid=29472 vsize=1542184 CPUtime=11.77
/proc/29474/stat : 29474 (java) S 29472 29474 29356 0 -1 4202496 50946 0 1 0 1154 23 0 0 23 0 16 0 28468711 1579196416 46314 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29474/statm: 385546 46314 1442 10 0 382849 0
[pid=29474/tid=29476] ppid=29472 vsize=1542184 CPUtime=1.92
/proc/29474/task/29476/stat : 29476 (java) S 29472 29474 29356 0 -1 4202560 22627 0 1 0 181 11 0 0 18 0 16 0 28468713 1579196416 46314 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 1 0 0 0
[pid=29474/tid=29477] ppid=29472 vsize=1542184 CPUtime=0.32
/proc/29474/task/29477/stat : 29477 (java) R 29472 29474 29356 0 -1 4202560 4535 0 0 0 31 1 0 0 18 0 16 0 28468715 1579196416 46314 1992294400 134512640 134550932 4291045456 18446744073709551615 104188391 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29474/tid=29478] ppid=29472 vsize=1542184 CPUtime=0.32
/proc/29474/task/29478/stat : 29478 (java) R 29472 29474 29356 0 -1 4202560 4851 0 0 0 31 1 0 0 17 0 16 0 28468715 1579196416 46314 1992294400 134512640 134550932 4291045456 18446744073709551615 106196752 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29474/tid=29479] ppid=29472 vsize=1542184 CPUtime=0
/proc/29474/task/29479/stat : 29479 (java) S 29472 29474 29356 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 16 0 28468716 1579196416 46314 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 0 0 16800975 18446604437800794816 0 0 -1 0 0 0 0
[pid=29474/tid=29480] ppid=29472 vsize=1542184 CPUtime=0
/proc/29474/task/29480/stat : 29480 (java) S 29472 29474 29356 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 28468717 1579196416 46314 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 0 0 0 0
[pid=29474/tid=29481] ppid=29472 vsize=1542184 CPUtime=0
/proc/29474/task/29481/stat : 29481 (java) S 29472 29474 29356 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 28468717 1579196416 46314 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 0 0 0 0
[pid=29474/tid=29482] ppid=29472 vsize=1542184 CPUtime=0
/proc/29474/task/29482/stat : 29482 (java) S 29472 29474 29356 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 28468722 1579196416 46314 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 0 0 0 0
[pid=29474/tid=29483] ppid=29472 vsize=1542184 CPUtime=0.5
/proc/29474/task/29483/stat : 29483 (java) S 29472 29474 29356 0 -1 4202560 754 0 0 0 50 0 0 0 15 0 16 0 28468722 1579196416 46314 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 0 0 0 0
[pid=29474/tid=29484] ppid=29472 vsize=1542184 CPUtime=3.07
/proc/29474/task/29484/stat : 29484 (java) S 29472 29474 29356 0 -1 4202560 7616 0 0 0 305 2 0 0 15 0 16 0 28468722 1579196416 46314 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 1 0 0 0
[pid=29474/tid=29485] ppid=29472 vsize=1542184 CPUtime=0
/proc/29474/task/29485/stat : 29485 (java) S 29472 29474 29356 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 28468722 1579196416 46314 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 0 0 0 0
[pid=29474/tid=29486] ppid=29472 vsize=1542184 CPUtime=0
/proc/29474/task/29486/stat : 29486 (java) S 29472 29474 29356 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 28468722 1579196416 46314 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 0 0 0 0
[pid=29474/tid=29487] ppid=29472 vsize=1542184 CPUtime=2.88
/proc/29474/task/29487/stat : 29487 (java) S 29472 29474 29356 0 -1 4202560 3453 0 0 0 287 1 0 0 25 0 16 0 28468910 1579196416 46314 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 0 0 0 0
[pid=29474/tid=29488] ppid=29472 vsize=1542184 CPUtime=2.66
/proc/29474/task/29488/stat : 29488 (java) S 29472 29474 29356 0 -1 4202560 6021 0 0 0 264 2 0 0 18 0 16 0 28468910 1579196416 46314 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 1 0 0 0
[pid=29474/tid=29489] ppid=29472 vsize=1542184 CPUtime=0
/proc/29474/task/29489/stat : 29489 (java) S 29472 29474 29356 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 28468920 1579196416 46314 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 1 0 0 0
[pid=29474/tid=29490] ppid=29472 vsize=1542184 CPUtime=0
/proc/29474/task/29490/stat : 29490 (java) S 29472 29474 29356 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 28468984 1579196416 46314 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.77
Current children cumulated vsize (KiB) 1542184

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

[startup+9.50212 s]
/proc/loadavg: 1.09 1.02 1.01 3/122 29490
/proc/meminfo: memFree=1626696/2059040 swapFree=4140300/4192956
[pid=29474] ppid=29472 vsize=1546280 CPUtime=17.85
/proc/29474/stat : 29474 (java) S 29472 29474 29356 0 -1 4202496 57812 0 1 0 1759 26 0 0 23 0 16 0 28468711 1583390720 52383 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29474/statm: 386570 52383 1448 10 0 383873 0
[pid=29474/tid=29476] ppid=29472 vsize=1546280 CPUtime=1.92
/proc/29474/task/29476/stat : 29476 (java) S 29472 29474 29356 0 -1 4202560 22627 0 1 0 181 11 0 0 15 0 16 0 28468713 1583390720 52383 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 1 0 0 0
[pid=29474/tid=29477] ppid=29472 vsize=1546280 CPUtime=0.36
/proc/29474/task/29477/stat : 29477 (java) S 29472 29474 29356 0 -1 4202560 4576 0 0 0 35 1 0 0 15 0 16 0 28468715 1583390720 52383 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 0 0 0 0
[pid=29474/tid=29478] ppid=29472 vsize=1546280 CPUtime=0.37
/proc/29474/task/29478/stat : 29478 (java) S 29472 29474 29356 0 -1 4202560 4894 0 0 0 35 2 0 0 16 0 16 0 28468715 1583390720 52383 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 1 0 0 0
[pid=29474/tid=29479] ppid=29472 vsize=1546280 CPUtime=0.25
/proc/29474/task/29479/stat : 29479 (java) S 29472 29474 29356 0 -1 4202560 4954 0 0 0 23 2 0 0 15 0 16 0 28468716 1583390720 52383 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 0 0 16800975 18446604437800794816 0 0 -1 1 0 0 0
[pid=29474/tid=29480] ppid=29472 vsize=1546280 CPUtime=0
/proc/29474/task/29480/stat : 29480 (java) S 29472 29474 29356 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 28468717 1583390720 52383 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 0 0 0 0
[pid=29474/tid=29481] ppid=29472 vsize=1546280 CPUtime=0
/proc/29474/task/29481/stat : 29481 (java) S 29472 29474 29356 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 28468717 1583390720 52383 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 0 0 0 0
[pid=29474/tid=29482] ppid=29472 vsize=1546280 CPUtime=0
/proc/29474/task/29482/stat : 29482 (java) S 29472 29474 29356 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 28468722 1583390720 52383 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 0 0 0 0
[pid=29474/tid=29483] ppid=29472 vsize=1546280 CPUtime=0.8
/proc/29474/task/29483/stat : 29483 (java) S 29472 29474 29356 0 -1 4202560 2588 0 0 0 79 1 0 0 15 0 16 0 28468722 1583390720 52383 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 0 0 0 0
[pid=29474/tid=29484] ppid=29472 vsize=1546280 CPUtime=3.08
/proc/29474/task/29484/stat : 29484 (java) S 29472 29474 29356 0 -1 4202560 7622 0 0 0 306 2 0 0 15 0 16 0 28468722 1583390720 52383 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 1 0 0 0
[pid=29474/tid=29485] ppid=29472 vsize=1546280 CPUtime=0
/proc/29474/task/29485/stat : 29485 (java) S 29472 29474 29356 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 28468722 1583390720 52383 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 0 0 0 0
[pid=29474/tid=29486] ppid=29472 vsize=1546280 CPUtime=0
/proc/29474/task/29486/stat : 29486 (java) S 29472 29474 29356 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 28468722 1583390720 52383 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 0 0 0 0
[pid=29474/tid=29487] ppid=29472 vsize=1546280 CPUtime=5.44
/proc/29474/task/29487/stat : 29487 (java) R 29472 29474 29356 0 -1 4202560 3455 0 0 0 543 1 0 0 25 0 16 0 28468910 1583390720 52383 1992294400 134512640 134550932 4291045456 18446744073709551615 4109739708 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29474/tid=29488] ppid=29472 vsize=1546280 CPUtime=5.55
/proc/29474/task/29488/stat : 29488 (java) R 29472 29474 29356 0 -1 4202560 6024 0 0 0 553 2 0 0 18 0 16 0 28468910 1583390720 52383 1992294400 134512640 134550932 4291045456 18446744073709551615 4109376760 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29474/tid=29489] ppid=29472 vsize=1546280 CPUtime=0
/proc/29474/task/29489/stat : 29489 (java) S 29472 29474 29356 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 28468920 1583390720 52383 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 1 0 0 0
[pid=29474/tid=29490] ppid=29472 vsize=1546280 CPUtime=0
/proc/29474/task/29490/stat : 29490 (java) S 29472 29474 29356 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 28468984 1583390720 52383 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 17.85
Current children cumulated vsize (KiB) 1546280

[startup+10.3013 s]
/proc/loadavg: 1.24 1.05 1.02 3/122 29490
/proc/meminfo: memFree=1626696/2059040 swapFree=4140300/4192956
[pid=29474] ppid=29472 vsize=1546280 CPUtime=19.43
/proc/29474/stat : 29474 (java) S 29472 29474 29356 0 -1 4202496 57813 0 1 0 1917 26 0 0 23 0 16 0 28468711 1583390720 52383 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29474/statm: 386570 52383 1448 10 0 383873 0
[pid=29474/tid=29476] ppid=29472 vsize=1546280 CPUtime=1.92
/proc/29474/task/29476/stat : 29476 (java) S 29472 29474 29356 0 -1 4202560 22627 0 1 0 181 11 0 0 15 0 16 0 28468713 1583390720 52383 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 1 0 0 0
[pid=29474/tid=29477] ppid=29472 vsize=1546280 CPUtime=0.36
/proc/29474/task/29477/stat : 29477 (java) S 29472 29474 29356 0 -1 4202560 4576 0 0 0 35 1 0 0 16 0 16 0 28468715 1583390720 52383 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 0 0 0 0
[pid=29474/tid=29478] ppid=29472 vsize=1546280 CPUtime=0.38
/proc/29474/task/29478/stat : 29478 (java) S 29472 29474 29356 0 -1 4202560 4894 0 0 0 36 2 0 0 15 0 16 0 28468715 1583390720 52383 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 1 0 0 0
[pid=29474/tid=29479] ppid=29472 vsize=1546280 CPUtime=0.25
/proc/29474/task/29479/stat : 29479 (java) S 29472 29474 29356 0 -1 4202560 4954 0 0 0 23 2 0 0 15 0 16 0 28468716 1583390720 52383 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 0 0 16800975 18446604437800794816 0 0 -1 1 0 0 0
[pid=29474/tid=29480] ppid=29472 vsize=1546280 CPUtime=0
/proc/29474/task/29480/stat : 29480 (java) S 29472 29474 29356 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 28468717 1583390720 52383 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 0 0 0 0
[pid=29474/tid=29481] ppid=29472 vsize=1546280 CPUtime=0
/proc/29474/task/29481/stat : 29481 (java) S 29472 29474 29356 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 28468717 1583390720 52383 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 0 0 0 0
[pid=29474/tid=29482] ppid=29472 vsize=1546280 CPUtime=0
/proc/29474/task/29482/stat : 29482 (java) S 29472 29474 29356 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 28468722 1583390720 52383 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 0 0 0 0
[pid=29474/tid=29483] ppid=29472 vsize=1546280 CPUtime=0.8
/proc/29474/task/29483/stat : 29483 (java) S 29472 29474 29356 0 -1 4202560 2588 0 0 0 79 1 0 0 15 0 16 0 28468722 1583390720 52383 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 0 0 0 0
[pid=29474/tid=29484] ppid=29472 vsize=1546280 CPUtime=3.08
/proc/29474/task/29484/stat : 29484 (java) S 29472 29474 29356 0 -1 4202560 7622 0 0 0 306 2 0 0 15 0 16 0 28468722 1583390720 52383 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 1 0 0 0
[pid=29474/tid=29485] ppid=29472 vsize=1546280 CPUtime=0
/proc/29474/task/29485/stat : 29485 (java) S 29472 29474 29356 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 28468722 1583390720 52383 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 0 0 0 0
[pid=29474/tid=29486] ppid=29472 vsize=1546280 CPUtime=0
/proc/29474/task/29486/stat : 29486 (java) S 29472 29474 29356 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 28468722 1583390720 52383 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 0 0 0 0
[pid=29474/tid=29487] ppid=29472 vsize=1546280 CPUtime=6.21
/proc/29474/task/29487/stat : 29487 (java) R 29472 29474 29356 0 -1 4202560 3455 0 0 0 620 1 0 0 25 0 16 0 28468910 1583390720 52383 1992294400 134512640 134550932 4291045456 18446744073709551615 4109737684 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29474/tid=29488] ppid=29472 vsize=1546280 CPUtime=6.35
/proc/29474/task/29488/stat : 29488 (java) R 29472 29474 29356 0 -1 4202560 6025 0 0 0 633 2 0 0 20 0 16 0 28468910 1583390720 52383 1992294400 134512640 134550932 4291045456 18446744073709551615 4109739330 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29474/tid=29489] ppid=29472 vsize=1546280 CPUtime=0
/proc/29474/task/29489/stat : 29489 (java) S 29472 29474 29356 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 28468920 1583390720 52383 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 1 0 0 0
[pid=29474/tid=29490] ppid=29472 vsize=1546280 CPUtime=0
/proc/29474/task/29490/stat : 29490 (java) S 29472 29474 29356 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 28468984 1583390720 52383 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19.43
Current children cumulated vsize (KiB) 1546280

[startup+11.1014 s]
/proc/loadavg: 1.24 1.05 1.02 1/120 29490
/proc/meminfo: memFree=1628448/2059040 swapFree=4140300/4192956
[pid=29474] ppid=29472 vsize=1544708 CPUtime=19.98
/proc/29474/stat : 29474 (java) S 29472 29474 29356 0 -1 4202496 57815 0 1 0 1971 27 0 0 23 0 14 0 28468711 1581780992 51899 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29474/statm: 386177 51899 1449 10 0 383480 0
[pid=29474/tid=29476] ppid=29472 vsize=1544708 CPUtime=1.92
/proc/29474/task/29476/stat : 29476 (java) S 29472 29474 29356 0 -1 4202560 22627 0 1 0 181 11 0 0 15 0 14 0 28468713 1581780992 51899 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 1 0 0 0
[pid=29474/tid=29477] ppid=29472 vsize=1544708 CPUtime=0.36
/proc/29474/task/29477/stat : 29477 (java) S 29472 29474 29356 0 -1 4202560 4576 0 0 0 35 1 0 0 16 0 14 0 28468715 1581780992 51899 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 0 0 0 0
[pid=29474/tid=29478] ppid=29472 vsize=1544708 CPUtime=0.38
/proc/29474/task/29478/stat : 29478 (java) S 29472 29474 29356 0 -1 4202560 4894 0 0 0 36 2 0 0 15 0 14 0 28468715 1581780992 51899 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 1 0 0 0
[pid=29474/tid=29479] ppid=29472 vsize=1544708 CPUtime=0.25
/proc/29474/task/29479/stat : 29479 (java) S 29472 29474 29356 0 -1 4202560 4954 0 0 0 23 2 0 0 15 0 14 0 28468716 1581780992 51899 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 0 0 16800975 18446604437800794816 0 0 -1 1 0 0 0
[pid=29474/tid=29480] ppid=29472 vsize=1544708 CPUtime=0
/proc/29474/task/29480/stat : 29480 (java) S 29472 29474 29356 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 28468717 1581780992 51899 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 0 0 0 0
[pid=29474/tid=29481] ppid=29472 vsize=1544708 CPUtime=0
/proc/29474/task/29481/stat : 29481 (java) S 29472 29474 29356 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 28468717 1581780992 51899 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 0 0 0 0
[pid=29474/tid=29482] ppid=29472 vsize=1544708 CPUtime=0
/proc/29474/task/29482/stat : 29482 (java) S 29472 29474 29356 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 28468722 1581780992 51899 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 0 0 0 0
[pid=29474/tid=29483] ppid=29472 vsize=1544708 CPUtime=0.8
/proc/29474/task/29483/stat : 29483 (java) S 29472 29474 29356 0 -1 4202560 2588 0 0 0 79 1 0 0 15 0 14 0 28468722 1581780992 51899 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 0 0 0 0
[pid=29474/tid=29484] ppid=29472 vsize=1544708 CPUtime=3.08
/proc/29474/task/29484/stat : 29484 (java) S 29472 29474 29356 0 -1 4202560 7622 0 0 0 306 2 0 0 15 0 14 0 28468722 1581780992 51899 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 1 0 0 0
[pid=29474/tid=29485] ppid=29472 vsize=1544708 CPUtime=0
/proc/29474/task/29485/stat : 29485 (java) S 29472 29474 29356 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 28468722 1581780992 51899 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 0 0 0 0
[pid=29474/tid=29486] ppid=29472 vsize=1544708 CPUtime=0
/proc/29474/task/29486/stat : 29486 (java) S 29472 29474 29356 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 28468722 1581780992 51899 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 0 0 0 0
[pid=29474/tid=29489] ppid=29472 vsize=1544708 CPUtime=0
/proc/29474/task/29489/stat : 29489 (java) S 29472 29474 29356 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 28468920 1581780992 51899 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 1 0 0 0
[pid=29474/tid=29490] ppid=29472 vsize=1544708 CPUtime=0
/proc/29474/task/29490/stat : 29490 (java) S 29472 29474 29356 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 28468984 1581780992 51899 1992294400 134512640 134550932 4291045456 18446744073709551615 4294960144 0 4 0 16800975 18446604437800794816 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19.98
Current children cumulated vsize (KiB) 1544708

[startup+11.3019 s]
/proc/loadavg: 1.24 1.05 1.02 1/120 29490
/proc/meminfo: memFree=1628448/2059040 swapFree=4140300/4192956
[pid=29474] ppid=29472 vsize=0 CPUtime=20.02
/proc/29474/stat : 29474 (java) R 29472 29474 29356 0 -1 4203524 57827 0 1 0 1974 28 0 0 18 0 1 0 28468711 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29474/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 20.02
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 11.3121
CPU time (s): 20.038
CPU user time (s): 19.743
CPU system time (s): 0.294955
CPU usage (%): 177.137
Max. virtual memory (cumulated for all children) (KiB): 1547304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.743
system time used= 0.294955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57827
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= 714
involuntary context switches= 845

runsolver used 0.058991 second user time and 0.12798 second system time

The end

Launcher Data

Begin job on node027 at 2010-06-14 22:42:49
IDJOB=2663144
IDBENCH=2409
IDSOLVER=1166
FILE ID=node027/2663144-1276548168
PBS_JOBID= 11173483
Free space on /tmp= 62476 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-stair.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2663144-1276548168/watcher-2663144-1276548168 -o /tmp/evaluation-result-2663144-1276548168/solver-2663144-1276548168 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663144-1276548168.opb

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

MD5SUM BENCH= 93ec90d2ad0b276483c19ced945be9c0
RANDOM SEED=1078484368

node027.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		: 2800.261
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	: 5600.52
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1832748 kB
Buffers:         35392 kB
Cached:         110724 kB
SwapCached:       5712 kB
Active:          79544 kB
Inactive:        79096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1832748 kB
SwapTotal:     4192956 kB
SwapFree:      4140300 kB
Dirty:            1532 kB
Writeback:           0 kB
AnonPages:       11092 kB
Mapped:          13116 kB
Slab:            45720 kB
PageTables:       3992 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182432 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264952 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62476 MiB
End job on node027 at 2010-06-14 22:43:00