Trace number 1109725

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-incOPTIMUM3 3497.44 3523.71

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-2_ext.xml
MD5SUM2df4c69d39e368cfd78aef96a796eed2
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints3
Best CPU time to get the best result obtained on this benchmark3497.44
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)

Solver Data (download as text)

0.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Fri Jul 11 22:48:57 2008
0.00/0.08	c 0	PID 15389
0.07/0.08	c 0	HOST node33.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-1109725-1215809337.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1109725-1215809337.xml' 'HOME/temp.csp'
0.07/0.87	c 1	1 domains, 20 variables, 0 predicates, 5 relations, 5 constraints
0.07/0.92	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.92	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.91/1.00	c 1	Parsing HOME/temp.csp
1.71/1.89	c 2	parsed 31 expressions
1.71/1.89	c 2	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.71/1.89	c 2	MAX CSP: 5 constraints
1.71/1.89	c 2	Converting to clausal form CSP
1.80/1.91	c 2	converted 4 (10%) expressions
1.80/1.91	c 2	converted 8 (20%) expressions
1.80/1.91	c 2	converted 12 (30%) expressions
1.80/1.91	c 2	converted 16 (40%) expressions
1.80/1.91	c 2	converted 20 (50%) expressions
1.80/1.94	c 2	converted 24 (60%) expressions
2.10/2.24	c 2	converted 28 (70%) expressions
2.60/2.70	c 3	converted 32 (80%) expressions
2.90/3.04	c 3	converted 36 (90%) expressions
2.90/3.04	c 3	converted 39 (100%) expressions
2.90/3.04	c 3	CSP : 26 integers, 0 booleans, 6 clauses, largest domain size 10
2.90/3.04	c 3	Heap : 53 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.90/3.04	c 3	Propagation in CSP
2.90/3.04	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.90/3.04	c 3	CSP : 26 integers, 0 booleans, 6 clauses, largest domain size 10
2.90/3.04	c 3	Heap : 53 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.90/3.04	c 3	Simplifing CSP by introducing new Boolean variables
2.90/3.04	c 3	CSP : 26 integers, 0 booleans, 6 clauses, largest domain size 10
2.90/3.04	c 3	Heap : 53 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.09/3.29	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.09/3.29	c 3	3 (10%) CSP integer variables are encoded (24 clauses, 264 bytes)
3.09/3.30	c 3	6 (20%) CSP integer variables are encoded (48 clauses, 480 bytes)
3.09/3.30	c 3	8 (30%) CSP integer variables are encoded (64 clauses, 624 bytes)
3.09/3.30	c 3	11 (40%) CSP integer variables are encoded (88 clauses, 840 bytes)
3.09/3.30	c 3	13 (50%) CSP integer variables are encoded (104 clauses, 1016 bytes)
3.09/3.30	c 3	16 (60%) CSP integer variables are encoded (128 clauses, 1280 bytes)
3.09/3.30	c 3	19 (70%) CSP integer variables are encoded (152 clauses, 1544 bytes)
3.20/3.30	c 3	21 (80%) CSP integer variables are encoded (160 clauses, 1632 bytes)
3.20/3.30	c 3	24 (90%) CSP integer variables are encoded (160 clauses, 1632 bytes)
3.20/3.30	c 3	26 (100%) CSP integer variables are encoded (164 clauses, 1676 bytes)
151.33/151.69	c 152	1 (10%) CSP clauses are encoded (141323 clauses, 7482365 bytes)
319.65/320.10	c 320	2 (20%) CSP clauses are encoded (282447 clauses, 14765728 bytes)
480.07/480.57	c 480	3 (30%) CSP clauses are encoded (423146 clauses, 22283916 bytes)
622.70/623.20	c 623	4 (40%) CSP clauses are encoded (563848 clauses, 30003823 bytes)
753.71/754.31	c 754	5 (50%) CSP clauses are encoded (704705 clauses, 38203194 bytes)
753.71/754.31	c 754	6 (60%) CSP clauses are encoded (704736 clauses, 38203731 bytes)
753.71/754.31	c 754	6 CSP clauses encoded
753.71/754.31	c 754	Writing map file : HOME/temp.map
753.71/754.31	c 754	Heap : 61 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
753.71/754.31	c 754	SAT : 190 SAT variables, 704736 SAT clauses, 38203731 bytes
753.71/754.31	c 754	Heap : 61 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
753.71/754.36	c 754	OBJECTIVE minimize _COST
753.71/754.36	c 754	SOLVING HOME/temp.cnf
753.71/754.36	c 754	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
753.71/754.36	c 754	This is MiniSat 2.0 beta incremental
753.71/754.36	c 754	WARNING: for repeatability, setting FPU to use double precision
753.71/754.36	c 754	============================[ Problem Statistics ]=============================
753.71/754.36	c 754	|                                                                             |
753.71/754.36	c 754	|  Number of variables:  190                                                  |
753.71/754.36	c 754	|  Number of clauses:    704736                                               |
754.68/755.34	c 755	|  Parsing time:         0.88         s                                       |
754.77/755.40	c 755	OK
754.77/755.40	c 755	OBJECTIVE BOUND: 0 <= _COST <= 
754.77/755.40	c 755	SEARCHING: _COST <= 3
754.77/755.40	c 755	============================[ Search Statistics ]==============================
754.77/755.40	c 755	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
754.77/755.40	c 755	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
754.77/755.40	c 755	===============================================================================
754.77/755.40	c 755	|         0 |     190   704736  9557774 |   234912        0    nan |  0.000 % |
754.88/755.58	c 755	|       100 |     190   704736  9557774 |   258403      100      9 |  0.006 % |
755.47/756.13	c 756	|       250 |     190   704736  9557774 |   284243      250     11 |  0.006 % |
755.87/756.57	c 756	|       475 |     190   704736  9557774 |   312667      475     10 |  0.006 % |
756.16/756.85	c 757	|       813 |     190   704736  9557774 |   343934      813     10 |  0.006 % |
756.65/757.38	c 757	===============================================================================
756.65/757.38	c 757	restarts              : 5
756.65/757.38	c 757	conflicts             : 1146          (396 /sec)
756.65/757.38	c 757	decisions             : 1755          (1.31 % random) (607 /sec)
756.65/757.38	c 757	propagations          : 20465          (7075 /sec)
756.65/757.38	c 757	conflict literals     : 11347          (26.06 % deleted)
756.65/757.38	c 757	Memory used           : 64.54 MB
756.65/757.38	c 757	CPU time              : 2.89256 s
756.65/757.38	c 757	
756.65/757.38	c 757	SATISFIABLE
756.65/757.38	c 757	OK
756.65/757.38	c 757	FOUND: _COST <= 3
756.65/757.38	s SATISFIABLE
756.65/757.38	c 757	DECODING HOME/temp.out WITH HOME/temp.map
756.65/757.38	c 757	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
756.74/757.49	c 757	Decoding HOME/temp.out
756.74/757.51	c 757	OBJECTIVE _COST 3
756.74/757.51	o 3
756.74/757.51	v 7 9 9 6 9 9 9 9 0 0 8 9 9 9 5 9 2 9 8 2
756.74/757.52	c 757	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
756.74/757.53	c 757	OK
756.74/757.53	c 757	OBJECTIVE BOUND: 0 <= _COST <= 3
756.74/757.53	c 757	SEARCHING: _COST <= 1
756.74/757.53	c 757	============================[ Search Statistics ]==============================
756.74/757.53	c 757	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
756.74/757.53	c 757	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
756.74/757.53	c 757	===============================================================================
756.74/757.53	c 757	|      1146 |     190   704736  9557774 |   234912     1146     10 |  0.006 % |
757.21/757.98	c 758	|      1246 |     190   704736  9557774 |   258403     1246     10 |  1.058 % |
757.50/758.25	c 758	|      1396 |     190   704736  9557774 |   284243     1396     10 |  1.058 % |
758.20/758.92	c 759	|      1621 |     190   704736  9557774 |   312667     1621     10 |  1.058 % |
758.89/759.65	c 759	|      1958 |     190   704736  9557774 |   343934     1958     10 |  1.058 % |
760.48/761.29	c 761	|      2464 |     190   704736  9557774 |   378328     2464     10 |  1.058 % |
762.05/762.85	c 763	|      3225 |     190   704736  9557774 |   416160     3225     11 |  1.058 % |
763.94/764.77	c 765	|      4364 |     190   704736  9557774 |   457777     4364     11 |  1.058 % |
766.31/767.13	c 767	|      6072 |     190   704736  9557774 |   503554     6072     11 |  1.058 % |
771.47/772.39	c 772	|      8634 |     190   704736  9557774 |   553910     8634     12 |  1.058 % |
780.48/781.46	c 781	|     12478 |     190   704736  9557774 |   609301    12478     12 |  1.058 % |
793.46/794.59	c 794	|     18244 |     190   704736  9557774 |   670231    18244     12 |  1.061 % |
812.18/813.42	c 813	|     26893 |     190   704736  9557774 |   737254    26893     13 |  1.061 % |
843.09/844.69	c 845	|     39869 |     190   704736  9557774 |   810979    39869     13 |  1.061 % |
896.89/898.95	c 899	|     59330 |     190   704736  9557774 |   892077    59330     14 |  1.061 % |
983.38/986.21	c 986	|     88523 |     190   704736  9557774 |   981285    88523     14 |  1.066 % |
1101.47/1105.49	c 1105	|    132312 |     190   704736  9557774 |  1079414   132312     15 |  1.067 % |
1256.22/1261.63	c 1261	===============================================================================
1256.22/1261.63	c 1261	restarts              : 22
1256.22/1261.63	c 1261	conflicts             : 187053        (372 /sec)
1256.22/1261.63	c 1261	decisions             : 224383        (1.68 % random) (447 /sec)
1256.22/1261.63	c 1261	propagations          : 2878063        (5731 /sec)
1256.22/1261.63	c 1261	conflict literals     : 2729235        (17.11 % deleted)
1256.22/1261.63	c 1261	Memory used           : 90.77 MB
1256.22/1261.63	c 1261	CPU time              : 502.225 s
1256.22/1261.63	c 1261	
1256.22/1261.63	c 1261	UNSATISFIABLE
1256.22/1261.63	c 1261	OK
1256.22/1261.63	c 1261	NOT FOUND: _COST <= 1
1256.22/1261.63	c 1261	OK
1256.22/1261.63	c 1261	OBJECTIVE BOUND: 2 <= _COST <= 3
1256.22/1261.63	c 1261	SEARCHING: _COST <= 2
1256.22/1261.63	c 1261	============================[ Search Statistics ]==============================
1256.22/1261.63	c 1261	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1256.22/1261.63	c 1261	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1256.22/1261.63	c 1261	===============================================================================
1256.22/1261.63	c 1261	|    187053 |     190   704736  9557774 |   234912   187052     15 |  1.067 % |
1257.31/1262.72	c 1263	|    187155 |     189   704736  9557774 |   258403   187154     15 |  2.108 % |
1258.30/1263.77	c 1264	|    187306 |     189   704736  9557774 |   284243   187305     15 |  2.108 % |
1259.19/1264.68	c 1265	|    187531 |     189   704736  9557774 |   312667   187530     15 |  2.108 % |
1260.67/1266.18	c 1266	|    187868 |     189   704736  9557774 |   343934   187867     15 |  2.108 % |
1262.65/1268.15	c 1268	|    188374 |     189   704736  9557774 |   378328   188373     15 |  2.108 % |
1265.52/1271.03	c 1271	|    189133 |     189   704736  9557774 |   416160   189132     15 |  2.108 % |
1270.29/1275.81	c 1276	|    190272 |     189   704736  9557774 |   457777   190271     15 |  2.108 % |
1278.02/1283.61	c 1283	|    191981 |     189   704736  9557774 |   503554   191980     15 |  2.108 % |
1286.54/1292.27	c 1292	|    194545 |     189   704736  9557774 |   553910   194544     15 |  2.108 % |
1302.19/1308.02	c 1308	|    198390 |     189   704736  9557774 |   609301   198389     14 |  2.108 % |
1325.88/1331.97	c 1332	|    204158 |     189   704736  9557774 |   670231   204157     14 |  2.108 % |
1353.41/1359.71	c 1360	|    212808 |     189   704736  9557774 |   737254   212807     14 |  2.108 % |
1403.45/1410.28	c 1410	|    225783 |     189   704736  9557774 |   810979   225782     14 |  2.108 % |
1479.33/1486.90	c 1487	|    245244 |     189   704736  9557774 |   892077   245243     15 |  2.111 % |
1576.43/1584.84	c 1585	|    274437 |     189   704736  9557774 |   981285   274436     15 |  2.111 % |
1761.48/1771.65	c 1771	|    318227 |     189   704736  9557774 |  1079414   318226     15 |  2.111 % |
2060.60/2073.53	c 2073	|    383911 |     189   704736  9557774 |  1187355   383910     15 |  2.111 % |
2470.07/2486.84	c 2487	|    482439 |     189   704736  9557774 |  1306091   482438     15 |  2.114 % |
3288.45/3312.86	c 3313	|    630229 |     189   704736  9557774 |  1436700   630228     16 |  2.122 % |
3497.30/3523.66	c 3523	===============================================================================
3497.30/3523.66	c 3523	restarts              : 42
3497.30/3523.66	c 3523	conflicts             : 665724        (243 /sec)
3497.30/3523.66	c 3523	decisions             : 794117        (1.64 % random) (289 /sec)
3497.30/3523.66	c 3523	propagations          : 11223893       (4092 /sec)
3497.30/3523.66	c 3523	conflict literals     : 10323499       (19.84 % deleted)
3497.30/3523.66	c 3523	Memory used           : 137.68 MB
3497.30/3523.66	c 3523	CPU time              : 2743.12 s
3497.30/3523.66	c 3523	
3497.30/3523.66	c 3523	UNSATISFIABLE
3497.30/3523.66	c 3523	OK
3497.30/3523.66	c 3523	NOT FOUND: _COST <= 2
3497.30/3523.66	c 3523	OK
3497.30/3523.66	c 3523	OBJECTIVE _COST 3
3497.30/3523.66	s OPTIMUM FOUND
3497.40/3523.71	c 3524	CPU 3496.43 (0.06 0.02 3496.37 0.94)
3497.40/3523.71	c 3524	END Fri Jul 11 23:47:41 2008

