Trace number 2088154

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 NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisatSAT 16.6055 16.8503

General information on the benchmark

Namecsp/bibd8/
normalized-bibd-8-56-28-4-12_glb.xml
MD5SUMbdae76382121ba716d22c5ff3d88d3d4
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.08877
Satisfiable
(Un)Satisfiability was proved
Number of variables2016
Number of constraints1660
Maximum constraint arity56
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1568
Global constraints used (with number of constraints)weightedsum(92)

Solver Data

0.04/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.04/0.08	c 0	BEGIN Sun Jul 12 10:33:38 2009
0.04/0.08	c 0	PID 28372
0.04/0.08	c 0	HOST node33.alineos.net
0.04/0.08	c 0	CONVERTING HOME/instance-2088154-1247387617.xml TO HOME/temp.csp
0.04/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2088154-1247387617.xml' 'HOME/temp.csp'
0.06/0.83	c 0	1 domains, 2016 variables, 1 predicates, 0 relations, 1660 constraints
0.06/0.88	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.88	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.80/0.96	c 1	Parsing HOME/temp.csp
0.90/1.08	c 1	parsed 3678 expressions
0.90/1.09	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.90/1.09	c 1	Converting to clausal form CSP
1.00/1.12	c 1	converted 368 (10%) expressions
1.00/1.13	c 1	converted 736 (20%) expressions
1.00/1.13	c 1	converted 1104 (30%) expressions
1.00/1.13	c 1	converted 1472 (40%) expressions
1.00/1.14	c 1	converted 1839 (50%) expressions
1.29/1.40	c 1	converted 2207 (60%) expressions
1.40/1.57	c 1	converted 2575 (70%) expressions
1.50/1.68	c 1	converted 2943 (80%) expressions
1.70/1.83	c 1	converted 3311 (90%) expressions
1.89/2.08	c 2	converted 3678 (100%) expressions
1.89/2.09	c 2	CSP : 5800 integers, 3136 booleans, 17160 clauses, largest domain size 20
1.89/2.09	c 2	Heap : 11 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.89/2.09	c 2	Propagation in CSP
1.99/2.16	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.99/2.17	c 2	CSP : 5800 integers, 3136 booleans, 17160 clauses, largest domain size 20
1.99/2.17	c 2	Heap : 11 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.99/2.18	c 2	Simplifing CSP by introducing new Boolean variables
1.99/2.19	c 2	CSP : 5800 integers, 3136 booleans, 17160 clauses, largest domain size 20
1.99/2.19	c 2	Heap : 11 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.11/2.28	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.11/2.29	c 2	580 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.11/2.29	c 2	1160 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.19/2.30	c 2	1740 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.19/2.30	c 2	2320 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.19/2.30	c 2	2900 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.19/2.30	c 2	3480 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.19/2.31	c 2	4060 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.19/2.31	c 2	4640 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.19/2.32	c 2	5220 (90%) CSP integer variables are encoded (773 clauses, 10113 bytes)
2.19/2.33	c 2	5800 (100%) CSP integer variables are encoded (6856 clauses, 94037 bytes)
2.19/2.37	c 2	1716 (10%) CSP clauses are encoded (8572 clauses, 118399 bytes)
2.19/2.40	c 2	3432 (20%) CSP clauses are encoded (10288 clauses, 143035 bytes)
2.29/2.41	c 2	5148 (30%) CSP clauses are encoded (12004 clauses, 167869 bytes)
2.29/2.43	c 2	6864 (40%) CSP clauses are encoded (13720 clauses, 192901 bytes)
2.29/2.44	c 2	8580 (50%) CSP clauses are encoded (15436 clauses, 218611 bytes)
2.29/2.45	c 2	10296 (60%) CSP clauses are encoded (17152 clauses, 244354 bytes)
2.29/2.47	c 2	12012 (70%) CSP clauses are encoded (18868 clauses, 270092 bytes)
2.29/2.49	c 2	13728 (80%) CSP clauses are encoded (20584 clauses, 295835 bytes)
2.38/2.50	c 2	15444 (90%) CSP clauses are encoded (22300 clauses, 321573 bytes)
14.66/14.92	c 14	17160 (100%) CSP clauses are encoded (668768 clauses, 19900826 bytes)
14.66/14.92	c 14	17160 CSP clauses encoded
14.66/14.92	c 14	Writing map file : HOME/temp.map
14.66/14.94	c 14	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
14.66/14.94	c 14	SAT : 15792 SAT variables, 668768 SAT clauses, 19900826 bytes
14.66/14.94	c 14	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
14.66/14.95	c 14	SOLVING HOME/temp.cnf
14.66/14.95	c 14	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
14.66/14.96	c 14	This is MiniSat 2.0 beta
14.66/14.96	c 14	WARNING: for repeatability, setting FPU to use double precision
14.66/14.96	c 14	============================[ Problem Statistics ]=============================
14.66/14.96	c 14	|                                                                             |
14.66/14.96	c 14	|  Number of variables:  15792                                                |
14.66/14.96	c 14	|  Number of clauses:    668768                                               |
15.15/15.41	c 15	|  Parsing time:         0.39         s                                       |
15.15/15.44	c 15	============================[ Search Statistics ]==============================
15.15/15.44	c 15	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
15.15/15.44	c 15	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
15.15/15.44	c 15	===============================================================================
15.15/15.44	c 15	|         0 |   15792   668768  3617368 |   222922        0    nan |  0.000 % |
15.15/15.46	c 15	|       101 |   15792   668768  3617368 |   245214      101     28 |  0.000 % |
15.15/15.48	c 15	|       251 |   15792   668768  3617368 |   269736      251     27 |  0.000 % |
15.25/15.57	c 15	|       477 |   15792   668768  3617368 |   296710      477     22 |  0.000 % |
15.35/15.67	c 15	|       815 |   15792   668768  3617368 |   326381      815     31 |  0.000 % |
15.65/15.97	c 16	|      1321 |   15792   668768  3617368 |   359019     1321     30 |  0.000 % |
16.15/16.44	c 16	===============================================================================
16.15/16.44	c 16	restarts              : 6
16.15/16.44	c 16	conflicts             : 1775           (1270 /sec)
16.15/16.44	c 16	decisions             : 6485           (1.37 % random) (4639 /sec)
16.15/16.44	c 16	propagations          : 629910         (450648 /sec)
16.15/16.44	c 16	conflict literals     : 57084          (7.39 % deleted)
16.15/16.44	c 16	Memory used           : 39.79 MB
16.15/16.44	c 16	CPU time              : 1.39779 s
16.15/16.44	c 16	
16.15/16.45	c 16	SATISFIABLE
16.15/16.46	c 16	DECODING HOME/temp.out WITH HOME/temp.map
16.15/16.46	c 16	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
16.21/16.54	c 16	Decoding HOME/temp.out
16.21/16.73	s SATISFIABLE
16.21/16.82	v 1 1 1 1 1 0 0 1 0 1 1 0 1 1 1 0 1 1 1 0 0 1 0 1 1 1 1 1 1 1 0 1 0 1 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 0 1 0 0 0 1 0 0 0 1 1 1 1 0 1 0 1 1 1 1 0 1 1 0 1 1 1 1 1 0 1 0 1 0 1 1 1 1 0 0 1 0 1 1 1 0 1 0 1 1 0 0 1 0 0 1 0 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 1 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 1 0 0 1 0 1 0 0 1 1 0 1 1 0 1 1 0 1 1 0 1 1 0 1 0 0 1 0 0 1 0 0 1 1 0 0 1 1 1 1 0 0 1 1 1 0 0 0 1 1 1 0 0 0 1 0 1 0 1 0 1 1 1 0 0 0 1 0 1 0 0 0 1 0 1 0 0 1 1 1 0 1 1 0 1 1 1 0 0 0 1 0 1 0 0 1 0 0 1 1 0 1 1 1 1 0 0 0 1 0 1 1 1 0 0 1 1 0 0 0 1 0 1 1 0 1 1 0 1 1 0 1 1 0 1 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 1 1 1 0 0 0 1 1 0 0 0 0 1 1 0 1 0 0 1 1 0 1 0 0 1 1 1 1 1 0 1 1 1 0 1 0 1 1 1 0 0 0 1 1 0 0 0 0 1 1 1 0 1 1 1 0 0 0 1 0 1 0 0 1 1 0 0 0 1 0 1 1 1 0 0 0 1 0 0 1 0 1 1 0 0 1 0 0 0 1 0 1 1 0 1 0 0 0 1 1 1 1 1 1 1 1 0 0 1 0 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0 1 1 0 0 1 0 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 1 1 0 0 1 0 0 0 0 0 1 0 0 1 0 0 1 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 1 0 0 1 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 1 1 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 1 1 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 1 1 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 0 1 0 1 0 0 1 1 0 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 0 1 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 1 1 1 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 0 0 0 1 0 1 0 0 1 0 0 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 1 1 0 0 1 0 0 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 1 1 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 1 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 1 1 0 1 1 1 0 0 0 1 0 1 0 0 1 1 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 1 0 0 1 0 0 0 0 0 1 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 1 0 1 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 1 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 1 0 0 1 0 0 0 0 0 1 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 1 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 1 0 0 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 1 1 0 0 1 0 1 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 1 1 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 1 1 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 1 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 1 0 0 1 1 0 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 0 1 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 1 1 0 0 0 0 1 1 0 0
16.21/16.83	c 16	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
16.21/16.84	c 16	CPU 16.57 (0.06 0.03 16.09 0.39)
16.21/16.84	c 16	END Sun Jul 12 10:33:54 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2088154-1247387617/watcher-2088154-1247387617 -o /tmp/evaluation-result-2088154-1247387617/solver-2088154-1247387617 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2088154-1247387617.xml 

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): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.06 2.07 2.06 4/76 28372
/proc/meminfo: memFree=1868032/2055920 swapFree=4192812/4192956
[pid=28372] ppid=28370 vsize=12268 CPUtime=0
/proc/28372/stat : 28372 (sugar) R 28370 28372 26863 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 25827748 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 210824002512 0 0 4224 0 0 0 0 17 1 0 0
/proc/28372/statm: 3067 316 241 3 0 167 0

