Trace number 1127324

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 3611.64

General information on the benchmark

Namemaxcsp/cnf/2-80-1100-2000/
normalized-cnf-2-80-1100-992546_ext.xml
MD5SUMb538b9e1dce582a9f0604a804701a5df
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints160
Best CPU time to get the best result obtained on this benchmark2121.51
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints946
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension946
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.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Tue Jul 22 23:13:17 2008
0.00/0.04	c 0	PID 5166
0.00/0.04	c 0	HOST node84.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1127324-1216761197.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127324-1216761197.xml' 'HOME/temp.csp'
0.02/0.37	c 0	1 domains, 80 variables, 0 predicates, 12 relations, 946 constraints
0.02/0.40	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.02/0.40	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.02/0.48	c 0	Parsing HOME/temp.csp
0.35/0.71	c 0	parsed 1039 expressions
0.35/0.76	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.35/0.77	c 0	MAX CSP: 946 constraints
0.35/0.77	c 0	Converting to clausal form CSP
0.36/0.81	c 0	converted 199 (10%) expressions
0.36/0.83	c 0	converted 398 (20%) expressions
0.36/0.85	c 0	converted 597 (30%) expressions
0.36/0.86	c 0	converted 796 (40%) expressions
0.36/0.87	c 0	converted 994 (50%) expressions
0.36/0.95	c 1	converted 1193 (60%) expressions
0.36/0.96	c 1	converted 1392 (70%) expressions
0.36/0.96	c 1	converted 1591 (80%) expressions
0.36/0.98	c 1	converted 1790 (90%) expressions
1.03/1.11	c 1	converted 1988 (100%) expressions
1.03/1.11	c 1	CSP : 1972 integers, 0 booleans, 2837 clauses, largest domain size 1420
1.03/1.11	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.03/1.11	c 1	Propagation in CSP
1.03/1.16	c 1	940 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.03/1.17	c 1	CSP : 1972 integers, 0 booleans, 2837 clauses, largest domain size 947
1.03/1.17	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.03/1.17	c 1	Simplifing CSP by introducing new Boolean variables
1.03/1.17	c 1	CSP : 1972 integers, 0 booleans, 2837 clauses, largest domain size 947
1.03/1.17	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.12/1.21	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.12/1.22	c 1	198 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.12/1.22	c 1	395 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.12/1.23	c 1	592 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.12/1.23	c 1	789 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.12/1.23	c 1	986 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.12/1.24	c 1	1184 (60%) CSP integer variables are encoded (1792 clauses, 23360 bytes)
1.12/1.25	c 1	1381 (70%) CSP integer variables are encoded (9676 clauses, 127956 bytes)
1.12/1.26	c 1	1578 (80%) CSP integer variables are encoded (12614 clauses, 172026 bytes)
1.12/1.26	c 1	1775 (90%) CSP integer variables are encoded (14047 clauses, 193521 bytes)
1.12/1.27	c 1	1972 (100%) CSP integer variables are encoded (16011 clauses, 222981 bytes)
1.12/1.30	c 1	284 (10%) CSP clauses are encoded (16305 clauses, 226800 bytes)
1.22/1.32	c 1	568 (20%) CSP clauses are encoded (16600 clauses, 230802 bytes)
1.22/1.34	c 1	852 (30%) CSP clauses are encoded (16897 clauses, 234868 bytes)
1.22/1.36	c 1	1135 (40%) CSP clauses are encoded (22492 clauses, 331776 bytes)
1.32/1.47	c 1	1419 (50%) CSP clauses are encoded (76683 clauses, 1318828 bytes)
1.72/1.88	c 1	1703 (60%) CSP clauses are encoded (314815 clauses, 5865084 bytes)
2.80/2.99	c 3	1986 (70%) CSP clauses are encoded (937024 clauses, 18809382 bytes)
2.91/3.03	c 3	2270 (80%) CSP clauses are encoded (955492 clauses, 19192264 bytes)
3.01/3.12	c 3	2554 (90%) CSP clauses are encoded (1000578 clauses, 20145048 bytes)
3.30/3.41	c 3	2837 (100%) CSP clauses are encoded (1167661 clauses, 23709011 bytes)
3.30/3.41	c 3	2837 CSP clauses encoded
3.30/3.41	c 3	Writing map file : HOME/temp.map
3.30/3.44	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.30/3.44	c 3	SAT : 17983 SAT variables, 1167661 SAT clauses, 23709011 bytes
3.30/3.44	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.30/3.49	c 3	OBJECTIVE minimize _COST
3.30/3.49	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
3.30/3.49	c 3	SEARCHING: _COST <= 473
3.30/3.49	c 3	SOLVING HOME/temp.cnf
3.30/3.49	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.30/3.49	c 3	This is MiniSat 2.0 beta
3.30/3.49	c 3	WARNING: for repeatability, setting FPU to use double precision
3.30/3.49	c 3	============================[ Problem Statistics ]=============================
3.30/3.49	c 3	|                                                                             |
3.30/3.49	c 3	|  Number of variables:  17983                                                |
3.30/3.49	c 3	|  Number of clauses:    1167662                                              |
3.35/4.08	c 4	|  Parsing time:         0.51         s                                       |
4.43/4.64	c 4	============================[ Search Statistics ]==============================
4.43/4.64	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.43/4.64	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.43/4.64	c 4	===============================================================================
4.43/4.64	c 4	|         0 |   13253   744107  2196972 |   248035        0    nan |  0.000 % |
5.04/5.23	c 5	|       100 |   13249   744107  2196972 |   272839       98     22 | 26.464 % |
5.04/5.26	c 5	===============================================================================
5.04/5.26	c 5	restarts              : 2
5.04/5.26	c 5	conflicts             : 117            (70 /sec)
5.04/5.26	c 5	decisions             : 1670           (0.90 % random) (992 /sec)
5.04/5.26	c 5	propagations          : 274768         (163286 /sec)
5.04/5.26	c 5	conflict literals     : 2505           (13.95 % deleted)
5.04/5.26	c 5	Memory used           : 48.69 MB
5.04/5.26	c 5	CPU time              : 1.68274 s
5.04/5.26	c 5	
5.04/5.27	c 5	SATISFIABLE
5.04/5.28	c 5	FOUND: _COST <= 473
5.04/5.28	s SATISFIABLE
5.04/5.28	c 5	DECODING HOME/temp.out WITH HOME/temp.map
5.04/5.28	c 5	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
5.13/5.37	c 5	Decoding HOME/temp.out
5.32/5.51	c 5	OBJECTIVE _COST 473
5.32/5.51	o 473
5.32/5.51	v 1 0 0 0 0 1 1 1 1 0 1 1 0 1 1 1 0 0 1 1 1 1 0 1 1 0 1 0 1 1 1 1 0 0 0 0 1 0 0 0 0 1 1 0 1 0 0 0 1 0 1 0 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 0 1 1 0 1 0 0 1 1 1 1 1 1
5.32/5.51	c 5	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.32/5.55	c 5	OBJECTIVE BOUND: 0 <= _COST <= 473
5.32/5.55	c 5	SEARCHING: _COST <= 236
5.32/5.55	c 5	SOLVING HOME/temp.cnf
5.32/5.55	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.32/5.56	c 5	This is MiniSat 2.0 beta
5.32/5.56	c 5	WARNING: for repeatability, setting FPU to use double precision
5.32/5.56	c 5	============================[ Problem Statistics ]=============================
5.32/5.56	c 5	|                                                                             |
5.32/5.56	c 5	|  Number of variables:  17983                                                |
5.32/5.56	c 5	|  Number of clauses:    1167662                                              |
5.36/6.17	c 6	|  Parsing time:         0.51         s                                       |
6.67/6.92	c 7	============================[ Search Statistics ]==============================
6.67/6.92	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.67/6.92	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.67/6.92	c 7	===============================================================================
6.67/6.92	c 7	|         0 |   10644   483877  1423872 |   161292        0    nan |  0.000 % |
6.97/7.29	c 7	|       100 |   10644   483877  1423872 |   177421      100     13 | 40.811 % |
7.17/7.43	c 7	|       252 |   10644   483877  1423872 |   195163      252     21 | 40.811 % |
7.27/7.59	c 7	|       477 |   10644   483877  1423872 |   214680      477     24 | 40.811 % |
7.47/7.79	c 7	|       815 |   10644   483877  1423872 |   236148      815     23 | 40.811 % |
7.66/7.96	c 8	|      1321 |   10644   483877  1423872 |   259762     1321     24 | 40.811 % |
8.16/8.43	c 8	|      2080 |   10644   483877  1423872 |   285739     2080     23 | 40.811 % |
9.05/9.33	c 9	|      3220 |   10644   483877  1423872 |   314313     3220     29 | 40.811 % |
10.24/10.55	c 10	|      4928 |   10644   483877  1423872 |   345744     4928     34 | 40.811 % |
12.32/12.68	c 12	|      7491 |   10644   483877  1423872 |   380318     7491     36 | 40.811 % |
14.81/15.11	c 15	|     11335 |   10644   483877  1423872 |   418350    11335     36 | 40.811 % |
19.07/19.42	c 19	|     17101 |   10644   483877  1423872 |   460185    17101     37 | 40.811 % |
24.93/25.34	c 25	|     25750 |   10644   483877  1423872 |   506204    25750     35 | 40.811 % |
35.44/35.93	c 36	|     38726 |   10644   483877  1423872 |   556824    38726     37 | 40.811 % |
54.97/55.67	c 55	|     58189 |   10644   483877  1423872 |   612507    58189     41 | 40.811 % |
85.51/86.44	c 86	|     87381 |   10644   483877  1423872 |   673758    87381     41 | 40.811 % |
142.35/143.74	c 143	|    131170 |   10644   483877  1423872 |   741133   131170     40 | 40.811 % |
250.77/253.01	c 253	|    196854 |   10644   483877  1423872 |   815247   196854     41 | 40.811 % |
475.14/479.28	c 479	|    295381 |   10644   483877  1423872 |   896772   295381     43 | 40.811 % |
847.93/855.18	c 855	|    443170 |   10624   481822  1417771 |   986449   443167     45 | 41.005 % |
1250.62/1261.18	c 1261	===============================================================================
1250.62/1261.18	c 1261	restarts              : 20
1250.62/1261.18	c 1261	conflicts             : 572297         (460 /sec)
1250.62/1261.18	c 1261	decisions             : 684484         (0.89 % random) (550 /sec)
1250.62/1261.18	c 1261	propagations          : 320017809      (257075 /sec)
1250.62/1261.18	c 1261	conflict literals     : 25865055       (20.92 % deleted)
1250.62/1261.18	c 1261	Memory used           : 156.46 MB
1250.62/1261.18	c 1261	CPU time              : 1244.84 s
1250.62/1261.18	c 1261	
1250.62/1261.19	c 1261	SATISFIABLE
1250.71/1261.21	c 1261	FOUND: _COST <= 236
1250.71/1261.21	c 1261	DECODING HOME/temp.out WITH HOME/temp.map
1250.71/1261.21	c 1261	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1250.75/1261.30	c 1261	Decoding HOME/temp.out
1250.75/1261.44	c 1261	OBJECTIVE _COST 236
1250.75/1261.44	o 236
1250.75/1261.45	v 1 1 0 1 0 1 0 0 1 1 1 0 1 0 1 1 0 1 0 0 1 1 1 1 1 1 0 1 1 1 0 0 1 1 1 0 1 1 1 0 0 1 0 1 1 1 0 1 0 1 0 0 1 0 1 0 1 1 1 0 0 1 1 0 0 0 0 1 1 1 1 1 0 0 0 0 1 1 1 1
1250.75/1261.45	c 1261	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1250.75/1261.48	c 1261	OBJECTIVE BOUND: 0 <= _COST <= 236
1250.75/1261.48	c 1261	SEARCHING: _COST <= 118
1250.75/1261.48	c 1261	SOLVING HOME/temp.cnf
1250.75/1261.48	c 1261	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1250.75/1261.48	c 1261	This is MiniSat 2.0 beta
1250.75/1261.48	c 1261	WARNING: for repeatability, setting FPU to use double precision
1250.75/1261.48	c 1261	============================[ Problem Statistics ]=============================
1250.75/1261.48	c 1261	|                                                                             |
1250.75/1261.49	c 1261	|  Number of variables:  17983                                                |
1250.75/1261.49	c 1261	|  Number of clauses:    1167662                                              |
1251.47/1262.09	c 1262	|  Parsing time:         0.52         s                                       |
1252.37/1262.94	c 1263	============================[ Search Statistics ]==============================
1252.37/1262.94	c 1263	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1252.37/1262.94	c 1263	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1252.37/1262.94	c 1263	===============================================================================
1252.37/1262.94	c 1263	|         0 |    8990   276722   807251 |    92240        0    nan |  0.000 % |
1252.57/1263.16	c 1263	|       101 |    8989   276722   807251 |   101464      100     22 | 50.131 % |
1252.67/1263.24	c 1263	|       252 |    8989   276722   807251 |   111611      251     21 | 50.131 % |
1252.77/1263.34	c 1263	|       477 |    8989   276722   807251 |   122772      476     22 | 50.131 % |
1252.87/1263.48	c 1263	|       814 |    8989   276722   807251 |   135049      813     23 | 50.131 % |
1253.17/1263.74	c 1263	|      1320 |    8989   276722   807251 |   148554     1319     24 | 50.131 % |
1253.57/1264.18	c 1264	|      2081 |    8968   274816   801610 |   163409     2080     26 | 50.131 % |
1254.17/1264.74	c 1264	|      3221 |    8968   274816   801610 |   179750     3220     26 | 50.131 % |
1255.17/1265.76	c 1265	|      4929 |    8945   272531   794832 |   197726     4925     24 | 50.259 % |
1256.77/1267.31	c 1267	|      7491 |    8945   272531   794832 |   217498     7487     27 | 50.259 % |
1259.16/1269.78	c 1269	|     11337 |    8945   272531   794832 |   239248    11333     29 | 50.259 % |
1263.96/1274.59	c 1274	|     17105 |    8945   272531   794832 |   263173    17101     29 | 50.259 % |
1269.36/1279.98	c 1280	|     25754 |    8921   270230   788009 |   289490    25749     27 | 50.392 % |
1278.46/1289.10	c 1289	|     38728 |    8921   270230   788009 |   318439    38723     26 | 50.392 % |
1297.65/1308.28	c 1308	|     58189 |    8921   270230   788009 |   350283    58184     27 | 50.392 % |
1329.14/1339.75	c 1339	|     87381 |    8921   270230   788009 |   385312    87376     28 | 50.392 % |
1389.62/1400.28	c 1400	|    131170 |    8921   270230   788009 |   423843   131165     28 | 50.392 % |
1515.76/1526.46	c 1526	|    196855 |    8898   268182   781943 |   466227   196849     28 | 50.520 % |
1764.77/1775.57	c 1775	|    295382 |    8898   268182   781943 |   512850   295376     30 | 50.520 % |
2231.39/2242.35	c 2242	|    443174 |    8898   268182   781943 |   564135   443168     31 | 50.520 % |
2830.37/2841.55	c 2841	|    664857 |    8898   268182   781943 |   620549   108961     33 | 50.520 % |
3600.00/3611.61	c ERROR INTERRUPTED
3600.00/3611.62	c 3611	CPU 1250.03 (0.04 0.01 1249.99 0.94)
3600.00/3611.62	c 3611	END Wed Jul 23 00:13:28 2008

