Trace number 1125348

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatMSAT (TO) 3600.13 3634.14

General information on the benchmark

Namemaxcsp/celar/graphs/
normalized-graphw-06_ext.xml
MD5SUM0c08324127e1fdfa2cafad7b5ba34d3b
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints10
Best CPU time to get the best result obtained on this benchmark1604.67
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints1970
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension1970
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Wed Jul 16 02:53:13 2008
0.00/0.05	c 0	PID 32552
0.00/0.05	c 0	HOST node45.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1125348-1216169593.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1125348-1216169593.xml' 'HOME/temp.csp'
1.65/1.70	c 2	6 domains, 200 variables, 0 predicates, 1012 relations, 1970 constraints
1.65/1.72	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.65/1.72	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.66/1.80	c 2	Parsing HOME/temp.csp
4.20/4.35	c 4	parsed 3188 expressions
4.20/4.35	c 4	Heap : 43 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.20/4.38	c 4	MAX CSP: 1970 constraints
4.20/4.38	c 4	Converting to clausal form CSP
4.29/4.43	c 4	converted 517 (10%) expressions
4.39/4.51	c 4	converted 1033 (20%) expressions
4.59/4.74	c 5	converted 1549 (30%) expressions
5.29/5.42	c 5	converted 2065 (40%) expressions
5.57/5.76	c 6	converted 2581 (50%) expressions
5.88/6.07	c 6	converted 3097 (60%) expressions
6.18/6.33	c 6	converted 3613 (70%) expressions
6.48/6.67	c 7	converted 4129 (80%) expressions
7.66/7.89	c 8	converted 4645 (90%) expressions
8.25/8.41	c 8	converted 5161 (100%) expressions
8.25/8.41	c 8	CSP : 4140 integers, 0 booleans, 5909 clauses, largest domain size 2956
8.25/8.41	c 8	Heap : 126 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.25/8.41	c 8	Propagation in CSP
8.25/8.49	c 8	1963 values, 0 unsatisfiable literals, and 0 valid clauses are removed
8.25/8.49	c 8	CSP : 4140 integers, 0 booleans, 5909 clauses, largest domain size 1971
8.25/8.49	c 8	Heap : 134 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.25/8.49	c 8	Simplifing CSP by introducing new Boolean variables
8.35/8.50	c 8	CSP : 4140 integers, 0 booleans, 5909 clauses, largest domain size 1971
8.35/8.50	c 8	Heap : 134 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.85/9.09	c 9	Encoding CSP to SAT : HOME/temp.cnf
8.94/9.12	c 9	414 (10%) CSP integer variables are encoded (7142 clauses, 90757 bytes)
8.94/9.12	c 9	828 (20%) CSP integer variables are encoded (7142 clauses, 90757 bytes)
8.94/9.12	c 9	1242 (30%) CSP integer variables are encoded (7142 clauses, 90757 bytes)
8.94/9.13	c 9	1656 (40%) CSP integer variables are encoded (7142 clauses, 90757 bytes)
8.94/9.13	c 9	2070 (50%) CSP integer variables are encoded (7142 clauses, 90757 bytes)
8.94/9.13	c 9	2484 (60%) CSP integer variables are encoded (11151 clauses, 149519 bytes)
8.94/9.15	c 9	2898 (70%) CSP integer variables are encoded (27816 clauses, 399494 bytes)
8.94/9.17	c 9	3312 (80%) CSP integer variables are encoded (36545 clauses, 530429 bytes)
8.94/9.17	c 9	3726 (90%) CSP integer variables are encoded (39961 clauses, 581669 bytes)
8.94/9.18	c 9	4140 (100%) CSP integer variables are encoded (44502 clauses, 649784 bytes)
9.54/9.71	c 10	591 (10%) CSP clauses are encoded (64127 clauses, 1159544 bytes)
10.02/10.23	c 10	1182 (20%) CSP clauses are encoded (83836 clauses, 1697463 bytes)
10.53/10.75	c 11	1773 (30%) CSP clauses are encoded (103922 clauses, 2245866 bytes)
10.73/10.99	c 11	2364 (40%) CSP clauses are encoded (132776 clauses, 2890899 bytes)
11.21/11.43	c 11	2955 (50%) CSP clauses are encoded (362509 clauses, 7788080 bytes)
12.89/13.18	c 13	3546 (60%) CSP clauses are encoded (1367858 clauses, 29166452 bytes)
17.44/17.75	c 18	4137 (70%) CSP clauses are encoded (4052979 clauses, 86809364 bytes)
17.53/17.89	c 18	4728 (80%) CSP clauses are encoded (4129032 clauses, 88412453 bytes)
17.91/18.25	c 18	5319 (90%) CSP clauses are encoded (4320032 clauses, 92481658 bytes)
19.20/19.52	c 19	5909 (100%) CSP clauses are encoded (5036959 clauses, 107833536 bytes)
19.20/19.52	c 19	5909 CSP clauses encoded
19.20/19.52	c 19	Writing map file : HOME/temp.map
19.20/19.57	c 20	Heap : 82 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
19.20/19.57	c 20	SAT : 48642 SAT variables, 5036959 SAT clauses, 107833536 bytes
19.20/19.57	c 20	Heap : 82 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
19.28/19.63	c 20	OBJECTIVE minimize _COST
19.28/19.63	c 20	OBJECTIVE BOUND: 0 <= _COST <= 
19.28/19.63	c 20	SEARCHING: _COST <= 985
19.28/19.63	c 20	SOLVING HOME/temp.cnf
19.28/19.63	c 20	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
19.28/19.63	c 20	This is MiniSat 2.0 beta
19.28/19.63	c 20	WARNING: for repeatability, setting FPU to use double precision
19.28/19.63	c 20	============================[ Problem Statistics ]=============================
19.28/19.63	c 20	|                                                                             |
19.28/19.64	c 20	|  Number of variables:  48642                                                |
19.28/19.64	c 20	|  Number of clauses:    5036960                                              |
21.95/22.34	c 22	|  Parsing time:         2.29         s                                       |
27.40/27.85	c 28	============================[ Search Statistics ]==============================
27.40/27.85	c 28	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
27.40/27.85	c 28	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
27.40/27.85	c 28	===============================================================================
27.40/27.85	c 28	|         0 |   37807  3227386  9692908 |  1075795        0    nan |  0.000 % |
29.77/30.27	c 30	|       102 |   37806  3227386  9692908 |  1183374      101     38 | 22.279 % |
29.97/30.48	c 30	|       252 |   37806  3227386  9692908 |  1301712      251     30 | 22.279 % |
30.57/31.02	c 31	|       477 |   37806  3227386  9692908 |  1431883      476     35 | 22.279 % |
31.07/31.51	c 31	|       814 |   37806  3227386  9692908 |  1575071      813     33 | 22.279 % |
31.96/32.43	c 32	|      1322 |   37806  3227386  9692908 |  1732579     1321     31 | 22.279 % |
33.04/33.56	c 34	===============================================================================
33.04/33.56	c 34	restarts              : 6
33.04/33.56	c 34	conflicts             : 1535           (115 /sec)
33.04/33.56	c 34	decisions             : 25870          (0.71 % random) (1930 /sec)
33.04/33.56	c 34	propagations          : 2423992        (180814 /sec)
33.04/33.56	c 34	conflict literals     : 42508          (16.79 % deleted)
33.04/33.56	c 34	Memory used           : 199.52 MB
33.04/33.56	c 34	CPU time              : 13.406 s
33.04/33.56	c 34	
33.04/33.58	c 34	SATISFIABLE
33.14/33.62	c 34	FOUND: _COST <= 985
33.14/33.62	s SATISFIABLE
33.14/33.62	c 34	DECODING HOME/temp.out WITH HOME/temp.map
33.14/33.62	c 34	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
33.17/33.70	c 34	Decoding HOME/temp.out
33.17/33.91	c 34	OBJECTIVE _COST 962
33.17/33.91	o 962
33.17/33.92	v 41 43 42 19 17 37 17 23 3 36 41 43 43 43 31 10 21 42 32 0 10 19 5 43 43 5 5 39 43 14 5 7 32 42 8 43 43 43 36 43 42 20 43 38 26 37 6 42 41 16 40 41 7 13 21 4 21 11 41 34 13 23 30 17 26 10 32 30 41 43 6 10 19 2 42 30 21 43 32 30 43 7 41 11 5 5 11 43 32 8 2 19 16 30 41 43 5 43 43 15 43 20 27 41 35 10 38 19 34 5 32 35 24 43 14 14 43 18 13 35 32 43 34 0 5 43 5 3 23 20 41 43 18 36 38 9 3 35 1 41 43 1 43 39 3 43 41 10 35 40 43 9 43 43 43 38 38 34 1 0 13 38 35 42 43 34 12 20 33 10 43 42 34 36 3 43 43 36 4 5 3 4 15 40 35 3 36 38 43 15 20 43 5 30 0 43 3 43 18 34
33.17/33.92	c 34	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
33.17/33.94	c 34	OBJECTIVE BOUND: 0 <= _COST <= 962
33.17/33.94	c 34	SEARCHING: _COST <= 481
33.17/33.94	c 34	SOLVING HOME/temp.cnf
33.17/33.94	c 34	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
33.17/33.94	c 34	This is MiniSat 2.0 beta
33.17/33.94	c 34	WARNING: for repeatability, setting FPU to use double precision
33.17/33.94	c 34	============================[ Problem Statistics ]=============================
33.17/33.94	c 34	|                                                                             |
33.17/33.94	c 34	|  Number of variables:  48642                                                |
33.17/33.94	c 34	|  Number of clauses:    5036960                                              |
36.09/36.64	c 37	|  Parsing time:         2.31         s                                       |
43.33/44.00	c 44	============================[ Search Statistics ]==============================
43.43/44.00	c 44	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
43.43/44.00	c 44	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
43.43/44.00	c 44	===============================================================================
43.43/44.00	c 44	|         0 |   31724  2073038  6247609 |   691012        0    nan |  0.000 % |
44.42/45.05	c 45	|       103 |   31722  2073038  6247609 |   760113      102     30 | 34.789 % |
44.81/45.40	c 45	|       253 |   31722  2073038  6247609 |   836125      252     26 | 34.789 % |
45.01/45.65	c 46	|       479 |   31722  2073038  6247609 |   919737      478     23 | 34.789 % |
46.20/46.80	c 47	|       816 |   31722  2073038  6247609 |  1011711      815     23 | 34.789 % |
46.89/47.55	c 48	|      1322 |   31722  2073038  6247609 |  1112882     1321     25 | 34.789 % |
48.28/48.97	c 49	|      2081 |   31722  2073038  6247609 |  1224171     2080     24 | 34.789 % |
50.56/51.28	c 51	|      3223 |   31722  2073038  6247609 |  1346588     3222     26 | 34.789 % |
52.74/53.41	c 53	|      4932 |   31722  2073038  6247609 |  1481247     4931     26 | 34.789 % |
56.89/57.62	c 58	|      7495 |   31720  2071080  6241747 |  1629371     7494     34 | 34.789 % |
57.19/57.99	c 58	===============================================================================
57.19/58.00	c 58	restarts              : 10
57.19/58.00	c 58	conflicts             : 7661           (326 /sec)
57.19/58.00	c 58	decisions             : 27096          (0.84 % random) (1155 /sec)
57.19/58.00	c 58	propagations          : 10092034       (430063 /sec)
57.19/58.00	c 58	conflict literals     : 260275         (23.51 % deleted)
57.19/58.00	c 58	Memory used           : 203.01 MB
57.19/58.00	c 58	CPU time              : 23.4664 s
57.29/58.00	c 58	
57.29/58.02	c 58	SATISFIABLE
57.29/58.05	c 58	FOUND: _COST <= 481
57.29/58.05	c 58	DECODING HOME/temp.out WITH HOME/temp.map
57.29/58.05	c 58	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
57.35/58.13	c 58	Decoding HOME/temp.out
57.58/58.35	c 58	OBJECTIVE _COST 395
57.58/58.35	o 395
57.58/58.36	v 3 35 43 23 22 10 43 2 12 32 0 10 4 43 8 2 43 40 43 0 10 17 1 37 0 4 0 43 38 32 2 33 43 43 34 3 12 43 24 3 43 3 42 36 33 43 37 32 33 0 12 0 18 11 21 2 13 43 35 32 41 4 38 19 8 31 31 3 35 16 18 34 41 2 2 17 42 3 8 41 36 0 41 9 5 2 36 43 8 35 2 2 35 30 3 36 2 15 43 4 43 35 36 5 5 30 43 3 14 5 43 34 10 42 32 0 0 13 0 43 37 0 8 5 35 2 2 3 18 32 39 43 43 43 5 6 3 34 5 5 0 2 36 31 7 33 33 40 34 10 39 1 19 40 43 5 42 34 3 37 11 8 2 43 8 34 8 42 38 3 3 8 33 21 39 36 43 36 43 1 0 11 43 4 35 37 35 1 3 30 19 0 2 3 8 32 1 7 41 15
57.58/58.36	c 58	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
57.58/58.37	c 58	OBJECTIVE BOUND: 0 <= _COST <= 395
57.58/58.37	c 58	SEARCHING: _COST <= 197
57.58/58.37	c 58	SOLVING HOME/temp.cnf
57.58/58.37	c 58	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
57.58/58.38	c 58	This is MiniSat 2.0 beta
57.58/58.38	c 58	WARNING: for repeatability, setting FPU to use double precision
57.58/58.38	c 58	============================[ Problem Statistics ]=============================
57.58/58.38	c 58	|                                                                             |
57.58/58.38	c 58	|  Number of variables:  48642                                                |
57.58/58.38	c 58	|  Number of clauses:    5036960                                              |
60.35/61.15	c 61	|  Parsing time:         2.37         s                                       |
68.37/69.22	c 69	============================[ Search Statistics ]==============================
68.37/69.22	c 69	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
68.37/69.22	c 69	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
68.37/69.22	c 69	===============================================================================
68.37/69.22	c 69	|         0 |   27119   996347  3031067 |   332115        0    nan |  0.000 % |
68.66/69.57	c 70	|       101 |   27117   996347  3031067 |   365327      100     18 | 44.264 % |
69.16/70.10	c 70	|       251 |   27117   996347  3031067 |   401859      250     26 | 44.264 % |
69.36/70.29	c 70	|       478 |   27117   996347  3031067 |   442045      477     24 | 44.264 % |
70.05/70.92	c 71	|       815 |   27117   996347  3031067 |   486250      814     28 | 44.264 % |
70.65/71.56	c 72	|      1321 |   27117   996347  3031067 |   534875     1320     32 | 44.264 % |
71.83/72.77	c 73	|      2082 |   27117   996347  3031067 |   588363     2081     35 | 44.264 % |
74.31/75.27	c 75	|      3221 |   27117   996347  3031067 |   647199     3220     35 | 44.264 % |
76.49/77.44	c 77	|      4929 |   27111   994159  3024527 |   711919     4928     37 | 44.264 % |
79.76/80.74	c 81	|      7494 |   27111   994159  3024527 |   783111     7493     38 | 44.264 % |
85.30/86.30	c 86	|     11338 |   27111   994159  3024527 |   861422    11337     40 | 44.264 % |
95.11/96.24	c 96	|     17105 |   27111   994159  3024527 |   947564    17104     47 | 44.264 % |
112.94/114.26	c 114	|     25755 |   27111   994159  3024527 |  1042321    25754     52 | 44.264 % |
136.32/137.82	c 138	|     38730 |   27111   994159  3024527 |  1146553    38729     58 | 44.264 % |
166.54/168.35	c 168	|     58192 |   27111   994159  3024527 |  1261208    58191     57 | 44.264 % |
219.93/222.21	c 222	|     87384 |   27111   994159  3024527 |  1387329    87383     64 | 44.264 % |
330.15/333.50	c 333	|    131173 |   27111   994159  3024527 |  1526062   131172     65 | 44.264 % |
500.08/504.55	c 505	|    196857 |   27111   994159  3024527 |  1678668   196856     69 | 44.264 % |
803.10/810.47	c 810	|    295383 |   27111   994159  3024527 |  1846535   295382     85 | 44.264 % |
1328.79/1341.13	c 1341	|    443177 |   27111   994159  3024527 |  2031189   443176     82 | 44.264 % |
2492.41/2515.89	c 2516	|    664860 |   27111   994159  3024527 |  2234308   664859     96 | 44.264 % |
3600.08/3634.01	c ERROR INTERRUPTED
3600.08/3634.08	c 3634	CPU 55.72 (0.05 0.01 55.67 1.93)
3600.08/3634.08	c 3634	END Wed Jul 16 03:53:47 2008

