Trace number 1115924

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+minisatMSAT (TO) 3600.09 3641.12

General information on the benchmark

Namemaxcsp/randomMaxCSP/completeTight/
normalized-vcsp-15-10-100-93-41_ext.xml
MD5SUM0a728393988d3d5af0217205b1631d20
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints72
Best CPU time to get the best result obtained on this benchmark10.7754
Satisfiable
(Un)Satisfiability was proved
Number of variables15
Number of constraints105
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension105
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Mon Jul 14 14:37:47 2008
0.00/0.05	c 0	PID 16994
0.00/0.05	c 0	HOST node78.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1115924-1216039066.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1115924-1216039066.xml' 'HOME/temp.csp'
0.04/0.30	c 0	1 domains, 15 variables, 0 predicates, 105 relations, 105 constraints
0.04/0.33	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.33	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.29/0.41	c 0	Parsing HOME/temp.csp
0.29/0.50	c 0	parsed 226 expressions
0.29/0.51	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.29/0.51	c 0	MAX CSP: 105 constraints
0.29/0.51	c 0	Converting to clausal form CSP
0.29/0.53	c 0	converted 34 (10%) expressions
0.29/0.54	c 0	converted 67 (20%) expressions
0.29/0.54	c 0	converted 101 (30%) expressions
0.29/0.55	c 0	converted 134 (40%) expressions
0.29/0.55	c 0	converted 167 (50%) expressions
0.29/0.55	c 0	converted 201 (60%) expressions
0.29/0.56	c 0	converted 234 (70%) expressions
0.29/0.57	c 0	converted 268 (80%) expressions
0.29/0.57	c 0	converted 301 (90%) expressions
0.29/0.68	c 0	converted 334 (100%) expressions
0.29/0.68	c 0	CSP : 225 integers, 0 booleans, 314 clauses, largest domain size 158
0.29/0.68	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.29/0.68	c 0	Propagation in CSP
0.29/0.78	c 0	101 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.29/0.78	c 0	CSP : 225 integers, 0 booleans, 314 clauses, largest domain size 106
0.29/0.78	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.29/0.78	c 0	Simplifing CSP by introducing new Boolean variables
0.29/0.78	c 1	CSP : 225 integers, 0 booleans, 314 clauses, largest domain size 106
0.29/0.78	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.29/0.80	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.29/0.81	c 1	23 (10%) CSP integer variables are encoded (120 clauses, 1192 bytes)
0.29/0.81	c 1	45 (20%) CSP integer variables are encoded (120 clauses, 1192 bytes)
0.29/0.81	c 1	68 (30%) CSP integer variables are encoded (120 clauses, 1192 bytes)
0.29/0.81	c 1	90 (40%) CSP integer variables are encoded (120 clauses, 1192 bytes)
0.29/0.81	c 1	113 (50%) CSP integer variables are encoded (120 clauses, 1192 bytes)
0.29/0.82	c 1	135 (60%) CSP integer variables are encoded (266 clauses, 2798 bytes)
0.29/0.82	c 1	158 (70%) CSP integer variables are encoded (353 clauses, 3755 bytes)
0.29/0.82	c 1	180 (80%) CSP integer variables are encoded (494 clauses, 5306 bytes)
0.29/0.84	c 1	203 (90%) CSP integer variables are encoded (1060 clauses, 12025 bytes)
0.29/0.84	c 1	225 (100%) CSP integer variables are encoded (1257 clauses, 14586 bytes)
0.29/0.88	c 1	32 (10%) CSP clauses are encoded (1686 clauses, 21068 bytes)
0.29/0.91	c 1	63 (20%) CSP clauses are encoded (2103 clauses, 27697 bytes)
0.29/0.94	c 1	95 (30%) CSP clauses are encoded (2537 clauses, 34679 bytes)
0.29/0.96	c 1	126 (40%) CSP clauses are encoded (2795 clauses, 38648 bytes)
0.29/0.99	c 1	157 (50%) CSP clauses are encoded (3636 clauses, 50796 bytes)
0.94/1.01	c 1	189 (60%) CSP clauses are encoded (3924 clauses, 54729 bytes)
0.94/1.02	c 1	220 (70%) CSP clauses are encoded (6107 clauses, 87361 bytes)
0.94/1.03	c 1	252 (80%) CSP clauses are encoded (9769 clauses, 141743 bytes)
0.94/1.04	c 1	283 (90%) CSP clauses are encoded (12850 clauses, 196651 bytes)
0.94/1.05	c 1	314 (100%) CSP clauses are encoded (18677 clauses, 301716 bytes)
0.94/1.05	c 1	314 CSP clauses encoded
0.94/1.05	c 1	Writing map file : HOME/temp.map
0.94/1.05	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.94/1.05	c 1	SAT : 1482 SAT variables, 18677 SAT clauses, 301716 bytes
0.94/1.05	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.94/1.07	c 1	OBJECTIVE minimize _COST
0.94/1.07	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
0.94/1.07	c 1	SEARCHING: _COST <= 53
0.94/1.07	c 1	SOLVING HOME/temp.cnf
0.94/1.07	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.94/1.08	c 1	This is MiniSat 2.0 beta
0.94/1.08	c 1	WARNING: for repeatability, setting FPU to use double precision
0.94/1.08	c 1	============================[ Problem Statistics ]=============================
0.94/1.08	c 1	|                                                                             |
0.94/1.08	c 1	|  Number of variables:  1482                                                 |
0.94/1.08	c 1	|  Number of clauses:    18678                                                |
0.94/1.09	c 1	|  Parsing time:         0.01         s                                       |
0.94/1.09	c 1	============================[ Search Statistics ]==============================
0.94/1.09	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.94/1.09	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.94/1.09	c 1	===============================================================================
0.94/1.09	c 1	|         0 |    1118    12709    36177 |     4236        0    nan |  0.000 % |
0.94/1.10	c 1	|       101 |    1116    12709    36177 |     4659      100     17 | 25.101 % |
1.02/1.11	c 1	|       251 |    1116    12709    36177 |     5125      250     15 | 25.101 % |
1.02/1.12	c 1	|       476 |    1110    12628    35963 |     5638      475     13 | 25.105 % |
1.02/1.14	c 1	|       813 |    1099    12460    35498 |     6202      808     13 | 25.844 % |
1.02/1.16	c 1	|      1320 |    1099    12460    35498 |     6822     1315     13 | 25.845 % |
1.02/1.21	c 1	|      2081 |    1099    12460    35498 |     7504     2076     14 | 25.844 % |
1.02/1.29	c 1	|      3220 |    1099    12460    35498 |     8255     3215     15 | 25.845 % |
1.02/1.42	c 1	|      4928 |    1099    12460    35498 |     9080     4923     15 | 25.847 % |
1.02/1.66	c 1	|      7490 |    1099    12460    35498 |     9989     7485     15 | 25.847 % |
1.02/2.04	c 2	|     11337 |    1099    12460    35498 |    10987     5982     14 | 25.847 % |
2.42/2.56	c 2	|     17103 |    1099    12460    35498 |    12086    11748     15 | 25.847 % |
3.42/3.56	c 3	|     25753 |    1099    12460    35498 |    13295     7506     14 | 25.846 % |
4.92/5.08	c 5	|     38729 |    1099    12460    35498 |    14624    13484     15 | 25.846 % |
7.32/7.45	c 7	|     58192 |    1099    12460    35498 |    16087     9692     15 | 25.845 % |
11.28/11.46	c 11	|     87384 |    1099    12460    35498 |    17696    13510     15 | 25.846 % |
17.68/17.85	c 18	|    131176 |    1099    12460    35498 |    19465    10954     15 | 25.846 % |
27.77/27.93	c 28	|    196860 |    1099    12460    35498 |    21412    15738     15 | 25.846 % |
43.86/44.01	c 44	|    295386 |    1099    12460    35498 |    23553    14389     18 | 25.844 % |
69.96/70.12	c 70	|    443179 |    1099    12460    35498 |    25909    15989     14 | 25.851 % |
111.04/111.21	c 111	|    664863 |    1097    12427    35391 |    28499    23454     18 | 25.979 % |
176.51/176.78	c 177	|    997388 |    1097    12427    35391 |    31349    17813     17 | 25.981 % |
279.26/279.54	c 279	|   1496176 |    1058    11901    33865 |    34484    22955     15 | 28.612 % |
288.06/288.34	c 288	===============================================================================
288.06/288.34	c 288	restarts              : 23
288.06/288.34	c 288	conflicts             : 1544443        (5380 /sec)
288.06/288.34	c 288	decisions             : 2012829        (0.83 % random) (7012 /sec)
288.06/288.34	c 288	propagations          : 192822219      (671690 /sec)
288.06/288.34	c 288	conflict literals     : 27844287       (39.75 % deleted)
288.06/288.34	c 288	Memory used           : 10.81 MB
288.06/288.34	c 288	CPU time              : 287.07 s
288.06/288.34	c 288	
288.06/288.34	c 288	UNSATISFIABLE
288.06/288.35	c 288	NOT FOUND: _COST <= 53
288.06/288.35	c 288	OBJECTIVE BOUND: 54 <= _COST <= 
288.06/288.35	c 288	SEARCHING: _COST <= 80
288.06/288.35	c 288	SOLVING HOME/temp.cnf
288.06/288.35	c 288	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
288.06/288.35	c 288	This is MiniSat 2.0 beta
288.06/288.35	c 288	WARNING: for repeatability, setting FPU to use double precision
288.06/288.35	c 288	============================[ Problem Statistics ]=============================
288.06/288.35	c 288	|                                                                             |
288.06/288.35	c 288	|  Number of variables:  1482                                                 |
288.06/288.35	c 288	|  Number of clauses:    18678                                                |
288.06/288.36	c 288	|  Parsing time:         0.01         s                                       |
288.06/288.36	c 288	============================[ Search Statistics ]==============================
288.06/288.36	c 288	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
288.06/288.36	c 288	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
288.06/288.36	c 288	===============================================================================
288.06/288.36	c 288	|         0 |    1307    16030    45626 |     5343        0    nan |  0.000 % |
288.06/288.37	c 288	|       100 |    1305    16030    45626 |     5877       99     20 | 12.348 % |
288.06/288.38	c 288	|       251 |    1305    16030    45626 |     6465      250     19 | 12.348 % |
288.06/288.39	c 288	|       477 |    1305    16030    45626 |     7111      476     18 | 12.348 % |
288.14/288.41	c 288	|       816 |    1299    15949    45412 |     7823      815     18 | 12.349 % |
288.14/288.44	c 288	|      1322 |    1299    15949    45412 |     8605     1321     17 | 12.349 % |
288.14/288.49	c 288	|      2081 |    1299    15949    45412 |     9466     2080     17 | 12.349 % |
288.14/288.55	c 288	|      3221 |    1299    15949    45412 |    10412     3220     15 | 12.355 % |
288.14/288.67	c 288	|      4930 |    1299    15949    45412 |    11453     4929     15 | 12.352 % |
288.14/288.85	c 289	|      7492 |    1299    15949    45412 |    12599     7491     20 | 12.350 % |
288.97/289.24	c 289	|     11337 |    1299    15949    45412 |    13859    11336     23 | 12.349 % |
289.66/289.94	c 290	|     17104 |    1299    15949    45412 |    15245     9641     25 | 12.348 % |
290.85/291.17	c 291	|     25754 |    1299    15949    45412 |    16769    10124     24 | 12.348 % |
292.72/293.08	c 293	|     38728 |    1299    15949    45412 |    18446    14229     26 | 12.349 % |
295.98/296.32	c 296	|     58189 |    1299    15949    45412 |    20291    14203     26 | 12.348 % |
301.31/301.73	c 301	|     87381 |    1299    15949    45412 |    22320    11531     23 | 12.349 % |
308.92/309.43	c 309	|    131172 |    1299    15949    45412 |    24552    20091     28 | 12.349 % |
321.17/321.80	c 322	===============================================================================
321.17/321.80	c 322	restarts              : 17
321.17/321.80	c 322	conflicts             : 186576         (5649 /sec)
321.17/321.80	c 322	decisions             : 224882         (0.50 % random) (6809 /sec)
321.17/321.80	c 322	propagations          : 19321390       (585001 /sec)
321.17/321.80	c 322	conflict literals     : 5105805        (29.08 % deleted)
321.17/321.80	c 322	Memory used           : 7.96 MB
321.17/321.80	c 322	CPU time              : 33.028 s
321.17/321.80	c 322	
321.17/321.80	c 322	SATISFIABLE
321.17/321.80	c 322	FOUND: _COST <= 80
321.17/321.80	s SATISFIABLE
321.17/321.80	c 322	DECODING HOME/temp.out WITH HOME/temp.map
321.17/321.80	c 322	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
321.17/321.89	c 322	Decoding HOME/temp.out
321.19/321.92	c 322	OBJECTIVE _COST 80
321.19/321.92	o 80
321.19/321.92	v 7 7 8 3 3 1 9 5 7 5 8 8 8 1 3
321.19/321.93	c 322	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
321.19/321.98	c 322	OBJECTIVE BOUND: 54 <= _COST <= 80
321.19/321.98	c 322	SEARCHING: _COST <= 67
321.19/321.98	c 322	SOLVING HOME/temp.cnf
321.19/321.98	c 322	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
321.19/321.98	c 322	This is MiniSat 2.0 beta
321.19/321.98	c 322	WARNING: for repeatability, setting FPU to use double precision
321.19/321.98	c 322	============================[ Problem Statistics ]=============================
321.19/321.98	c 322	|                                                                             |
321.19/321.98	c 322	|  Number of variables:  1482                                                 |
321.19/321.98	c 322	|  Number of clauses:    18678                                                |
321.19/321.99	c 322	|  Parsing time:         0.01         s                                       |
321.19/321.99	c 322	============================[ Search Statistics ]==============================
321.19/321.99	c 322	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
321.19/321.99	c 322	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
321.19/321.99	c 322	===============================================================================
321.19/321.99	c 322	|         0 |    1216    14431    41077 |     4810        0    nan |  0.000 % |
321.32/322.00	c 322	|       100 |    1214    14431    41077 |     5291       99     15 | 18.489 % |
321.32/322.01	c 322	|       250 |    1214    14431    41077 |     5820      249     13 | 18.490 % |
321.32/322.02	c 322	|       475 |    1214    14431    41077 |     6402      474     13 | 18.490 % |
321.32/322.04	c 322	|       812 |    1208    14350    40863 |     7042      811     14 | 18.489 % |
321.32/322.06	c 322	|      1319 |    1208    14350    40863 |     7747     1318     15 | 18.489 % |
321.32/322.11	c 322	|      2080 |    1208    14350    40863 |     8521     2079     15 | 18.489 % |
321.32/322.19	c 322	|      3220 |    1208    14350    40863 |     9373     3219     15 | 18.492 % |
321.62/322.32	c 322	|      4928 |    1208    14350    40863 |    10311     4927     16 | 18.496 % |
321.81/322.55	c 322	|      7491 |    1208    14350    40863 |    11342     7490     16 | 18.489 % |
322.21/322.90	c 323	|     11336 |    1208    14350    40863 |    12476    11335     16 | 18.489 % |
322.80/323.54	c 323	|     17102 |    1208    14350    40863 |    13724    10431     17 | 18.489 % |
323.88/324.60	c 324	|     25751 |    1208    14350    40863 |    15096    11789     17 | 18.489 % |
325.37/326.13	c 326	|     38725 |    1208    14350    40863 |    16606     8633     26 | 18.489 % |
328.23/329.03	c 329	|     58186 |    1208    14350    40863 |    18267    10604     20 | 18.489 % |
333.17/334.09	c 334	|     87379 |    1208    14350    40863 |    20093    11083     19 | 18.489 % |
341.56/342.58	c 342	|    131168 |    1208    14350    40863 |    22103    12903     21 | 18.489 % |
353.82/354.99	c 355	|    196852 |    1208    14350    40863 |    24313    20878     20 | 18.492 % |
375.26/376.63	c 376	|    295378 |    1208    14350    40863 |    26745    18569     22 | 18.491 % |
411.22/413.01	c 413	|    443167 |    1208    14350    40863 |    29419    27614     21 | 18.491 % |
468.41/470.93	c 471	|    664850 |    1208    14350    40863 |    32361    26939     21 | 18.492 % |
559.39/563.00	c 563	|    997377 |    1208    14350    40863 |    35597    23130     20 | 18.492 % |
697.09/702.45	c 702	|   1496165 |    1208    14350    40863 |    39157    25086     22 | 18.492 % |
920.35/928.47	c 928	|   2244347 |    1208    14350    40863 |    43073    19727     23 | 18.499 % |
1274.19/1286.61	c 1286	|   3366622 |    1208    14350    40863 |    47380    21765     20 | 18.489 % |
1874.99/1894.81	c 1895	|   5050034 |    1208    14350    40863 |    52118    34271     24 | 18.490 % |
2850.55/2882.46	c 2882	|   7575151 |    1208    14350    40863 |    57330    52071     22 | 18.491 % |
3600.05/3641.11	sh: line 1: 17067 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
3600.05/3641.11	c ERROR unknown output  in HOME/temp.out
3600.05/3641.11	c 3641	CPU 3599.82 (0.04 0.01 3599.78 0.24)
3600.05/3641.11	c 3641	END Mon Jul 14 15:38:28 2008

