Trace number 1109685

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-incOPTIMUM2 2627.98 2631.03

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-5_ext.xml
MD5SUMdedcb79b74d97a272ff3a128bc6fbd80
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints2
Best CPU time to get the best result obtained on this benchmark2161.02
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints5
Maximum constraint arity10
Maximum domain size10
Number of constraints which are defined in extension5
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.05/0.11	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.05/0.11	c 0	BEGIN Fri Jul 11 22:30:47 2008
0.05/0.11	c 0	PID 12602
0.05/0.11	c 0	HOST node32.alineos.net
0.05/0.11	c 0	CONVERTING HOME/instance-1109685-1215808247.xml TO HOME/temp.csp
0.05/0.11	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1109685-1215808247.xml' 'HOME/temp.csp'
0.06/0.70	c 1	1 domains, 20 variables, 0 predicates, 5 relations, 5 constraints
0.06/0.74	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.74	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.63/0.83	c 1	Parsing HOME/temp.csp
1.36/1.52	c 2	parsed 31 expressions
1.36/1.53	c 2	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.36/1.53	c 2	MAX CSP: 5 constraints
1.36/1.53	c 2	Converting to clausal form CSP
1.36/1.55	c 2	converted 4 (10%) expressions
1.36/1.55	c 2	converted 8 (20%) expressions
1.36/1.55	c 2	converted 12 (30%) expressions
1.36/1.55	c 2	converted 16 (40%) expressions
1.36/1.55	c 2	converted 20 (50%) expressions
1.36/1.57	c 2	converted 24 (60%) expressions
1.76/1.90	c 2	converted 28 (70%) expressions
2.17/2.39	c 2	converted 32 (80%) expressions
2.56/2.77	c 3	converted 36 (90%) expressions
2.56/2.77	c 3	converted 39 (100%) expressions
2.56/2.77	c 3	CSP : 26 integers, 0 booleans, 6 clauses, largest domain size 10
2.56/2.77	c 3	Heap : 51 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.56/2.77	c 3	Propagation in CSP
2.56/2.77	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.56/2.77	c 3	CSP : 26 integers, 0 booleans, 6 clauses, largest domain size 10
2.56/2.77	c 3	Heap : 51 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.56/2.77	c 3	Simplifing CSP by introducing new Boolean variables
2.56/2.77	c 3	CSP : 26 integers, 0 booleans, 6 clauses, largest domain size 10
2.56/2.77	c 3	Heap : 51 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.85/3.03	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.85/3.04	c 3	3 (10%) CSP integer variables are encoded (24 clauses, 264 bytes)
2.85/3.04	c 3	6 (20%) CSP integer variables are encoded (48 clauses, 480 bytes)
2.85/3.04	c 3	8 (30%) CSP integer variables are encoded (64 clauses, 624 bytes)
2.85/3.04	c 3	11 (40%) CSP integer variables are encoded (88 clauses, 840 bytes)
2.85/3.04	c 3	13 (50%) CSP integer variables are encoded (104 clauses, 1016 bytes)
2.85/3.04	c 3	16 (60%) CSP integer variables are encoded (128 clauses, 1280 bytes)
2.85/3.05	c 3	19 (70%) CSP integer variables are encoded (152 clauses, 1544 bytes)
2.85/3.05	c 3	21 (80%) CSP integer variables are encoded (160 clauses, 1632 bytes)
2.85/3.05	c 3	24 (90%) CSP integer variables are encoded (160 clauses, 1632 bytes)
2.85/3.05	c 3	26 (100%) CSP integer variables are encoded (164 clauses, 1676 bytes)
161.22/161.50	c 162	1 (10%) CSP clauses are encoded (140864 clauses, 7264446 bytes)
316.36/316.62	c 317	2 (20%) CSP clauses are encoded (281812 clauses, 14391084 bytes)
464.12/464.49	c 465	3 (30%) CSP clauses are encoded (422589 clauses, 22088155 bytes)
640.76/641.13	c 641	4 (40%) CSP clauses are encoded (563295 clauses, 29446254 bytes)
810.60/811.19	c 811	5 (50%) CSP clauses are encoded (704195 clauses, 37166891 bytes)
810.70/811.20	c 811	6 (60%) CSP clauses are encoded (704226 clauses, 37167428 bytes)
810.70/811.20	c 811	6 CSP clauses encoded
810.70/811.20	c 811	Writing map file : HOME/temp.map
810.70/811.20	c 811	Heap : 57 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
810.70/811.20	c 811	SAT : 190 SAT variables, 704226 SAT clauses, 37167428 bytes
810.70/811.20	c 811	Heap : 57 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
810.70/811.26	c 811	OBJECTIVE minimize _COST
810.70/811.26	c 811	SOLVING HOME/temp.cnf
810.70/811.26	c 811	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
810.70/811.26	c 811	This is MiniSat 2.0 beta incremental
810.70/811.26	c 811	WARNING: for repeatability, setting FPU to use double precision
810.70/811.26	c 811	============================[ Problem Statistics ]=============================
810.70/811.26	c 811	|                                                                             |
810.70/811.27	c 811	|  Number of variables:  190                                                  |
810.70/811.27	c 811	|  Number of clauses:    704226                                               |
811.66/812.27	c 812	|  Parsing time:         0.86         s                                       |
811.77/812.33	c 812	OK
811.77/812.33	c 812	OBJECTIVE BOUND: 0 <= _COST <= 
811.77/812.33	c 812	SEARCHING: _COST <= 3
811.77/812.33	c 812	============================[ Search Statistics ]==============================
811.77/812.33	c 812	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
811.77/812.33	c 812	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
811.77/812.33	c 812	===============================================================================
811.77/812.33	c 812	|         0 |     190   704226  9548794 |   234742        0    nan |  0.000 % |
812.17/812.72	c 813	|       101 |     190   704226  9548794 |   258216      101      9 |  0.006 % |
812.77/813.31	c 813	|       251 |     190   704226  9548794 |   284037      251     10 |  0.006 % |
813.37/813.92	c 814	|       476 |     190   704226  9548794 |   312441      476     11 |  0.006 % |
813.57/814.19	c 814	===============================================================================
813.57/814.19	c 814	restarts              : 4
813.57/814.19	c 814	conflicts             : 657           (237 /sec)
813.57/814.19	c 814	decisions             : 986           (1.52 % random) (355 /sec)
813.57/814.19	c 814	propagations          : 9300           (3351 /sec)
813.57/814.19	c 814	conflict literals     : 7186           (21.99 % deleted)
813.57/814.19	c 814	Memory used           : 65.62 MB
813.57/814.19	c 814	CPU time              : 2.77558 s
813.57/814.19	c 814	
813.57/814.19	c 814	SATISFIABLE
813.57/814.20	c 814	OK
813.57/814.20	c 814	FOUND: _COST <= 3
813.57/814.20	s SATISFIABLE
813.57/814.20	c 814	DECODING HOME/temp.out WITH HOME/temp.map
813.57/814.20	c 814	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
813.66/814.28	c 814	Decoding HOME/temp.out
813.66/814.29	c 814	OBJECTIVE _COST 3
813.66/814.29	o 3
813.66/814.30	v 9 7 9 9 9 9 9 9 9 9 4 9 0 2 9 2 0 9 7 3
813.66/814.30	c 814	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
813.66/814.32	c 814	OK
813.66/814.32	c 814	OBJECTIVE BOUND: 0 <= _COST <= 3
813.66/814.32	c 814	SEARCHING: _COST <= 1
813.66/814.33	c 814	============================[ Search Statistics ]==============================
813.66/814.33	c 814	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
813.66/814.33	c 814	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
813.66/814.33	c 814	===============================================================================
813.66/814.33	c 814	|       657 |     190   704226  9548794 |   234742      657     11 |  0.006 % |
814.25/814.81	c 815	|       758 |     190   704226  9548794 |   258216      758     11 |  1.058 % |
814.65/815.26	c 815	|       908 |     190   704226  9548794 |   284037      908     11 |  1.058 % |
815.55/816.11	c 816	|      1133 |     190   704226  9548794 |   312441     1133     11 |  1.058 % |
817.05/817.69	c 818	|      1471 |     190   704226  9548794 |   343685     1471     11 |  1.058 % |
818.95/819.54	c 820	|      1977 |     190   704226  9548794 |   378054     1977     12 |  1.058 % |
821.95/822.52	c 823	|      2736 |     190   704226  9548794 |   415859     2736     12 |  1.058 % |
825.85/826.43	c 827	|      3875 |     190   704226  9548794 |   457445     3875     12 |  1.058 % |
830.84/831.45	c 832	|      5584 |     190   704226  9548794 |   503190     5584     13 |  1.058 % |
838.14/838.77	c 839	|      8148 |     190   704226  9548794 |   553509     8148     13 |  1.058 % |
855.73/856.32	c 856	|     11992 |     190   704226  9548794 |   608860    11992     13 |  1.058 % |
867.03/867.61	c 868	|     17759 |     190   704226  9548794 |   669746    17759     13 |  1.058 % |
889.22/889.82	c 890	|     26408 |     190   704226  9548794 |   736720    26408     13 |  1.058 % |
919.31/919.95	c 920	|     39383 |     190   704226  9548794 |   810393    39383     14 |  1.058 % |
964.10/964.73	c 965	|     58845 |     190   704226  9548794 |   891432    58845     14 |  1.058 % |
1075.17/1075.87	c 1076	|     88037 |     190   704226  9548794 |   980575    88037     15 |  1.058 % |
1241.52/1242.27	c 1242	|    131829 |     190   704226  9548794 |  1078633   131829     15 |  1.064 % |
1508.25/1509.09	c 1509	|    197513 |     190   704226  9548794 |  1186496   197513     15 |  1.069 % |
1913.53/1914.42	c 1915	|    296040 |     190   704226  9548794 |  1305146   296040     15 |  1.075 % |
2197.44/2198.79	c 2199	===============================================================================
2197.44/2198.79	c 2199	restarts              : 23
2197.44/2198.79	c 2199	conflicts             : 360832        (260 /sec)
2197.44/2198.79	c 2199	decisions             : 419847        (1.68 % random) (303 /sec)
2197.44/2198.79	c 2199	propagations          : 5259460        (3794 /sec)
2197.44/2198.79	c 2199	conflict literals     : 5578214        (18.25 % deleted)
2197.44/2198.79	c 2199	Memory used           : 107.64 MB
2197.44/2198.79	c 2199	CPU time              : 1386.4 s
2197.44/2198.79	c 2199	
2197.44/2198.79	c 2199	UNSATISFIABLE
2197.44/2198.79	c 2199	OK
2197.44/2198.79	c 2199	NOT FOUND: _COST <= 1
2197.44/2198.79	c 2199	OK
2197.44/2198.79	c 2199	OBJECTIVE BOUND: 2 <= _COST <= 3
2197.44/2198.79	c 2199	SEARCHING: _COST <= 2
2197.44/2198.79	c 2199	============================[ Search Statistics ]==============================
2197.44/2198.79	c 2199	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2197.44/2198.79	c 2199	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2197.44/2198.79	c 2199	===============================================================================
2197.44/2198.79	c 2199	|    360832 |     190   704226  9548794 |   234742   360831     15 |  1.075 % |
2229.31/2230.73	c 2231	|    360932 |     189   704226  9548794 |   258216    22727     13 |  2.108 % |
2230.41/2231.86	c 2232	|    361082 |     189   704226  9548794 |   284037    22877     13 |  2.108 % |
2231.40/2232.81	c 2233	|    361307 |     189   704226  9548794 |   312441    23102     13 |  2.108 % |
2232.20/2233.62	c 2234	|    361644 |     189   704226  9548794 |   343685    23439     13 |  2.108 % |
2233.80/2235.21	c 2235	|    362151 |     189   704226  9548794 |   378054    23946     13 |  2.108 % |
2235.99/2237.44	c 2238	|    362911 |     189   704226  9548794 |   415859    24706     13 |  2.108 % |
2239.57/2241.03	c 2241	|    364051 |     189   704226  9548794 |   457445    25846     13 |  2.108 % |
2246.54/2248.05	c 2248	|    365760 |     189   704226  9548794 |   503190    27555     13 |  2.108 % |
2254.21/2255.70	c 2256	|    368324 |     189   704226  9548794 |   553509    30119     13 |  2.108 % |
2265.46/2267.01	c 2267	|    372168 |     189   704226  9548794 |   608860    33963     13 |  2.108 % |
2282.29/2283.94	c 2284	|    377934 |     189   704226  9548794 |   669746    39729     13 |  2.108 % |
2301.82/2303.58	c 2304	|    386584 |     189   704226  9548794 |   736720    48379     13 |  2.108 % |
2325.82/2327.63	c 2328	|    399558 |     189   704226  9548794 |   810393    61353     13 |  2.108 % |
2397.52/2399.60	c 2400	|    419019 |     189   704226  9548794 |   891432    80814     14 |  2.108 % |
2494.03/2496.55	c 2497	|    448213 |     189   704226  9548794 |   980575   110008     15 |  2.108 % |
2627.79/2630.82	c 2631	===============================================================================
2627.79/2630.82	c 2631	restarts              : 39
2627.79/2630.82	c 2631	conflicts             : 491607        (271 /sec)
2627.79/2630.82	c 2631	decisions             : 571660        (1.68 % random) (315 /sec)
2627.79/2630.82	c 2631	propagations          : 7144071        (3933 /sec)
2627.79/2630.82	c 2631	conflict literals     : 7549723        (17.80 % deleted)
2627.79/2630.82	c 2631	Memory used           : 107.96 MB
2627.79/2630.82	c 2631	CPU time              : 1816.66 s
2627.79/2630.82	c 2631	
2627.79/2630.82	c 2631	SATISFIABLE
2627.79/2630.82	c 2631	OK
2627.79/2630.82	c 2631	FOUND: _COST <= 2
2627.79/2630.82	c 2631	DECODING HOME/temp.out WITH HOME/temp.map
2627.79/2630.82	c 2631	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2627.82/2630.91	c 2631	Decoding HOME/temp.out
2627.82/2630.93	c 2631	OBJECTIVE _COST 2
2627.82/2630.93	o 2
2627.82/2630.93	v 4 5 8 9 3 8 7 4 8 9 3 7 8 7 2 4 5 3 0 4
2627.82/2630.93	c 2631	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2627.82/2630.98	c 2631	OK
2627.82/2630.98	c 2631	OBJECTIVE _COST 2
2627.82/2630.98	s OPTIMUM FOUND
2627.93/2631.00	c 2631	CPU 2626.98 (0.06 0.01 2626.92 0.95)
2627.93/2631.00	c 2631	END Fri Jul 11 23:14:38 2008

