Trace number 1127372

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.06 3618.64

General information on the benchmark

Namemaxcsp/cnf/2-80-1100-2000/
normalized-cnf-2-80-1200-718241_ext.xml
MD5SUMc845139991fa012eac9858a89dcb1253
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints176
Best CPU time to get the best result obtained on this benchmark3241.53
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints989
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension989
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.00/0.17	c 0	Sugar v1-13 + HOME/minisat
0.00/0.17	c 0	BEGIN Wed Jul 23 00:18:15 2008
0.00/0.17	c 0	PID 3789
0.00/0.17	c 0	HOST node70.alineos.net
0.00/0.17	c 0	CONVERTING HOME/instance-1127372-1216765094.xml TO HOME/temp.csp
0.00/0.17	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127372-1216765094.xml' 'HOME/temp.csp'
0.36/1.03	c 0	1 domains, 80 variables, 0 predicates, 14 relations, 989 constraints
0.36/1.04	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.36/1.04	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.40/1.13	c 0	Parsing HOME/temp.csp
0.40/1.27	c 1	parsed 1084 expressions
0.40/1.28	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.40/1.29	c 1	MAX CSP: 989 constraints
0.40/1.29	c 1	Converting to clausal form CSP
0.40/1.34	c 1	converted 208 (10%) expressions
0.40/1.36	c 1	converted 416 (20%) expressions
0.40/1.37	c 1	converted 623 (30%) expressions
0.40/1.38	c 1	converted 831 (40%) expressions
0.40/1.40	c 1	converted 1038 (50%) expressions
0.40/1.47	c 1	converted 1246 (60%) expressions
0.40/1.47	c 1	converted 1454 (70%) expressions
0.40/1.49	c 1	converted 1661 (80%) expressions
0.40/1.49	c 1	converted 1869 (90%) expressions
0.40/1.62	c 1	converted 2076 (100%) expressions
0.40/1.62	c 1	CSP : 2058 integers, 0 booleans, 2966 clauses, largest domain size 1484
0.40/1.62	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.40/1.62	c 1	Propagation in CSP
0.40/1.67	c 1	981 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.40/1.67	c 1	CSP : 2058 integers, 0 booleans, 2966 clauses, largest domain size 990
0.40/1.67	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.40/1.67	c 1	Simplifing CSP by introducing new Boolean variables
0.40/1.68	c 1	CSP : 2058 integers, 0 booleans, 2966 clauses, largest domain size 990
0.40/1.68	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.40/1.72	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.40/1.73	c 1	206 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.40/1.73	c 1	412 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.40/1.73	c 1	618 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.40/1.74	c 1	824 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.40/1.74	c 1	1029 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.40/1.74	c 1	1235 (60%) CSP integer variables are encoded (1877 clauses, 24465 bytes)
0.40/1.75	c 1	1441 (70%) CSP integer variables are encoded (3459 clauses, 45031 bytes)
0.40/1.75	c 1	1647 (80%) CSP integer variables are encoded (5307 clauses, 69055 bytes)
0.40/1.76	c 1	1853 (90%) CSP integer variables are encoded (14226 clauses, 197039 bytes)
0.40/1.77	c 1	2058 (100%) CSP integer variables are encoded (16787 clauses, 235454 bytes)
0.40/1.80	c 1	297 (10%) CSP clauses are encoded (17102 clauses, 239534 bytes)
0.40/1.82	c 1	594 (20%) CSP clauses are encoded (17417 clauses, 243829 bytes)
0.40/1.84	c 1	890 (30%) CSP clauses are encoded (17729 clauses, 248057 bytes)
0.40/1.86	c 1	1187 (40%) CSP clauses are encoded (23703 clauses, 351697 bytes)
0.40/1.97	c 1	1483 (50%) CSP clauses are encoded (83041 clauses, 1433206 bytes)
0.40/2.01	c 1	1780 (60%) CSP clauses are encoded (100524 clauses, 1745479 bytes)
1.51/2.29	c 2	2077 (70%) CSP clauses are encoded (272885 clauses, 4914540 bytes)
1.60/2.33	c 2	2373 (80%) CSP clauses are encoded (292949 clauses, 5273586 bytes)
2.40/3.15	c 3	2670 (90%) CSP clauses are encoded (784464 clauses, 15248958 bytes)
3.18/3.97	c 3	2966 (100%) CSP clauses are encoded (1273564 clauses, 25726274 bytes)
3.18/3.97	c 3	2966 CSP clauses encoded
3.18/3.98	c 3	Writing map file : HOME/temp.map
3.18/4.00	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.18/4.00	c 3	SAT : 18845 SAT variables, 1273564 SAT clauses, 25726274 bytes
3.18/4.00	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.28/4.02	c 3	OBJECTIVE minimize _COST
3.28/4.02	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
3.28/4.02	c 3	SEARCHING: _COST <= 495
3.28/4.02	c 3	SOLVING HOME/temp.cnf
3.28/4.02	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.28/4.02	c 3	This is MiniSat 2.0 beta
3.28/4.02	c 3	WARNING: for repeatability, setting FPU to use double precision
3.28/4.02	c 3	============================[ Problem Statistics ]=============================
3.28/4.02	c 3	|                                                                             |
3.28/4.02	c 3	|  Number of variables:  18845                                                |
3.28/4.02	c 3	|  Number of clauses:    1273565                                              |
3.88/4.64	c 4	|  Parsing time:         0.53         s                                       |
4.47/5.26	c 5	============================[ Search Statistics ]==============================
4.47/5.26	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.47/5.26	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.47/5.26	c 5	===============================================================================
4.47/5.26	c 5	|         0 |   13905   812163  2399360 |   270721        0    nan |  0.000 % |
4.97/5.76	c 5	|       100 |   13903   812163  2399360 |   297793       99     21 | 26.272 % |
5.17/5.90	c 5	|       253 |   13903   812163  2399360 |   327572      252     24 | 26.272 % |
5.27/6.02	c 5	|       478 |   13903   812163  2399360 |   360329      477     24 | 26.272 % |
5.47/6.23	c 6	|       816 |   13903   812163  2399360 |   396362      815     23 | 26.272 % |
5.67/6.48	c 6	|      1322 |   13903   812163  2399360 |   435998     1321     23 | 26.272 % |
6.26/7.06	c 6	|      2082 |   13903   812163  2399360 |   479598     2081     31 | 26.272 % |
6.26/7.09	c 6	===============================================================================
6.26/7.09	c 6	restarts              : 7
6.26/7.09	c 6	conflicts             : 2099           (707 /sec)
6.26/7.09	c 6	decisions             : 4544           (0.84 % random) (1530 /sec)
6.26/7.09	c 6	propagations          : 1497334        (504060 /sec)
6.26/7.09	c 6	conflict literals     : 64549          (16.78 % deleted)
6.26/7.09	c 6	Memory used           : 52.15 MB
6.26/7.09	c 6	CPU time              : 2.97055 s
6.26/7.09	c 6	
6.36/7.10	c 6	SATISFIABLE
6.36/7.11	c 6	FOUND: _COST <= 495
6.36/7.11	s SATISFIABLE
6.36/7.11	c 6	DECODING HOME/temp.out WITH HOME/temp.map
6.36/7.11	c 6	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
6.36/7.19	c 7	Decoding HOME/temp.out
6.38/7.33	c 7	OBJECTIVE _COST 495
6.38/7.33	o 495
6.38/7.34	v 1 0 0 1 1 1 1 1 0 1 0 1 1 1 1 1 1 1 1 0 0 1 1 1 0 1 0 1 1 1 0 1 0 1 1 1 1 1 0 0 1 1 1 1 0 1 0 1 1 1 0 1 1 1 1 0 1 0 1 1 1 1 1 1 1 0 1 1 0 1 1 1 0 1 0 1 0 1 1 0
6.38/7.34	c 7	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
6.38/7.38	c 7	OBJECTIVE BOUND: 0 <= _COST <= 495
6.38/7.38	c 7	SEARCHING: _COST <= 247
6.38/7.38	c 7	SOLVING HOME/temp.cnf
6.38/7.38	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.38/7.38	c 7	This is MiniSat 2.0 beta
6.38/7.38	c 7	WARNING: for repeatability, setting FPU to use double precision
6.38/7.38	c 7	============================[ Problem Statistics ]=============================
6.38/7.38	c 7	|                                                                             |
6.38/7.38	c 7	|  Number of variables:  18845                                                |
6.38/7.38	c 7	|  Number of clauses:    1273565                                              |
7.21/8.03	c 7	|  Parsing time:         0.56         s                                       |
8.01/8.86	c 8	============================[ Search Statistics ]==============================
8.01/8.86	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.01/8.86	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.01/8.86	c 8	===============================================================================
8.01/8.86	c 8	|         0 |   11176   528325  1555785 |   176108        0    nan |  0.000 % |
8.40/9.24	c 9	|       100 |   11174   528325  1555785 |   193719       99     20 | 40.759 % |
8.40/9.29	c 9	|       251 |   11174   528325  1555785 |   213091      250     22 | 40.759 % |
8.50/9.37	c 9	|       476 |   11174   528325  1555785 |   234400      475     23 | 40.759 % |
8.90/9.70	c 9	|       813 |   11174   528325  1555785 |   257840      812     30 | 40.759 % |
9.10/9.91	c 9	|      1319 |   11174   528325  1555785 |   283624     1318     31 | 40.759 % |
9.40/10.21	c 10	|      2078 |   11174   528325  1555785 |   311986     2077     32 | 40.759 % |
9.90/10.75	c 10	|      3218 |   11174   528325  1555785 |   343185     3217     30 | 40.759 % |
10.79/11.68	c 11	|      4927 |   11164   527540  1553474 |   377503     4926     31 | 40.759 % |
13.18/14.02	c 13	|      7489 |   11164   527540  1553474 |   415254     7488     32 | 40.759 % |
16.46/17.35	c 17	|     11334 |   11164   527540  1553474 |   456779    11333     34 | 40.759 % |
20.44/21.39	c 21	|     17100 |   11164   527540  1553474 |   502457    17099     35 | 40.759 % |
28.00/28.92	c 28	|     25751 |   11164   527540  1553474 |   552703    25750     37 | 40.759 % |
41.94/42.99	c 42	|     38726 |   11164   527540  1553474 |   607973    38725     42 | 40.759 % |
59.36/60.43	c 60	|     58187 |   11164   527540  1553474 |   668771    58186     42 | 40.759 % |
93.97/95.29	c 95	|     87379 |   11164   527540  1553474 |   735648    87378     46 | 40.759 % |
135.97/137.47	c 137	===============================================================================
135.97/137.47	c 137	restarts              : 16
135.97/137.47	c 137	conflicts             : 125737         (972 /sec)
135.97/137.47	c 137	decisions             : 157869         (0.84 % random) (1221 /sec)
135.97/137.47	c 137	propagations          : 78931475       (610304 /sec)
135.97/137.47	c 137	conflict literals     : 5841041        (20.77 % deleted)
135.97/137.47	c 137	Memory used           : 64.28 MB
135.97/137.47	c 137	CPU time              : 129.331 s
135.97/137.47	c 137	
135.97/137.48	c 137	SATISFIABLE
135.97/137.49	c 137	FOUND: _COST <= 247
135.97/137.49	c 137	DECODING HOME/temp.out WITH HOME/temp.map
135.97/137.49	c 137	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
136.07/137.58	c 137	Decoding HOME/temp.out
136.07/137.91	c 137	OBJECTIVE _COST 247
136.07/137.91	o 247
136.07/137.91	v 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 0 1 1 0 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 0 0 0 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 0 1 1 1 1 1 1 1 0 1 1 0 1 1
136.07/137.91	c 137	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
136.07/137.92	c 137	OBJECTIVE BOUND: 0 <= _COST <= 247
136.07/137.92	c 137	SEARCHING: _COST <= 123
136.07/137.92	c 137	SOLVING HOME/temp.cnf
136.07/137.92	c 137	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
136.07/137.92	c 137	This is MiniSat 2.0 beta
136.07/137.92	c 137	WARNING: for repeatability, setting FPU to use double precision
136.07/137.92	c 137	============================[ Problem Statistics ]=============================
136.07/137.92	c 137	|                                                                             |
136.07/137.92	c 137	|  Number of variables:  18845                                                |
136.07/137.92	c 137	|  Number of clauses:    1273565                                              |
137.04/138.59	c 138	|  Parsing time:         0.59         s                                       |
138.04/139.50	c 139	============================[ Search Statistics ]==============================
138.04/139.50	c 139	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
138.04/139.50	c 139	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
138.04/139.50	c 139	===============================================================================
138.04/139.50	c 139	|         0 |    9435   300588   877673 |   100196        0    nan |  0.000 % |
138.24/139.74	c 139	|       103 |    9432   300588   877673 |   110215      102     17 | 50.013 % |
138.34/139.82	c 139	|       253 |    9432   300588   877673 |   121237      252     21 | 50.013 % |
138.44/139.93	c 139	|       479 |    9432   300588   877673 |   133360      478     21 | 50.013 % |
138.54/140.08	c 139	|       816 |    9432   300588   877673 |   146696      815     19 | 50.013 % |
138.84/140.33	c 140	|      1324 |    9432   300588   877673 |   161366     1323     21 | 50.013 % |
139.24/140.76	c 140	|      2084 |    9420   299550   874612 |   177503     2083     22 | 50.013 % |
139.83/141.39	c 141	|      3223 |    9420   299550   874612 |   195253     3222     23 | 50.013 % |
140.83/142.37	c 142	|      4932 |    9420   299550   874612 |   214779     4931     26 | 50.013 % |
142.32/143.85	c 143	|      7495 |    9420   299550   874612 |   236256     7494     25 | 50.013 % |
144.90/146.41	c 146	|     11340 |    9420   299550   874612 |   259882    11339     26 | 50.013 % |
148.99/150.52	c 150	|     17107 |    9420   299550   874612 |   285870    17106     26 | 50.013 % |
154.85/156.45	c 156	|     25756 |    9413   298602   871792 |   314457    25754     25 | 50.050 % |
164.80/166.42	c 166	|     38730 |    9413   298602   871792 |   345903    38728     26 | 50.050 % |
184.70/186.41	c 186	|     58191 |    9413   298602   871792 |   380494    58189     27 | 50.050 % |
222.81/224.71	c 224	|     87385 |    9413   298602   871792 |   418543    87383     30 | 50.050 % |
291.97/294.29	c 294	|    131174 |    9413   298602   871792 |   460397   131172     32 | 50.050 % |
432.78/435.75	c 435	|    196858 |    9413   298602   871792 |   506437   196856     33 | 50.050 % |
686.23/690.44	c 690	|    295384 |    9413   298602   871792 |   557081   295382     34 | 50.050 % |
1115.31/1121.67	c 1121	|    443173 |    9413   298602   871792 |   612789   443171     33 | 50.050 % |
1905.22/1915.44	c 1915	|    664858 |    9413   298602   871792 |   674068    59904     34 | 50.050 % |
2775.32/2789.88	c 2789	|    997384 |    9413   298602   871792 |   741475   392430     35 | 50.050 % |
3600.06/3618.62	c ERROR INTERRUPTED
3600.06/3618.64	c 3618	CPU 135.86 (0.04 0.01 135.82 0.62)
3600.06/3618.64	c 3618	END Wed Jul 23 01:18:33 2008

