Trace number 2086328

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 17.0854 17.3356

General information on the benchmark

Namecsp/bibdVariousK/
normalized-bibd-8-56-21-3-6_glb.xml
MD5SUM48793c513c456d2116888c675680dbed
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.138978
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.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 09:24:04 2009
0.00/0.07	c 0	PID 21662
0.00/0.08	c 0	HOST node22.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2086328-1247383443.xml TO HOME/temp.csp
0.00/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-2086328-1247383443.xml' 'HOME/temp.csp'
0.06/0.82	c 0	1 domains, 2016 variables, 1 predicates, 0 relations, 1660 constraints
0.06/0.86	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.86	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.94	c 0	Parsing HOME/temp.csp
0.80/1.06	c 0	parsed 3678 expressions
0.80/1.07	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.80/1.07	c 1	Converting to clausal form CSP
1.01/1.10	c 1	converted 368 (10%) expressions
1.01/1.11	c 1	converted 736 (20%) expressions
1.01/1.11	c 1	converted 1104 (30%) expressions
1.01/1.12	c 1	converted 1472 (40%) expressions
1.01/1.13	c 1	converted 1839 (50%) expressions
1.21/1.37	c 1	converted 2207 (60%) expressions
1.40/1.54	c 1	converted 2575 (70%) expressions
1.51/1.65	c 1	converted 2943 (80%) expressions
1.71/1.80	c 1	converted 3311 (90%) expressions
1.91/2.06	c 1	converted 3678 (100%) expressions
1.91/2.06	c 1	CSP : 5800 integers, 3136 booleans, 17160 clauses, largest domain size 20
1.91/2.06	c 1	Heap : 11 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.91/2.06	c 1	Propagation in CSP
2.01/2.16	c 2	560 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.01/2.16	c 2	CSP : 5800 integers, 3136 booleans, 17160 clauses, largest domain size 20
2.01/2.16	c 2	Heap : 11 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.01/2.17	c 2	Simplifing CSP by introducing new Boolean variables
2.01/2.19	c 2	CSP : 5800 integers, 3136 booleans, 17160 clauses, largest domain size 20
2.01/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.11/2.30	c 2	1740 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.21/2.30	c 2	2320 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.21/2.30	c 2	2900 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.21/2.31	c 2	3480 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.21/2.31	c 2	4060 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.21/2.31	c 2	4640 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.21/2.32	c 2	5220 (90%) CSP integer variables are encoded (773 clauses, 10113 bytes)
2.21/2.33	c 2	5800 (100%) CSP integer variables are encoded (5792 clauses, 78207 bytes)
2.21/2.37	c 2	1716 (10%) CSP clauses are encoded (7508 clauses, 102569 bytes)
2.21/2.40	c 2	3432 (20%) CSP clauses are encoded (9224 clauses, 127205 bytes)
2.30/2.41	c 2	5148 (30%) CSP clauses are encoded (10940 clauses, 152039 bytes)
2.30/2.42	c 2	6864 (40%) CSP clauses are encoded (12656 clauses, 177071 bytes)
2.30/2.44	c 2	8580 (50%) CSP clauses are encoded (14372 clauses, 202781 bytes)
2.30/2.45	c 2	10296 (60%) CSP clauses are encoded (16088 clauses, 228524 bytes)
2.30/2.46	c 2	12012 (70%) CSP clauses are encoded (17804 clauses, 254262 bytes)
2.30/2.48	c 2	13728 (80%) CSP clauses are encoded (19520 clauses, 280005 bytes)
2.30/2.49	c 2	15444 (90%) CSP clauses are encoded (21236 clauses, 305743 bytes)
13.29/13.54	c 13	17160 (100%) CSP clauses are encoded (613440 clauses, 18388867 bytes)
13.29/13.54	c 13	17160 CSP clauses encoded
13.29/13.54	c 13	Writing map file : HOME/temp.map
13.29/13.55	c 13	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
13.29/13.55	c 13	SAT : 14728 SAT variables, 613440 SAT clauses, 18388867 bytes
13.29/13.55	c 13	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
13.29/13.58	c 13	SOLVING HOME/temp.cnf
13.29/13.58	c 13	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
13.29/13.58	c 13	This is MiniSat 2.0 beta
13.29/13.58	c 13	WARNING: for repeatability, setting FPU to use double precision
13.29/13.58	c 13	============================[ Problem Statistics ]=============================
13.29/13.58	c 13	|                                                                             |
13.29/13.58	c 13	|  Number of variables:  14728                                                |
13.29/13.58	c 13	|  Number of clauses:    613440                                               |
13.36/13.98	c 13	|  Parsing time:         0.36         s                                       |
13.36/14.01	c 13	============================[ Search Statistics ]==============================
13.36/14.01	c 13	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
13.36/14.01	c 13	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
13.36/14.01	c 13	===============================================================================
13.36/14.01	c 13	|         0 |   14728   613440  3374944 |   204480        0    nan |  0.000 % |
13.36/14.03	c 13	|       102 |   14728   613440  3374944 |   224928      102     27 |  0.000 % |
13.36/14.06	c 14	|       252 |   14728   613440  3374944 |   247420      252     26 |  0.000 % |
13.36/14.22	c 14	|       477 |   14728   613440  3374944 |   272162      477     27 |  0.000 % |
14.25/14.53	c 14	|       814 |   14728   613440  3374944 |   299379      814     27 |  0.000 % |
14.75/15.01	c 14	|      1321 |   14728   613440  3374944 |   329317     1321     27 |  0.000 % |
15.44/15.71	c 15	|      2081 |   14728   613440  3374944 |   362248     2081     28 |  0.000 % |
16.05/16.30	c 16	|      3221 |   14728   613440  3374944 |   398473     3221     34 |  0.000 % |
16.64/16.93	c 16	===============================================================================
16.64/16.94	c 16	restarts              : 8
16.64/16.94	c 16	conflicts             : 4238           (1296 /sec)
16.64/16.94	c 16	decisions             : 15071          (0.82 % random) (4608 /sec)
16.64/16.94	c 16	propagations          : 1725248        (527518 /sec)
16.64/16.94	c 16	conflict literals     : 136538         (5.41 % deleted)
16.64/16.94	c 16	Memory used           : 38.52 MB
16.64/16.94	c 16	CPU time              : 3.2705 s
16.64/16.94	c 16	
16.64/16.94	c 16	SATISFIABLE
16.64/16.95	c 16	DECODING HOME/temp.out WITH HOME/temp.map
16.64/16.95	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.69/17.03	c 16	Decoding HOME/temp.out
16.69/17.22	s SATISFIABLE
16.70/17.30	v 0 1 0 0 1 0 1 0 0 0 0 0 1 1 1 1 0 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 1 1 0 0 0 1 1 0 1 0 0 1 0 0 0 0 1 1 0 0 1 0 1 0 0 0 1 0 0 0 0 1 1 0 1 1 0 0 0 0 0 0 1 0 0 1 0 0 1 1 0 0 1 0 1 0 1 1 1 0 0 0 0 0 1 1 0 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 1 0 0 1 0 1 0 1 1 0 0 0 0 1 1 1 0 0 1 0 0 1 0 1 1 1 0 1 0 0 0 0 0 1 1 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 1 1 0 1 0 1 1 1 1 0 0 0 1 1 0 0 1 1 1 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 1 0 0 0 1 1 1 0 0 1 0 1 0 1 1 0 1 0 0 0 0 0 0 1 1 0 1 0 0 1 0 1 1 0 0 1 0 1 0 0 1 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0 1 0 1 0 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 1 0 1 1 0 1 1 1 0 1 0 1 0 0 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 0 1 0 0 1 1 0 1 1 0 0 1 1 0 0 1 1 0 1 0 1 0 0 0 0 0 1 0 1 1 0 0 0 0 1 1 0 0 0 0 1 1 0 0 0 1 0 1 1 0 0 1 0 0 1 0 1 1 0 0 0 1 0 1 0 0 1 0 0 1 0 0 1 1 0 1 0 0 1 0 0 1 0 1 0 0 0 1 0 0 1 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 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 0 1 0 0 0 0 0 0 1 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 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 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 0 1 0 0 0 0 0 0 0 0 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 1 0 0 0 0 1 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 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 1 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 0 1 0 0 0 0 1 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 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 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 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 0 0 0 0 0 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 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 1 0 0 1 0 0 0 0 0 0 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 1 0 0 0 0 1 0 0 0 0 0 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 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 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 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 0 0 0 0 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 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 0 1 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 0 1 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 0 0 0 0 0 0 1 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 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 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 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 1 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 0 0 0 0 1 1 0 0 0 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 0 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 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 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 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 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 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 0 0 0 0 0 1 0 0 0 0 1 0 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 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0
16.70/17.31	c 17	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
16.70/17.33	c 17	CPU 17.06 (0.07 0.03 16.59 0.37)
16.70/17.33	c 17	END Sun Jul 12 09:24:21 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-2086328-1247383443/watcher-2086328-1247383443 -o /tmp/evaluation-result-2086328-1247383443/solver-2086328-1247383443 -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-2086328-1247383443.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.11 2.05 2.01 4/72 21662
/proc/meminfo: memFree=1908704/2055920 swapFree=4192812/4192956
[pid=21662] ppid=21660 vsize=12272 CPUtime=0
/proc/21662/stat : 21662 (sugar) R 21660 21662 21017 0 -1 4194304 396 0 0 0 0 0 0 0 20 0 1 0 25410833 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 272485770748 0 0 4224 0 0 0 0 17 1 0 0
/proc/21662/statm: 3068 364 274 3 0 168 0