Verifier Data (download as text)

OK	178	1792
178 unsatisfied constraints, 1792 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-1125348-1216169593/watcher-1125348-1216169593 -o /tmp/evaluation-result-1125348-1216169593/solver-1125348-1216169593 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1125348-1216169593.xml 

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 32552
/proc/meminfo: memFree=1725200/2055920 swapFree=4192812/4192956
[pid=32552] ppid=32550 vsize=12000 CPUtime=0
/proc/32552/stat : 32552 (sugar) R 32550 32552 31477 0 -1 4194304 195 0 0 0 0 0 0 0 20 0 1 0 73658592 12288000 163 996147200 4194304 4206940 548682068592 18446744073709551615 258938960859 0 0 4224 0 0 0 0 17 1 0 0
/proc/32552/statm: 3000 163 125 3 0 100 0

[startup+0.0639181 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 32552
/proc/meminfo: memFree=1725200/2055920 swapFree=4192812/4192956
[pid=32552] ppid=32550 vsize=13600 CPUtime=0.03
/proc/32552/stat : 32552 (sugar) S 32550 32552 31477 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 73658592 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32552/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102744 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 32552
/proc/meminfo: memFree=1725200/2055920 swapFree=4192812/4192956
[pid=32552] ppid=32550 vsize=13600 CPUtime=0.03
/proc/32552/stat : 32552 (sugar) S 32550 32552 31477 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 73658592 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32552/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301962 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 32552
/proc/meminfo: memFree=1725200/2055920 swapFree=4192812/4192956
[pid=32552] ppid=32550 vsize=13600 CPUtime=0.03
/proc/32552/stat : 32552 (sugar) S 32550 32552 31477 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 73658592 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32552/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701034 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 32552
/proc/meminfo: memFree=1725200/2055920 swapFree=4192812/4192956
[pid=32552] ppid=32550 vsize=13600 CPUtime=0.03
/proc/32552/stat : 32552 (sugar) S 32550 32552 31477 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 73658592 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32552/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50248 s]
/proc/loadavg: 1.92 1.98 1.99 3/85 32564
/proc/meminfo: memFree=1706936/2055920 swapFree=4192812/4192956
[pid=32552] ppid=32550 vsize=13600 CPUtime=0.03
/proc/32552/stat : 32552 (sugar) S 32550 32552 31477 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 73658592 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32552/statm: 3400 796 370 3 0 500 0
[pid=32555] ppid=32552 vsize=5356 CPUtime=0
/proc/32555/stat : 32555 (sh) S 32552 32552 31477 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73658598 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32555/statm: 1339 233 193 169 0 50 0
[pid=32556] ppid=32555 vsize=864688 CPUtime=1.41
/proc/32556/stat : 32556 (java) S 32555 32552 31477 0 -1 0 7433 0 1 0 134 7 0 0 18 0 9 0 73658598 885440512 6584 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32556/statm: 216172 6584 2528 9 0 210754 0
[pid=32556/tid=32557] ppid=32555 vsize=864688 CPUtime=1.09
/proc/32556/task/32557/stat : 32557 (java) R 32555 32552 31477 0 -1 64 2837 0 1 0 106 3 0 0 25 0 9 0 73658599 885440512 6584 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32556/tid=32558] ppid=32555 vsize=864688 CPUtime=0.13
/proc/32556/task/32558/stat : 32558 (java) S 32555 32552 31477 0 -1 64 3378 0 0 0 11 2 0 0 15 0 9 0 73658600 885440512 6584 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32556/tid=32559] ppid=32555 vsize=864688 CPUtime=0
/proc/32556/task/32559/stat : 32559 (java) S 32555 32552 31477 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 73658600 885440512 6584 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32556/tid=32560] ppid=32555 vsize=864688 CPUtime=0
/proc/32556/task/32560/stat : 32560 (java) S 32555 32552 31477 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 73658600 885440512 6584 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32556/tid=32561] ppid=32555 vsize=864688 CPUtime=0
/proc/32556/task/32561/stat : 32561 (java) S 32555 32552 31477 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73658603 885440512 6584 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32556/tid=32562] ppid=32555 vsize=864688 CPUtime=0.16
/proc/32556/task/32562/stat : 32562 (java) S 32555 32552 31477 0 -1 64 519 0 0 0 16 0 0 0 16 0 9 0 73658603 885440512 6584 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32556/tid=32563] ppid=32555 vsize=864688 CPUtime=0
/proc/32556/task/32563/stat : 32563 (java) S 32555 32552 31477 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 73658603 885440512 6584 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32556/tid=32564] ppid=32555 vsize=864688 CPUtime=0
/proc/32556/task/32564/stat : 32564 (java) S 32555 32552 31477 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 73658603 885440512 6584 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 883644