Verifier Data (download as text)

OK	2	3
2 unsatisfied constraints, 3 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-1109685-1215808247/watcher-1109685-1215808247 -o /tmp/evaluation-result-1109685-1215808247/solver-1109685-1215808247 -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-1109685-1215808247.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: 0.00 0.00 0.00 4/69 12602
/proc/meminfo: memFree=1733056/2055920 swapFree=4179612/4192956
[pid=12602] ppid=12599 vsize=12268 CPUtime=0
/proc/12602/stat : 12602 (sugar++) R 12599 12602 12470 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 37526339 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 268213910117 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/12602/statm: 3067 316 241 3 0 167 0

[startup+0.100484 s]
/proc/loadavg: 0.00 0.00 0.00 4/69 12602
/proc/meminfo: memFree=1733056/2055920 swapFree=4179612/4192956
[pid=12602] ppid=12599 vsize=16344 CPUtime=0.05
/proc/12602/stat : 12602 (sugar++) R 12599 12602 12470 0 -1 4194304 1008 0 0 0 4 1 0 0 18 0 1 0 37526339 16736256 976 996147200 4194304 4206940 548682068528 18446744073709551615 268213588705 0 0 4224 0 0 0 0 17 0 0 0
/proc/12602/statm: 4086 976 380 3 0 665 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16344

