Trace number 2658470

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 Resolution 2.2.0 2010-05-26OPT3 29.5805 28.036

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=8-P0=149-P1=191-P2=149-P3=191-B.opb
MD5SUMcc19af3381948bbdeb155f7d94c524f8
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.457929
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 variables72
Total number of constraints7
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 constraints7
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)192
Sum of products size (including duplicates)384
Number of different products192
Sum of products size384

Quality of the solution as a function of time


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

Solver Data

0.07/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.14	c See www.sat4j.org for details.
0.07/0.15	c version 2.2.0.v20100526
0.07/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.07/0.15	c java.vm.version	11.2-b01
0.07/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.15	c sun.arch.data.model	32
0.07/0.15	c java.version		1.6.0_12
0.07/0.15	c os.name		Linux
0.07/0.15	c os.version		2.6.18-164.el5
0.07/0.15	c os.arch		i386
0.07/0.15	c Free memory 		1393557488
0.07/0.15	c Max memory 		1395916800
0.07/0.15	c Total memory 		1395916800
0.07/0.15	c Number of processors 	2
0.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c Armin Biere (Picosat) restarts strategy
0.22/0.21	c Glucose learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-2658470-1276650671.opb
0.22/0.21	c reading problem ... 
0.35/0.32	c ... done. Wall clock time 0.105s.
0.35/0.32	c #vars     264
0.35/0.32	c #constraints  394
0.35/0.32	c constraints type 
0.35/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 192
0.35/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 202
2.65/1.88	c cleaning 2500 clauses out of 5001 with flag 5001/5001
3.88/2.94	c cleaning 4250 clauses out of 8501 with flag 11001/11001
5.18/4.22	c cleaning 5625 clauses out of 11253 with flag 18003/18003
6.59/5.69	c cleaning 6813 clauses out of 13625 with flag 26000/26000
8.22/7.23	c cleaning 7899 clauses out of 15813 with flag 35001/35001
10.19/9.02	c cleaning 8953 clauses out of 17913 with flag 45000/45000
12.78/11.34	c cleaning 9481 clauses out of 18961 with flag 55001/55001
14.93/13.48	c cleaning 9735 clauses out of 19478 with flag 65000/65000
15.04/13.57	c SATISFIABLE
15.04/13.57	c OPTIMIZING...
15.04/13.57	c Got one! Elapsed wall clock time (in seconds):13.352
15.04/13.57	o 25
16.54/15.06	c cleaning 9866 clauses out of 19744 with flag 75001/75001
16.86/15.33	c Got one! Elapsed wall clock time (in seconds):15.119
16.86/15.33	o 3
18.15/16.67	c cleaning 9933 clauses out of 19877 with flag 85000/85000
20.56/19.03	c cleaning 9970 clauses out of 19944 with flag 95000/95000
23.16/21.62	c cleaning 9983 clauses out of 19974 with flag 105000/105000
25.46/23.96	c cleaning 9994 clauses out of 19992 with flag 115001/115001
28.08/26.53	c cleaning 9998 clauses out of 19996 with flag 125000/125000
29.48/27.97	c starts		: 93
29.48/27.97	c conflicts		: 131173
29.48/27.97	c decisions		: 137785
29.48/27.97	c propagations		: 2412875
29.48/27.97	c inspects		: 91604869
29.48/27.97	c learnt literals	: 13
29.48/27.97	c learnt binary clauses	: 64
29.48/27.97	c learnt ternary clauses	: 169
29.48/27.97	c learnt clauses	: 131159
29.48/27.97	c ignored clauses	: 0
29.48/27.97	c root simplifications	: 0
29.48/27.97	c removed literals (reason simplification)	: 4154112
29.48/27.97	c reason swapping (by a shorter reason)	: 0
29.48/27.97	c Calls to reduceDB	: 14
29.48/27.97	c number of reductions to clauses (during analyze)	: 0
29.48/27.97	c number of learned constraints concerned by reduction	: 0
29.48/27.97	c number of learning phase by resolution	: 0
29.48/27.97	c number of learning phase by cutting planes	: 0
29.48/27.97	c speed (assignments/second)	: 190922.21870549137
29.48/27.97	c non guided choices	620
29.48/27.97	c learnt constraints type 
29.48/27.97	c constraints type 
29.48/27.97	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 192
29.48/27.97	c org.sat4j.pb.constraints.pb.MaxWatchPb => 202
29.48/27.97	s OPTIMUM FOUND
29.48/27.97	v x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 x9 x10 -x11 x12 -x13 x14 -x15 x16 x17 -x18 -x19 -x20 -x21 -x22 x23 -x24 x25 -x26 -x27 x28 x29 x30 x31 x32 x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 x41 -x42 -x43 -x44 -x45 -x46 x47 -x48 -x49 x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 x65 x66 x67 x68 x69 x70 -x71 -x72 
29.48/27.97	c objective function=3
29.48/27.97	c Total wall clock time (in seconds): 27.759

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-2658470-1276650671/watcher-2658470-1276650671 -o /tmp/evaluation-result-2658470-1276650671/solver-2658470-1276650671 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658470-1276650671.opb 

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


[startup+0 s]
/proc/loadavg: 1.86 1.38 1.23 3/106 5878
/proc/meminfo: memFree=1809928/2059040 swapFree=4140468/4192956
[pid=5878] ppid=5876 vsize=1832 CPUtime=0
/proc/5878/stat : 5878 (java6) R 5876 5878 5355 0 -1 4194304 206 0 0 0 0 0 0 0 19 0 1 0 40670801 1875968 111 1992294400 134512640 134550932 4294133536 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5878/statm: 458 113 88 10 0 63 0

