Trace number 1127515

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar++ v1.13+minisat-incMSAT (TO) 3600.18 3621.37

General information on the benchmark

Namemaxcsp/cnf/3-40-1100-2000/
normalized-cnf-3-40-1700-341821_ext.xml
MD5SUMf9648d586a0c29ad776d114c124ecc60
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints128
Best CPU time to get the best result obtained on this benchmark188.577
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints1552
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension1552
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.04/0.15	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.04/0.15	c 0	BEGIN Wed Jul 23 02:06:31 2008
0.04/0.15	c 0	PID 4935
0.04/0.15	c 0	HOST node27.alineos.net
0.04/0.15	c 0	CONVERTING HOME/instance-1127515-1216771591.xml TO HOME/temp.csp
0.04/0.15	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127515-1216771591.xml' 'HOME/temp.csp'
0.08/0.82	c 1	1 domains, 40 variables, 0 predicates, 41 relations, 1552 constraints
0.08/0.85	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.08/0.85	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.71/0.94	c 1	Parsing HOME/temp.csp
0.94/1.13	c 1	parsed 1634 expressions
0.94/1.13	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.94/1.16	c 1	MAX CSP: 1552 constraints
0.94/1.16	c 1	Converting to clausal form CSP
1.04/1.21	c 1	converted 319 (10%) expressions
1.04/1.23	c 1	converted 638 (20%) expressions
1.04/1.26	c 1	converted 957 (30%) expressions
1.14/1.33	c 1	converted 1276 (40%) expressions
1.14/1.36	c 1	converted 1595 (50%) expressions
1.14/1.36	c 1	converted 1914 (60%) expressions
1.14/1.37	c 1	converted 2233 (70%) expressions
1.14/1.38	c 1	converted 2552 (80%) expressions
1.14/1.39	c 1	converted 2871 (90%) expressions
1.44/1.60	c 1	converted 3189 (100%) expressions
1.44/1.60	c 1	CSP : 3144 integers, 0 booleans, 4655 clauses, largest domain size 2329
1.44/1.60	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.44/1.60	c 1	Propagation in CSP
1.44/1.67	c 1	1549 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.44/1.68	c 1	CSP : 3144 integers, 0 booleans, 4655 clauses, largest domain size 1553
1.44/1.68	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.44/1.68	c 1	Simplifing CSP by introducing new Boolean variables
1.44/1.68	c 1	CSP : 3144 integers, 0 booleans, 4655 clauses, largest domain size 1553
1.44/1.68	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.53/1.73	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.53/1.74	c 1	315 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.53/1.74	c 1	629 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.53/1.75	c 1	944 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.53/1.75	c 1	1258 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.53/1.75	c 1	1572 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.53/1.78	c 1	1887 (60%) CSP integer variables are encoded (15437 clauses, 214950 bytes)
1.53/1.78	c 1	2201 (70%) CSP integer variables are encoded (19122 clauses, 270225 bytes)
1.53/1.79	c 2	2516 (80%) CSP integer variables are encoded (23046 clauses, 329085 bytes)
1.53/1.79	c 2	2830 (90%) CSP integer variables are encoded (25564 clauses, 366855 bytes)
1.53/1.80	c 2	3144 (100%) CSP integer variables are encoded (28996 clauses, 418335 bytes)
1.64/1.85	c 2	466 (10%) CSP clauses are encoded (29487 clauses, 426142 bytes)
1.64/1.88	c 2	931 (20%) CSP clauses are encoded (29972 clauses, 434159 bytes)
1.64/1.89	c 2	1397 (30%) CSP clauses are encoded (30459 clauses, 443070 bytes)
2.33/2.51	c 2	1862 (40%) CSP clauses are encoded (357383 clauses, 6923350 bytes)
3.94/4.17	c 4	2328 (50%) CSP clauses are encoded (1268097 clauses, 26435769 bytes)
4.03/4.25	c 4	2793 (60%) CSP clauses are encoded (1309622 clauses, 27305058 bytes)
6.11/6.39	c 6	3259 (70%) CSP clauses are encoded (2486048 clauses, 52546028 bytes)
6.21/6.48	c 6	3724 (80%) CSP clauses are encoded (2533667 clauses, 53544537 bytes)
6.42/6.70	c 6	4190 (90%) CSP clauses are encoded (2652925 clauses, 56079116 bytes)
7.21/7.50	c 7	4655 (100%) CSP clauses are encoded (3099489 clauses, 65631399 bytes)
7.21/7.50	c 7	4655 CSP clauses encoded
7.21/7.50	c 7	Writing map file : HOME/temp.map
7.31/7.54	c 7	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.31/7.54	c 7	SAT : 32140 SAT variables, 3099489 SAT clauses, 65631399 bytes
7.31/7.54	c 7	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.31/7.58	c 7	OBJECTIVE minimize _COST
7.31/7.58	c 7	SOLVING HOME/temp.cnf
7.31/7.58	c 7	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
7.31/7.58	c 7	This is MiniSat 2.0 beta incremental
7.31/7.58	c 7	WARNING: for repeatability, setting FPU to use double precision
7.31/7.58	c 7	============================[ Problem Statistics ]=============================
7.31/7.58	c 7	|                                                                             |
7.31/7.58	c 7	|  Number of variables:  32140                                                |
7.31/7.58	c 7	|  Number of clauses:    3099489                                              |
8.77/9.07	c 9	|  Parsing time:         1.27         s                                       |
8.87/9.14	c 9	OK
8.87/9.14	c 9	OBJECTIVE BOUND: 0 <= _COST <= 
8.87/9.14	c 9	SEARCHING: _COST <= 776
8.87/9.14	c 9	============================[ Search Statistics ]==============================
8.87/9.14	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.87/9.14	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.87/9.14	c 9	===============================================================================
8.87/9.14	c 9	|         0 |   32140  3099489  9211488 |  1033163        0    nan |  0.000 % |
10.16/10.45	c 10	|       101 |   32140  3099489  9211488 |  1136479      101     24 |  0.001 % |
10.46/10.75	c 10	===============================================================================
10.46/10.76	c 10	restarts              : 2
10.46/10.76	c 10	conflicts             : 120           (41 /sec)
10.46/10.76	c 10	decisions             : 1014          (0.79 % random) (347 /sec)
10.46/10.76	c 10	propagations          : 423902         (145194 /sec)
10.46/10.76	c 10	conflict literals     : 2839           (18.07 % deleted)
10.46/10.76	c 10	Memory used           : 127.77 MB
10.46/10.76	c 10	CPU time              : 2.91956 s
10.46/10.76	c 10	
10.46/10.76	c 10	SATISFIABLE
10.46/10.77	c 10	OK
10.46/10.77	c 10	FOUND: _COST <= 776
10.46/10.77	s SATISFIABLE
10.46/10.77	c 10	DECODING HOME/temp.out WITH HOME/temp.map
10.46/10.77	c 10	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
10.52/10.85	c 11	Decoding HOME/temp.out
10.74/11.06	c 11	OBJECTIVE _COST 710
10.74/11.06	o 710
10.74/11.06	v 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
10.74/11.07	c 11	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
10.74/11.09	c 11	OK
10.74/11.09	c 11	OBJECTIVE BOUND: 0 <= _COST <= 710
10.74/11.09	c 11	SEARCHING: _COST <= 355
10.74/11.09	c 11	============================[ Search Statistics ]==============================
10.84/11.10	c 11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.84/11.10	c 11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.84/11.10	c 11	===============================================================================
10.84/11.10	c 11	|       120 |   32140  3099489  9211488 |  1033163      120     24 |  0.001 % |
10.94/11.28	c 11	===============================================================================
10.94/11.29	c 11	restarts              : 3
10.94/11.29	c 11	conflicts             : 120           (38 /sec)
10.94/11.29	c 11	decisions             : 1343          (0.67 % random) (429 /sec)
10.94/11.29	c 11	propagations          : 456042         (145629 /sec)
10.94/11.29	c 11	conflict literals     : 2839           (18.07 % deleted)
10.94/11.29	c 11	Memory used           : 128.93 MB
10.94/11.29	c 11	CPU time              : 3.13152 s
10.94/11.29	c 11	
10.94/11.29	c 11	SATISFIABLE
11.04/11.30	c 11	OK
11.04/11.30	c 11	FOUND: _COST <= 355
11.04/11.30	c 11	DECODING HOME/temp.out WITH HOME/temp.map
11.04/11.30	c 11	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
11.04/11.38	c 11	Decoding HOME/temp.out
11.04/11.58	c 11	OBJECTIVE _COST 355
11.04/11.58	o 355
11.04/11.58	v 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
11.04/11.58	c 11	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
11.04/11.63	c 11	OK
11.04/11.63	c 11	OBJECTIVE BOUND: 0 <= _COST <= 355
11.04/11.63	c 11	SEARCHING: _COST <= 177
11.04/11.63	c 11	============================[ Search Statistics ]==============================
11.04/11.63	c 11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.04/11.63	c 11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.04/11.63	c 11	===============================================================================
11.04/11.63	c 11	|       120 |   22812  3099489  9211488 |  1033163      120     24 |  0.001 % |
12.20/12.50	c 12	|       220 |   22808  3099489  9211488 |  1136479      220     31 | 42.586 % |
13.28/13.60	c 13	|       372 |   22808  3099489  9211488 |  1250127      372     34 | 42.586 % |
14.67/15.07	c 15	|       598 |   22808  3099489  9211488 |  1375139      598     34 | 42.586 % |
16.65/17.05	c 17	|       935 |   22808  3099489  9211488 |  1512653      935     34 | 42.586 % |
19.82/20.25	c 20	|      1442 |   22808  3099489  9211488 |  1663919     1442     34 | 42.586 % |
23.79/24.21	c 24	|      2202 |   22808  3099489  9211488 |  1830311     2202     34 | 42.586 % |
31.41/31.93	c 32	|      3341 |   22808  3099489  9211488 |  2013342     3341     34 | 42.586 % |
42.40/43.06	c 43	|      5049 |   22808  3099489  9211488 |  2214676     5049     34 | 42.586 % |
58.56/59.38	c 59	|      7612 |   22808  3099489  9211488 |  2436144     7612     35 | 42.586 % |
77.18/78.19	c 78	|     11456 |   18453  1178005  3486900 |  2679758    11446     35 | 42.586 % |
99.37/100.50	c 100	|     17222 |   18453  1178005  3486900 |  2947734    17212     35 | 42.586 % |
138.01/139.59	c 139	|     25872 |   18453  1178005  3486900 |  3242508    25862     35 | 42.586 % |
197.95/200.08	c 200	|     38847 |   18453  1178005  3486900 |  3566758    38837     36 | 42.586 % |
289.09/292.01	c 292	|     58308 |   18453  1178005  3486900 |  3923434    58298     36 | 42.586 % |
431.54/435.85	c 436	|     87500 |   18453  1178005  3486900 |  4315778    87490     37 | 42.586 % |
653.84/660.27	c 660	|    131290 |   18453  1178005  3486900 |  4747356   131280     37 | 42.586 % |
1035.33/1045.40	c 1045	|    196976 |   18453  1178005  3486900 |  5222091   196966     37 | 42.586 % |
1665.59/1681.52	c 1681	|    295503 |   18453  1178005  3486900 |  5744300   295493     37 | 42.586 % |
2062.55/2082.22	c 2082	===============================================================================
2062.55/2082.22	c 2082	restarts              : 22
2062.55/2082.22	c 2082	conflicts             : 351866        (171 /sec)
2062.55/2082.22	c 2082	decisions             : 392074        (0.90 % random) (191 /sec)
2062.55/2082.22	c 2082	propagations          : 622164609      (302856 /sec)
2062.55/2082.22	c 2082	conflict literals     : 13041306       (35.34 % deleted)
2062.55/2082.22	c 2082	Memory used           : 149.25 MB
2062.55/2082.22	c 2082	CPU time              : 2054.32 s
2062.55/2082.22	c 2082	
2062.55/2082.22	c 2082	SATISFIABLE
2062.55/2082.24	c 2082	OK
2062.55/2082.24	c 2082	FOUND: _COST <= 177
2062.55/2082.24	c 2082	DECODING HOME/temp.out WITH HOME/temp.map
2062.55/2082.24	c 2082	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2062.58/2082.33	c 2082	Decoding HOME/temp.out
2062.58/2082.54	c 2082	OBJECTIVE _COST 177
2062.58/2082.54	o 177
2062.58/2082.54	v 1 0 1 1 1 0 1 0 1 1 1 1 0 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1
2062.58/2082.54	c 2082	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2063.32/2083.06	c 2083	OK
2063.32/2083.06	c 2083	OBJECTIVE BOUND: 0 <= _COST <= 177
2063.32/2083.06	c 2083	SEARCHING: _COST <= 88
2063.32/2083.06	c 2083	============================[ Search Statistics ]==============================
2063.32/2083.06	c 2083	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2063.32/2083.06	c 2083	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2063.32/2083.06	c 2083	===============================================================================
2063.32/2083.06	c 2083	|    351866 |   15664   660611  1942907 |   220203   351795     37 | 42.586 % |
2071.01/2090.71	c 2090	|    351966 |   15664   660611  1942907 |   242224    17334     32 | 51.263 % |
2071.51/2091.20	c 2091	|    352117 |   15664   660611  1942907 |   266446    17485     32 | 51.263 % |
2072.31/2092.06	c 2092	|    352342 |   15664   660611  1942907 |   293091    17710     32 | 51.263 % |
2073.71/2093.44	c 2093	|    352680 |   15664   660611  1942907 |   322400    18048     32 | 51.263 % |
2075.72/2095.48	c 2095	|    353186 |   15664   660611  1942907 |   354640    18554     32 | 51.263 % |
2078.91/2098.67	c 2098	|    353946 |   15664   660611  1942907 |   390104    19314     32 | 51.263 % |
2083.81/2103.56	c 2103	|    355085 |   15664   660611  1942907 |   429114    20453     32 | 51.263 % |
2090.61/2110.33	c 2110	|    356794 |   15664   660611  1942907 |   472026    22162     31 | 51.263 % |
2100.30/2120.02	c 2120	|    359356 |   15664   660611  1942907 |   519228    24724     31 | 51.263 % |
2115.59/2135.33	c 2135	|    363200 |   15664   660611  1942907 |   571151    28568     31 | 51.263 % |
2139.79/2159.58	c 2159	|    368967 |   15664   660611  1942907 |   628266    34335     30 | 51.263 % |
2176.77/2196.53	c 2196	|    377617 |   15664   660611  1942907 |   691093    42985     30 | 51.263 % |
2232.05/2251.88	c 2252	|    390591 |   15664   660611  1942907 |   760202    55959     30 | 51.263 % |
2317.91/2337.72	c 2337	|    410053 |   15664   660611  1942907 |   836223    75421     29 | 51.263 % |
2453.57/2473.40	c 2473	|    439247 |   15664   660611  1942907 |   919845   104615     29 | 51.263 % |
2679.77/2699.79	c 2700	|    483036 |   15664   660611  1942907 |  1011829   148404     29 | 51.263 % |
3040.64/3060.76	c 3060	|    548720 |   15664   660611  1942907 |  1113012   214088     29 | 51.263 % |
3552.18/3573.24	c 3573	|    647247 |   15664   660611  1942907 |  1224314   312615     28 | 51.263 % |
3600.09/3621.31	c ERROR INTERRUPTED
3600.09/3621.36	c 3621	CPU 3599.06 (0.08 0.02 3598.98 1.04)
3600.09/3621.36	c 3621	END Wed Jul 23 03:06:52 2008