[startup+0.0494529 s]
/proc/loadavg: 2.06 2.07 2.06 4/76 28372
/proc/meminfo: memFree=1868032/2055920 swapFree=4192812/4192956
[pid=28372] ppid=28370 vsize=13468 CPUtime=0.04
/proc/28372/stat : 28372 (sugar) R 28370 28372 26863 0 -1 4194304 764 0 0 0 3 1 0 0 18 0 1 0 25827748 13791232 732 996147200 4194304 4206940 548682068608 18446744073709551615 210824001240 0 0 4224 0 0 0 0 17 1 0 0
/proc/28372/statm: 3367 732 338 3 0 467 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13468

[startup+0.102462 s]
/proc/loadavg: 2.06 2.07 2.06 4/76 28372
/proc/meminfo: memFree=1868032/2055920 swapFree=4192812/4192956
[pid=28372] ppid=28370 vsize=16868 CPUtime=0.06
/proc/28372/stat : 28372 (sugar) S 28370 28372 26863 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25827748 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28372/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302481 s]
/proc/loadavg: 2.06 2.07 2.06 4/76 28372
/proc/meminfo: memFree=1868032/2055920 swapFree=4192812/4192956
[pid=28372] ppid=28370 vsize=16868 CPUtime=0.06
/proc/28372/stat : 28372 (sugar) S 28370 28372 26863 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25827748 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28372/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701534 s]
/proc/loadavg: 2.06 2.07 2.06 4/76 28372
/proc/meminfo: memFree=1868032/2055920 swapFree=4192812/4192956
[pid=28372] ppid=28370 vsize=16868 CPUtime=0.06
/proc/28372/stat : 28372 (sugar) S 28370 28372 26863 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25827748 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28372/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50163 s]
/proc/loadavg: 2.06 2.07 2.06 4/87 28394
/proc/meminfo: memFree=1860008/2055920 swapFree=4192812/4192956
[pid=28372] ppid=28370 vsize=16868 CPUtime=0.81
/proc/28372/stat : 28372 (sugar) S 28370 28372 26863 0 -1 4194304 1309 5400 0 1 5 2 70 4 15 0 1 0 25827748 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28372/statm: 4217 1111 409 3 0 796 0
[pid=28385] ppid=28372 vsize=5356 CPUtime=0
/proc/28385/stat : 28385 (sh) S 28372 28372 26863 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25827837 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28385/statm: 1339 233 193 169 0 50 0
[pid=28386] ppid=28385 vsize=868500 CPUtime=0.59
/proc/28386/stat : 28386 (java) S 28385 28372 26863 0 -1 0 5908 0 1 0 56 3 0 0 18 0 9 0 25827837 889344000 5326 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28386/statm: 217125 5326 1744 9 0 211630 0
[pid=28386/tid=28387] ppid=28385 vsize=868500 CPUtime=0.35
/proc/28386/task/28387/stat : 28387 (java) R 28385 28372 26863 0 -1 64 2671 0 1 0 34 1 0 0 22 0 9 0 25827838 889344000 5326 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28386/tid=28388] ppid=28385 vsize=868500 CPUtime=0.04
/proc/28386/task/28388/stat : 28388 (java) R 28385 28372 26863 0 -1 64 1051 0 0 0 4 0 0 0 16 0 9 0 25827840 889344000 5326 996147200 134512640 134550932 4294955936 18446744073709551615 102549479 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28386/tid=28389] ppid=28385 vsize=868500 CPUtime=0
/proc/28386/task/28389/stat : 28389 (java) S 28385 28372 26863 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 25827840 889344000 5326 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28386/tid=28390] ppid=28385 vsize=868500 CPUtime=0
/proc/28386/task/28390/stat : 28390 (java) S 28385 28372 26863 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 25827840 889344000 5326 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28386/tid=28391] ppid=28385 vsize=868500 CPUtime=0
/proc/28386/task/28391/stat : 28391 (java) S 28385 28372 26863 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25827842 889344000 5326 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28386/tid=28392] ppid=28385 vsize=868500 CPUtime=0.17
/proc/28386/task/28392/stat : 28392 (java) S 28385 28372 26863 0 -1 64 1493 0 0 0 17 0 0 0 16 0 9 0 25827842 889344000 5326 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28386/tid=28393] ppid=28385 vsize=868500 CPUtime=0
/proc/28386/task/28393/stat : 28393 (java) S 28385 28372 26863 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25827842 889344000 5326 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28386/tid=28394] ppid=28385 vsize=868500 CPUtime=0
/proc/28386/task/28394/stat : 28394 (java) S 28385 28372 26863 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25827842 889344000 5326 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890724