Verifier Data (download as text)

OK	228	761
228 unsatisfied constraints, 761 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-1127372-1216765094/watcher-1127372-1216765094 -o /tmp/evaluation-result-1127372-1216765094/solver-1127372-1216765094 -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-1127372-1216765094.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 4/68 3789
/proc/meminfo: memFree=1681592/2055920 swapFree=4192956/4192956
[pid=3789] ppid=3787 vsize=6268 CPUtime=0
/proc/3789/stat : 3789 (sugar) D 3787 3789 3718 0 -1 4194304 62 0 0 0 0 0 0 0 18 0 1 0 3596170 6418432 47 996147200 4194304 4206940 548682068592 18446744073709551615 233399448969 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/3789/statm: 1567 47 36 3 0 8 0

[startup+0.0629841 s]
/proc/loadavg: 1.00 1.00 1.00 4/68 3789
/proc/meminfo: memFree=1681592/2055920 swapFree=4192956/4192956
[pid=3789] ppid=3787 vsize=6268 CPUtime=0
/proc/3789/stat : 3789 (sugar) D 3787 3789 3718 0 -1 4194304 62 0 0 0 0 0 0 0 18 0 1 0 3596170 6418432 47 996147200 4194304 4206940 548682068592 18446744073709551615 233399448969 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/3789/statm: 1567 47 36 3 0 8 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6268