Verifier Data (download as text)

OK	219	727
219 unsatisfied constraints, 727 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-1127324-1216761197/watcher-1127324-1216761197 -o /tmp/evaluation-result-1127324-1216761197/solver-1127324-1216761197 -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-1127324-1216761197.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.92 1.98 1.98 4/74 5166
/proc/meminfo: memFree=1541912/2055920 swapFree=4192956/4192956
[pid=5166] ppid=5164 vsize=12272 CPUtime=0
/proc/5166/stat : 5166 (sugar) R 5164 5166 4954 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 3204555 12566528 364 996147200 4194304 4206940 548682068592 18446744073709551615 243665697381 0 0 4224 0 0 0 0 17 0 0 0
/proc/5166/statm: 3068 364 274 3 0 168 0

[startup+0.0120711 s]
/proc/loadavg: 1.92 1.98 1.98 4/74 5166
/proc/meminfo: memFree=1541912/2055920 swapFree=4192956/4192956
[pid=5166] ppid=5164 vsize=12544 CPUtime=0
/proc/5166/stat : 5166 (sugar) R 5164 5166 4954 0 -1 4194304 473 0 0 0 0 0 0 0 18 0 1 0 3204555 12845056 441 996147200 4194304 4206940 548682068592 18446744073709551615 243665375969 0 0 4224 0 0 0 0 17 0 0 0
/proc/5166/statm: 3136 441 289 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.101085 s]
/proc/loadavg: 1.92 1.98 1.98 4/74 5166
/proc/meminfo: memFree=1541912/2055920 swapFree=4192956/4192956
[pid=5166] ppid=5164 vsize=13600 CPUtime=0.02
/proc/5166/stat : 5166 (sugar) S 5164 5166 4954 0 -1 4194304 898 127 0 0 2 0 0 0 16 0 1 0 3204555 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5166/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.301102 s]
/proc/loadavg: 1.92 1.98 1.98 4/74 5166
/proc/meminfo: memFree=1541912/2055920 swapFree=4192956/4192956
[pid=5166] ppid=5164 vsize=13600 CPUtime=0.02
/proc/5166/stat : 5166 (sugar) S 5164 5166 4954 0 -1 4194304 898 127 0 0 2 0 0 0 16 0 1 0 3204555 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5166/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.701141 s]
/proc/loadavg: 1.92 1.98 1.98 4/74 5166
/proc/meminfo: memFree=1541912/2055920 swapFree=4192956/4192956
[pid=5166] ppid=5164 vsize=13600 CPUtime=0.35
/proc/5166/stat : 5166 (sugar) S 5164 5166 4954 0 -1 4194304 974 4536 0 1 2 1 29 3 15 0 1 0 3204555 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5166/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 13600