Verifier Data (download as text)

OK	77	28
77 unsatisfied constraints, 28 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-1115924-1216039066/watcher-1115924-1216039066 -o /tmp/evaluation-result-1115924-1216039066/solver-1115924-1216039066 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1115924-1216039066.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: 3.11 3.18 3.18 4/92 16994
/proc/meminfo: memFree=1819168/2055912 swapFree=4159820/4192956
[pid=16994] ppid=16992 vsize=12268 CPUtime=0
/proc/16994/stat : 16994 (sugar) R 16992 16994 16550 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 60603284 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 255373048421 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/16994/statm: 3067 316 241 3 0 167 0

[startup+0.030096 s]
/proc/loadavg: 3.11 3.18 3.18 4/92 16994
/proc/meminfo: memFree=1819168/2055912 swapFree=4159820/4192956
[pid=16994] ppid=16992 vsize=12676 CPUtime=0
/proc/16994/stat : 16994 (sugar) D 16992 16994 16550 0 -1 4194304 531 0 0 0 0 0 0 0 18 0 1 0 60603284 12980224 499 996147200 4194304 4206940 548682068592 18446744073709551615 255373048421 0 2147483391 4224 0 18446744072099937270 0 0 17 1 0 0
/proc/16994/statm: 3169 499 315 3 0 269 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12676