Verifier Data (download as text)

OK	177	1375
177 unsatisfied constraints, 1375 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-1127515-1216771591/watcher-1127515-1216771591 -o /tmp/evaluation-result-1127515-1216771591/solver-1127515-1216771591 -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-1127515-1216771591.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.98 1.54 1.21 4/74 4935
/proc/meminfo: memFree=1192224/2055920 swapFree=4192956/4192956
[pid=4935] ppid=4933 vsize=12268 CPUtime=0
/proc/4935/stat : 4935 (sugar++) R 4933 4935 4779 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 4248968 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 233597615102 0 0 4224 0 0 0 0 17 0 0 0
/proc/4935/statm: 3067 318 242 3 0 167 0

[startup+0.0206481 s]
/proc/loadavg: 1.98 1.54 1.21 4/74 4935
/proc/meminfo: memFree=1192224/2055920 swapFree=4192956/4192956
[pid=4935] ppid=4933 vsize=12676 CPUtime=0.01
/proc/4935/stat : 4935 (sugar++) R 4933 4935 4779 0 -1 4194304 547 0 0 0 1 0 0 0 18 0 1 0 4248968 12980224 515 996147200 4194304 4206940 548682068528 18446744073709551615 233588560609 0 0 4224 0 0 0 0 17 0 0 0
/proc/4935/statm: 3169 516 315 3 0 269 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12676