[startup+1.50126 s]
/proc/loadavg: 1.92 1.98 1.98 3/85 5188
/proc/meminfo: memFree=1528192/2055920 swapFree=4192956/4192956
[pid=5166] ppid=5164 vsize=13600 CPUtime=0.36
/proc/5166/stat : 5166 (sugar) S 5164 5166 4954 0 -1 4194304 974 4536 0 1 3 1 29 3 15 0 1 0 3204555 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5166/statm: 3400 797 370 3 0 500 0
[pid=5179] ppid=5166 vsize=5356 CPUtime=0
/proc/5179/stat : 5179 (sh) S 5166 5166 4954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 3204595 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5179/statm: 1339 233 193 169 0 50 0
[pid=5180] ppid=5179 vsize=868508 CPUtime=1.06
/proc/5180/stat : 5180 (java) S 5179 5166 4954 0 -1 0 6805 0 1 0 100 6 0 0 18 0 9 0 3204596 889352192 5988 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5180/statm: 217127 5988 2563 9 0 211674 0
[pid=5180/tid=5181] ppid=5179 vsize=868508 CPUtime=0.67
/proc/5180/task/5181/stat : 5181 (java) R 5179 5166 4954 0 -1 64 2768 0 1 0 65 2 0 0 23 0 9 0 3204597 889352192 5988 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5180/tid=5182] ppid=5179 vsize=868508 CPUtime=0.1
/proc/5180/task/5182/stat : 5182 (java) S 5179 5166 4954 0 -1 64 1854 0 0 0 9 1 0 0 15 0 9 0 3204598 889352192 5988 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5180/tid=5183] ppid=5179 vsize=868508 CPUtime=0
/proc/5180/task/5183/stat : 5183 (java) S 5179 5166 4954 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 3204598 889352192 5988 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5180/tid=5184] ppid=5179 vsize=868508 CPUtime=0
/proc/5180/task/5184/stat : 5184 (java) S 5179 5166 4954 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 3204598 889352192 5988 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5180/tid=5185] ppid=5179 vsize=868508 CPUtime=0
/proc/5180/task/5185/stat : 5185 (java) S 5179 5166 4954 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 3204600 889352192 5988 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5180/tid=5186] ppid=5179 vsize=868508 CPUtime=0.27
/proc/5180/task/5186/stat : 5186 (java) S 5179 5166 4954 0 -1 64 1491 0 0 0 26 1 0 0 16 0 9 0 3204600 889352192 5988 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5180/tid=5187] ppid=5179 vsize=868508 CPUtime=0
/proc/5180/task/5187/stat : 5187 (java) S 5179 5166 4954 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 3204600 889352192 5988 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5180/tid=5188] ppid=5179 vsize=868508 CPUtime=0
/proc/5180/task/5188/stat : 5188 (java) S 5179 5166 4954 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 3204600 889352192 5988 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 887464