[startup+3.10148 s]
/proc/loadavg: 1.92 1.98 1.99 3/85 32574
/proc/meminfo: memFree=1710136/2055920 swapFree=4192812/4192956
[pid=32552] ppid=32550 vsize=13600 CPUtime=1.66
/proc/32552/stat : 32552 (sugar) S 32550 32552 31477 0 -1 4194304 974 7988 0 1 3 0 154 9 16 0 1 0 73658592 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32552/statm: 3400 797 370 3 0 500 0
[pid=32565] ppid=32552 vsize=5356 CPUtime=0
/proc/32565/stat : 32565 (sh) S 32552 32552 31477 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73658765 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32565/statm: 1339 233 193 169 0 50 0
[pid=32566] ppid=32565 vsize=864012 CPUtime=1.35
/proc/32566/stat : 32566 (java) S 32565 32552 31477 0 -1 0 10272 0 1 0 130 5 0 0 18 0 9 0 73658765 884748288 9535 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32566/statm: 216003 9535 2532 9 0 210585 0
[pid=32566/tid=32567] ppid=32565 vsize=864012 CPUtime=0.8
/proc/32566/task/32567/stat : 32567 (java) R 32565 32552 31477 0 -1 64 2595 0 1 0 79 1 0 0 25 0 9 0 73658766 884748288 9535 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32566/tid=32568] ppid=32565 vsize=864012 CPUtime=0.45
/proc/32566/task/32568/stat : 32568 (java) R 32565 32552 31477 0 -1 64 6647 0 0 0 43 2 0 0 16 0 9 0 73658767 884748288 9535 996147200 134512640 134550740 4294955936 18446744073709551615 103828992 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32566/tid=32569] ppid=32565 vsize=864012 CPUtime=0
/proc/32566/task/32569/stat : 32569 (java) S 32565 32552 31477 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73658767 884748288 9535 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32566/tid=32570] ppid=32565 vsize=864012 CPUtime=0
/proc/32566/task/32570/stat : 32570 (java) S 32565 32552 31477 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 73658767 884748288 9535 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32566/tid=32571] ppid=32565 vsize=864012 CPUtime=0
/proc/32566/task/32571/stat : 32571 (java) S 32565 32552 31477 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73658769 884748288 9535 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32566/tid=32572] ppid=32565 vsize=864012 CPUtime=0.07
/proc/32566/task/32572/stat : 32572 (java) S 32565 32552 31477 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 73658769 884748288 9535 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32566/tid=32573] ppid=32565 vsize=864012 CPUtime=0
/proc/32566/task/32573/stat : 32573 (java) S 32565 32552 31477 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 73658769 884748288 9535 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32566/tid=32574] ppid=32565 vsize=864012 CPUtime=0
/proc/32566/task/32574/stat : 32574 (java) S 32565 32552 31477 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 73658769 884748288 9535 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 882968