[startup+0.202492 s]
/proc/loadavg: 0.00 0.00 0.00 4/69 12602
/proc/meminfo: memFree=1733056/2055920 swapFree=4179612/4192956
[pid=12602] ppid=12599 vsize=16740 CPUtime=0.06
/proc/12602/stat : 12602 (sugar++) S 12599 12602 12470 0 -1 4194304 1219 128 0 0 5 1 0 0 18 0 1 0 37526339 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12602/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.30251 s]
/proc/loadavg: 0.00 0.00 0.00 4/69 12602
/proc/meminfo: memFree=1733056/2055920 swapFree=4179612/4192956
[pid=12602] ppid=12599 vsize=16740 CPUtime=0.06
/proc/12602/stat : 12602 (sugar++) S 12599 12602 12470 0 -1 4194304 1219 128 0 0 5 1 0 0 18 0 1 0 37526339 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12602/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701548 s]
/proc/loadavg: 0.00 0.00 0.00 4/69 12602
/proc/meminfo: memFree=1733056/2055920 swapFree=4179612/4192956
[pid=12602] ppid=12599 vsize=16740 CPUtime=0.06
/proc/12602/stat : 12602 (sugar++) S 12599 12602 12470 0 -1 4194304 1219 128 0 0 5 1 0 0 18 0 1 0 37526339 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12602/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50264 s]
/proc/loadavg: 0.16 0.03 0.01 4/94 12650
/proc/meminfo: memFree=1697784/2055920 swapFree=4179612/4192956
[pid=12602] ppid=12599 vsize=16740 CPUtime=0.63
/proc/12602/stat : 12602 (sugar++) S 12599 12602 12470 0 -1 4194304 1296 7974 0 1 5 1 52 5 16 0 1 0 37526339 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12602/statm: 4185 1104 409 3 0 764 0
[pid=12641] ppid=12602 vsize=5356 CPUtime=0
/proc/12641/stat : 12641 (sh) S 12602 12602 12470 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37526413 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12641/statm: 1339 233 193 169 0 50 0
[pid=12642] ppid=12641 vsize=864076 CPUtime=0.73
/proc/12642/stat : 12642 (java) S 12641 12602 12470 0 -1 0 7907 0 1 0 68 5 0 0 19 0 9 0 37526413 884813824 7130 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12642/statm: 216019 7131 2532 9 0 210601 0
[pid=12642/tid=12643] ppid=12641 vsize=864076 CPUtime=0.4
/proc/12642/task/12643/stat : 12643 (java) R 12641 12602 12470 0 -1 64 2501 0 1 0 39 1 0 0 22 0 9 0 37526414 884813824 7131 996147200 134512640 134550740 4294955920 18446744073709551615 4126465237 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12642/tid=12644] ppid=12641 vsize=864076 CPUtime=0.28
/proc/12642/task/12644/stat : 12644 (java) S 12641 12602 12470 0 -1 64 4403 0 0 0 26 2 0 0 16 0 9 0 37526416 884813824 7132 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12642/tid=12645] ppid=12641 vsize=864076 CPUtime=0
/proc/12642/task/12645/stat : 12645 (java) S 12641 12602 12470 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37526416 884813824 7132 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12642/tid=12646] ppid=12641 vsize=864076 CPUtime=0
/proc/12642/task/12646/stat : 12646 (java) S 12641 12602 12470 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37526416 884813824 7133 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12642/tid=12647] ppid=12641 vsize=864076 CPUtime=0
/proc/12642/task/12647/stat : 12647 (java) S 12641 12602 12470 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 37526418 884813824 7134 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12642/tid=12648] ppid=12641 vsize=864076 CPUtime=0.02
/proc/12642/task/12648/stat : 12648 (java) S 12641 12602 12470 0 -1 64 307 0 0 0 2 0 0 0 16 0 9 0 37526418 884813824 7134 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12642/tid=12649] ppid=12641 vsize=864076 CPUtime=0
/proc/12642/task/12649/stat : 12649 (java) S 12641 12602 12470 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 37526419 884813824 7135 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12642/tid=12650] ppid=12641 vsize=864076 CPUtime=0
/proc/12642/task/12650/stat : 12650 (java) S 12641 12602 12470 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37526419 884813824 7135 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 886172

