Trace number 1127643

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+minisat-incMSAT (TO) 3600.2 3632.84

General information on the benchmark

Namemaxcsp/cnf/3-40-2100-3000/
normalized-cnf-3-40-3000-775927_ext.xml
MD5SUMaf618ef2ad78a30b043804a4151fac5e
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints269
Best CPU time to get the best result obtained on this benchmark756.145
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints2572
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension2572
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.04/0.20	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.04/0.20	c 0	BEGIN Wed Jul 23 02:44:10 2008
0.04/0.20	c 0	PID 3678
0.06/0.20	c 0	HOST node37.alineos.net
0.06/0.20	c 0	CONVERTING HOME/instance-1127643-1216773850.xml TO HOME/temp.csp
0.06/0.20	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127643-1216773850.xml' 'HOME/temp.csp'
0.06/0.86	c 1	1 domains, 40 variables, 0 predicates, 55 relations, 2572 constraints
0.06/0.89	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.89	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.71/0.97	c 1	Parsing HOME/temp.csp
0.89/1.18	c 1	parsed 2668 expressions
0.89/1.19	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.00/1.22	c 1	MAX CSP: 2572 constraints
1.00/1.22	c 1	Converting to clausal form CSP
1.00/1.29	c 1	converted 525 (10%) expressions
1.09/1.32	c 2	converted 1049 (20%) expressions
1.19/1.41	c 2	converted 1573 (30%) expressions
1.19/1.43	c 2	converted 2098 (40%) expressions
1.19/1.44	c 2	converted 2622 (50%) expressions
1.19/1.47	c 2	converted 3146 (60%) expressions
1.19/1.49	c 2	converted 3671 (70%) expressions
1.19/1.49	c 2	converted 4195 (80%) expressions
1.29/1.50	c 2	converted 4719 (90%) expressions
1.50/1.78	c 2	converted 5243 (100%) expressions
1.50/1.78	c 2	CSP : 5184 integers, 0 booleans, 7715 clauses, largest domain size 3859
1.50/1.78	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.50/1.78	c 2	Propagation in CSP
1.69/1.93	c 2	2568 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.69/1.93	c 2	CSP : 5184 integers, 0 booleans, 7715 clauses, largest domain size 2573
1.69/1.93	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.69/1.94	c 2	Simplifing CSP by introducing new Boolean variables
1.69/1.95	c 2	CSP : 5184 integers, 0 booleans, 7715 clauses, largest domain size 2573
1.69/1.95	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.80/2.00	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.80/2.02	c 2	519 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.80/2.02	c 2	1037 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.80/2.03	c 2	1556 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.80/2.03	c 2	2074 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.80/2.03	c 2	2592 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.80/2.05	c 2	3111 (60%) CSP integer variables are encoded (16298 clauses, 230729 bytes)
1.80/2.08	c 2	3629 (70%) CSP integer variables are encoded (35015 clauses, 511484 bytes)
1.80/2.09	c 2	4148 (80%) CSP integer variables are encoded (41892 clauses, 614639 bytes)
1.80/2.10	c 2	4666 (90%) CSP integer variables are encoded (46429 clauses, 682694 bytes)
1.89/2.11	c 2	5184 (100%) CSP integer variables are encoded (52493 clauses, 773654 bytes)
1.89/2.18	c 2	772 (10%) CSP clauses are encoded (53322 clauses, 786834 bytes)
1.99/2.21	c 2	1543 (20%) CSP clauses are encoded (54170 clauses, 801364 bytes)
1.99/2.24	c 2	2315 (30%) CSP clauses are encoded (55000 clauses, 816516 bytes)
2.09/2.34	c 3	3086 (40%) CSP clauses are encoded (91187 clauses, 1466022 bytes)
9.38/9.71	c 10	3858 (50%) CSP clauses are encoded (3423843 clauses, 70035860 bytes)
9.59/9.94	c 10	4629 (60%) CSP clauses are encoded (3535318 clauses, 72390754 bytes)
16.00/16.42	c 17	5401 (70%) CSP clauses are encoded (6758350 clauses, 141596480 bytes)
16.20/16.68	c 17	6172 (80%) CSP clauses are encoded (6886365 clauses, 144303998 bytes)
16.89/17.32	c 18	6944 (90%) CSP clauses are encoded (7209563 clauses, 151201134 bytes)
19.24/19.83	c 20	7715 (100%) CSP clauses are encoded (8429241 clauses, 177340064 bytes)
19.24/19.83	c 20	7715 CSP clauses encoded
19.24/19.83	c 20	Writing map file : HOME/temp.map
19.24/19.87	c 20	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
19.24/19.87	c 20	SAT : 57677 SAT variables, 8429241 SAT clauses, 177340064 bytes
19.24/19.87	c 20	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
19.31/19.92	c 20	OBJECTIVE minimize _COST
19.31/19.92	c 20	SOLVING HOME/temp.cnf
19.31/19.92	c 20	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
19.31/19.92	c 20	This is MiniSat 2.0 beta incremental
19.31/19.92	c 20	WARNING: for repeatability, setting FPU to use double precision
19.31/19.92	c 20	============================[ Problem Statistics ]=============================
19.31/19.92	c 20	|                                                                             |
19.31/19.92	c 20	|  Number of variables:  57677                                                |
19.31/19.92	c 20	|  Number of clauses:    8429241                                              |
23.06/23.79	c 24	|  Parsing time:         3.26         s                                       |
23.26/23.96	c 24	OK
23.26/23.96	c 24	OBJECTIVE BOUND: 0 <= _COST <= 
23.26/23.96	c 24	SEARCHING: _COST <= 1286
23.26/23.96	c 24	============================[ Search Statistics ]==============================
23.26/23.96	c 24	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
23.26/23.96	c 24	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
23.26/23.96	c 24	===============================================================================
23.26/23.96	c 24	|         0 |   57677  8429241 25130279 |  2809747        0    nan |  0.000 % |
26.23/26.91	c 27	===============================================================================
26.23/26.91	c 27	restarts              : 1
26.23/26.91	c 27	conflicts             : 83            (13 /sec)
26.23/26.91	c 27	decisions             : 930           (0.65 % random) (147 /sec)
26.23/26.91	c 27	propagations          : 571157         (90173 /sec)
26.23/26.91	c 27	conflict literals     : 1610           (21.73 % deleted)
26.23/26.91	c 27	Memory used           : 351.06 MB
26.23/26.91	c 27	CPU time              : 6.33404 s
26.23/26.91	c 27	
26.23/26.91	c 27	SATISFIABLE
26.23/26.93	c 27	OK
26.23/26.93	c 27	FOUND: _COST <= 1286
26.23/26.93	s SATISFIABLE
26.23/26.93	c 27	DECODING HOME/temp.out WITH HOME/temp.map
26.23/26.93	c 27	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
26.26/27.01	c 27	Decoding HOME/temp.out
26.26/27.34	c 28	OBJECTIVE _COST 1286
26.26/27.34	o 1286
26.26/27.35	v 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
26.26/27.35	c 28	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
26.26/27.36	c 28	OK
26.26/27.36	c 28	OBJECTIVE BOUND: 0 <= _COST <= 1286
26.26/27.36	c 28	SEARCHING: _COST <= 643
26.26/27.36	c 28	============================[ Search Statistics ]==============================
26.26/27.36	c 28	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
26.26/27.36	c 28	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
26.26/27.36	c 28	===============================================================================
26.26/27.36	c 28	|        83 |   57677  8429241 25130279 |  2809747       83     19 |  0.000 % |
27.31/28.02	c 28	===============================================================================
27.31/28.02	c 28	restarts              : 2
27.31/28.02	c 28	conflicts             : 83            (12 /sec)
27.31/28.02	c 28	decisions             : 1317          (0.61 % random) (188 /sec)
27.31/28.02	c 28	propagations          : 628834         (89924 /sec)
27.31/28.02	c 28	conflict literals     : 1610           (21.73 % deleted)
27.31/28.02	c 28	Memory used           : 357.25 MB
27.31/28.02	c 28	CPU time              : 6.99294 s
27.31/28.02	c 28	
27.31/28.02	c 28	SATISFIABLE
27.31/28.04	c 28	OK
27.31/28.04	c 28	FOUND: _COST <= 643
27.31/28.04	c 28	DECODING HOME/temp.out WITH HOME/temp.map
27.31/28.04	c 28	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
27.35/28.16	c 28	Decoding HOME/temp.out
27.35/28.59	c 29	OBJECTIVE _COST 643
27.35/28.59	o 643
27.35/28.59	v 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
27.85/28.61	c 29	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
27.85/28.69	c 29	OK
27.85/28.69	c 29	OBJECTIVE BOUND: 0 <= _COST <= 643
27.85/28.69	c 29	SEARCHING: _COST <= 321
27.85/28.69	c 29	============================[ Search Statistics ]==============================
27.85/28.69	c 29	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
27.85/28.69	c 29	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
27.85/28.69	c 29	===============================================================================
27.85/28.69	c 29	|        83 |   42245  8429241 25130279 |  2809747       83     19 |  0.000 % |
29.69/30.51	c 31	|       183 |   42218  8429241 25130279 |  3090721      183     31 | 41.249 % |
32.38/33.23	c 33	|       334 |   42218  8429241 25130279 |  3399793      334     39 | 41.249 % |
37.13/38.02	c 38	|       559 |   42218  8429241 25130279 |  3739773      559     44 | 41.249 % |
44.27/45.25	c 45	|       897 |   42218  8429241 25130279 |  4113750      897     47 | 41.249 % |
54.47/55.52	c 56	|      1404 |   42218  8429241 25130279 |  4525125     1404     50 | 41.249 % |
69.34/70.50	c 71	|      2163 |   42218  8429241 25130279 |  4977638     2163     50 | 41.249 % |
93.71/95.17	c 95	|      3302 |   42218  8429241 25130279 |  5475402     3302     52 | 41.249 % |
128.30/130.04	c 130	|      5010 |   42218  8429241 25130279 |  6022942     5010     52 | 41.249 % |
180.91/183.16	c 183	|      7572 |   42218  8429241 25130279 |  6625236     7572     52 | 41.249 % |
251.45/254.32	c 255	|     11417 |   33886  3468444 10317332 |  7287760    11369     53 | 41.249 % |
310.80/314.26	c 314	|     17183 |   33886  3468444 10317332 |  8016536    17135     46 | 41.249 % |
434.77/439.33	c 440	|     25832 |   33886  3468444 10317332 |  8818189    25784     48 | 41.249 % |
622.47/628.74	c 629	|     38806 |   33886  3468444 10317332 |  9700008    38758     49 | 41.249 % |
907.49/916.31	c 917	|     58269 |   33886  3468444 10317332 | 10670009    58221     50 | 41.249 % |
1223.92/1235.65	c 1236	===============================================================================
1223.92/1235.66	c 1236	restarts              : 17
1223.92/1235.66	c 1236	conflicts             : 78580         (65 /sec)
1223.92/1235.66	c 1236	decisions             : 87892         (0.83 % random) (73 /sec)
1223.92/1235.66	c 1236	propagations          : 297111788      (246958 /sec)
1223.92/1235.66	c 1236	conflict literals     : 3963628        (52.33 % deleted)
1223.92/1235.66	c 1236	Memory used           : 359.80 MB
1223.92/1235.66	c 1236	CPU time              : 1203.09 s
1223.92/1235.66	c 1236	
1223.92/1235.66	c 1236	SATISFIABLE
1223.92/1235.68	c 1236	OK
1223.92/1235.68	c 1236	FOUND: _COST <= 321
1223.92/1235.68	c 1236	DECODING HOME/temp.out WITH HOME/temp.map
1223.92/1235.68	c 1236	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1224.00/1235.77	c 1236	Decoding HOME/temp.out
1224.00/1236.00	c 1236	OBJECTIVE _COST 321
1224.00/1236.00	o 321
1224.00/1236.00	v 1 1 1 1 0 1 1 1 1 1 1 1 1 0 1 1 1 1 1 0 1 1 1 0 1 1 1 1 1 1 1 1 0 1 1 1 1 1 0 1
1224.00/1236.01	c 1236	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1226.18/1237.93	c 1238	OK
1226.18/1237.93	c 1238	OBJECTIVE BOUND: 0 <= _COST <= 321
1226.18/1237.93	c 1238	SEARCHING: _COST <= 160
1226.18/1237.93	c 1238	============================[ Search Statistics ]==============================
1226.18/1237.93	c 1238	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1226.18/1237.93	c 1238	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1226.18/1237.93	c 1238	===============================================================================
1226.18/1237.93	c 1238	|     78580 |   28730  1951333  5781145 |   650444    78532     50 | 41.249 % |
1227.27/1239.09	c 1239	|     78682 |   28730  1951333  5781145 |   715488    78634     50 | 50.188 % |
1228.76/1240.55	c 1241	|     78832 |   28730  1951333  5781145 |   787037    78784     50 | 50.188 % |
1230.85/1242.62	c 1243	|     79058 |   28730  1951333  5781145 |   865741    79010     50 | 50.188 % |
1234.52/1246.32	c 1247	|     79395 |   28730  1951333  5781145 |   952315    79347     50 | 50.188 % |
1239.67/1251.53	c 1252	|     79902 |   28730  1951333  5781145 |  1047547    79854     50 | 50.188 % |
1246.70/1258.63	c 1259	|     80661 |   28730  1951333  5781145 |  1152301    80613     50 | 50.188 % |
1258.00/1270.06	c 1270	|     81801 |   28730  1951333  5781145 |  1267531    81753     50 | 50.188 % |
1274.75/1286.98	c 1287	|     83509 |   28730  1951333  5781145 |  1394285    83461     50 | 50.188 % |
1300.11/1312.58	c 1313	|     86072 |   28730  1951333  5781145 |  1533713    86024     49 | 50.188 % |
1336.49/1349.21	c 1349	|     89916 |   28730  1951333  5781145 |  1687085    89868     48 | 50.188 % |
1397.13/1410.48	c 1411	|     95683 |   28730  1951333  5781145 |  1855793    95635     48 | 50.188 % |
1489.50/1503.61	c 1504	|    104332 |   28730  1951333  5781145 |  2041372   104284     46 | 50.188 % |
1622.67/1638.06	c 1638	|    117307 |   28730  1951333  5781145 |  2245510   117259     45 | 50.188 % |
1828.11/1845.36	c 1846	|    136769 |   28730  1951333  5781145 |  2470061   136721     43 | 50.188 % |
2138.79/2158.80	c 2159	|    165961 |   28730  1951333  5781145 |  2717067   165913     42 | 50.188 % |
2606.96/2631.22	c 2631	|    209750 |   28730  1951333  5781145 |  2988774   209702     40 | 50.188 % |
3377.70/3409.00	c 3409	|    275435 |   28730  1951333  5781145 |  3287651   275387     38 | 50.188 % |
3600.03/3632.71	c ERROR INTERRUPTED
3600.15/3632.84	c 3633	CPU 3597.64 (0.08 0.02 3597.56 2.43)
3600.15/3632.84	c 3633	END Wed Jul 23 03:44:43 2008

