Trace number 1111756

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisatMSAT (TO)15 3600.06 3634.03

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg13-16_ext.xml
MD5SUM27760add14b2cdb3a3b114747434e548
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints15
Best CPU time to get the best result obtained on this benchmark3600.06
Satisfiable
(Un)Satisfiability was proved
Number of variables208
Number of constraints29
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension29
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul 12 11:02:59 2008
0.00/0.05	c 0	PID 15923
0.03/0.05	c 0	HOST node14.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1111756-1215853379.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1111756-1215853379.xml' 'HOME/temp.csp'
0.03/0.27	c 0	1 domains, 208 variables, 0 predicates, 2 relations, 29 constraints
0.03/0.31	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.31	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.03/0.39	c 0	Parsing HOME/temp.csp
0.24/0.49	c 1	parsed 240 expressions
0.24/0.49	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.24/0.50	c 1	MAX CSP: 29 constraints
0.24/0.50	c 1	Converting to clausal form CSP
0.24/0.52	c 1	converted 28 (10%) expressions
0.24/0.52	c 1	converted 55 (20%) expressions
0.24/0.52	c 1	converted 82 (30%) expressions
0.24/0.52	c 1	converted 109 (40%) expressions
0.24/0.52	c 1	converted 136 (50%) expressions
0.24/0.53	c 1	converted 164 (60%) expressions
0.24/0.53	c 1	converted 191 (70%) expressions
0.24/0.56	c 1	converted 218 (80%) expressions
0.25/0.66	c 1	converted 245 (90%) expressions
0.25/0.69	c 1	converted 272 (100%) expressions
0.25/0.69	c 1	CSP : 266 integers, 0 booleans, 86 clauses, largest domain size 44
0.25/0.69	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.25/0.69	c 1	Propagation in CSP
0.25/0.70	c 1	25 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.25/0.70	c 1	CSP : 266 integers, 0 booleans, 86 clauses, largest domain size 30
0.25/0.70	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.25/0.70	c 1	Simplifing CSP by introducing new Boolean variables
0.25/0.70	c 1	CSP : 266 integers, 0 booleans, 86 clauses, largest domain size 30
0.25/0.70	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.25/0.74	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.25/0.76	c 1	27 (10%) CSP integer variables are encoded (648 clauses, 6984 bytes)
0.25/0.76	c 1	54 (20%) CSP integer variables are encoded (1296 clauses, 14785 bytes)
0.25/0.77	c 1	80 (30%) CSP integer variables are encoded (1920 clauses, 22897 bytes)
0.25/0.77	c 1	107 (40%) CSP integer variables are encoded (2568 clauses, 31321 bytes)
0.25/0.77	c 1	133 (50%) CSP integer variables are encoded (3192 clauses, 39433 bytes)
0.25/0.77	c 1	160 (60%) CSP integer variables are encoded (3840 clauses, 47857 bytes)
0.25/0.77	c 1	187 (70%) CSP integer variables are encoded (4488 clauses, 56281 bytes)
0.25/0.77	c 1	213 (80%) CSP integer variables are encoded (4992 clauses, 62833 bytes)
0.25/0.77	c 1	240 (90%) CSP integer variables are encoded (5022 clauses, 63223 bytes)
0.25/0.77	c 1	266 (100%) CSP integer variables are encoded (5197 clauses, 65498 bytes)
4.38/4.53	c 5	9 (10%) CSP clauses are encoded (65938 clauses, 5259781 bytes)
7.25/7.46	c 8	18 (20%) CSP clauses are encoded (114471 clauses, 9525287 bytes)
7.44/7.69	c 8	26 (30%) CSP clauses are encoded (119631 clauses, 10039264 bytes)
7.54/7.77	c 8	35 (40%) CSP clauses are encoded (121594 clauses, 10235477 bytes)
7.54/7.77	c 8	43 (50%) CSP clauses are encoded (121670 clauses, 10236707 bytes)
7.54/7.77	c 8	52 (60%) CSP clauses are encoded (121709 clauses, 10237303 bytes)
7.54/7.78	c 8	61 (70%) CSP clauses are encoded (121906 clauses, 10240644 bytes)
7.54/7.78	c 8	69 (80%) CSP clauses are encoded (122216 clauses, 10245658 bytes)
7.54/7.78	c 8	78 (90%) CSP clauses are encoded (122525 clauses, 10250933 bytes)
7.54/7.78	c 8	86 (100%) CSP clauses are encoded (123013 clauses, 10259381 bytes)
7.54/7.78	c 8	86 CSP clauses encoded
7.54/7.78	c 8	Writing map file : HOME/temp.map
7.54/7.79	c 8	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.54/7.79	c 8	SAT : 5463 SAT variables, 123013 SAT clauses, 10259381 bytes
7.54/7.79	c 8	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.63/7.82	c 8	OBJECTIVE minimize _COST
7.63/7.82	c 8	OBJECTIVE BOUND: 0 <= _COST <= 
7.63/7.82	c 8	SEARCHING: _COST <= 15
7.63/7.82	c 8	SOLVING HOME/temp.cnf
7.63/7.82	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.63/7.83	c 8	This is MiniSat 2.0 beta
7.63/7.83	c 8	WARNING: for repeatability, setting FPU to use double precision
7.63/7.83	c 8	============================[ Problem Statistics ]=============================
7.63/7.83	c 8	|                                                                             |
7.63/7.83	c 8	|  Number of variables:  5463                                                 |
7.63/7.83	c 8	|  Number of clauses:    123014                                               |
7.64/8.05	c 8	|  Parsing time:         0.19         s                                       |
7.64/8.06	c 8	============================[ Search Statistics ]==============================
7.64/8.06	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.64/8.06	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.64/8.06	c 8	===============================================================================
7.64/8.06	c 8	|         0 |    5393   122467  1912669 |    40822        0    nan |  0.000 % |
7.64/8.07	c 8	|       101 |    5393   122467  1912669 |    44904      101      9 |  1.281 % |
7.64/8.08	c 8	|       251 |    5393   122467  1912669 |    49395      251      8 |  1.281 % |
7.64/8.10	c 8	|       477 |    5393   122467  1912669 |    54334      477      8 |  1.281 % |
7.64/8.12	c 8	|       815 |    5393   122467  1912669 |    59767      815      8 |  1.281 % |
7.64/8.15	c 8	|      1321 |    5393   122467  1912669 |    65744     1321      8 |  1.281 % |
7.64/8.19	c 8	|      2081 |    5393   122467  1912669 |    72319     2081      8 |  1.281 % |
7.64/8.27	c 8	|      3220 |    5393   122467  1912669 |    79551     3220      8 |  1.281 % |
7.64/8.36	c 8	|      4928 |    5393   122467  1912669 |    87506     4928      8 |  1.281 % |
7.64/8.52	c 9	|      7491 |    5393   122467  1912669 |    96256     7491      9 |  1.281 % |
8.59/8.89	c 9	|     11335 |    5393   122467  1912669 |   105882    11335      9 |  1.281 % |
9.18/9.41	c 9	|     17101 |    5393   122467  1912669 |   116470    17101     10 |  1.281 % |
10.08/10.34	c 10	|     25750 |    5393   122467  1912669 |   128117    25750     10 |  1.281 % |
12.95/13.22	c 13	|     38726 |    5393   122467  1912669 |   140929    38726     11 |  1.281 % |
16.71/17.01	c 17	|     58187 |    5393   122467  1912669 |   155022    58187     12 |  1.281 % |
23.44/23.89	c 24	|     87381 |    5393   122467  1912669 |   170525    87381     12 |  1.281 % |
41.57/42.13	c 42	|    131170 |    5393   122467  1912669 |   187577   131170     14 |  1.281 % |
91.89/92.96	c 93	|    196855 |    5393   122467  1912669 |   206335    39294     14 |  1.281 % |
130.82/132.27	c 132	===============================================================================
130.82/132.27	c 132	restarts              : 18
130.82/132.27	c 132	conflicts             : 286226         (2323 /sec)
130.82/132.27	c 132	decisions             : 471274         (1.67 % random) (3826 /sec)
130.82/132.27	c 132	propagations          : 43667351       (354477 /sec)
130.82/132.27	c 132	conflict literals     : 4190266        (31.20 % deleted)
130.82/132.27	c 132	Memory used           : 33.46 MB
130.82/132.27	c 132	CPU time              : 123.188 s
130.82/132.27	c 132	
130.82/132.27	c 132	SATISFIABLE
130.82/132.28	c 132	FOUND: _COST <= 15
130.82/132.28	s SATISFIABLE
130.82/132.28	c 132	DECODING HOME/temp.out WITH HOME/temp.map
130.82/132.28	c 132	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
130.92/132.36	c 132	Decoding HOME/temp.out
130.92/132.44	c 132	OBJECTIVE _COST 15
130.92/132.44	o 15
130.92/132.45	v 18 2 8 25 25 0 15 8 25 10 25 8 15 8 16 8 20 14 13 25 25 17 7 13 25 13 25 13 7 13 20 13 15 13 3 25 25 2 24 3 25 14 25 19 24 3 0 3 17 19 4 25 25 7 19 20 25 22 25 4 19 20 18 20 0 17 19 4 17 8 14 18 2 11 4 17 14 18 8 18 13 0 4 25 25 19 15 19 25 4 25 17 15 19 15 19 0 3 17 25 25 4 11 17 25 3 25 14 11 17 4 17 19 8 12 25 25 2 0 8 25 6 25 6 0 8 17 8 8 2 8 25 25 19 13 0 25 4 25 0 13 0 8 0 14 19 13 25 25 14 10 11 25 0 25 19 10 11 14 11 13 14 0 25 25 13 19 8 25 1 25 14 19 8 3 8 0 17 19 4 17 8 14 18 2 11 4 17 14 18 8 18 11 24 4 25 25 2 13 12 25 4 25 24 13 12 2 12
130.92/132.46	c 133	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
130.92/132.49	c 133	OBJECTIVE BOUND: 0 <= _COST <= 15
130.92/132.49	c 133	SEARCHING: _COST <= 7
130.92/132.49	c 133	SOLVING HOME/temp.cnf
130.92/132.49	c 133	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
130.92/132.49	c 133	This is MiniSat 2.0 beta
130.92/132.49	c 133	WARNING: for repeatability, setting FPU to use double precision
130.92/132.49	c 133	============================[ Problem Statistics ]=============================
130.92/132.49	c 133	|                                                                             |
130.92/132.49	c 133	|  Number of variables:  5463                                                 |
130.92/132.49	c 133	|  Number of clauses:    123014                                               |
131.12/132.71	c 133	|  Parsing time:         0.18         s                                       |
131.12/132.72	c 133	============================[ Search Statistics ]==============================
131.12/132.72	c 133	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
131.12/132.72	c 133	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
131.12/132.72	c 133	===============================================================================
131.12/132.72	c 133	|         0 |    5344   122069  1911614 |    40689        0    nan |  0.000 % |
131.12/132.73	c 133	|       101 |    5344   122069  1911614 |    44758      101      8 |  2.178 % |
131.12/132.74	c 133	|       251 |    5344   122069  1911614 |    49234      251     10 |  2.178 % |
131.12/132.76	c 133	|       476 |    5344   122069  1911614 |    54157      476      8 |  2.178 % |
131.12/132.79	c 133	|       814 |    5344   122069  1911614 |    59573      814      8 |  2.178 % |
131.12/132.86	c 133	|      1320 |    5344   122069  1911614 |    65531     1320      8 |  2.178 % |
131.12/132.93	c 133	|      2080 |    5344   122069  1911614 |    72084     2080      8 |  2.178 % |
131.62/133.09	c 133	|      3219 |    5344   122069  1911614 |    79292     3219      9 |  2.178 % |
131.81/133.21	c 133	|      4928 |    5344   122069  1911614 |    87221     4928      9 |  2.178 % |
132.11/133.55	c 134	|      7491 |    5344   122069  1911614 |    95944     7491     10 |  2.178 % |
132.61/134.07	c 134	|     11337 |    5344   122069  1911614 |   105538    11337     10 |  2.178 % |
133.39/134.89	c 135	|     17104 |    5344   122069  1911614 |   116092    17104     10 |  2.178 % |
136.66/138.14	c 138	|     25756 |    5344   122069  1911614 |   127701    25756     11 |  2.178 % |
141.42/142.94	c 143	|     38730 |    5344   122069  1911614 |   140471    38730     12 |  2.178 % |
149.35/150.98	c 151	|     58193 |    5344   122069  1911614 |   154518    58193     13 |  2.178 % |
170.54/172.30	c 172	|     87385 |    5344   122069  1911614 |   169970    87385     14 |  2.178 % |
214.33/216.54	c 217	|    131175 |    5344   122069  1911614 |   186967   131175     14 |  2.178 % |
299.22/302.28	c 302	|    196859 |    5344   122069  1911614 |   205664    40408     13 |  2.178 % |
389.35/393.22	c 393	|    295385 |    5337   121216  1896178 |   226231    78498     13 |  2.307 % |
448.99/453.47	c 454	===============================================================================
448.99/453.47	c 454	restarts              : 19
448.99/453.47	c 454	conflicts             : 352487         (1109 /sec)
448.99/453.47	c 454	decisions             : 462428         (1.80 % random) (1455 /sec)
448.99/453.47	c 454	propagations          : 68087630       (214206 /sec)
448.99/453.47	c 454	conflict literals     : 5099661        (36.05 % deleted)
448.99/453.47	c 454	Memory used           : 34.07 MB
448.99/453.47	c 454	CPU time              : 317.861 s
448.99/453.47	c 454	
448.99/453.47	c 454	UNSATISFIABLE
448.99/453.48	c 454	NOT FOUND: _COST <= 7
448.99/453.48	c 454	OBJECTIVE BOUND: 8 <= _COST <= 15
448.99/453.48	c 454	SEARCHING: _COST <= 11
448.99/453.48	c 454	SOLVING HOME/temp.cnf
448.99/453.48	c 454	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
448.99/453.48	c 454	This is MiniSat 2.0 beta
448.99/453.48	c 454	WARNING: for repeatability, setting FPU to use double precision
448.99/453.48	c 454	============================[ Problem Statistics ]=============================
448.99/453.48	c 454	|                                                                             |
448.99/453.49	c 454	|  Number of variables:  5463                                                 |
448.99/453.49	c 454	|  Number of clauses:    123014                                               |
449.08/453.70	c 454	|  Parsing time:         0.20         s                                       |
449.08/453.71	c 454	============================[ Search Statistics ]==============================
449.08/453.71	c 454	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
449.08/453.71	c 454	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
449.08/453.71	c 454	===============================================================================
449.08/453.71	c 454	|         0 |    5369   122281  1912179 |    40760        0    nan |  0.000 % |
449.08/453.72	c 454	|       101 |    5369   122281  1912179 |    44836      101      9 |  1.721 % |
449.08/453.74	c 454	|       251 |    5369   122281  1912179 |    49320      251      7 |  1.721 % |
449.08/453.76	c 454	|       476 |    5369   122281  1912179 |    54252      476      7 |  1.721 % |
449.08/453.79	c 454	|       814 |    5369   122281  1912179 |    59677      814      7 |  1.721 % |
449.08/453.82	c 454	|      1320 |    5369   122281  1912179 |    65644     1320      8 |  1.721 % |
449.08/453.86	c 454	|      2080 |    5369   122281  1912179 |    72209     2080      8 |  1.721 % |
449.08/453.93	c 454	|      3219 |    5369   122281  1912179 |    79430     3219      9 |  1.721 % |
449.08/454.03	c 454	|      4928 |    5369   122281  1912179 |    87373     4928      9 |  1.721 % |
449.08/454.17	c 454	|      7490 |    5369   122281  1912179 |    96110     7490      9 |  1.721 % |
450.08/454.53	c 455	|     11334 |    5369   122281  1912179 |   105721    11334     10 |  1.721 % |
450.67/455.19	c 455	|     17100 |    5369   122281  1912179 |   116293    17100     11 |  1.721 % |
452.15/456.60	c 457	|     25749 |    5369   122281  1912179 |   127923    25749     12 |  1.721 % |
454.43/458.97	c 459	|     38723 |    5369   122281  1912179 |   140715    38723     12 |  1.721 % |
462.55/467.18	c 467	|     58185 |    5369   122281  1912179 |   154787    58185     13 |  1.721 % |
481.28/486.01	c 486	|     87377 |    5369   122281  1912179 |   170266    87377     15 |  1.721 % |
515.45/520.53	c 521	|    131166 |    5369   122281  1912179 |   187292   131166     15 |  1.721 % |
587.17/592.98	c 593	|    196850 |    5369   122281  1912179 |   206021    40848     17 |  1.721 % |
674.43/681.06	c 681	|    295376 |    5369   122281  1912179 |   226624   139374     19 |  1.721 % |
820.24/828.26	c 828	|    443165 |    5369   122281  1912179 |   249286    89249     17 |  1.721 % |
1095.71/1106.37	c 1106	|    664849 |    5369   122281  1912179 |   274215    93871     16 |  1.721 % |
1528.18/1542.98	c 1543	|    997375 |    5369   122281  1912179 |   301636   189517     18 |  1.721 % |
2242.86/2264.42	c 2264	|   1496164 |    5369   122281  1912179 |   331800   144943     19 |  1.721 % |
3469.64/3502.94	c 3503	|   2244348 |    5369   122281  1912179 |   364980   294515     19 |  1.721 % |
3600.06/3634.02	c ERROR unknown output  in HOME/temp.out
3600.06/3634.02	c 3634	CPU 448.65 (0.04 0.01 448.61 0.42)
3600.06/3634.02	c 3634	END Sat Jul 12 12:03:33 2008
3600.06/3634.02	c ERROR INTERRUPTED