[startup+3.10182 s]
/proc/loadavg: 2.06 2.07 2.06 4/87 28394
/proc/meminfo: memFree=1841704/2055920 swapFree=4192812/4192956
[pid=28372] ppid=28370 vsize=16868 CPUtime=0.81
/proc/28372/stat : 28372 (sugar) S 28370 28372 26863 0 -1 4194304 1310 5400 0 1 5 2 70 4 15 0 1 0 25827748 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28372/statm: 4217 1111 409 3 0 796 0
[pid=28385] ppid=28372 vsize=5356 CPUtime=0
/proc/28385/stat : 28385 (sh) S 28372 28372 26863 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25827837 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28385/statm: 1339 233 193 169 0 50 0
[pid=28386] ppid=28385 vsize=868696 CPUtime=2.18
/proc/28386/stat : 28386 (java) S 28385 28372 26863 0 -1 0 9323 0 1 0 212 6 0 0 18 0 9 0 25827837 889544704 8322 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28386/statm: 217174 8322 2590 9 0 211651 0
[pid=28386/tid=28387] ppid=28385 vsize=868696 CPUtime=1.56
/proc/28386/task/28387/stat : 28387 (java) R 28385 28372 26863 0 -1 64 2889 0 1 0 154 2 0 0 25 0 9 0 25827838 889544704 8322 996147200 134512640 134550932 4294955936 18446744073709551615 4126554189 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28386/tid=28388] ppid=28385 vsize=868696 CPUtime=0.33
/proc/28386/task/28388/stat : 28388 (java) S 28385 28372 26863 0 -1 64 4182 0 0 0 31 2 0 0 16 0 9 0 25827840 889544704 8322 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28386/tid=28389] ppid=28385 vsize=868696 CPUtime=0
/proc/28386/task/28389/stat : 28389 (java) S 28385 28372 26863 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25827840 889544704 8322 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28386/tid=28390] ppid=28385 vsize=868696 CPUtime=0
/proc/28386/task/28390/stat : 28390 (java) S 28385 28372 26863 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25827840 889544704 8322 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28386/tid=28391] ppid=28385 vsize=868696 CPUtime=0
/proc/28386/task/28391/stat : 28391 (java) S 28385 28372 26863 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25827842 889544704 8322 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28386/tid=28392] ppid=28385 vsize=868696 CPUtime=0.25
/proc/28386/task/28392/stat : 28392 (java) S 28385 28372 26863 0 -1 64 1553 0 0 0 25 0 0 0 16 0 9 0 25827842 889544704 8322 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28386/tid=28393] ppid=28385 vsize=868696 CPUtime=0
/proc/28386/task/28393/stat : 28393 (java) S 28385 28372 26863 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25827842 889544704 8322 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28386/tid=28394] ppid=28385 vsize=868696 CPUtime=0
/proc/28386/task/28394/stat : 28394 (java) S 28385 28372 26863 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25827842 889544704 8322 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890920

