Trace number 1109601

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+minisat-incMSAT (TO)11 3600.09 3601.01

General information on the benchmark

Namecsp/schurrLemma/
normalized-lemma-20-9-mod.xml
MD5SUM0351c2d306af39428e7ac456e3563b8d
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints7
Best CPU time to get the best result obtained on this benchmark3600.01
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints90
Maximum constraint arity3
Maximum domain size9
Number of constraints which are defined in extension0
Number of constraints which are defined in intension90
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.06/0.21	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.06/0.21	c 0	BEGIN Fri Jul 11 21:49:17 2008
0.06/0.21	c 0	PID 15206
0.06/0.21	c 0	HOST node3.alineos.net
0.06/0.21	c 0	CONVERTING HOME/instance-1109601-1215805757.xml TO HOME/temp.csp
0.06/0.21	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1109601-1215805757.xml' 'HOME/temp.csp'
0.07/0.36	c 1	1 domains, 20 variables, 1 predicates, 0 relations, 90 constraints
0.07/0.37	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.37	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.25/0.44	c 1	Parsing HOME/temp.csp
0.25/0.49	c 1	parsed 112 expressions
0.25/0.49	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.25/0.49	c 1	MAX CSP: 90 constraints
0.25/0.49	c 1	Converting to clausal form CSP
0.25/0.51	c 1	converted 21 (10%) expressions
0.25/0.53	c 1	converted 41 (20%) expressions
0.25/0.54	c 1	converted 62 (30%) expressions
0.25/0.55	c 1	converted 82 (40%) expressions
0.25/0.55	c 1	converted 103 (50%) expressions
0.25/0.57	c 1	converted 123 (60%) expressions
0.25/0.57	c 1	converted 144 (70%) expressions
0.25/0.57	c 1	converted 164 (80%) expressions
0.25/0.57	c 1	converted 185 (90%) expressions
0.25/0.60	c 1	converted 205 (100%) expressions
0.25/0.60	c 1	CSP : 200 integers, 90 booleans, 539 clauses, largest domain size 136
0.25/0.60	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.25/0.60	c 1	Propagation in CSP
0.25/0.63	c 1	86 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.25/0.63	c 1	CSP : 200 integers, 90 booleans, 539 clauses, largest domain size 91
0.25/0.63	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.25/0.63	c 1	Simplifing CSP by introducing new Boolean variables
0.25/0.64	c 1	CSP : 200 integers, 630 booleans, 1079 clauses, largest domain size 91
0.25/0.64	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.25/0.67	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.25/0.68	c 1	20 (10%) CSP integer variables are encoded (140 clauses, 1416 bytes)
0.25/0.68	c 1	40 (20%) CSP integer variables are encoded (140 clauses, 1416 bytes)
0.25/0.68	c 1	60 (30%) CSP integer variables are encoded (140 clauses, 1416 bytes)
0.25/0.68	c 1	80 (40%) CSP integer variables are encoded (140 clauses, 1416 bytes)
0.25/0.68	c 1	100 (50%) CSP integer variables are encoded (140 clauses, 1416 bytes)
0.25/0.68	c 1	120 (60%) CSP integer variables are encoded (246 clauses, 2582 bytes)
0.25/0.68	c 1	140 (70%) CSP integer variables are encoded (327 clauses, 3473 bytes)
0.25/0.68	c 1	160 (80%) CSP integer variables are encoded (896 clauses, 9837 bytes)
0.25/0.68	c 1	180 (90%) CSP integer variables are encoded (977 clauses, 10890 bytes)
0.25/0.69	c 1	200 (100%) CSP integer variables are encoded (1097 clauses, 12450 bytes)
0.25/0.69	c 1	108 (10%) CSP clauses are encoded (1725 clauses, 21137 bytes)
0.25/0.70	c 1	216 (20%) CSP clauses are encoded (2353 clauses, 30366 bytes)
0.25/0.70	c 1	324 (30%) CSP clauses are encoded (2973 clauses, 39554 bytes)
0.25/0.71	c 1	432 (40%) CSP clauses are encoded (3601 clauses, 48777 bytes)
0.25/0.71	c 1	540 (50%) CSP clauses are encoded (4229 clauses, 58166 bytes)
0.25/0.71	c 1	648 (60%) CSP clauses are encoded (4857 clauses, 67578 bytes)
0.25/0.72	c 1	756 (70%) CSP clauses are encoded (5485 clauses, 77022 bytes)
0.25/0.72	c 1	864 (80%) CSP clauses are encoded (6105 clauses, 86348 bytes)
0.25/0.73	c 1	972 (90%) CSP clauses are encoded (9799 clauses, 138997 bytes)
0.25/0.74	c 1	1079 (100%) CSP clauses are encoded (18356 clauses, 276130 bytes)
0.25/0.74	c 1	1079 CSP clauses encoded
0.25/0.74	c 1	Writing map file : HOME/temp.map
0.25/0.75	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.25/0.75	c 1	SAT : 1927 SAT variables, 18356 SAT clauses, 276130 bytes
0.25/0.75	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.25/0.79	c 1	OBJECTIVE minimize _COST
0.25/0.79	c 1	SOLVING HOME/temp.cnf
0.25/0.79	c 1	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
0.25/0.79	c 1	This is MiniSat 2.0 beta incremental
0.25/0.79	c 1	WARNING: for repeatability, setting FPU to use double precision
0.25/0.79	c 1	============================[ Problem Statistics ]=============================
0.25/0.79	c 1	|                                                                             |
0.25/0.79	c 1	|  Number of variables:  1927                                                 |
0.25/0.79	c 1	|  Number of clauses:    18356                                                |
0.78/0.80	c 1	|  Parsing time:         0.01         s                                       |
0.78/0.80	c 1	OK
0.78/0.80	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
0.78/0.80	c 1	SEARCHING: _COST <= 45
0.78/0.80	c 1	============================[ Search Statistics ]==============================
0.78/0.80	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.78/0.80	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.78/0.80	c 1	===============================================================================
0.78/0.80	c 1	|         0 |    1927    18356    50797 |     6118        0    nan |  0.000 % |
0.78/0.81	c 1	===============================================================================
0.78/0.81	c 1	restarts              : 1
0.78/0.81	c 1	conflicts             : 23            (2091 /sec)
0.78/0.81	c 1	decisions             : 374           (0.53 % random) (34006 /sec)
0.78/0.81	c 1	propagations          : 3519           (319967 /sec)
0.78/0.81	c 1	conflict literals     : 318            (11.17 % deleted)
0.78/0.81	c 1	Memory used           : 2.61 MB
0.78/0.81	c 1	CPU time              : 0.010998 s
0.78/0.81	c 1	
0.78/0.81	c 1	SATISFIABLE
0.78/0.81	c 1	OK
0.78/0.81	c 1	FOUND: _COST <= 45
0.78/0.81	s SATISFIABLE
0.78/0.81	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.78/0.81	c 1	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
0.78/0.88	c 1	Decoding HOME/temp.out
0.78/0.91	c 1	OBJECTIVE _COST 45
0.78/0.91	o 45
0.78/0.91	v 5 0 1 7 8 4 3 2 6 4 3 7 6 4 8 7 6 3 8 4
0.78/0.91	c 1	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
0.78/0.96	c 1	OK
0.78/0.96	c 1	OBJECTIVE BOUND: 0 <= _COST <= 45
0.78/0.96	c 1	SEARCHING: _COST <= 22
0.78/0.96	c 1	============================[ Search Statistics ]==============================
0.78/0.96	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.78/0.96	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.78/0.96	c 1	===============================================================================
0.78/0.96	c 1	|        23 |    1927    18356    50797 |     6118       23     14 |  0.000 % |
0.78/0.97	c 1	|       124 |    1927    18356    50797 |     6730      124     16 | 16.352 % |
0.78/0.97	c 1	|       274 |    1927    18356    50797 |     7403      274     16 | 16.352 % |
0.78/0.98	c 1	|       499 |    1927    18356    50797 |     8143      499     16 | 16.352 % |
0.78/0.99	c 1	|       837 |    1927    18356    50797 |     8958      837     18 | 16.352 % |
0.94/1.02	c 1	|      1343 |    1612    13777    37960 |     9854     1343     19 | 16.352 % |
0.94/1.06	c 1	|      2102 |    1612    13777    37960 |    10839     2102     21 | 16.352 % |
0.94/1.06	c 1	===============================================================================
0.94/1.06	c 1	restarts              : 8
0.94/1.06	c 1	conflicts             : 2295          (20494 /sec)
0.94/1.06	c 1	decisions             : 4052          (0.39 % random) (36184 /sec)
0.94/1.06	c 1	propagations          : 195368         (1744638 /sec)
0.94/1.06	c 1	conflict literals     : 46185          (3.93 % deleted)
0.94/1.06	c 1	Memory used           : 2.87 MB
0.94/1.06	c 1	CPU time              : 0.111982 s
0.94/1.06	c 1	
0.94/1.06	c 1	SATISFIABLE
0.94/1.07	c 1	OK
0.94/1.07	c 1	FOUND: _COST <= 22
0.94/1.07	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.94/1.07	c 1	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.01/1.14	c 1	Decoding HOME/temp.out
1.01/1.17	c 1	OBJECTIVE _COST 22
1.01/1.17	o 22
1.01/1.17	v 4 7 6 7 8 1 5 3 5 3 6 0 8 5 4 5 8 3 2 7
1.01/1.17	c 1	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.01/1.22	c 2	OK
1.01/1.22	c 2	OBJECTIVE BOUND: 0 <= _COST <= 22
1.01/1.22	c 2	SEARCHING: _COST <= 11
1.01/1.22	c 2	============================[ Search Statistics ]==============================
1.01/1.22	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.01/1.22	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.01/1.22	c 2	===============================================================================
1.01/1.22	c 2	|      2295 |    1426    10875    29789 |     3625     2295     20 | 16.352 % |
1.01/1.23	c 2	|      2396 |    1426    10875    29789 |     3987     2396     20 | 26.002 % |
1.01/1.24	c 2	|      2546 |    1426    10875    29789 |     4386     2546     20 | 26.002 % |
1.01/1.25	c 2	|      2771 |    1426    10875    29789 |     4824     2771     22 | 26.002 % |
1.01/1.27	c 2	|      3108 |    1426    10875    29789 |     5307     3108     22 | 26.002 % |
1.21/1.30	c 2	|      3615 |    1426    10875    29789 |     5838     3615     22 | 26.002 % |
1.21/1.35	c 2	|      4375 |    1426    10875    29789 |     6421     4375     24 | 26.002 % |
1.31/1.43	c 2	|      5515 |    1426    10875    29789 |     7064     5515     24 | 26.002 % |
1.41/1.54	c 2	|      7224 |    1426    10875    29789 |     7770     7224     25 | 26.002 % |
1.61/1.72	c 2	|      9787 |    1426    10875    29789 |     8547     5273     24 | 26.002 % |
1.91/2.00	c 2	|     13631 |    1426    10875    29789 |     9402     9117     27 | 26.002 % |
2.51/2.66	c 3	|     19398 |    1426    10875    29789 |    10342     9582     29 | 26.002 % |
3.51/3.69	c 4	|     28047 |    1426    10875    29789 |    11376     6782     27 | 26.002 % |
4.91/5.08	c 5	|     41021 |    1426    10875    29789 |    12514     6982     27 | 26.002 % |
8.00/8.14	c 8	|     60483 |    1426    10875    29789 |    13765    12718     38 | 26.002 % |
12.50/12.62	c 13	|     89675 |    1426    10875    29789 |    15142    12319     32 | 26.002 % |
14.30/14.48	c 15	===============================================================================
14.30/14.48	c 15	restarts              : 24
14.30/14.48	c 15	conflicts             : 102421        (7664 /sec)
14.30/14.48	c 15	decisions             : 123688        (0.78 % random) (9255 /sec)
14.30/14.48	c 15	propagations          : 17518911       (1310906 /sec)
14.30/14.48	c 15	conflict literals     : 3221221        (15.25 % deleted)
14.30/14.48	c 15	Memory used           : 5.86 MB
14.30/14.48	c 15	CPU time              : 13.364 s
14.30/14.48	c 15	
14.30/14.48	c 15	SATISFIABLE
14.30/14.48	c 15	OK
14.30/14.48	c 15	FOUND: _COST <= 11
14.30/14.48	c 15	DECODING HOME/temp.out WITH HOME/temp.map
14.30/14.48	c 15	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
14.39/14.55	c 15	Decoding HOME/temp.out
14.39/14.59	c 15	OBJECTIVE _COST 11
14.39/14.59	o 11
14.39/14.59	v 7 3 2 3 5 6 4 8 7 1 2 5 6 2 4 8 5 0 6 1
14.39/14.59	c 15	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
14.39/14.64	c 15	OK
14.39/14.64	c 15	OBJECTIVE BOUND: 0 <= _COST <= 11
14.39/14.64	c 15	SEARCHING: _COST <= 5
14.39/14.64	c 15	============================[ Search Statistics ]==============================
14.39/14.64	c 15	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
14.39/14.64	c 15	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
14.39/14.64	c 15	===============================================================================
14.39/14.64	c 15	|    102421 |    1303     8724    23694 |     2908     8865     26 | 26.002 % |
14.39/14.65	c 15	|    102522 |    1303     8724    23694 |     3198     2318     22 | 32.385 % |
14.39/14.66	c 15	|    102673 |    1303     8724    23694 |     3518     2469     21 | 32.385 % |
14.39/14.67	c 15	|    102898 |    1303     8724    23694 |     3870     2694     22 | 32.385 % |
14.58/14.70	c 15	|    103237 |    1303     8724    23694 |     4257     3033     22 | 32.385 % |
14.58/14.72	c 15	|    103744 |    1303     8724    23694 |     4683     3540     21 | 32.385 % |
14.58/14.78	c 15	|    104503 |    1303     8724    23694 |     5151     4299     23 | 32.385 % |
14.68/14.88	c 15	|    105643 |    1303     8724    23694 |     5666     5439     22 | 32.385 % |
14.88/15.02	c 15	|    107351 |    1303     8724    23694 |     6233     3817     21 | 32.385 % |
14.98/15.19	c 15	|    109915 |    1303     8724    23694 |     6856     6381     24 | 32.385 % |
15.38/15.50	c 16	|    113761 |    1303     8724    23694 |     7542     6152     26 | 32.385 % |
15.98/16.11	c 16	|    119527 |    1303     8724    23694 |     8296     7594     26 | 32.385 % |
16.78/16.99	c 17	|    128176 |    1303     8724    23694 |     9126     6924     23 | 32.385 % |
18.38/18.51	c 19	|    141150 |    1303     8724    23694 |    10039     9798     26 | 32.385 % |
20.70/20.83	c 21	|    160612 |    1303     8724    23694 |    11043     7000     26 | 32.385 % |
24.20/24.33	c 25	|    189804 |    1303     8724    23694 |    12147     6041     20 | 32.385 % |
29.50/29.62	c 30	|    233594 |    1303     8724    23694 |    13362    10304     23 | 32.385 % |
37.49/37.68	c 38	|    299278 |    1303     8724    23694 |    14698    10985     18 | 32.385 % |
49.79/49.95	c 50	|    397804 |    1303     8724    23694 |    16168    15360     20 | 32.385 % |
67.28/67.44	c 68	|    545593 |    1303     8724    23694 |    17785    16913     19 | 32.385 % |
102.27/102.48	c 103	|    767278 |    1303     8724    23694 |    19563    12676     21 | 32.385 % |
149.67/149.87	c 150	|   1099804 |    1303     8724    23694 |    21519    15910     22 | 32.385 % |
234.94/235.19	c 235	|   1598593 |    1303     8724    23694 |    23671    19060     21 | 32.385 % |
362.91/363.18	c 363	|   2346775 |    1303     8724    23694 |    26039    13422     25 | 32.385 % |
606.26/606.57	c 607	|   3469049 |    1303     8724    23694 |    28643    14589     23 | 32.385 % |
963.07/963.42	c 964	|   5152460 |    1303     8724    23694 |    31507    18180     25 | 32.385 % |
1582.52/1583.06	c 1583	|   7677577 |    1303     8724    23694 |    34658    16464     27 | 32.385 % |
2468.11/2468.82	c 2469	|  11465253 |    1303     8724    23694 |    38123    20965     20 | 32.385 % |
3600.05/3601.01	c 3601	CPU 3599.73 (0.05 0.03 3599.68 0.31)
3600.05/3601.01	c 3601	END Fri Jul 11 22:49:18 2008