[startup+6.30206 s]
/proc/loadavg: 2.01 2.00 2.00 4/85 32574
/proc/meminfo: memFree=1640888/2055920 swapFree=4192812/4192956
[pid=32552] ppid=32550 vsize=13600 CPUtime=1.66
/proc/32552/stat : 32552 (sugar) S 32550 32552 31477 0 -1 4194304 974 7988 0 1 3 0 154 9 15 0 1 0 73658592 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32552/statm: 3400 797 370 3 0 500 0
[pid=32565] ppid=32552 vsize=5356 CPUtime=0
/proc/32565/stat : 32565 (sh) S 32552 32552 31477 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73658765 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32565/statm: 1339 233 193 169 0 50 0
[pid=32566] ppid=32565 vsize=868376 CPUtime=4.52
/proc/32566/stat : 32566 (java) S 32565 32552 31477 0 -1 0 30379 0 1 0 436 16 0 0 18 0 9 0 73658765 889217024 29555 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32566/statm: 217094 29555 2541 9 0 211669 0
[pid=32566/tid=32567] ppid=32565 vsize=868376 CPUtime=2.19
/proc/32566/task/32567/stat : 32567 (java) R 32565 32552 31477 0 -1 64 3692 0 1 0 217 2 0 0 25 0 9 0 73658766 889217024 29555 996147200 134512640 134550740 4294955936 18446744073709551615 103215369 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32566/tid=32568] ppid=32565 vsize=868376 CPUtime=2.11
/proc/32566/task/32568/stat : 32568 (java) S 32565 32552 31477 0 -1 64 24548 0 0 0 199 12 0 0 16 0 9 0 73658767 889217024 29555 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32566/tid=32569] ppid=32565 vsize=868376 CPUtime=0
/proc/32566/task/32569/stat : 32569 (java) S 32565 32552 31477 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73658767 889217024 29555 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32566/tid=32570] ppid=32565 vsize=868376 CPUtime=0
/proc/32566/task/32570/stat : 32570 (java) S 32565 32552 31477 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 73658767 889217024 29555 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32566/tid=32571] ppid=32565 vsize=868376 CPUtime=0
/proc/32566/task/32571/stat : 32571 (java) S 32565 32552 31477 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73658769 889217024 29555 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32566/tid=32572] ppid=32565 vsize=868376 CPUtime=0.19
/proc/32566/task/32572/stat : 32572 (java) S 32565 32552 31477 0 -1 64 1443 0 0 0 18 1 0 0 16 0 9 0 73658769 889217024 29555 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32566/tid=32573] ppid=32565 vsize=868376 CPUtime=0
/proc/32566/task/32573/stat : 32573 (java) S 32565 32552 31477 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 73658769 889217024 29555 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32566/tid=32574] ppid=32565 vsize=868376 CPUtime=0
/proc/32566/task/32574/stat : 32574 (java) S 32565 32552 31477 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 73658769 889217024 29555 996147200 134512640 134550740 4294955936 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) 887332

