Trace number 1092310

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatSAT 953.226 957.989

General information on the benchmark

Namecsp/bibd7/
normalized-bibd-7-70-30-3-10_glb.xml
MD5SUM46fb9e666c4184793385bf9b834acfb0
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.24281
Satisfiable
(Un)Satisfiability was proved
Number of variables1960
Number of constraints1568
Maximum constraint arity70
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1470
Global constraints used (with number of constraints)weightedsum(98)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 15:29:42 2008
0.00/0.04	c 0	PID 1002
0.00/0.04	c 0	HOST node81.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1092310-1215264581.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1092310-1215264581.xml' 'HOME/temp.csp'
0.03/0.52	c 0	1 domains, 1960 variables, 1 predicates, 0 relations, 1568 constraints
0.03/0.57	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.57	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.50/0.64	c 0	Parsing HOME/temp.csp
0.50/0.88	c 0	parsed 3530 expressions
0.50/0.89	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.50/0.89	c 0	Converting to clausal form CSP
0.50/0.91	c 0	converted 353 (10%) expressions
0.50/0.92	c 0	converted 706 (20%) expressions
0.50/0.92	c 0	converted 1059 (30%) expressions
0.50/0.92	c 0	converted 1412 (40%) expressions
0.50/0.93	c 0	converted 1765 (50%) expressions
1.01/1.14	c 1	converted 2118 (60%) expressions
1.12/1.25	c 1	converted 2471 (70%) expressions
1.21/1.39	c 1	converted 2824 (80%) expressions
1.42/1.52	c 1	converted 3177 (90%) expressions
1.81/1.90	c 1	converted 3530 (100%) expressions
1.81/1.91	c 1	CSP : 8708 integers, 2940 booleans, 22512 clauses, largest domain size 36
1.81/1.91	c 1	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.81/1.91	c 1	Propagation in CSP
1.91/2.03	c 2	1750 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.91/2.03	c 2	CSP : 8708 integers, 2940 booleans, 22512 clauses, largest domain size 36
1.91/2.03	c 2	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.91/2.04	c 2	Simplifing CSP by introducing new Boolean variables
1.91/2.06	c 2	CSP : 8708 integers, 2940 booleans, 22512 clauses, largest domain size 36
1.91/2.06	c 2	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.01/2.15	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.01/2.17	c 2	871 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.01/2.18	c 2	1742 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.01/2.18	c 2	2613 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.01/2.19	c 2	3484 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.01/2.19	c 2	4354 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.01/2.19	c 2	5225 (60%) CSP integer variables are encoded (1360 clauses, 17744 bytes)
2.01/2.20	c 2	6096 (70%) CSP integer variables are encoded (4925 clauses, 65699 bytes)
2.11/2.20	c 2	6967 (80%) CSP integer variables are encoded (8184 clauses, 114584 bytes)
2.11/2.21	c 2	7838 (90%) CSP integer variables are encoded (11403 clauses, 162869 bytes)
2.11/2.21	c 2	8708 (100%) CSP integer variables are encoded (14714 clauses, 212534 bytes)
2.11/2.27	c 2	2252 (10%) CSP clauses are encoded (16966 clauses, 244624 bytes)
2.11/2.29	c 2	4503 (20%) CSP clauses are encoded (19217 clauses, 277079 bytes)
2.21/2.31	c 2	6754 (30%) CSP clauses are encoded (21468 clauses, 310274 bytes)
2.21/2.32	c 2	9005 (40%) CSP clauses are encoded (23719 clauses, 343998 bytes)
2.21/2.33	c 2	11256 (50%) CSP clauses are encoded (25970 clauses, 377760 bytes)
2.21/2.35	c 2	13508 (60%) CSP clauses are encoded (28222 clauses, 411548 bytes)
2.30/2.42	c 2	15759 (70%) CSP clauses are encoded (53674 clauses, 855465 bytes)
2.40/2.51	c 2	18010 (80%) CSP clauses are encoded (98152 clauses, 1662738 bytes)
2.51/2.60	c 2	20261 (90%) CSP clauses are encoded (138555 clauses, 2451957 bytes)
2.51/2.68	c 2	22512 (100%) CSP clauses are encoded (179018 clauses, 3243847 bytes)
2.51/2.68	c 2	22512 CSP clauses encoded
2.51/2.69	c 2	Writing map file : HOME/temp.map
2.60/2.73	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.60/2.73	c 2	SAT : 26362 SAT variables, 179018 SAT clauses, 3243847 bytes
2.60/2.73	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.60/2.76	c 2	SOLVING HOME/temp.cnf
2.60/2.76	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.60/2.76	c 2	This is MiniSat 2.0 beta
2.60/2.76	c 2	WARNING: for repeatability, setting FPU to use double precision
2.60/2.76	c 2	============================[ Problem Statistics ]=============================
2.60/2.76	c 2	|                                                                             |
2.60/2.77	c 2	|  Number of variables:  26362                                                |
2.60/2.77	c 2	|  Number of clauses:    179018                                               |
2.66/2.86	c 2	|  Parsing time:         0.08         s                                       |
2.66/2.86	c 2	============================[ Search Statistics ]==============================
2.66/2.86	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.66/2.86	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.66/2.86	c 2	===============================================================================
2.66/2.86	c 2	|         0 |   26362   179018   479906 |    59672        0    nan |  0.000 % |
2.66/2.88	c 2	|       101 |   26362   179018   479906 |    65639      101     37 |  0.000 % |
2.66/2.91	c 2	|       252 |   26362   179018   479906 |    72203      252     33 |  0.000 % |
2.66/3.01	c 3	|       477 |   26362   179018   479906 |    79424      477     38 |  0.000 % |
2.66/3.12	c 3	|       814 |   26362   179018   479906 |    87366      814     37 |  0.000 % |
2.66/3.28	c 3	|      1321 |   26362   179018   479906 |    96103     1321     34 |  0.000 % |
3.38/3.52	c 3	|      2081 |   26362   179018   479906 |   105713     2081     35 |  0.000 % |
3.69/3.80	c 3	|      3220 |   26362   179018   479906 |   116285     3220     44 |  0.000 % |
4.08/4.26	c 4	|      4929 |   26362   179018   479906 |   127913     4929     54 |  0.000 % |
4.58/4.73	c 4	|      7492 |   26362   179018   479906 |   140705     7492     62 |  0.000 % |
5.57/5.71	c 5	|     11336 |   26362   179018   479906 |   154775    11336     59 |  0.000 % |
6.76/6.90	c 6	|     17102 |   26362   179018   479906 |   170253    17102     66 |  0.000 % |
9.26/9.42	c 9	|     25751 |   26362   179018   479906 |   187278    25751     74 |  0.000 % |
13.73/14.00	c 13	|     38726 |   26362   179018   479906 |   206006    38726     91 |  0.000 % |
23.69/23.93	c 23	|     58187 |   26362   179018   479906 |   226606    58187    108 |  0.000 % |
40.93/41.28	c 41	|     87379 |   26362   179018   479906 |   249267    87379    119 |  0.000 % |
77.18/77.66	c 77	|    131171 |   26362   179018   479906 |   274194   131171    133 |  0.000 % |
155.70/156.55	c 156	|    196856 |   26362   179018   479906 |   301613   196856    142 |  0.000 % |
358.47/360.31	c 360	|    295383 |   26362   179018   479906 |   331775   295383    148 |  0.000 % |
575.79/578.74	c 578	|    443172 |   26362   179018   479906 |   364952   119218    173 |  0.000 % |
860.29/864.70	c 864	|    664855 |   26362   179018   479906 |   401447   340901    145 |  0.000 % |
952.73/957.56	c 957	===============================================================================
952.73/957.56	c 957	restarts              : 21
952.73/957.56	c 957	conflicts             : 827860         (872 /sec)
952.73/957.56	c 957	decisions             : 1042244        (1.16 % random) (1098 /sec)
952.73/957.56	c 957	propagations          : 227601776      (239708 /sec)
952.73/957.56	c 957	conflict literals     : 108448675      (5.79 % deleted)
952.73/957.56	c 957	Memory used           : 249.62 MB
952.73/957.56	c 957	CPU time              : 949.498 s
952.73/957.56	c 957	
952.73/957.57	c 957	SATISFIABLE
952.83/957.61	c 957	DECODING HOME/temp.out WITH HOME/temp.map
952.83/957.61	c 957	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
952.83/957.70	c 957	Decoding HOME/temp.out
952.85/957.89	s SATISFIABLE
952.85/957.97	v 1 1 0 0 0 0 1 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 1 1 1 0 0 1 1 1 0 1 1 1 0 0 0 1 1 0 1 0 0 0 1 0 0 1 0 1 0 1 0 1 1 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 0 1 0 1 0 0 0 1 1 0 1 1 0 1 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 1 0 0 0 1 0 1 0 0 1 1 1 1 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 1 0 0 1 0 0 0 1 1 0 1 1 0 0 0 1 1 0 0 1 1 0 0 1 0 0 1 0 0 1 1 1 1 0 0 1 0 0 0 1 1 0 1 1 0 0 0 1 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 1 0 1 0 1 1 0 1 0 1 0 1 1 0 1 0 0 0 1 0 0 1 0 0 0 0 1 0 0 1 0 1 1 0 0 0 1 1 0 1 0 0 0 0 1 1 1 1 0 1 1 1 1 0 1 0 0 1 0 1 0 0 1 1 1 0 1 0 0 1 1 0 1 0 1 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 1 0 1 1 1 0 0 1 1 1 0 0 0 1 0 1 1 0 0 1 1 1 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 1 1 0 1 0 1 1 0 0 1 0 0 0 0 1 0 0 1 0 1 0 1 0 1 0 1 0 0 0 1 1 0 0 1 0 1 0 0 1 0 0 1 1 0 0 1 0 0 0 1 0 1 0 1 0 0 0 1 1 0 0 1 1 0 1 1 1 1 0 1 1 0 0 0 1 0 0 0 1 1 1 0 1 0 1 0 0 0 0 1 0 1 0 0 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 0 0 0 0 0 0 1 1 0 1 1 1 1 1 1 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 1 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 1 0 0 1 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 1 1 1 1 0 0 0 0 1 0 1 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0
952.85/957.98	c 957	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
952.85/957.98	c 957	CPU 952.33 (0.04 0.02 952.29 0.85)
952.85/957.98	c 957	END Sat Jul  5 15:45:39 2008