[startup+0.122947 s]
/proc/loadavg: 2.11 2.05 2.01 4/72 21662
/proc/meminfo: memFree=1908704/2055920 swapFree=4192812/4192956
[pid=21662] ppid=21660 vsize=16868 CPUtime=0.06
/proc/21662/stat : 21662 (sugar) S 21660 21662 21017 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 25410833 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21662/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.203892 s]
/proc/loadavg: 2.11 2.05 2.01 4/72 21662
/proc/meminfo: memFree=1908704/2055920 swapFree=4192812/4192956
[pid=21662] ppid=21660 vsize=16868 CPUtime=0.06
/proc/21662/stat : 21662 (sugar) S 21660 21662 21017 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 25410833 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21662/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301899 s]
/proc/loadavg: 2.11 2.05 2.01 4/72 21662
/proc/meminfo: memFree=1908704/2055920 swapFree=4192812/4192956
[pid=21662] ppid=21660 vsize=16868 CPUtime=0.06
/proc/21662/stat : 21662 (sugar) S 21660 21662 21017 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 25410833 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21662/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701964 s]
/proc/loadavg: 2.11 2.05 2.01 4/72 21662
/proc/meminfo: memFree=1908704/2055920 swapFree=4192812/4192956
[pid=21662] ppid=21660 vsize=16868 CPUtime=0.06
/proc/21662/stat : 21662 (sugar) S 21660 21662 21017 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 25410833 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21662/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50108 s]
/proc/loadavg: 2.11 2.05 2.01 3/83 21684
/proc/meminfo: memFree=1898120/2055920 swapFree=4192812/4192956
[pid=21662] ppid=21660 vsize=16868 CPUtime=0.8
/proc/21662/stat : 21662 (sugar) S 21660 21662 21017 0 -1 4194304 1309 5401 0 1 5 1 70 4 16 0 1 0 25410833 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21662/statm: 4217 1111 409 3 0 796 0
[pid=21675] ppid=21662 vsize=5356 CPUtime=0
/proc/21675/stat : 21675 (sh) S 21662 21662 21017 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25410920 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21675/statm: 1339 233 193 169 0 50 0
[pid=21676] ppid=21675 vsize=868648 CPUtime=0.6
/proc/21676/stat : 21676 (java) S 21675 21662 21017 0 -1 0 6182 0 1 0 57 3 0 0 18 0 9 0 25410921 889495552 5561 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21676/statm: 217162 5561 1898 9 0 211667 0
[pid=21676/tid=21677] ppid=21675 vsize=868648 CPUtime=0.33
/proc/21676/task/21677/stat : 21677 (java) R 21675 21662 21017 0 -1 64 2671 0 1 0 32 1 0 0 22 0 9 0 25410921 889495552 5561 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21676/tid=21678] ppid=21675 vsize=868648 CPUtime=0.07
/proc/21676/task/21678/stat : 21678 (java) R 21675 21662 21017 0 -1 64 1325 0 0 0 7 0 0 0 16 0 9 0 25410923 889495552 5561 996147200 134512640 134550932 4294955936 18446744073709551615 102510378 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21676/tid=21679] ppid=21675 vsize=868648 CPUtime=0
/proc/21676/task/21679/stat : 21679 (java) S 21675 21662 21017 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 25410923 889495552 5561 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21676/tid=21680] ppid=21675 vsize=868648 CPUtime=0
/proc/21676/task/21680/stat : 21680 (java) S 21675 21662 21017 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 25410923 889495552 5561 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21676/tid=21681] ppid=21675 vsize=868648 CPUtime=0
/proc/21676/task/21681/stat : 21681 (java) S 21675 21662 21017 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25410925 889495552 5561 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21676/tid=21682] ppid=21675 vsize=868648 CPUtime=0.17
/proc/21676/task/21682/stat : 21682 (java) S 21675 21662 21017 0 -1 64 1493 0 0 0 17 0 0 0 16 0 9 0 25410925 889495552 5561 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21676/tid=21683] ppid=21675 vsize=868648 CPUtime=0
/proc/21676/task/21683/stat : 21683 (java) S 21675 21662 21017 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25410925 889495552 5561 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21676/tid=21684] ppid=21675 vsize=868648 CPUtime=0
/proc/21676/task/21684/stat : 21684 (java) S 21675 21662 21017 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25410925 889495552 5561 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) 890872