[startup+0.033233 s]
/proc/loadavg: 1.86 1.38 1.23 3/106 5878
/proc/meminfo: memFree=1809928/2059040 swapFree=4140468/4192956
[pid=5878] ppid=5876 vsize=1518368 CPUtime=0.01
/proc/5878/stat : 5878 (java) S 5876 5878 5355 0 -1 4202496 2768 0 1 0 0 1 0 0 15 0 4 0 40670801 1554808832 2213 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/5878/statm: 379592 2214 501 10 0 377303 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1518368

[startup+0.100233 s]
/proc/loadavg: 1.86 1.38 1.23 3/106 5878
/proc/meminfo: memFree=1809928/2059040 swapFree=4140468/4192956
[pid=5878] ppid=5876 vsize=1524184 CPUtime=0.07
/proc/5878/stat : 5878 (java) S 5876 5878 5355 0 -1 4202496 3947 0 1 0 5 2 0 0 15 0 12 0 40670801 1560764416 3387 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5878/statm: 381046 3387 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1524184

[startup+0.300232 s]
/proc/loadavg: 1.86 1.38 1.23 3/106 5878
/proc/meminfo: memFree=1809928/2059040 swapFree=4140468/4192956
[pid=5878] ppid=5876 vsize=1525792 CPUtime=0.35
/proc/5878/stat : 5878 (java) S 5876 5878 5355 0 -1 4202496 5278 0 1 0 31 4 0 0 15 0 12 0 40670801 1562411008 4715 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5878/statm: 381448 4715 1363 10 0 378750 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1525792

[startup+0.700229 s]
/proc/loadavg: 1.86 1.38 1.23 3/106 5878
/proc/meminfo: memFree=1809928/2059040 swapFree=4140468/4192956
[pid=5878] ppid=5876 vsize=1529188 CPUtime=1.16
/proc/5878/stat : 5878 (java) S 5876 5878 5355 0 -1 4202496 6883 0 1 0 111 5 0 0 15 0 13 0 40670801 1565888512 6102 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5878/statm: 382297 6102 1417 10 0 379599 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 1529188

[startup+1.50122 s]
/proc/loadavg: 1.86 1.38 1.23 4/119 5891
/proc/meminfo: memFree=1787132/2059040 swapFree=4140468/4192956
[pid=5878] ppid=5876 vsize=1529324 CPUtime=2.33
/proc/5878/stat : 5878 (java) S 5876 5878 5355 0 -1 4202496 11250 0 1 0 226 7 0 0 15 0 13 0 40670801 1566027776 10468 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5878/statm: 382331 10468 1419 10 0 379633 0
[pid=5878/tid=5880] ppid=5876 vsize=1529324 CPUtime=1.45
/proc/5878/task/5880/stat : 5880 (java) R 5876 5878 5355 0 -1 4202560 8453 0 1 0 140 5 0 0 25 0 13 0 40670803 1566027776 10468 1992294400 134512640 134550932 4292294320 18446744073709551615 4109088687 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5878/tid=5881] ppid=5876 vsize=1529324 CPUtime=0
/proc/5878/task/5881/stat : 5881 (java) S 5876 5878 5355 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 13 0 40670804 1566027776 10468 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 1 0 0 0
[pid=5878/tid=5882] ppid=5876 vsize=1529324 CPUtime=0
/proc/5878/task/5882/stat : 5882 (java) S 5876 5878 5355 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 40670804 1566027776 10468 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 1 0 0 0
[pid=5878/tid=5883] ppid=5876 vsize=1529324 CPUtime=0
/proc/5878/task/5883/stat : 5883 (java) S 5876 5878 5355 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 40670806 1566027776 10468 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 0 0 16800975 18446604437868985344 0 0 -1 0 0 0 0
[pid=5878/tid=5884] ppid=5876 vsize=1529324 CPUtime=0
/proc/5878/task/5884/stat : 5884 (java) S 5876 5878 5355 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 40670806 1566027776 10468 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 0 0 0 0
[pid=5878/tid=5885] ppid=5876 vsize=1529324 CPUtime=0
/proc/5878/task/5885/stat : 5885 (java) S 5876 5878 5355 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 13 0 40670806 1566027776 10468 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 0 0 0 0
[pid=5878/tid=5886] ppid=5876 vsize=1529324 CPUtime=0
/proc/5878/task/5886/stat : 5886 (java) S 5876 5878 5355 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 40670810 1566027776 10468 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 0 0 0 0
[pid=5878/tid=5887] ppid=5876 vsize=1529324 CPUtime=0.07
/proc/5878/task/5887/stat : 5887 (java) S 5876 5878 5355 0 -1 4202560 71 0 0 0 7 0 0 0 17 0 13 0 40670810 1566027776 10468 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 0 0 0 0
[pid=5878/tid=5888] ppid=5876 vsize=1529324 CPUtime=0.78
/proc/5878/task/5888/stat : 5888 (java) S 5876 5878 5355 0 -1 4202560 1658 0 0 0 78 0 0 0 17 0 13 0 40670811 1566027776 10468 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 0 0 0 0
[pid=5878/tid=5889] ppid=5876 vsize=1529324 CPUtime=0
/proc/5878/task/5889/stat : 5889 (java) S 5876 5878 5355 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 40670811 1566027776 10468 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 0 0 0 0
[pid=5878/tid=5890] ppid=5876 vsize=1529324 CPUtime=0
/proc/5878/task/5890/stat : 5890 (java) S 5876 5878 5355 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 40670811 1566027776 10468 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 1 0 0 0
[pid=5878/tid=5891] ppid=5876 vsize=1529324 CPUtime=0
/proc/5878/task/5891/stat : 5891 (java) S 5876 5878 5355 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 40670834 1566027776 10468 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 1529324