[startup+0.102661 s]
/proc/loadavg: 1.98 1.54 1.21 4/74 4935
/proc/meminfo: memFree=1192224/2055920 swapFree=4192956/4192956
[pid=4935] ppid=4933 vsize=14776 CPUtime=0.04
/proc/4935/stat : 4935 (sugar++) R 4933 4935 4779 0 -1 4194304 855 0 0 0 3 1 0 0 18 0 1 0 4248968 15130624 823 996147200 4194304 4206940 548682068528 18446744073709551615 233588560609 0 0 4224 0 0 0 0 17 0 0 0
/proc/4935/statm: 3694 824 378 3 0 533 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14776

[startup+0.302688 s]
/proc/loadavg: 1.98 1.54 1.21 4/74 4935
/proc/meminfo: memFree=1192224/2055920 swapFree=4192956/4192956
[pid=4935] ppid=4933 vsize=16740 CPUtime=0.08
/proc/4935/stat : 4935 (sugar++) S 4933 4935 4779 0 -1 4194304 1219 128 0 0 6 2 0 0 17 0 1 0 4248968 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4935/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 16740

[startup+0.701717 s]
/proc/loadavg: 1.98 1.54 1.21 4/74 4935
/proc/meminfo: memFree=1192224/2055920 swapFree=4192956/4192956
[pid=4935] ppid=4933 vsize=16740 CPUtime=0.08
/proc/4935/stat : 4935 (sugar++) S 4933 4935 4779 0 -1 4194304 1219 128 0 0 6 2 0 0 17 0 1 0 4248968 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4935/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 16740