Verifier Data (download as text)

OK	317	2255
317 unsatisfied constraints, 2255 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-1127643-1216773850/watcher-1127643-1216773850 -o /tmp/evaluation-result-1127643-1216773850/solver-1127643-1216773850 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1127643-1216773850.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.95 1.99 1.94 4/80 3678
/proc/meminfo: memFree=1762464/2055920 swapFree=4192956/4192956
[pid=3678] ppid=3676 vsize=6268 CPUtime=0
/proc/3678/stat : 3678 (sugar++) R 3676 3678 3442 0 -1 4194304 62 0 0 0 0 0 0 0 19 0 1 0 4474216 6418432 47 996147200 4194304 4206940 548682068528 18446744073709551615 213113697673 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/3678/statm: 1567 47 36 3 0 8 0

[startup+0.107632 s]
/proc/loadavg: 1.95 1.99 1.94 4/80 3678
/proc/meminfo: memFree=1762464/2055920 swapFree=4192956/4192956
[pid=3678] ppid=3676 vsize=13468 CPUtime=0.04
/proc/3678/stat : 3678 (sugar++) R 3676 3678 3442 0 -1 4194304 758 0 0 0 3 1 0 0 18 0 1 0 4474216 13791232 726 996147200 4194304 4206940 548682068528 18446744073709551615 213116194276 0 0 4224 0 0 0 0 17 1 0 0
/proc/3678/statm: 3367 726 338 3 0 467 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13468