[startup+3.10121 s]
/proc/loadavg: 1.86 1.38 1.23 2/119 5891
/proc/meminfo: memFree=1762580/2059040 swapFree=4140468/4192956
[pid=5878] ppid=5876 vsize=1529324 CPUtime=4.08
/proc/5878/stat : 5878 (java) S 5876 5878 5355 0 -1 4202496 14996 0 1 0 399 9 0 0 15 0 13 0 40670801 1566027776 14207 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5878/statm: 382331 14207 1438 10 0 379633 0
[pid=5878/tid=5880] ppid=5876 vsize=1529324 CPUtime=2.98
/proc/5878/task/5880/stat : 5880 (java) R 5876 5878 5355 0 -1 4202560 10758 0 1 0 292 6 0 0 25 0 13 0 40670803 1566027776 14207 1992294400 134512640 134550932 4292294320 18446744073709551615 4109168004 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5878/tid=5881] ppid=5876 vsize=1529324 CPUtime=0
/proc/5878/task/5881/stat : 5881 (java) S 5876 5878 5355 0 -1 4202560 456 0 0 0 0 0 0 0 15 0 13 0 40670804 1566027776 14207 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 1 0 0 0
[pid=5878/tid=5882] ppid=5876 vsize=1529324 CPUtime=0
/proc/5878/task/5882/stat : 5882 (java) S 5876 5878 5355 0 -1 4202560 337 0 0 0 0 0 0 0 18 0 13 0 40670804 1566027776 14207 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 1 0 0 0
[pid=5878/tid=5883] ppid=5876 vsize=1529324 CPUtime=0.04
/proc/5878/task/5883/stat : 5883 (java) S 5876 5878 5355 0 -1 4202560 629 0 0 0 4 0 0 0 15 0 13 0 40670806 1566027776 14207 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 0 0 16800975 18446604437868985344 0 0 -1 0 0 0 0
[pid=5878/tid=5884] ppid=5876 vsize=1529324 CPUtime=0
/proc/5878/task/5884/stat : 5884 (java) S 5876 5878 5355 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 40670806 1566027776 14207 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 0 0 0 0
[pid=5878/tid=5885] ppid=5876 vsize=1529324 CPUtime=0
/proc/5878/task/5885/stat : 5885 (java) S 5876 5878 5355 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 40670806 1566027776 14207 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 0 0 0 0
[pid=5878/tid=5886] ppid=5876 vsize=1529324 CPUtime=0
/proc/5878/task/5886/stat : 5886 (java) S 5876 5878 5355 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 40670810 1566027776 14207 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 0 0 0 0
[pid=5878/tid=5887] ppid=5876 vsize=1529324 CPUtime=0.14
/proc/5878/task/5887/stat : 5887 (java) S 5876 5878 5355 0 -1 4202560 79 0 0 0 14 0 0 0 15 0 13 0 40670810 1566027776 14207 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 0 0 0 0
[pid=5878/tid=5888] ppid=5876 vsize=1529324 CPUtime=0.86
/proc/5878/task/5888/stat : 5888 (java) S 5876 5878 5355 0 -1 4202560 1670 0 0 0 86 0 0 0 16 0 13 0 40670811 1566027776 14207 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 0 0 0 0
[pid=5878/tid=5889] ppid=5876 vsize=1529324 CPUtime=0
/proc/5878/task/5889/stat : 5889 (java) S 5876 5878 5355 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 40670811 1566027776 14207 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 0 0 0 0
[pid=5878/tid=5890] ppid=5876 vsize=1529324 CPUtime=0
/proc/5878/task/5890/stat : 5890 (java) S 5876 5878 5355 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 40670811 1566027776 14207 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 1 0 0 0
[pid=5878/tid=5891] ppid=5876 vsize=1529324 CPUtime=0
/proc/5878/task/5891/stat : 5891 (java) S 5876 5878 5355 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 40670834 1566027776 14207 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.08
Current children cumulated vsize (KiB) 1529324