[startup+3.10182 s]
/proc/loadavg: 0.16 0.03 0.01 5/94 12650
/proc/meminfo: memFree=1631352/2055920 swapFree=4179612/4192956
[pid=12602] ppid=12599 vsize=16740 CPUtime=0.64
/proc/12602/stat : 12602 (sugar++) S 12599 12602 12470 0 -1 4194304 1297 7974 0 1 6 1 52 5 15 0 1 0 37526339 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12602/statm: 4185 1104 409 3 0 764 0
[pid=12641] ppid=12602 vsize=5356 CPUtime=0
/proc/12641/stat : 12641 (sh) S 12602 12602 12470 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37526413 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12641/statm: 1339 233 193 169 0 50 0
[pid=12642] ppid=12641 vsize=864288 CPUtime=2.33
/proc/12642/stat : 12642 (java) S 12641 12602 12470 0 -1 0 19038 0 1 0 221 12 0 0 19 0 9 0 37526413 885030912 17675 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12642/statm: 216072 17675 2564 9 0 210619 0
[pid=12642/tid=12643] ppid=12641 vsize=864288 CPUtime=0.86
/proc/12642/task/12643/stat : 12643 (java) R 12641 12602 12470 0 -1 64 3181 0 1 0 84 2 0 0 17 0 9 0 37526414 885030912 17675 996147200 134512640 134550740 4294955920 18446744073709551615 4126525488 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12642/tid=12644] ppid=12641 vsize=864288 CPUtime=1.39
/proc/12642/task/12644/stat : 12644 (java) R 12641 12602 12470 0 -1 64 14834 0 0 0 131 8 0 0 18 0 9 0 37526416 885030912 17675 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12642/tid=12645] ppid=12641 vsize=864288 CPUtime=0
/proc/12642/task/12645/stat : 12645 (java) S 12641 12602 12470 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37526416 885030912 17675 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12642/tid=12646] ppid=12641 vsize=864288 CPUtime=0
/proc/12642/task/12646/stat : 12646 (java) S 12641 12602 12470 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37526416 885030912 17675 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12642/tid=12647] ppid=12641 vsize=864288 CPUtime=0
/proc/12642/task/12647/stat : 12647 (java) S 12641 12602 12470 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 37526418 885030912 17675 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12642/tid=12648] ppid=12641 vsize=864288 CPUtime=0.05
/proc/12642/task/12648/stat : 12648 (java) S 12641 12602 12470 0 -1 64 326 0 0 0 5 0 0 0 16 0 9 0 37526418 885030912 17675 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12642/tid=12649] ppid=12641 vsize=864288 CPUtime=0
/proc/12642/task/12649/stat : 12649 (java) S 12641 12602 12470 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 37526419 885030912 17675 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12642/tid=12650] ppid=12641 vsize=864288 CPUtime=0
/proc/12642/task/12650/stat : 12650 (java) S 12641 12602 12470 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37526419 885030912 17675 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 886384