Verifier Data (download as text)

OK	15	14
15 unsatisfied constraints, 14 satisfied constraints

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1111756-1215853379/watcher-1111756-1215853379 -o /tmp/evaluation-result-1111756-1215853379/solver-1111756-1215853379 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1111756-1215853379.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 15923
/proc/meminfo: memFree=1912392/2055920 swapFree=4192812/4192956
[pid=15923] ppid=15921 vsize=12268 CPUtime=0
/proc/15923/stat : 15923 (sugar) R 15921 15923 14972 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 42040520 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 212243364862 0 0 4224 0 0 0 0 17 1 0 0
/proc/15923/statm: 3067 316 241 3 0 167 0

[startup+0.0514859 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 15923
/proc/meminfo: memFree=1912392/2055920 swapFree=4192812/4192956
[pid=15923] ppid=15921 vsize=13600 CPUtime=0.03
/proc/15923/stat : 15923 (sugar) S 15921 15923 14972 0 -1 4194304 838 0 0 0 3 0 0 0 18 0 1 0 42040520 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15923/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101508 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 15923
/proc/meminfo: memFree=1912392/2055920 swapFree=4192812/4192956
[pid=15923] ppid=15921 vsize=13600 CPUtime=0.03
/proc/15923/stat : 15923 (sugar) S 15921 15923 14972 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 42040520 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15923/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301539 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 15923
/proc/meminfo: memFree=1912392/2055920 swapFree=4192812/4192956
[pid=15923] ppid=15921 vsize=13600 CPUtime=0.03
/proc/15923/stat : 15923 (sugar) S 15921 15923 14972 0 -1 4194304 916 127 0 0 3 0 0 0 15 0 1 0 42040520 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15923/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701609 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 15923
/proc/meminfo: memFree=1912392/2055920 swapFree=4192812/4192956
[pid=15923] ppid=15921 vsize=13600 CPUtime=0.25
/proc/15923/stat : 15923 (sugar) S 15921 15923 14972 0 -1 4194304 974 4290 0 1 3 1 19 2 15 0 1 0 42040520 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15923/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 13600

[startup+1.50275 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 15945
/proc/meminfo: memFree=1897264/2055920 swapFree=4192812/4192956
[pid=15923] ppid=15921 vsize=13600 CPUtime=0.25
/proc/15923/stat : 15923 (sugar) S 15921 15923 14972 0 -1 4194304 974 4290 0 1 3 1 19 2 15 0 1 0 42040520 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15923/statm: 3400 797 370 3 0 500 0
[pid=15936] ppid=15923 vsize=5356 CPUtime=0
/proc/15936/stat : 15936 (sh) S 15923 15923 14972 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42040552 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15936/statm: 1339 233 193 169 0 50 0
[pid=15937] ppid=15936 vsize=864376 CPUtime=1.15
/proc/15937/stat : 15937 (java) S 15936 15923 14972 0 -1 0 6942 0 1 0 110 5 0 0 18 0 9 0 42040552 885121024 6100 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15937/statm: 216094 6100 2564 9 0 210641 0
[pid=15937/tid=15938] ppid=15936 vsize=864376 CPUtime=0.88
/proc/15937/task/15938/stat : 15938 (java) R 15936 15923 14972 0 -1 64 2793 0 1 0 86 2 0 0 23 0 9 0 42040553 885121024 6100 996147200 134512640 134550740 4294955936 18446744073709551615 4126584872 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15937/tid=15939] ppid=15936 vsize=864376 CPUtime=0.15
/proc/15937/task/15939/stat : 15939 (java) S 15936 15923 14972 0 -1 64 3110 0 0 0 14 1 0 0 16 0 9 0 42040554 885121024 6100 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15937/tid=15940] ppid=15936 vsize=864376 CPUtime=0
/proc/15937/task/15940/stat : 15940 (java) S 15936 15923 14972 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 42040554 885121024 6100 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15937/tid=15941] ppid=15936 vsize=864376 CPUtime=0
/proc/15937/task/15941/stat : 15941 (java) S 15936 15923 14972 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 42040554 885121024 6100 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15937/tid=15942] ppid=15936 vsize=864376 CPUtime=0
/proc/15937/task/15942/stat : 15942 (java) S 15936 15923 14972 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 42040556 885121024 6100 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15937/tid=15943] ppid=15936 vsize=864376 CPUtime=0.09
/proc/15937/task/15943/stat : 15943 (java) S 15936 15923 14972 0 -1 64 346 0 0 0 9 0 0 0 16 0 9 0 42040556 885121024 6100 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15937/tid=15944] ppid=15936 vsize=864376 CPUtime=0
/proc/15937/task/15944/stat : 15944 (java) S 15936 15923 14972 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 42040556 885121024 6100 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15937/tid=15945] ppid=15936 vsize=864376 CPUtime=0
/proc/15937/task/15945/stat : 15945 (java) S 15936 15923 14972 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 42040556 885121024 6100 996147200 134512640 134550740 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) 883332