[startup+0.101991 s]
/proc/loadavg: 1.00 1.00 1.00 4/68 3789
/proc/meminfo: memFree=1681592/2055920 swapFree=4192956/4192956
[pid=3789] ppid=3787 vsize=12268 CPUtime=0
/proc/3789/stat : 3789 (sugar) D 3787 3789 3718 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 3596170 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 233402235493 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/3789/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.301031 s]
/proc/loadavg: 1.00 1.00 1.00 4/68 3789
/proc/meminfo: memFree=1681592/2055920 swapFree=4192956/4192956
[pid=3789] ppid=3787 vsize=13600 CPUtime=0.03
/proc/3789/stat : 3789 (sugar) S 3787 3789 3718 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 3596170 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3789/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701098 s]
/proc/loadavg: 1.00 1.00 1.00 4/68 3789
/proc/meminfo: memFree=1681592/2055920 swapFree=4192956/4192956
[pid=3789] ppid=3787 vsize=13600 CPUtime=0.03
/proc/3789/stat : 3789 (sugar) S 3787 3789 3718 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 3596170 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3789/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50124 s]
/proc/loadavg: 1.00 1.00 1.00 4/84 3812
/proc/meminfo: memFree=1647928/2055920 swapFree=4192956/4192956
[pid=3789] ppid=3787 vsize=13600 CPUtime=0.4
/proc/3789/stat : 3789 (sugar) S 3787 3789 3718 0 -1 4194304 974 4448 0 97 3 1 29 7 15 0 1 0 3596170 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3789/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 13600