[startup+12.7012 s]
/proc/loadavg: 2.01 2.00 2.00 3/85 32574
/proc/meminfo: memFree=1555128/2055920 swapFree=4192812/4192956
[pid=32552] ppid=32550 vsize=13600 CPUtime=1.66
/proc/32552/stat : 32552 (sugar) S 32550 32552 31477 0 -1 4194304 974 7988 0 1 3 0 154 9 15 0 1 0 73658592 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32552/statm: 3400 797 370 3 0 500 0
[pid=32565] ppid=32552 vsize=5356 CPUtime=0
/proc/32565/stat : 32565 (sh) S 32552 32552 31477 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73658765 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32565/statm: 1339 233 193 169 0 50 0
[pid=32566] ppid=32565 vsize=868488 CPUtime=10.84
/proc/32566/stat : 32566 (java) S 32565 32552 31477 0 -1 0 52118 0 1 0 1042 42 0 0 18 0 9 0 73658765 889331712 39421 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32566/statm: 217122 39421 2565 9 0 211669 0
[pid=32566/tid=32567] ppid=32565 vsize=868488 CPUtime=6.35
/proc/32566/task/32567/stat : 32567 (java) R 32565 32552 31477 0 -1 64 4617 0 1 0 618 17 0 0 25 0 9 0 73658766 889331712 39421 996147200 134512640 134550740 4294955936 18446744073709551615 4127026186 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32566/tid=32568] ppid=32565 vsize=868488 CPUtime=4.15
/proc/32566/task/32568/stat : 32568 (java) S 32565 32552 31477 0 -1 64 45287 0 0 0 392 23 0 0 16 0 9 0 73658767 889331712 39421 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32566/tid=32569] ppid=32565 vsize=868488 CPUtime=0
/proc/32566/task/32569/stat : 32569 (java) S 32565 32552 31477 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73658767 889331712 39421 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32566/tid=32570] ppid=32565 vsize=868488 CPUtime=0
/proc/32566/task/32570/stat : 32570 (java) S 32565 32552 31477 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 73658767 889331712 39421 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32566/tid=32571] ppid=32565 vsize=868488 CPUtime=0
/proc/32566/task/32571/stat : 32571 (java) S 32565 32552 31477 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73658769 889331712 39421 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32566/tid=32572] ppid=32565 vsize=868488 CPUtime=0.32
/proc/32566/task/32572/stat : 32572 (java) S 32565 32552 31477 0 -1 64 1518 0 0 0 31 1 0 0 16 0 9 0 73658769 889331712 39421 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32566/tid=32573] ppid=32565 vsize=868488 CPUtime=0
/proc/32566/task/32573/stat : 32573 (java) S 32565 32552 31477 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 73658769 889331712 39421 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32566/tid=32574] ppid=32565 vsize=868488 CPUtime=0
/proc/32566/task/32574/stat : 32574 (java) S 32565 32552 31477 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 73658769 889331712 39421 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 887444