[startup+0.201642 s]
/proc/loadavg: 1.95 1.99 1.94 4/80 3678
/proc/meminfo: memFree=1762464/2055920 swapFree=4192956/4192956
[pid=3678] ppid=3676 vsize=16740 CPUtime=0.06
/proc/3678/stat : 3678 (sugar++) S 3676 3678 3442 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 4474216 17141760 1100 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3678/statm: 4185 1100 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301659 s]
/proc/loadavg: 1.95 1.99 1.94 4/80 3678
/proc/meminfo: memFree=1762464/2055920 swapFree=4192956/4192956
[pid=3678] ppid=3676 vsize=16740 CPUtime=0.06
/proc/3678/stat : 3678 (sugar++) S 3676 3678 3442 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 4474216 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3678/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701699 s]
/proc/loadavg: 1.95 1.99 1.94 4/80 3678
/proc/meminfo: memFree=1762464/2055920 swapFree=4192956/4192956
[pid=3678] ppid=3676 vsize=16740 CPUtime=0.06
/proc/3678/stat : 3678 (sugar++) S 3676 3678 3442 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 4474216 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3678/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50278 s]
/proc/loadavg: 1.95 1.99 1.94 3/91 3700
/proc/meminfo: memFree=1753160/2055920 swapFree=4192956/4192956
[pid=3678] ppid=3676 vsize=16740 CPUtime=0.72
/proc/3678/stat : 3678 (sugar++) S 3676 3678 3442 0 -1 4194304 1296 5012 0 1 6 1 62 3 15 0 1 0 4474216 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3678/statm: 4185 1104 409 3 0 764 0
[pid=3691] ppid=3678 vsize=5356 CPUtime=0
/proc/3691/stat : 3691 (sh) S 3678 3678 3442 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4474306 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3691/statm: 1339 233 193 169 0 50 0
[pid=3692] ppid=3691 vsize=868364 CPUtime=0.57
/proc/3692/stat : 3692 (java) S 3691 3678 3442 0 -1 0 5721 0 1 0 53 4 0 0 18 0 9 0 4474306 889204736 5138 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3692/statm: 217091 5138 1732 9 0 211666 0
[pid=3692/tid=3693] ppid=3691 vsize=868364 CPUtime=0.34
/proc/3692/task/3693/stat : 3693 (java) R 3691 3678 3442 0 -1 64 2648 0 1 0 32 2 0 0 19 0 9 0 4474307 889204736 5138 996147200 134512640 134550740 4294955920 18446744073709551615 4126474464 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3692/tid=3694] ppid=3691 vsize=868364 CPUtime=0.04
/proc/3692/task/3694/stat : 3694 (java) S 3691 3678 3442 0 -1 64 923 0 0 0 4 0 0 0 16 0 9 0 4474308 889204736 5138 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3692/tid=3695] ppid=3691 vsize=868364 CPUtime=0
/proc/3692/task/3695/stat : 3695 (java) S 3691 3678 3442 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 4474309 889204736 5138 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3692/tid=3696] ppid=3691 vsize=868364 CPUtime=0
/proc/3692/task/3696/stat : 3696 (java) S 3691 3678 3442 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 4474309 889204736 5138 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3692/tid=3697] ppid=3691 vsize=868364 CPUtime=0
/proc/3692/task/3697/stat : 3697 (java) S 3691 3678 3442 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4474311 889204736 5138 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3692/tid=3698] ppid=3691 vsize=868364 CPUtime=0.18
/proc/3692/task/3698/stat : 3698 (java) S 3691 3678 3442 0 -1 64 1459 0 0 0 17 1 0 0 16 0 9 0 4474311 889204736 5138 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3692/tid=3699] ppid=3691 vsize=868364 CPUtime=0
/proc/3692/task/3699/stat : 3699 (java) S 3691 3678 3442 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4474311 889204736 5138 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3692/tid=3700] ppid=3691 vsize=868364 CPUtime=0
/proc/3692/task/3700/stat : 3700 (java) S 3691 3678 3442 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4474311 889204736 5138 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 890460