[startup+6.3022 s]
/proc/loadavg: 2.05 2.07 2.06 3/87 28394
/proc/meminfo: memFree=1836520/2055920 swapFree=4192812/4192956
[pid=28372] ppid=28370 vsize=16868 CPUtime=0.81
/proc/28372/stat : 28372 (sugar) S 28370 28372 26863 0 -1 4194304 1310 5400 0 1 5 2 70 4 15 0 1 0 25827748 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28372/statm: 4217 1111 409 3 0 796 0
[pid=28385] ppid=28372 vsize=5356 CPUtime=0
/proc/28385/stat : 28385 (sh) S 28372 28372 26863 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25827837 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28385/statm: 1339 233 193 169 0 50 0
[pid=28386] ppid=28385 vsize=868696 CPUtime=5.34
/proc/28386/stat : 28386 (java) S 28385 28372 26863 0 -1 0 9526 0 1 0 525 9 0 0 18 0 9 0 25827837 889544704 8323 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28386/statm: 217174 8323 2590 9 0 211651 0
[pid=28386/tid=28387] ppid=28385 vsize=868696 CPUtime=4.65
/proc/28386/task/28387/stat : 28387 (java) R 28385 28372 26863 0 -1 64 3091 0 1 0 461 4 0 0 25 0 9 0 25827838 889544704 8323 996147200 134512640 134550932 4294955936 18446744073709551615 4126553219 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28386/tid=28388] ppid=28385 vsize=868696 CPUtime=0.4
/proc/28386/task/28388/stat : 28388 (java) S 28385 28372 26863 0 -1 64 4182 0 0 0 37 3 0 0 16 0 9 0 25827840 889544704 8323 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28386/tid=28389] ppid=28385 vsize=868696 CPUtime=0
/proc/28386/task/28389/stat : 28389 (java) S 28385 28372 26863 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25827840 889544704 8323 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28386/tid=28390] ppid=28385 vsize=868696 CPUtime=0
/proc/28386/task/28390/stat : 28390 (java) S 28385 28372 26863 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25827840 889544704 8323 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28386/tid=28391] ppid=28385 vsize=868696 CPUtime=0
/proc/28386/task/28391/stat : 28391 (java) S 28385 28372 26863 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25827842 889544704 8323 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28386/tid=28392] ppid=28385 vsize=868696 CPUtime=0.25
/proc/28386/task/28392/stat : 28392 (java) S 28385 28372 26863 0 -1 64 1554 0 0 0 25 0 0 0 16 0 9 0 25827842 889544704 8323 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28386/tid=28393] ppid=28385 vsize=868696 CPUtime=0
/proc/28386/task/28393/stat : 28393 (java) S 28385 28372 26863 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25827842 889544704 8323 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28386/tid=28394] ppid=28385 vsize=868696 CPUtime=0
/proc/28386/task/28394/stat : 28394 (java) R 28385 28372 26863 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25827842 889544704 8323 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 890920