[startup+6.3002 s]
/proc/loadavg: 1.79 1.38 1.23 2/119 5891
/proc/meminfo: memFree=1752412/2059040 swapFree=4140468/4192956
[pid=5878] ppid=5876 vsize=1529324 CPUtime=7.33
/proc/5878/stat : 5878 (java) S 5876 5878 5355 0 -1 4202496 17551 0 1 0 722 11 0 0 15 0 13 0 40670801 1566027776 16742 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5878/statm: 382331 16742 1440 10 0 379633 0
[pid=5878/tid=5880] ppid=5876 vsize=1529324 CPUtime=6.09
/proc/5878/task/5880/stat : 5880 (java) R 5876 5878 5355 0 -1 4202560 12905 0 1 0 601 8 0 0 25 0 13 0 40670803 1566027776 16742 1992294400 134512640 134550932 4292294320 18446744073709551615 4109088556 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5878/tid=5881] ppid=5876 vsize=1529324 CPUtime=0.01
/proc/5878/task/5881/stat : 5881 (java) S 5876 5878 5355 0 -1 4202560 523 0 0 0 1 0 0 0 16 0 13 0 40670804 1566027776 16742 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 0 0 0 0
[pid=5878/tid=5882] ppid=5876 vsize=1529324 CPUtime=0.01
/proc/5878/task/5882/stat : 5882 (java) S 5876 5878 5355 0 -1 4202560 420 0 0 0 1 0 0 0 18 0 13 0 40670804 1566027776 16742 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 0 0 0 0
[pid=5878/tid=5883] ppid=5876 vsize=1529324 CPUtime=0.09
/proc/5878/task/5883/stat : 5883 (java) S 5876 5878 5355 0 -1 4202560 875 0 0 0 9 0 0 0 15 0 13 0 40670806 1566027776 16742 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 0 0 16800975 18446604437868985344 0 0 -1 0 0 0 0
[pid=5878/tid=5884] ppid=5876 vsize=1529324 CPUtime=0
/proc/5878/task/5884/stat : 5884 (java) S 5876 5878 5355 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 40670806 1566027776 16742 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 0 0 0 0
[pid=5878/tid=5885] ppid=5876 vsize=1529324 CPUtime=0
/proc/5878/task/5885/stat : 5885 (java) S 5876 5878 5355 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 40670806 1566027776 16742 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 0 0 0 0
[pid=5878/tid=5886] ppid=5876 vsize=1529324 CPUtime=0
/proc/5878/task/5886/stat : 5886 (java) S 5876 5878 5355 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 40670810 1566027776 16742 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 0 0 0 0
[pid=5878/tid=5887] ppid=5876 vsize=1529324 CPUtime=0.14
/proc/5878/task/5887/stat : 5887 (java) S 5876 5878 5355 0 -1 4202560 79 0 0 0 14 0 0 0 15 0 13 0 40670810 1566027776 16742 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 0 0 0 0
[pid=5878/tid=5888] ppid=5876 vsize=1529324 CPUtime=0.92
/proc/5878/task/5888/stat : 5888 (java) S 5876 5878 5355 0 -1 4202560 1682 0 0 0 92 0 0 0 15 0 13 0 40670811 1566027776 16742 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 1 0 0 0
[pid=5878/tid=5889] ppid=5876 vsize=1529324 CPUtime=0
/proc/5878/task/5889/stat : 5889 (java) S 5876 5878 5355 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 40670811 1566027776 16742 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 0 0 0 0
[pid=5878/tid=5890] ppid=5876 vsize=1529324 CPUtime=0
/proc/5878/task/5890/stat : 5890 (java) S 5876 5878 5355 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 40670811 1566027776 16742 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 0 0 0 0
[pid=5878/tid=5891] ppid=5876 vsize=1529324 CPUtime=0
/proc/5878/task/5891/stat : 5891 (java) S 5876 5878 5355 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 40670834 1566027776 16742 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.33
Current children cumulated vsize (KiB) 1529324

[startup+12.7012 s]
/proc/loadavg: 1.81 1.39 1.23 2/119 5891
/proc/meminfo: memFree=1732572/2059040 swapFree=4140468/4192956
[pid=5878] ppid=5876 vsize=1532396 CPUtime=14.23
/proc/5878/stat : 5878 (java) S 5876 5878 5355 0 -1 4202496 23391 0 1 0 1409 14 0 0 15 0 13 0 40670801 1569173504 20504 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5878/statm: 383099 20504 1440 10 0 380401 0
[pid=5878/tid=5880] ppid=5876 vsize=1532396 CPUtime=12.35
/proc/5878/task/5880/stat : 5880 (java) R 5876 5878 5355 0 -1 4202560 15568 0 1 0 1226 9 0 0 25 0 13 0 40670803 1569173504 20504 1992294400 134512640 134550932 4292294320 18446744073709551615 4109088760 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5878/tid=5881] ppid=5876 vsize=1532396 CPUtime=0.03
/proc/5878/task/5881/stat : 5881 (java) S 5876 5878 5355 0 -1 4202560 550 0 0 0 3 0 0 0 15 0 13 0 40670804 1569173504 20504 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 1 0 0 0
[pid=5878/tid=5882] ppid=5876 vsize=1532396 CPUtime=0.02
/proc/5878/task/5882/stat : 5882 (java) S 5876 5878 5355 0 -1 4202560 439 0 0 0 2 0 0 0 18 0 13 0 40670804 1569173504 20504 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 1 0 0 0
[pid=5878/tid=5883] ppid=5876 vsize=1532396 CPUtime=0.18
/proc/5878/task/5883/stat : 5883 (java) S 5876 5878 5355 0 -1 4202560 1354 0 0 0 18 0 0 0 16 0 13 0 40670806 1569173504 20504 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 0 0 16800975 18446604437868985344 0 0 -1 0 0 0 0
[pid=5878/tid=5884] ppid=5876 vsize=1532396 CPUtime=0
/proc/5878/task/5884/stat : 5884 (java) S 5876 5878 5355 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 40670806 1569173504 20504 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 0 0 0 0
[pid=5878/tid=5885] ppid=5876 vsize=1532396 CPUtime=0
/proc/5878/task/5885/stat : 5885 (java) S 5876 5878 5355 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 40670806 1569173504 20504 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 0 0 0 0
[pid=5878/tid=5886] ppid=5876 vsize=1532396 CPUtime=0
/proc/5878/task/5886/stat : 5886 (java) S 5876 5878 5355 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 40670810 1569173504 20504 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 0 0 0 0
[pid=5878/tid=5887] ppid=5876 vsize=1532396 CPUtime=0.17
/proc/5878/task/5887/stat : 5887 (java) S 5876 5878 5355 0 -1 4202560 79 0 0 0 17 0 0 0 15 0 13 0 40670810 1569173504 20504 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 0 0 0 0
[pid=5878/tid=5888] ppid=5876 vsize=1532396 CPUtime=1.41
/proc/5878/task/5888/stat : 5888 (java) S 5876 5878 5355 0 -1 4202560 4334 0 0 0 139 2 0 0 15 0 13 0 40670811 1569173504 20504 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 1 0 0 0
[pid=5878/tid=5889] ppid=5876 vsize=1532396 CPUtime=0
/proc/5878/task/5889/stat : 5889 (java) S 5876 5878 5355 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 40670811 1569173504 20504 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 0 0 0 0
[pid=5878/tid=5890] ppid=5876 vsize=1532396 CPUtime=0
/proc/5878/task/5890/stat : 5890 (java) S 5876 5878 5355 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 40670811 1569173504 20504 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 0 0 0 0
[pid=5878/tid=5891] ppid=5876 vsize=1532396 CPUtime=0
/proc/5878/task/5891/stat : 5891 (java) S 5876 5878 5355 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 40670834 1569173504 20504 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.23
Current children cumulated vsize (KiB) 1532396