Verifier Data (download as text)

OK	3	2
3 unsatisfied constraints, 2 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-1109725-1215809337/watcher-1109725-1215809337 -o /tmp/evaluation-result-1109725-1215809337/solver-1109725-1215809337 -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-1109725-1215809337.xml 

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


[startup+0 s]
/proc/loadavg: 1.92 1.99 1.98 4/81 15389
/proc/meminfo: memFree=1905376/2055920 swapFree=4192812/4192956
[pid=15389] ppid=15387 vsize=12268 CPUtime=0
/proc/15389/stat : 15389 (sugar++) R 15387 15389 14826 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 37635218 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 210824297061 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/15389/statm: 3067 316 241 3 0 167 0

[startup+0.0811341 s]
/proc/loadavg: 1.92 1.99 1.98 4/81 15389
/proc/meminfo: memFree=1905376/2055920 swapFree=4192812/4192956
[pid=15389] ppid=15387 vsize=16740 CPUtime=0.07
/proc/15389/stat : 15389 (sugar++) S 15387 15389 14826 0 -1 4194304 1143 0 0 0 5 2 0 0 18 0 1 0 37635218 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15389/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.102071 s]
/proc/loadavg: 1.92 1.99 1.98 4/81 15389
/proc/meminfo: memFree=1905376/2055920 swapFree=4192812/4192956
[pid=15389] ppid=15387 vsize=16740 CPUtime=0.07
/proc/15389/stat : 15389 (sugar++) S 15387 15389 14826 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 37635218 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15389/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.302055 s]
/proc/loadavg: 1.92 1.99 1.98 4/81 15389
/proc/meminfo: memFree=1905376/2055920 swapFree=4192812/4192956
[pid=15389] ppid=15387 vsize=16740 CPUtime=0.07
/proc/15389/stat : 15389 (sugar++) S 15387 15389 14826 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 37635218 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15389/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701125 s]
/proc/loadavg: 1.92 1.99 1.98 4/81 15389
/proc/meminfo: memFree=1905376/2055920 swapFree=4192812/4192956
[pid=15389] ppid=15387 vsize=16740 CPUtime=0.07
/proc/15389/stat : 15389 (sugar++) S 15387 15389 14826 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 37635218 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15389/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50129 s]
/proc/loadavg: 1.92 1.99 1.98 4/92 15411
/proc/meminfo: memFree=1896888/2055920 swapFree=4192812/4192956
[pid=15389] ppid=15387 vsize=16740 CPUtime=0.85
/proc/15389/stat : 15389 (sugar++) S 15387 15389 14826 0 -1 4194304 1296 7972 0 1 5 2 72 6 16 0 1 0 37635218 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15389/statm: 4185 1104 409 3 0 764 0
[pid=15402] ppid=15389 vsize=5356 CPUtime=0
/proc/15402/stat : 15402 (sh) S 15389 15389 14826 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37635310 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15402/statm: 1339 233 193 169 0 50 0
[pid=15403] ppid=15402 vsize=864072 CPUtime=0.55
/proc/15403/stat : 15403 (java) S 15402 15389 14826 0 -1 0 6098 0 1 0 53 2 0 0 18 0 9 0 37635311 884809728 5372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15403/statm: 216018 5372 2532 9 0 210600 0
[pid=15403/tid=15404] ppid=15402 vsize=864072 CPUtime=0.42
/proc/15403/task/15404/stat : 15404 (java) R 15402 15389 14826 0 -1 64 2446 0 1 0 41 1 0 0 20 0 9 0 37635312 884809728 5372 996147200 134512640 134550740 4294955920 18446744073709551615 4126415907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15403/tid=15405] ppid=15402 vsize=864072 CPUtime=0.08
/proc/15403/task/15405/stat : 15405 (java) S 15402 15389 14826 0 -1 64 2649 0 0 0 8 0 0 0 16 0 9 0 37635313 884809728 5372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15403/tid=15406] ppid=15402 vsize=864072 CPUtime=0
/proc/15403/task/15406/stat : 15406 (java) S 15402 15389 14826 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37635313 884809728 5372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15403/tid=15407] ppid=15402 vsize=864072 CPUtime=0
/proc/15403/task/15407/stat : 15407 (java) S 15402 15389 14826 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37635313 884809728 5372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15403/tid=15408] ppid=15402 vsize=864072 CPUtime=0
/proc/15403/task/15408/stat : 15408 (java) S 15402 15389 14826 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 37635315 884809728 5372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15403/tid=15409] ppid=15402 vsize=864072 CPUtime=0.03
/proc/15403/task/15409/stat : 15409 (java) S 15402 15389 14826 0 -1 64 306 0 0 0 3 0 0 0 18 0 9 0 37635315 884809728 5372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15403/tid=15410] ppid=15402 vsize=864072 CPUtime=0
/proc/15403/task/15410/stat : 15410 (java) S 15402 15389 14826 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 37635315 884809728 5372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15403/tid=15411] ppid=15402 vsize=864072 CPUtime=0
/proc/15403/task/15411/stat : 15411 (java) S 15402 15389 14826 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37635315 884809728 5372 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 886168