[startup+12.703 s]
/proc/loadavg: 2.05 2.06 2.06 3/87 28394
/proc/meminfo: memFree=1826088/2055920 swapFree=4192812/4192956
[pid=28372] ppid=28370 vsize=16868 CPUtime=0.81
/proc/28372/stat : 28372 (sugar) S 28370 28372 26863 0 -1 4194304 1310 5400 0 1 5 2 70 4 15 0 1 0 25827748 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28372/statm: 4217 1111 409 3 0 796 0
[pid=28385] ppid=28372 vsize=5356 CPUtime=0
/proc/28385/stat : 28385 (sh) S 28372 28372 26863 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25827837 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28385/statm: 1339 233 193 169 0 50 0
[pid=28386] ppid=28385 vsize=868696 CPUtime=11.67
/proc/28386/stat : 28386 (java) S 28385 28372 26863 0 -1 0 9923 0 1 0 1148 19 0 0 18 0 9 0 25827837 889544704 8328 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28386/statm: 217174 8328 2590 9 0 211651 0
[pid=28386/tid=28387] ppid=28385 vsize=868696 CPUtime=10.86
/proc/28386/task/28387/stat : 28387 (java) R 28385 28372 26863 0 -1 64 3483 0 1 0 1074 12 0 0 25 0 9 0 25827838 889544704 8328 996147200 134512640 134550932 4294955936 18446744073709551615 4126795573 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28386/tid=28388] ppid=28385 vsize=868696 CPUtime=0.52
/proc/28386/task/28388/stat : 28388 (java) S 28385 28372 26863 0 -1 64 4182 0 0 0 47 5 0 0 16 0 9 0 25827840 889544704 8328 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28386/tid=28389] ppid=28385 vsize=868696 CPUtime=0
/proc/28386/task/28389/stat : 28389 (java) S 28385 28372 26863 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25827840 889544704 8328 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28386/tid=28390] ppid=28385 vsize=868696 CPUtime=0
/proc/28386/task/28390/stat : 28390 (java) S 28385 28372 26863 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25827840 889544704 8328 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28386/tid=28391] ppid=28385 vsize=868696 CPUtime=0
/proc/28386/task/28391/stat : 28391 (java) S 28385 28372 26863 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25827842 889544704 8328 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28386/tid=28392] ppid=28385 vsize=868696 CPUtime=0.26
/proc/28386/task/28392/stat : 28392 (java) S 28385 28372 26863 0 -1 64 1559 0 0 0 26 0 0 0 16 0 9 0 25827842 889544704 8328 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28386/tid=28393] ppid=28385 vsize=868696 CPUtime=0
/proc/28386/task/28393/stat : 28393 (java) S 28385 28372 26863 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25827842 889544704 8328 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28386/tid=28394] ppid=28385 vsize=868696 CPUtime=0
/proc/28386/task/28394/stat : 28394 (java) S 28385 28372 26863 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25827842 889544704 8328 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 890920

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

