Trace number 1127676

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.05 3617.92

General information on the benchmark

Namemaxcsp/cnf/3-40-2100-3000/
normalized-cnf-3-40-2500-147429_ext.xml
MD5SUM0a2d5e05d9b921f2bf26a2593d6f7614
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints195
Best CPU time to get the best result obtained on this benchmark155.146
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints2220
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension2220
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.02/0.04	c 0	Sugar v1-13 + HOME/minisat
0.02/0.04	c 0	BEGIN Wed Jul 23 02:52:56 2008
0.02/0.04	c 0	PID 7088
0.02/0.05	c 0	HOST node57.alineos.net
0.02/0.05	c 0	CONVERTING HOME/instance-1127676-1216774376.xml TO HOME/temp.csp
0.02/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127676-1216774376.xml' 'HOME/temp.csp'
0.03/0.66	c 1	1 domains, 40 variables, 0 predicates, 45 relations, 2220 constraints
0.03/0.71	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.71	c 1	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'
0.03/0.79	c 1	Parsing HOME/temp.csp
0.48/0.99	c 1	parsed 2306 expressions
0.48/1.00	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.75/1.03	c 1	MAX CSP: 2220 constraints
0.75/1.03	c 1	Converting to clausal form CSP
0.75/1.09	c 1	converted 453 (10%) expressions
0.85/1.13	c 1	converted 906 (20%) expressions
0.94/1.21	c 1	converted 1359 (30%) expressions
0.94/1.23	c 1	converted 1812 (40%) expressions
0.94/1.25	c 1	converted 2265 (50%) expressions
0.94/1.26	c 1	converted 2718 (60%) expressions
0.94/1.29	c 1	converted 3171 (70%) expressions
0.94/1.29	c 1	converted 3624 (80%) expressions
1.04/1.30	c 1	converted 4077 (90%) expressions
1.24/1.55	c 2	converted 4529 (100%) expressions
1.24/1.55	c 2	CSP : 4480 integers, 0 booleans, 6659 clauses, largest domain size 3331
1.24/1.55	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.24/1.55	c 2	Propagation in CSP
1.34/1.64	c 2	2215 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.34/1.64	c 2	CSP : 4480 integers, 0 booleans, 6659 clauses, largest domain size 2221
1.34/1.64	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.34/1.65	c 2	Simplifing CSP by introducing new Boolean variables
1.34/1.65	c 2	CSP : 4480 integers, 0 booleans, 6659 clauses, largest domain size 2221
1.34/1.65	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.44/1.70	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.44/1.71	c 2	448 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.44/1.72	c 2	896 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.44/1.72	c 2	1344 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.44/1.73	c 2	1792 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.44/1.73	c 2	2240 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.44/1.74	c 2	2688 (60%) CSP integer variables are encoded (5096 clauses, 66312 bytes)
1.44/1.77	c 2	3136 (70%) CSP integer variables are encoded (30001 clauses, 435518 bytes)
1.44/1.78	c 2	3584 (80%) CSP integer variables are encoded (35817 clauses, 522758 bytes)
1.44/1.79	c 2	4032 (90%) CSP integer variables are encoded (39632 clauses, 579983 bytes)
1.44/1.79	c 2	4480 (100%) CSP integer variables are encoded (44750 clauses, 656753 bytes)
1.54/1.86	c 2	666 (10%) CSP clauses are encoded (45452 clauses, 667893 bytes)
1.54/1.89	c 2	1332 (20%) CSP clauses are encoded (46154 clauses, 679864 bytes)
1.64/1.91	c 2	1998 (30%) CSP clauses are encoded (46855 clauses, 692677 bytes)
1.64/1.99	c 2	2664 (40%) CSP clauses are encoded (74162 clauses, 1181118 bytes)
6.80/7.17	c 7	3330 (50%) CSP clauses are encoded (2563648 clauses, 52167121 bytes)
7.00/7.33	c 7	3996 (60%) CSP clauses are encoded (2647250 clauses, 53929527 bytes)
11.38/11.74	c 12	4662 (70%) CSP clauses are encoded (5049826 clauses, 105508778 bytes)
11.57/11.94	c 12	5328 (80%) CSP clauses are encoded (5145786 clauses, 107534330 bytes)
12.07/12.41	c 12	5994 (90%) CSP clauses are encoded (5387208 clauses, 112681481 bytes)
13.71/14.19	c 14	6659 (100%) CSP clauses are encoded (6297094 clauses, 132172553 bytes)
13.71/14.19	c 14	6659 CSP clauses encoded
13.71/14.20	c 14	Writing map file : HOME/temp.map
13.81/14.24	c 14	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.81/14.24	c 14	SAT : 49230 SAT variables, 6297094 SAT clauses, 132172553 bytes
13.81/14.24	c 14	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.81/14.26	c 14	OBJECTIVE minimize _COST
13.81/14.26	c 14	OBJECTIVE BOUND: 0 <= _COST <= 
13.81/14.26	c 14	SEARCHING: _COST <= 1110
13.81/14.26	c 14	SOLVING HOME/temp.cnf
13.81/14.26	c 14	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
13.81/14.26	c 14	This is MiniSat 2.0 beta
13.81/14.26	c 14	WARNING: for repeatability, setting FPU to use double precision
13.81/14.26	c 14	============================[ Problem Statistics ]=============================
13.81/14.26	c 14	|                                                                             |
13.81/14.27	c 14	|  Number of variables:  49230                                                |
13.81/14.27	c 14	|  Number of clauses:    6297095                                              |
16.99/17.41	c 17	|  Parsing time:         2.70         s                                       |
23.54/24.03	c 24	============================[ Search Statistics ]==============================
23.54/24.03	c 24	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
23.54/24.03	c 24	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
23.54/24.03	c 24	===============================================================================
23.54/24.03	c 24	|         0 |   35910  4000103 11904923 |  1333367        0    nan |  0.000 % |
25.23/25.76	c 26	|       100 |   35910  4000103 11904923 |  1466704      100     25 | 27.057 % |
25.43/25.96	c 26	===============================================================================
25.43/25.96	c 26	restarts              : 2
25.43/25.96	c 26	conflicts             : 100            (9 /sec)
25.43/25.96	c 26	decisions             : 1214           (0.99 % random) (109 /sec)
25.43/25.96	c 26	propagations          : 527801         (47242 /sec)
25.43/25.96	c 26	conflict literals     : 2549           (18.85 % deleted)
25.43/25.96	c 26	Memory used           : 247.71 MB
25.43/25.96	c 26	CPU time              : 11.1723 s
25.43/25.96	c 26	
25.43/25.98	c 26	SATISFIABLE
25.53/26.02	c 26	FOUND: _COST <= 1110
25.53/26.02	s SATISFIABLE
25.53/26.02	c 26	DECODING HOME/temp.out WITH HOME/temp.map
25.53/26.02	c 26	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
25.55/26.11	c 26	Decoding HOME/temp.out
25.80/26.32	c 26	OBJECTIVE _COST 1110
25.80/26.32	o 1110
25.80/26.32	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
25.80/26.33	c 26	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
25.80/26.34	c 26	OBJECTIVE BOUND: 0 <= _COST <= 1110
25.80/26.34	c 26	SEARCHING: _COST <= 555
25.80/26.34	c 26	SOLVING HOME/temp.cnf
25.80/26.34	c 26	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
25.80/26.34	c 26	This is MiniSat 2.0 beta
25.80/26.34	c 26	WARNING: for repeatability, setting FPU to use double precision
25.80/26.34	c 26	============================[ Problem Statistics ]=============================
25.80/26.34	c 26	|                                                                             |
25.80/26.35	c 26	|  Number of variables:  49230                                                |
25.80/26.35	c 26	|  Number of clauses:    6297095                                              |
29.39/29.94	c 30	|  Parsing time:         3.10         s                                       |
39.54/40.17	c 40	============================[ Search Statistics ]==============================
39.54/40.17	c 40	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
39.54/40.17	c 40	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
39.54/40.17	c 40	===============================================================================
39.54/40.17	c 40	|         0 |   28695  2593178  7705238 |   864392        0    nan |  0.000 % |
41.83/42.45	c 42	|       101 |   28695  2593178  7705238 |   950831      101     33 | 41.712 % |
42.23/42.87	c 43	===============================================================================
42.23/42.87	c 43	restarts              : 2
42.23/42.87	c 43	conflicts             : 140            (9 /sec)
42.23/42.87	c 43	decisions             : 1627           (1.29 % random) (102 /sec)
42.23/42.87	c 43	propagations          : 733965         (45949 /sec)
42.23/42.87	c 43	conflict literals     : 4796           (28.02 % deleted)
42.23/42.87	c 43	Memory used           : 250.98 MB
42.23/42.87	c 43	CPU time              : 15.9736 s
42.23/42.87	c 43	
42.23/42.89	c 43	SATISFIABLE
42.33/42.93	c 43	FOUND: _COST <= 555
42.33/42.93	c 43	DECODING HOME/temp.out WITH HOME/temp.map
42.33/42.93	c 43	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
42.37/43.02	c 43	Decoding HOME/temp.out
42.37/43.34	c 43	OBJECTIVE _COST 555
42.37/43.34	o 555
42.37/43.35	v 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
42.37/43.35	c 43	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
42.37/43.36	c 43	OBJECTIVE BOUND: 0 <= _COST <= 555
42.37/43.36	c 43	SEARCHING: _COST <= 277
42.37/43.36	c 43	SOLVING HOME/temp.cnf
42.37/43.36	c 43	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
42.37/43.36	c 43	This is MiniSat 2.0 beta
42.37/43.36	c 43	WARNING: for repeatability, setting FPU to use double precision
42.37/43.36	c 43	============================[ Problem Statistics ]=============================
42.37/43.36	c 43	|                                                                             |
42.37/43.37	c 43	|  Number of variables:  49230                                                |
42.37/43.37	c 43	|  Number of clauses:    6297095                                              |
46.30/46.93	c 47	|  Parsing time:         3.04         s                                       |
57.35/58.01	c 58	============================[ Search Statistics ]==============================
57.35/58.01	c 58	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
57.35/58.01	c 58	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
57.35/58.01	c 58	===============================================================================
57.35/58.01	c 58	|         0 |   24243  1460737  4320993 |   486912        0    nan |  0.000 % |
58.14/58.86	c 59	|       102 |   24243  1460737  4320993 |   535603      102     23 | 50.756 % |
59.04/59.77	c 60	|       252 |   24243  1460737  4320993 |   589163      252     28 | 50.756 % |
61.13/61.83	c 62	|       478 |   24243  1460737  4320993 |   648080      478     38 | 50.756 % |
64.41/65.15	c 65	|       815 |   24243  1460737  4320993 |   712888      815     44 | 50.756 % |
68.99/69.71	c 70	|      1321 |   24243  1460737  4320993 |   784177     1321     46 | 50.756 % |
75.86/76.68	c 77	|      2080 |   24243  1460737  4320993 |   862594     2080     46 | 50.756 % |
86.60/87.46	c 87	|      3220 |   24243  1460737  4320993 |   948854     3220     47 | 50.756 % |
102.43/103.40	c 103	|      4928 |   24243  1460737  4320993 |  1043739     4928     47 | 50.756 % |
127.11/128.17	c 128	|      7490 |   24243  1460737  4320993 |  1148113     7490     48 | 50.756 % |
162.24/163.41	c 163	|     11334 |   24243  1460737  4320993 |  1262925    11334     47 | 50.756 % |
217.18/218.62	c 219	|     17100 |   24243  1460737  4320993 |  1389217    17100     47 | 50.756 % |
300.97/302.81	c 303	|     25749 |   24243  1460737  4320993 |  1528139    25749     47 | 50.756 % |
427.56/430.07	c 430	|     38723 |   24243  1460737  4320993 |  1680953    38723     47 | 50.756 % |
632.45/635.97	c 636	|     58184 |   24243  1460737  4320993 |  1849048    58184     47 | 50.756 % |
941.67/946.61	c 947	|     87377 |   24243  1460737  4320993 |  2033953    87377     47 | 50.756 % |
1433.60/1440.91	c 1441	|    131168 |   24243  1460737  4320993 |  2237349   131168     47 | 50.756 % |
2186.98/2197.94	c 2198	|    196852 |   24243  1460737  4320993 |  2461083   196852     47 | 50.756 % |
2438.67/2450.85	c 2451	===============================================================================
2438.67/2450.86	c 2451	restarts              : 18
2438.67/2450.86	c 2451	conflicts             : 217583         (91 /sec)
2438.67/2450.86	c 2451	decisions             : 237457         (1.00 % random) (99 /sec)
2438.67/2450.86	c 2451	propagations          : 697185937      (291050 /sec)
2438.67/2450.86	c 2451	conflict literals     : 10312020       (50.99 % deleted)
2438.67/2450.86	c 2451	Memory used           : 256.00 MB
2438.67/2450.86	c 2451	CPU time              : 2395.42 s
2438.67/2450.86	c 2451	
2438.67/2450.88	c 2451	SATISFIABLE
2438.76/2450.92	c 2451	FOUND: _COST <= 277
2438.76/2450.92	c 2451	DECODING HOME/temp.out WITH HOME/temp.map
2438.76/2450.92	c 2451	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2438.79/2451.01	c 2451	Decoding HOME/temp.out
2438.79/2451.42	c 2451	OBJECTIVE _COST 277
2438.79/2451.42	o 277
2438.79/2451.42	v 1 1 1 0 1 0 1 0 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 0 0 1 1 1 1 1 0
2438.79/2451.44	c 2451	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2438.79/2451.46	c 2451	OBJECTIVE BOUND: 0 <= _COST <= 277
2438.79/2451.46	c 2451	SEARCHING: _COST <= 138
2438.79/2451.46	c 2451	SOLVING HOME/temp.cnf
2438.79/2451.46	c 2451	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2438.79/2451.46	c 2451	This is MiniSat 2.0 beta
2438.79/2451.46	c 2451	WARNING: for repeatability, setting FPU to use double precision
2438.79/2451.46	c 2451	============================[ Problem Statistics ]=============================
2438.79/2451.46	c 2451	|                                                                             |
2438.79/2451.46	c 2451	|  Number of variables:  49230                                                |
2438.79/2451.46	c 2451	|  Number of clauses:    6297095                                              |
2442.81/2455.03	c 2455	|  Parsing time:         3.04         s                                       |
2454.15/2466.40	c 2466	============================[ Search Statistics ]==============================
2454.15/2466.40	c 2466	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2454.15/2466.40	c 2466	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2454.15/2466.40	c 2466	===============================================================================
2454.15/2466.40	c 2466	|         0 |   21034   785308  2304194 |   261769        0    nan |  0.000 % |
2454.85/2467.13	c 2467	|       100 |   21034   785308  2304194 |   287946      100     25 | 57.274 % |
2455.34/2467.68	c 2468	|       251 |   21034   785308  2304194 |   316740      251     25 | 57.274 % |
2456.44/2468.75	c 2469	|       478 |   21034   785308  2304194 |   348414      478     25 | 57.274 % |
2458.13/2470.47	c 2470	|       816 |   21034   785308  2304194 |   383256      816     27 | 57.274 % |
2460.82/2473.14	c 2473	|      1322 |   21034   785308  2304194 |   421582     1322     29 | 57.274 % |
2465.10/2477.40	c 2477	|      2081 |   21034   785308  2304194 |   463740     2081     29 | 57.274 % |
2471.37/2483.71	c 2484	|      3220 |   21034   785308  2304194 |   510114     3220     31 | 57.274 % |
2480.92/2493.35	c 2493	|      4929 |   21034   785308  2304194 |   561125     4929     31 | 57.274 % |
2495.45/2507.91	c 2508	|      7492 |   21034   785308  2304194 |   617238     7492     31 | 57.274 % |
2518.64/2531.29	c 2531	|     11336 |   21034   785308  2304194 |   678962    11336     31 | 57.274 % |
2552.77/2565.60	c 2566	|     17103 |   21034   785308  2304194 |   746858    17103     31 | 57.274 % |
2606.61/2619.64	c 2620	|     25753 |   21034   785308  2304194 |   821544    25753     31 | 57.274 % |
2685.45/2698.84	c 2699	|     38728 |   21034   785308  2304194 |   903698    38728     31 | 57.274 % |
2815.23/2829.23	c 2829	|     58191 |   21034   785308  2304194 |   994068    58191     30 | 57.274 % |
3017.15/3032.14	c 3032	|     87383 |   21034   785308  2304194 |  1093475    87383     31 | 57.274 % |
3338.81/3355.33	c 3355	|    131172 |   21034   785308  2304194 |  1202823   131172     31 | 57.274 % |
3600.05/3617.82	c ERROR INTERRUPTED
3600.05/3617.85	c 3618	CPU 2436.37 (0.05 0.01 2436.32 2.93)
3600.05/3617.85	c 3618	END Wed Jul 23 03:53:14 2008