[startup+3.10261 s]
/proc/loadavg: 1.92 1.99 1.98 5/92 15411
/proc/meminfo: memFree=1872248/2055920 swapFree=4192812/4192956
[pid=15389] ppid=15387 vsize=16740 CPUtime=0.85
/proc/15389/stat : 15389 (sugar++) S 15387 15389 14826 0 -1 4194304 1297 7972 0 1 5 2 72 6 15 0 1 0 37635218 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15389/statm: 4185 1104 409 3 0 764 0
[pid=15402] ppid=15389 vsize=5356 CPUtime=0
/proc/15402/stat : 15402 (sh) S 15389 15389 14826 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37635310 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15402/statm: 1339 233 193 169 0 50 0
[pid=15403] ppid=15402 vsize=864688 CPUtime=2.14
/proc/15403/stat : 15403 (java) S 15402 15389 14826 0 -1 0 18474 0 1 0 206 8 0 0 18 0 9 0 37635311 885440512 17242 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15403/statm: 216172 17242 2540 9 0 210747 0
[pid=15403/tid=15404] ppid=15402 vsize=864688 CPUtime=0.99
/proc/15403/task/15404/stat : 15404 (java) R 15402 15389 14826 0 -1 64 3132 0 1 0 97 2 0 0 25 0 9 0 37635312 885440512 17242 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15403/tid=15405] ppid=15402 vsize=864688 CPUtime=1.09
/proc/15403/task/15405/stat : 15405 (java) R 15402 15389 14826 0 -1 64 14328 0 0 0 104 5 0 0 17 0 9 0 37635313 885440512 17242 996147200 134512640 134550740 4294955920 18446744073709551615 103736016 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15403/tid=15406] ppid=15402 vsize=864688 CPUtime=0
/proc/15403/task/15406/stat : 15406 (java) S 15402 15389 14826 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37635313 885440512 17242 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15403/tid=15407] ppid=15402 vsize=864688 CPUtime=0
/proc/15403/task/15407/stat : 15407 (java) S 15402 15389 14826 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37635313 885440512 17242 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15403/tid=15408] ppid=15402 vsize=864688 CPUtime=0
/proc/15403/task/15408/stat : 15408 (java) S 15402 15389 14826 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 37635315 885440512 17242 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15403/tid=15409] ppid=15402 vsize=864688 CPUtime=0.05
/proc/15403/task/15409/stat : 15409 (java) S 15402 15389 14826 0 -1 64 317 0 0 0 5 0 0 0 16 0 9 0 37635315 885440512 17242 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15403/tid=15410] ppid=15402 vsize=864688 CPUtime=0
/proc/15403/task/15410/stat : 15410 (java) S 15402 15389 14826 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 37635315 885440512 17242 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15403/tid=15411] ppid=15402 vsize=864688 CPUtime=0
/proc/15403/task/15411/stat : 15411 (java) S 15402 15389 14826 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37635315 885440512 17242 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 886784