[startup+1.5018 s]
/proc/loadavg: 1.98 1.54 1.21 4/85 4957
/proc/meminfo: memFree=1183360/2055920 swapFree=4192956/4192956
[pid=4935] ppid=4933 vsize=16740 CPUtime=0.71
/proc/4935/stat : 4935 (sugar++) S 4933 4935 4779 0 -1 4194304 1296 4793 0 1 6 2 60 3 15 0 1 0 4248968 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4935/statm: 4185 1104 409 3 0 764 0
[pid=4948] ppid=4935 vsize=5356 CPUtime=0
/proc/4948/stat : 4948 (sh) S 4935 4935 4779 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4249053 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4948/statm: 1339 233 193 169 0 50 0
[pid=4949] ppid=4948 vsize=868388 CPUtime=0.63
/proc/4949/stat : 4949 (java) S 4948 4935 4779 0 -1 0 5635 0 1 0 59 4 0 0 20 0 9 0 4249054 889229312 5058 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4949/statm: 217097 5059 1731 9 0 211672 0
[pid=4949/tid=4950] ppid=4948 vsize=868388 CPUtime=0.36
/proc/4949/task/4950/stat : 4950 (java) R 4948 4935 4779 0 -1 64 2648 0 1 0 34 2 0 0 25 0 9 0 4249055 889229312 5060 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4949/tid=4951] ppid=4948 vsize=868388 CPUtime=0.03
/proc/4949/task/4951/stat : 4951 (java) R 4948 4935 4779 0 -1 64 830 0 0 0 3 0 0 0 16 0 9 0 4249056 889229312 5061 996147200 134512640 134550740 4294955920 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4949/tid=4952] ppid=4948 vsize=868388 CPUtime=0
/proc/4949/task/4952/stat : 4952 (java) S 4948 4935 4779 0 -1 64 10 0 0 0 0 0 0 0 24 0 9 0 4249056 889229312 5062 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4949/tid=4953] ppid=4948 vsize=868388 CPUtime=0
/proc/4949/task/4953/stat : 4953 (java) S 4948 4935 4779 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 4249056 889229312 5063 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4949/tid=4954] ppid=4948 vsize=868388 CPUtime=0
/proc/4949/task/4954/stat : 4954 (java) S 4948 4935 4779 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 4249058 889229312 5064 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4949/tid=4955] ppid=4948 vsize=868388 CPUtime=0.2
/proc/4949/task/4955/stat : 4955 (java) S 4948 4935 4779 0 -1 64 1468 0 0 0 20 0 0 0 16 0 9 0 4249058 889229312 5064 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4949/tid=4956] ppid=4948 vsize=868388 CPUtime=0
/proc/4949/task/4956/stat : 4956 (java) S 4948 4935 4779 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 4249058 889229312 5064 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4949/tid=4957] ppid=4948 vsize=868388 CPUtime=0
/proc/4949/task/4957/stat : 4957 (java) S 4948 4935 4779 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4249058 889229312 5064 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 890484