[startup+3.10296 s]
/proc/loadavg: 1.95 1.99 1.94 3/91 3700
/proc/meminfo: memFree=1738760/2055920 swapFree=4192956/4192956
[pid=3678] ppid=3676 vsize=16740 CPUtime=0.72
/proc/3678/stat : 3678 (sugar++) S 3676 3678 3442 0 -1 4194304 1297 5012 0 1 6 1 62 3 15 0 1 0 4474216 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3678/statm: 4185 1104 409 3 0 764 0
[pid=3691] ppid=3678 vsize=5356 CPUtime=0
/proc/3691/stat : 3691 (sh) S 3678 3678 3442 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4474306 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3691/statm: 1339 233 193 169 0 50 0
[pid=3692] ppid=3691 vsize=868476 CPUtime=2.15
/proc/3692/stat : 3692 (java) S 3691 3678 3442 0 -1 0 8245 0 1 0 207 8 0 0 18 0 9 0 4474306 889319424 7243 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3692/statm: 217119 7243 2565 9 0 211666 0
[pid=3692/tid=3693] ppid=3691 vsize=868476 CPUtime=1.56
/proc/3692/task/3693/stat : 3693 (java) R 3691 3678 3442 0 -1 64 2932 0 1 0 152 4 0 0 25 0 9 0 4474307 889319424 7243 996147200 134512640 134550740 4294955920 18446744073709551615 4127019892 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3692/tid=3694] ppid=3691 vsize=868476 CPUtime=0.3
/proc/3692/task/3694/stat : 3694 (java) S 3691 3678 3442 0 -1 64 3105 0 0 0 28 2 0 0 16 0 9 0 4474308 889319424 7243 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3692/tid=3695] ppid=3691 vsize=868476 CPUtime=0
/proc/3692/task/3695/stat : 3695 (java) S 3691 3678 3442 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4474309 889319424 7243 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3692/tid=3696] ppid=3691 vsize=868476 CPUtime=0
/proc/3692/task/3696/stat : 3696 (java) S 3691 3678 3442 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4474309 889319424 7243 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3692/tid=3697] ppid=3691 vsize=868476 CPUtime=0
/proc/3692/task/3697/stat : 3697 (java) S 3691 3678 3442 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4474311 889319424 7243 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3692/tid=3698] ppid=3691 vsize=868476 CPUtime=0.27
/proc/3692/task/3698/stat : 3698 (java) S 3691 3678 3442 0 -1 64 1516 0 0 0 26 1 0 0 16 0 9 0 4474311 889319424 7243 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3692/tid=3699] ppid=3691 vsize=868476 CPUtime=0
/proc/3692/task/3699/stat : 3699 (java) S 3691 3678 3442 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4474311 889319424 7243 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3692/tid=3700] ppid=3691 vsize=868476 CPUtime=0
/proc/3692/task/3700/stat : 3700 (java) S 3691 3678 3442 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4474311 889319424 7243 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 890572