[startup+14.3072 s]
/proc/loadavg: 2.04 2.06 2.06 3/87 28394
/proc/meminfo: memFree=1822504/2055920 swapFree=4192812/4192956
[pid=28372] ppid=28370 vsize=16868 CPUtime=0.81
/proc/28372/stat : 28372 (sugar) S 28370 28372 26863 0 -1 4194304 1310 5400 0 1 5 2 70 4 15 0 1 0 25827748 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28372/statm: 4217 1111 409 3 0 796 0
[pid=28385] ppid=28372 vsize=5356 CPUtime=0
/proc/28385/stat : 28385 (sh) S 28372 28372 26863 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25827837 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28385/statm: 1339 233 193 169 0 50 0
[pid=28386] ppid=28385 vsize=868696 CPUtime=13.27
/proc/28386/stat : 28386 (java) S 28385 28372 26863 0 -1 0 10020 0 1 0 1305 22 0 0 18 0 9 0 25827837 889544704 8328 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28386/statm: 217174 8328 2590 9 0 211651 0
[pid=28386/tid=28387] ppid=28385 vsize=868696 CPUtime=12.42
/proc/28386/task/28387/stat : 28387 (java) R 28385 28372 26863 0 -1 64 3580 0 1 0 1228 14 0 0 25 0 9 0 25827838 889544704 8328 996147200 134512640 134550932 4294955936 18446744073709551615 4127046115 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28386/tid=28388] ppid=28385 vsize=868696 CPUtime=0.56
/proc/28386/task/28388/stat : 28388 (java) S 28385 28372 26863 0 -1 64 4182 0 0 0 50 6 0 0 16 0 9 0 25827840 889544704 8328 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28386/tid=28389] ppid=28385 vsize=868696 CPUtime=0
/proc/28386/task/28389/stat : 28389 (java) S 28385 28372 26863 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25827840 889544704 8328 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28386/tid=28390] ppid=28385 vsize=868696 CPUtime=0
/proc/28386/task/28390/stat : 28390 (java) S 28385 28372 26863 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25827840 889544704 8328 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28386/tid=28391] ppid=28385 vsize=868696 CPUtime=0
/proc/28386/task/28391/stat : 28391 (java) S 28385 28372 26863 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25827842 889544704 8328 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28386/tid=28392] ppid=28385 vsize=868696 CPUtime=0.26
/proc/28386/task/28392/stat : 28392 (java) S 28385 28372 26863 0 -1 64 1559 0 0 0 26 0 0 0 16 0 9 0 25827842 889544704 8328 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28386/tid=28393] ppid=28385 vsize=868696 CPUtime=0
/proc/28386/task/28393/stat : 28393 (java) S 28385 28372 26863 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25827842 889544704 8328 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28386/tid=28394] ppid=28385 vsize=868696 CPUtime=0
/proc/28386/task/28394/stat : 28394 (java) S 28385 28372 26863 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25827842 889544704 8328 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.08
Current children cumulated vsize (KiB) 890920