[startup+3.10102 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 15945
/proc/meminfo: memFree=1892336/2055920 swapFree=4192812/4192956
[pid=15923] ppid=15921 vsize=13600 CPUtime=0.25
/proc/15923/stat : 15923 (sugar) S 15921 15923 14972 0 -1 4194304 974 4290 0 1 3 1 19 2 15 0 1 0 42040520 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15923/statm: 3400 797 370 3 0 500 0
[pid=15936] ppid=15923 vsize=5356 CPUtime=0
/proc/15936/stat : 15936 (sh) S 15923 15923 14972 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42040552 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15936/statm: 1339 233 193 169 0 50 0
[pid=15937] ppid=15936 vsize=864376 CPUtime=2.74
/proc/15937/stat : 15937 (java) S 15936 15923 14972 0 -1 0 7588 0 1 0 266 8 0 0 18 0 9 0 42040552 885121024 6531 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15937/statm: 216094 6531 2564 9 0 210641 0
[pid=15937/tid=15938] ppid=15936 vsize=864376 CPUtime=2.32
/proc/15937/task/15938/stat : 15938 (java) R 15936 15923 14972 0 -1 64 3006 0 1 0 228 4 0 0 25 0 9 0 42040553 885121024 6531 996147200 134512640 134550740 4294955936 18446744073709551615 4126498343 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15937/tid=15939] ppid=15936 vsize=864376 CPUtime=0.29
/proc/15937/task/15939/stat : 15939 (java) S 15936 15923 14972 0 -1 64 3543 0 0 0 27 2 0 0 16 0 9 0 42040554 885121024 6531 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15937/tid=15940] ppid=15936 vsize=864376 CPUtime=0
/proc/15937/task/15940/stat : 15940 (java) S 15936 15923 14972 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 42040554 885121024 6531 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15937/tid=15941] ppid=15936 vsize=864376 CPUtime=0
/proc/15937/task/15941/stat : 15941 (java) S 15936 15923 14972 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 42040554 885121024 6531 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15937/tid=15942] ppid=15936 vsize=864376 CPUtime=0
/proc/15937/task/15942/stat : 15942 (java) S 15936 15923 14972 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 42040556 885121024 6531 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15937/tid=15943] ppid=15936 vsize=864376 CPUtime=0.1
/proc/15937/task/15943/stat : 15943 (java) S 15936 15923 14972 0 -1 64 346 0 0 0 10 0 0 0 16 0 9 0 42040556 885121024 6531 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15937/tid=15944] ppid=15936 vsize=864376 CPUtime=0
/proc/15937/task/15944/stat : 15944 (java) S 15936 15923 14972 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 42040556 885121024 6531 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15937/tid=15945] ppid=15936 vsize=864376 CPUtime=0
/proc/15937/task/15945/stat : 15945 (java) S 15936 15923 14972 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 42040556 885121024 6531 996147200 134512640 134550740 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) 883332