Verifier Data (download as text)

OK	277	1943
277 unsatisfied constraints, 1943 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-1127676-1216774376/watcher-1127676-1216774376 -o /tmp/evaluation-result-1127676-1216774376/solver-1127676-1216774376 -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-1127676-1216774376.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.00 1.00 1.00 4/72 7088
/proc/meminfo: memFree=1477256/2055920 swapFree=4192956/4192956
[pid=7088] ppid=7086 vsize=12272 CPUtime=0
/proc/7088/stat : 7088 (sugar) R 7086 7088 7028 0 -1 4194304 359 0 0 0 0 0 0 0 22 0 1 0 4525725 12566528 327 996147200 4194304 4206940 548682068592 18446744073709551615 218084981758 0 0 4224 0 0 0 0 17 1 0 0
/proc/7088/statm: 3068 327 246 3 0 168 0

[startup+0.035723 s]
/proc/loadavg: 1.00 1.00 1.00 4/72 7088
/proc/meminfo: memFree=1477256/2055920 swapFree=4192956/4192956
[pid=7088] ppid=7086 vsize=13204 CPUtime=0.02
/proc/7088/stat : 7088 (sugar) R 7086 7088 7028 0 -1 4194304 660 0 0 0 2 0 0 0 22 0 1 0 4525725 13520896 628 996147200 4194304 4206940 548682068592 18446744073709551615 218075927265 0 0 4224 0 0 0 0 17 1 0 0
/proc/7088/statm: 3301 646 334 3 0 401 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13204