[startup+0.10151 s]
/proc/loadavg: 3.11 3.18 3.18 4/92 16994
/proc/meminfo: memFree=1819168/2055912 swapFree=4159820/4192956
[pid=16994] ppid=16992 vsize=13600 CPUtime=0.04
/proc/16994/stat : 16994 (sugar) S 16992 16994 16550 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 60603284 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16994/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301528 s]
/proc/loadavg: 3.11 3.18 3.18 4/92 16994
/proc/meminfo: memFree=1819168/2055912 swapFree=4159820/4192956
[pid=16994] ppid=16992 vsize=13600 CPUtime=0.04
/proc/16994/stat : 16994 (sugar) S 16992 16994 16550 0 -1 4194304 916 127 0 0 3 1 0 0 15 0 1 0 60603284 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16994/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701567 s]
/proc/loadavg: 3.11 3.18 3.18 4/92 16994
/proc/meminfo: memFree=1819168/2055912 swapFree=4159820/4192956
[pid=16994] ppid=16992 vsize=13600 CPUtime=0.29
/proc/16994/stat : 16994 (sugar) S 16992 16994 16550 0 -1 4194304 974 4286 0 1 3 1 22 3 15 0 1 0 60603284 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16994/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13600

[startup+1.50165 s]
/proc/loadavg: 3.11 3.18 3.18 3/103 17016
/proc/meminfo: memFree=1794752/2055912 swapFree=4159820/4192956
[pid=16994] ppid=16992 vsize=13600 CPUtime=1.02
/proc/16994/stat : 16994 (sugar) S 16992 16994 16550 0 -1 4194304 1055 9673 0 2 3 1 91 7 15 0 1 0 60603284 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16994/statm: 3400 804 374 3 0 500 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 13600