[startup+6.30258 s]
/proc/loadavg: 2.08 2.02 2.01 3/92 15945
/proc/meminfo: memFree=1885808/2055920 swapFree=4192812/4192956
[pid=15923] ppid=15921 vsize=13600 CPUtime=0.25
/proc/15923/stat : 15923 (sugar) S 15921 15923 14972 0 -1 4194304 974 4290 0 1 3 1 19 2 16 0 1 0 42040520 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15923/statm: 3400 797 370 3 0 500 0
[pid=15936] ppid=15923 vsize=5356 CPUtime=0
/proc/15936/stat : 15936 (sh) S 15923 15923 14972 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42040552 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15936/statm: 1339 233 193 169 0 50 0
[pid=15937] ppid=15936 vsize=864376 CPUtime=5.91
/proc/15937/stat : 15937 (java) S 15936 15923 14972 0 -1 0 8946 0 1 0 576 15 0 0 18 0 9 0 42040552 885121024 6879 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15937/statm: 216094 6879 2564 9 0 210641 0
[pid=15937/tid=15938] ppid=15936 vsize=864376 CPUtime=5.21
/proc/15937/task/15938/stat : 15938 (java) R 15936 15923 14972 0 -1 64 3434 0 1 0 513 8 0 0 25 0 9 0 42040553 885121024 6879 996147200 134512640 134550740 4294955936 18446744073709551615 4125952119 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15937/tid=15939] ppid=15936 vsize=864376 CPUtime=0.56
/proc/15937/task/15939/stat : 15939 (java) S 15936 15923 14972 0 -1 64 4467 0 0 0 51 5 0 0 16 0 9 0 42040554 885121024 6879 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15937/tid=15940] ppid=15936 vsize=864376 CPUtime=0
/proc/15937/task/15940/stat : 15940 (java) S 15936 15923 14972 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 42040554 885121024 6879 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15937/tid=15941] ppid=15936 vsize=864376 CPUtime=0
/proc/15937/task/15941/stat : 15941 (java) S 15936 15923 14972 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 42040554 885121024 6879 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15937/tid=15942] ppid=15936 vsize=864376 CPUtime=0
/proc/15937/task/15942/stat : 15942 (java) S 15936 15923 14972 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 42040556 885121024 6879 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15937/tid=15943] ppid=15936 vsize=864376 CPUtime=0.1
/proc/15937/task/15943/stat : 15943 (java) S 15936 15923 14972 0 -1 64 352 0 0 0 10 0 0 0 16 0 9 0 42040556 885121024 6879 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15937/tid=15944] ppid=15936 vsize=864376 CPUtime=0
/proc/15937/task/15944/stat : 15944 (java) S 15936 15923 14972 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 42040556 885121024 6879 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15937/tid=15945] ppid=15936 vsize=864376 CPUtime=0
/proc/15937/task/15945/stat : 15945 (java) S 15936 15923 14972 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 42040556 885121024 6879 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 883332