[startup+3.1024 s]
/proc/loadavg: 1.92 1.98 1.98 3/85 5188
/proc/meminfo: memFree=1517120/2055920 swapFree=4192956/4192956
[pid=5166] ppid=5164 vsize=13600 CPUtime=0.36
/proc/5166/stat : 5166 (sugar) S 5164 5166 4954 0 -1 4194304 974 4536 0 1 3 1 29 3 16 0 1 0 3204555 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5166/statm: 3400 797 370 3 0 500 0
[pid=5179] ppid=5166 vsize=5356 CPUtime=0
/proc/5179/stat : 5179 (sh) S 5166 5166 4954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 3204595 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5179/statm: 1339 233 193 169 0 50 0
[pid=5180] ppid=5179 vsize=868508 CPUtime=2.65
/proc/5180/stat : 5180 (java) S 5179 5166 4954 0 -1 0 7321 0 1 0 247 18 0 0 18 0 9 0 3204596 889352192 5995 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5180/statm: 217127 5995 2563 9 0 211674 0
[pid=5180/tid=5181] ppid=5179 vsize=868508 CPUtime=2.11
/proc/5180/task/5181/stat : 5181 (java) R 5179 5166 4954 0 -1 64 3277 0 1 0 199 12 0 0 25 0 9 0 3204597 889352192 5995 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5180/tid=5182] ppid=5179 vsize=868508 CPUtime=0.24
/proc/5180/task/5182/stat : 5182 (java) S 5179 5166 4954 0 -1 64 1854 0 0 0 20 4 0 0 16 0 9 0 3204598 889352192 5995 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5180/tid=5183] ppid=5179 vsize=868508 CPUtime=0
/proc/5180/task/5183/stat : 5183 (java) S 5179 5166 4954 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 3204598 889352192 5995 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5180/tid=5184] ppid=5179 vsize=868508 CPUtime=0
/proc/5180/task/5184/stat : 5184 (java) S 5179 5166 4954 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 3204598 889352192 5995 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5180/tid=5185] ppid=5179 vsize=868508 CPUtime=0
/proc/5180/task/5185/stat : 5185 (java) S 5179 5166 4954 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 3204600 889352192 5995 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5180/tid=5186] ppid=5179 vsize=868508 CPUtime=0.28
/proc/5180/task/5186/stat : 5186 (java) S 5179 5166 4954 0 -1 64 1498 0 0 0 27 1 0 0 16 0 9 0 3204600 889352192 5995 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5180/tid=5187] ppid=5179 vsize=868508 CPUtime=0
/proc/5180/task/5187/stat : 5187 (java) S 5179 5166 4954 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 3204600 889352192 5995 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5180/tid=5188] ppid=5179 vsize=868508 CPUtime=0
/proc/5180/task/5188/stat : 5188 (java) S 5179 5166 4954 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 3204600 889352192 5995 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887464

