Trace number 2086196

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 225.299 227.817

General information on the benchmark

Namecsp/bibd10-11/
normalized-bibd-11-110-30-3-6_glb.xml
MD5SUMf5a1a592d533fc94221848032134ad92
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.01184
Satisfiable
(Un)Satisfiability was proved
Number of variables7260
Number of constraints6226
Maximum constraint arity110
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6050
Global constraints used (with number of constraints)weightedsum(176)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.08	c 0	BEGIN Sun Jul 12 09:21:17 2009
0.05/0.08	c 0	PID 25283
0.05/0.08	c 0	HOST node4.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2086196-1247383277.xml TO HOME/temp.csp
0.05/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-2086196-1247383277.xml' 'HOME/temp.csp'
0.06/0.96	c 1	1 domains, 7260 variables, 1 predicates, 0 relations, 6226 constraints
0.06/0.98	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.98	c 1	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.93/1.07	c 1	Parsing HOME/temp.csp
1.12/1.22	c 1	parsed 10000 expressions
1.22/1.34	c 1	parsed 13488 expressions
1.22/1.34	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.22/1.34	c 1	Converting to clausal form CSP
1.22/1.38	c 1	converted 1349 (10%) expressions
1.22/1.39	c 1	converted 2698 (20%) expressions
1.22/1.40	c 1	converted 4047 (30%) expressions
1.32/1.40	c 1	converted 5396 (40%) expressions
1.32/1.41	c 1	converted 6744 (50%) expressions
1.81/1.94	c 2	converted 8093 (60%) expressions
2.20/2.38	c 2	converted 9442 (70%) expressions
2.70/2.85	c 3	converted 10791 (80%) expressions
2.99/3.18	c 3	converted 12140 (90%) expressions
4.17/4.31	c 4	converted 13488 (100%) expressions
4.17/4.31	c 4	CSP : 22132 integers, 12100 booleans, 66396 clauses, largest domain size 38
4.17/4.32	c 4	Heap : 42 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.17/4.32	c 4	Propagation in CSP
4.46/4.66	c 5	6160 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.46/4.67	c 5	CSP : 22132 integers, 12100 booleans, 66396 clauses, largest domain size 38
4.46/4.67	c 5	Heap : 41 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.46/4.69	c 5	Simplifing CSP by introducing new Boolean variables
4.56/4.73	c 5	CSP : 22132 integers, 12100 booleans, 66396 clauses, largest domain size 38
4.56/4.73	c 5	Heap : 42 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.76/4.99	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.86/5.03	c 5	2214 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.86/5.03	c 5	4427 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.86/5.04	c 5	6640 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.86/5.04	c 5	8853 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.86/5.04	c 5	11066 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.86/5.05	c 5	13280 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.86/5.05	c 5	15493 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.86/5.05	c 5	17706 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.86/5.07	c 5	19919 (90%) CSP integer variables are encoded (7471 clauses, 112129 bytes)
4.96/5.10	c 5	22132 (100%) CSP integer variables are encoded (29348 clauses, 440284 bytes)
4.96/5.18	c 5	6640 (10%) CSP clauses are encoded (35988 clauses, 537360 bytes)
5.06/5.22	c 5	13280 (20%) CSP clauses are encoded (42628 clauses, 636172 bytes)
5.06/5.27	c 5	19919 (30%) CSP clauses are encoded (49267 clauses, 741330 bytes)
5.15/5.31	c 5	26559 (40%) CSP clauses are encoded (55907 clauses, 846854 bytes)
5.15/5.36	c 5	33198 (50%) CSP clauses are encoded (62546 clauses, 952436 bytes)
5.26/5.41	c 5	39838 (60%) CSP clauses are encoded (69186 clauses, 1058112 bytes)
5.26/5.45	c 6	46478 (70%) CSP clauses are encoded (75826 clauses, 1163940 bytes)
5.35/5.50	c 6	53117 (80%) CSP clauses are encoded (82465 clauses, 1270011 bytes)
5.35/5.55	c 6	59757 (90%) CSP clauses are encoded (89105 clauses, 1377022 bytes)
39.21/39.91	c 40	66396 (100%) CSP clauses are encoded (2202046 clauses, 67970281 bytes)
39.21/39.91	c 40	66396 CSP clauses encoded
39.21/39.91	c 40	Writing map file : HOME/temp.map
39.21/39.94	c 40	Heap : 37 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
39.21/39.94	c 40	SAT : 63580 SAT variables, 2202046 SAT clauses, 67970281 bytes
39.21/39.94	c 40	Heap : 37 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
39.21/39.98	c 40	SOLVING HOME/temp.cnf
39.21/39.98	c 40	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
39.21/39.99	c 40	This is MiniSat 2.0 beta
39.21/39.99	c 40	WARNING: for repeatability, setting FPU to use double precision
39.21/39.99	c 40	============================[ Problem Statistics ]=============================
39.21/39.99	c 40	|                                                                             |
39.21/39.99	c 40	|  Number of variables:  63580                                                |
39.21/39.99	c 40	|  Number of clauses:    2202046                                              |
40.67/41.47	c 42	|  Parsing time:         1.27         s                                       |
40.77/41.57	c 42	============================[ Search Statistics ]==============================
40.77/41.57	c 42	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
40.77/41.57	c 42	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
40.77/41.57	c 42	===============================================================================
40.77/41.57	c 42	|         0 |   63580  2202046 11371712 |   734015        0    nan |  0.000 % |
40.87/41.61	c 42	|       101 |   63580  2202046 11371712 |   807416      101     44 |  0.000 % |
40.87/41.66	c 42	|       255 |   63580  2202046 11371712 |   888158      255     45 |  0.000 % |
40.97/41.76	c 42	|       480 |   63580  2202046 11371712 |   976974      480     45 |  0.000 % |
41.16/41.96	c 42	|       817 |   63580  2202046 11371712 |  1074671      817     46 |  0.000 % |
42.15/42.95	c 43	|      1323 |   63580  2202046 11371712 |  1182139     1323     39 |  0.000 % |
45.03/45.88	c 46	|      2082 |   63580  2202046 11371712 |  1300352     2082     34 |  0.000 % |
46.91/47.77	c 48	|      3222 |   63580  2202046 11371712 |  1430388     3222     29 |  0.000 % |
48.69/49.52	c 50	|      4932 |   63580  2202046 11371712 |  1573427     4932     40 |  0.000 % |
54.33/55.23	c 55	|      7495 |   63580  2202046 11371712 |  1730769     7495     36 |  0.000 % |
65.53/66.53	c 67	|     11339 |   63580  2202046 11371712 |  1903846    11339     32 |  0.000 % |
81.29/82.48	c 83	|     17105 |   63580  2202046 11371712 |  2094231    17105     29 |  0.000 % |
96.93/98.28	c 98	|     25756 |   63580  2202046 11371712 |  2303654    25756     27 |  0.000 % |
118.33/119.81	c 120	|     38731 |   63580  2202046 11371712 |  2534020    38731     26 |  0.000 % |
146.06/147.84	c 148	|     58193 |   63580  2202046 11371712 |  2787422    58193     31 |  0.000 % |
181.23/183.32	c 183	|     87385 |   63580  2202046 11371712 |  3066164    87385     52 |  0.000 % |
224.42/226.97	c 227	===============================================================================
224.42/226.97	c 227	restarts              : 16
224.42/226.97	c 227	conflicts             : 119848         (648 /sec)
224.42/226.97	c 227	decisions             : 579257         (1.11 % random) (3133 /sec)
224.42/226.97	c 227	propagations          : 91223718       (493395 /sec)
224.42/226.97	c 227	conflict literals     : 6265811        (5.76 % deleted)
224.42/226.97	c 227	Memory used           : 162.06 MB
224.42/226.97	c 227	CPU time              : 184.89 s
224.42/226.97	c 227	
224.52/227.00	c 227	SATISFIABLE
224.52/227.03	c 227	DECODING HOME/temp.out WITH HOME/temp.map
224.52/227.03	c 227	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'
224.57/227.11	c 227	Decoding HOME/temp.out
224.57/227.51	s SATISFIABLE
225.20/227.71	v 1 0 1 0 1 0 1 0 1 0 0 1 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 1 1 0 1 0 0 1 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0 0 0 0 1 1 0 0 1 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 1 1 0 0 1 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 0 0 1 0 0 0 0 1 0 0 0 1 1 0 1 0 0 1 0 0 1 0 0 1 1 0 0 0 1 1 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 1 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 1 0 0 1 0 0 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 1 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 1 1 0 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 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 1 1 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 1 0 0 1 1 1 0 1 1 0 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 1 1 0 0 0 1 0 0 0 0 0 0 1 0 1 0 1 0 0 0 0 0 0 0 0 1 0 1 0 1 0 1 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 1 0 1 1 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 1 0 0 1 0 0 0 0 0 1 0 0 1 0 0 1 0 1 0 0 0 0 1 0 1 0 0 0 0 0 1 1 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 1 0 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 1 0 0 0 0 0 0 1 0 1 0 1 0 0 0 0 0 0 0 1 0 1 0 0 1 1 0 0 0 1 1 0 0 1 0 0 0 0 0 0 1 1 1 0 0 0 1 1 0 0 0 0 1 0 0 1 1 0 0 0 1 0 1 0 0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 0 1 1 0 0 0 1 1 0 0 0 1 0 1 0 0 0 1 1 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 1 1 1 1 0 0 1 1 0 0 0 0 0 1 1 0 0 1 1 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 0 1 1 1 0 0 0 0 1 1 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 1 0 1 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 1 0 0 1 0 0 1 0 0 0 1 1 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 1 0 0 1 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 1 1 1 0 1 0 1 1 0 0 1 0 0 0 0 0 0 0 0 1 1 0 1 0 0 1 0 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 1 1 0 1 0 0 1 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 1 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 1 1 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 0 0 0 1 1 0 1 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 1 0 0 0 0 1 0 1 1 0 1 1 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 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 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 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 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 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 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 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 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 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 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 1 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 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 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 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 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 0 0 0 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 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 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 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 1 0 0 1 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 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 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 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 0 0 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 0 0 0 0 1 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 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 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 0 0 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 1 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 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 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 1 0 0 1 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 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 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 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 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 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 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 1 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 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 1 0 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 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 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 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 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 0 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 0 0 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 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 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 0 0 0 0 0 0 0 0 0 0 0 0 0 1 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 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 0 1 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 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 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 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 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 0 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 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 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 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 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 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 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 1 0 0 0 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 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 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 0 0 0 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 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 1 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 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 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 1 0 0 0 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 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 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 1 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 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 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 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 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 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 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 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 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 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 0 0 0 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 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 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 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 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 1 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 0 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 1 0 0 0 0 0 0 0 0 0 0 0 1 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 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 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 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 1 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 0 0 0 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 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 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 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 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 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 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 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 1 0 0 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 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 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 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 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 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 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 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 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 1 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 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 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 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 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 0 0 0 0 0 0 0 0 0 0 0 1 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 1 0 0 0 0 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 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 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 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 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 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 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 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 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 0 1 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 0 0 0 0 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 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 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 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 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 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 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
225.20/227.72	c 228	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
225.20/227.78	c 228	CPU 225.24 (0.08 0.05 223.97 1.14)
225.20/227.78	c 228	END Sun Jul 12 09:25:05 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-2086196-1247383277/watcher-2086196-1247383277 -o /tmp/evaluation-result-2086196-1247383277/solver-2086196-1247383277 -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-2086196-1247383277.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.04 2.01 2.00 4/74 25283
/proc/meminfo: memFree=1820752/2055920 swapFree=4192812/4192956
[pid=25283] ppid=25281 vsize=18576 CPUtime=0
/proc/25283/stat : 25283 (runsolver) R 25281 25283 24693 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 25395211 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 259913215271 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25283/statm: 4644 284 249 26 0 2626 0