[startup+6.30231 s]
/proc/loadavg: 1.95 1.99 1.94 3/91 3700
/proc/meminfo: memFree=1714568/2055920 swapFree=4192956/4192956
[pid=3678] ppid=3676 vsize=16740 CPUtime=0.72
/proc/3678/stat : 3678 (sugar++) S 3676 3678 3442 0 -1 4194304 1297 5012 0 1 6 1 62 3 15 0 1 0 4474216 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3678/statm: 4185 1104 409 3 0 764 0
[pid=3691] ppid=3678 vsize=5356 CPUtime=0
/proc/3691/stat : 3691 (sh) S 3678 3678 3442 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4474306 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3691/statm: 1339 233 193 169 0 50 0
[pid=3692] ppid=3691 vsize=868476 CPUtime=5.32
/proc/3692/stat : 3692 (java) S 3691 3678 3442 0 -1 0 9096 0 1 0 499 33 0 0 18 0 9 0 4474306 889319424 7253 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3692/statm: 217119 7253 2566 9 0 211666 0
[pid=3692/tid=3693] ppid=3691 vsize=868476 CPUtime=4.48
/proc/3692/task/3693/stat : 3693 (java) R 3691 3678 3442 0 -1 64 3773 0 1 0 425 23 0 0 25 0 9 0 4474307 889319424 7253 996147200 134512640 134550740 4294955920 18446744073709551615 4127104543 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3692/tid=3694] ppid=3691 vsize=868476 CPUtime=0.51
/proc/3692/task/3694/stat : 3694 (java) S 3691 3678 3442 0 -1 64 3105 0 0 0 44 7 0 0 16 0 9 0 4474308 889319424 7253 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3692/tid=3695] ppid=3691 vsize=868476 CPUtime=0
/proc/3692/task/3695/stat : 3695 (java) S 3691 3678 3442 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4474309 889319424 7253 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3692/tid=3696] ppid=3691 vsize=868476 CPUtime=0
/proc/3692/task/3696/stat : 3696 (java) S 3691 3678 3442 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4474309 889319424 7253 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3692/tid=3697] ppid=3691 vsize=868476 CPUtime=0
/proc/3692/task/3697/stat : 3697 (java) S 3691 3678 3442 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4474311 889319424 7253 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3692/tid=3698] ppid=3691 vsize=868476 CPUtime=0.29
/proc/3692/task/3698/stat : 3698 (java) S 3691 3678 3442 0 -1 64 1526 0 0 0 28 1 0 0 15 0 9 0 4474311 889319424 7253 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3692/tid=3699] ppid=3691 vsize=868476 CPUtime=0
/proc/3692/task/3699/stat : 3699 (java) S 3691 3678 3442 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4474311 889319424 7253 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3692/tid=3700] ppid=3691 vsize=868476 CPUtime=0
/proc/3692/task/3700/stat : 3700 (java) S 3691 3678 3442 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4474311 889319424 7253 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 890572

[startup+12.703 s]
/proc/loadavg: 2.04 2.01 1.95 3/91 3700
/proc/meminfo: memFree=1642440/2055920 swapFree=4192956/4192956
[pid=3678] ppid=3676 vsize=16740 CPUtime=0.72
/proc/3678/stat : 3678 (sugar++) S 3676 3678 3442 0 -1 4194304 1297 5012 0 1 6 1 62 3 15 0 1 0 4474216 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3678/statm: 4185 1104 409 3 0 764 0
[pid=3691] ppid=3678 vsize=5356 CPUtime=0
/proc/3691/stat : 3691 (sh) S 3678 3678 3442 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4474306 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3691/statm: 1339 233 193 169 0 50 0
[pid=3692] ppid=3691 vsize=868476 CPUtime=11.62
/proc/3692/stat : 3692 (java) S 3691 3678 3442 0 -1 0 10984 0 1 0 1074 88 0 0 18 0 9 0 4474306 889319424 7255 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3692/statm: 217119 7255 2566 9 0 211666 0
[pid=3692/tid=3693] ppid=3691 vsize=868476 CPUtime=10.31
/proc/3692/task/3693/stat : 3693 (java) R 3691 3678 3442 0 -1 64 5659 0 1 0 963 68 0 0 25 0 9 0 4474307 889319424 7255 996147200 134512640 134550740 4294955920 18446744073709551615 4127032820 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3692/tid=3694] ppid=3691 vsize=868476 CPUtime=0.98
/proc/3692/task/3694/stat : 3694 (java) S 3691 3678 3442 0 -1 64 3105 0 0 0 81 17 0 0 16 0 9 0 4474308 889319424 7255 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3692/tid=3695] ppid=3691 vsize=868476 CPUtime=0
/proc/3692/task/3695/stat : 3695 (java) S 3691 3678 3442 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4474309 889319424 7255 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3692/tid=3696] ppid=3691 vsize=868476 CPUtime=0
/proc/3692/task/3696/stat : 3696 (java) S 3691 3678 3442 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4474309 889319424 7255 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3692/tid=3697] ppid=3691 vsize=868476 CPUtime=0
/proc/3692/task/3697/stat : 3697 (java) S 3691 3678 3442 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4474311 889319424 7255 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3692/tid=3698] ppid=3691 vsize=868476 CPUtime=0.29
/proc/3692/task/3698/stat : 3698 (java) S 3691 3678 3442 0 -1 64 1528 0 0 0 28 1 0 0 15 0 9 0 4474311 889319424 7255 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3692/tid=3699] ppid=3691 vsize=868476 CPUtime=0
/proc/3692/task/3699/stat : 3699 (java) S 3691 3678 3442 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4474311 889319424 7255 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3692/tid=3700] ppid=3691 vsize=868476 CPUtime=0
/proc/3692/task/3700/stat : 3700 (java) S 3691 3678 3442 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4474311 889319424 7255 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 890572