[startup+3.10296 s]
/proc/loadavg: 1.98 1.54 1.21 3/85 4957
/proc/meminfo: memFree=1170304/2055920 swapFree=4192956/4192956
[pid=4935] ppid=4933 vsize=16740 CPUtime=0.71
/proc/4935/stat : 4935 (sugar++) S 4933 4935 4779 0 -1 4194304 1297 4793 0 1 6 2 60 3 15 0 1 0 4248968 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4935/statm: 4185 1104 409 3 0 764 0
[pid=4948] ppid=4935 vsize=5356 CPUtime=0
/proc/4948/stat : 4948 (sh) S 4935 4935 4779 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4249053 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4948/statm: 1339 233 193 169 0 50 0
[pid=4949] ppid=4948 vsize=868500 CPUtime=2.22
/proc/4949/stat : 4949 (java) S 4948 4935 4779 0 -1 0 7649 0 1 0 207 15 0 0 20 0 9 0 4249054 889344000 6478 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4949/statm: 217125 6478 2564 9 0 211672 0
[pid=4949/tid=4950] ppid=4948 vsize=868500 CPUtime=1.69
/proc/4949/task/4950/stat : 4950 (java) R 4948 4935 4779 0 -1 64 3120 0 1 0 158 11 0 0 25 0 9 0 4249055 889344000 6478 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4949/tid=4951] ppid=4948 vsize=868500 CPUtime=0.23
/proc/4949/task/4951/stat : 4951 (java) S 4948 4935 4779 0 -1 64 2320 0 0 0 20 3 0 0 16 0 9 0 4249056 889344000 6478 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4949/tid=4952] ppid=4948 vsize=868500 CPUtime=0
/proc/4949/task/4952/stat : 4952 (java) S 4948 4935 4779 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4249056 889344000 6478 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4949/tid=4953] ppid=4948 vsize=868500 CPUtime=0
/proc/4949/task/4953/stat : 4953 (java) S 4948 4935 4779 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4249056 889344000 6478 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4949/tid=4954] ppid=4948 vsize=868500 CPUtime=0
/proc/4949/task/4954/stat : 4954 (java) S 4948 4935 4779 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 4249058 889344000 6478 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4949/tid=4955] ppid=4948 vsize=868500 CPUtime=0.28
/proc/4949/task/4955/stat : 4955 (java) S 4948 4935 4779 0 -1 64 1516 0 0 0 28 0 0 0 16 0 9 0 4249058 889344000 6478 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4949/tid=4956] ppid=4948 vsize=868500 CPUtime=0
/proc/4949/task/4956/stat : 4956 (java) S 4948 4935 4779 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 4249058 889344000 6478 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4949/tid=4957] ppid=4948 vsize=868500 CPUtime=0
/proc/4949/task/4957/stat : 4957 (java) S 4948 4935 4779 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4249058 889344000 6478 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 890596

[startup+6.30229 s]
/proc/loadavg: 2.06 1.56 1.22 3/85 4957
/proc/meminfo: memFree=1131008/2055920 swapFree=4192956/4192956
[pid=4935] ppid=4933 vsize=16740 CPUtime=0.71
/proc/4935/stat : 4935 (sugar++) S 4933 4935 4779 0 -1 4194304 1297 4793 0 1 6 2 60 3 16 0 1 0 4248968 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4935/statm: 4185 1104 409 3 0 764 0
[pid=4948] ppid=4935 vsize=5356 CPUtime=0
/proc/4948/stat : 4948 (sh) S 4935 4935 4779 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4249053 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4948/statm: 1339 233 193 169 0 50 0
[pid=4949] ppid=4948 vsize=868500 CPUtime=5.4
/proc/4949/stat : 4949 (java) S 4948 4935 4779 0 -1 0 8658 0 1 0 496 44 0 0 20 0 9 0 4249054 889344000 6480 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4949/statm: 217125 6480 2564 9 0 211672 0
[pid=4949/tid=4950] ppid=4948 vsize=868500 CPUtime=4.63
/proc/4949/task/4950/stat : 4950 (java) R 4948 4935 4779 0 -1 64 4127 0 1 0 428 35 0 0 25 0 9 0 4249055 889344000 6480 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4949/tid=4951] ppid=4948 vsize=868500 CPUtime=0.46
/proc/4949/task/4951/stat : 4951 (java) S 4948 4935 4779 0 -1 64 2320 0 0 0 39 7 0 0 16 0 9 0 4249056 889344000 6480 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4949/tid=4952] ppid=4948 vsize=868500 CPUtime=0
/proc/4949/task/4952/stat : 4952 (java) S 4948 4935 4779 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4249056 889344000 6480 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4949/tid=4953] ppid=4948 vsize=868500 CPUtime=0
/proc/4949/task/4953/stat : 4953 (java) S 4948 4935 4779 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4249056 889344000 6480 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4949/tid=4954] ppid=4948 vsize=868500 CPUtime=0
/proc/4949/task/4954/stat : 4954 (java) S 4948 4935 4779 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 4249058 889344000 6480 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4949/tid=4955] ppid=4948 vsize=868500 CPUtime=0.28
/proc/4949/task/4955/stat : 4955 (java) S 4948 4935 4779 0 -1 64 1518 0 0 0 28 0 0 0 17 0 9 0 4249058 889344000 6480 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4949/tid=4956] ppid=4948 vsize=868500 CPUtime=0
/proc/4949/task/4956/stat : 4956 (java) S 4948 4935 4779 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 4249058 889344000 6480 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4949/tid=4957] ppid=4948 vsize=868500 CPUtime=0
/proc/4949/task/4957/stat : 4957 (java) S 4948 4935 4779 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4249058 889344000 6480 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 890596

[startup+12.702 s]
/proc/loadavg: 2.05 1.57 1.23 3/76 4978
/proc/meminfo: memFree=992336/2055920 swapFree=4192956/4192956
[pid=4935] ppid=4933 vsize=17004 CPUtime=7.96
/proc/4935/stat : 4935 (sugar++) S 4933 4935 4779 0 -1 4194304 1662 22088 0 4 7 2 722 65 16 0 1 0 4248968 17412096 1157 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4935/statm: 4251 1157 414 3 0 830 0
[pid=4958] ppid=4935 vsize=132552 CPUtime=4.43
/proc/4958/stat : 4958 (minisat-inc) R 4935 4935 4779 0 -1 4194304 32544 0 0 0 421 22 0 0 24 0 1 0 4249726 135733248 32489 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4958/statm: 33138 32489 80 151 0 32984 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 149556