[startup+15.9024 s]
/proc/loadavg: 2.04 2.06 2.06 3/79 28396
/proc/meminfo: memFree=1817256/2055920 swapFree=4192812/4192956
[pid=28372] ppid=28370 vsize=16868 CPUtime=14.73
/proc/28372/stat : 28372 (sugar) S 28370 28372 26863 0 -1 4194304 1376 15773 0 2 6 2 1437 28 15 0 1 0 25827748 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28372/statm: 4217 1113 409 3 0 796 0
[pid=28395] ppid=28372 vsize=5356 CPUtime=0
/proc/28395/stat : 28395 (sh) S 28372 28372 26863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25829244 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28395/statm: 1339 232 193 169 0 50 0
[pid=28396] ppid=28395 vsize=39484 CPUtime=0.92
/proc/28396/stat : 28396 (minisat) R 28395 28372 26863 0 -1 4194304 9707 0 0 0 86 6 0 0 25 0 1 0 25829244 40431616 9693 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/28396/statm: 9871 9693 76 150 0 9718 0
Current children cumulated CPU time (s) 15.65
Current children cumulated vsize (KiB) 61708

[startup+16.3024 s]
/proc/loadavg: 2.04 2.06 2.06 3/79 28396
/proc/meminfo: memFree=1817256/2055920 swapFree=4192812/4192956
[pid=28372] ppid=28370 vsize=16868 CPUtime=14.73
/proc/28372/stat : 28372 (sugar) S 28370 28372 26863 0 -1 4194304 1376 15773 0 2 6 2 1437 28 15 0 1 0 25827748 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28372/statm: 4217 1113 409 3 0 796 0
[pid=28395] ppid=28372 vsize=5356 CPUtime=0
/proc/28395/stat : 28395 (sh) S 28372 28372 26863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25829244 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28395/statm: 1339 232 193 169 0 50 0
[pid=28396] ppid=28395 vsize=40608 CPUtime=1.32
/proc/28396/stat : 28396 (minisat) R 28395 28372 26863 0 -1 4194304 9999 0 0 0 126 6 0 0 25 0 1 0 25829244 41582592 9985 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28396/statm: 10152 9985 76 150 0 9999 0
Current children cumulated CPU time (s) 16.05
Current children cumulated vsize (KiB) 62832