[startup+0.071834 s]
/proc/loadavg: 2.04 2.01 2.00 4/74 25283
/proc/meminfo: memFree=1820752/2055920 swapFree=4192812/4192956
[pid=25283] ppid=25281 vsize=16212 CPUtime=0.05
/proc/25283/stat : 25283 (sugar) R 25281 25283 24693 0 -1 4194304 973 0 0 0 4 1 0 0 18 0 1 0 25395211 16601088 941 996147200 4194304 4206940 548682068608 18446744073709551615 259922115582 0 0 4224 0 0 0 0 17 1 0 0
/proc/25283/statm: 4053 941 380 3 0 632 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16212

[startup+0.101832 s]
/proc/loadavg: 2.04 2.01 2.00 4/74 25283
/proc/meminfo: memFree=1820752/2055920 swapFree=4192812/4192956
[pid=25283] ppid=25281 vsize=16868 CPUtime=0.06
/proc/25283/stat : 25283 (sugar) S 25281 25283 24693 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25395211 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25283/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301849 s]
/proc/loadavg: 2.04 2.01 2.00 4/74 25283
/proc/meminfo: memFree=1820752/2055920 swapFree=4192812/4192956
[pid=25283] ppid=25281 vsize=16868 CPUtime=0.06
/proc/25283/stat : 25283 (sugar) S 25281 25283 24693 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25395211 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25283/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701892 s]
/proc/loadavg: 2.04 2.01 2.00 4/74 25283
/proc/meminfo: memFree=1820752/2055920 swapFree=4192812/4192956
[pid=25283] ppid=25281 vsize=16868 CPUtime=0.06
/proc/25283/stat : 25283 (sugar) S 25281 25283 24693 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25395211 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25283/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50232 s]
/proc/loadavg: 2.04 2.01 2.00 4/78 25298
/proc/meminfo: memFree=1815920/2055920 swapFree=4192812/4192956
[pid=25283] ppid=25281 vsize=16868 CPUtime=0.93
/proc/25283/stat : 25283 (sugar) S 25281 25283 24693 0 -1 4194304 1309 9032 0 1 5 1 80 7 15 0 1 0 25395211 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25283/statm: 4217 1111 409 3 0 796 0
[pid=25296] ppid=25283 vsize=5356 CPUtime=0
/proc/25296/stat : 25296 (sh) S 25283 25283 24693 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25395309 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25296/statm: 1339 233 193 169 0 50 0
[pid=25297] ppid=25296 vsize=865640 CPUtime=0.49
/proc/25297/stat : 25297 (java) S 25296 25283 24693 0 -1 0 6776 0 1 0 45 4 0 0 18 0 9 0 25395310 886415360 6025 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25297/statm: 216410 6025 2568 9 0 210915 0
[pid=25297/tid=25298] ppid=25296 vsize=865640 CPUtime=0.28
/proc/25297/task/25298/stat : 25298 (java) R 25296 25283 24693 0 -1 64 2569 0 1 0 27 1 0 0 21 0 9 0 25395311 886415360 6025 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 887864