[startup+3.10231 s]
/proc/loadavg: 2.11 2.05 2.01 4/83 21684
/proc/meminfo: memFree=1881928/2055920 swapFree=4192812/4192956
[pid=21662] ppid=21660 vsize=16868 CPUtime=0.81
/proc/21662/stat : 21662 (sugar) S 21660 21662 21017 0 -1 4194304 1310 5401 0 1 6 1 70 4 15 0 1 0 25410833 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21662/statm: 4217 1111 409 3 0 796 0
[pid=21675] ppid=21662 vsize=5356 CPUtime=0
/proc/21675/stat : 21675 (sh) S 21662 21662 21017 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25410920 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21675/statm: 1339 233 193 169 0 50 0
[pid=21676] ppid=21675 vsize=868696 CPUtime=2.19
/proc/21676/stat : 21676 (java) S 21675 21662 21017 0 -1 0 9343 0 1 0 212 7 0 0 18 0 9 0 25410921 889544704 8338 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21676/statm: 217174 8338 2590 9 0 211651 0
[pid=21676/tid=21677] ppid=21675 vsize=868696 CPUtime=1.58
/proc/21676/task/21677/stat : 21677 (java) R 21675 21662 21017 0 -1 64 2893 0 1 0 155 3 0 0 25 0 9 0 25410921 889544704 8338 996147200 134512640 134550932 4294955936 18446744073709551615 4126554248 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21676/tid=21678] ppid=21675 vsize=868696 CPUtime=0.32
/proc/21676/task/21678/stat : 21678 (java) S 21675 21662 21017 0 -1 64 4199 0 0 0 31 1 0 0 16 0 9 0 25410923 889544704 8338 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21676/tid=21679] ppid=21675 vsize=868696 CPUtime=0
/proc/21676/task/21679/stat : 21679 (java) S 21675 21662 21017 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25410923 889544704 8338 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21676/tid=21680] ppid=21675 vsize=868696 CPUtime=0
/proc/21676/task/21680/stat : 21680 (java) S 21675 21662 21017 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25410923 889544704 8338 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21676/tid=21681] ppid=21675 vsize=868696 CPUtime=0
/proc/21676/task/21681/stat : 21681 (java) S 21675 21662 21017 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25410925 889544704 8338 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21676/tid=21682] ppid=21675 vsize=868696 CPUtime=0.26
/proc/21676/task/21682/stat : 21682 (java) S 21675 21662 21017 0 -1 64 1553 0 0 0 25 1 0 0 16 0 9 0 25410925 889544704 8338 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21676/tid=21683] ppid=21675 vsize=868696 CPUtime=0
/proc/21676/task/21683/stat : 21683 (java) S 21675 21662 21017 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25410925 889544704 8338 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21676/tid=21684] ppid=21675 vsize=868696 CPUtime=0
/proc/21676/task/21684/stat : 21684 (java) S 21675 21662 21017 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25410925 889544704 8338 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890920