[startup+0.101755 s]
/proc/loadavg: 1.00 1.00 1.00 4/72 7088
/proc/meminfo: memFree=1477256/2055920 swapFree=4192956/4192956
[pid=7088] ppid=7086 vsize=13600 CPUtime=0.03
/proc/7088/stat : 7088 (sugar) S 7086 7088 7028 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 4525725 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7088/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30175 s]
/proc/loadavg: 1.00 1.00 1.00 4/72 7088
/proc/meminfo: memFree=1477256/2055920 swapFree=4192956/4192956
[pid=7088] ppid=7086 vsize=13600 CPUtime=0.03
/proc/7088/stat : 7088 (sugar) S 7086 7088 7028 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 4525725 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7088/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701782 s]
/proc/loadavg: 1.00 1.00 1.00 4/72 7088
/proc/meminfo: memFree=1477256/2055920 swapFree=4192956/4192956
[pid=7088] ppid=7086 vsize=13600 CPUtime=0.03
/proc/7088/stat : 7088 (sugar) S 7086 7088 7028 0 -1 4194304 916 127 0 0 3 0 0 0 16 0 1 0 4525725 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7088/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50286 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 7131
/proc/meminfo: memFree=1440152/2055920 swapFree=4192956/4192956
[pid=7088] ppid=7086 vsize=13600 CPUtime=0.48
/proc/7088/stat : 7088 (sugar) S 7086 7088 7028 0 -1 4194304 974 4780 0 141 3 0 36 9 15 0 1 0 4525725 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7088/statm: 3400 797 370 3 0 500 0
[pid=7113] ppid=7088 vsize=5356 CPUtime=0
/proc/7113/stat : 7113 (sh) S 7088 7088 7028 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4525796 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7113/statm: 1339 233 193 169 0 50 0
[pid=7115] ppid=7113 vsize=868396 CPUtime=0.76
/proc/7115/stat : 7115 (java) S 7113 7088 7028 0 -1 0 7348 0 4 0 73 3 0 0 18 0 9 0 4525797 889237504 6597 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7115/statm: 217099 6598 2540 9 0 211674 0
[pid=7115/tid=7117] ppid=7113 vsize=868396 CPUtime=0.42
/proc/7115/task/7117/stat : 7117 (java) R 7113 7088 7028 0 -1 64 2657 0 4 0 41 1 0 0 17 0 9 0 4525797 889237504 6598 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7115/tid=7121] ppid=7113 vsize=868396 CPUtime=0.09
/proc/7115/task/7121/stat : 7121 (java) R 7113 7088 7028 0 -1 64 2527 0 0 0 9 0 0 0 16 0 9 0 4525799 889237504 6598 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7115/tid=7122] ppid=7113 vsize=868396 CPUtime=0
/proc/7115/task/7122/stat : 7122 (java) S 7113 7088 7028 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 4525799 889237504 6598 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7115/tid=7123] ppid=7113 vsize=868396 CPUtime=0
/proc/7115/task/7123/stat : 7123 (java) S 7113 7088 7028 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4525799 889237504 6598 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7115/tid=7128] ppid=7113 vsize=868396 CPUtime=0
/proc/7115/task/7128/stat : 7128 (java) S 7113 7088 7028 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4525801 889237504 6598 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7115/tid=7129] ppid=7113 vsize=868396 CPUtime=0.21
/proc/7115/task/7129/stat : 7129 (java) S 7113 7088 7028 0 -1 64 1472 0 0 0 21 0 0 0 16 0 9 0 4525801 889237504 6598 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7115/tid=7130] ppid=7113 vsize=868396 CPUtime=0
/proc/7115/task/7130/stat : 7130 (java) S 7113 7088 7028 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4525801 889237504 6598 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7115/tid=7131] ppid=7113 vsize=868396 CPUtime=0
/proc/7115/task/7131/stat : 7131 (java) S 7113 7088 7028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4525801 889237504 6598 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 887352