[startup+25.5001 s]
/proc/loadavg: 1.63 1.37 1.23 2/119 5891
/proc/meminfo: memFree=1709012/2059040 swapFree=4140468/4192956
[pid=5878] ppid=5876 vsize=1532396 CPUtime=27.06
/proc/5878/stat : 5878 (java) S 5876 5878 5355 0 -1 4202496 29317 0 1 0 2690 16 0 0 15 0 13 0 40670801 1569173504 26421 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5878/statm: 383099 26421 1440 10 0 380401 0
[pid=5878/tid=5880] ppid=5876 vsize=1532396 CPUtime=24.93
/proc/5878/task/5880/stat : 5880 (java) R 5876 5878 5355 0 -1 4202560 21390 0 1 0 2481 12 0 0 25 0 13 0 40670803 1569173504 26421 1992294400 134512640 134550932 4292294320 18446744073709551615 4109167930 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5878/tid=5881] ppid=5876 vsize=1532396 CPUtime=0.07
/proc/5878/task/5881/stat : 5881 (java) S 5876 5878 5355 0 -1 4202560 583 0 0 0 7 0 0 0 15 0 13 0 40670804 1569173504 26421 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 1 0 0 0
[pid=5878/tid=5882] ppid=5876 vsize=1532396 CPUtime=0.05
/proc/5878/task/5882/stat : 5882 (java) S 5876 5878 5355 0 -1 4202560 470 0 0 0 5 0 0 0 18 0 13 0 40670804 1569173504 26421 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 1 0 0 0
[pid=5878/tid=5883] ppid=5876 vsize=1532396 CPUtime=0.36
/proc/5878/task/5883/stat : 5883 (java) S 5876 5878 5355 0 -1 4202560 1394 0 0 0 36 0 0 0 15 0 13 0 40670806 1569173504 26421 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 0 0 16800975 18446604437868985344 0 0 -1 0 0 0 0
[pid=5878/tid=5884] ppid=5876 vsize=1532396 CPUtime=0
/proc/5878/task/5884/stat : 5884 (java) S 5876 5878 5355 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 40670806 1569173504 26421 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 0 0 0 0
[pid=5878/tid=5885] ppid=5876 vsize=1532396 CPUtime=0
/proc/5878/task/5885/stat : 5885 (java) S 5876 5878 5355 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 40670806 1569173504 26421 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 0 0 0 0
[pid=5878/tid=5886] ppid=5876 vsize=1532396 CPUtime=0
/proc/5878/task/5886/stat : 5886 (java) S 5876 5878 5355 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 40670810 1569173504 26421 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 0 0 0 0
[pid=5878/tid=5887] ppid=5876 vsize=1532396 CPUtime=0.17
/proc/5878/task/5887/stat : 5887 (java) S 5876 5878 5355 0 -1 4202560 79 0 0 0 17 0 0 0 15 0 13 0 40670810 1569173504 26421 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 0 0 0 0
[pid=5878/tid=5888] ppid=5876 vsize=1532396 CPUtime=1.43
/proc/5878/task/5888/stat : 5888 (java) S 5876 5878 5355 0 -1 4202560 4334 0 0 0 141 2 0 0 15 0 13 0 40670811 1569173504 26421 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 1 0 0 0
[pid=5878/tid=5889] ppid=5876 vsize=1532396 CPUtime=0
/proc/5878/task/5889/stat : 5889 (java) S 5876 5878 5355 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 40670811 1569173504 26421 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 0 0 0 0
[pid=5878/tid=5890] ppid=5876 vsize=1532396 CPUtime=0
/proc/5878/task/5890/stat : 5890 (java) S 5876 5878 5355 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 40670811 1569173504 26421 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 1 0 0 0
[pid=5878/tid=5891] ppid=5876 vsize=1532396 CPUtime=0
/proc/5878/task/5891/stat : 5891 (java) S 5876 5878 5355 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 40670834 1569173504 26421 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 27.06
Current children cumulated vsize (KiB) 1532396

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