[startup+3.10283 s]
/proc/loadavg: 3.11 3.18 3.18 3/98 17024
/proc/meminfo: memFree=1807776/2055912 swapFree=4159820/4192956
[pid=16994] ppid=16992 vsize=13600 CPUtime=1.02
/proc/16994/stat : 16994 (sugar) S 16992 16994 16550 0 -1 4194304 1055 9673 0 2 3 1 91 7 15 0 1 0 60603284 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16994/statm: 3400 804 374 3 0 500 0
[pid=17017] ppid=16994 vsize=5356 CPUtime=0
/proc/17017/stat : 17017 (sh) S 16994 16994 16550 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60603392 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17017/statm: 1339 232 193 169 0 50 0
[pid=17018] ppid=17017 vsize=3828 CPUtime=2
/proc/17018/stat : 17018 (minisat) R 17017 16994 16550 0 -1 4194304 690 0 0 0 200 0 0 0 25 0 1 0 60603392 3919872 676 996147200 134512640 135127466 4294956256 18446744073709551615 134521827 0 0 4096 3 0 0 0 17 0 0 0
/proc/17018/statm: 957 676 75 150 0 804 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 22784

[startup+6.30116 s]
/proc/loadavg: 3.02 3.16 3.18 3/98 17024
/proc/meminfo: memFree=1806944/2055912 swapFree=4159820/4192956
[pid=16994] ppid=16992 vsize=13600 CPUtime=1.02
/proc/16994/stat : 16994 (sugar) S 16992 16994 16550 0 -1 4194304 1055 9673 0 2 3 1 91 7 16 0 1 0 60603284 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16994/statm: 3400 804 374 3 0 500 0
[pid=17017] ppid=16994 vsize=5356 CPUtime=0
/proc/17017/stat : 17017 (sh) S 16994 16994 16550 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60603392 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17017/statm: 1339 232 193 169 0 50 0
[pid=17018] ppid=17017 vsize=4356 CPUtime=5.2
/proc/17018/stat : 17018 (minisat) R 17017 16994 16550 0 -1 4194304 811 0 0 0 520 0 0 0 25 0 1 0 60603392 4460544 797 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 0 0 0
/proc/17018/statm: 1089 797 75 150 0 936 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 23312