[startup+16.7025 s]
/proc/loadavg: 2.04 2.06 2.06 3/79 28396
/proc/meminfo: memFree=1804648/2055920 swapFree=4192812/4192956
[pid=28372] ppid=28370 vsize=16868 CPUtime=16.21
/proc/28372/stat : 28372 (sugar) S 28370 28372 26863 0 -1 4194304 1448 26120 0 2 6 2 1577 36 16 0 1 0 25827748 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28372/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 16.21
Current children cumulated vsize (KiB) 16868

[startup+16.8025 s]
/proc/loadavg: 2.04 2.06 2.06 3/79 28396
/proc/meminfo: memFree=1804648/2055920 swapFree=4192812/4192956
[pid=28372] ppid=28370 vsize=16868 CPUtime=16.21
/proc/28372/stat : 28372 (sugar) S 28370 28372 26863 0 -1 4194304 1449 26120 0 2 6 2 1577 36 15 0 1 0 25827748 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28372/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 16.21
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 16.8503
CPU time (s): 16.6055
CPU user time (s): 16.1685
CPU system time (s): 0.436933
CPU usage (%): 98.5469
Max. virtual memory (cumulated for all children) (KiB): 891060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.1685
system time used= 0.436933
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31726
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12466
involuntary context switches= 12631

runsolver used 0.023996 second user time and 0.066989 second system time

The end

Launcher Data

Begin job on node33 at 2009-07-12 10:33:38
IDJOB=2088154
IDBENCH=58884
IDSOLVER=739
FILE ID=node33/2088154-1247387617
PBS_JOBID= 9507321
Free space on /tmp= 66444 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/bibd8/normalized-bibd-8-56-28-4-12_glb.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2088154-1247387617/watcher-2088154-1247387617 -o /tmp/evaluation-result-2088154-1247387617/solver-2088154-1247387617 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2088154-1247387617.xml

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

MD5SUM BENCH= bdae76382121ba716d22c5ff3d88d3d4
RANDOM SEED=1337771450

node33.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.229
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.229
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1868512 kB
Buffers:         17848 kB
Cached:          69600 kB
SwapCached:          0 kB
Active:         113264 kB
Inactive:        23708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1868512 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1608 kB
Writeback:           0 kB
Mapped:          60248 kB
Slab:            35784 kB
Committed_AS:   296600 kB
PageTables:       1820 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66444 MiB
End job on node33 at 2009-07-12 10:33:54