[startup+3.1061 s]
/proc/loadavg: 2.04 2.01 2.00 3/85 25305
/proc/meminfo: memFree=1793400/2055920 swapFree=4192812/4192956
[pid=25283] ppid=25281 vsize=16868 CPUtime=0.93
/proc/25283/stat : 25283 (sugar) S 25281 25283 24693 0 -1 4194304 1309 9032 0 1 5 1 80 7 16 0 1 0 25395211 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25283/statm: 4217 1111 409 3 0 796 0
[pid=25296] ppid=25283 vsize=5356 CPUtime=0
/proc/25296/stat : 25296 (sh) S 25283 25283 24693 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25395309 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25296/statm: 1339 233 193 169 0 50 0
[pid=25297] ppid=25296 vsize=868564 CPUtime=2.06
/proc/25297/stat : 25297 (java) S 25296 25283 24693 0 -1 0 14053 0 1 0 199 7 0 0 18 0 9 0 25395310 889409536 13075 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25297/statm: 217141 13075 2566 9 0 211646 0
[pid=25297/tid=25298] ppid=25296 vsize=868564 CPUtime=1.17
/proc/25297/task/25298/stat : 25298 (java) R 25296 25283 24693 0 -1 64 2884 0 1 0 116 1 0 0 25 0 9 0 25395311 889409536 13075 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25297/tid=25299] ppid=25296 vsize=868564 CPUtime=0.67
/proc/25297/task/25299/stat : 25299 (java) R 25296 25283 24693 0 -1 64 8964 0 0 0 63 4 0 0 15 0 9 0 25395312 889409536 13075 996147200 134512640 134550932 4294955936 18446744073709551615 102546854 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25297/tid=25300] ppid=25296 vsize=868564 CPUtime=0
/proc/25297/task/25300/stat : 25300 (java) S 25296 25283 24693 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 25395313 889409536 13075 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25297/tid=25301] ppid=25296 vsize=868564 CPUtime=0
/proc/25297/task/25301/stat : 25301 (java) S 25296 25283 24693 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 25395313 889409536 13075 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25297/tid=25302] ppid=25296 vsize=868564 CPUtime=0
/proc/25297/task/25302/stat : 25302 (java) S 25296 25283 24693 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25395315 889409536 13075 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25297/tid=25303] ppid=25296 vsize=868564 CPUtime=0.2
/proc/25297/task/25303/stat : 25303 (java) S 25296 25283 24693 0 -1 64 1502 0 0 0 19 1 0 0 16 0 9 0 25395315 889409536 13075 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25297/tid=25304] ppid=25296 vsize=868564 CPUtime=0
/proc/25297/task/25304/stat : 25304 (java) S 25296 25283 24693 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25395315 889409536 13075 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25297/tid=25305] ppid=25296 vsize=868564 CPUtime=0
/proc/25297/task/25305/stat : 25305 (java) S 25296 25283 24693 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25395315 889409536 13075 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) 890788