[startup+12.7028 s]
/proc/loadavg: 2.94 3.14 3.17 3/109 17053
/proc/meminfo: memFree=1818440/2055912 swapFree=4159820/4192956
[pid=16994] ppid=16992 vsize=13600 CPUtime=1.02
/proc/16994/stat : 16994 (sugar) S 16992 16994 16550 0 -1 4194304 1055 9673 0 2 3 1 91 7 16 0 1 0 60603284 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16994/statm: 3400 804 374 3 0 500 0
[pid=17017] ppid=16994 vsize=5356 CPUtime=0
/proc/17017/stat : 17017 (sh) S 16994 16994 16550 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60603392 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17017/statm: 1339 232 193 169 0 50 0
[pid=17018] ppid=17017 vsize=4984 CPUtime=11.56
/proc/17018/stat : 17018 (minisat) R 17017 16994 16550 0 -1 4194304 950 0 0 0 1155 1 0 0 25 0 1 0 60603392 5103616 936 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/17018/statm: 1246 936 75 150 0 1093 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 23940

[startup+25.5012 s]
/proc/loadavg: 2.73 3.08 3.15 3/109 17053
/proc/meminfo: memFree=1817480/2055912 swapFree=4159820/4192956
[pid=16994] ppid=16992 vsize=13600 CPUtime=1.02
/proc/16994/stat : 16994 (sugar) S 16992 16994 16550 0 -1 4194304 1055 9673 0 2 3 1 91 7 16 0 1 0 60603284 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16994/statm: 3400 804 374 3 0 500 0
[pid=17017] ppid=16994 vsize=5356 CPUtime=0
/proc/17017/stat : 17017 (sh) S 16994 16994 16550 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60603392 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17017/statm: 1339 232 193 169 0 50 0
[pid=17018] ppid=17017 vsize=5828 CPUtime=24.36
/proc/17018/stat : 17018 (minisat) R 17017 16994 16550 0 -1 4194304 1156 0 0 0 2435 1 0 0 25 0 1 0 60603392 5967872 1142 996147200 134512640 135127466 4294956256 18446744073709551615 134530938 0 0 4096 3 0 0 0 17 0 0 0
/proc/17018/statm: 1457 1142 75 150 0 1304 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 24784

[startup+51.1018 s]
/proc/loadavg: 2.48 2.99 3.12 3/109 17053
/proc/meminfo: memFree=1816520/2055912 swapFree=4159820/4192956
[pid=16994] ppid=16992 vsize=13600 CPUtime=1.02
/proc/16994/stat : 16994 (sugar) S 16992 16994 16550 0 -1 4194304 1055 9673 0 2 3 1 91 7 16 0 1 0 60603284 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16994/statm: 3400 804 374 3 0 500 0
[pid=17017] ppid=16994 vsize=5356 CPUtime=0
/proc/17017/stat : 17017 (sh) S 16994 16994 16550 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60603392 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17017/statm: 1339 232 193 169 0 50 0
[pid=17018] ppid=17017 vsize=6800 CPUtime=49.94
/proc/17018/stat : 17018 (minisat) R 17017 16994 16550 0 -1 4194304 1391 0 0 0 4992 2 0 0 25 0 1 0 60603392 6963200 1377 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17018/statm: 1700 1377 75 150 0 1547 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 25756

[startup+102.308 s]
/proc/loadavg: 2.21 2.84 3.06 3/109 17053
/proc/meminfo: memFree=1814984/2055912 swapFree=4159820/4192956
[pid=16994] ppid=16992 vsize=13600 CPUtime=1.02
/proc/16994/stat : 16994 (sugar) S 16992 16994 16550 0 -1 4194304 1055 9673 0 2 3 1 91 7 16 0 1 0 60603284 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16994/statm: 3400 804 374 3 0 500 0
[pid=17017] ppid=16994 vsize=5356 CPUtime=0
/proc/17017/stat : 17017 (sh) S 16994 16994 16550 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60603392 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17017/statm: 1339 232 193 169 0 50 0
[pid=17018] ppid=17017 vsize=8212 CPUtime=101.13
/proc/17018/stat : 17018 (minisat) R 17017 16994 16550 0 -1 4194304 1738 0 0 0 10111 2 0 0 25 0 1 0 60603392 8409088 1724 996147200 134512640 135127466 4294956256 18446744073709551615 134527909 0 0 4096 3 0 0 0 17 0 0 0
/proc/17018/statm: 2053 1724 75 150 0 1900 0
Current children cumulated CPU time (s) 102.15
Current children cumulated vsize (KiB) 27168