[startup+6.30271 s]
/proc/loadavg: 2.01 2.00 1.98 3/85 5200
/proc/meminfo: memFree=1510016/2055920 swapFree=4192956/4192956
[pid=5166] ppid=5164 vsize=13732 CPUtime=5.36
/proc/5166/stat : 5166 (sugar) S 5164 5166 4954 0 -1 4194304 1199 28392 0 3 4 1 494 37 15 0 1 0 3204555 14061568 828 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5166/statm: 3433 828 374 3 0 533 0
Current children cumulated CPU time (s) 5.36
Current children cumulated vsize (KiB) 13732

[startup+12.7014 s]
/proc/loadavg: 2.09 2.02 1.99 3/77 5202
/proc/meminfo: memFree=1466752/2055920 swapFree=4192956/4192956
[pid=5166] ppid=5164 vsize=13732 CPUtime=5.36
/proc/5166/stat : 5166 (sugar) S 5164 5166 4954 0 -1 4194304 1199 28392 0 3 4 1 494 37 16 0 1 0 3204555 14061568 828 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5166/statm: 3433 828 374 3 0 533 0
[pid=5201] ppid=5166 vsize=5356 CPUtime=0
/proc/5201/stat : 5201 (sh) S 5166 5166 4954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3205110 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5201/statm: 1339 232 193 169 0 50 0
[pid=5202] ppid=5201 vsize=50496 CPUtime=7.06
/proc/5202/stat : 5202 (minisat) R 5201 5166 4954 0 -1 4194304 12118 0 0 0 698 8 0 0 25 0 1 0 3205111 51707904 12104 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5202/statm: 12624 12104 76 150 0 12471 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 69584

[startup+25.5017 s]
/proc/loadavg: 2.07 2.02 1.99 3/77 5202
/proc/meminfo: memFree=1466952/2055920 swapFree=4192956/4192956
[pid=5166] ppid=5164 vsize=13732 CPUtime=5.36
/proc/5166/stat : 5166 (sugar) S 5164 5166 4954 0 -1 4194304 1199 28392 0 3 4 1 494 37 16 0 1 0 3204555 14061568 828 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5166/statm: 3433 828 374 3 0 533 0
[pid=5201] ppid=5166 vsize=5356 CPUtime=0
/proc/5201/stat : 5201 (sh) S 5166 5166 4954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3205110 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5201/statm: 1339 232 193 169 0 50 0
[pid=5202] ppid=5201 vsize=50496 CPUtime=19.76
/proc/5202/stat : 5202 (minisat) R 5201 5166 4954 0 -1 4194304 12118 0 0 0 1967 9 0 0 25 0 1 0 3205111 51707904 12104 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5202/statm: 12624 12104 76 150 0 12471 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 69584