[startup+6.30239 s]
/proc/loadavg: 2.04 2.01 2.00 4/85 25305
/proc/meminfo: memFree=1758136/2055920 swapFree=4192812/4192956
[pid=25283] ppid=25281 vsize=16868 CPUtime=0.94
/proc/25283/stat : 25283 (sugar) S 25281 25283 24693 0 -1 4194304 1310 9032 0 1 5 2 80 7 15 0 1 0 25395211 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25283/statm: 4217 1111 409 3 0 796 0
[pid=25296] ppid=25283 vsize=5356 CPUtime=0
/proc/25296/stat : 25296 (sh) S 25283 25283 24693 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25395309 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25296/statm: 1339 233 193 169 0 50 0
[pid=25297] ppid=25296 vsize=868724 CPUtime=5.2
/proc/25297/stat : 25297 (java) S 25296 25283 24693 0 -1 0 18642 0 1 0 507 13 0 0 18 0 9 0 25395310 889573376 16900 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25297/statm: 217181 16900 2590 9 0 211658 0
[pid=25297/tid=25298] ppid=25296 vsize=868724 CPUtime=3.57
/proc/25297/task/25298/stat : 25298 (java) R 25296 25283 24693 0 -1 64 3263 0 1 0 354 3 0 0 25 0 9 0 25395311 889573376 16900 996147200 134512640 134550932 4294955936 18446744073709551615 4126554168 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25297/tid=25299] ppid=25296 vsize=868724 CPUtime=1.33
/proc/25297/task/25299/stat : 25299 (java) S 25296 25283 24693 0 -1 64 13121 0 0 0 126 7 0 0 16 0 9 0 25395312 889573376 16900 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25297/tid=25300] ppid=25296 vsize=868724 CPUtime=0
/proc/25297/task/25300/stat : 25300 (java) S 25296 25283 24693 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 25395313 889573376 16900 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25297/tid=25301] ppid=25296 vsize=868724 CPUtime=0
/proc/25297/task/25301/stat : 25301 (java) S 25296 25283 24693 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 25395313 889573376 16900 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25297/tid=25302] ppid=25296 vsize=868724 CPUtime=0
/proc/25297/task/25302/stat : 25302 (java) S 25296 25283 24693 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25395315 889573376 16900 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25297/tid=25303] ppid=25296 vsize=868724 CPUtime=0.27
/proc/25297/task/25303/stat : 25303 (java) S 25296 25283 24693 0 -1 64 1555 0 0 0 26 1 0 0 16 0 9 0 25395315 889573376 16900 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25297/tid=25304] ppid=25296 vsize=868724 CPUtime=0
/proc/25297/task/25304/stat : 25304 (java) S 25296 25283 24693 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25395315 889573376 16900 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25297/tid=25305] ppid=25296 vsize=868724 CPUtime=0
/proc/25297/task/25305/stat : 25305 (java) S 25296 25283 24693 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25395315 889573376 16900 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 890948