[startup+6.30177 s]
/proc/loadavg: 2.10 2.05 2.01 3/83 21684
/proc/meminfo: memFree=1877256/2055920 swapFree=4192812/4192956
[pid=21662] ppid=21660 vsize=16868 CPUtime=0.81
/proc/21662/stat : 21662 (sugar) S 21660 21662 21017 0 -1 4194304 1310 5401 0 1 6 1 70 4 15 0 1 0 25410833 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21662/statm: 4217 1111 409 3 0 796 0
[pid=21675] ppid=21662 vsize=5356 CPUtime=0
/proc/21675/stat : 21675 (sh) S 21662 21662 21017 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25410920 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21675/statm: 1339 233 193 169 0 50 0
[pid=21676] ppid=21675 vsize=868696 CPUtime=5.36
/proc/21676/stat : 21676 (java) S 21675 21662 21017 0 -1 0 9548 0 1 0 525 11 0 0 18 0 9 0 25410921 889544704 8339 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21676/statm: 217174 8339 2590 9 0 211651 0
[pid=21676/tid=21677] ppid=21675 vsize=868696 CPUtime=4.67
/proc/21676/task/21677/stat : 21677 (java) R 21675 21662 21017 0 -1 64 3097 0 1 0 461 6 0 0 25 0 9 0 25410921 889544704 8339 996147200 134512640 134550932 4294955936 18446744073709551615 4126795611 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21676/tid=21678] ppid=21675 vsize=868696 CPUtime=0.39
/proc/21676/task/21678/stat : 21678 (java) S 21675 21662 21017 0 -1 64 4199 0 0 0 37 2 0 0 16 0 9 0 25410923 889544704 8339 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21676/tid=21679] ppid=21675 vsize=868696 CPUtime=0
/proc/21676/task/21679/stat : 21679 (java) S 21675 21662 21017 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25410923 889544704 8339 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21676/tid=21680] ppid=21675 vsize=868696 CPUtime=0
/proc/21676/task/21680/stat : 21680 (java) S 21675 21662 21017 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25410923 889544704 8339 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21676/tid=21681] ppid=21675 vsize=868696 CPUtime=0
/proc/21676/task/21681/stat : 21681 (java) S 21675 21662 21017 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25410925 889544704 8339 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21676/tid=21682] ppid=21675 vsize=868696 CPUtime=0.26
/proc/21676/task/21682/stat : 21682 (java) S 21675 21662 21017 0 -1 64 1554 0 0 0 25 1 0 0 16 0 9 0 25410925 889544704 8339 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21676/tid=21683] ppid=21675 vsize=868696 CPUtime=0
/proc/21676/task/21683/stat : 21683 (java) S 21675 21662 21017 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25410925 889544704 8339 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21676/tid=21684] ppid=21675 vsize=868696 CPUtime=0
/proc/21676/task/21684/stat : 21684 (java) S 21675 21662 21017 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25410925 889544704 8339 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890920