[startup+3.10253 s]
/proc/loadavg: 1.00 1.00 1.00 3/84 3822
/proc/meminfo: memFree=1636592/2055920 swapFree=4192956/4192956
[pid=3789] ppid=3787 vsize=13600 CPUtime=0.4
/proc/3789/stat : 3789 (sugar) S 3787 3789 3718 0 -1 4194304 974 4448 0 97 3 1 29 7 15 0 1 0 3596170 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3789/statm: 3400 797 370 3 0 500 0
[pid=3813] ppid=3789 vsize=5356 CPUtime=0
/proc/3813/stat : 3813 (sh) S 3789 3789 3718 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 3596275 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3813/statm: 1339 233 193 169 0 50 0
[pid=3814] ppid=3813 vsize=868492 CPUtime=2
/proc/3814/stat : 3814 (java) S 3813 3789 3718 0 -1 0 7215 0 8 0 183 17 0 0 18 0 9 0 3596275 889335808 6024 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3814/statm: 217123 6024 2563 9 0 211670 0
[pid=3814/tid=3815] ppid=3813 vsize=868492 CPUtime=1.56
/proc/3814/task/3815/stat : 3815 (java) R 3813 3789 3718 0 -1 64 3143 0 5 0 144 12 0 0 25 0 9 0 3596276 889335808 6024 996147200 134512640 134550740 4294955936 18446744073709551615 102064662 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3814/tid=3816] ppid=3813 vsize=868492 CPUtime=0.17
/proc/3814/task/3816/stat : 3816 (java) S 3813 3789 3718 0 -1 64 1880 0 3 0 14 3 0 0 16 0 9 0 3596277 889335808 6024 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3814/tid=3817] ppid=3813 vsize=868492 CPUtime=0
/proc/3814/task/3817/stat : 3817 (java) S 3813 3789 3718 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 3596277 889335808 6024 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3814/tid=3818] ppid=3813 vsize=868492 CPUtime=0
/proc/3814/task/3818/stat : 3818 (java) S 3813 3789 3718 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 3596277 889335808 6024 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3814/tid=3819] ppid=3813 vsize=868492 CPUtime=0
/proc/3814/task/3819/stat : 3819 (java) S 3813 3789 3718 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 3596279 889335808 6024 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3814/tid=3820] ppid=3813 vsize=868492 CPUtime=0.24
/proc/3814/task/3820/stat : 3820 (java) S 3813 3789 3718 0 -1 64 1500 0 0 0 24 0 0 0 16 0 9 0 3596279 889335808 6024 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3814/tid=3821] ppid=3813 vsize=868492 CPUtime=0
/proc/3814/task/3821/stat : 3821 (java) S 3813 3789 3718 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 3596279 889335808 6024 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3814/tid=3822] ppid=3813 vsize=868492 CPUtime=0
/proc/3814/task/3822/stat : 3822 (java) S 3813 3789 3718 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 3596279 889335808 6024 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 887448