[startup+6.30218 s]
/proc/loadavg: 0.31 0.07 0.02 3/94 12650
/proc/meminfo: memFree=1601784/2055920 swapFree=4179612/4192956
[pid=12602] ppid=12599 vsize=16740 CPUtime=0.64
/proc/12602/stat : 12602 (sugar++) S 12599 12602 12470 0 -1 4194304 1297 7974 0 1 6 1 52 5 15 0 1 0 37526339 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12602/statm: 4185 1104 409 3 0 764 0
[pid=12641] ppid=12602 vsize=5356 CPUtime=0
/proc/12641/stat : 12641 (sh) S 12602 12602 12470 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37526413 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12641/statm: 1339 233 193 169 0 50 0
[pid=12642] ppid=12641 vsize=864288 CPUtime=5.52
/proc/12642/stat : 12642 (java) S 12641 12602 12470 0 -1 0 19071 0 1 0 540 12 0 0 19 0 9 0 37526413 885030912 17691 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12642/statm: 216072 17691 2564 9 0 210619 0
[pid=12642/tid=12643] ppid=12641 vsize=864288 CPUtime=3.99
/proc/12642/task/12643/stat : 12643 (java) R 12641 12602 12470 0 -1 64 3202 0 1 0 397 2 0 0 25 0 9 0 37526414 885030912 17691 996147200 134512640 134550740 4294955920 18446744073709551615 4126547968 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12642/tid=12644] ppid=12641 vsize=864288 CPUtime=1.43
/proc/12642/task/12644/stat : 12644 (java) S 12641 12602 12470 0 -1 64 14834 0 0 0 135 8 0 0 16 0 9 0 37526416 885030912 17691 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12642/tid=12645] ppid=12641 vsize=864288 CPUtime=0
/proc/12642/task/12645/stat : 12645 (java) S 12641 12602 12470 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37526416 885030912 17691 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12642/tid=12646] ppid=12641 vsize=864288 CPUtime=0
/proc/12642/task/12646/stat : 12646 (java) S 12641 12602 12470 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37526416 885030912 17691 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12642/tid=12647] ppid=12641 vsize=864288 CPUtime=0
/proc/12642/task/12647/stat : 12647 (java) S 12641 12602 12470 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 37526418 885030912 17691 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12642/tid=12648] ppid=12641 vsize=864288 CPUtime=0.07
/proc/12642/task/12648/stat : 12648 (java) S 12641 12602 12470 0 -1 64 338 0 0 0 7 0 0 0 16 0 9 0 37526418 885030912 17691 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12642/tid=12649] ppid=12641 vsize=864288 CPUtime=0
/proc/12642/task/12649/stat : 12649 (java) S 12641 12602 12470 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 37526419 885030912 17691 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12642/tid=12650] ppid=12641 vsize=864288 CPUtime=0
/proc/12642/task/12650/stat : 12650 (java) S 12641 12602 12470 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37526419 885030912 17691 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 886384

[startup+12.7019 s]
/proc/loadavg: 0.44 0.10 0.03 3/94 12650
/proc/meminfo: memFree=1601528/2055920 swapFree=4179612/4192956
[pid=12602] ppid=12599 vsize=16740 CPUtime=0.64
/proc/12602/stat : 12602 (sugar++) S 12599 12602 12470 0 -1 4194304 1297 7974 0 1 6 1 52 5 15 0 1 0 37526339 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12602/statm: 4185 1104 409 3 0 764 0
[pid=12641] ppid=12602 vsize=5356 CPUtime=0
/proc/12641/stat : 12641 (sh) S 12602 12602 12470 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37526413 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12641/statm: 1339 233 193 169 0 50 0
[pid=12642] ppid=12641 vsize=864288 CPUtime=11.92
/proc/12642/stat : 12642 (java) S 12641 12602 12470 0 -1 0 19071 0 1 0 1180 12 0 0 19 0 9 0 37526413 885030912 17691 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12642/statm: 216072 17691 2564 9 0 210619 0
[pid=12642/tid=12643] ppid=12641 vsize=864288 CPUtime=10.39
/proc/12642/task/12643/stat : 12643 (java) R 12641 12602 12470 0 -1 64 3202 0 1 0 1037 2 0 0 25 0 9 0 37526414 885030912 17691 996147200 134512640 134550740 4294955920 18446744073709551615 4126547968 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12642/tid=12644] ppid=12641 vsize=864288 CPUtime=1.43
/proc/12642/task/12644/stat : 12644 (java) S 12641 12602 12470 0 -1 64 14834 0 0 0 135 8 0 0 16 0 9 0 37526416 885030912 17691 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12642/tid=12645] ppid=12641 vsize=864288 CPUtime=0
/proc/12642/task/12645/stat : 12645 (java) S 12641 12602 12470 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37526416 885030912 17691 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12642/tid=12646] ppid=12641 vsize=864288 CPUtime=0
/proc/12642/task/12646/stat : 12646 (java) S 12641 12602 12470 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37526416 885030912 17691 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12642/tid=12647] ppid=12641 vsize=864288 CPUtime=0
/proc/12642/task/12647/stat : 12647 (java) S 12641 12602 12470 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 37526418 885030912 17691 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12642/tid=12648] ppid=12641 vsize=864288 CPUtime=0.07
/proc/12642/task/12648/stat : 12648 (java) S 12641 12602 12470 0 -1 64 338 0 0 0 7 0 0 0 16 0 9 0 37526418 885030912 17691 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12642/tid=12649] ppid=12641 vsize=864288 CPUtime=0
/proc/12642/task/12649/stat : 12649 (java) S 12641 12602 12470 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 37526419 885030912 17691 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12642/tid=12650] ppid=12641 vsize=864288 CPUtime=0
/proc/12642/task/12650/stat : 12650 (java) S 12641 12602 12470 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37526419 885030912 17691 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 886384