[startup+25.5022 s]
/proc/loadavg: 2.04 1.59 1.24 3/76 4978
/proc/meminfo: memFree=992400/2055920 swapFree=4192956/4192956
[pid=4935] ppid=4933 vsize=17004 CPUtime=7.96
/proc/4935/stat : 4935 (sugar++) S 4933 4935 4779 0 -1 4194304 1662 22088 0 4 7 2 722 65 16 0 1 0 4248968 17412096 1157 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4935/statm: 4251 1157 414 3 0 830 0
[pid=4958] ppid=4935 vsize=132684 CPUtime=17.11
/proc/4958/stat : 4958 (minisat-inc) R 4935 4935 4779 0 -1 4194304 32558 0 0 0 1689 22 0 0 25 0 1 0 4249726 135868416 32503 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/4958/statm: 33171 32503 80 151 0 33017 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 149688

[startup+51.1028 s]
/proc/loadavg: 2.03 1.62 1.26 3/76 4978
/proc/meminfo: memFree=992208/2055920 swapFree=4192956/4192956
[pid=4935] ppid=4933 vsize=17004 CPUtime=7.96
/proc/4935/stat : 4935 (sugar++) S 4933 4935 4779 0 -1 4194304 1662 22088 0 4 7 2 722 65 16 0 1 0 4248968 17412096 1157 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4935/statm: 4251 1157 414 3 0 830 0
[pid=4958] ppid=4935 vsize=132948 CPUtime=42.47
/proc/4958/stat : 4958 (minisat-inc) R 4935 4935 4779 0 -1 4194304 32644 0 0 0 4225 22 0 0 25 0 1 0 4249726 136138752 32589 996147200 134512640 135134323 4294956192 18446744073709551615 134531938 0 0 4096 3 0 0 0 17 1 0 0
/proc/4958/statm: 33237 32589 80 151 0 33083 0
Current children cumulated CPU time (s) 50.43
Current children cumulated vsize (KiB) 149952

[startup+102.308 s]
/proc/loadavg: 2.01 1.68 1.29 3/76 4978
/proc/meminfo: memFree=991760/2055920 swapFree=4192956/4192956
[pid=4935] ppid=4933 vsize=17004 CPUtime=7.96
/proc/4935/stat : 4935 (sugar++) S 4933 4935 4779 0 -1 4194304 1662 22088 0 4 7 2 722 65 16 0 1 0 4248968 17412096 1157 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4935/statm: 4251 1157 414 3 0 830 0
[pid=4958] ppid=4935 vsize=133360 CPUtime=93.19
/proc/4958/stat : 4958 (minisat-inc) R 4935 4935 4779 0 -1 4194304 32717 0 0 0 9297 22 0 0 25 0 1 0 4249726 136560640 32662 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4958/statm: 33340 32662 80 151 0 33186 0
Current children cumulated CPU time (s) 101.15
Current children cumulated vsize (KiB) 150364

[startup+162.302 s]
/proc/loadavg: 2.00 1.73 1.33 3/76 4978
/proc/meminfo: memFree=991760/2055920 swapFree=4192956/4192956

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

[pid=4958] ppid=4935 vsize=153604 CPUtime=2894.02
/proc/4958/stat : 4958 (minisat-inc) R 4935 4935 4779 0 -1 4194304 37484 0 0 0 289372 30 0 0 25 0 1 0 4249726 157290496 37403 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4958/statm: 38401 37403 80 151 0 38247 0
Current children cumulated CPU time (s) 2902.28
Current children cumulated vsize (KiB) 170608

[startup+2982.3 s]
/proc/loadavg: 2.02 2.01 1.94 3/76 4990
/proc/meminfo: memFree=929808/2055920 swapFree=4192956/4192956
[pid=4935] ppid=4933 vsize=17004 CPUtime=8.26
/proc/4935/stat : 4935 (sugar++) S 4933 4935 4779 0 -1 4194304 1733 26062 0 5 7 2 749 68 16 0 1 0 4248968 17412096 1157 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4935/statm: 4251 1157 414 3 0 830 0
[pid=4958] ppid=4935 vsize=153848 CPUtime=2954
/proc/4958/stat : 4958 (minisat-inc) R 4935 4935 4779 0 -1 4194304 37538 0 0 0 295370 30 0 0 25 0 1 0 4249726 157540352 37457 996147200 134512640 135134323 4294956192 18446744073709551615 134532135 0 0 4096 3 0 0 0 17 0 0 0
/proc/4958/statm: 38462 37457 80 151 0 38308 0
Current children cumulated CPU time (s) 2962.26
Current children cumulated vsize (KiB) 170852

[startup+3042.3 s]
/proc/loadavg: 2.05 2.02 1.94 3/76 4990
/proc/meminfo: memFree=928720/2055920 swapFree=4192956/4192956
[pid=4935] ppid=4933 vsize=17004 CPUtime=8.26
/proc/4935/stat : 4935 (sugar++) S 4933 4935 4779 0 -1 4194304 1733 26062 0 5 7 2 749 68 16 0 1 0 4248968 17412096 1157 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4935/statm: 4251 1157 414 3 0 830 0
[pid=4958] ppid=4935 vsize=153848 CPUtime=3013.98
/proc/4958/stat : 4958 (minisat-inc) R 4935 4935 4779 0 -1 4194304 37546 0 0 0 301367 31 0 0 25 0 1 0 4249726 157540352 37465 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4958/statm: 38462 37465 80 151 0 38308 0
Current children cumulated CPU time (s) 3022.24
Current children cumulated vsize (KiB) 170852

[startup+3102.3 s]
/proc/loadavg: 2.06 2.03 1.95 3/76 4990
/proc/meminfo: memFree=926864/2055920 swapFree=4192956/4192956
[pid=4935] ppid=4933 vsize=17004 CPUtime=8.27
/proc/4935/stat : 4935 (sugar++) S 4933 4935 4779 0 -1 4194304 1733 26062 0 5 8 2 749 68 16 0 1 0 4248968 17412096 1157 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4935/statm: 4251 1157 414 3 0 830 0
[pid=4958] ppid=4935 vsize=154608 CPUtime=3073.95
/proc/4958/stat : 4958 (minisat-inc) R 4935 4935 4779 0 -1 4194304 37707 0 0 0 307364 31 0 0 25 0 1 0 4249726 158318592 37618 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/4958/statm: 38652 37618 80 151 0 38498 0
Current children cumulated CPU time (s) 3082.22
Current children cumulated vsize (KiB) 171612