[startup+51.1012 s]
/proc/loadavg: 2.04 2.01 1.99 3/77 5202
/proc/meminfo: memFree=1464904/2055920 swapFree=4192956/4192956
[pid=5166] ppid=5164 vsize=13732 CPUtime=5.36
/proc/5166/stat : 5166 (sugar) S 5164 5166 4954 0 -1 4194304 1199 28392 0 3 4 1 494 37 16 0 1 0 3204555 14061568 828 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5166/statm: 3433 828 374 3 0 533 0
[pid=5201] ppid=5166 vsize=5356 CPUtime=0
/proc/5201/stat : 5201 (sh) S 5166 5166 4954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3205110 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5201/statm: 1339 232 193 169 0 50 0
[pid=5202] ppid=5201 vsize=50740 CPUtime=45.15
/proc/5202/stat : 5202 (minisat) R 5201 5166 4954 0 -1 4194304 12171 0 0 0 4506 9 0 0 25 0 1 0 3205111 51957760 12157 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5202/statm: 12685 12157 76 150 0 12532 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 69828

[startup+102.306 s]
/proc/loadavg: 2.02 2.01 1.99 3/77 5212
/proc/meminfo: memFree=1454536/2055920 swapFree=4192956/4192956
[pid=5166] ppid=5164 vsize=13732 CPUtime=5.36
/proc/5166/stat : 5166 (sugar) S 5164 5166 4954 0 -1 4194304 1199 28392 0 3 4 1 494 37 16 0 1 0 3204555 14061568 828 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5166/statm: 3433 828 374 3 0 533 0
[pid=5201] ppid=5166 vsize=5356 CPUtime=0
/proc/5201/stat : 5201 (sh) S 5166 5166 4954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3205110 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5201/statm: 1339 232 193 169 0 50 0
[pid=5202] ppid=5201 vsize=55288 CPUtime=95.93
/proc/5202/stat : 5202 (minisat) R 5201 5166 4954 0 -1 4194304 13291 0 0 0 9582 11 0 0 25 0 1 0 3205111 56614912 13277 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5202/statm: 13822 13277 76 150 0 13669 0
Current children cumulated CPU time (s) 101.29
Current children cumulated vsize (KiB) 74376

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/77 5212
/proc/meminfo: memFree=1443464/2055920 swapFree=4192956/4192956
[pid=5166] ppid=5164 vsize=13732 CPUtime=5.36
/proc/5166/stat : 5166 (sugar) S 5164 5166 4954 0 -1 4194304 1199 28392 0 3 4 1 494 37 16 0 1 0 3204555 14061568 828 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5166/statm: 3433 828 374 3 0 533 0
[pid=5201] ppid=5166 vsize=5356 CPUtime=0
/proc/5201/stat : 5201 (sh) S 5166 5166 4954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3205110 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5201/statm: 1339 232 193 169 0 50 0
[pid=5202] ppid=5201 vsize=63868 CPUtime=155.44
/proc/5202/stat : 5202 (minisat) R 5201 5166 4954 0 -1 4194304 15381 0 0 0 15530 14 0 0 25 0 1 0 3205111 65400832 15367 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/5202/statm: 15967 15367 76 150 0 15814 0
Current children cumulated CPU time (s) 160.8

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

/proc/meminfo: memFree=1251976/2055920 swapFree=4192956/4192956
[pid=5166] ppid=5164 vsize=13732 CPUtime=1250.97
/proc/5166/stat : 5166 (sugar) S 5164 5166 4954 0 -1 4194304 1314 71777 0 4 4 1 124999 93 16 0 1 0 3204555 14061568 828 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5166/statm: 3433 828 374 3 0 533 0
[pid=5225] ppid=5166 vsize=5356 CPUtime=0
/proc/5225/stat : 5225 (sh) S 5166 5166 4954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3330703 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5225/statm: 1339 232 193 169 0 50 0
[pid=5226] ppid=5225 vsize=124464 CPUtime=1840.09
/proc/5226/stat : 5226 (minisat) R 5225 5166 4954 0 -1 4194304 30132 0 0 0 183974 35 0 0 25 0 1 0 3330703 127451136 30118 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5226/statm: 31116 30118 76 150 0 30963 0
Current children cumulated CPU time (s) 3091.06
Current children cumulated vsize (KiB) 143552