[startup+25.5023 s]
/proc/loadavg: 0.79 0.19 0.06 3/94 12650
/proc/meminfo: memFree=1601656/2055920 swapFree=4179612/4192956
[pid=12602] ppid=12599 vsize=16740 CPUtime=0.64
/proc/12602/stat : 12602 (sugar++) S 12599 12602 12470 0 -1 4194304 1297 7974 0 1 6 1 52 5 15 0 1 0 37526339 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12602/statm: 4185 1104 409 3 0 764 0
[pid=12641] ppid=12602 vsize=5356 CPUtime=0
/proc/12641/stat : 12641 (sh) S 12602 12602 12470 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37526413 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12641/statm: 1339 233 193 169 0 50 0
[pid=12642] ppid=12641 vsize=864288 CPUtime=24.72
/proc/12642/stat : 12642 (java) S 12641 12602 12470 0 -1 0 19083 0 1 0 2460 12 0 0 19 0 9 0 37526413 885030912 17691 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12642/statm: 216072 17691 2564 9 0 210619 0
[pid=12642/tid=12643] ppid=12641 vsize=864288 CPUtime=23.14
/proc/12642/task/12643/stat : 12643 (java) R 12641 12602 12470 0 -1 64 3214 0 1 0 2312 2 0 0 25 0 9 0 37526414 885030912 17691 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12642/tid=12644] ppid=12641 vsize=864288 CPUtime=1.48
/proc/12642/task/12644/stat : 12644 (java) R 12641 12602 12470 0 -1 64 14834 0 0 0 140 8 0 0 16 0 9 0 37526416 885030912 17691 996147200 134512640 134550740 4294955920 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12642/tid=12645] ppid=12641 vsize=864288 CPUtime=0
/proc/12642/task/12645/stat : 12645 (java) S 12641 12602 12470 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37526416 885030912 17691 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12642/tid=12646] ppid=12641 vsize=864288 CPUtime=0
/proc/12642/task/12646/stat : 12646 (java) S 12641 12602 12470 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37526416 885030912 17691 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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


[startup+2202.31 s]
/proc/loadavg: 2.22 2.07 1.81 3/84 12731
/proc/meminfo: memFree=1570496/2055920 swapFree=4179612/4192956
[pid=12602] ppid=12599 vsize=16740 CPUtime=810.85
/proc/12602/stat : 12602 (sugar++) S 12599 12602 12470 0 -1 4194304 1545 52764 0 3 6 1 81019 59 16 0 1 0 37526339 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12602/statm: 4185 1112 414 3 0 764 0
[pid=12665] ppid=12602 vsize=110224 CPUtime=1390.17
/proc/12665/stat : 12665 (minisat-inc) R 12602 12602 12470 0 -1 4194304 25833 0 0 0 138988 29 0 0 25 0 1 0 37607465 112869376 25760 996147200 134512640 135134323 4294956192 18446744073709551615 134524828 0 0 4096 3 0 0 0 17 0 0 0
/proc/12665/statm: 27556 25760 79 151 0 27402 0
Current children cumulated CPU time (s) 2201.02
Current children cumulated vsize (KiB) 126964

[startup+2262.3 s]
/proc/loadavg: 2.15 2.07 1.83 3/84 12731
/proc/meminfo: memFree=1570240/2055920 swapFree=4179612/4192956
[pid=12602] ppid=12599 vsize=16740 CPUtime=810.85
/proc/12602/stat : 12602 (sugar++) S 12599 12602 12470 0 -1 4194304 1545 52764 0 3 6 1 81019 59 16 0 1 0 37526339 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12602/statm: 4185 1112 414 3 0 764 0
[pid=12665] ppid=12602 vsize=110224 CPUtime=1449.93
/proc/12665/stat : 12665 (minisat-inc) R 12602 12602 12470 0 -1 4194304 25842 0 0 0 144963 30 0 0 25 0 1 0 37607465 112869376 25769 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/12665/statm: 27556 25769 79 151 0 27402 0
Current children cumulated CPU time (s) 2260.78
Current children cumulated vsize (KiB) 126964

[startup+2322.3 s]
/proc/loadavg: 2.12 2.07 1.84 3/84 12731
/proc/meminfo: memFree=1569728/2055920 swapFree=4179612/4192956
[pid=12602] ppid=12599 vsize=16740 CPUtime=810.85
/proc/12602/stat : 12602 (sugar++) S 12599 12602 12470 0 -1 4194304 1545 52764 0 3 6 1 81019 59 16 0 1 0 37526339 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12602/statm: 4185 1112 414 3 0 764 0
[pid=12665] ppid=12602 vsize=110464 CPUtime=1509.69
/proc/12665/stat : 12665 (minisat-inc) R 12602 12602 12470 0 -1 4194304 25911 0 0 0 150939 30 0 0 25 0 1 0 37607465 113115136 25838 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/12665/statm: 27616 25838 79 151 0 27462 0
Current children cumulated CPU time (s) 2320.54
Current children cumulated vsize (KiB) 127204

[startup+2382.3 s]
/proc/loadavg: 2.16 2.09 1.85 3/84 12731
/proc/meminfo: memFree=1569280/2055920 swapFree=4179612/4192956
[pid=12602] ppid=12599 vsize=16740 CPUtime=810.85
/proc/12602/stat : 12602 (sugar++) S 12599 12602 12470 0 -1 4194304 1545 52764 0 3 6 1 81019 59 16 0 1 0 37526339 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12602/statm: 4185 1112 414 3 0 764 0
[pid=12665] ppid=12602 vsize=110464 CPUtime=1569.44
/proc/12665/stat : 12665 (minisat-inc) R 12602 12602 12470 0 -1 4194304 25920 0 0 0 156914 30 0 0 25 0 1 0 37607465 113115136 25847 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/12665/statm: 27616 25847 79 151 0 27462 0
Current children cumulated CPU time (s) 2380.29
Current children cumulated vsize (KiB) 127204