[startup+25.5016 s]
/proc/loadavg: 2.29 2.06 2.02 3/77 32576
/proc/meminfo: memFree=1406328/2055920 swapFree=4192812/4192956
[pid=32552] ppid=32550 vsize=13864 CPUtime=19.34
/proc/32552/stat : 32552 (sugar) S 32550 32552 31477 0 -1 4194304 1110 60598 0 2 5 1 1821 107 16 0 1 0 73658592 14196736 858 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32552/statm: 3466 858 374 3 0 566 0
[pid=32575] ppid=32552 vsize=5356 CPUtime=0
/proc/32575/stat : 32575 (sh) S 32552 32552 31477 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73660556 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32575/statm: 1339 232 193 169 0 50 0
[pid=32576] ppid=32575 vsize=204300 CPUtime=5.78
/proc/32576/stat : 32576 (minisat) R 32575 32552 31477 0 -1 4194304 50506 0 0 0 541 37 0 0 25 0 1 0 73660556 209203200 50492 996147200 134512640 135127466 4294956256 18446744073709551615 134523430 0 0 4096 3 0 0 0 17 1 0 0
/proc/32576/statm: 51075 50492 71 150 0 50922 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 223520

[startup+51.1022 s]
/proc/loadavg: 2.19 2.06 2.02 3/77 32588
/proc/meminfo: memFree=1402360/2055920 swapFree=4192812/4192956
[pid=32552] ppid=32550 vsize=13864 CPUtime=33.48
/proc/32552/stat : 32552 (sugar) S 32550 32552 31477 0 -1 4194304 1230 115413 0 3 5 1 3191 151 16 0 1 0 73658592 14196736 858 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