Verifier Data (download as text)

OK	11	79
11 unsatisfied constraints, 79 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-1109601-1215805757/watcher-1109601-1215805757 -o /tmp/evaluation-result-1109601-1215805757/solver-1109601-1215805757 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1109601-1215805757.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: 1.00 1.00 1.00 3/64 15206
/proc/meminfo: memFree=1946536/2055920 swapFree=4192812/4192956
[pid=15206] ppid=15204 vsize=18572 CPUtime=0
/proc/15206/stat : 15206 (runsolver) D 15204 15206 14881 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 37279108 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 233632754983 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/15206/statm: 4643 292 257 25 0 2626 0

[startup+0.0829931 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15206
/proc/meminfo: memFree=1946536/2055920 swapFree=4192812/4192956
[pid=15206] ppid=15204 vsize=12412 CPUtime=0
/proc/15206/stat : 15206 (sugar++) D 15204 15206 14881 0 -1 4194304 414 0 0 0 0 0 0 0 18 0 1 0 37279108 12709888 382 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/15206/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.101994 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15206
/proc/meminfo: memFree=1946536/2055920 swapFree=4192812/4192956
[pid=15206] ppid=15204 vsize=12676 CPUtime=0.01
/proc/15206/stat : 15206 (sugar++) D 15204 15206 14881 0 -1 4194304 533 0 0 0 1 0 0 0 18 0 1 0 37279108 12980224 501 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/15206/statm: 3169 501 315 3 0 269 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12676

[startup+0.302018 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15206
/proc/meminfo: memFree=1946536/2055920 swapFree=4192812/4192956
[pid=15206] ppid=15204 vsize=16740 CPUtime=0.07
/proc/15206/stat : 15206 (sugar++) S 15204 15206 14881 0 -1 4194304 1219 128 0 0 5 2 0 0 16 0 1 0 37279108 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15206/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701091 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15206
/proc/meminfo: memFree=1946536/2055920 swapFree=4192812/4192956
[pid=15206] ppid=15204 vsize=16740 CPUtime=0.25
/proc/15206/stat : 15206 (sugar++) S 15204 15206 14881 0 -1 4194304 1297 4122 0 1 5 2 15 3 16 0 1 0 37279108 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15206/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 16740

[startup+1.50114 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15239
/proc/meminfo: memFree=1941272/2055920 swapFree=4192812/4192956
[pid=15206] ppid=15204 vsize=16872 CPUtime=1.03
/proc/15206/stat : 15206 (sugar++) S 15204 15206 14881 0 -1 4194304 1617 18116 0 4 5 2 85 11 15 0 1 0 37279108 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15206/statm: 4218 1116 414 3 0 797 0
[pid=15229] ppid=15206 vsize=3340 CPUtime=0.38
/proc/15229/stat : 15229 (minisat-inc) R 15206 15206 14881 0 -1 4194304 617 0 0 0 38 0 0 0 18 0 1 0 37279188 3420160 560 996147200 134512640 135134323 4294956192 18446744073709551615 134531938 0 0 4096 3 0 0 0 17 1 0 0
/proc/15229/statm: 835 560 79 151 0 681 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 20212

[startup+3.10127 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15249
/proc/meminfo: memFree=1939864/2055920 swapFree=4192812/4192956
[pid=15206] ppid=15204 vsize=16872 CPUtime=1.03
/proc/15206/stat : 15206 (sugar++) S 15204 15206 14881 0 -1 4194304 1617 18116 0 4 5 2 85 11 16 0 1 0 37279108 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15206/statm: 4218 1116 414 3 0 797 0
[pid=15229] ppid=15206 vsize=4396 CPUtime=1.98
/proc/15229/stat : 15229 (minisat-inc) R 15206 15206 14881 0 -1 4194304 866 0 0 0 198 0 0 0 25 0 1 0 37279188 4501504 809 996147200 134512640 135134323 4294956192 18446744073709551615 134523897 0 0 4096 3 0 0 0 17 1 0 0
/proc/15229/statm: 1099 809 79 151 0 945 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 21268

[startup+6.30154 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15249
/proc/meminfo: memFree=1939096/2055920 swapFree=4192812/4192956
[pid=15206] ppid=15204 vsize=16872 CPUtime=1.03
/proc/15206/stat : 15206 (sugar++) S 15204 15206 14881 0 -1 4194304 1617 18116 0 4 5 2 85 11 16 0 1 0 37279108 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15206/statm: 4218 1116 414 3 0 797 0
[pid=15229] ppid=15206 vsize=5188 CPUtime=5.18
/proc/15229/stat : 15229 (minisat-inc) R 15206 15206 14881 0 -1 4194304 1055 0 0 0 518 0 0 0 25 0 1 0 37279188 5312512 998 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15229/statm: 1297 998 79 151 0 1143 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 22060

[startup+12.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15249
/proc/meminfo: memFree=1938072/2055920 swapFree=4192812/4192956
[pid=15206] ppid=15204 vsize=16872 CPUtime=1.03
/proc/15206/stat : 15206 (sugar++) S 15204 15206 14881 0 -1 4194304 1617 18116 0 4 5 2 85 11 16 0 1 0 37279108 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15206/statm: 4218 1116 414 3 0 797 0
[pid=15229] ppid=15206 vsize=5860 CPUtime=11.57
/proc/15229/stat : 15229 (minisat-inc) R 15206 15206 14881 0 -1 4194304 1231 0 0 0 1157 0 0 0 25 0 1 0 37279188 6000640 1174 996147200 134512640 135134323 4294956192 18446744073709551615 134530524 0 0 4096 3 0 0 0 17 1 0 0
/proc/15229/statm: 1465 1174 79 151 0 1311 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 22732

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15259
/proc/meminfo: memFree=1937880/2055920 swapFree=4192812/4192956
[pid=15206] ppid=15204 vsize=16872 CPUtime=1.17
/proc/15206/stat : 15206 (sugar++) S 15204 15206 14881 0 -1 4194304 1687 21840 0 5 5 3 96 13 16 0 1 0 37279108 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15206/statm: 4218 1116 414 3 0 797 0
[pid=15229] ppid=15206 vsize=5992 CPUtime=24.23
/proc/15229/stat : 15229 (minisat-inc) R 15206 15206 14881 0 -1 4194304 1278 0 0 0 2422 1 0 0 25 0 1 0 37279188 6135808 1219 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15229/statm: 1498 1219 79 151 0 1344 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 22864

[startup+51.1012 s]
/proc/loadavg: 1.06 1.02 1.00 2/66 15259
/proc/meminfo: memFree=1937624/2055920 swapFree=4192812/4192956
[pid=15206] ppid=15204 vsize=16872 CPUtime=1.17
/proc/15206/stat : 15206 (sugar++) S 15204 15206 14881 0 -1 4194304 1687 21840 0 5 5 3 96 13 16 0 1 0 37279108 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15206/statm: 4218 1116 414 3 0 797 0
[pid=15229] ppid=15206 vsize=6408 CPUtime=49.82
/proc/15229/stat : 15229 (minisat-inc) R 15206 15206 14881 0 -1 4194304 1372 0 0 0 4981 1 0 0 25 0 1 0 37279188 6561792 1313 996147200 134512640 135134323 4294956192 18446744073709551615 134528456 0 0 4096 3 0 0 0 17 1 0 0
/proc/15229/statm: 1602 1313 79 151 0 1448 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 23280

[startup+102.305 s]
/proc/loadavg: 1.08 1.03 1.00 2/66 15259
/proc/meminfo: memFree=1936344/2055920 swapFree=4192812/4192956
[pid=15206] ppid=15204 vsize=16872 CPUtime=1.17
/proc/15206/stat : 15206 (sugar++) S 15204 15206 14881 0 -1 4194304 1687 21840 0 5 5 3 96 13 16 0 1 0 37279108 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15206/statm: 4218 1116 414 3 0 797 0
[pid=15229] ppid=15206 vsize=7668 CPUtime=101.01
/proc/15229/stat : 15229 (minisat-inc) R 15206 15206 14881 0 -1 4194304 1672 0 0 0 10100 1 0 0 25 0 1 0 37279188 7852032 1613 996147200 134512640 135134323 4294956192 18446744073709551615 134532202 0 0 4096 3 0 0 0 17 1 0 0
/proc/15229/statm: 1917 1613 79 151 0 1763 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 24540

[startup+162.301 s]
/proc/loadavg: 1.03 1.02 1.00 2/66 15259
/proc/meminfo: memFree=1935448/2055920 swapFree=4192812/4192956
[pid=15206] ppid=15204 vsize=16872 CPUtime=1.17
/proc/15206/stat : 15206 (sugar++) S 15204 15206 14881 0 -1 4194304 1687 21840 0 5 5 3 96 13 16 0 1 0 37279108 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15206/statm: 4218 1116 414 3 0 797 0
[pid=15229] ppid=15206 vsize=8640 CPUtime=161
/proc/15229/stat : 15229 (minisat-inc) R 15206 15206 14881 0 -1 4194304 1893 0 0 0 16098 2 0 0 25 0 1 0 37279188 8847360 1834 996147200 134512640 135134323 4294956192 18446744073709551615 134531867 0 0 4096 3 0 0 0 17 1 0 0
/proc/15229/statm: 2160 1834 79 151 0 2006 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 25512

[startup+222.301 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 15259
/proc/meminfo: memFree=1934680/2055920 swapFree=4192812/4192956
[pid=15206] ppid=15204 vsize=16872 CPUtime=1.17
/proc/15206/stat : 15206 (sugar++) S 15204 15206 14881 0 -1 4194304 1687 21840 0 5 5 3 96 13 16 0 1 0 37279108 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15206/statm: 4218 1116 414 3 0 797 0
[pid=15229] ppid=15206 vsize=9336 CPUtime=220.97
/proc/15229/stat : 15229 (minisat-inc) R 15206 15206 14881 0 -1 4194304 2078 0 0 0 22095 2 0 0 25 0 1 0 37279188 9560064 2019 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15229/statm: 2334 2019 79 151 0 2180 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 26208

[startup+282.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 15259
/proc/meminfo: memFree=1934360/2055920 swapFree=4192812/4192956
[pid=15206] ppid=15204 vsize=16872 CPUtime=1.17
/proc/15206/stat : 15206 (sugar++) S 15204 15206 14881 0 -1 4194304 1687 21840 0 5 5 3 96 13 16 0 1 0 37279108 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15206/statm: 4218 1116 414 3 0 797 0
[pid=15229] ppid=15206 vsize=9636 CPUtime=280.97
/proc/15229/stat : 15229 (minisat-inc) R 15206 15206 14881 0 -1 4194304 2158 0 0 0 28094 3 0 0 25 0 1 0 37279188 9867264 2099 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15229/statm: 2409 2099 79 151 0 2255 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 26508

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15259
/proc/meminfo: memFree=1934232/2055920 swapFree=4192812/4192956
[pid=15206] ppid=15204 vsize=16872 CPUtime=1.17
/proc/15206/stat : 15206 (sugar++) S 15204 15206 14881 0 -1 4194304 1687 21840 0 5 5 3 96 13 16 0 1 0 37279108 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15206/statm: 4218 1116 414 3 0 797 0
[pid=15229] ppid=15206 vsize=9784 CPUtime=340.95
/proc/15229/stat : 15229 (minisat-inc) R 15206 15206 14881 0 -1 4194304 2185 0 0 0 34092 3 0 0 25 0 1 0 37279188 10018816 2126 996147200 134512640 135134323 4294956192 18446744073709551615 134531888 0 0 4096 3 0 0 0 17 1 0 0
/proc/15229/statm: 2446 2126 79 151 0 2292 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 26656

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15259
/proc/meminfo: memFree=1932056/2055920 swapFree=4192812/4192956
[pid=15206] ppid=15204 vsize=16872 CPUtime=1.17
/proc/15206/stat : 15206 (sugar++) S 15204 15206 14881 0 -1 4194304 1687 21840 0 5 5 3 96 13 16 0 1 0 37279108 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15206/statm: 4218 1116 414 3 0 797 0
[pid=15229] ppid=15206 vsize=12032 CPUtime=400.94
/proc/15229/stat : 15229 (minisat-inc) R 15206 15206 14881 0 -1 4194304 2708 0 0 0 40090 4 0 0 25 0 1 0 37279188 12320768 2649 996147200 134512640 135134323 4294956192 18446744073709551615 134532016 0 0 4096 3 0 0 0 17 1 0 0
/proc/15229/statm: 3008 2649 79 151 0 2854 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 28904


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

[pid=15229] ppid=15206 vsize=21412 CPUtime=2860.35
/proc/15229/stat : 15229 (minisat-inc) R 15206 15206 14881 0 -1 4194304 4914 0 0 0 286021 14 0 0 25 0 1 0 37279188 21925888 4855 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 1 0 0
/proc/15229/statm: 5353 4855 79 151 0 5199 0
Current children cumulated CPU time (s) 2861.52
Current children cumulated vsize (KiB) 38284

[startup+2922.3 s]
/proc/loadavg: 1.15 1.04 1.01 2/66 15267
/proc/meminfo: memFree=1921688/2055920 swapFree=4192812/4192956
[pid=15206] ppid=15204 vsize=16872 CPUtime=1.17
/proc/15206/stat : 15206 (sugar++) S 15204 15206 14881 0 -1 4194304 1687 21840 0 5 5 3 96 13 16 0 1 0 37279108 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15206/statm: 4218 1116 414 3 0 797 0
[pid=15229] ppid=15206 vsize=21556 CPUtime=2920.34
/proc/15229/stat : 15229 (minisat-inc) R 15206 15206 14881 0 -1 4194304 4947 0 0 0 292020 14 0 0 25 0 1 0 37279188 22073344 4888 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/15229/statm: 5389 4888 79 151 0 5235 0
Current children cumulated CPU time (s) 2921.51
Current children cumulated vsize (KiB) 38428

[startup+2982.3 s]
/proc/loadavg: 1.05 1.03 1.00 2/66 15267
/proc/meminfo: memFree=1921624/2055920 swapFree=4192812/4192956
[pid=15206] ppid=15204 vsize=16872 CPUtime=1.17
/proc/15206/stat : 15206 (sugar++) S 15204 15206 14881 0 -1 4194304 1687 21840 0 5 5 3 96 13 16 0 1 0 37279108 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15206/statm: 4218 1116 414 3 0 797 0
[pid=15229] ppid=15206 vsize=21556 CPUtime=2980.32
/proc/15229/stat : 15229 (minisat-inc) R 15206 15206 14881 0 -1 4194304 4962 0 0 0 298018 14 0 0 25 0 1 0 37279188 22073344 4903 996147200 134512640 135134323 4294956192 18446744073709551615 134531891 0 0 4096 3 0 0 0 17 1 0 0
/proc/15229/statm: 5389 4903 79 151 0 5235 0
Current children cumulated CPU time (s) 2981.49
Current children cumulated vsize (KiB) 38428

[startup+3042.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/66 15267
/proc/meminfo: memFree=1921560/2055920 swapFree=4192812/4192956
[pid=15206] ppid=15204 vsize=16872 CPUtime=1.17
/proc/15206/stat : 15206 (sugar++) S 15204 15206 14881 0 -1 4194304 1687 21840 0 5 5 3 96 13 16 0 1 0 37279108 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15206/statm: 4218 1116 414 3 0 797 0
[pid=15229] ppid=15206 vsize=21680 CPUtime=3040.3
/proc/15229/stat : 15229 (minisat-inc) R 15206 15206 14881 0 -1 4194304 4979 0 0 0 304016 14 0 0 25 0 1 0 37279188 22200320 4920 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15229/statm: 5420 4920 79 151 0 5266 0
Current children cumulated CPU time (s) 3041.47
Current children cumulated vsize (KiB) 38552

[startup+3102.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 15267
/proc/meminfo: memFree=1921496/2055920 swapFree=4192812/4192956
[pid=15206] ppid=15204 vsize=16872 CPUtime=1.17
/proc/15206/stat : 15206 (sugar++) S 15204 15206 14881 0 -1 4194304 1687 21840 0 5 5 3 96 13 16 0 1 0 37279108 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15206/statm: 4218 1116 414 3 0 797 0
[pid=15229] ppid=15206 vsize=21680 CPUtime=3100.3
/proc/15229/stat : 15229 (minisat-inc) R 15206 15206 14881 0 -1 4194304 4988 0 0 0 310015 15 0 0 25 0 1 0 37279188 22200320 4929 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15229/statm: 5420 4929 79 151 0 5266 0
Current children cumulated CPU time (s) 3101.47
Current children cumulated vsize (KiB) 38552

[startup+3162.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 15267
/proc/meminfo: memFree=1921432/2055920 swapFree=4192812/4192956
[pid=15206] ppid=15204 vsize=16872 CPUtime=1.17
/proc/15206/stat : 15206 (sugar++) S 15204 15206 14881 0 -1 4194304 1687 21840 0 5 5 3 96 13 16 0 1 0 37279108 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15206/statm: 4218 1116 414 3 0 797 0
[pid=15229] ppid=15206 vsize=21680 CPUtime=3160.28
/proc/15229/stat : 15229 (minisat-inc) R 15206 15206 14881 0 -1 4194304 4989 0 0 0 316013 15 0 0 25 0 1 0 37279188 22200320 4930 996147200 134512640 135134323 4294956192 18446744073709551615 134532059 0 0 4096 3 0 0 0 17 1 0 0
/proc/15229/statm: 5420 4930 79 151 0 5266 0
Current children cumulated CPU time (s) 3161.45
Current children cumulated vsize (KiB) 38552

[startup+3222.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 15267
/proc/meminfo: memFree=1921368/2055920 swapFree=4192812/4192956
[pid=15206] ppid=15204 vsize=16872 CPUtime=1.17
/proc/15206/stat : 15206 (sugar++) S 15204 15206 14881 0 -1 4194304 1687 21840 0 5 5 3 96 13 16 0 1 0 37279108 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15206/statm: 4218 1116 414 3 0 797 0
[pid=15229] ppid=15206 vsize=21680 CPUtime=3220.26
/proc/15229/stat : 15229 (minisat-inc) R 15206 15206 14881 0 -1 4194304 5002 0 0 0 322011 15 0 0 25 0 1 0 37279188 22200320 4943 996147200 134512640 135134323 4294956192 18446744073709551615 134531932 0 0 4096 3 0 0 0 17 1 0 0
/proc/15229/statm: 5420 4943 79 151 0 5266 0
Current children cumulated CPU time (s) 3221.43
Current children cumulated vsize (KiB) 38552

[startup+3282.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15267
/proc/meminfo: memFree=1921304/2055920 swapFree=4192812/4192956
[pid=15206] ppid=15204 vsize=16872 CPUtime=1.17
/proc/15206/stat : 15206 (sugar++) S 15204 15206 14881 0 -1 4194304 1687 21840 0 5 5 3 96 13 16 0 1 0 37279108 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15206/statm: 4218 1116 414 3 0 797 0
[pid=15229] ppid=15206 vsize=21824 CPUtime=3280.25
/proc/15229/stat : 15229 (minisat-inc) R 15206 15206 14881 0 -1 4194304 5012 0 0 0 328010 15 0 0 25 0 1 0 37279188 22347776 4953 996147200 134512640 135134323 4294956192 18446744073709551615 134531850 0 0 4096 3 0 0 0 17 1 0 0
/proc/15229/statm: 5456 4953 79 151 0 5302 0
Current children cumulated CPU time (s) 3281.42
Current children cumulated vsize (KiB) 38696

[startup+3342.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15267
/proc/meminfo: memFree=1921240/2055920 swapFree=4192812/4192956
[pid=15206] ppid=15204 vsize=16872 CPUtime=1.17
/proc/15206/stat : 15206 (sugar++) S 15204 15206 14881 0 -1 4194304 1687 21840 0 5 5 3 96 13 16 0 1 0 37279108 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15206/statm: 4218 1116 414 3 0 797 0
[pid=15229] ppid=15206 vsize=21824 CPUtime=3340.24
/proc/15229/stat : 15229 (minisat-inc) R 15206 15206 14881 0 -1 4194304 5020 0 0 0 334008 16 0 0 25 0 1 0 37279188 22347776 4961 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15229/statm: 5456 4961 79 151 0 5302 0
Current children cumulated CPU time (s) 3341.41
Current children cumulated vsize (KiB) 38696

[startup+3402.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15267
/proc/meminfo: memFree=1921240/2055920 swapFree=4192812/4192956
[pid=15206] ppid=15204 vsize=16872 CPUtime=1.17
/proc/15206/stat : 15206 (sugar++) S 15204 15206 14881 0 -1 4194304 1687 21840 0 5 5 3 96 13 16 0 1 0 37279108 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15206/statm: 4218 1116 414 3 0 797 0
[pid=15229] ppid=15206 vsize=21824 CPUtime=3400.23
/proc/15229/stat : 15229 (minisat-inc) R 15206 15206 14881 0 -1 4194304 5022 0 0 0 340007 16 0 0 25 0 1 0 37279188 22347776 4963 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15229/statm: 5456 4963 79 151 0 5302 0
Current children cumulated CPU time (s) 3401.4
Current children cumulated vsize (KiB) 38696

[startup+3462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15267
/proc/meminfo: memFree=1921048/2055920 swapFree=4192812/4192956
[pid=15206] ppid=15204 vsize=16872 CPUtime=1.17
/proc/15206/stat : 15206 (sugar++) S 15204 15206 14881 0 -1 4194304 1687 21840 0 5 5 3 96 13 16 0 1 0 37279108 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15206/statm: 4218 1116 414 3 0 797 0
[pid=15229] ppid=15206 vsize=21964 CPUtime=3460.21
/proc/15229/stat : 15229 (minisat-inc) R 15206 15206 14881 0 -1 4194304 5043 0 0 0 346005 16 0 0 25 0 1 0 37279188 22491136 4984 996147200 134512640 135134323 4294956192 18446744073709551615 134532052 0 0 4096 3 0 0 0 17 1 0 0
/proc/15229/statm: 5491 4984 79 151 0 5337 0
Current children cumulated CPU time (s) 3461.38
Current children cumulated vsize (KiB) 38836

[startup+3522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15267
/proc/meminfo: memFree=1920920/2055920 swapFree=4192812/4192956
[pid=15206] ppid=15204 vsize=16872 CPUtime=1.17
/proc/15206/stat : 15206 (sugar++) S 15204 15206 14881 0 -1 4194304 1687 21840 0 5 5 3 96 13 16 0 1 0 37279108 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15206/statm: 4218 1116 414 3 0 797 0
[pid=15229] ppid=15206 vsize=22132 CPUtime=3520.19
/proc/15229/stat : 15229 (minisat-inc) R 15206 15206 14881 0 -1 4194304 5078 0 0 0 352003 16 0 0 25 0 1 0 37279188 22663168 5019 996147200 134512640 135134323 4294956192 18446744073709551615 134532161 0 0 4096 3 0 0 0 17 1 0 0
/proc/15229/statm: 5533 5019 79 151 0 5379 0
Current children cumulated CPU time (s) 3521.36
Current children cumulated vsize (KiB) 39004

[startup+3582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15267
/proc/meminfo: memFree=1920792/2055920 swapFree=4192812/4192956
[pid=15206] ppid=15204 vsize=16872 CPUtime=1.17
/proc/15206/stat : 15206 (sugar++) S 15204 15206 14881 0 -1 4194304 1687 21840 0 5 5 3 96 13 16 0 1 0 37279108 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15206/statm: 4218 1116 414 3 0 797 0
[pid=15229] ppid=15206 vsize=22132 CPUtime=3580.18
/proc/15229/stat : 15229 (minisat-inc) R 15206 15206 14881 0 -1 4194304 5105 0 0 0 358001 17 0 0 25 0 1 0 37279188 22663168 5046 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 1 0 0
/proc/15229/statm: 5533 5046 79 151 0 5379 0
Current children cumulated CPU time (s) 3581.35
Current children cumulated vsize (KiB) 39004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3601 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15267
/proc/meminfo: memFree=1920728/2055920 swapFree=4192812/4192956
[pid=15206] ppid=15204 vsize=16872 CPUtime=1.17
/proc/15206/stat : 15206 (sugar++) S 15204 15206 14881 0 -1 4194304 1687 21840 0 5 5 3 96 13 16 0 1 0 37279108 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15206/statm: 4218 1116 414 3 0 797 0
[pid=15229] ppid=15206 vsize=22304 CPUtime=3598.88
/proc/15229/stat : 15229 (minisat-inc) R 15206 15206 14881 0 -1 4194304 5121 0 0 0 359871 17 0 0 25 0 1 0 37279188 22839296 5062 996147200 134512640 135134323 4294956192 18446744073709551615 134531980 0 0 4096 3 0 0 0 17 1 0 0
/proc/15229/statm: 5576 5062 79 151 0 5422 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 39176

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

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

Child status: 0
Real time (s): 3601.01
CPU time (s): 3600.09
CPU user time (s): 3599.74
CPU system time (s): 0.345947
CPU usage (%): 99.9744
Max. virtual memory (cumulated for all children) (KiB): 39176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.74
system time used= 0.345947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28723
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 976
involuntary context switches= 6866

runsolver used 2.76958 second user time and 7.13891 second system time

The end

Launcher Data (download as text)

Begin job on node3 at 2008-07-11 21:49:17
IDJOB=1109601
IDBENCH=60989
IDSOLVER=367
FILE ID=node3/1109601-1215805757
PBS_JOBID= 7903206
Free space on /tmp= 66540 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/schurrLemma/normalized-lemma-20-9-mod.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1109601-1215805757/watcher-1109601-1215805757 -o /tmp/evaluation-result-1109601-1215805757/solver-1109601-1215805757 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1109601-1215805757.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0351c2d306af39428e7ac456e3563b8d
RANDOM SEED=788068045

node3.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.238
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.238
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:       1947016 kB
Buffers:          7552 kB
Cached:          38960 kB
SwapCached:          0 kB
Active:          47116 kB
Inactive:        13288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1947016 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             832 kB
Writeback:           0 kB
Mapped:          23696 kB
Slab:            34564 kB
Committed_AS:    79872 kB
PageTables:       1372 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= 66540 MiB
End job on node3 at 2008-07-11 22:49:18