[startup+12.7027 s]
/proc/loadavg: 2.09 2.05 2.01 3/83 21684
/proc/meminfo: memFree=1866248/2055920 swapFree=4192812/4192956
[pid=21662] ppid=21660 vsize=16868 CPUtime=0.81
/proc/21662/stat : 21662 (sugar) S 21660 21662 21017 0 -1 4194304 1310 5401 0 1 6 1 70 4 15 0 1 0 25410833 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21662/statm: 4217 1111 409 3 0 796 0
[pid=21675] ppid=21662 vsize=5356 CPUtime=0
/proc/21675/stat : 21675 (sh) S 21662 21662 21017 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25410920 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21675/statm: 1339 233 193 169 0 50 0
[pid=21676] ppid=21675 vsize=868696 CPUtime=11.69
/proc/21676/stat : 21676 (java) S 21675 21662 21017 0 -1 0 9963 0 1 0 1148 21 0 0 18 0 9 0 25410921 889544704 8344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21676/statm: 217174 8344 2590 9 0 211651 0
[pid=21676/tid=21677] ppid=21675 vsize=868696 CPUtime=10.86
/proc/21676/task/21677/stat : 21677 (java) R 21675 21662 21017 0 -1 64 3507 0 1 0 1072 14 0 0 25 0 9 0 25410921 889544704 8344 996147200 134512640 134550932 4294955936 18446744073709551615 4126884305 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21676/tid=21678] ppid=21675 vsize=868696 CPUtime=0.53
/proc/21676/task/21678/stat : 21678 (java) S 21675 21662 21017 0 -1 64 4199 0 0 0 48 5 0 0 16 0 9 0 25410923 889544704 8344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21676/tid=21679] ppid=21675 vsize=868696 CPUtime=0
/proc/21676/task/21679/stat : 21679 (java) S 21675 21662 21017 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25410923 889544704 8344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21676/tid=21680] ppid=21675 vsize=868696 CPUtime=0
/proc/21676/task/21680/stat : 21680 (java) S 21675 21662 21017 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25410923 889544704 8344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21676/tid=21681] ppid=21675 vsize=868696 CPUtime=0
/proc/21676/task/21681/stat : 21681 (java) S 21675 21662 21017 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25410925 889544704 8344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21676/tid=21682] ppid=21675 vsize=868696 CPUtime=0.27
/proc/21676/task/21682/stat : 21682 (java) S 21675 21662 21017 0 -1 64 1559 0 0 0 26 1 0 0 16 0 9 0 25410925 889544704 8344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21676/tid=21683] ppid=21675 vsize=868696 CPUtime=0
/proc/21676/task/21683/stat : 21683 (java) S 21675 21662 21017 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25410925 889544704 8344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21676/tid=21684] ppid=21675 vsize=868696 CPUtime=0
/proc/21676/task/21684/stat : 21684 (java) S 21675 21662 21017 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25410925 889544704 8344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 890920

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