[startup+25.5014 s]
/proc/loadavg: 2.10 2.02 1.95 3/82 3701
/proc/meminfo: memFree=1236368/2055920 swapFree=4192956/4192956
[pid=3678] ppid=3676 vsize=17136 CPUtime=19.35
/proc/3678/stat : 3678 (sugar++) S 3676 3678 3442 0 -1 4194304 1540 18366 0 2 7 2 1766 160 15 0 1 0 4474216 17547264 1189 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3678/statm: 4284 1189 414 3 0 863 0
[pid=3701] ppid=3678 vsize=358292 CPUtime=5.49
/proc/3701/stat : 3701 (minisat-inc) R 3678 3678 3442 0 -1 4194304 85920 0 0 0 493 56 0 0 25 0 1 0 4476209 366891008 85869 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3701/statm: 89573 85869 69 151 0 89419 0
Current children cumulated CPU time (s) 24.84
Current children cumulated vsize (KiB) 375428

[startup+51.1012 s]
/proc/loadavg: 2.06 2.02 1.95 3/82 3721
/proc/meminfo: memFree=1211600/2055920 swapFree=4192956/4192956
[pid=3678] ppid=3676 vsize=17136 CPUtime=20.3
/proc/3678/stat : 3678 (sugar++) S 3676 3678 3442 0 -1 4194304 1696 26379 0 4 8 2 1855 165 16 0 1 0 4474216 17547264 1190 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3678/statm: 4284 1190 414 3 0 863 0
[pid=3701] ppid=3678 vsize=367800 CPUtime=29.81
/proc/3701/stat : 3701 (minisat-inc) R 3678 3678 3442 0 -1 4194304 88305 0 0 0 2923 58 0 0 25 0 1 0 4476209 376627200 88250 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0

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