[startup+6.30111 s]
/proc/loadavg: 1.08 1.02 1.01 3/76 3824
/proc/meminfo: memFree=1575664/2055920 swapFree=4192956/4192956
[pid=3789] ppid=3787 vsize=13732 CPUtime=3.31
/proc/3789/stat : 3789 (sugar) S 3787 3789 3718 0 -1 4194304 1082 12263 0 105 4 1 292 34 15 0 1 0 3596170 14061568 830 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3789/statm: 3433 830 374 3 0 533 0
[pid=3823] ppid=3789 vsize=5356 CPUtime=0
/proc/3823/stat : 3823 (sh) S 3789 3789 3718 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3596572 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3823/statm: 1339 232 193 169 0 50 0
[pid=3824] ppid=3823 vsize=53400 CPUtime=2.26
/proc/3824/stat : 3824 (minisat) R 3823 3789 3718 0 -1 4194304 12906 0 0 0 218 8 0 0 25 0 1 0 3596572 54681600 12892 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3824/statm: 13350 12892 76 150 0 13197 0
Current children cumulated CPU time (s) 5.57
Current children cumulated vsize (KiB) 72488

[startup+12.7023 s]
/proc/loadavg: 1.15 1.03 1.01 3/76 3836
/proc/meminfo: memFree=1575024/2055920 swapFree=4192956/4192956
[pid=3789] ppid=3787 vsize=13732 CPUtime=6.61
/proc/3789/stat : 3789 (sugar) S 3787 3789 3718 0 -1 4194304 1202 29349 0 106 4 1 609 47 16 0 1 0 3596170 14061568 830 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3789/statm: 3433 830 374 3 0 533 0
[pid=3835] ppid=3789 vsize=5356 CPUtime=0
/proc/3835/stat : 3835 (sh) S 3789 3789 3718 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3596908 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3835/statm: 1339 232 193 169 0 50 0
[pid=3836] ppid=3835 vsize=54012 CPUtime=5.28
/proc/3836/stat : 3836 (minisat) R 3835 3789 3718 0 -1 4194304 13077 0 0 0 521 7 0 0 25 0 1 0 3596908 55308288 13063 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3836/statm: 13503 13063 76 150 0 13350 0
Current children cumulated CPU time (s) 11.89
Current children cumulated vsize (KiB) 73100

[startup+25.5016 s]
/proc/loadavg: 1.34 1.08 1.02 3/76 3836
/proc/meminfo: memFree=1575152/2055920 swapFree=4192956/4192956
[pid=3789] ppid=3787 vsize=13732 CPUtime=6.61
/proc/3789/stat : 3789 (sugar) S 3787 3789 3718 0 -1 4194304 1202 29349 0 106 4 1 609 47 16 0 1 0 3596170 14061568 830 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3789/statm: 3433 830 374 3 0 533 0
[pid=3835] ppid=3789 vsize=5356 CPUtime=0
/proc/3835/stat : 3835 (sh) S 3789 3789 3718 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3596908 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3835/statm: 1339 232 193 169 0 50 0
[pid=3836] ppid=3835 vsize=54184 CPUtime=18.01
/proc/3836/stat : 3836 (minisat) R 3835 3789 3718 0 -1 4194304 13100 0 0 0 1794 7 0 0 25 0 1 0 3596908 55484416 13086 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/3836/statm: 13546 13086 76 150 0 13393 0
Current children cumulated CPU time (s) 24.62
Current children cumulated vsize (KiB) 73272

[startup+51.1011 s]
/proc/loadavg: 1.63 1.17 1.05 3/76 3836
/proc/meminfo: memFree=1575024/2055920 swapFree=4192956/4192956
[pid=3789] ppid=3787 vsize=13732 CPUtime=6.61
/proc/3789/stat : 3789 (sugar) S 3787 3789 3718 0 -1 4194304 1202 29349 0 106 4 1 609 47 16 0 1 0 3596170 14061568 830 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3789/statm: 3433 830 374 3 0 533 0
[pid=3835] ppid=3789 vsize=5356 CPUtime=0
/proc/3835/stat : 3835 (sh) S 3789 3789 3718 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3596908 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3835/statm: 1339 232 193 169 0 50 0
[pid=3836] ppid=3835 vsize=54380 CPUtime=43.49
/proc/3836/stat : 3836 (minisat) R 3835 3789 3718 0 -1 4194304 13164 0 0 0 4341 8 0 0 25 0 1 0 3596908 55685120 13142 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3836/statm: 13595 13142 76 150 0 13442 0
Current children cumulated CPU time (s) 50.1
Current children cumulated vsize (KiB) 73468