[startup+12.8027 s]
/proc/loadavg: 2.09 2.05 2.01 3/83 21684
/proc/meminfo: memFree=1866248/2055920 swapFree=4192812/4192956
[pid=21662] ppid=21660 vsize=16868 CPUtime=0.81
/proc/21662/stat : 21662 (sugar) S 21660 21662 21017 0 -1 4194304 1310 5401 0 1 6 1 70 4 15 0 1 0 25410833 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21662/statm: 4217 1111 409 3 0 796 0
[pid=21675] ppid=21662 vsize=5356 CPUtime=0
/proc/21675/stat : 21675 (sh) S 21662 21662 21017 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25410920 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21675/statm: 1339 233 193 169 0 50 0
[pid=21676] ppid=21675 vsize=868696 CPUtime=11.78
/proc/21676/stat : 21676 (java) S 21675 21662 21017 0 -1 0 9970 0 1 0 1157 21 0 0 18 0 9 0 25410921 889544704 8344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21676/statm: 217174 8344 2590 9 0 211651 0
[pid=21676/tid=21677] ppid=21675 vsize=868696 CPUtime=10.96
/proc/21676/task/21677/stat : 21677 (java) R 21675 21662 21017 0 -1 64 3514 0 1 0 1082 14 0 0 25 0 9 0 25410921 889544704 8344 996147200 134512640 134550932 4294955936 18446744073709551615 4126795611 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21676/tid=21678] ppid=21675 vsize=868696 CPUtime=0.53
/proc/21676/task/21678/stat : 21678 (java) S 21675 21662 21017 0 -1 64 4199 0 0 0 48 5 0 0 16 0 9 0 25410923 889544704 8344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21676/tid=21679] ppid=21675 vsize=868696 CPUtime=0
/proc/21676/task/21679/stat : 21679 (java) S 21675 21662 21017 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25410923 889544704 8344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21676/tid=21680] ppid=21675 vsize=868696 CPUtime=0
/proc/21676/task/21680/stat : 21680 (java) S 21675 21662 21017 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25410923 889544704 8344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21676/tid=21681] ppid=21675 vsize=868696 CPUtime=0
/proc/21676/task/21681/stat : 21681 (java) S 21675 21662 21017 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25410925 889544704 8344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21676/tid=21682] ppid=21675 vsize=868696 CPUtime=0.27
/proc/21676/task/21682/stat : 21682 (java) S 21675 21662 21017 0 -1 64 1559 0 0 0 26 1 0 0 16 0 9 0 25410925 889544704 8344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21676/tid=21683] ppid=21675 vsize=868696 CPUtime=0
/proc/21676/task/21683/stat : 21683 (java) S 21675 21662 21017 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25410925 889544704 8344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21676/tid=21684] ppid=21675 vsize=868696 CPUtime=0
/proc/21676/task/21684/stat : 21684 (java) S 21675 21662 21017 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25410925 889544704 8344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 890920