[pid=3678] ppid=3676 vsize=17136 CPUtime=20.61
/proc/3678/stat : 3678 (sugar++) S 3676 3678 3442 0 -1 4194304 1767 30386 0 5 8 2 1883 168 16 0 1 0 4474216 17547264 1190 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3678/statm: 4284 1190 414 3 0 863 0
[pid=3701] ppid=3678 vsize=371128 CPUtime=2874.83
/proc/3701/stat : 3701 (minisat-inc) R 3678 3678 3442 0 -1 4194304 89010 0 0 0 287418 65 0 0 25 0 1 0 4476209 380035072 88953 996147200 134512640 135134323 4294956192 18446744073709551615 134532123 0 0 4096 3 0 0 0 17 1 0 0
/proc/3701/statm: 92782 88953 80 151 0 92628 0
Current children cumulated CPU time (s) 2895.44
Current children cumulated vsize (KiB) 388264

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/82 3739
/proc/meminfo: memFree=1207000/2055920 swapFree=4192956/4192956
[pid=3678] ppid=3676 vsize=17136 CPUtime=20.61
/proc/3678/stat : 3678 (sugar++) S 3676 3678 3442 0 -1 4194304 1767 30386 0 5 8 2 1883 168 16 0 1 0 4474216 17547264 1190 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3678/statm: 4284 1190 414 3 0 863 0
[pid=3701] ppid=3678 vsize=371128 CPUtime=2934.31
/proc/3701/stat : 3701 (minisat-inc) R 3678 3678 3442 0 -1 4194304 89018 0 0 0 293365 66 0 0 25 0 1 0 4476209 380035072 88961 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3701/statm: 92782 88961 80 151 0 92628 0
Current children cumulated CPU time (s) 2954.92
Current children cumulated vsize (KiB) 388264

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/82 3739
/proc/meminfo: memFree=1206936/2055920 swapFree=4192956/4192956
[pid=3678] ppid=3676 vsize=17136 CPUtime=20.61
/proc/3678/stat : 3678 (sugar++) S 3676 3678 3442 0 -1 4194304 1767 30386 0 5 8 2 1883 168 16 0 1 0 4474216 17547264 1190 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3678/statm: 4284 1190 414 3 0 863 0
[pid=3701] ppid=3678 vsize=371292 CPUtime=2993.77
/proc/3701/stat : 3701 (minisat-inc) R 3678 3678 3442 0 -1 4194304 89061 0 0 0 299311 66 0 0 25 0 1 0 4476209 380203008 89004 996147200 134512640 135134323 4294956192 18446744073709551615 134531980 0 0 4096 3 0 0 0 17 1 0 0
/proc/3701/statm: 92823 89004 80 151 0 92669 0
Current children cumulated CPU time (s) 3014.38
Current children cumulated vsize (KiB) 388428

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/82 3739
/proc/meminfo: memFree=1206680/2055920 swapFree=4192956/4192956
[pid=3678] ppid=3676 vsize=17136 CPUtime=20.61
/proc/3678/stat : 3678 (sugar++) S 3676 3678 3442 0 -1 4194304 1767 30386 0 5 8 2 1883 168 16 0 1 0 4474216 17547264 1190 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3678/statm: 4284 1190 414 3 0 863 0
[pid=3701] ppid=3678 vsize=371456 CPUtime=3053.23
/proc/3701/stat : 3701 (minisat-inc) R 3678 3678 3442 0 -1 4194304 89093 0 0 0 305257 66 0 0 25 0 1 0 4476209 380370944 89036 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3701/statm: 92864 89036 80 151 0 92710 0
Current children cumulated CPU time (s) 3073.84
Current children cumulated vsize (KiB) 388592

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/82 3739
/proc/meminfo: memFree=1206680/2055920 swapFree=4192956/4192956
[pid=3678] ppid=3676 vsize=17136 CPUtime=20.61
/proc/3678/stat : 3678 (sugar++) S 3676 3678 3442 0 -1 4194304 1767 30386 0 5 8 2 1883 168 16 0 1 0 4474216 17547264 1190 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3678/statm: 4284 1190 414 3 0 863 0
[pid=3701] ppid=3678 vsize=371456 CPUtime=3112.69
/proc/3701/stat : 3701 (minisat-inc) R 3678 3678 3442 0 -1 4194304 89099 0 0 0 311203 66 0 0 25 0 1 0 4476209 380370944 89042 996147200 134512640 135134323 4294956192 18446744073709551615 134531958 0 0 4096 3 0 0 0 17 1 0 0
/proc/3701/statm: 92864 89042 80 151 0 92710 0
Current children cumulated CPU time (s) 3133.3
Current children cumulated vsize (KiB) 388592

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/82 3739
/proc/meminfo: memFree=1206616/2055920 swapFree=4192956/4192956
[pid=3678] ppid=3676 vsize=17136 CPUtime=20.61
/proc/3678/stat : 3678 (sugar++) S 3676 3678 3442 0 -1 4194304 1767 30386 0 5 8 2 1883 168 16 0 1 0 4474216 17547264 1190 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3678/statm: 4284 1190 414 3 0 863 0
[pid=3701] ppid=3678 vsize=371456 CPUtime=3172.15
/proc/3701/stat : 3701 (minisat-inc) R 3678 3678 3442 0 -1 4194304 89107 0 0 0 317149 66 0 0 25 0 1 0 4476209 380370944 89050 996147200 134512640 135134323 4294956192 18446744073709551615 134531908 0 0 4096 3 0 0 0 17 1 0 0
/proc/3701/statm: 92864 89050 80 151 0 92710 0
Current children cumulated CPU time (s) 3192.76
Current children cumulated vsize (KiB) 388592

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/82 3739
/proc/meminfo: memFree=1206552/2055920 swapFree=4192956/4192956
[pid=3678] ppid=3676 vsize=17136 CPUtime=20.61
/proc/3678/stat : 3678 (sugar++) S 3676 3678 3442 0 -1 4194304 1767 30386 0 5 8 2 1883 168 16 0 1 0 4474216 17547264 1190 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3678/statm: 4284 1190 414 3 0 863 0
[pid=3701] ppid=3678 vsize=371456 CPUtime=3231.62
/proc/3701/stat : 3701 (minisat-inc) R 3678 3678 3442 0 -1 4194304 89114 0 0 0 323096 66 0 0 25 0 1 0 4476209 380370944 89057 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3701/statm: 92864 89057 80 151 0 92710 0
Current children cumulated CPU time (s) 3252.23
Current children cumulated vsize (KiB) 388592

[startup+3342.3 s]
/proc/loadavg: 2.07 2.02 1.98 3/82 3739
/proc/meminfo: memFree=1206552/2055920 swapFree=4192956/4192956
[pid=3678] ppid=3676 vsize=17136 CPUtime=20.61
/proc/3678/stat : 3678 (sugar++) S 3676 3678 3442 0 -1 4194304 1767 30386 0 5 8 2 1883 168 16 0 1 0 4474216 17547264 1190 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3678/statm: 4284 1190 414 3 0 863 0
[pid=3701] ppid=3678 vsize=371456 CPUtime=3291.07
/proc/3701/stat : 3701 (minisat-inc) R 3678 3678 3442 0 -1 4194304 89119 0 0 0 329041 66 0 0 25 0 1 0 4476209 380370944 89062 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3701/statm: 92864 89062 80 151 0 92710 0
Current children cumulated CPU time (s) 3311.68
Current children cumulated vsize (KiB) 388592

[startup+3402.3 s]
/proc/loadavg: 2.02 2.01 1.98 3/82 3739
/proc/meminfo: memFree=1206296/2055920 swapFree=4192956/4192956
[pid=3678] ppid=3676 vsize=17136 CPUtime=20.61
/proc/3678/stat : 3678 (sugar++) S 3676 3678 3442 0 -1 4194304 1767 30386 0 5 8 2 1883 168 16 0 1 0 4474216 17547264 1190 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3678/statm: 4284 1190 414 3 0 863 0
[pid=3701] ppid=3678 vsize=371700 CPUtime=3350.54
/proc/3701/stat : 3701 (minisat-inc) R 3678 3678 3442 0 -1 4194304 89173 0 0 0 334987 67 0 0 25 0 1 0 4476209 380620800 89116 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3701/statm: 92925 89116 80 151 0 92771 0
Current children cumulated CPU time (s) 3371.15
Current children cumulated vsize (KiB) 388836