[startup+102.306 s]
/proc/loadavg: 1.84 1.29 1.10 3/76 3838
/proc/meminfo: memFree=1570472/2055920 swapFree=4192956/4192956
[pid=3789] ppid=3787 vsize=13732 CPUtime=6.61
/proc/3789/stat : 3789 (sugar) S 3787 3789 3718 0 -1 4194304 1202 29349 0 106 4 1 609 47 16 0 1 0 3596170 14061568 830 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3789/statm: 3433 830 374 3 0 533 0
[pid=3835] ppid=3789 vsize=5356 CPUtime=0
/proc/3835/stat : 3835 (sh) S 3789 3789 3718 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3596908 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3835/statm: 1339 232 193 169 0 50 0
[pid=3836] ppid=3835 vsize=59044 CPUtime=94.44
/proc/3836/stat : 3836 (minisat) R 3835 3789 3718 0 -1 4194304 14274 0 0 0 9435 9 0 0 25 0 1 0 3596908 60461056 14252 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/3836/statm: 14761 14252 76 150 0 14608 0
Current children cumulated CPU time (s) 101.05
Current children cumulated vsize (KiB) 78132

[startup+162.301 s]
/proc/loadavg: 1.94 1.42 1.16 3/76 3850
/proc/meminfo: memFree=1574320/2055920 swapFree=4192956/4192956
[pid=3789] ppid=3787 vsize=13732 CPUtime=136.48
/proc/3789/stat : 3789 (sugar) S 3787 3789 3718 0 -1 4194304 1318 49541 0 107 4 1 13582 61 16 0 1 0 3596170 14061568 830 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3789/statm: 3433 830 374 3 0 533 0
[pid=3849] ppid=3789 vsize=5356 CPUtime=0
/proc/3849/stat : 3849 (sh) S 3789 3789 3718 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3609962 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3849/statm: 1339 232 193 169 0 50 0
[pid=3850] ppid=3849 vsize=54580 CPUtime=24.25
/proc/3850/stat : 3850 (minisat) R 3849 3789 3718 0 -1 4194304 13212 0 0 0 2418 7 0 0 25 0 1 0 3609962 55889920 13198 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3850/statm: 13645 13198 76 150 0 13492 0
Current children cumulated CPU time (s) 160.73
Current children cumulated vsize (KiB) 73668

[startup+222.302 s]
/proc/loadavg: 1.98 1.52 1.21 3/76 3850
/proc/meminfo: memFree=1574000/2055920 swapFree=4192956/4192956
[pid=3789] ppid=3787 vsize=13732 CPUtime=136.48
/proc/3789/stat : 3789 (sugar) S 3787 3789 3718 0 -1 4194304 1318 49541 0 107 4 1 13582 61 16 0 1 0 3596170 14061568 830 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3789/statm: 3433 830 374 3 0 533 0
[pid=3849] ppid=3789 vsize=5356 CPUtime=0
/proc/3849/stat : 3849 (sh) S 3789 3789 3718 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3609962 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3849/statm: 1339 232 193 169 0 50 0
[pid=3850] ppid=3849 vsize=54872 CPUtime=83.95
/proc/3850/stat : 3850 (minisat) R 3849 3789 3718 0 -1 4194304 13302 0 0 0 8388 7 0 0 25 0 1 0 3609962 56188928 13280 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/3850/statm: 13718 13280 76 150 0 13565 0
Current children cumulated CPU time (s) 220.43
Current children cumulated vsize (KiB) 73960

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