[startup+14.4069 s]
/proc/loadavg: 2.08 2.05 2.01 3/75 21686
/proc/meminfo: memFree=1851336/2055920 swapFree=4192812/4192956
[pid=21662] ppid=21660 vsize=16868 CPUtime=13.36
/proc/21662/stat : 21662 (sugar) S 21660 21662 21017 0 -1 4194304 1376 15731 0 2 6 2 1300 28 15 0 1 0 25410833 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21662/statm: 4217 1113 409 3 0 796 0
[pid=21685] ppid=21662 vsize=5356 CPUtime=0
/proc/21685/stat : 21685 (sh) S 21662 21662 21017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25412191 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21685/statm: 1339 232 193 169 0 50 0
[pid=21686] ppid=21685 vsize=36792 CPUtime=0.8
/proc/21686/stat : 21686 (minisat) R 21685 21662 21017 0 -1 4194304 8989 0 0 0 76 4 0 0 25 0 1 0 25412192 37675008 8975 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/21686/statm: 9198 8975 76 150 0 9045 0
Current children cumulated CPU time (s) 14.16
Current children cumulated vsize (KiB) 59016

[startup+16.0012 s]
/proc/loadavg: 2.08 2.05 2.01 3/75 21686
/proc/meminfo: memFree=1850248/2055920 swapFree=4192812/4192956
[pid=21662] ppid=21660 vsize=16868 CPUtime=13.36
/proc/21662/stat : 21662 (sugar) S 21660 21662 21017 0 -1 4194304 1376 15731 0 2 6 2 1300 28 15 0 1 0 25410833 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21662/statm: 4217 1113 409 3 0 796 0
[pid=21685] ppid=21662 vsize=5356 CPUtime=0
/proc/21685/stat : 21685 (sh) S 21662 21662 21017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25412191 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21685/statm: 1339 232 193 169 0 50 0
[pid=21686] ppid=21685 vsize=38512 CPUtime=2.38
/proc/21686/stat : 21686 (minisat) R 21685 21662 21017 0 -1 4194304 9426 0 0 0 234 4 0 0 25 0 1 0 25412192 39436288 9412 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/21686/statm: 9628 9412 76 150 0 9475 0
Current children cumulated CPU time (s) 15.74
Current children cumulated vsize (KiB) 60736