[startup+3462.3 s]
/proc/loadavg: 2.01 2.00 1.98 3/82 3739
/proc/meminfo: memFree=1205848/2055920 swapFree=4192956/4192956
[pid=3678] ppid=3676 vsize=17136 CPUtime=20.61
/proc/3678/stat : 3678 (sugar++) S 3676 3678 3442 0 -1 4194304 1767 30386 0 5 8 2 1883 168 16 0 1 0 4474216 17547264 1190 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3678/statm: 4284 1190 414 3 0 863 0
[pid=3701] ppid=3678 vsize=371864 CPUtime=3410
/proc/3701/stat : 3701 (minisat-inc) R 3678 3678 3442 0 -1 4194304 89219 0 0 0 340933 67 0 0 25 0 1 0 4476209 380788736 89162 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3701/statm: 92966 89162 80 151 0 92812 0
Current children cumulated CPU time (s) 3430.61
Current children cumulated vsize (KiB) 389000

[startup+3522.31 s]
/proc/loadavg: 2.00 2.00 1.98 3/82 3739
/proc/meminfo: memFree=1205912/2055920 swapFree=4192956/4192956
[pid=3678] ppid=3676 vsize=17136 CPUtime=20.61
/proc/3678/stat : 3678 (sugar++) S 3676 3678 3442 0 -1 4194304 1767 30386 0 5 8 2 1883 168 16 0 1 0 4474216 17547264 1190 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3678/statm: 4284 1190 414 3 0 863 0
[pid=3701] ppid=3678 vsize=371864 CPUtime=3469.47
/proc/3701/stat : 3701 (minisat-inc) R 3678 3678 3442 0 -1 4194304 89224 0 0 0 346880 67 0 0 25 0 1 0 4476209 380788736 89167 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3701/statm: 92966 89167 80 151 0 92812 0
Current children cumulated CPU time (s) 3490.08
Current children cumulated vsize (KiB) 389000

[startup+3582.3 s]
/proc/loadavg: 2.07 2.02 1.98 3/76 3804
/proc/meminfo: memFree=1242448/2055920 swapFree=4192956/4192956
[pid=3678] ppid=3676 vsize=17136 CPUtime=20.61
/proc/3678/stat : 3678 (sugar++) S 3676 3678 3442 0 -1 4194304 1767 30386 0 5 8 2 1883 168 16 0 1 0 4474216 17547264 1190 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3678/statm: 4284 1190 414 3 0 863 0
[pid=3701] ppid=3678 vsize=371864 CPUtime=3529.03
/proc/3701/stat : 3701 (minisat-inc) R 3678 3678 3442 0 -1 4194304 89234 0 0 0 352835 68 0 0 25 0 1 0 4476209 380788736 89177 996147200 134512640 135134323 4294956192 18446744073709551615 134531850 0 0 4096 3 0 0 0 17 0 0 0
/proc/3701/statm: 92966 89177 80 151 0 92812 0
Current children cumulated CPU time (s) 3549.64
Current children cumulated vsize (KiB) 389000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3632.7 s]
/proc/loadavg: 2.03 2.01 1.98 3/76 3804
/proc/meminfo: memFree=1239248/2055920 swapFree=4192956/4192956
[pid=3678] ppid=3676 vsize=17136 CPUtime=20.61
/proc/3678/stat : 3678 (sugar++) S 3676 3678 3442 0 -1 4194304 1767 30386 0 5 8 2 1883 168 16 0 1 0 4474216 17547264 1190 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3678/statm: 4284 1190 414 3 0 863 0
[pid=3701] ppid=3678 vsize=371944 CPUtime=3579.42
/proc/3701/stat : 3701 (minisat-inc) R 3678 3678 3442 0 -1 4194304 89242 0 0 0 357873 69 0 0 25 0 1 0 4476209 380870656 89185 996147200 134512640 135134323 4294956192 18446744073709551615 134532050 0 0 4096 3 0 0 0 17 0 0 0
/proc/3701/statm: 92986 89185 80 151 0 92832 0
Current children cumulated CPU time (s) 3600.03
Current children cumulated vsize (KiB) 389080

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

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

[startup+3632.81 s]
/proc/loadavg: 2.03 2.01 1.98 3/76 3804
/proc/meminfo: memFree=1239248/2055920 swapFree=4192956/4192956
[pid=3678] ppid=3676 vsize=17136 CPUtime=3600.15
/proc/3678/stat : 3678 (sugar++) R 3676 3678 3442 0 -1 4194304 1791 119628 0 5 8 8 359756 243 16 0 1 0 4474216 17547264 1191 996147200 4194304 4206940 548682068528 18446744073709551615 213116490793 0 0 4224 16386 0 0 0 17 0 0 0
/proc/3678/statm: 4284 1191 415 3 0 863 0
Current children cumulated CPU time (s) 3600.15
Current children cumulated vsize (KiB) 17136

Child status: 0
Real time (s): 3632.84
CPU time (s): 3600.2
CPU user time (s): 3597.66
CPU system time (s): 2.54661
CPU usage (%): 99.1015
Max. virtual memory (cumulated for all children) (KiB): 890572

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

runsolver used 3.70744 second user time and 11.3993 second system time

The end

Launcher Data (download as text)

Begin job on node37 at 2008-07-23 02:44:10
IDJOB=1127643
IDBENCH=63728
IDSOLVER=367
FILE ID=node37/1127643-1216773850
PBS_JOBID= 7974123
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/cnf/3-40-2100-3000/normalized-cnf-3-40-3000-775927_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1127643-1216773850/watcher-1127643-1216773850 -o /tmp/evaluation-result-1127643-1216773850/solver-1127643-1216773850 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1127643-1216773850.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= af618ef2ad78a30b043804a4151fac5e
RANDOM SEED=872103603

node37.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.211
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.211
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:       1762944 kB
Buffers:         26816 kB
Cached:         177184 kB
SwapCached:          0 kB
Active:         161548 kB
Inactive:        89444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1762944 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1024 kB
Writeback:           0 kB
Mapped:          67316 kB
Slab:            27356 kB
Committed_AS:   885676 kB
PageTables:       1820 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= 66560 MiB
End job on node37 at 2008-07-23 03:44:45