[startup+3.10299 s]
/proc/loadavg: 1.16 1.03 1.01 3/93 7131
/proc/meminfo: memFree=1410520/2055920 swapFree=4192956/4192956
[pid=7088] ppid=7086 vsize=13600 CPUtime=0.48
/proc/7088/stat : 7088 (sugar) S 7086 7088 7028 0 -1 4194304 974 4780 0 141 3 0 36 9 15 0 1 0 4525725 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7088/statm: 3400 797 370 3 0 500 0
[pid=7113] ppid=7088 vsize=5356 CPUtime=0
/proc/7113/stat : 7113 (sh) S 7088 7088 7028 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4525796 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7113/statm: 1339 233 193 169 0 50 0
[pid=7115] ppid=7113 vsize=868508 CPUtime=2.36
/proc/7115/stat : 7115 (java) S 7113 7088 7028 0 -1 0 8020 0 4 0 227 9 0 0 18 0 9 0 4525797 889352192 6993 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7115/statm: 217127 6993 2565 9 0 211674 0
[pid=7115/tid=7117] ppid=7113 vsize=868508 CPUtime=1.82
/proc/7115/task/7117/stat : 7117 (java) R 7113 7088 7028 0 -1 64 2970 0 4 0 178 4 0 0 25 0 9 0 4525797 889352192 6993 996147200 134512640 134550740 4294955936 18446744073709551615 4126485517 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7115/tid=7121] ppid=7113 vsize=868508 CPUtime=0.22
/proc/7115/task/7121/stat : 7121 (java) S 7113 7088 7028 0 -1 64 2847 0 0 0 20 2 0 0 16 0 9 0 4525799 889352192 6993 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7115/tid=7122] ppid=7113 vsize=868508 CPUtime=0
/proc/7115/task/7122/stat : 7122 (java) S 7113 7088 7028 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 4525799 889352192 6993 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7115/tid=7123] ppid=7113 vsize=868508 CPUtime=0
/proc/7115/task/7123/stat : 7123 (java) S 7113 7088 7028 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4525799 889352192 6993 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7115/tid=7128] ppid=7113 vsize=868508 CPUtime=0
/proc/7115/task/7128/stat : 7128 (java) S 7113 7088 7028 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4525801 889352192 6993 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7115/tid=7129] ppid=7113 vsize=868508 CPUtime=0.29
/proc/7115/task/7129/stat : 7129 (java) S 7113 7088 7028 0 -1 64 1510 0 0 0 28 1 0 0 16 0 9 0 4525801 889352192 6993 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7115/tid=7130] ppid=7113 vsize=868508 CPUtime=0
/proc/7115/task/7130/stat : 7130 (java) S 7113 7088 7028 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4525801 889352192 6993 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7115/tid=7131] ppid=7113 vsize=868508 CPUtime=0
/proc/7115/task/7131/stat : 7131 (java) S 7113 7088 7028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4525801 889352192 6993 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 887464