[startup+12.703 s]
/proc/loadavg: 2.04 2.01 2.00 3/85 25305
/proc/meminfo: memFree=1748728/2055920 swapFree=4192812/4192956
[pid=25283] ppid=25281 vsize=16868 CPUtime=0.94
/proc/25283/stat : 25283 (sugar) S 25281 25283 24693 0 -1 4194304 1310 9032 0 1 5 2 80 7 15 0 1 0 25395211 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25283/statm: 4217 1111 409 3 0 796 0
[pid=25296] ppid=25283 vsize=5356 CPUtime=0
/proc/25296/stat : 25296 (sh) S 25283 25283 24693 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25395309 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25296/statm: 1339 233 193 169 0 50 0
[pid=25297] ppid=25296 vsize=868724 CPUtime=11.5
/proc/25297/stat : 25297 (java) S 25296 25283 24693 0 -1 0 18760 0 1 0 1130 20 0 0 18 0 9 0 25395310 889573376 16905 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25297/statm: 217181 16905 2590 9 0 211658 0
[pid=25297/tid=25298] ppid=25296 vsize=868724 CPUtime=9.79
/proc/25297/task/25298/stat : 25298 (java) R 25296 25283 24693 0 -1 64 3376 0 1 0 970 9 0 0 25 0 9 0 25395311 889573376 16905 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25297/tid=25299] ppid=25296 vsize=868724 CPUtime=1.39
/proc/25297/task/25299/stat : 25299 (java) S 25296 25283 24693 0 -1 64 13121 0 0 0 131 8 0 0 16 0 9 0 25395312 889573376 16905 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25297/tid=25300] ppid=25296 vsize=868724 CPUtime=0
/proc/25297/task/25300/stat : 25300 (java) S 25296 25283 24693 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 25395313 889573376 16905 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25297/tid=25301] ppid=25296 vsize=868724 CPUtime=0
/proc/25297/task/25301/stat : 25301 (java) S 25296 25283 24693 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 25395313 889573376 16905 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25297/tid=25302] ppid=25296 vsize=868724 CPUtime=0
/proc/25297/task/25302/stat : 25302 (java) S 25296 25283 24693 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25395315 889573376 16905 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25297/tid=25303] ppid=25296 vsize=868724 CPUtime=0.28
/proc/25297/task/25303/stat : 25303 (java) S 25296 25283 24693 0 -1 64 1560 0 0 0 27 1 0 0 16 0 9 0 25395315 889573376 16905 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25297/tid=25304] ppid=25296 vsize=868724 CPUtime=0
/proc/25297/task/25304/stat : 25304 (java) S 25296 25283 24693 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25395315 889573376 16905 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25297/tid=25305] ppid=25296 vsize=868724 CPUtime=0
/proc/25297/task/25305/stat : 25305 (java) S 25296 25283 24693 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25395315 889573376 16905 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 890948