[startup+6.30125 s]
/proc/loadavg: 1.93 1.99 1.98 3/92 15411
/proc/meminfo: memFree=1841848/2055920 swapFree=4192812/4192956
[pid=15389] ppid=15387 vsize=16740 CPUtime=0.85
/proc/15389/stat : 15389 (sugar++) S 15387 15389 14826 0 -1 4194304 1297 7972 0 1 5 2 72 6 15 0 1 0 37635218 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15389/statm: 4185 1104 409 3 0 764 0
[pid=15402] ppid=15389 vsize=5356 CPUtime=0
/proc/15402/stat : 15402 (sh) S 15389 15389 14826 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37635310 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15402/statm: 1339 233 193 169 0 50 0
[pid=15403] ppid=15402 vsize=864296 CPUtime=5.33
/proc/15403/stat : 15403 (java) S 15402 15389 14826 0 -1 0 18580 0 1 0 524 9 0 0 18 0 9 0 37635311 885039104 17186 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15403/statm: 216074 17186 2564 9 0 210621 0
[pid=15403/tid=15404] ppid=15402 vsize=864296 CPUtime=3.91
/proc/15403/task/15404/stat : 15404 (java) R 15402 15389 14826 0 -1 64 3219 0 1 0 389 2 0 0 25 0 9 0 37635312 885039104 17186 996147200 134512640 134550740 4294955920 18446744073709551615 4126574007 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15403/tid=15405] ppid=15402 vsize=864296 CPUtime=1.31
/proc/15403/task/15405/stat : 15405 (java) S 15402 15389 14826 0 -1 64 14328 0 0 0 126 5 0 0 16 0 9 0 37635313 885039104 17186 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15403/tid=15406] ppid=15402 vsize=864296 CPUtime=0
/proc/15403/task/15406/stat : 15406 (java) S 15402 15389 14826 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37635313 885039104 17186 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15403/tid=15407] ppid=15402 vsize=864296 CPUtime=0
/proc/15403/task/15407/stat : 15407 (java) S 15402 15389 14826 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37635313 885039104 17186 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15403/tid=15408] ppid=15402 vsize=864296 CPUtime=0
/proc/15403/task/15408/stat : 15408 (java) S 15402 15389 14826 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 37635315 885039104 17186 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15403/tid=15409] ppid=15402 vsize=864296 CPUtime=0.07
/proc/15403/task/15409/stat : 15409 (java) S 15402 15389 14826 0 -1 64 336 0 0 0 7 0 0 0 16 0 9 0 37635315 885039104 17186 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15403/tid=15410] ppid=15402 vsize=864296 CPUtime=0
/proc/15403/task/15410/stat : 15410 (java) S 15402 15389 14826 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 37635315 885039104 17186 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15403/tid=15411] ppid=15402 vsize=864296 CPUtime=0
/proc/15403/task/15411/stat : 15411 (java) S 15402 15389 14826 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37635315 885039104 17186 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 886392