[startup+2442.3 s]
/proc/loadavg: 2.15 2.10 1.87 3/84 12731
/proc/meminfo: memFree=1569280/2055920 swapFree=4179612/4192956
[pid=12602] ppid=12599 vsize=16740 CPUtime=810.85
/proc/12602/stat : 12602 (sugar++) S 12599 12602 12470 0 -1 4194304 1545 52764 0 3 6 1 81019 59 16 0 1 0 37526339 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12602/statm: 4185 1112 414 3 0 764 0
[pid=12665] ppid=12602 vsize=110464 CPUtime=1629.2
/proc/12665/stat : 12665 (minisat-inc) R 12602 12602 12470 0 -1 4194304 25921 0 0 0 162890 30 0 0 25 0 1 0 37607465 113115136 25848 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/12665/statm: 27616 25848 79 151 0 27462 0
Current children cumulated CPU time (s) 2440.05
Current children cumulated vsize (KiB) 127204

[startup+2502.3 s]
/proc/loadavg: 2.11 2.09 1.88 3/84 12731
/proc/meminfo: memFree=1568896/2055920 swapFree=4179612/4192956
[pid=12602] ppid=12599 vsize=16740 CPUtime=810.85
/proc/12602/stat : 12602 (sugar++) S 12599 12602 12470 0 -1 4194304 1545 52764 0 3 6 1 81019 59 16 0 1 0 37526339 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12602/statm: 4185 1112 414 3 0 764 0
[pid=12665] ppid=12602 vsize=110544 CPUtime=1688.95
/proc/12665/stat : 12665 (minisat-inc) R 12602 12602 12470 0 -1 4194304 25929 0 0 0 168865 30 0 0 25 0 1 0 37607465 113197056 25856 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/12665/statm: 27636 25856 79 151 0 27482 0
Current children cumulated CPU time (s) 2499.8
Current children cumulated vsize (KiB) 127284

[startup+2562.3 s]
/proc/loadavg: 2.09 2.09 1.89 3/84 12731
/proc/meminfo: memFree=1568640/2055920 swapFree=4179612/4192956
[pid=12602] ppid=12599 vsize=16740 CPUtime=810.85
/proc/12602/stat : 12602 (sugar++) S 12599 12602 12470 0 -1 4194304 1545 52764 0 3 6 1 81019 59 16 0 1 0 37526339 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12602/statm: 4185 1112 414 3 0 764 0
[pid=12665] ppid=12602 vsize=110544 CPUtime=1748.72
/proc/12665/stat : 12665 (minisat-inc) R 12602 12602 12470 0 -1 4194304 25929 0 0 0 174841 31 0 0 25 0 1 0 37607465 113197056 25856 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/12665/statm: 27636 25856 79 151 0 27482 0
Current children cumulated CPU time (s) 2559.57
Current children cumulated vsize (KiB) 127284

[startup+2622.3 s]
/proc/loadavg: 2.07 2.08 1.90 3/84 12731
/proc/meminfo: memFree=1568320/2055920 swapFree=4179612/4192956
[pid=12602] ppid=12599 vsize=16740 CPUtime=810.85
/proc/12602/stat : 12602 (sugar++) S 12599 12602 12470 0 -1 4194304 1545 52764 0 3 6 1 81019 59 16 0 1 0 37526339 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12602/statm: 4185 1112 414 3 0 764 0
[pid=12665] ppid=12602 vsize=110544 CPUtime=1808.48
/proc/12665/stat : 12665 (minisat-inc) R 12602 12602 12470 0 -1 4194304 25931 0 0 0 180817 31 0 0 25 0 1 0 37607465 113197056 25858 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/12665/statm: 27636 25858 79 151 0 27482 0
Current children cumulated CPU time (s) 2619.33
Current children cumulated vsize (KiB) 127284

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

[startup+2624 s]
/proc/loadavg: 2.07 2.08 1.90 3/84 12731
/proc/meminfo: memFree=1568256/2055920 swapFree=4179612/4192956
[pid=12602] ppid=12599 vsize=16740 CPUtime=810.85
/proc/12602/stat : 12602 (sugar++) S 12599 12602 12470 0 -1 4194304 1545 52764 0 3 6 1 81019 59 16 0 1 0 37526339 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12602/statm: 4185 1112 414 3 0 764 0
[pid=12665] ppid=12602 vsize=110544 CPUtime=1810.17
/proc/12665/stat : 12665 (minisat-inc) R 12602 12602 12470 0 -1 4194304 25931 0 0 0 180986 31 0 0 25 0 1 0 37607465 113197056 25858 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/12665/statm: 27636 25858 79 151 0 27482 0
Current children cumulated CPU time (s) 2621.02
Current children cumulated vsize (KiB) 127284

[startup+2627.2 s]
/proc/loadavg: 2.07 2.08 1.91 3/84 12731
/proc/meminfo: memFree=1568192/2055920 swapFree=4179612/4192956
[pid=12602] ppid=12599 vsize=16740 CPUtime=810.85
/proc/12602/stat : 12602 (sugar++) S 12599 12602 12470 0 -1 4194304 1545 52764 0 3 6 1 81019 59 16 0 1 0 37526339 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12602/statm: 4185 1112 414 3 0 764 0
[pid=12665] ppid=12602 vsize=110544 CPUtime=1813.36
/proc/12665/stat : 12665 (minisat-inc) R 12602 12602 12470 0 -1 4194304 25931 0 0 0 181305 31 0 0 25 0 1 0 37607465 113197056 25858 996147200 134512640 135134323 4294956192 18446744073709551615 134532022 0 0 4096 3 0 0 0 17 0 0 0
/proc/12665/statm: 27636 25858 79 151 0 27482 0
Current children cumulated CPU time (s) 2624.21
Current children cumulated vsize (KiB) 127284