[startup+25.5011 s]
/proc/loadavg: 2.03 2.01 2.00 3/85 25305
/proc/meminfo: memFree=1721528/2055920 swapFree=4192812/4192956
[pid=25283] ppid=25281 vsize=16868 CPUtime=0.94
/proc/25283/stat : 25283 (sugar) S 25281 25283 24693 0 -1 4194304 1310 9032 0 1 5 2 80 7 15 0 1 0 25395211 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25283/statm: 4217 1111 409 3 0 796 0
[pid=25296] ppid=25283 vsize=5356 CPUtime=0
/proc/25296/stat : 25296 (sh) S 25283 25283 24693 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25395309 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25296/statm: 1339 233 193 169 0 50 0
[pid=25297] ppid=25296 vsize=868724 CPUtime=24.11
/proc/25297/stat : 25297 (java) S 25296 25283 24693 0 -1 0 19011 0 1 0 2370 41 0 0 18 0 9 0 25395310 889573376 16905 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25297/statm: 217181 16905 2590 9 0 211658 0
[pid=25297/tid=25298] ppid=25296 vsize=868724 CPUtime=22.27
/proc/25297/task/25298/stat : 25298 (java) R 25296 25283 24693 0 -1 64 3627 0 1 0 2199 28 0 0 25 0 9 0 25395311 889573376 16905 996147200 134512640 134550932 4294955936 18446744073709551615 4127114752 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25297/tid=25299] ppid=25296 vsize=868724 CPUtime=1.52
/proc/25297/task/25299/stat : 25299 (java) S 25296 25283 24693 0 -1 64 13121 0 0 0 142 10 0 0 16 0 9 0 25395312 889573376 16905 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25297/tid=25300] ppid=25296 vsize=868724 CPUtime=0
/proc/25297/task/25300/stat : 25300 (java) S 25296 25283 24693 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 25395313 889573376 16905 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25297/tid=25301] ppid=25296 vsize=868724 CPUtime=0
/proc/25297/task/25301/stat : 25301 (java) S 25296 25283 24693 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 25395313 889573376 16905 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25297/tid=25302] ppid=25296 vsize=868724 CPUtime=0
/proc/25297/task/25302/stat : 25302 (java) S 25296 25283 24693 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25395315 889573376 16905 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25297/tid=25303] ppid=25296 vsize=868724 CPUtime=0.28
/proc/25297/task/25303/stat : 25303 (java) S 25296 25283 24693 0 -1 64 1560 0 0 0 27 1 0 0 16 0 9 0 25395315 889573376 16905 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25297/tid=25304] ppid=25296 vsize=868724 CPUtime=0
/proc/25297/task/25304/stat : 25304 (java) S 25296 25283 24693 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25395315 889573376 16905 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25297/tid=25305] ppid=25296 vsize=868724 CPUtime=0
/proc/25297/task/25305/stat : 25305 (java) S 25296 25283 24693 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25395315 889573376 16905 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.05
Current children cumulated vsize (KiB) 890948

[startup+51.1014 s]
/proc/loadavg: 2.02 2.01 2.00 4/77 25307
/proc/meminfo: memFree=1620472/2055920 swapFree=4192812/4192956
[pid=25283] ppid=25281 vsize=16868 CPUtime=39.28
/proc/25283/stat : 25283 (sugar) S 25281 25283 24693 0 -1 4194304 1376 28637 0 2 6 2 3850 70 16 0 1 0 25395211 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25283/statm: 4217 1113 409 3 0 796 0
[pid=25306] ppid=25283 vsize=5356 CPUtime=0
/proc/25306/stat : 25306 (sh) S 25283 25283 24693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25399209 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25306/statm: 1339 232 193 169 0 50 0
[pid=25307] ppid=25306 vsize=130360 CPUtime=10.99
/proc/25307/stat : 25307 (minisat) R 25306 25283 24693 0 -1 4194304 32105 0 0 0 1076 23 0 0 25 0 1 0 25399210 133488640 32091 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25307/statm: 32590 32091 76 150 0 32437 0
Current children cumulated CPU time (s) 50.27
Current children cumulated vsize (KiB) 152584

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 4/77 25307
/proc/meminfo: memFree=1612408/2055920 swapFree=4192812/4192956
[pid=25283] ppid=25281 vsize=16868 CPUtime=39.28
/proc/25283/stat : 25283 (sugar) S 25281 25283 24693 0 -1 4194304 1376 28637 0 2 6 2 3850 70 16 0 1 0 25395211 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25283/statm: 4217 1113 409 3 0 796 0
[pid=25306] ppid=25283 vsize=5356 CPUtime=0
/proc/25306/stat : 25306 (sh) S 25283 25283 24693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25399209 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25306/statm: 1339 232 193 169 0 50 0
[pid=25307] ppid=25306 vsize=138184 CPUtime=61.71
/proc/25307/stat : 25307 (minisat) R 25306 25283 24693 0 -1 4194304 34084 0 0 0 6146 25 0 0 25 0 1 0 25399210 141500416 34070 996147200 134512640 135127466 4294956256 18446744073709551615 134530837 0 0 4096 3 0 0 0 17 1 0 0
/proc/25307/statm: 34546 34070 76 150 0 34393 0
Current children cumulated CPU time (s) 100.99
Current children cumulated vsize (KiB) 160408

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 4/77 25307
/proc/meminfo: memFree=1601208/2055920 swapFree=4192812/4192956
[pid=25283] ppid=25281 vsize=16868 CPUtime=39.28
/proc/25283/stat : 25283 (sugar) S 25281 25283 24693 0 -1 4194304 1376 28637 0 2 6 2 3850 70 16 0 1 0 25395211 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25283/statm: 4217 1113 409 3 0 796 0
[pid=25306] ppid=25283 vsize=5356 CPUtime=0
/proc/25306/stat : 25306 (sh) S 25283 25283 24693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25399209 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25306/statm: 1339 232 193 169 0 50 0
[pid=25307] ppid=25306 vsize=149636 CPUtime=121.14
/proc/25307/stat : 25307 (minisat) R 25306 25283 24693 0 -1 4194304 36937 0 0 0 12086 28 0 0 25 0 1 0 25399210 153227264 36923 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25307/statm: 37409 36923 76 150 0 37256 0
Current children cumulated CPU time (s) 160.42
Current children cumulated vsize (KiB) 171860

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 4/77 25307
/proc/meminfo: memFree=1584760/2055920 swapFree=4192812/4192956
[pid=25283] ppid=25281 vsize=16868 CPUtime=39.28
/proc/25283/stat : 25283 (sugar) S 25281 25283 24693 0 -1 4194304 1376 28637 0 2 6 2 3850 70 16 0 1 0 25395211 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25283/statm: 4217 1113 409 3 0 796 0
[pid=25306] ppid=25283 vsize=5356 CPUtime=0
/proc/25306/stat : 25306 (sh) S 25283 25283 24693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25399209 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25306/statm: 1339 232 193 169 0 50 0
[pid=25307] ppid=25306 vsize=165156 CPUtime=180.58
/proc/25307/stat : 25307 (minisat) R 25306 25283 24693 0 -1 4194304 40818 0 0 0 18025 33 0 0 25 0 1 0 25399210 169119744 40804 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25307/statm: 41289 40804 76 150 0 41136 0
Current children cumulated CPU time (s) 219.86
Current children cumulated vsize (KiB) 187380

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