[startup+12.7026 s]
/proc/loadavg: 1.93 1.99 1.98 3/92 15411
/proc/meminfo: memFree=1841656/2055920 swapFree=4192812/4192956
[pid=15389] ppid=15387 vsize=16740 CPUtime=0.85
/proc/15389/stat : 15389 (sugar++) S 15387 15389 14826 0 -1 4194304 1297 7972 0 1 5 2 72 6 15 0 1 0 37635218 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15389/statm: 4185 1104 409 3 0 764 0
[pid=15402] ppid=15389 vsize=5356 CPUtime=0
/proc/15402/stat : 15402 (sh) S 15389 15389 14826 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37635310 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15402/statm: 1339 233 193 169 0 50 0
[pid=15403] ppid=15402 vsize=864296 CPUtime=11.69
/proc/15403/stat : 15403 (java) S 15402 15389 14826 0 -1 0 18580 0 1 0 1160 9 0 0 18 0 9 0 37635311 885039104 17186 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15403/statm: 216074 17186 2564 9 0 210621 0
[pid=15403/tid=15404] ppid=15402 vsize=864296 CPUtime=10.28
/proc/15403/task/15404/stat : 15404 (java) R 15402 15389 14826 0 -1 64 3219 0 1 0 1026 2 0 0 25 0 9 0 37635312 885039104 17186 996147200 134512640 134550740 4294955920 18446744073709551615 4126574020 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15403/tid=15405] ppid=15402 vsize=864296 CPUtime=1.31
/proc/15403/task/15405/stat : 15405 (java) S 15402 15389 14826 0 -1 64 14328 0 0 0 126 5 0 0 16 0 9 0 37635313 885039104 17186 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15403/tid=15406] ppid=15402 vsize=864296 CPUtime=0
/proc/15403/task/15406/stat : 15406 (java) S 15402 15389 14826 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37635313 885039104 17186 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15403/tid=15407] ppid=15402 vsize=864296 CPUtime=0
/proc/15403/task/15407/stat : 15407 (java) S 15402 15389 14826 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37635313 885039104 17186 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15403/tid=15408] ppid=15402 vsize=864296 CPUtime=0
/proc/15403/task/15408/stat : 15408 (java) S 15402 15389 14826 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 37635315 885039104 17186 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15403/tid=15409] ppid=15402 vsize=864296 CPUtime=0.07
/proc/15403/task/15409/stat : 15409 (java) S 15402 15389 14826 0 -1 64 336 0 0 0 7 0 0 0 16 0 9 0 37635315 885039104 17186 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15403/tid=15410] ppid=15402 vsize=864296 CPUtime=0
/proc/15403/task/15410/stat : 15410 (java) S 15402 15389 14826 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 37635315 885039104 17186 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15403/tid=15411] ppid=15402 vsize=864296 CPUtime=0
/proc/15403/task/15411/stat : 15411 (java) S 15402 15389 14826 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37635315 885039104 17186 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 886392