[pid=32599] ppid=32552 vsize=5356 CPUtime=0
/proc/32599/stat : 32599 (sh) S 32552 32552 31477 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73664430 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32599/statm: 1339 232 193 169 0 50 0
[pid=32600] ppid=32599 vsize=435488 CPUtime=3134.59
/proc/32600/stat : 32600 (minisat) R 32599 32552 31477 0 -1 4194304 107821 0 0 0 313347 112 0 0 25 0 1 0 73664430 445939712 107807 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/32600/statm: 108872 107807 76 150 0 108719 0
Current children cumulated CPU time (s) 3192.25
Current children cumulated vsize (KiB) 454708

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 32737
/proc/meminfo: memFree=1190016/2055920 swapFree=4192812/4192956
[pid=32552] ppid=32550 vsize=13864 CPUtime=57.66
/proc/32552/stat : 32552 (sugar) S 32550 32552 31477 0 -1 4194304 1345 171135 0 4 5 1 5567 193 16 0 1 0 73658592 14196736 858 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32552/statm: 3466 858 374 3 0 566 0
[pid=32599] ppid=32552 vsize=5356 CPUtime=0
/proc/32599/stat : 32599 (sh) S 32552 32552 31477 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73664430 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32599/statm: 1339 232 193 169 0 50 0
[pid=32600] ppid=32599 vsize=439236 CPUtime=3194.03
/proc/32600/stat : 32600 (minisat) R 32599 32552 31477 0 -1 4194304 108755 0 0 0 319290 113 0 0 25 0 1 0 73664430 449777664 108741 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32600/statm: 109809 108741 76 150 0 109656 0
Current children cumulated CPU time (s) 3251.69
Current children cumulated vsize (KiB) 458456

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 32737
/proc/meminfo: memFree=1186688/2055920 swapFree=4192812/4192956
[pid=32552] ppid=32550 vsize=13864 CPUtime=57.66
/proc/32552/stat : 32552 (sugar) S 32550 32552 31477 0 -1 4194304 1345 171135 0 4 5 1 5567 193 16 0 1 0 73658592 14196736 858 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32552/statm: 3466 858 374 3 0 566 0
[pid=32599] ppid=32552 vsize=5356 CPUtime=0
/proc/32599/stat : 32599 (sh) S 32552 32552 31477 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73664430 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32599/statm: 1339 232 193 169 0 50 0
[pid=32600] ppid=32599 vsize=442480 CPUtime=3253.46
/proc/32600/stat : 32600 (minisat) R 32599 32552 31477 0 -1 4194304 109576 0 0 0 325232 114 0 0 25 0 1 0 73664430 453099520 109562 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32600/statm: 110620 109562 76 150 0 110467 0
Current children cumulated CPU time (s) 3311.12
Current children cumulated vsize (KiB) 461700

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 32737
/proc/meminfo: memFree=1183488/2055920 swapFree=4192812/4192956
[pid=32552] ppid=32550 vsize=13864 CPUtime=57.66
/proc/32552/stat : 32552 (sugar) S 32550 32552 31477 0 -1 4194304 1345 171135 0 4 5 1 5567 193 16 0 1 0 73658592 14196736 858 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32552/statm: 3466 858 374 3 0 566 0
[pid=32599] ppid=32552 vsize=5356 CPUtime=0
/proc/32599/stat : 32599 (sh) S 32552 32552 31477 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73664430 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32599/statm: 1339 232 193 169 0 50 0
[pid=32600] ppid=32599 vsize=445700 CPUtime=3312.89
/proc/32600/stat : 32600 (minisat) R 32599 32552 31477 0 -1 4194304 110362 0 0 0 331174 115 0 0 25 0 1 0 73664430 456396800 110348 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32600/statm: 111425 110348 76 150 0 111272 0
Current children cumulated CPU time (s) 3370.55
Current children cumulated vsize (KiB) 464920

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 32737
/proc/meminfo: memFree=1180160/2055920 swapFree=4192812/4192956
[pid=32552] ppid=32550 vsize=13864 CPUtime=57.66
/proc/32552/stat : 32552 (sugar) S 32550 32552 31477 0 -1 4194304 1345 171135 0 4 5 1 5567 193 16 0 1 0 73658592 14196736 858 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32552/statm: 3466 858 374 3 0 566 0
[pid=32599] ppid=32552 vsize=5356 CPUtime=0
/proc/32599/stat : 32599 (sh) S 32552 32552 31477 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73664430 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32599/statm: 1339 232 193 169 0 50 0
[pid=32600] ppid=32599 vsize=448888 CPUtime=3372.33
/proc/32600/stat : 32600 (minisat) R 32599 32552 31477 0 -1 4194304 111174 0 0 0 337117 116 0 0 25 0 1 0 73664430 459661312 111160 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32600/statm: 112222 111160 76 150 0 112069 0
Current children cumulated CPU time (s) 3429.99
Current children cumulated vsize (KiB) 468108

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 32737
/proc/meminfo: memFree=1176896/2055920 swapFree=4192812/4192956
[pid=32552] ppid=32550 vsize=13864 CPUtime=57.66
/proc/32552/stat : 32552 (sugar) S 32550 32552 31477 0 -1 4194304 1345 171135 0 4 5 1 5567 193 16 0 1 0 73658592 14196736 858 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32552/statm: 3466 858 374 3 0 566 0
[pid=32599] ppid=32552 vsize=5356 CPUtime=0
/proc/32599/stat : 32599 (sh) S 32552 32552 31477 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73664430 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32599/statm: 1339 232 193 169 0 50 0
[pid=32600] ppid=32599 vsize=452124 CPUtime=3431.76
/proc/32600/stat : 32600 (minisat) R 32599 32552 31477 0 -1 4194304 111990 0 0 0 343058 118 0 0 25 0 1 0 73664430 462974976 111976 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32600/statm: 113031 111976 76 150 0 112878 0
Current children cumulated CPU time (s) 3489.42
Current children cumulated vsize (KiB) 471344

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 32737
/proc/meminfo: memFree=1173568/2055920 swapFree=4192812/4192956
[pid=32552] ppid=32550 vsize=13864 CPUtime=57.66
/proc/32552/stat : 32552 (sugar) S 32550 32552 31477 0 -1 4194304 1345 171135 0 4 5 1 5567 193 16 0 1 0 73658592 14196736 858 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32552/statm: 3466 858 374 3 0 566 0
[pid=32599] ppid=32552 vsize=5356 CPUtime=0
/proc/32599/stat : 32599 (sh) S 32552 32552 31477 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73664430 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32599/statm: 1339 232 193 169 0 50 0
[pid=32600] ppid=32599 vsize=455432 CPUtime=3491.2
/proc/32600/stat : 32600 (minisat) R 32599 32552 31477 0 -1 4194304 112818 0 0 0 349001 119 0 0 25 0 1 0 73664430 466362368 112804 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32600/statm: 113858 112804 76 150 0 113705 0
Current children cumulated CPU time (s) 3548.86
Current children cumulated vsize (KiB) 474652



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3634 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 32737
/proc/meminfo: memFree=1170752/2055920 swapFree=4192812/4192956
[pid=32552] ppid=32550 vsize=13864 CPUtime=57.66
/proc/32552/stat : 32552 (sugar) S 32550 32552 31477 0 -1 4194304 1345 171135 0 4 5 1 5567 193 16 0 1 0 73658592 14196736 858 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32552/statm: 3466 858 374 3 0 566 0
[pid=32599] ppid=32552 vsize=5356 CPUtime=0
/proc/32599/stat : 32599 (sh) S 32552 32552 31477 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73664430 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32599/statm: 1339 232 193 169 0 50 0
[pid=32600] ppid=32599 vsize=458256 CPUtime=3542.42
/proc/32600/stat : 32600 (minisat) R 32599 32552 31477 0 -1 4194304 113519 0 0 0 354122 120 0 0 25 0 1 0 73664430 469254144 113505 996147200 134512640 135127466 4294956256 18446744073709551615 134528598 0 0 4096 3 0 0 0 17 1 0 0
/proc/32600/statm: 114564 113505 76 150 0 114411 0
Current children cumulated CPU time (s) 3600.08
Current children cumulated vsize (KiB) 477476

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