[startup+223.902 s]
/proc/loadavg: 2.00 2.00 2.00 4/77 25307
/proc/meminfo: memFree=1584632/2055920 swapFree=4192812/4192956
[pid=25283] ppid=25281 vsize=16868 CPUtime=39.28
/proc/25283/stat : 25283 (sugar) S 25281 25283 24693 0 -1 4194304 1376 28637 0 2 6 2 3850 70 16 0 1 0 25395211 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25283/statm: 4217 1113 409 3 0 796 0
[pid=25306] ppid=25283 vsize=5356 CPUtime=0
/proc/25306/stat : 25306 (sh) S 25283 25283 24693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25399209 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25306/statm: 1339 232 193 169 0 50 0
[pid=25307] ppid=25306 vsize=165288 CPUtime=182.17
/proc/25307/stat : 25307 (minisat) R 25306 25283 24693 0 -1 4194304 40857 0 0 0 18184 33 0 0 25 0 1 0 25399210 169254912 40843 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25307/statm: 41322 40843 76 150 0 41169 0
Current children cumulated CPU time (s) 221.45
Current children cumulated vsize (KiB) 187512

[startup+225.506 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 25307
/proc/meminfo: memFree=1584184/2055920 swapFree=4192812/4192956
[pid=25283] ppid=25281 vsize=16868 CPUtime=39.28
/proc/25283/stat : 25283 (sugar) S 25281 25283 24693 0 -1 4194304 1376 28637 0 2 6 2 3850 70 16 0 1 0 25395211 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25283/statm: 4217 1113 409 3 0 796 0
[pid=25306] ppid=25283 vsize=5356 CPUtime=0
/proc/25306/stat : 25306 (sh) S 25283 25283 24693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25399209 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25306/statm: 1339 232 193 169 0 50 0
[pid=25307] ppid=25306 vsize=165684 CPUtime=183.76
/proc/25307/stat : 25307 (minisat) R 25306 25283 24693 0 -1 4194304 40931 0 0 0 18343 33 0 0 25 0 1 0 25399210 169660416 40917 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25307/statm: 41421 40917 76 150 0 41268 0
Current children cumulated CPU time (s) 223.04
Current children cumulated vsize (KiB) 187908

[startup+227.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 25307
/proc/meminfo: memFree=1584120/2055920 swapFree=4192812/4192956
[pid=25283] ppid=25281 vsize=16868 CPUtime=224.57
/proc/25283/stat : 25283 (sugar) S 25281 25283 24693 0 -1 4194304 1430 69914 0 2 6 2 22341 108 17 0 1 0 25395211 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25283/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 224.57
Current children cumulated vsize (KiB) 16868

[startup+227.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 25307
/proc/meminfo: memFree=1584120/2055920 swapFree=4192812/4192956
[pid=25283] ppid=25281 vsize=16868 CPUtime=224.57
/proc/25283/stat : 25283 (sugar) S 25281 25283 24693 0 -1 4194304 1448 69914 0 2 6 2 22341 108 16 0 1 0 25395211 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25283/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 224.57
Current children cumulated vsize (KiB) 16868

[startup+227.707 s]
/proc/loadavg: 2.08 2.02 2.01 4/85 25317
/proc/meminfo: memFree=1740408/2055920 swapFree=4192812/4192956
[pid=25283] ppid=25281 vsize=16868 CPUtime=224.61
/proc/25283/stat : 25283 (sugar) S 25281 25283 24693 0 -1 4194304 1453 69914 0 2 8 4 22341 108 15 0 1 0 25395211 17272832 1117 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25283/statm: 4217 1117 409 3 0 796 0
[pid=25308] ppid=25283 vsize=5356 CPUtime=0
/proc/25308/stat : 25308 (sh) S 25283 25283 24693 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25417914 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25308/statm: 1339 233 193 169 0 50 0
[pid=25309] ppid=25308 vsize=862756 CPUtime=0.59
/proc/25309/stat : 25309 (java) S 25308 25283 24693 0 -1 0 3645 0 1 0 54 5 0 0 18 0 9 0 25417915 883462144 3105 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25309/statm: 215689 3105 1290 9 0 210602 0
[pid=25309/tid=25310] ppid=25308 vsize=862756 CPUtime=0.44
/proc/25309/task/25310/stat : 25310 (java) R 25308 25283 24693 0 -1 64 2055 0 1 0 40 4 0 0 21 0 9 0 25417916 883462144 3105 996147200 134512640 134550932 4294955984 18446744073709551615 4126406116 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25309/tid=25311] ppid=25308 vsize=862756 CPUtime=0.01
/proc/25309/task/25311/stat : 25311 (java) S 25308 25283 24693 0 -1 64 416 0 0 0 1 0 0 0 16 0 9 0 25417917 883462144 3105 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25309/tid=25312] ppid=25308 vsize=862756 CPUtime=0
/proc/25309/task/25312/stat : 25312 (java) S 25308 25283 24693 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 25417917 883462144 3105 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25309/tid=25313] ppid=25308 vsize=862756 CPUtime=0
/proc/25309/task/25313/stat : 25313 (java) S 25308 25283 24693 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25417917 883462144 3105 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25309/tid=25314] ppid=25308 vsize=862756 CPUtime=0
/proc/25309/task/25314/stat : 25314 (java) S 25308 25283 24693 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25417919 883462144 3105 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25309/tid=25315] ppid=25308 vsize=862756 CPUtime=0.12
/proc/25309/task/25315/stat : 25315 (java) S 25308 25283 24693 0 -1 64 477 0 0 0 12 0 0 0 16 0 9 0 25417919 883462144 3105 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25309/tid=25316] ppid=25308 vsize=862756 CPUtime=0
/proc/25309/task/25316/stat : 25316 (java) S 25308 25283 24693 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25417920 883462144 3105 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25309/tid=25317] ppid=25308 vsize=862756 CPUtime=0
/proc/25309/task/25317/stat : 25317 (java) S 25308 25283 24693 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25417920 883462144 3105 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 225.2
Current children cumulated vsize (KiB) 884980