[startup+25.5021 s]
/proc/loadavg: 1.95 1.99 1.98 3/92 15452
/proc/meminfo: memFree=1835504/2055920 swapFree=4192812/4192956
[pid=15389] ppid=15387 vsize=16740 CPUtime=0.85
/proc/15389/stat : 15389 (sugar++) S 15387 15389 14826 0 -1 4194304 1297 7972 0 1 5 2 72 6 15 0 1 0 37635218 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15389/statm: 4185 1104 409 3 0 764 0
[pid=15402] ppid=15389 vsize=5356 CPUtime=0
/proc/15402/stat : 15402 (sh) S 15389 15389 14826 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37635310 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15402/statm: 1339 233 193 169 0 50 0
[pid=15403] ppid=15402 vsize=864296 CPUtime=24.45
/proc/15403/stat : 15403 (java) S 15402 15389 14826 0 -1 0 18598 0 1 0 2435 10 0 0 18 0 9 0 37635311 885039104 17186 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15403/statm: 216074 17186 2564 9 0 210621 0
[pid=15403/tid=15404] ppid=15402 vsize=864296 CPUtime=22.96
/proc/15403/task/15404/stat : 15404 (java) R 15402 15389 14826 0 -1 64 3237 0 1 0 2293 3 0 0 25 0 9 0 37635312 885039104 17186 996147200 134512640 134550740 4294955920 18446744073709551615 4126555199 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15403/tid=15405] ppid=15402 vsize=864296 CPUtime=1.38
/proc/15403/task/15405/stat : 15405 (java) S 15402 15389 14826 0 -1 64 14328 0 0 0 133 5 0 0 16 0 9 0 37635313 885039104 17186 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15403/tid=15406] ppid=15402 vsize=864296 CPUtime=0
/proc/15403/task/15406/stat : 15406 (java) S 15402 15389 14826 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37635313 885039104 17186 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15403/tid=15407] ppid=15402 vsize=864296 CPUtime=0
/proc/15403/task/15407/stat : 15407 (java) S 15402 15389 14826 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37635313 885039104 17186 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/15459/statm: 32628 30728 79 151 0 32474 0
Current children cumulated CPU time (s) 2842.1
Current children cumulated vsize (KiB) 147252