[startup+3162.3 s]
/proc/loadavg: 2.06 2.03 1.96 3/76 4990
/proc/meminfo: memFree=925264/2055920 swapFree=4192956/4192956
[pid=4935] ppid=4933 vsize=17004 CPUtime=8.27
/proc/4935/stat : 4935 (sugar++) S 4933 4935 4779 0 -1 4194304 1733 26062 0 5 8 2 749 68 16 0 1 0 4248968 17412096 1157 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4935/statm: 4251 1157 414 3 0 830 0
[pid=4958] ppid=4935 vsize=154852 CPUtime=3133.93
/proc/4958/stat : 4958 (minisat-inc) R 4935 4935 4779 0 -1 4194304 37754 0 0 0 313362 31 0 0 25 0 1 0 4249726 158568448 37665 996147200 134512640 135134323 4294956192 18446744073709551615 134528866 0 0 4096 3 0 0 0 17 0 0 0
/proc/4958/statm: 38713 37665 80 151 0 38559 0
Current children cumulated CPU time (s) 3142.2
Current children cumulated vsize (KiB) 171856

[startup+3222.3 s]
/proc/loadavg: 2.12 2.06 1.97 3/76 4990
/proc/meminfo: memFree=923664/2055920 swapFree=4192956/4192956
[pid=4935] ppid=4933 vsize=17004 CPUtime=8.27
/proc/4935/stat : 4935 (sugar++) S 4933 4935 4779 0 -1 4194304 1733 26062 0 5 8 2 749 68 16 0 1 0 4248968 17412096 1157 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4935/statm: 4251 1157 414 3 0 830 0
[pid=4958] ppid=4935 vsize=155108 CPUtime=3193.9
/proc/4958/stat : 4958 (minisat-inc) R 4935 4935 4779 0 -1 4194304 37826 0 0 0 319359 31 0 0 25 0 1 0 4249726 158830592 37710 996147200 134512640 135134323 4294956192 18446744073709551615 134531938 0 0 4096 3 0 0 0 17 0 0 0
/proc/4958/statm: 38777 37710 80 151 0 38623 0
Current children cumulated CPU time (s) 3202.17
Current children cumulated vsize (KiB) 172112

[startup+3282.3 s]
/proc/loadavg: 2.25 2.12 1.99 3/76 4996
/proc/meminfo: memFree=922128/2055920 swapFree=4192956/4192956
[pid=4935] ppid=4933 vsize=17004 CPUtime=8.27
/proc/4935/stat : 4935 (sugar++) S 4933 4935 4779 0 -1 4194304 1733 26062 0 5 8 2 749 68 16 0 1 0 4248968 17412096 1157 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4935/statm: 4251 1157 414 3 0 830 0
[pid=4958] ppid=4935 vsize=155108 CPUtime=3253.88
/proc/4958/stat : 4958 (minisat-inc) R 4935 4935 4779 0 -1 4194304 37844 0 0 0 325356 32 0 0 25 0 1 0 4249726 158830592 37728 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/4958/statm: 38777 37728 80 151 0 38623 0
Current children cumulated CPU time (s) 3262.15
Current children cumulated vsize (KiB) 172112

[startup+3342.3 s]
/proc/loadavg: 2.09 2.09 1.99 3/76 4996
/proc/meminfo: memFree=920912/2055920 swapFree=4192956/4192956
[pid=4935] ppid=4933 vsize=17004 CPUtime=8.27
/proc/4935/stat : 4935 (sugar++) S 4933 4935 4779 0 -1 4194304 1733 26062 0 5 8 2 749 68 16 0 1 0 4248968 17412096 1157 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4935/statm: 4251 1157 414 3 0 830 0
[pid=4958] ppid=4935 vsize=155228 CPUtime=3313.85
/proc/4958/stat : 4958 (minisat-inc) R 4935 4935 4779 0 -1 4194304 37868 0 0 0 331353 32 0 0 25 0 1 0 4249726 158953472 37752 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4958/statm: 38807 37752 80 151 0 38653 0
Current children cumulated CPU time (s) 3322.12
Current children cumulated vsize (KiB) 172232

[startup+3402.31 s]
/proc/loadavg: 2.03 2.07 1.99 3/82 5032
/proc/meminfo: memFree=1121824/2055920 swapFree=4192956/4192956
[pid=4935] ppid=4933 vsize=17004 CPUtime=8.27
/proc/4935/stat : 4935 (sugar++) S 4933 4935 4779 0 -1 4194304 1733 26062 0 5 8 2 749 68 16 0 1 0 4248968 17412096 1157 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4935/statm: 4251 1157 414 3 0 830 0
[pid=4958] ppid=4935 vsize=155228 CPUtime=3373.71
/proc/4958/stat : 4958 (minisat-inc) R 4935 4935 4779 0 -1 4194304 37882 0 0 0 337338 33 0 0 25 0 1 0 4249726 158953472 37766 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4958/statm: 38807 37766 80 151 0 38653 0
Current children cumulated CPU time (s) 3381.98
Current children cumulated vsize (KiB) 172232