[startup+2628.8 s]
/proc/loadavg: 2.07 2.08 1.91 3/84 12731
/proc/meminfo: memFree=1568192/2055920 swapFree=4179612/4192956
[pid=12602] ppid=12599 vsize=16740 CPUtime=810.85
/proc/12602/stat : 12602 (sugar++) S 12599 12602 12470 0 -1 4194304 1545 52764 0 3 6 1 81019 59 16 0 1 0 37526339 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12602/statm: 4185 1112 414 3 0 764 0
[pid=12665] ppid=12602 vsize=110544 CPUtime=1814.95
/proc/12665/stat : 12665 (minisat-inc) R 12602 12602 12470 0 -1 4194304 25931 0 0 0 181464 31 0 0 25 0 1 0 37607465 113197056 25858 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/12665/statm: 27636 25858 79 151 0 27482 0
Current children cumulated CPU time (s) 2625.8
Current children cumulated vsize (KiB) 127284

[startup+2630.4 s]
/proc/loadavg: 2.06 2.08 1.91 3/84 12731
/proc/meminfo: memFree=1568192/2055920 swapFree=4179612/4192956
[pid=12602] ppid=12599 vsize=16740 CPUtime=810.85
/proc/12602/stat : 12602 (sugar++) S 12599 12602 12470 0 -1 4194304 1545 52764 0 3 6 1 81019 59 16 0 1 0 37526339 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12602/statm: 4185 1112 414 3 0 764 0
[pid=12665] ppid=12602 vsize=110544 CPUtime=1816.54
/proc/12665/stat : 12665 (minisat-inc) R 12602 12602 12470 0 -1 4194304 25932 0 0 0 181623 31 0 0 25 0 1 0 37607465 113197056 25859 996147200 134512640 135134323 4294956192 18446744073709551615 134532123 0 0 4096 3 0 0 0 17 0 0 0
/proc/12665/statm: 27636 25859 79 151 0 27482 0
Current children cumulated CPU time (s) 2627.39
Current children cumulated vsize (KiB) 127284

[startup+2630.8 s]
/proc/loadavg: 2.06 2.08 1.91 3/84 12731
/proc/meminfo: memFree=1568192/2055920 swapFree=4179612/4192956
[pid=12602] ppid=12599 vsize=16740 CPUtime=810.85
/proc/12602/stat : 12602 (sugar++) S 12599 12602 12470 0 -1 4194304 1545 52764 0 3 6 1 81019 59 16 0 1 0 37526339 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12602/statm: 4185 1112 414 3 0 764 0
[pid=12665] ppid=12602 vsize=110544 CPUtime=1816.94
/proc/12665/stat : 12665 (minisat-inc) R 12602 12602 12470 0 -1 4194304 25932 0 0 0 181663 31 0 0 25 0 1 0 37607465 113197056 25859 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/12665/statm: 27636 25859 79 151 0 27482 0
Current children cumulated CPU time (s) 2627.79
Current children cumulated vsize (KiB) 127284

[startup+2631 s]
/proc/loadavg: 2.06 2.08 1.91 3/84 12731
/proc/meminfo: memFree=1568192/2055920 swapFree=4179612/4192956
[pid=12602] ppid=12599 vsize=16740 CPUtime=810.95
/proc/12602/stat : 12602 (sugar++) S 12599 12602 12470 0 -1 4194304 1625 56393 0 4 6 1 81026 62 16 0 1 0 37526339 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 268222644116 0 0 4224 16386 18446744071563356171 0 0 17 0 0 0
/proc/12602/statm: 4185 1112 414 3 0 764 0
[pid=12665] ppid=12602 vsize=0 CPUtime=1816.98
/proc/12665/stat : 12665 (minisat-inc) R 12602 12602 12470 0 -1 4194308 25934 0 0 0 181666 32 0 0 24 0 1 0 37607465 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/12665/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2627.93
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 2631.03
CPU time (s): 2627.98
CPU user time (s): 2627
CPU system time (s): 0.987849
CPU usage (%): 99.8844
Max. virtual memory (cumulated for all children) (KiB): 893580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2627
system time used= 0.987849
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84016
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= 21500
involuntary context switches= 32081

runsolver used 3.03954 second user time and 7.8788 second system time

The end

Launcher Data (download as text)

Begin job on node32 at 2008-07-11 22:30:47
IDJOB=1109685
IDBENCH=61000
IDSOLVER=367
FILE ID=node32/1109685-1215808247
PBS_JOBID= 7903274
Free space on /tmp= 66444 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/rand-10-20-10/normalized-rand-10-20-10-5-10000-5_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-1109685-1215808247/watcher-1109685-1215808247 -o /tmp/evaluation-result-1109685-1215808247/solver-1109685-1215808247 -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-1109685-1215808247.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= dedcb79b74d97a272ff3a128bc6fbd80
RANDOM SEED=392734722

node32.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.243
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.243
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:       1729880 kB
Buffers:         42364 kB
Cached:         207928 kB
SwapCached:       7496 kB
Active:         175236 kB
Inactive:        89752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1729880 kB
SwapTotal:     4192956 kB
SwapFree:      4179612 kB
Dirty:            2672 kB
Writeback:           0 kB
Mapped:          18672 kB
Slab:            46464 kB
Committed_AS:   110644 kB
PageTables:       1804 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66444 MiB
End job on node32 at 2008-07-11 23:14:38