/proc/meminfo: memFree=1484656/2055920 swapFree=4192956/4192956
[pid=3789] ppid=3787 vsize=13732 CPUtime=136.48
/proc/3789/stat : 3789 (sugar) S 3787 3789 3718 0 -1 4194304 1318 49541 0 107 4 1 13582 61 16 0 1 0 3596170 14061568 830 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3789/statm: 3433 830 374 3 0 533 0
[pid=3849] ppid=3789 vsize=5356 CPUtime=0
/proc/3849/stat : 3849 (sh) S 3789 3789 3718 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3609962 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3849/statm: 1339 232 193 169 0 50 0
[pid=3850] ppid=3849 vsize=144652 CPUtime=2949.8
/proc/3850/stat : 3850 (minisat) R 3849 3789 3718 0 -1 4194304 35198 0 0 0 294945 35 0 0 25 0 1 0 3609962 148123648 35176 996147200 134512640 135127466 4294956256 18446744073709551615 134530944 0 0 4096 3 0 0 0 17 1 0 0
/proc/3850/statm: 36163 35176 76 150 0 36010 0
Current children cumulated CPU time (s) 3086.28
Current children cumulated vsize (KiB) 163740

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 3856
/proc/meminfo: memFree=1484592/2055920 swapFree=4192956/4192956
[pid=3789] ppid=3787 vsize=13732 CPUtime=136.48
/proc/3789/stat : 3789 (sugar) S 3787 3789 3718 0 -1 4194304 1318 49541 0 107 4 1 13582 61 16 0 1 0 3596170 14061568 830 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3789/statm: 3433 830 374 3 0 533 0
[pid=3849] ppid=3789 vsize=5356 CPUtime=0
/proc/3849/stat : 3849 (sh) S 3789 3789 3718 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3609962 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3849/statm: 1339 232 193 169 0 50 0
[pid=3850] ppid=3849 vsize=144652 CPUtime=3009.51
/proc/3850/stat : 3850 (minisat) R 3849 3789 3718 0 -1 4194304 35205 0 0 0 300916 35 0 0 25 0 1 0 3609962 148123648 35183 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/3850/statm: 36163 35183 76 150 0 36010 0
Current children cumulated CPU time (s) 3145.99
Current children cumulated vsize (KiB) 163740

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 3856
/proc/meminfo: memFree=1484592/2055920 swapFree=4192956/4192956
[pid=3789] ppid=3787 vsize=13732 CPUtime=136.48
/proc/3789/stat : 3789 (sugar) S 3787 3789 3718 0 -1 4194304 1318 49541 0 107 4 1 13582 61 16 0 1 0 3596170 14061568 830 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3789/statm: 3433 830 374 3 0 533 0
[pid=3849] ppid=3789 vsize=5356 CPUtime=0
/proc/3849/stat : 3849 (sh) S 3789 3789 3718 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3609962 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3849/statm: 1339 232 193 169 0 50 0
[pid=3850] ppid=3849 vsize=144652 CPUtime=3069.21
/proc/3850/stat : 3850 (minisat) R 3849 3789 3718 0 -1 4194304 35211 0 0 0 306886 35 0 0 25 0 1 0 3609962 148123648 35189 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 1 0 0
/proc/3850/statm: 36163 35189 76 150 0 36010 0
Current children cumulated CPU time (s) 3205.69
Current children cumulated vsize (KiB) 163740

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 3856
/proc/meminfo: memFree=1484400/2055920 swapFree=4192956/4192956
[pid=3789] ppid=3787 vsize=13732 CPUtime=136.48
/proc/3789/stat : 3789 (sugar) S 3787 3789 3718 0 -1 4194304 1318 49541 0 107 4 1 13582 61 16 0 1 0 3596170 14061568 830 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3789/statm: 3433 830 374 3 0 533 0
[pid=3849] ppid=3789 vsize=5356 CPUtime=0
/proc/3849/stat : 3849 (sh) S 3789 3789 3718 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3609962 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3849/statm: 1339 232 193 169 0 50 0
[pid=3850] ppid=3849 vsize=144936 CPUtime=3128.93
/proc/3850/stat : 3850 (minisat) R 3849 3789 3718 0 -1 4194304 35258 0 0 0 312857 36 0 0 25 0 1 0 3609962 148414464 35236 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3850/statm: 36234 35236 76 150 0 36081 0
Current children cumulated CPU time (s) 3265.41
Current children cumulated vsize (KiB) 164024

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 3856
/proc/meminfo: memFree=1484272/2055920 swapFree=4192956/4192956
[pid=3789] ppid=3787 vsize=13732 CPUtime=136.48
/proc/3789/stat : 3789 (sugar) S 3787 3789 3718 0 -1 4194304 1318 49541 0 107 4 1 13582 61 16 0 1 0 3596170 14061568 830 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3789/statm: 3433 830 374 3 0 533 0
[pid=3849] ppid=3789 vsize=5356 CPUtime=0
/proc/3849/stat : 3849 (sh) S 3789 3789 3718 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3609962 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3849/statm: 1339 232 193 169 0 50 0
[pid=3850] ppid=3849 vsize=144936 CPUtime=3188.63
/proc/3850/stat : 3850 (minisat) R 3849 3789 3718 0 -1 4194304 35279 0 0 0 318827 36 0 0 25 0 1 0 3609962 148414464 35257 996147200 134512640 135127466 4294956256 18446744073709551615 134528377 0 0 4096 3 0 0 0 17 1 0 0
/proc/3850/statm: 36234 35257 76 150 0 36081 0
Current children cumulated CPU time (s) 3325.11
Current children cumulated vsize (KiB) 164024

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 3856
/proc/meminfo: memFree=1484144/2055920 swapFree=4192956/4192956
[pid=3789] ppid=3787 vsize=13732 CPUtime=136.48
/proc/3789/stat : 3789 (sugar) S 3787 3789 3718 0 -1 4194304 1318 49541 0 107 4 1 13582 61 16 0 1 0 3596170 14061568 830 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3789/statm: 3433 830 374 3 0 533 0
[pid=3849] ppid=3789 vsize=5356 CPUtime=0
/proc/3849/stat : 3849 (sh) S 3789 3789 3718 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3609962 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3849/statm: 1339 232 193 169 0 50 0
[pid=3850] ppid=3849 vsize=145056 CPUtime=3248.34
/proc/3850/stat : 3850 (minisat) R 3849 3789 3718 0 -1 4194304 35303 0 0 0 324798 36 0 0 25 0 1 0 3609962 148537344 35281 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3850/statm: 36264 35281 76 150 0 36111 0
Current children cumulated CPU time (s) 3384.82
Current children cumulated vsize (KiB) 164144

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 3856
/proc/meminfo: memFree=1483952/2055920 swapFree=4192956/4192956
[pid=3789] ppid=3787 vsize=13732 CPUtime=136.48
/proc/3789/stat : 3789 (sugar) S 3787 3789 3718 0 -1 4194304 1318 49541 0 107 4 1 13582 61 16 0 1 0 3596170 14061568 830 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3789/statm: 3433 830 374 3 0 533 0
[pid=3849] ppid=3789 vsize=5356 CPUtime=0
/proc/3849/stat : 3849 (sh) S 3789 3789 3718 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3609962 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3849/statm: 1339 232 193 169 0 50 0
[pid=3850] ppid=3849 vsize=145220 CPUtime=3308.04
/proc/3850/stat : 3850 (minisat) R 3849 3789 3718 0 -1 4194304 35340 0 0 0 330768 36 0 0 25 0 1 0 3609962 148705280 35318 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3850/statm: 36305 35318 76 150 0 36152 0
Current children cumulated CPU time (s) 3444.52
Current children cumulated vsize (KiB) 164308

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 3856
/proc/meminfo: memFree=1483824/2055920 swapFree=4192956/4192956
[pid=3789] ppid=3787 vsize=13732 CPUtime=136.48
/proc/3789/stat : 3789 (sugar) S 3787 3789 3718 0 -1 4194304 1318 49541 0 107 4 1 13582 61 16 0 1 0 3596170 14061568 830 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3789/statm: 3433 830 374 3 0 533 0
[pid=3849] ppid=3789 vsize=5356 CPUtime=0
/proc/3849/stat : 3849 (sh) S 3789 3789 3718 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3609962 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3849/statm: 1339 232 193 169 0 50 0
[pid=3850] ppid=3849 vsize=145300 CPUtime=3367.74
/proc/3850/stat : 3850 (minisat) R 3849 3789 3718 0 -1 4194304 35375 0 0 0 336738 36 0 0 25 0 1 0 3609962 148787200 35353 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3850/statm: 36325 35353 76 150 0 36172 0
Current children cumulated CPU time (s) 3504.22
Current children cumulated vsize (KiB) 164388

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 3856
/proc/meminfo: memFree=1483760/2055920 swapFree=4192956/4192956
[pid=3789] ppid=3787 vsize=13732 CPUtime=136.48
/proc/3789/stat : 3789 (sugar) S 3787 3789 3718 0 -1 4194304 1318 49541 0 107 4 1 13582 61 16 0 1 0 3596170 14061568 830 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3789/statm: 3433 830 374 3 0 533 0
[pid=3849] ppid=3789 vsize=5356 CPUtime=0
/proc/3849/stat : 3849 (sh) S 3789 3789 3718 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3609962 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3849/statm: 1339 232 193 169 0 50 0
[pid=3850] ppid=3849 vsize=145540 CPUtime=3427.45
/proc/3850/stat : 3850 (minisat) R 3849 3789 3718 0 -1 4194304 35385 0 0 0 342709 36 0 0 25 0 1 0 3609962 149032960 35363 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3850/statm: 36385 35363 76 150 0 36232 0
Current children cumulated CPU time (s) 3563.93
Current children cumulated vsize (KiB) 164628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3618.6 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 3886
/proc/meminfo: memFree=1480688/2055920 swapFree=4192956/4192956
[pid=3789] ppid=3787 vsize=13732 CPUtime=136.48
/proc/3789/stat : 3789 (sugar) S 3787 3789 3718 0 -1 4194304 1318 49541 0 107 4 1 13582 61 16 0 1 0 3596170 14061568 830 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3789/statm: 3433 830 374 3 0 533 0
[pid=3849] ppid=3789 vsize=5356 CPUtime=0
/proc/3849/stat : 3849 (sh) S 3789 3789 3718 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3609962 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3849/statm: 1339 232 193 169 0 50 0
[pid=3850] ppid=3849 vsize=145540 CPUtime=3463.58
/proc/3850/stat : 3850 (minisat) R 3849 3789 3718 0 -1 4194304 35387 0 0 0 346321 37 0 0 25 0 1 0 3609962 149032960 35365 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3850/statm: 36385 35365 76 150 0 36232 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 164628

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

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