[startup+6.30227 s]
/proc/loadavg: 1.16 1.03 1.01 3/93 7131
/proc/meminfo: memFree=1351512/2055920 swapFree=4192956/4192956
[pid=7088] ppid=7086 vsize=13600 CPUtime=0.48
/proc/7088/stat : 7088 (sugar) S 7086 7088 7028 0 -1 4194304 974 4780 0 141 3 0 36 9 15 0 1 0 4525725 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7088/statm: 3400 797 370 3 0 500 0
[pid=7113] ppid=7088 vsize=5356 CPUtime=0
/proc/7113/stat : 7113 (sh) S 7088 7088 7028 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4525796 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7113/statm: 1339 233 193 169 0 50 0
[pid=7115] ppid=7113 vsize=868508 CPUtime=5.52
/proc/7115/stat : 7115 (java) S 7113 7088 7028 0 -1 0 9052 0 4 0 516 36 0 0 18 0 9 0 4525797 889352192 6998 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7115/statm: 217127 6998 2565 9 0 211674 0
[pid=7115/tid=7117] ppid=7113 vsize=868508 CPUtime=4.75
/proc/7115/task/7117/stat : 7117 (java) R 7113 7088 7028 0 -1 64 3997 0 4 0 449 26 0 0 25 0 9 0 4525797 889352192 6998 996147200 134512640 134550740 4294955936 18446744073709551615 4126901701 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7115/tid=7121] ppid=7113 vsize=868508 CPUtime=0.45
/proc/7115/task/7121/stat : 7121 (java) S 7113 7088 7028 0 -1 64 2847 0 0 0 38 7 0 0 16 0 9 0 4525799 889352192 6998 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7115/tid=7122] ppid=7113 vsize=868508 CPUtime=0
/proc/7115/task/7122/stat : 7122 (java) S 7113 7088 7028 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 4525799 889352192 6998 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7115/tid=7123] ppid=7113 vsize=868508 CPUtime=0
/proc/7115/task/7123/stat : 7123 (java) S 7113 7088 7028 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4525799 889352192 6998 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7115/tid=7128] ppid=7113 vsize=868508 CPUtime=0
/proc/7115/task/7128/stat : 7128 (java) S 7113 7088 7028 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4525801 889352192 6998 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7115/tid=7129] ppid=7113 vsize=868508 CPUtime=0.29
/proc/7115/task/7129/stat : 7129 (java) S 7113 7088 7028 0 -1 64 1515 0 0 0 28 1 0 0 16 0 9 0 4525801 889352192 6998 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7115/tid=7130] ppid=7113 vsize=868508 CPUtime=0
/proc/7115/task/7130/stat : 7130 (java) S 7113 7088 7028 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4525801 889352192 6998 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7115/tid=7131] ppid=7113 vsize=868508 CPUtime=0
/proc/7115/task/7131/stat : 7131 (java) S 7113 7088 7028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4525801 889352192 6998 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 887464