[startup+227.802 s]
/proc/loadavg: 2.08 2.02 2.01 4/85 25317
/proc/meminfo: memFree=1740408/2055920 swapFree=4192812/4192956
[pid=25283] ppid=25281 vsize=16868 CPUtime=225.26
/proc/25283/stat : 25283 (sugar) R 25281 25283 24693 0 -1 4194304 1485 74369 0 3 8 7 22397 114 16 0 1 0 25395211 17272832 1121 996147200 4194304 4206940 548682068608 18446744073709551615 259913389097 0 0 4224 16386 0 0 0 17 1 0 0
/proc/25283/statm: 4217 1121 410 3 0 796 0
Current children cumulated CPU time (s) 225.26
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 227.817
CPU time (s): 225.299
CPU user time (s): 224.059
CPU system time (s): 1.23981
CPU usage (%): 98.8944
Max. virtual memory (cumulated for all children) (KiB): 891840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 224.059
system time used= 1.23981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75914
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= 18269
involuntary context switches= 21437

runsolver used 0.314952 second user time and 0.823874 second system time

The end

Launcher Data

Begin job on node4 at 2009-07-12 09:21:17
IDJOB=2086196
IDBENCH=58570
IDSOLVER=739
FILE ID=node4/2086196-1247383277
PBS_JOBID= 9507237
Free space on /tmp= 66240 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/bibd10-11/normalized-bibd-11-110-30-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-2086196-1247383277/watcher-2086196-1247383277 -o /tmp/evaluation-result-2086196-1247383277/solver-2086196-1247383277 -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-2086196-1247383277.xml

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

MD5SUM BENCH= f5a1a592d533fc94221848032134ad92
RANDOM SEED=1115045441

node4.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.213
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.213
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:       1821232 kB
Buffers:         10456 kB
Cached:          99432 kB
SwapCached:          0 kB
Active:         159596 kB
Inactive:        26856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1821232 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2740 kB
Writeback:           0 kB
Mapped:          87748 kB
Slab:            33324 kB
Committed_AS:   243796 kB
PageTables:       2060 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= 66236 MiB
End job on node4 at 2009-07-12 09:25:05