[startup+3634 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 32737
/proc/meminfo: memFree=1170752/2055920 swapFree=4192812/4192956
[pid=32552] ppid=32550 vsize=13864 CPUtime=57.66
/proc/32552/stat : 32552 (sugar) S 32550 32552 31477 0 -1 4194304 1345 171135 0 4 5 1 5567 193 16 0 1 0 73658592 14196736 858 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32552/statm: 3466 858 374 3 0 566 0
[pid=32599] ppid=32552 vsize=5356 CPUtime=0
/proc/32599/stat : 32599 (sh) S 32552 32552 31477 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73664430 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32599/statm: 1339 232 193 169 0 50 0
[pid=32600] ppid=32599 vsize=458256 CPUtime=3542.42
/proc/32600/stat : 32600 (minisat) R 32599 32552 31477 0 -1 4194304 113519 0 0 0 354122 120 0 0 25 0 1 0 73664430 469254144 113505 996147200 134512640 135127466 4294956256 18446744073709551615 134528598 0 0 4096 3 0 0 0 17 1 0 0
/proc/32600/statm: 114564 113505 76 150 0 114411 0
Current children cumulated CPU time (s) 3600.08
Current children cumulated vsize (KiB) 477476

# WARNING:
# current cumulated CPU time (57.7 s) is less than in the last sample (3600.08 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (3542.38 s) to the 'lost time'.

[startup+3634.12 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 32737
/proc/meminfo: memFree=1170752/2055920 swapFree=4192812/4192956
[pid=32552] ppid=32550 vsize=13864 CPUtime=57.7
/proc/32552/stat : 32552 (sugar) R 32550 32552 31477 0 -1 4194304 1379 171412 0 4 5 5 5567 193 16 0 1 0 73658592 14196736 859 996147200 4194304 4206940 548682068592 18446744073709551615 258939261993 0 0 4224 16386 0 0 0 17 1 0 0
/proc/32552/statm: 3466 859 375 3 0 566 0
Current children cumulated CPU time (s) 57.7
Current children cumulated vsize (KiB) 13864

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

[startup+3634.12 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 32737
/proc/meminfo: memFree=1170752/2055920 swapFree=4192812/4192956
[pid=32552] ppid=32550 vsize=13864 CPUtime=57.7
/proc/32552/stat : 32552 (sugar) R 32550 32552 31477 0 -1 4194304 1379 171412 0 4 5 5 5567 193 16 0 1 0 73658592 14196736 859 996147200 4194304 4206940 548682068592 18446744073709551615 258939261993 0 0 4224 16386 0 0 0 17 1 0 0
/proc/32552/statm: 3466 859 375 3 0 566 0
Current children cumulated CPU time (s) 57.7
Current children cumulated vsize (KiB) 13864

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 3542.38
#  lost CPU user time (s): 3541.22
#  lost CPU system time (s): 1.16

Real time (s): 3634.14
CPU time (s): 3600.13
CPU user time (s): 3596.95
CPU system time (s): 3.17269
CPU usage (%): 99.0641
Max. virtual memory (cumulated for all children) (KiB): 907820

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

runsolver used 4.11937 second user time and 12.4291 second system time

The end

Launcher Data (download as text)

Begin job on node45 at 2008-07-16 02:53:13
IDJOB=1125348
IDBENCH=63108
IDSOLVER=368
FILE ID=node45/1125348-1216169593
PBS_JOBID= 7905670
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/celar/graphs/normalized-graphw-06_ext.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1125348-1216169593/watcher-1125348-1216169593 -o /tmp/evaluation-result-1125348-1216169593/solver-1125348-1216169593 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1125348-1216169593.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0c08324127e1fdfa2cafad7b5ba34d3b
RANDOM SEED=888484116

node45.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.281
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.281
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:       1725680 kB
Buffers:         75656 kB
Cached:         160984 kB
SwapCached:          0 kB
Active:         221664 kB
Inactive:        52844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1725680 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3632 kB
Writeback:           0 kB
Mapped:          48964 kB
Slab:            40984 kB
Committed_AS:   363608 kB
PageTables:       1992 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= 66556 MiB
End job on node45 at 2008-07-16 03:53:49