[startup+27.1011 s]
/proc/loadavg: 1.63 1.37 1.23 3/119 5891
/proc/meminfo: memFree=1702936/2059040 swapFree=4140468/4192956
[pid=5878] ppid=5876 vsize=1532396 CPUtime=28.68
/proc/5878/stat : 5878 (java) S 5876 5878 5355 0 -1 4202496 31182 0 1 0 2851 17 0 0 15 0 13 0 40670801 1569173504 28284 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5878/statm: 383099 28284 1440 10 0 380401 0
[pid=5878/tid=5880] ppid=5876 vsize=1532396 CPUtime=26.49
/proc/5878/task/5880/stat : 5880 (java) R 5876 5878 5355 0 -1 4202560 23192 0 1 0 2637 12 0 0 25 0 13 0 40670803 1569173504 28284 1992294400 134512640 134550932 4292294320 18446744073709551615 4109090363 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5878/tid=5881] ppid=5876 vsize=1532396 CPUtime=0.07
/proc/5878/task/5881/stat : 5881 (java) S 5876 5878 5355 0 -1 4202560 583 0 0 0 7 0 0 0 15 0 13 0 40670804 1569173504 28284 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 1 0 0 0
[pid=5878/tid=5882] ppid=5876 vsize=1532396 CPUtime=0.05
/proc/5878/task/5882/stat : 5882 (java) S 5876 5878 5355 0 -1 4202560 470 0 0 0 5 0 0 0 18 0 13 0 40670804 1569173504 28284 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 1 0 0 0
[pid=5878/tid=5883] ppid=5876 vsize=1532396 CPUtime=0.39
/proc/5878/task/5883/stat : 5883 (java) S 5876 5878 5355 0 -1 4202560 1457 0 0 0 39 0 0 0 16 0 13 0 40670806 1569173504 28284 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 0 0 16800975 18446604437868985344 0 0 -1 0 0 0 0
[pid=5878/tid=5884] ppid=5876 vsize=1532396 CPUtime=0
/proc/5878/task/5884/stat : 5884 (java) S 5876 5878 5355 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 40670806 1569173504 28284 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 0 0 0 0
[pid=5878/tid=5885] ppid=5876 vsize=1532396 CPUtime=0
/proc/5878/task/5885/stat : 5885 (java) S 5876 5878 5355 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 40670806 1569173504 28284 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 0 0 0 0
[pid=5878/tid=5886] ppid=5876 vsize=1532396 CPUtime=0
/proc/5878/task/5886/stat : 5886 (java) S 5876 5878 5355 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 40670810 1569173504 28284 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 0 0 0 0
[pid=5878/tid=5887] ppid=5876 vsize=1532396 CPUtime=0.17
/proc/5878/task/5887/stat : 5887 (java) S 5876 5878 5355 0 -1 4202560 79 0 0 0 17 0 0 0 15 0 13 0 40670810 1569173504 28284 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 0 0 0 0
[pid=5878/tid=5888] ppid=5876 vsize=1532396 CPUtime=1.44
/proc/5878/task/5888/stat : 5888 (java) S 5876 5878 5355 0 -1 4202560 4334 0 0 0 142 2 0 0 15 0 13 0 40670811 1569173504 28284 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 1 0 0 0
[pid=5878/tid=5889] ppid=5876 vsize=1532396 CPUtime=0
/proc/5878/task/5889/stat : 5889 (java) S 5876 5878 5355 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 40670811 1569173504 28284 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 0 0 0 0
[pid=5878/tid=5890] ppid=5876 vsize=1532396 CPUtime=0
/proc/5878/task/5890/stat : 5890 (java) S 5876 5878 5355 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 40670811 1569173504 28284 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 1 0 0 0
[pid=5878/tid=5891] ppid=5876 vsize=1532396 CPUtime=0
/proc/5878/task/5891/stat : 5891 (java) S 5876 5878 5355 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 40670834 1569173504 28284 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 28.68
Current children cumulated vsize (KiB) 1532396

[startup+27.5091 s]
/proc/loadavg: 1.63 1.37 1.23 2/119 5891
/proc/meminfo: memFree=1701572/2059040 swapFree=4140468/4192956
[pid=5878] ppid=5876 vsize=1532396 CPUtime=29.09
/proc/5878/stat : 5878 (java) S 5876 5878 5355 0 -1 4202496 31182 0 1 0 2892 17 0 0 15 0 13 0 40670801 1569173504 28284 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5878/statm: 383099 28284 1440 10 0 380401 0
[pid=5878/tid=5880] ppid=5876 vsize=1532396 CPUtime=26.9
/proc/5878/task/5880/stat : 5880 (java) R 5876 5878 5355 0 -1 4202560 23192 0 1 0 2678 12 0 0 25 0 13 0 40670803 1569173504 28284 1992294400 134512640 134550932 4292294320 18446744073709551615 4109081106 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5878/tid=5881] ppid=5876 vsize=1532396 CPUtime=0.07
/proc/5878/task/5881/stat : 5881 (java) S 5876 5878 5355 0 -1 4202560 583 0 0 0 7 0 0 0 15 0 13 0 40670804 1569173504 28284 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 1 0 0 0
[pid=5878/tid=5882] ppid=5876 vsize=1532396 CPUtime=0.05
/proc/5878/task/5882/stat : 5882 (java) S 5876 5878 5355 0 -1 4202560 470 0 0 0 5 0 0 0 18 0 13 0 40670804 1569173504 28284 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 1 0 0 0
[pid=5878/tid=5883] ppid=5876 vsize=1532396 CPUtime=0.39
/proc/5878/task/5883/stat : 5883 (java) S 5876 5878 5355 0 -1 4202560 1457 0 0 0 39 0 0 0 16 0 13 0 40670806 1569173504 28284 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 0 0 16800975 18446604437868985344 0 0 -1 0 0 0 0
[pid=5878/tid=5884] ppid=5876 vsize=1532396 CPUtime=0
/proc/5878/task/5884/stat : 5884 (java) S 5876 5878 5355 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 40670806 1569173504 28284 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 0 0 0 0
[pid=5878/tid=5885] ppid=5876 vsize=1532396 CPUtime=0
/proc/5878/task/5885/stat : 5885 (java) S 5876 5878 5355 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 40670806 1569173504 28284 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 0 0 0 0
[pid=5878/tid=5886] ppid=5876 vsize=1532396 CPUtime=0
/proc/5878/task/5886/stat : 5886 (java) S 5876 5878 5355 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 40670810 1569173504 28284 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 0 0 0 0
[pid=5878/tid=5887] ppid=5876 vsize=1532396 CPUtime=0.17
/proc/5878/task/5887/stat : 5887 (java) S 5876 5878 5355 0 -1 4202560 79 0 0 0 17 0 0 0 15 0 13 0 40670810 1569173504 28284 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 0 0 0 0
[pid=5878/tid=5888] ppid=5876 vsize=1532396 CPUtime=1.44
/proc/5878/task/5888/stat : 5888 (java) S 5876 5878 5355 0 -1 4202560 4334 0 0 0 142 2 0 0 15 0 13 0 40670811 1569173504 28284 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 1 0 0 0
[pid=5878/tid=5889] ppid=5876 vsize=1532396 CPUtime=0
/proc/5878/task/5889/stat : 5889 (java) S 5876 5878 5355 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 40670811 1569173504 28284 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 0 0 0 0
[pid=5878/tid=5890] ppid=5876 vsize=1532396 CPUtime=0
/proc/5878/task/5890/stat : 5890 (java) S 5876 5878 5355 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 40670811 1569173504 28284 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 1 0 0 0
[pid=5878/tid=5891] ppid=5876 vsize=1532396 CPUtime=0
/proc/5878/task/5891/stat : 5891 (java) S 5876 5878 5355 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 40670834 1569173504 28284 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 29.09
Current children cumulated vsize (KiB) 1532396