[startup+3462.3 s]
/proc/loadavg: 2.37 2.15 2.02 3/82 5032
/proc/meminfo: memFree=1069408/2055920 swapFree=4192956/4192956
[pid=4935] ppid=4933 vsize=17004 CPUtime=8.27
/proc/4935/stat : 4935 (sugar++) S 4933 4935 4779 0 -1 4194304 1733 26062 0 5 8 2 749 68 16 0 1 0 4248968 17412096 1157 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4935/statm: 4251 1157 414 3 0 830 0
[pid=4958] ppid=4935 vsize=155228 CPUtime=3433.45
/proc/4958/stat : 4958 (minisat-inc) R 4935 4935 4779 0 -1 4194304 37887 0 0 0 343312 33 0 0 25 0 1 0 4249726 158953472 37771 996147200 134512640 135134323 4294956192 18446744073709551615 134532019 0 0 4096 3 0 0 0 17 1 0 0
/proc/4958/statm: 38807 37771 80 151 0 38653 0
Current children cumulated CPU time (s) 3441.72
Current children cumulated vsize (KiB) 172232

[startup+3522.3 s]
/proc/loadavg: 2.44 2.21 2.05 3/82 5032
/proc/meminfo: memFree=1068896/2055920 swapFree=4192956/4192956
[pid=4935] ppid=4933 vsize=17004 CPUtime=8.27
/proc/4935/stat : 4935 (sugar++) S 4933 4935 4779 0 -1 4194304 1733 26062 0 5 8 2 749 68 16 0 1 0 4248968 17412096 1157 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4935/statm: 4251 1157 414 3 0 830 0
[pid=4958] ppid=4935 vsize=155672 CPUtime=3493.21
/proc/4958/stat : 4958 (minisat-inc) R 4935 4935 4779 0 -1 4194304 37983 0 0 0 349288 33 0 0 25 0 1 0 4249726 159408128 37867 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4958/statm: 38918 37867 80 151 0 38764 0
Current children cumulated CPU time (s) 3501.48
Current children cumulated vsize (KiB) 172676

[startup+3582.3 s]
/proc/loadavg: 2.51 2.26 2.08 4/82 5032
/proc/meminfo: memFree=1068384/2055920 swapFree=4192956/4192956
[pid=4935] ppid=4933 vsize=17004 CPUtime=8.27
/proc/4935/stat : 4935 (sugar++) S 4933 4935 4779 0 -1 4194304 1733 26062 0 5 8 2 749 68 16 0 1 0 4248968 17412096 1157 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4935/statm: 4251 1157 414 3 0 830 0
[pid=4958] ppid=4935 vsize=156228 CPUtime=3552.97
/proc/4958/stat : 4958 (minisat-inc) R 4935 4935 4779 0 -1 4194304 38056 0 0 0 355264 33 0 0 25 0 1 0 4249726 159977472 37940 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4958/statm: 39057 37940 80 151 0 38903 0
Current children cumulated CPU time (s) 3561.24
Current children cumulated vsize (KiB) 173232



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3621.3 s]
/proc/loadavg: 2.52 2.29 2.09 4/82 5032
/proc/meminfo: memFree=1068384/2055920 swapFree=4192956/4192956
[pid=4935] ppid=4933 vsize=17004 CPUtime=8.27
/proc/4935/stat : 4935 (sugar++) S 4933 4935 4779 0 -1 4194304 1733 26062 0 5 8 2 749 68 16 0 1 0 4248968 17412096 1157 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4935/statm: 4251 1157 414 3 0 830 0
[pid=4958] ppid=4935 vsize=156392 CPUtime=3591.82
/proc/4958/stat : 4958 (minisat-inc) R 4935 4935 4779 0 -1 4194304 38104 0 0 0 359149 33 0 0 25 0 1 0 4249726 160145408 37988 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4958/statm: 39098 37988 80 151 0 38944 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 173396

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

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

[startup+3621.3 s]
/proc/loadavg: 2.52 2.29 2.09 4/82 5032
/proc/meminfo: memFree=1068384/2055920 swapFree=4192956/4192956
[pid=4935] ppid=4933 vsize=17004 CPUtime=8.27
/proc/4935/stat : 4935 (sugar++) S 4933 4935 4779 0 -1 4194304 1733 26062 0 5 8 2 749 68 16 0 1 0 4248968 17412096 1157 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4935/statm: 4251 1157 414 3 0 830 0
[pid=4958] ppid=4935 vsize=156392 CPUtime=3591.82
/proc/4958/stat : 4958 (minisat-inc) R 4935 4935 4779 0 -1 4194304 38104 0 0 0 359149 33 0 0 25 0 1 0 4249726 160145408 37988 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4958/statm: 39098 37988 80 151 0 38944 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 173396

Child status: 0
Real time (s): 3621.37
CPU time (s): 3600.18
CPU user time (s): 3599.07
CPU system time (s): 1.10983
CPU usage (%): 99.4149
Max. virtual memory (cumulated for all children) (KiB): 890596

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

runsolver used 4.23836 second user time and 12.0712 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-23 02:06:31
IDJOB=1127515
IDBENCH=63563
IDSOLVER=367
FILE ID=node27/1127515-1216771591
PBS_JOBID= 7974138
Free space on /tmp= 66504 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/cnf/3-40-1100-2000/normalized-cnf-3-40-1700-341821_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-1127515-1216771591/watcher-1127515-1216771591 -o /tmp/evaluation-result-1127515-1216771591/solver-1127515-1216771591 -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-1127515-1216771591.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f9648d586a0c29ad776d114c124ecc60
RANDOM SEED=165080267

node27.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		: 2800.234
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	: 5521.40
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		: 2800.234
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:       1192704 kB
Buffers:         24156 kB
Cached:         650744 kB
SwapCached:          0 kB
Active:         294840 kB
Inactive:       515124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1192704 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             960 kB
Writeback:           0 kB
Mapped:         146208 kB
Slab:            38304 kB
Committed_AS:   201616 kB
PageTables:       2012 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66560 MiB
End job on node27 at 2008-07-23 03:06:54