[startup+12.7028 s]
/proc/loadavg: 1.37 1.08 1.03 3/93 7131
/proc/meminfo: memFree=1191896/2055920 swapFree=4192956/4192956
[pid=7088] ppid=7086 vsize=13600 CPUtime=0.48
/proc/7088/stat : 7088 (sugar) S 7086 7088 7028 0 -1 4194304 974 4780 0 141 3 0 36 9 15 0 1 0 4525725 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7088/statm: 3400 797 370 3 0 500 0
[pid=7113] ppid=7088 vsize=5356 CPUtime=0
/proc/7113/stat : 7113 (sh) S 7088 7088 7028 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4525796 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7113/statm: 1339 233 193 169 0 50 0
[pid=7115] ppid=7113 vsize=868508 CPUtime=11.89
/proc/7115/stat : 7115 (java) S 7113 7088 7028 0 -1 0 11075 0 4 0 1088 101 0 0 18 0 9 0 4525797 889352192 7006 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7115/statm: 217127 7006 2566 9 0 211674 0
[pid=7115/tid=7117] ppid=7113 vsize=868508 CPUtime=10.64
/proc/7115/task/7117/stat : 7117 (java) R 7113 7088 7028 0 -1 64 6012 0 4 0 985 79 0 0 25 0 9 0 4525797 889352192 7006 996147200 134512640 134550740 4294955936 18446744073709551615 4126901701 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7115/tid=7121] ppid=7113 vsize=868508 CPUtime=0.92
/proc/7115/task/7121/stat : 7121 (java) S 7113 7088 7028 0 -1 64 2847 0 0 0 73 19 0 0 16 0 9 0 4525799 889352192 7006 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7115/tid=7122] ppid=7113 vsize=868508 CPUtime=0
/proc/7115/task/7122/stat : 7122 (java) S 7113 7088 7028 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 4525799 889352192 7006 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7115/tid=7123] ppid=7113 vsize=868508 CPUtime=0
/proc/7115/task/7123/stat : 7123 (java) S 7113 7088 7028 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4525799 889352192 7006 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7115/tid=7128] ppid=7113 vsize=868508 CPUtime=0
/proc/7115/task/7128/stat : 7128 (java) S 7113 7088 7028 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4525801 889352192 7006 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7115/tid=7129] ppid=7113 vsize=868508 CPUtime=0.3
/proc/7115/task/7129/stat : 7129 (java) S 7113 7088 7028 0 -1 64 1523 0 0 0 29 1 0 0 16 0 9 0 4525801 889352192 7006 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7115/tid=7130] ppid=7113 vsize=868508 CPUtime=0
/proc/7115/task/7130/stat : 7130 (java) S 7113 7088 7028 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4525801 889352192 7006 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7115/tid=7131] ppid=7113 vsize=868508 CPUtime=0
/proc/7115/task/7131/stat : 7131 (java) S 7113 7088 7028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4525801 889352192 7006 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 887464

[startup+25.502 s]
/proc/loadavg: 1.54 1.13 1.04 3/76 7155
/proc/meminfo: memFree=675552/2055920 swapFree=4192956/4192956
[pid=7088] ppid=7086 vsize=13864 CPUtime=13.88
/proc/7088/stat : 7088 (sugar) S 7086 7088 7028 0 -1 4194304 1124 16605 0 145 4 0 1258 126 16 0 1 0 4525725 14196736 872 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7088/statm: 3466 872 374 3 0 566 0
[pid=7133] ppid=7088 vsize=5356 CPUtime=0
/proc/7133/stat : 7133 (sh) S 7088 7088 7028 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4527151 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7133/statm: 1339 232 193 169 0 50 0
[pid=7134] ppid=7133 vsize=253656 CPUtime=11.15
/proc/7134/stat : 7134 (minisat) R 7133 7088 7028 0 -1 4194304 61500 0 0 0 1071 44 0 0 25 0 1 0 4527152 259743744 61486 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7134/statm: 63414 61486 72 150 0 63261 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 272876

[startup+51.1012 s]
/proc/loadavg: 1.75 1.21 1.07 3/76 7179
/proc/meminfo: memFree=671072/2055920 swapFree=4192956/4192956
[pid=7088] ppid=7086 vsize=13864 CPUtime=42.79
/proc/7088/stat : 7088 (sugar) S 7086 7088 7028 0 -1 4194304 1361 149043 0 147 4 1 4040 234 16 0 1 0 4525725 14196736 872 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