[startup+162.301 s]
/proc/loadavg: 2.07 2.68 2.99 3/109 17053
/proc/meminfo: memFree=1813512/2055912 swapFree=4159820/4192956
[pid=16994] ppid=16992 vsize=13600 CPUtime=1.02
/proc/16994/stat : 16994 (sugar) S 16992 16994 16550 0 -1 4194304 1055 9673 0 2 3 1 91 7 16 0 1 0 60603284 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16994/statm: 3400 804 374 3 0 500 0
[pid=17017] ppid=16994 vsize=5356 CPUtime=0
/proc/17017/stat : 17017 (sh) S 16994 16994 16550 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60603392 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17017/statm: 1339 232 193 169 0 50 0
[pid=17018] ppid=17017 vsize=9432 CPUtime=161.09
/proc/17018/stat : 17018 (minisat) R 17017 16994 16550 0 -1 4194304 2008 0 0 0 16107 2 0 0 25 0 1 0 60603392 9658368 1994 996147200 134512640 135127466 4294956256 18446744073709551615 134530759 0 0 4096 3 0 0 0 17 0 0 0
/proc/17018/statm: 2358 1994 75 150 0 2205 0
Current children cumulated CPU time (s) 162.11
Current children cumulated vsize (KiB) 28388

[startup+222.302 s]
/proc/loadavg: 2.02 2.56 2.92 3/109 17053
/proc/meminfo: memFree=1812936/2055912 swapFree=4159820/4192956
[pid=16994] ppid=16992 vsize=13600 CPUtime=1.02
/proc/16994/stat : 16994 (sugar) S 16992 16994 16550 0 -1 4194304 1055 9673 0 2 3 1 91 7 16 0 1 0 60603284 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16994/statm: 3400 804 374 3 0 500 0
[pid=17017] ppid=16994 vsize=5356 CPUtime=0
/proc/17017/stat : 17017 (sh) S 16994 16994 16550 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60603392 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17017/statm: 1339 232 193 169 0 50 0
[pid=17018] ppid=17017 vsize=10004 CPUtime=221.07
/proc/17018/stat : 17018 (minisat) R 17017 16994 16550 0 -1 4194304 2157 0 0 0 22105 2 0 0 25 0 1 0 60603392 10244096 2143 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17018/statm: 2501 2143 75 150 0 2348 0
Current children cumulated CPU time (s) 222.09
Current children cumulated vsize (KiB) 28960

[startup+282.301 s]
/proc/loadavg: 2.01 2.45 2.86 3/109 17053
/proc/meminfo: memFree=1811976/2055912 swapFree=4159820/4192956
[pid=16994] ppid=16992 vsize=13600 CPUtime=1.02
/proc/16994/stat : 16994 (sugar) S 16992 16994 16550 0 -1 4194304 1055 9673 0 2 3 1 91 7 16 0 1 0 60603284 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16994/statm: 3400 804 374 3 0 500 0
[pid=17017] ppid=16994 vsize=5356 CPUtime=0
/proc/17017/stat : 17017 (sh) S 16994 16994 16550 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60603392 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17017/statm: 1339 232 193 169 0 50 0
[pid=17018] ppid=17017 vsize=11068 CPUtime=281.04
/proc/17018/stat : 17018 (minisat) R 17017 16994 16550 0 -1 4194304 2410 0 0 0 28102 2 0 0 25 0 1 0 60603392 11333632 2396 996147200 134512640 135127466 4294956256 18446744073709551615 134530759 0 0 4096 3 0 0 0 17 0 0 0
/proc/17018/statm: 2767 2396 75 150 0 2614 0
Current children cumulated CPU time (s) 282.06
Current children cumulated vsize (KiB) 30024


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