Child status: 0

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

Real time (s): 3618.64
CPU time (s): 3600.06
CPU user time (s): 3599.07
CPU system time (s): 0.99
CPU usage (%): 99.4865
Max. virtual memory (cumulated for all children) (KiB): 887448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 135.873
system time used= 0.647901
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51200
page faults= 107
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8252
involuntary context switches= 9106

runsolver used 6.26105 second user time and 10.2094 second system time

The end

Launcher Data (download as text)

Begin job on node70 at 2008-07-23 00:18:14
IDJOB=1127372
IDBENCH=63298
IDSOLVER=368
FILE ID=node70/1127372-1216765094
PBS_JOBID= 7974100
Free space on /tmp= 66564 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/cnf/2-80-1100-2000/normalized-cnf-2-80-1200-718241_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-1127372-1216765094/watcher-1127372-1216765094 -o /tmp/evaluation-result-1127372-1216765094/solver-1127372-1216765094 -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-1127372-1216765094.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c845139991fa012eac9858a89dcb1253
RANDOM SEED=864154496

node70.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.281
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.281
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1694168 kB
Buffers:         20868 kB
Cached:         284044 kB
SwapCached:          0 kB
Active:         250192 kB
Inactive:        68968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1694168 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2648 kB
Writeback:           0 kB
Mapped:          24120 kB
Slab:            28364 kB
Committed_AS:    53204 kB
PageTables:       1604 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node70 at 2008-07-23 01:18:35