/proc/meminfo: memFree=665056/2055920 swapFree=4192956/4192956
[pid=7088] ppid=7086 vsize=13864 CPUtime=2439.31
/proc/7088/stat : 7088 (sugar) S 7086 7088 7028 0 -1 4194304 1477 216748 0 148 5 1 243632 293 16 0 1 0 4525725 14196736 872 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7088/statm: 3466 872 374 3 0 566 0
[pid=7198] ppid=7088 vsize=5356 CPUtime=0
/proc/7198/stat : 7198 (sh) S 7088 7088 7028 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4770871 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7198/statm: 1339 232 193 169 0 50 0
[pid=7199] ppid=7198 vsize=259344 CPUtime=647.71
/proc/7199/stat : 7199 (minisat) R 7198 7088 7028 0 -1 4194304 62879 0 0 0 64720 51 0 0 25 0 1 0 4770871 265568256 62865 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7199/statm: 64836 62865 76 150 0 64683 0
Current children cumulated CPU time (s) 3087.02
Current children cumulated vsize (KiB) 278564

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/76 7199
/proc/meminfo: memFree=664992/2055920 swapFree=4192956/4192956
[pid=7088] ppid=7086 vsize=13864 CPUtime=2439.31
/proc/7088/stat : 7088 (sugar) S 7086 7088 7028 0 -1 4194304 1477 216748 0 148 5 1 243632 293 16 0 1 0 4525725 14196736 872 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7088/statm: 3466 872 374 3 0 566 0
[pid=7198] ppid=7088 vsize=5356 CPUtime=0
/proc/7198/stat : 7198 (sh) S 7088 7088 7028 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4770871 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7198/statm: 1339 232 193 169 0 50 0
[pid=7199] ppid=7198 vsize=259344 CPUtime=707.42
/proc/7199/stat : 7199 (minisat) R 7198 7088 7028 0 -1 4194304 62888 0 0 0 70691 51 0 0 25 0 1 0 4770871 265568256 62874 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7199/statm: 64836 62874 76 150 0 64683 0
Current children cumulated CPU time (s) 3146.73
Current children cumulated vsize (KiB) 278564

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/76 7199
/proc/meminfo: memFree=664928/2055920 swapFree=4192956/4192956
[pid=7088] ppid=7086 vsize=13864 CPUtime=2439.31
/proc/7088/stat : 7088 (sugar) S 7086 7088 7028 0 -1 4194304 1477 216748 0 148 5 1 243632 293 16 0 1 0 4525725 14196736 872 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7088/statm: 3466 872 374 3 0 566 0
[pid=7198] ppid=7088 vsize=5356 CPUtime=0
/proc/7198/stat : 7198 (sh) S 7088 7088 7028 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4770871 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7198/statm: 1339 232 193 169 0 50 0
[pid=7199] ppid=7198 vsize=259344 CPUtime=767.13
/proc/7199/stat : 7199 (minisat) R 7198 7088 7028 0 -1 4194304 62896 0 0 0 76662 51 0 0 25 0 1 0 4770871 265568256 62882 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7199/statm: 64836 62882 76 150 0 64683 0
Current children cumulated CPU time (s) 3206.44
Current children cumulated vsize (KiB) 278564

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/76 7199
/proc/meminfo: memFree=664800/2055920 swapFree=4192956/4192956
[pid=7088] ppid=7086 vsize=13864 CPUtime=2439.31
/proc/7088/stat : 7088 (sugar) S 7086 7088 7028 0 -1 4194304 1477 216748 0 148 5 1 243632 293 16 0 1 0 4525725 14196736 872 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7088/statm: 3466 872 374 3 0 566 0
[pid=7198] ppid=7088 vsize=5356 CPUtime=0
/proc/7198/stat : 7198 (sh) S 7088 7088 7028 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4770871 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7198/statm: 1339 232 193 169 0 50 0
[pid=7199] ppid=7198 vsize=259344 CPUtime=826.84
/proc/7199/stat : 7199 (minisat) R 7198 7088 7028 0 -1 4194304 62903 0 0 0 82633 51 0 0 25 0 1 0 4770871 265568256 62889 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7199/statm: 64836 62889 76 150 0 64683 0
Current children cumulated CPU time (s) 3266.15
Current children cumulated vsize (KiB) 278564

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/76 7199
/proc/meminfo: memFree=664672/2055920 swapFree=4192956/4192956
[pid=7088] ppid=7086 vsize=13864 CPUtime=2439.31
/proc/7088/stat : 7088 (sugar) S 7086 7088 7028 0 -1 4194304 1477 216748 0 148 5 1 243632 293 16 0 1 0 4525725 14196736 872 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7088/statm: 3466 872 374 3 0 566 0
[pid=7198] ppid=7088 vsize=5356 CPUtime=0
/proc/7198/stat : 7198 (sh) S 7088 7088 7028 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4770871 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7198/statm: 1339 232 193 169 0 50 0
[pid=7199] ppid=7198 vsize=259344 CPUtime=886.56
/proc/7199/stat : 7199 (minisat) R 7198 7088 7028 0 -1 4194304 62911 0 0 0 88604 52 0 0 25 0 1 0 4770871 265568256 62897 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7199/statm: 64836 62897 76 150 0 64683 0
Current children cumulated CPU time (s) 3325.87
Current children cumulated vsize (KiB) 278564

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 1.92 3/76 7199
/proc/meminfo: memFree=664608/2055920 swapFree=4192956/4192956
[pid=7088] ppid=7086 vsize=13864 CPUtime=2439.31
/proc/7088/stat : 7088 (sugar) S 7086 7088 7028 0 -1 4194304 1477 216748 0 148 5 1 243632 293 16 0 1 0 4525725 14196736 872 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7088/statm: 3466 872 374 3 0 566 0
[pid=7198] ppid=7088 vsize=5356 CPUtime=0
/proc/7198/stat : 7198 (sh) S 7088 7088 7028 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4770871 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7198/statm: 1339 232 193 169 0 50 0
[pid=7199] ppid=7198 vsize=259344 CPUtime=946.27
/proc/7199/stat : 7199 (minisat) R 7198 7088 7028 0 -1 4194304 62918 0 0 0 94575 52 0 0 25 0 1 0 4770871 265568256 62904 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7199/statm: 64836 62904 76 150 0 64683 0
Current children cumulated CPU time (s) 3385.58
Current children cumulated vsize (KiB) 278564

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/76 7199
/proc/meminfo: memFree=664416/2055920 swapFree=4192956/4192956
[pid=7088] ppid=7086 vsize=13864 CPUtime=2439.31
/proc/7088/stat : 7088 (sugar) S 7086 7088 7028 0 -1 4194304 1477 216748 0 148 5 1 243632 293 16 0 1 0 4525725 14196736 872 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7088/statm: 3466 872 374 3 0 566 0
[pid=7198] ppid=7088 vsize=5356 CPUtime=0
/proc/7198/stat : 7198 (sh) S 7088 7088 7028 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4770871 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7198/statm: 1339 232 193 169 0 50 0
[pid=7199] ppid=7198 vsize=259612 CPUtime=1005.98
/proc/7199/stat : 7199 (minisat) R 7198 7088 7028 0 -1 4194304 62926 0 0 0 100546 52 0 0 25 0 1 0 4770871 265842688 62912 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7199/statm: 64903 62912 76 150 0 64750 0
Current children cumulated CPU time (s) 3445.29
Current children cumulated vsize (KiB) 278832

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/76 7199
/proc/meminfo: memFree=664288/2055920 swapFree=4192956/4192956
[pid=7088] ppid=7086 vsize=13864 CPUtime=2439.31
/proc/7088/stat : 7088 (sugar) S 7086 7088 7028 0 -1 4194304 1477 216748 0 148 5 1 243632 293 16 0 1 0 4525725 14196736 872 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7088/statm: 3466 872 374 3 0 566 0
[pid=7198] ppid=7088 vsize=5356 CPUtime=0
/proc/7198/stat : 7198 (sh) S 7088 7088 7028 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4770871 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7198/statm: 1339 232 193 169 0 50 0
[pid=7199] ppid=7198 vsize=259612 CPUtime=1065.69
/proc/7199/stat : 7199 (minisat) R 7198 7088 7028 0 -1 4194304 62934 0 0 0 106517 52 0 0 25 0 1 0 4770871 265842688 62920 996147200 134512640 135127466 4294956256 18446744073709551615 134522684 0 0 4096 3 0 0 0 17 1 0 0
/proc/7199/statm: 64903 62920 76 150 0 64750 0
Current children cumulated CPU time (s) 3505
Current children cumulated vsize (KiB) 278832

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/76 7199
/proc/meminfo: memFree=664224/2055920 swapFree=4192956/4192956
[pid=7088] ppid=7086 vsize=13864 CPUtime=2439.31
/proc/7088/stat : 7088 (sugar) S 7086 7088 7028 0 -1 4194304 1477 216748 0 148 5 1 243632 293 16 0 1 0 4525725 14196736 872 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7088/statm: 3466 872 374 3 0 566 0
[pid=7198] ppid=7088 vsize=5356 CPUtime=0
/proc/7198/stat : 7198 (sh) S 7088 7088 7028 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4770871 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7198/statm: 1339 232 193 169 0 50 0
[pid=7199] ppid=7198 vsize=259612 CPUtime=1125.41
/proc/7199/stat : 7199 (minisat) R 7198 7088 7028 0 -1 4194304 62941 0 0 0 112489 52 0 0 25 0 1 0 4770871 265842688 62927 996147200 134512640 135127466 4294956256 18446744073709551615 134530647 0 0 4096 3 0 0 0 17 1 0 0
/proc/7199/statm: 64903 62927 76 150 0 64750 0
Current children cumulated CPU time (s) 3564.72
Current children cumulated vsize (KiB) 278832



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3617.8 s]
/proc/loadavg: 1.92 1.98 1.91 5/85 7238
/proc/meminfo: memFree=1058008/2055920 swapFree=4192956/4192956
[pid=7088] ppid=7086 vsize=13864 CPUtime=2439.31
/proc/7088/stat : 7088 (sugar) S 7086 7088 7028 0 -1 4194304 1477 216748 0 148 5 1 243632 293 16 0 1 0 4525725 14196736 872 996147200 4194304 4206940 548682068592 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7088/statm: 3466 872 374 3 0 566 0
[pid=7198] ppid=7088 vsize=5356 CPUtime=0
/proc/7198/stat : 7198 (sh) S 7088 7088 7028 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4770871 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7198/statm: 1339 232 193 169 0 50 0
[pid=7199] ppid=7198 vsize=259612 CPUtime=1160.74
/proc/7199/stat : 7199 (minisat) R 7198 7088 7028 0 -1 4194304 62945 0 0 0 116022 52 0 0 25 0 1 0 4770871 265842688 62931 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7199/statm: 64903 62931 76 150 0 64750 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 278832

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7088 and gives
#  childrusage.ru_utime.tv_sec=2436
#  childrusage.ru_utime.tv_usec=382613
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=12542
# CPU time returned by wait4() is 2439.4
# while last known CPU time is 3600.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3617.92
CPU time (s): 3600.05
CPU user time (s): 3596.59
CPU system time (s): 3.46
CPU usage (%): 99.5062
Max. virtual memory (cumulated for all children) (KiB): 887464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2436.38
system time used= 3.01254
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 218566
page faults= 148
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30187
involuntary context switches= 56891

runsolver used 3.42448 second user time and 9.8885 second system time

The end

Launcher Data (download as text)

Begin job on node57 at 2008-07-23 02:52:56
IDJOB=1127676
IDBENCH=63783
IDSOLVER=368
FILE ID=node57/1127676-1216774376
PBS_JOBID= 7974198
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/cnf/3-40-2100-3000/normalized-cnf-3-40-2500-147429_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-1127676-1216774376/watcher-1127676-1216774376 -o /tmp/evaluation-result-1127676-1216774376/solver-1127676-1216774376 -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-1127676-1216774376.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0a2d5e05d9b921f2bf26a2593d6f7614
RANDOM SEED=841423946

node57.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.236
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.236
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:       1478008 kB
Buffers:         33932 kB
Cached:         460972 kB
SwapCached:          0 kB
Active:         270356 kB
Inactive:       239572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1478008 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2452 kB
Writeback:           0 kB
Mapped:          25572 kB
Slab:            53524 kB
Committed_AS:    77384 kB
PageTables:       1748 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66560 MiB
End job on node57 at 2008-07-23 03:53:16