[startup+12.7027 s]
/proc/loadavg: 2.07 2.02 2.00 3/84 15947
/proc/meminfo: memFree=1882096/2055920 swapFree=4192812/4192956
[pid=15923] ppid=15921 vsize=13600 CPUtime=7.64
/proc/15923/stat : 15923 (sugar) S 15921 15923 14972 0 -1 4194304 1054 14339 0 2 3 1 738 22 16 0 1 0 42040520 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15923/statm: 3400 803 374 3 0 500 0
[pid=15946] ppid=15923 vsize=5356 CPUtime=0
/proc/15946/stat : 15946 (sh) S 15923 15923 14972 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42041303 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15946/statm: 1339 232 193 169 0 50 0
[pid=15947] ppid=15946 vsize=18412 CPUtime=4.81
/proc/15947/stat : 15947 (minisat) R 15946 15923 14972 0 -1 4194304 4482 0 0 0 478 3 0 0 25 0 1 0 42041303 18853888 4468 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15947/statm: 4603 4468 76 150 0 4450 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 37368

[startup+25.5019 s]
/proc/loadavg: 2.06 2.01 2.00 3/84 15947
/proc/meminfo: memFree=1876592/2055920 swapFree=4192812/4192956
[pid=15923] ppid=15921 vsize=13600 CPUtime=7.64
/proc/15923/stat : 15923 (sugar) S 15921 15923 14972 0 -1 4194304 1054 14339 0 2 3 1 738 22 16 0 1 0 42040520 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15923/statm: 3400 803 374 3 0 500 0
[pid=15946] ppid=15923 vsize=5356 CPUtime=0
/proc/15946/stat : 15946 (sh) S 15923 15923 14972 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42041303 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15946/statm: 1339 232 193 169 0 50 0
[pid=15947] ppid=15946 vsize=24096 CPUtime=17.49
/proc/15947/stat : 15947 (minisat) R 15946 15923 14972 0 -1 4194304 5873 0 0 0 1745 4 0 0 25 0 1 0 42041303 24674304 5859 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15947/statm: 6024 5859 76 150 0 5871 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 43052