[startup+3162.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/77 5232
/proc/meminfo: memFree=1249736/2055920 swapFree=4192956/4192956
[pid=5166] ppid=5164 vsize=13732 CPUtime=1250.97
/proc/5166/stat : 5166 (sugar) S 5164 5166 4954 0 -1 4194304 1314 71777 0 4 4 1 124999 93 16 0 1 0 3204555 14061568 828 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5166/statm: 3433 828 374 3 0 533 0
[pid=5225] ppid=5166 vsize=5356 CPUtime=0
/proc/5225/stat : 5225 (sh) S 5166 5166 4954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3330703 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5225/statm: 1339 232 193 169 0 50 0
[pid=5226] ppid=5225 vsize=124464 CPUtime=1900.06
/proc/5226/stat : 5226 (minisat) R 5225 5166 4954 0 -1 4194304 30132 0 0 0 189971 35 0 0 25 0 1 0 3330703 127451136 30118 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/5226/statm: 31116 30118 76 150 0 30963 0
Current children cumulated CPU time (s) 3151.03
Current children cumulated vsize (KiB) 143552

[startup+3222.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/77 5232
/proc/meminfo: memFree=1248072/2055920 swapFree=4192956/4192956
[pid=5166] ppid=5164 vsize=13732 CPUtime=1250.97
/proc/5166/stat : 5166 (sugar) S 5164 5166 4954 0 -1 4194304 1314 71777 0 4 4 1 124999 93 16 0 1 0 3204555 14061568 828 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5166/statm: 3433 828 374 3 0 533 0
[pid=5225] ppid=5166 vsize=5356 CPUtime=0
/proc/5225/stat : 5225 (sh) S 5166 5166 4954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3330703 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5225/statm: 1339 232 193 169 0 50 0
[pid=5226] ppid=5225 vsize=124464 CPUtime=1960.04
/proc/5226/stat : 5226 (minisat) R 5225 5166 4954 0 -1 4194304 30132 0 0 0 195969 35 0 0 25 0 1 0 3330703 127451136 30118 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/5226/statm: 31116 30118 76 150 0 30963 0
Current children cumulated CPU time (s) 3211.01
Current children cumulated vsize (KiB) 143552

[startup+3282.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/77 5232
/proc/meminfo: memFree=1246216/2055920 swapFree=4192956/4192956
[pid=5166] ppid=5164 vsize=13732 CPUtime=1250.97
/proc/5166/stat : 5166 (sugar) S 5164 5166 4954 0 -1 4194304 1314 71777 0 4 4 1 124999 93 16 0 1 0 3204555 14061568 828 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5166/statm: 3433 828 374 3 0 533 0
[pid=5225] ppid=5166 vsize=5356 CPUtime=0
/proc/5225/stat : 5225 (sh) S 5166 5166 4954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3330703 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5225/statm: 1339 232 193 169 0 50 0
[pid=5226] ppid=5225 vsize=124544 CPUtime=2020.02
/proc/5226/stat : 5226 (minisat) R 5225 5166 4954 0 -1 4194304 30149 0 0 0 201967 35 0 0 25 0 1 0 3330703 127533056 30135 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5226/statm: 31136 30135 76 150 0 30983 0
Current children cumulated CPU time (s) 3270.99
Current children cumulated vsize (KiB) 143632

[startup+3342.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/77 5232
/proc/meminfo: memFree=1243976/2055920 swapFree=4192956/4192956
[pid=5166] ppid=5164 vsize=13732 CPUtime=1250.97
/proc/5166/stat : 5166 (sugar) S 5164 5166 4954 0 -1 4194304 1314 71777 0 4 4 1 124999 93 16 0 1 0 3204555 14061568 828 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5166/statm: 3433 828 374 3 0 533 0
[pid=5225] ppid=5166 vsize=5356 CPUtime=0
/proc/5225/stat : 5225 (sh) S 5166 5166 4954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3330703 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5225/statm: 1339 232 193 169 0 50 0
[pid=5226] ppid=5225 vsize=125032 CPUtime=2079.99
/proc/5226/stat : 5226 (minisat) R 5225 5166 4954 0 -1 4194304 30253 0 0 0 207964 35 0 0 25 0 1 0 3330703 128032768 30239 996147200 134512640 135127466 4294956256 18446744073709551615 134530944 0 0 4096 3 0 0 0 17 0 0 0
/proc/5226/statm: 31258 30239 76 150 0 31105 0
Current children cumulated CPU time (s) 3330.96
Current children cumulated vsize (KiB) 144120

[startup+3402.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 5232
/proc/meminfo: memFree=1241352/2055920 swapFree=4192956/4192956
[pid=5166] ppid=5164 vsize=13732 CPUtime=1250.97
/proc/5166/stat : 5166 (sugar) S 5164 5166 4954 0 -1 4194304 1314 71777 0 4 4 1 124999 93 16 0 1 0 3204555 14061568 828 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5166/statm: 3433 828 374 3 0 533 0
[pid=5225] ppid=5166 vsize=5356 CPUtime=0
/proc/5225/stat : 5225 (sh) S 5166 5166 4954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3330703 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5225/statm: 1339 232 193 169 0 50 0
[pid=5226] ppid=5225 vsize=125276 CPUtime=2139.98
/proc/5226/stat : 5226 (minisat) R 5225 5166 4954 0 -1 4194304 30315 0 0 0 213963 35 0 0 25 0 1 0 3330703 128282624 30301 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5226/statm: 31319 30301 76 150 0 31166 0
Current children cumulated CPU time (s) 3390.95
Current children cumulated vsize (KiB) 144364

[startup+3462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 5232
/proc/meminfo: memFree=1239496/2055920 swapFree=4192956/4192956
[pid=5166] ppid=5164 vsize=13732 CPUtime=1250.97
/proc/5166/stat : 5166 (sugar) S 5164 5166 4954 0 -1 4194304 1314 71777 0 4 4 1 124999 93 16 0 1 0 3204555 14061568 828 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5166/statm: 3433 828 374 3 0 533 0
[pid=5225] ppid=5166 vsize=5356 CPUtime=0
/proc/5225/stat : 5225 (sh) S 5166 5166 4954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3330703 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5225/statm: 1339 232 193 169 0 50 0
[pid=5226] ppid=5225 vsize=125276 CPUtime=2199.95
/proc/5226/stat : 5226 (minisat) R 5225 5166 4954 0 -1 4194304 30327 0 0 0 219960 35 0 0 25 0 1 0 3330703 128282624 30313 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5226/statm: 31319 30313 76 150 0 31166 0
Current children cumulated CPU time (s) 3450.92
Current children cumulated vsize (KiB) 144364

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 5232
/proc/meminfo: memFree=1237576/2055920 swapFree=4192956/4192956
[pid=5166] ppid=5164 vsize=13732 CPUtime=1250.97
/proc/5166/stat : 5166 (sugar) S 5164 5166 4954 0 -1 4194304 1314 71777 0 4 4 1 124999 93 16 0 1 0 3204555 14061568 828 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5166/statm: 3433 828 374 3 0 533 0
[pid=5225] ppid=5166 vsize=5356 CPUtime=0
/proc/5225/stat : 5225 (sh) S 5166 5166 4954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3330703 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5225/statm: 1339 232 193 169 0 50 0
[pid=5226] ppid=5225 vsize=125440 CPUtime=2259.93
/proc/5226/stat : 5226 (minisat) R 5225 5166 4954 0 -1 4194304 30369 0 0 0 225957 36 0 0 25 0 1 0 3330703 128450560 30355 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5226/statm: 31360 30355 76 150 0 31207 0
Current children cumulated CPU time (s) 3510.9
Current children cumulated vsize (KiB) 144528

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 5232
/proc/meminfo: memFree=1235784/2055920 swapFree=4192956/4192956
[pid=5166] ppid=5164 vsize=13732 CPUtime=1250.97
/proc/5166/stat : 5166 (sugar) S 5164 5166 4954 0 -1 4194304 1314 71777 0 4 4 1 124999 93 16 0 1 0 3204555 14061568 828 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5166/statm: 3433 828 374 3 0 533 0
[pid=5225] ppid=5166 vsize=5356 CPUtime=0
/proc/5225/stat : 5225 (sh) S 5166 5166 4954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3330703 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5225/statm: 1339 232 193 169 0 50 0
[pid=5226] ppid=5225 vsize=125820 CPUtime=2319.91
/proc/5226/stat : 5226 (minisat) R 5225 5166 4954 0 -1 4194304 30408 0 0 0 231955 36 0 0 25 0 1 0 3330703 128839680 30394 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5226/statm: 31455 30394 76 150 0 31302 0
Current children cumulated CPU time (s) 3570.88
Current children cumulated vsize (KiB) 144908



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.6 s]
/proc/loadavg: 1.94 1.98 1.99 3/77 5266
/proc/meminfo: memFree=1450808/2055920 swapFree=4192956/4192956
[pid=5166] ppid=5164 vsize=13732 CPUtime=1250.97
/proc/5166/stat : 5166 (sugar) S 5164 5166 4954 0 -1 4194304 1314 71777 0 4 4 1 124999 93 16 0 1 0 3204555 14061568 828 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5166/statm: 3433 828 374 3 0 533 0
[pid=5225] ppid=5166 vsize=5356 CPUtime=0
/proc/5225/stat : 5225 (sh) S 5166 5166 4954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3330703 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5225/statm: 1339 232 193 169 0 50 0
[pid=5226] ppid=5225 vsize=125820 CPUtime=2349.03
/proc/5226/stat : 5226 (minisat) R 5225 5166 4954 0 -1 4194304 30413 0 0 0 234867 36 0 0 25 0 1 0 3330703 128839680 30399 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5226/statm: 31455 30399 76 150 0 31302 0
Current children cumulated CPU time (s) 3600
Current children cumulated vsize (KiB) 144908

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 5166 and gives
#  childrusage.ru_utime.tv_sec=1250
#  childrusage.ru_utime.tv_usec=38965
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=970852
# CPU time returned by wait4() is 1251.01
# while last known CPU time is 3600
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3611.64
CPU time (s): 3600
CPU user time (s): 3598.7
CPU system time (s): 1.3
CPU usage (%): 99.6777
Max. virtual memory (cumulated for all children) (KiB): 887464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1250.04
system time used= 0.970852
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73433
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7252
involuntary context switches= 33921

runsolver used 3.9674 second user time and 10.1575 second system time

The end

Launcher Data (download as text)

Begin job on node84 at 2008-07-22 23:13:17
IDJOB=1127324
IDBENCH=63242
IDSOLVER=368
FILE ID=node84/1127324-1216761197
PBS_JOBID= 7974085
Free space on /tmp= 66540 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b538b9e1dce582a9f0604a804701a5df
RANDOM SEED=1128073156

node84.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1542392 kB
Buffers:         28452 kB
Cached:         348880 kB
SwapCached:          0 kB
Active:         281992 kB
Inactive:       164992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1542392 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           25664 kB
Writeback:           0 kB
Mapped:          80880 kB
Slab:            51788 kB
Committed_AS:   133548 kB
PageTables:       1840 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 node84 at 2008-07-23 00:13:30