Verifier Data (download as text)

OK

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-1092310-1215264581/watcher-1092310-1215264581 -o /tmp/evaluation-result-1092310-1215264581/solver-1092310-1215264581 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1092310-1215264581.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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/73 1002
/proc/meminfo: memFree=1745256/2055920 swapFree=4180000/4192956
[pid=1002] ppid=1000 vsize=12268 CPUtime=0
/proc/1002/stat : 1002 (sugar) R 1000 1002 32670 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 259446090 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 269807745637 0 0 4224 0 0 0 0 17 0 0 0
/proc/1002/statm: 3067 316 241 3 0 167 0

[startup+0.102814 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 1002
/proc/meminfo: memFree=1745256/2055920 swapFree=4180000/4192956
[pid=1002] ppid=1000 vsize=13600 CPUtime=0.03
/proc/1002/stat : 1002 (sugar) S 1000 1002 32670 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 259446090 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1002/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201822 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 1002
/proc/meminfo: memFree=1745256/2055920 swapFree=4180000/4192956
[pid=1002] ppid=1000 vsize=13600 CPUtime=0.03
/proc/1002/stat : 1002 (sugar) S 1000 1002 32670 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 259446090 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1002/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301834 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 1002
/proc/meminfo: memFree=1745256/2055920 swapFree=4180000/4192956
[pid=1002] ppid=1000 vsize=13600 CPUtime=0.03
/proc/1002/stat : 1002 (sugar) S 1000 1002 32670 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 259446090 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1002/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701877 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 1002
/proc/meminfo: memFree=1745256/2055920 swapFree=4180000/4192956
[pid=1002] ppid=1000 vsize=13600 CPUtime=0.5
/proc/1002/stat : 1002 (sugar) S 1000 1002 32670 0 -1 4194304 973 5282 0 1 3 1 43 3 15 0 1 0 259446090 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1002/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 13600

[startup+1.50196 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1024
/proc/meminfo: memFree=1730760/2055920 swapFree=4180000/4192956
[pid=1002] ppid=1000 vsize=13600 CPUtime=0.5
/proc/1002/stat : 1002 (sugar) S 1000 1002 32670 0 -1 4194304 974 5282 0 1 3 1 43 3 15 0 1 0 259446090 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1002/statm: 3400 797 370 3 0 500 0
[pid=1015] ppid=1002 vsize=5356 CPUtime=0
/proc/1015/stat : 1015 (sh) S 1002 1002 32670 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 259446147 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1015/statm: 1339 233 193 169 0 50 0
[pid=1016] ppid=1015 vsize=868380 CPUtime=0.92
/proc/1016/stat : 1016 (java) S 1015 1002 32670 0 -1 0 7841 0 1 0 88 4 0 0 20 0 9 0 259446147 889221120 7037 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1016/statm: 217095 7037 2540 9 0 211670 0
[pid=1016/tid=1017] ppid=1015 vsize=868380 CPUtime=0.53
/proc/1016/task/1017/stat : 1017 (java) R 1015 1002 32670 0 -1 64 2690 0 1 0 52 1 0 0 25 0 9 0 259446148 889221120 7037 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1016/tid=1018] ppid=1015 vsize=868380 CPUtime=0.17
/proc/1016/task/1018/stat : 1018 (java) R 1015 1002 32670 0 -1 64 2970 0 0 0 16 1 0 0 16 0 9 0 259446149 889221120 7037 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1016/tid=1019] ppid=1015 vsize=868380 CPUtime=0
/proc/1016/task/1019/stat : 1019 (java) S 1015 1002 32670 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 259446149 889221120 7037 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1016/tid=1020] ppid=1015 vsize=868380 CPUtime=0
/proc/1016/task/1020/stat : 1020 (java) S 1015 1002 32670 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 259446149 889221120 7037 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1016/tid=1021] ppid=1015 vsize=868380 CPUtime=0
/proc/1016/task/1021/stat : 1021 (java) S 1015 1002 32670 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 259446151 889221120 7037 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1016/tid=1022] ppid=1015 vsize=868380 CPUtime=0.2
/proc/1016/task/1022/stat : 1022 (java) S 1015 1002 32670 0 -1 64 1488 0 0 0 19 1 0 0 16 0 9 0 259446151 889221120 7037 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1016/tid=1023] ppid=1015 vsize=868380 CPUtime=0
/proc/1016/task/1023/stat : 1023 (java) S 1015 1002 32670 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 259446151 889221120 7037 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1016/tid=1024] ppid=1015 vsize=868380 CPUtime=0
/proc/1016/task/1024/stat : 1024 (java) S 1015 1002 32670 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 259446151 889221120 7037 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 887336