[pid=16994] ppid=16992 vsize=13600 CPUtime=321.33
/proc/16994/stat : 16994 (sugar) S 16992 16994 16550 0 -1 4194304 1228 18124 0 3 4 1 32113 15 16 0 1 0 60603284 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16994/statm: 3400 805 374 3 0 500 0
[pid=17066] ppid=16994 vsize=5356 CPUtime=0
/proc/17066/stat : 17066 (sh) S 16994 16994 16550 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60635482 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17066/statm: 1339 232 193 169 0 50 0
[pid=17067] ppid=17066 vsize=27804 CPUtime=2746.44
/proc/17067/stat : 17067 (minisat) R 17066 16994 16550 0 -1 4194304 6362 0 0 0 274638 6 0 0 25 0 1 0 60635483 28471296 6348 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17067/statm: 6951 6348 75 150 0 6798 0
Current children cumulated CPU time (s) 3067.77
Current children cumulated vsize (KiB) 46760

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/109 17075
/proc/meminfo: memFree=1793352/2055912 swapFree=4159820/4192956
[pid=16994] ppid=16992 vsize=13600 CPUtime=321.33
/proc/16994/stat : 16994 (sugar) S 16992 16994 16550 0 -1 4194304 1228 18124 0 3 4 1 32113 15 16 0 1 0 60603284 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16994/statm: 3400 805 374 3 0 500 0
[pid=17066] ppid=16994 vsize=5356 CPUtime=0
/proc/17066/stat : 17066 (sh) S 16994 16994 16550 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60635482 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17066/statm: 1339 232 193 169 0 50 0
[pid=17067] ppid=17066 vsize=28092 CPUtime=2805.72
/proc/17067/stat : 17067 (minisat) R 17066 16994 16550 0 -1 4194304 6449 0 0 0 280566 6 0 0 25 0 1 0 60635483 28766208 6435 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17067/statm: 7023 6435 75 150 0 6870 0
Current children cumulated CPU time (s) 3127.05
Current children cumulated vsize (KiB) 47048

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/109 17075
/proc/meminfo: memFree=1793096/2055912 swapFree=4159820/4192956
[pid=16994] ppid=16992 vsize=13600 CPUtime=321.33
/proc/16994/stat : 16994 (sugar) S 16992 16994 16550 0 -1 4194304 1228 18124 0 3 4 1 32113 15 16 0 1 0 60603284 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16994/statm: 3400 805 374 3 0 500 0
[pid=17066] ppid=16994 vsize=5356 CPUtime=0
/proc/17066/stat : 17066 (sh) S 16994 16994 16550 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60635482 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17066/statm: 1339 232 193 169 0 50 0
[pid=17067] ppid=17066 vsize=28400 CPUtime=2864.98
/proc/17067/stat : 17067 (minisat) R 17066 16994 16550 0 -1 4194304 6497 0 0 0 286492 6 0 0 25 0 1 0 60635483 29081600 6483 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/17067/statm: 7100 6483 75 150 0 6947 0
Current children cumulated CPU time (s) 3186.31
Current children cumulated vsize (KiB) 47356

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/109 17075
/proc/meminfo: memFree=1792840/2055912 swapFree=4159820/4192956
[pid=16994] ppid=16992 vsize=13600 CPUtime=321.33
/proc/16994/stat : 16994 (sugar) S 16992 16994 16550 0 -1 4194304 1228 18124 0 3 4 1 32113 15 16 0 1 0 60603284 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16994/statm: 3400 805 374 3 0 500 0
[pid=17066] ppid=16994 vsize=5356 CPUtime=0
/proc/17066/stat : 17066 (sh) S 16994 16994 16550 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60635482 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17066/statm: 1339 232 193 169 0 50 0
[pid=17067] ppid=17066 vsize=28568 CPUtime=2924.27
/proc/17067/stat : 17067 (minisat) R 17066 16994 16550 0 -1 4194304 6550 0 0 0 292420 7 0 0 25 0 1 0 60635483 29253632 6536 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17067/statm: 7142 6536 75 150 0 6989 0
Current children cumulated CPU time (s) 3245.6
Current children cumulated vsize (KiB) 47524

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/109 17075
/proc/meminfo: memFree=1792648/2055912 swapFree=4159820/4192956
[pid=16994] ppid=16992 vsize=13600 CPUtime=321.33
/proc/16994/stat : 16994 (sugar) S 16992 16994 16550 0 -1 4194304 1228 18124 0 3 4 1 32113 15 16 0 1 0 60603284 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16994/statm: 3400 805 374 3 0 500 0
[pid=17066] ppid=16994 vsize=5356 CPUtime=0
/proc/17066/stat : 17066 (sh) S 16994 16994 16550 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60635482 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17066/statm: 1339 232 193 169 0 50 0
[pid=17067] ppid=17066 vsize=28756 CPUtime=2983.53
/proc/17067/stat : 17067 (minisat) R 17066 16994 16550 0 -1 4194304 6597 0 0 0 298346 7 0 0 25 0 1 0 60635483 29446144 6583 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17067/statm: 7189 6583 75 150 0 7036 0
Current children cumulated CPU time (s) 3304.86
Current children cumulated vsize (KiB) 47712

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/109 17075
/proc/meminfo: memFree=1792520/2055912 swapFree=4159820/4192956
[pid=16994] ppid=16992 vsize=13600 CPUtime=321.33
/proc/16994/stat : 16994 (sugar) S 16992 16994 16550 0 -1 4194304 1228 18124 0 3 4 1 32113 15 16 0 1 0 60603284 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16994/statm: 3400 805 374 3 0 500 0
[pid=17066] ppid=16994 vsize=5356 CPUtime=0
/proc/17066/stat : 17066 (sh) S 16994 16994 16550 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60635482 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17066/statm: 1339 232 193 169 0 50 0
[pid=17067] ppid=17066 vsize=28900 CPUtime=3042.8
/proc/17067/stat : 17067 (minisat) R 17066 16994 16550 0 -1 4194304 6612 0 0 0 304273 7 0 0 25 0 1 0 60635483 29593600 6598 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17067/statm: 7225 6598 75 150 0 7072 0
Current children cumulated CPU time (s) 3364.13
Current children cumulated vsize (KiB) 47856

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/109 17075
/proc/meminfo: memFree=1792136/2055912 swapFree=4159820/4192956
[pid=16994] ppid=16992 vsize=13600 CPUtime=321.33
/proc/16994/stat : 16994 (sugar) S 16992 16994 16550 0 -1 4194304 1228 18124 0 3 4 1 32113 15 16 0 1 0 60603284 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16994/statm: 3400 805 374 3 0 500 0
[pid=17066] ppid=16994 vsize=5356 CPUtime=0
/proc/17066/stat : 17066 (sh) S 16994 16994 16550 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60635482 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17066/statm: 1339 232 193 169 0 50 0
[pid=17067] ppid=17066 vsize=29076 CPUtime=3102.08
/proc/17067/stat : 17067 (minisat) R 17066 16994 16550 0 -1 4194304 6651 0 0 0 310201 7 0 0 25 0 1 0 60635483 29773824 6637 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17067/statm: 7269 6637 75 150 0 7116 0
Current children cumulated CPU time (s) 3423.41
Current children cumulated vsize (KiB) 48032

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/109 17075
/proc/meminfo: memFree=1792008/2055912 swapFree=4159820/4192956
[pid=16994] ppid=16992 vsize=13600 CPUtime=321.33
/proc/16994/stat : 16994 (sugar) S 16992 16994 16550 0 -1 4194304 1228 18124 0 3 4 1 32113 15 16 0 1 0 60603284 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16994/statm: 3400 805 374 3 0 500 0
[pid=17066] ppid=16994 vsize=5356 CPUtime=0
/proc/17066/stat : 17066 (sh) S 16994 16994 16550 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60635482 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17066/statm: 1339 232 193 169 0 50 0
[pid=17067] ppid=17066 vsize=29252 CPUtime=3161.33
/proc/17067/stat : 17067 (minisat) R 17066 16994 16550 0 -1 4194304 6682 0 0 0 316126 7 0 0 25 0 1 0 60635483 29954048 6668 996147200 134512640 135127466 4294956256 18446744073709551615 134530768 0 0 4096 3 0 0 0 17 1 0 0
/proc/17067/statm: 7313 6668 75 150 0 7160 0
Current children cumulated CPU time (s) 3482.66
Current children cumulated vsize (KiB) 48208

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/109 17075
/proc/meminfo: memFree=1791816/2055912 swapFree=4159820/4192956
[pid=16994] ppid=16992 vsize=13600 CPUtime=321.33
/proc/16994/stat : 16994 (sugar) S 16992 16994 16550 0 -1 4194304 1228 18124 0 3 4 1 32113 15 16 0 1 0 60603284 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16994/statm: 3400 805 374 3 0 500 0
[pid=17066] ppid=16994 vsize=5356 CPUtime=0
/proc/17066/stat : 17066 (sh) S 16994 16994 16550 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60635482 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17066/statm: 1339 232 193 169 0 50 0
[pid=17067] ppid=17066 vsize=29252 CPUtime=3220.61
/proc/17067/stat : 17067 (minisat) R 17066 16994 16550 0 -1 4194304 6683 0 0 0 322054 7 0 0 25 0 1 0 60635483 29954048 6669 996147200 134512640 135127466 4294956256 18446744073709551615 134528091 0 0 4096 3 0 0 0 17 1 0 0
/proc/17067/statm: 7313 6669 75 150 0 7160 0
Current children cumulated CPU time (s) 3541.94
Current children cumulated vsize (KiB) 48208



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3641.1 s]
/proc/loadavg: 1.95 1.98 1.99 3/109 17178
/proc/meminfo: memFree=1792008/2055912 swapFree=4159820/4192956
[pid=16994] ppid=16992 vsize=13600 CPUtime=321.33
/proc/16994/stat : 16994 (sugar) S 16992 16994 16550 0 -1 4194304 1228 18124 0 3 4 1 32113 15 16 0 1 0 60603284 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16994/statm: 3400 805 374 3 0 500 0
[pid=17066] ppid=16994 vsize=5356 CPUtime=0
/proc/17066/stat : 17066 (sh) S 16994 16994 16550 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60635482 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17066/statm: 1339 232 193 169 0 50 0
[pid=17067] ppid=17066 vsize=29252 CPUtime=3278.72
/proc/17067/stat : 17067 (minisat) R 17066 16994 16550 0 -1 4194304 6705 0 0 0 327864 8 0 0 25 0 1 0 60635483 29954048 6691 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/17067/statm: 7313 6691 75 150 0 7160 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 48208

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

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