[startup+27.9011 s]
/proc/loadavg: 1.63 1.37 1.23 2/119 5891
/proc/meminfo: memFree=1701572/2059040 swapFree=4140468/4192956
[pid=5878] ppid=5876 vsize=1532396 CPUtime=29.48
/proc/5878/stat : 5878 (java) S 5876 5878 5355 0 -1 4202496 31183 0 1 0 2931 17 0 0 15 0 13 0 40670801 1569173504 28284 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5878/statm: 383099 28284 1440 10 0 380401 0
[pid=5878/tid=5880] ppid=5876 vsize=1532396 CPUtime=27.29
/proc/5878/task/5880/stat : 5880 (java) R 5876 5878 5355 0 -1 4202560 23193 0 1 0 2717 12 0 0 25 0 13 0 40670803 1569173504 28284 1992294400 134512640 134550932 4292294320 18446744073709551615 4108863169 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5878/tid=5881] ppid=5876 vsize=1532396 CPUtime=0.07
/proc/5878/task/5881/stat : 5881 (java) S 5876 5878 5355 0 -1 4202560 583 0 0 0 7 0 0 0 15 0 13 0 40670804 1569173504 28284 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 1 0 0 0
[pid=5878/tid=5882] ppid=5876 vsize=1532396 CPUtime=0.05
/proc/5878/task/5882/stat : 5882 (java) S 5876 5878 5355 0 -1 4202560 470 0 0 0 5 0 0 0 18 0 13 0 40670804 1569173504 28284 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 1 0 0 0
[pid=5878/tid=5883] ppid=5876 vsize=1532396 CPUtime=0.39
/proc/5878/task/5883/stat : 5883 (java) S 5876 5878 5355 0 -1 4202560 1457 0 0 0 39 0 0 0 16 0 13 0 40670806 1569173504 28284 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 0 0 16800975 18446604437868985344 0 0 -1 0 0 0 0
[pid=5878/tid=5884] ppid=5876 vsize=1532396 CPUtime=0
/proc/5878/task/5884/stat : 5884 (java) S 5876 5878 5355 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 40670806 1569173504 28284 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 0 0 0 0
[pid=5878/tid=5885] ppid=5876 vsize=1532396 CPUtime=0
/proc/5878/task/5885/stat : 5885 (java) S 5876 5878 5355 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 40670806 1569173504 28284 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 0 0 0 0
[pid=5878/tid=5886] ppid=5876 vsize=1532396 CPUtime=0
/proc/5878/task/5886/stat : 5886 (java) S 5876 5878 5355 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 40670810 1569173504 28284 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 0 0 0 0
[pid=5878/tid=5887] ppid=5876 vsize=1532396 CPUtime=0.17
/proc/5878/task/5887/stat : 5887 (java) S 5876 5878 5355 0 -1 4202560 79 0 0 0 17 0 0 0 15 0 13 0 40670810 1569173504 28284 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 0 0 0 0
[pid=5878/tid=5888] ppid=5876 vsize=1532396 CPUtime=1.44
/proc/5878/task/5888/stat : 5888 (java) S 5876 5878 5355 0 -1 4202560 4334 0 0 0 142 2 0 0 15 0 13 0 40670811 1569173504 28284 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 1 0 0 0
[pid=5878/tid=5889] ppid=5876 vsize=1532396 CPUtime=0
/proc/5878/task/5889/stat : 5889 (java) S 5876 5878 5355 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 40670811 1569173504 28284 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 0 0 0 0
[pid=5878/tid=5890] ppid=5876 vsize=1532396 CPUtime=0
/proc/5878/task/5890/stat : 5890 (java) S 5876 5878 5355 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 40670811 1569173504 28284 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 1 0 0 0
[pid=5878/tid=5891] ppid=5876 vsize=1532396 CPUtime=0
/proc/5878/task/5891/stat : 5891 (java) S 5876 5878 5355 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 40670834 1569173504 28284 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 29.48
Current children cumulated vsize (KiB) 1532396