[startup+2922.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15471
/proc/meminfo: memFree=1730624/2055920 swapFree=4192812/4192956
[pid=15389] ppid=15387 vsize=16740 CPUtime=753.88
/proc/15389/stat : 15389 (sugar++) S 15387 15389 14826 0 -1 4194304 1545 52905 0 3 6 2 75325 55 16 0 1 0 37635218 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15389/statm: 4185 1112 414 3 0 764 0
[pid=15459] ppid=15389 vsize=131436 CPUtime=2147.68
/proc/15459/stat : 15459 (minisat-inc) R 15389 15389 14826 0 -1 4194304 31031 0 0 0 214735 33 0 0 25 0 1 0 37710654 134590464 30974 996147200 134512640 135134323 4294956192 18446744073709551615 134532052 0 0 4096 3 0 0 0 17 1 0 0
/proc/15459/statm: 32859 30974 79 151 0 32705 0
Current children cumulated CPU time (s) 2901.56
Current children cumulated vsize (KiB) 148176

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15471
/proc/meminfo: memFree=1729664/2055920 swapFree=4192812/4192956
[pid=15389] ppid=15387 vsize=16740 CPUtime=753.88
/proc/15389/stat : 15389 (sugar++) S 15387 15389 14826 0 -1 4194304 1545 52905 0 3 6 2 75325 55 16 0 1 0 37635218 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15389/statm: 4185 1112 414 3 0 764 0
[pid=15459] ppid=15389 vsize=132384 CPUtime=2207.12
/proc/15459/stat : 15459 (minisat-inc) R 15389 15389 14826 0 -1 4194304 31266 0 0 0 220679 33 0 0 25 0 1 0 37710654 135561216 31209 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15459/statm: 33096 31209 79 151 0 32942 0
Current children cumulated CPU time (s) 2961
Current children cumulated vsize (KiB) 149124

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15471
/proc/meminfo: memFree=1728640/2055920 swapFree=4192812/4192956
[pid=15389] ppid=15387 vsize=16740 CPUtime=753.88
/proc/15389/stat : 15389 (sugar++) S 15387 15389 14826 0 -1 4194304 1545 52905 0 3 6 2 75325 55 16 0 1 0 37635218 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15389/statm: 4185 1112 414 3 0 764 0
[pid=15459] ppid=15389 vsize=133176 CPUtime=2266.57
/proc/15459/stat : 15459 (minisat-inc) R 15389 15389 14826 0 -1 4194304 31492 0 0 0 226624 33 0 0 25 0 1 0 37710654 136372224 31435 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15459/statm: 33294 31435 79 151 0 33140 0
Current children cumulated CPU time (s) 3020.45
Current children cumulated vsize (KiB) 149916

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15471
/proc/meminfo: memFree=1727744/2055920 swapFree=4192812/4192956
[pid=15389] ppid=15387 vsize=16740 CPUtime=753.88
/proc/15389/stat : 15389 (sugar++) S 15387 15389 14826 0 -1 4194304 1545 52905 0 3 6 2 75325 55 16 0 1 0 37635218 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15389/statm: 4185 1112 414 3 0 764 0
[pid=15459] ppid=15389 vsize=134100 CPUtime=2326.02
/proc/15459/stat : 15459 (minisat-inc) R 15389 15389 14826 0 -1 4194304 31728 0 0 0 232568 34 0 0 25 0 1 0 37710654 137318400 31671 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 1 0 0
/proc/15459/statm: 33525 31671 79 151 0 33371 0
Current children cumulated CPU time (s) 3079.9
Current children cumulated vsize (KiB) 150840

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15471
/proc/meminfo: memFree=1726784/2055920 swapFree=4192812/4192956
[pid=15389] ppid=15387 vsize=16740 CPUtime=753.88
/proc/15389/stat : 15389 (sugar++) S 15387 15389 14826 0 -1 4194304 1545 52905 0 3 6 2 75325 55 16 0 1 0 37635218 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15389/statm: 4185 1112 414 3 0 764 0
[pid=15459] ppid=15389 vsize=134916 CPUtime=2385.45
/proc/15459/stat : 15459 (minisat-inc) R 15389 15389 14826 0 -1 4194304 31963 0 0 0 238511 34 0 0 25 0 1 0 37710654 138153984 31906 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15459/statm: 33729 31906 79 151 0 33575 0
Current children cumulated CPU time (s) 3139.33
Current children cumulated vsize (KiB) 151656

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15471
/proc/meminfo: memFree=1725760/2055920 swapFree=4192812/4192956
[pid=15389] ppid=15387 vsize=16740 CPUtime=753.88
/proc/15389/stat : 15389 (sugar++) S 15387 15389 14826 0 -1 4194304 1545 52905 0 3 6 2 75325 55 16 0 1 0 37635218 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15389/statm: 4185 1112 414 3 0 764 0
[pid=15459] ppid=15389 vsize=135708 CPUtime=2444.9
/proc/15459/stat : 15459 (minisat-inc) R 15389 15389 14826 0 -1 4194304 32197 0 0 0 244455 35 0 0 25 0 1 0 37710654 138964992 32140 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15459/statm: 33927 32140 79 151 0 33773 0
Current children cumulated CPU time (s) 3198.78
Current children cumulated vsize (KiB) 152448

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15471
/proc/meminfo: memFree=1724608/2055920 swapFree=4192812/4192956
[pid=15389] ppid=15387 vsize=16740 CPUtime=753.88
/proc/15389/stat : 15389 (sugar++) S 15387 15389 14826 0 -1 4194304 1545 52905 0 3 6 2 75325 55 16 0 1 0 37635218 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15389/statm: 4185 1112 414 3 0 764 0
[pid=15459] ppid=15389 vsize=136744 CPUtime=2504.35
/proc/15459/stat : 15459 (minisat-inc) R 15389 15389 14826 0 -1 4194304 32480 0 0 0 250400 35 0 0 25 0 1 0 37710654 140025856 32423 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15459/statm: 34186 32423 79 151 0 34032 0
Current children cumulated CPU time (s) 3258.23
Current children cumulated vsize (KiB) 153484

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15471
/proc/meminfo: memFree=1723776/2055920 swapFree=4192812/4192956
[pid=15389] ppid=15387 vsize=16740 CPUtime=753.88
/proc/15389/stat : 15389 (sugar++) S 15387 15389 14826 0 -1 4194304 1545 52905 0 3 6 2 75325 55 16 0 1 0 37635218 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15389/statm: 4185 1112 414 3 0 764 0
[pid=15459] ppid=15389 vsize=138108 CPUtime=2563.8
/proc/15459/stat : 15459 (minisat-inc) R 15389 15389 14826 0 -1 4194304 32676 0 0 0 256344 36 0 0 25 0 1 0 37710654 141422592 32619 996147200 134512640 135134323 4294956192 18446744073709551615 134531961 0 0 4096 3 0 0 0 17 1 0 0
/proc/15459/statm: 34527 32619 79 151 0 34373 0
Current children cumulated CPU time (s) 3317.68
Current children cumulated vsize (KiB) 154848

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15471
/proc/meminfo: memFree=1723008/2055920 swapFree=4192812/4192956
[pid=15389] ppid=15387 vsize=16740 CPUtime=753.88
/proc/15389/stat : 15389 (sugar++) S 15387 15389 14826 0 -1 4194304 1545 52905 0 3 6 2 75325 55 16 0 1 0 37635218 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15389/statm: 4185 1112 414 3 0 764 0
[pid=15459] ppid=15389 vsize=138816 CPUtime=2623.25
/proc/15459/stat : 15459 (minisat-inc) R 15389 15389 14826 0 -1 4194304 32854 0 0 0 262289 36 0 0 25 0 1 0 37710654 142147584 32797 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15459/statm: 34704 32797 79 151 0 34550 0
Current children cumulated CPU time (s) 3377.13
Current children cumulated vsize (KiB) 155556

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15471
/proc/meminfo: memFree=1721984/2055920 swapFree=4192812/4192956
[pid=15389] ppid=15387 vsize=16740 CPUtime=753.88
/proc/15389/stat : 15389 (sugar++) S 15387 15389 14826 0 -1 4194304 1545 52905 0 3 6 2 75325 55 16 0 1 0 37635218 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15389/statm: 4185 1112 414 3 0 764 0
[pid=15459] ppid=15389 vsize=139956 CPUtime=2682.69
/proc/15459/stat : 15459 (minisat-inc) R 15389 15389 14826 0 -1 4194304 33104 0 0 0 268232 37 0 0 25 0 1 0 37710654 143314944 33047 996147200 134512640 135134323 4294956192 18446744073709551615 134531911 0 0 4096 3 0 0 0 17 1 0 0
/proc/15459/statm: 34989 33047 79 151 0 34835 0
Current children cumulated CPU time (s) 3436.57
Current children cumulated vsize (KiB) 156696

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15471
/proc/meminfo: memFree=1721088/2055920 swapFree=4192812/4192956
[pid=15389] ppid=15387 vsize=16740 CPUtime=753.88
/proc/15389/stat : 15389 (sugar++) S 15387 15389 14826 0 -1 4194304 1545 52905 0 3 6 2 75325 55 16 0 1 0 37635218 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15389/statm: 4185 1112 414 3 0 764 0
[pid=15459] ppid=15389 vsize=140976 CPUtime=2742.13
/proc/15459/stat : 15459 (minisat-inc) R 15389 15389 14826 0 -1 4194304 33313 0 0 0 274176 37 0 0 25 0 1 0 37710654 144359424 33256 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15459/statm: 35244 33256 79 151 0 35090 0
Current children cumulated CPU time (s) 3496.01
Current children cumulated vsize (KiB) 157716

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

[startup+3523.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15471
/proc/meminfo: memFree=1721088/2055920 swapFree=4192812/4192956
[pid=15389] ppid=15387 vsize=16740 CPUtime=753.88
/proc/15389/stat : 15389 (sugar++) S 15387 15389 14826 0 -1 4194304 1545 52905 0 3 6 2 75325 55 16 0 1 0 37635218 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15389/statm: 4185 1112 414 3 0 764 0
[pid=15459] ppid=15389 vsize=140976 CPUtime=2742.93
/proc/15459/stat : 15459 (minisat-inc) R 15389 15389 14826 0 -1 4194304 33315 0 0 0 274256 37 0 0 25 0 1 0 37710654 144359424 33258 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15459/statm: 35244 33258 79 151 0 35090 0
Current children cumulated CPU time (s) 3496.81
Current children cumulated vsize (KiB) 157716

[startup+3523.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15471
/proc/meminfo: memFree=1721088/2055920 swapFree=4192812/4192956
[pid=15389] ppid=15387 vsize=16740 CPUtime=753.88
/proc/15389/stat : 15389 (sugar++) S 15387 15389 14826 0 -1 4194304 1545 52905 0 3 6 2 75325 55 16 0 1 0 37635218 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15389/statm: 4185 1112 414 3 0 764 0
[pid=15459] ppid=15389 vsize=140976 CPUtime=2743.32
/proc/15459/stat : 15459 (minisat-inc) R 15389 15389 14826 0 -1 4194304 33317 0 0 0 274295 37 0 0 25 0 1 0 37710654 144359424 33260 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15459/statm: 35244 33260 79 151 0 35090 0
Current children cumulated CPU time (s) 3497.2
Current children cumulated vsize (KiB) 157716

[startup+3523.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15471
/proc/meminfo: memFree=1721088/2055920 swapFree=4192812/4192956
[pid=15389] ppid=15387 vsize=16740 CPUtime=3497.4
/proc/15389/stat : 15389 (sugar++) R 15387 15389 14826 0 -1 4194304 1565 86224 0 3 6 3 349637 94 16 0 1 0 37635218 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 210824303657 0 0 4224 16386 0 0 0 17 1 0 0
/proc/15389/statm: 4185 1113 415 3 0 764 0
Current children cumulated CPU time (s) 3497.4
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 3523.71
CPU time (s): 3497.44
CPU user time (s): 3496.44
CPU system time (s): 0.999848
CPU usage (%): 99.2543
Max. virtual memory (cumulated for all children) (KiB): 893584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3496.44
system time used= 0.999848
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87845
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20094
involuntary context switches= 119909

runsolver used 4.67229 second user time and 10.8094 second system time

The end

Launcher Data (download as text)

Begin job on node33 at 2008-07-11 22:48:57
IDJOB=1109725
IDBENCH=61005
IDSOLVER=367
FILE ID=node33/1109725-1215809337
PBS_JOBID= 7903251
Free space on /tmp= 66472 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2df4c69d39e368cfd78aef96a796eed2
RANDOM SEED=1456480984

node33.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.264
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.264
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:       1905856 kB
Buffers:         12636 kB
Cached:          59580 kB
SwapCached:          0 kB
Active:          76028 kB
Inactive:        24492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1905856 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1868 kB
Writeback:           0 kB
Mapped:          48424 kB
Slab:            34828 kB
Committed_AS:   178724 kB
PageTables:       1852 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= 66472 MiB
End job on node33 at 2008-07-11 23:47:41