[startup+16.8013 s]
/proc/loadavg: 2.08 2.05 2.01 3/75 21686
/proc/meminfo: memFree=1848968/2055920 swapFree=4192812/4192956
[pid=21662] ppid=21660 vsize=16868 CPUtime=13.36
/proc/21662/stat : 21662 (sugar) S 21660 21662 21017 0 -1 4194304 1376 15731 0 2 6 2 1300 28 15 0 1 0 25410833 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21662/statm: 4217 1113 409 3 0 796 0
[pid=21685] ppid=21662 vsize=5356 CPUtime=0
/proc/21685/stat : 21685 (sh) S 21662 21662 21017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25412191 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21685/statm: 1339 232 193 169 0 50 0
[pid=21686] ppid=21685 vsize=39304 CPUtime=3.18
/proc/21686/stat : 21686 (minisat) R 21685 21662 21017 0 -1 4194304 9624 0 0 0 313 5 0 0 25 0 1 0 25412192 40247296 9610 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/21686/statm: 9826 9610 76 150 0 9673 0
Current children cumulated CPU time (s) 16.54
Current children cumulated vsize (KiB) 61528

[startup+17.2013 s]
/proc/loadavg: 2.08 2.05 2.01 3/75 21686
/proc/meminfo: memFree=1848968/2055920 swapFree=4192812/4192956
[pid=21662] ppid=21660 vsize=16868 CPUtime=16.69
/proc/21662/stat : 21662 (sugar) S 21660 21662 21017 0 -1 4194304 1448 25678 0 2 6 2 1628 33 16 0 1 0 25410833 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21662/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 16.69
Current children cumulated vsize (KiB) 16868

[startup+17.3014 s]
/proc/loadavg: 2.08 2.05 2.01 3/75 21686
/proc/meminfo: memFree=1848968/2055920 swapFree=4192812/4192956
[pid=21662] ppid=21660 vsize=16868 CPUtime=16.7
/proc/21662/stat : 21662 (sugar) S 21660 21662 21017 0 -1 4194304 1449 25678 0 2 6 3 1628 33 15 0 1 0 25410833 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21662/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 16.7
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 17.3356
CPU time (s): 17.0854
CPU user time (s): 16.6645
CPU system time (s): 0.420936
CPU usage (%): 98.5567
Max. virtual memory (cumulated for all children) (KiB): 891060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.6645
system time used= 0.420936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31284
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= 11896
involuntary context switches= 12083

runsolver used 0.024996 second user time and 0.067989 second system time

The end

Launcher Data

Begin job on node22 at 2009-07-12 09:24:03
IDJOB=2086328
IDBENCH=58582
IDSOLVER=739
FILE ID=node22/2086328-1247383443
PBS_JOBID= 9507316
Free space on /tmp= 66396 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/bibdVariousK/normalized-bibd-8-56-21-3-6_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-2086328-1247383443/watcher-2086328-1247383443 -o /tmp/evaluation-result-2086328-1247383443/solver-2086328-1247383443 -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-2086328-1247383443.xml

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

MD5SUM BENCH= 48793c513c456d2116888c675680dbed
RANDOM SEED=1143296877

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1909184 kB
Buffers:          9152 kB
Cached:          68572 kB
SwapCached:          0 kB
Active:          77280 kB
Inactive:        22600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1909184 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1664 kB
Writeback:           0 kB
Mapped:          33736 kB
Slab:            32224 kB
Committed_AS:   158196 kB
PageTables:       1692 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= 66396 MiB
End job on node22 at 2009-07-12 09:24:21