[startup+3641.1 s]
/proc/loadavg: 1.95 1.98 1.99 3/109 17178
/proc/meminfo: memFree=1792008/2055912 swapFree=4159820/4192956
[pid=16994] ppid=16992 vsize=13600 CPUtime=321.33
/proc/16994/stat : 16994 (sugar) S 16992 16994 16550 0 -1 4194304 1228 18124 0 3 4 1 32113 15 16 0 1 0 60603284 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16994/statm: 3400 805 374 3 0 500 0
[pid=17066] ppid=16994 vsize=5356 CPUtime=0
/proc/17066/stat : 17066 (sh) S 16994 16994 16550 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60635482 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17066/statm: 1339 232 193 169 0 50 0
[pid=17067] ppid=17066 vsize=29252 CPUtime=3278.72
/proc/17067/stat : 17067 (minisat) R 17066 16994 16550 0 -1 4194304 6705 0 0 0 327864 8 0 0 25 0 1 0 60635483 29954048 6691 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/17067/statm: 7313 6691 75 150 0 7160 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 48208

Child status: 0
Real time (s): 3641.12
CPU time (s): 3600.09
CPU user time (s): 3599.83
CPU system time (s): 0.263959
CPU usage (%): 98.8734
Max. virtual memory (cumulated for all children) (KiB): 883236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.83
system time used= 0.263959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26415
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= 871
involuntary context switches= 136298

runsolver used 5.54416 second user time and 14.5908 second system time

The end

Launcher Data (download as text)

Begin job on node78 at 2008-07-14 14:37:47
IDJOB=1115924
IDBENCH=61930
IDSOLVER=368
FILE ID=node78/1115924-1216039066
PBS_JOBID= 7904792
Free space on /tmp= 126628 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/randomMaxCSP/completeTight/normalized-vcsp-15-10-100-93-41_ext.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1115924-1216039066/watcher-1115924-1216039066 -o /tmp/evaluation-result-1115924-1216039066/solver-1115924-1216039066 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1115924-1216039066.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0a728393988d3d5af0217205b1631d20
RANDOM SEED=438026032

node78.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.232
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.232
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:      2055912 kB
MemFree:       1819904 kB
Buffers:         17704 kB
Cached:         165372 kB
SwapCached:       8004 kB
Active:         137368 kB
Inactive:        56320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1819904 kB
SwapTotal:     4192956 kB
SwapFree:      4159820 kB
Dirty:           15856 kB
Writeback:           0 kB
Mapped:          16100 kB
Slab:            24924 kB
Committed_AS:   270612 kB
PageTables:       3836 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= 126644 MiB
End job on node78 at 2008-07-14 15:38:28