[startup+51.1014 s]
/proc/loadavg: 2.04 2.01 2.00 3/84 15947
/proc/meminfo: memFree=1870832/2055920 swapFree=4192812/4192956
[pid=15923] ppid=15921 vsize=13600 CPUtime=7.64
/proc/15923/stat : 15923 (sugar) S 15921 15923 14972 0 -1 4194304 1054 14339 0 2 3 1 738 22 16 0 1 0 42040520 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15923/statm: 3400 803 374 3 0 500 0
[pid=15946] ppid=15923 vsize=5356 CPUtime=0
/proc/15946/stat : 15946 (sh) S 15923 15923 14972 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42041303 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15946/statm: 1339 232 193 169 0 50 0
[pid=15947] ppid=15946 vsize=29836 CPUtime=42.85
/proc/15947/stat : 15947 (minisat) R 15946 15923 14972 0 -1 4194304 7281 0 0 0 4279 6 0 0 25 0 1 0 42041303 30552064 7267 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 1 0 0
/proc/15947/statm: 7459 7267 76 150 0 7306 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 48792

[startup+102.306 s]
/proc/loadavg: 2.01 2.01 2.00 3/84 15947
/proc/meminfo: memFree=1866416/2055920 swapFree=4192812/4192956
[pid=15923] ppid=15921 vsize=13600 CPUtime=7.64
/proc/15923/stat : 15923 (sugar) S 15921 15923 14972 0 -1 4194304 1054 14339 0 2 3 1 738 22 16 0 1 0 42040520 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15923/statm: 3400 803 374 3 0 500 0

################
# More data... #
################