[startup+28.0011 s]
/proc/loadavg: 1.63 1.37 1.23 2/119 5891
/proc/meminfo: memFree=1701572/2059040 swapFree=4140468/4192956
[pid=5878] ppid=5876 vsize=1532720 CPUtime=29.56
/proc/5878/stat : 5878 (java) S 5876 5878 5355 0 -1 4202496 31194 0 1 0 2939 17 0 0 15 0 13 0 40670801 1569505280 28295 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5878/statm: 383180 28295 1441 10 0 380482 0
[pid=5878/tid=5880] ppid=5876 vsize=1532720 CPUtime=27.36
/proc/5878/task/5880/stat : 5880 (java) S 5876 5878 5355 0 -1 4202560 23197 0 1 0 2724 12 0 0 25 0 13 0 40670803 1569505280 28295 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 0 0 0 0
[pid=5878/tid=5881] ppid=5876 vsize=1532720 CPUtime=0.07
/proc/5878/task/5881/stat : 5881 (java) S 5876 5878 5355 0 -1 4202560 583 0 0 0 7 0 0 0 15 0 13 0 40670804 1569505280 28295 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 1 0 0 0
[pid=5878/tid=5882] ppid=5876 vsize=1532720 CPUtime=0.05
/proc/5878/task/5882/stat : 5882 (java) S 5876 5878 5355 0 -1 4202560 470 0 0 0 5 0 0 0 18 0 13 0 40670804 1569505280 28295 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 1 0 0 0
[pid=5878/tid=5883] ppid=5876 vsize=1532720 CPUtime=0.39
/proc/5878/task/5883/stat : 5883 (java) S 5876 5878 5355 0 -1 4202560 1457 0 0 0 39 0 0 0 16 0 13 0 40670806 1569505280 28295 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 0 0 16800975 18446604437868985344 0 0 -1 0 0 0 0
[pid=5878/tid=5884] ppid=5876 vsize=1532720 CPUtime=0
/proc/5878/task/5884/stat : 5884 (java) S 5876 5878 5355 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 40670806 1569505280 28295 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 0 0 0 0
[pid=5878/tid=5885] ppid=5876 vsize=1532720 CPUtime=0
/proc/5878/task/5885/stat : 5885 (java) S 5876 5878 5355 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 40670806 1569505280 28295 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 0 0 0 0
[pid=5878/tid=5886] ppid=5876 vsize=1532720 CPUtime=0
/proc/5878/task/5886/stat : 5886 (java) S 5876 5878 5355 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 40670810 1569505280 28295 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 0 0 0 0
[pid=5878/tid=5887] ppid=5876 vsize=1532720 CPUtime=0.18
/proc/5878/task/5887/stat : 5887 (java) S 5876 5878 5355 0 -1 4202560 79 0 0 0 18 0 0 0 15 0 13 0 40670810 1569505280 28295 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 0 0 0 0
[pid=5878/tid=5888] ppid=5876 vsize=1532720 CPUtime=1.44
/proc/5878/task/5888/stat : 5888 (java) S 5876 5878 5355 0 -1 4202560 4334 0 0 0 142 2 0 0 15 0 13 0 40670811 1569505280 28295 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 1 0 0 0
[pid=5878/tid=5889] ppid=5876 vsize=1532720 CPUtime=0
/proc/5878/task/5889/stat : 5889 (java) S 5876 5878 5355 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 40670811 1569505280 28295 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 0 0 0 0
[pid=5878/tid=5890] ppid=5876 vsize=1532720 CPUtime=0
/proc/5878/task/5890/stat : 5890 (java) S 5876 5878 5355 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 40670811 1569505280 28295 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 1 0 0 0
[pid=5878/tid=5891] ppid=5876 vsize=1532720 CPUtime=0
/proc/5878/task/5891/stat : 5891 (java) S 5876 5878 5355 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 40670834 1569505280 28295 1992294400 134512640 134550932 4292294320 18446744073709551615 4294960144 0 4 0 16800975 18446604437868985344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 29.56
Current children cumulated vsize (KiB) 1532720

Child status: 30
Real time (s): 28.036
CPU time (s): 29.5805
CPU user time (s): 29.3935
CPU system time (s): 0.186971
CPU usage (%): 105.509
Max. virtual memory (cumulated for all children) (KiB): 1537776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.3935
system time used= 0.186971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31198
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= 938
involuntary context switches= 785

runsolver used 0.066989 second user time and 0.169974 second system time

The end

Launcher Data

Begin job on node005 at 2010-06-16 03:11:11
IDJOB=2658470
IDBENCH=48084
IDSOLVER=1164
FILE ID=node005/2658470-1276650671
PBS_JOBID= 11172453
Free space on /tmp= 62564 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=149-P1=191-P2=149-P3=191-B.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658470-1276650671/watcher-2658470-1276650671 -o /tmp/evaluation-result-2658470-1276650671/solver-2658470-1276650671 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658470-1276650671.opb

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

MD5SUM BENCH= cc19af3381948bbdeb155f7d94c524f8
RANDOM SEED=636056347

node005.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.246
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.49
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.246
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:       1810324 kB
Buffers:         71996 kB
Cached:          95160 kB
SwapCached:       6288 kB
Active:          91592 kB
Inactive:        89176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1810324 kB
SwapTotal:     4192956 kB
SwapFree:      4140468 kB
Dirty:             392 kB
Writeback:           0 kB
AnonPages:       11580 kB
Mapped:          13148 kB
Slab:            46084 kB
PageTables:       3976 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182716 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= 62564 MiB
End job on node005 at 2010-06-16 03:11:39