[startup+3.10114 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1024
/proc/meminfo: memFree=1716872/2055920 swapFree=4180000/4192956
[pid=1002] ppid=1000 vsize=13600 CPUtime=2.66
/proc/1002/stat : 1002 (sugar) S 1000 1002 32670 0 -1 4194304 1033 15643 0 2 3 1 250 12 15 0 1 0 259446090 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1002/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 2.66
Current children cumulated vsize (KiB) 13600

[startup+6.30248 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 1026
/proc/meminfo: memFree=1726088/2055920 swapFree=4180000/4192956
[pid=1002] ppid=1000 vsize=13600 CPUtime=2.66
/proc/1002/stat : 1002 (sugar) S 1000 1002 32670 0 -1 4194304 1033 15643 0 2 3 1 250 12 16 0 1 0 259446090 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1002/statm: 3400 799 370 3 0 500 0
[pid=1025] ppid=1002 vsize=5356 CPUtime=0
/proc/1025/stat : 1025 (sh) S 1002 1002 32670 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 259446367 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1025/statm: 1339 232 193 169 0 50 0
[pid=1026] ppid=1025 vsize=15148 CPUtime=3.51
/proc/1026/stat : 1026 (minisat) R 1025 1002 32670 0 -1 4194304 3657 0 0 0 349 2 0 0 25 0 1 0 259446367 15511552 3643 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 0 0 0
/proc/1026/statm: 3787 3643 76 150 0 3634 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 34104

[startup+12.7012 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 1026
/proc/meminfo: memFree=1716368/2055920 swapFree=4180000/4192956
[pid=1002] ppid=1000 vsize=13600 CPUtime=2.66
/proc/1002/stat : 1002 (sugar) S 1000 1002 32670 0 -1 4194304 1033 15643 0 2 3 1 250 12 16 0 1 0 259446090 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1002/statm: 3400 799 370 3 0 500 0
[pid=1025] ppid=1002 vsize=5356 CPUtime=0
/proc/1025/stat : 1025 (sh) S 1002 1002 32670 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 259446367 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1025/statm: 1339 232 193 169 0 50 0
[pid=1026] ppid=1025 vsize=24836 CPUtime=9.88
/proc/1026/stat : 1026 (minisat) R 1025 1002 32670 0 -1 4194304 6064 0 0 0 983 5 0 0 25 0 1 0 259446367 25432064 6050 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 0 0 0
/proc/1026/statm: 6209 6050 76 150 0 6056 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 43792

[startup+25.5025 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 1026
/proc/meminfo: memFree=1700240/2055920 swapFree=4180000/4192956
[pid=1002] ppid=1000 vsize=13600 CPUtime=2.66
/proc/1002/stat : 1002 (sugar) S 1000 1002 32670 0 -1 4194304 1033 15643 0 2 3 1 250 12 16 0 1 0 259446090 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1002/statm: 3400 799 370 3 0 500 0
[pid=1025] ppid=1002 vsize=5356 CPUtime=0
/proc/1025/stat : 1025 (sh) S 1002 1002 32670 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 259446367 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1025/statm: 1339 232 193 169 0 50 0
[pid=1026] ppid=1025 vsize=40484 CPUtime=22.63
/proc/1026/stat : 1026 (minisat) R 1025 1002 32670 0 -1 4194304 9960 0 0 0 2255 8 0 0 25 0 1 0 259446367 41455616 9946 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1026/statm: 10121 9946 76 150 0 9968 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 59440

[startup+51.1023 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 1026
/proc/meminfo: memFree=1675920/2055920 swapFree=4180000/4192956
[pid=1002] ppid=1000 vsize=13600 CPUtime=2.66
/proc/1002/stat : 1002 (sugar) S 1000 1002 32670 0 -1 4194304 1033 15643 0 2 3 1 250 12 16 0 1 0 259446090 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1002/statm: 3400 799 370 3 0 500 0
[pid=1025] ppid=1002 vsize=5356 CPUtime=0
/proc/1025/stat : 1025 (sh) S 1002 1002 32670 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 259446367 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1025/statm: 1339 232 193 169 0 50 0
[pid=1026] ppid=1025 vsize=65052 CPUtime=48.13
/proc/1026/stat : 1026 (minisat) R 1025 1002 32670 0 -1 4194304 16072 0 0 0 4800 13 0 0 25 0 1 0 259446367 66613248 16058 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1026/statm: 16263 16058 76 150 0 16110 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 84008

[startup+102.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 1026
/proc/meminfo: memFree=1638480/2055920 swapFree=4180000/4192956
[pid=1002] ppid=1000 vsize=13600 CPUtime=2.66
/proc/1002/stat : 1002 (sugar) S 1000 1002 32670 0 -1 4194304 1033 15643 0 2 3 1 250 12 16 0 1 0 259446090 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1002/statm: 3400 799 370 3 0 500 0
[pid=1025] ppid=1002 vsize=5356 CPUtime=0
/proc/1025/stat : 1025 (sh) S 1002 1002 32670 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 259446367 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1025/statm: 1339 232 193 169 0 50 0
[pid=1026] ppid=1025 vsize=101772 CPUtime=99.13
/proc/1026/stat : 1026 (minisat) R 1025 1002 32670 0 -1 4194304 25217 0 0 0 9891 22 0 0 25 0 1 0 259446367 104214528 25203 996147200 134512640 135127466 4294956256 18446744073709551615 134527086 0 0 4096 3 0 0 0 17 0 0 0
/proc/1026/statm: 25443 25203 76 150 0 25290 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 120728

[startup+162.302 s]
/proc/loadavg: 2.06 2.01 2.00 3/76 1091
/proc/meminfo: memFree=1381464/2055920 swapFree=4180000/4192956
[pid=1002] ppid=1000 vsize=13600 CPUtime=2.66
/proc/1002/stat : 1002 (sugar) S 1000 1002 32670 0 -1 4194304 1033 15643 0 2 3 1 250 12 16 0 1 0 259446090 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1002/statm: 3400 799 370 3 0 500 0
[pid=1025] ppid=1002 vsize=5356 CPUtime=0
/proc/1025/stat : 1025 (sh) S 1002 1002 32670 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 259446367 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1025/statm: 1339 232 193 169 0 50 0
[pid=1026] ppid=1025 vsize=134244 CPUtime=158.82
/proc/1026/stat : 1026 (minisat) R 1025 1002 32670 0 -1 4194304 33336 0 0 0 15850 32 0 0 25 0 1 0 259446367 137465856 33322 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1026/statm: 33561 33322 76 150 0 33408 0
Current children cumulated CPU time (s) 161.48
Current children cumulated vsize (KiB) 153200

[startup+222.308 s]
/proc/loadavg: 2.05 2.02 2.00 3/84 1130
/proc/meminfo: memFree=1527576/2055920 swapFree=4180000/4192956
[pid=1002] ppid=1000 vsize=13600 CPUtime=2.66
/proc/1002/stat : 1002 (sugar) S 1000 1002 32670 0 -1 4194304 1033 15643 0 2 3 1 250 12 16 0 1 0 259446090 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1002/statm: 3400 799 370 3 0 500 0
[pid=1025] ppid=1002 vsize=5356 CPUtime=0
/proc/1025/stat : 1025 (sh) S 1002 1002 32670 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 259446367 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1025/statm: 1339 232 193 169 0 50 0
[pid=1026] ppid=1025 vsize=158916 CPUtime=218.5
/proc/1026/stat : 1026 (minisat) R 1025 1002 32670 0 -1 4194304 39415 0 0 0 21810 40 0 0 25 0 1 0 259446367 162729984 39401 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/1026/statm: 39729 39401 76 150 0 39576 0
Current children cumulated CPU time (s) 221.16
Current children cumulated vsize (KiB) 177872

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


[startup+702.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1130
/proc/meminfo: memFree=1446104/2055920 swapFree=4180000/4192956
[pid=1002] ppid=1000 vsize=13600 CPUtime=2.66
/proc/1002/stat : 1002 (sugar) S 1000 1002 32670 0 -1 4194304 1033 15643 0 2 3 1 250 12 16 0 1 0 259446090 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1002/statm: 3400 799 370 3 0 500 0
[pid=1025] ppid=1002 vsize=5356 CPUtime=0
/proc/1025/stat : 1025 (sh) S 1002 1002 32670 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 259446367 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1025/statm: 1339 232 193 169 0 50 0
[pid=1026] ppid=1025 vsize=241032 CPUtime=696.13
/proc/1026/stat : 1026 (minisat) R 1025 1002 32670 0 -1 4194304 59613 0 0 0 69552 61 0 0 25 0 1 0 259446367 246816768 59599 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/1026/statm: 60258 59599 76 150 0 60105 0
Current children cumulated CPU time (s) 698.79
Current children cumulated vsize (KiB) 259988

[startup+762.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1130
/proc/meminfo: memFree=1446040/2055920 swapFree=4180000/4192956
[pid=1002] ppid=1000 vsize=13600 CPUtime=2.66
/proc/1002/stat : 1002 (sugar) S 1000 1002 32670 0 -1 4194304 1033 15643 0 2 3 1 250 12 16 0 1 0 259446090 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1002/statm: 3400 799 370 3 0 500 0
[pid=1025] ppid=1002 vsize=5356 CPUtime=0
/proc/1025/stat : 1025 (sh) S 1002 1002 32670 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 259446367 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1025/statm: 1339 232 193 169 0 50 0
[pid=1026] ppid=1025 vsize=241032 CPUtime=755.84
/proc/1026/stat : 1026 (minisat) R 1025 1002 32670 0 -1 4194304 59619 0 0 0 75523 61 0 0 25 0 1 0 259446367 246816768 59605 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1026/statm: 60258 59605 76 150 0 60105 0
Current children cumulated CPU time (s) 758.5
Current children cumulated vsize (KiB) 259988

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1130
/proc/meminfo: memFree=1445848/2055920 swapFree=4180000/4192956
[pid=1002] ppid=1000 vsize=13600 CPUtime=2.66
/proc/1002/stat : 1002 (sugar) S 1000 1002 32670 0 -1 4194304 1033 15643 0 2 3 1 250 12 16 0 1 0 259446090 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1002/statm: 3400 799 370 3 0 500 0
[pid=1025] ppid=1002 vsize=5356 CPUtime=0
/proc/1025/stat : 1025 (sh) S 1002 1002 32670 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 259446367 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1025/statm: 1339 232 193 169 0 50 0
[pid=1026] ppid=1025 vsize=241032 CPUtime=815.54
/proc/1026/stat : 1026 (minisat) R 1025 1002 32670 0 -1 4194304 59619 0 0 0 81493 61 0 0 25 0 1 0 259446367 246816768 59605 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/1026/statm: 60258 59605 76 150 0 60105 0
Current children cumulated CPU time (s) 818.2
Current children cumulated vsize (KiB) 259988

[startup+882.307 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 1130
/proc/meminfo: memFree=1441688/2055920 swapFree=4180000/4192956
[pid=1002] ppid=1000 vsize=13600 CPUtime=2.66
/proc/1002/stat : 1002 (sugar) S 1000 1002 32670 0 -1 4194304 1033 15643 0 2 3 1 250 12 16 0 1 0 259446090 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1002/statm: 3400 799 370 3 0 500 0
[pid=1025] ppid=1002 vsize=5356 CPUtime=0
/proc/1025/stat : 1025 (sh) S 1002 1002 32670 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 259446367 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1025/statm: 1339 232 193 169 0 50 0
[pid=1026] ppid=1025 vsize=245128 CPUtime=875.24
/proc/1026/stat : 1026 (minisat) R 1025 1002 32670 0 -1 4194304 60682 0 0 0 87463 61 0 0 25 0 1 0 259446367 251011072 60668 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/1026/statm: 61282 60668 76 150 0 61129 0
Current children cumulated CPU time (s) 877.9
Current children cumulated vsize (KiB) 264084

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1130
/proc/meminfo: memFree=1431000/2055920 swapFree=4180000/4192956
[pid=1002] ppid=1000 vsize=13600 CPUtime=2.66
/proc/1002/stat : 1002 (sugar) S 1000 1002 32670 0 -1 4194304 1033 15643 0 2 3 1 250 12 16 0 1 0 259446090 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1002/statm: 3400 799 370 3 0 500 0
[pid=1025] ppid=1002 vsize=5356 CPUtime=0
/proc/1025/stat : 1025 (sh) S 1002 1002 32670 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 259446367 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1025/statm: 1339 232 193 169 0 50 0
[pid=1026] ppid=1025 vsize=255604 CPUtime=934.94
/proc/1026/stat : 1026 (minisat) R 1025 1002 32670 0 -1 4194304 63330 0 0 0 93430 64 0 0 25 0 1 0 259446367 261738496 63316 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1026/statm: 63901 63316 76 150 0 63748 0
Current children cumulated CPU time (s) 937.6
Current children cumulated vsize (KiB) 274560

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

[startup+947.207 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1130
/proc/meminfo: memFree=1431000/2055920 swapFree=4180000/4192956
[pid=1002] ppid=1000 vsize=13600 CPUtime=2.66
/proc/1002/stat : 1002 (sugar) S 1000 1002 32670 0 -1 4194304 1033 15643 0 2 3 1 250 12 16 0 1 0 259446090 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1002/statm: 3400 799 370 3 0 500 0
[pid=1025] ppid=1002 vsize=5356 CPUtime=0
/proc/1025/stat : 1025 (sh) S 1002 1002 32670 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 259446367 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1025/statm: 1339 232 193 169 0 50 0
[pid=1026] ppid=1025 vsize=255604 CPUtime=939.82
/proc/1026/stat : 1026 (minisat) R 1025 1002 32670 0 -1 4194304 63330 0 0 0 93918 64 0 0 25 0 1 0 259446367 261738496 63316 996147200 134512640 135127466 4294956256 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 0 0 0
/proc/1026/statm: 63901 63316 76 150 0 63748 0
Current children cumulated CPU time (s) 942.48
Current children cumulated vsize (KiB) 274560

[startup+953.601 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1130
/proc/meminfo: memFree=1431000/2055920 swapFree=4180000/4192956
[pid=1002] ppid=1000 vsize=13600 CPUtime=2.66
/proc/1002/stat : 1002 (sugar) S 1000 1002 32670 0 -1 4194304 1033 15643 0 2 3 1 250 12 16 0 1 0 259446090 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1002/statm: 3400 799 370 3 0 500 0
[pid=1025] ppid=1002 vsize=5356 CPUtime=0
/proc/1025/stat : 1025 (sh) S 1002 1002 32670 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 259446367 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1025/statm: 1339 232 193 169 0 50 0
[pid=1026] ppid=1025 vsize=255604 CPUtime=946.19
/proc/1026/stat : 1026 (minisat) R 1025 1002 32670 0 -1 4194304 63330 0 0 0 94555 64 0 0 25 0 1 0 259446367 261738496 63316 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1026/statm: 63901 63316 76 150 0 63748 0
Current children cumulated CPU time (s) 948.85
Current children cumulated vsize (KiB) 274560

[startup+955.201 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 1130
/proc/meminfo: memFree=1431000/2055920 swapFree=4180000/4192956
[pid=1002] ppid=1000 vsize=13600 CPUtime=2.66
/proc/1002/stat : 1002 (sugar) S 1000 1002 32670 0 -1 4194304 1033 15643 0 2 3 1 250 12 16 0 1 0 259446090 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1002/statm: 3400 799 370 3 0 500 0
[pid=1025] ppid=1002 vsize=5356 CPUtime=0
/proc/1025/stat : 1025 (sh) S 1002 1002 32670 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 259446367 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1025/statm: 1339 232 193 169 0 50 0
[pid=1026] ppid=1025 vsize=255604 CPUtime=947.78
/proc/1026/stat : 1026 (minisat) R 1025 1002 32670 0 -1 4194304 63330 0 0 0 94714 64 0 0 25 0 1 0 259446367 261738496 63316 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1026/statm: 63901 63316 76 150 0 63748 0
Current children cumulated CPU time (s) 950.44
Current children cumulated vsize (KiB) 274560

[startup+956.803 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1130
/proc/meminfo: memFree=1431000/2055920 swapFree=4180000/4192956
[pid=1002] ppid=1000 vsize=13600 CPUtime=2.66
/proc/1002/stat : 1002 (sugar) S 1000 1002 32670 0 -1 4194304 1033 15643 0 2 3 1 250 12 16 0 1 0 259446090 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1002/statm: 3400 799 370 3 0 500 0
[pid=1025] ppid=1002 vsize=5356 CPUtime=0
/proc/1025/stat : 1025 (sh) S 1002 1002 32670 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 259446367 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1025/statm: 1339 232 193 169 0 50 0
[pid=1026] ppid=1025 vsize=255604 CPUtime=949.37
/proc/1026/stat : 1026 (minisat) R 1025 1002 32670 0 -1 4194304 63330 0 0 0 94873 64 0 0 25 0 1 0 259446367 261738496 63316 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1026/statm: 63901 63316 76 150 0 63748 0
Current children cumulated CPU time (s) 952.03
Current children cumulated vsize (KiB) 274560

[startup+957.603 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1130
/proc/meminfo: memFree=1431000/2055920 swapFree=4180000/4192956
[pid=1002] ppid=1000 vsize=13600 CPUtime=2.66
/proc/1002/stat : 1002 (sugar) S 1000 1002 32670 0 -1 4194304 1033 15643 0 2 3 1 250 12 16 0 1 0 259446090 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1002/statm: 3400 799 370 3 0 500 0
[pid=1025] ppid=1002 vsize=5356 CPUtime=0
/proc/1025/stat : 1025 (sh) S 1002 1002 32670 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 259446367 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1025/statm: 1339 232 193 169 0 50 0
[pid=1026] ppid=1025 vsize=0 CPUtime=950.17
/proc/1026/stat : 1026 (minisat) R 1025 1002 32670 0 -1 4194308 63341 0 0 0 94950 67 0 0 25 0 1 0 259446367 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/1026/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 952.83
Current children cumulated vsize (KiB) 18956

[startup+957.803 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1130
/proc/meminfo: memFree=1431000/2055920 swapFree=4180000/4192956
[pid=1002] ppid=1000 vsize=13600 CPUtime=952.85
/proc/1002/stat : 1002 (sugar) S 1000 1002 32670 0 -1 4194304 1090 79269 0 2 3 1 95201 80 16 0 1 0 259446090 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1002/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 952.85
Current children cumulated vsize (KiB) 13600

[startup+957.903 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1130
/proc/meminfo: memFree=1431000/2055920 swapFree=4180000/4192956
[pid=1002] ppid=1000 vsize=13600 CPUtime=952.85
/proc/1002/stat : 1002 (sugar) R 1000 1002 32670 0 -1 4194304 1090 79269 0 2 3 1 95201 80 15 0 1 0 259446090 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1002/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 952.85
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 957.989
CPU time (s): 953.226
CPU user time (s): 952.34
CPU system time (s): 0.885865
CPU usage (%): 99.5028
Max. virtual memory (cumulated for all children) (KiB): 887588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 952.34
system time used= 0.885865
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84431
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= 6055
involuntary context switches= 17603

runsolver used 0.857869 second user time and 2.6626 second system time

The end

Launcher Data (download as text)

Begin job on node81 at 2008-07-05 15:29:41
IDJOB=1092310
IDBENCH=58609
IDSOLVER=346
FILE ID=node81/1092310-1215264581
PBS_JOBID= 7882097
Free space on /tmp= 126816 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/bibd7/normalized-bibd-7-70-30-3-10_glb.xml
COMMAND LINE= DIR/sugar -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-1092310-1215264581/watcher-1092310-1215264581 -o /tmp/evaluation-result-1092310-1215264581/solver-1092310-1215264581 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1092310-1215264581.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 46fb9e666c4184793385bf9b834acfb0
RANDOM SEED=560299426

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1745800 kB
Buffers:         33480 kB
Cached:         193056 kB
SwapCached:       6228 kB
Active:         160472 kB
Inactive:        95140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1745800 kB
SwapTotal:     4192956 kB
SwapFree:      4180000 kB
Dirty:            1600 kB
Writeback:           0 kB
Mapped:          37360 kB
Slab:            40012 kB
Committed_AS:   613444 kB
PageTables:       1592 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126816 MiB
End job on node81 at 2008-07-05 15:45:40