/proc/meminfo: memFree=1834672/2055920 swapFree=4192812/4192956
[pid=15923] ppid=15921 vsize=13600 CPUtime=449.08
/proc/15923/stat : 15923 (sugar) S 15921 15923 14972 0 -1 4194304 1225 35579 0 3 4 1 44861 42 16 0 1 0 42040520 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15923/statm: 3400 803 374 3 0 500 0
[pid=15960] ppid=15923 vsize=5356 CPUtime=0
/proc/15960/stat : 15960 (sh) S 15923 15923 14972 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42085868 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15960/statm: 1339 232 193 169 0 50 0
[pid=15961] ppid=15960 vsize=65172 CPUtime=2623.76
/proc/15961/stat : 15961 (minisat) R 15960 15923 14972 0 -1 4194304 15594 0 0 0 262360 16 0 0 25 0 1 0 42085869 66736128 15580 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15961/statm: 16293 15580 76 150 0 16140 0
Current children cumulated CPU time (s) 3072.84
Current children cumulated vsize (KiB) 84128

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15963
/proc/meminfo: memFree=1834480/2055920 swapFree=4192812/4192956
[pid=15923] ppid=15921 vsize=13600 CPUtime=449.08
/proc/15923/stat : 15923 (sugar) S 15921 15923 14972 0 -1 4194304 1225 35579 0 3 4 1 44861 42 16 0 1 0 42040520 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15923/statm: 3400 803 374 3 0 500 0
[pid=15960] ppid=15923 vsize=5356 CPUtime=0
/proc/15960/stat : 15960 (sh) S 15923 15923 14972 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42085868 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15960/statm: 1339 232 193 169 0 50 0
[pid=15961] ppid=15960 vsize=65172 CPUtime=2683.2
/proc/15961/stat : 15961 (minisat) R 15960 15923 14972 0 -1 4194304 15607 0 0 0 268304 16 0 0 25 0 1 0 42085869 66736128 15593 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/15961/statm: 16293 15593 76 150 0 16140 0
Current children cumulated CPU time (s) 3132.28
Current children cumulated vsize (KiB) 84128

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15963
/proc/meminfo: memFree=1834224/2055920 swapFree=4192812/4192956
[pid=15923] ppid=15921 vsize=13600 CPUtime=449.08
/proc/15923/stat : 15923 (sugar) S 15921 15923 14972 0 -1 4194304 1225 35579 0 3 4 1 44861 42 16 0 1 0 42040520 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15923/statm: 3400 803 374 3 0 500 0
[pid=15960] ppid=15923 vsize=5356 CPUtime=0
/proc/15960/stat : 15960 (sh) S 15923 15923 14972 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42085868 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15960/statm: 1339 232 193 169 0 50 0
[pid=15961] ppid=15960 vsize=65488 CPUtime=2742.63
/proc/15961/stat : 15961 (minisat) R 15960 15923 14972 0 -1 4194304 15661 0 0 0 274247 16 0 0 25 0 1 0 42085869 67059712 15647 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/15961/statm: 16372 15647 76 150 0 16219 0
Current children cumulated CPU time (s) 3191.71
Current children cumulated vsize (KiB) 84444

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15963
/proc/meminfo: memFree=1833968/2055920 swapFree=4192812/4192956
[pid=15923] ppid=15921 vsize=13600 CPUtime=449.08
/proc/15923/stat : 15923 (sugar) S 15921 15923 14972 0 -1 4194304 1225 35579 0 3 4 1 44861 42 16 0 1 0 42040520 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15923/statm: 3400 803 374 3 0 500 0
[pid=15960] ppid=15923 vsize=5356 CPUtime=0
/proc/15960/stat : 15960 (sh) S 15923 15923 14972 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42085868 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15960/statm: 1339 232 193 169 0 50 0
[pid=15961] ppid=15960 vsize=65700 CPUtime=2802.07
/proc/15961/stat : 15961 (minisat) R 15960 15923 14972 0 -1 4194304 15724 0 0 0 280190 17 0 0 25 0 1 0 42085869 67276800 15710 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15961/statm: 16425 15710 76 150 0 16272 0
Current children cumulated CPU time (s) 3251.15
Current children cumulated vsize (KiB) 84656

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 15963
/proc/meminfo: memFree=1833584/2055920 swapFree=4192812/4192956
[pid=15923] ppid=15921 vsize=13600 CPUtime=449.08
/proc/15923/stat : 15923 (sugar) S 15921 15923 14972 0 -1 4194304 1225 35579 0 3 4 1 44861 42 16 0 1 0 42040520 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15923/statm: 3400 803 374 3 0 500 0
[pid=15960] ppid=15923 vsize=5356 CPUtime=0
/proc/15960/stat : 15960 (sh) S 15923 15923 14972 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42085868 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15960/statm: 1339 232 193 169 0 50 0
[pid=15961] ppid=15960 vsize=66200 CPUtime=2861.5
/proc/15961/stat : 15961 (minisat) R 15960 15923 14972 0 -1 4194304 15810 0 0 0 286133 17 0 0 25 0 1 0 42085869 67788800 15796 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15961/statm: 16550 15796 76 150 0 16397 0
Current children cumulated CPU time (s) 3310.58
Current children cumulated vsize (KiB) 85156

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15963
/proc/meminfo: memFree=1833200/2055920 swapFree=4192812/4192956
[pid=15923] ppid=15921 vsize=13600 CPUtime=449.08
/proc/15923/stat : 15923 (sugar) S 15921 15923 14972 0 -1 4194304 1225 35579 0 3 4 1 44861 42 16 0 1 0 42040520 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15923/statm: 3400 803 374 3 0 500 0
[pid=15960] ppid=15923 vsize=5356 CPUtime=0
/proc/15960/stat : 15960 (sh) S 15923 15923 14972 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42085868 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15960/statm: 1339 232 193 169 0 50 0
[pid=15961] ppid=15960 vsize=66564 CPUtime=2920.93
/proc/15961/stat : 15961 (minisat) R 15960 15923 14972 0 -1 4194304 15885 0 0 0 292076 17 0 0 25 0 1 0 42085869 68161536 15871 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15961/statm: 16641 15871 76 150 0 16488 0
Current children cumulated CPU time (s) 3370.01
Current children cumulated vsize (KiB) 85520

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15963
/proc/meminfo: memFree=1832624/2055920 swapFree=4192812/4192956
[pid=15923] ppid=15921 vsize=13600 CPUtime=449.08
/proc/15923/stat : 15923 (sugar) S 15921 15923 14972 0 -1 4194304 1225 35579 0 3 4 1 44861 42 16 0 1 0 42040520 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15923/statm: 3400 803 374 3 0 500 0
[pid=15960] ppid=15923 vsize=5356 CPUtime=0
/proc/15960/stat : 15960 (sh) S 15923 15923 14972 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42085868 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15960/statm: 1339 232 193 169 0 50 0
[pid=15961] ppid=15960 vsize=66956 CPUtime=2980.36
/proc/15961/stat : 15961 (minisat) R 15960 15923 14972 0 -1 4194304 16027 0 0 0 298019 17 0 0 25 0 1 0 42085869 68562944 15978 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15961/statm: 16739 15978 76 150 0 16586 0
Current children cumulated CPU time (s) 3429.44
Current children cumulated vsize (KiB) 85912

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15969
/proc/meminfo: memFree=1832048/2055920 swapFree=4192812/4192956
[pid=15923] ppid=15921 vsize=13600 CPUtime=449.08
/proc/15923/stat : 15923 (sugar) S 15921 15923 14972 0 -1 4194304 1225 35579 0 3 4 1 44861 42 16 0 1 0 42040520 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15923/statm: 3400 803 374 3 0 500 0
[pid=15960] ppid=15923 vsize=5356 CPUtime=0
/proc/15960/stat : 15960 (sh) S 15923 15923 14972 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42085868 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15960/statm: 1339 232 193 169 0 50 0
[pid=15961] ppid=15960 vsize=67500 CPUtime=3039.78
/proc/15961/stat : 15961 (minisat) R 15960 15923 14972 0 -1 4194304 16132 0 0 0 303960 18 0 0 25 0 1 0 42085869 69120000 16083 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15961/statm: 16875 16083 76 150 0 16722 0
Current children cumulated CPU time (s) 3488.86
Current children cumulated vsize (KiB) 86456

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16007
/proc/meminfo: memFree=1821496/2055920 swapFree=4192812/4192956
[pid=15923] ppid=15921 vsize=13600 CPUtime=449.08
/proc/15923/stat : 15923 (sugar) S 15921 15923 14972 0 -1 4194304 1225 35579 0 3 4 1 44861 42 16 0 1 0 42040520 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15923/statm: 3400 803 374 3 0 500 0
[pid=15960] ppid=15923 vsize=5356 CPUtime=0
/proc/15960/stat : 15960 (sh) S 15923 15923 14972 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42085868 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15960/statm: 1339 232 193 169 0 50 0
[pid=15961] ppid=15960 vsize=68540 CPUtime=3099.3
/proc/15961/stat : 15961 (minisat) R 15960 15923 14972 0 -1 4194304 16369 0 0 0 309911 19 0 0 25 0 1 0 42085869 70184960 16320 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15961/statm: 17135 16320 76 150 0 16982 0
Current children cumulated CPU time (s) 3548.38
Current children cumulated vsize (KiB) 87496



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3634 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16007
/proc/meminfo: memFree=1811704/2055920 swapFree=4192812/4192956
[pid=15923] ppid=15921 vsize=13600 CPUtime=449.08
/proc/15923/stat : 15923 (sugar) S 15921 15923 14972 0 -1 4194304 1225 35579 0 3 4 1 44861 42 16 0 1 0 42040520 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15923/statm: 3400 803 374 3 0 500 0
[pid=15960] ppid=15923 vsize=5356 CPUtime=0
/proc/15960/stat : 15960 (sh) S 15923 15923 14972 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42085868 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15960/statm: 1339 232 193 169 0 50 0
[pid=15961] ppid=15960 vsize=69596 CPUtime=3150.98
/proc/15961/stat : 15961 (minisat) R 15960 15923 14972 0 -1 4194304 16645 0 0 0 315079 19 0 0 25 0 1 0 42085869 71266304 16596 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/15961/statm: 17399 16596 76 150 0 17246 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 88552

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15923 and gives
#  childrusage.ru_utime.tv_sec=448
#  childrusage.ru_utime.tv_usec=663792
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=446932
# CPU time returned by wait4() is 449.111
# while last known CPU time is 3600.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3634.03
CPU time (s): 3600.06
CPU user time (s): 3599.44
CPU system time (s): 0.62
CPU usage (%): 99.0654
Max. virtual memory (cumulated for all children) (KiB): 884716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 448.664
system time used= 0.446932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37149
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= 8538
involuntary context switches= 17824

runsolver used 4.13637 second user time and 12.3471 second system time

The end

Launcher Data (download as text)

Begin job on node14 at 2008-07-12 11:02:59
IDJOB=1111756
IDBENCH=61319
IDSOLVER=368
FILE ID=node14/1111756-1215853379
PBS_JOBID= 7903388
Free space on /tmp= 66460 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg13-16_ext.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1111756-1215853379/watcher-1111756-1215853379 -o /tmp/evaluation-result-1111756-1215853379/solver-1111756-1215853379 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1111756-1215853379.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 27760add14b2cdb3a3b114747434e548
RANDOM SEED=2039320483

node14.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.270
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.270
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:       1912872 kB
Buffers:          9408 kB
Cached:          52880 kB
SwapCached:          0 kB
Active:          67068 kB
Inactive:        23692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1912872 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2076 kB
Writeback:           0 kB
Mapped:          48560 kB
Slab:            37568 kB
Committed_AS:   191056 kB
PageTables:       1920 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= 66460 MiB
End job on node14 at 2008-07-12 12:03:35