Trace number 1115660

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 3617.11

General information on the benchmark

Namemaxcsp/randomMaxCSP/completeTight/
normalized-vcsp-15-10-100-93-47_ext.xml
MD5SUM67fcd2a97e16acbc571a8b717f6f7e96
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints71
Best CPU time to get the best result obtained on this benchmark7.07692
Satisfiable
(Un)Satisfiability was proved
Number of variables15
Number of constraints105
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension105
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.16	c 0	Sugar v1-13 + HOME/minisat
0.00/0.16	c 0	BEGIN Mon Jul 14 13:24:34 2008
0.00/0.16	c 0	PID 18025
0.00/0.17	c 0	HOST node66.alineos.net
0.00/0.17	c 0	CONVERTING HOME/instance-1115660-1216034674.xml TO HOME/temp.csp
0.00/0.17	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1115660-1216034674.xml' 'HOME/temp.csp'
0.04/0.81	c 1	1 domains, 15 variables, 0 predicates, 105 relations, 105 constraints
0.04/0.85	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.86	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.33/0.93	c 1	Parsing HOME/temp.csp
0.46/1.02	c 1	parsed 226 expressions
0.46/1.03	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.46/1.03	c 1	MAX CSP: 105 constraints
0.46/1.03	c 1	Converting to clausal form CSP
0.46/1.05	c 1	converted 34 (10%) expressions
0.46/1.05	c 1	converted 67 (20%) expressions
0.46/1.06	c 1	converted 101 (30%) expressions
0.46/1.07	c 1	converted 134 (40%) expressions
0.46/1.07	c 1	converted 167 (50%) expressions
0.46/1.07	c 1	converted 201 (60%) expressions
0.46/1.08	c 1	converted 234 (70%) expressions
0.46/1.09	c 1	converted 268 (80%) expressions
0.46/1.09	c 1	converted 301 (90%) expressions
0.65/1.21	c 1	converted 334 (100%) expressions
0.65/1.21	c 1	CSP : 225 integers, 0 booleans, 314 clauses, largest domain size 158
0.65/1.21	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.65/1.21	c 1	Propagation in CSP
0.75/1.31	c 1	101 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.75/1.31	c 1	CSP : 225 integers, 0 booleans, 314 clauses, largest domain size 106
0.75/1.31	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.75/1.31	c 1	Simplifing CSP by introducing new Boolean variables
0.75/1.31	c 1	CSP : 225 integers, 0 booleans, 314 clauses, largest domain size 106
0.75/1.31	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.75/1.33	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.75/1.34	c 1	23 (10%) CSP integer variables are encoded (120 clauses, 1192 bytes)
0.75/1.34	c 1	45 (20%) CSP integer variables are encoded (120 clauses, 1192 bytes)
0.75/1.34	c 1	68 (30%) CSP integer variables are encoded (120 clauses, 1192 bytes)
0.75/1.34	c 1	90 (40%) CSP integer variables are encoded (120 clauses, 1192 bytes)
0.75/1.34	c 1	113 (50%) CSP integer variables are encoded (120 clauses, 1192 bytes)
0.75/1.34	c 1	135 (60%) CSP integer variables are encoded (266 clauses, 2798 bytes)
0.75/1.35	c 1	158 (70%) CSP integer variables are encoded (353 clauses, 3755 bytes)
0.75/1.35	c 1	180 (80%) CSP integer variables are encoded (494 clauses, 5306 bytes)
0.75/1.36	c 1	203 (90%) CSP integer variables are encoded (1060 clauses, 12025 bytes)
0.75/1.37	c 1	225 (100%) CSP integer variables are encoded (1257 clauses, 14586 bytes)
0.86/1.40	c 1	32 (10%) CSP clauses are encoded (1690 clauses, 21139 bytes)
0.86/1.43	c 1	63 (20%) CSP clauses are encoded (2123 clauses, 28011 bytes)
0.86/1.46	c 1	95 (30%) CSP clauses are encoded (2551 clauses, 34913 bytes)
0.86/1.48	c 1	126 (40%) CSP clauses are encoded (2805 clauses, 38830 bytes)
0.95/1.51	c 1	157 (50%) CSP clauses are encoded (3646 clauses, 50978 bytes)
0.95/1.53	c 1	189 (60%) CSP clauses are encoded (3934 clauses, 54911 bytes)
0.95/1.57	c 1	220 (70%) CSP clauses are encoded (6117 clauses, 87543 bytes)
0.95/1.57	c 1	252 (80%) CSP clauses are encoded (9779 clauses, 141925 bytes)
0.95/1.58	c 1	283 (90%) CSP clauses are encoded (12860 clauses, 196833 bytes)
0.95/1.59	c 2	314 (100%) CSP clauses are encoded (18687 clauses, 301898 bytes)
0.95/1.59	c 2	314 CSP clauses encoded
0.95/1.60	c 2	Writing map file : HOME/temp.map
0.95/1.60	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.95/1.60	c 2	SAT : 1482 SAT variables, 18687 SAT clauses, 301898 bytes
0.95/1.60	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.05/1.64	c 2	OBJECTIVE minimize _COST
1.05/1.64	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.05/1.64	c 2	SEARCHING: _COST <= 53
1.05/1.64	c 2	SOLVING HOME/temp.cnf
1.05/1.64	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.05/1.64	c 2	This is MiniSat 2.0 beta
1.05/1.64	c 2	WARNING: for repeatability, setting FPU to use double precision
1.05/1.64	c 2	============================[ Problem Statistics ]=============================
1.05/1.64	c 2	|                                                                             |
1.05/1.64	c 2	|  Number of variables:  1482                                                 |
1.05/1.64	c 2	|  Number of clauses:    18688                                                |
1.05/1.65	c 2	|  Parsing time:         0.01         s                                       |
1.05/1.66	c 2	============================[ Search Statistics ]==============================
1.05/1.66	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.05/1.66	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.05/1.66	c 2	===============================================================================
1.05/1.66	c 2	|         0 |    1118    12719    36215 |     4239        0    nan |  0.000 % |
1.05/1.66	c 2	|       100 |    1118    12719    36215 |     4663      100     15 | 24.562 % |
1.05/1.67	c 2	|       250 |    1118    12719    36215 |     5129      250     15 | 24.562 % |
1.05/1.68	c 2	|       475 |    1118    12719    36215 |     5642      475     15 | 24.562 % |
1.07/1.70	c 2	|       813 |    1118    12719    36215 |     6207      813     15 | 24.566 % |
1.07/1.73	c 2	|      1319 |    1118    12719    36215 |     6828     1319     15 | 24.565 % |
1.07/1.78	c 2	|      2079 |    1118    12719    36215 |     7510     2079     15 | 24.561 % |
1.07/1.85	c 2	|      3220 |    1118    12719    36215 |     8261     3220     16 | 24.563 % |
1.07/1.97	c 2	|      4928 |    1107    12539    35714 |     9088     4924     16 | 25.305 % |
1.62/2.21	c 2	|      7493 |    1107    12539    35714 |     9996     7489     16 | 25.306 % |
1.91/2.54	c 2	|     11337 |    1107    12539    35714 |    10996     5951     16 | 25.307 % |
2.51/3.12	c 3	|     17103 |    1097    12407    35354 |    12096     6019     17 | 25.979 % |
3.40/4.03	c 4	|     25752 |    1097    12407    35354 |    13305     8125     17 | 25.979 % |
5.09/5.74	c 6	|     38727 |    1088    12238    34876 |    14636    13995     20 | 26.587 % |
7.68/8.39	c 8	|     58188 |    1088    12238    34876 |    16100    10251     17 | 26.586 % |
11.86/12.57	c 12	|     87380 |    1077    12067    34400 |    17710    13966     19 | 27.329 % |
18.12/18.87	c 19	|    131171 |    1077    12067    34400 |    19481    11397     16 | 27.332 % |
28.67/29.43	c 29	|    196857 |    1077    12067    34400 |    21429    16164     14 | 27.334 % |
45.19/46.03	c 46	|    295383 |    1076    12055    34365 |    23572    12273     19 | 27.399 % |
72.55/73.54	c 73	|    443176 |    1075    12046    34337 |    25929    19881     21 | 27.463 % |
118.03/119.28	c 119	|    664862 |    1065    11880    33872 |    28522    26736     21 | 28.138 % |
191.47/193.08	c 193	|    997389 |    1065    11880    33872 |    31374    28924     18 | 28.138 % |
295.45/297.54	c 297	===============================================================================
295.45/297.54	c 297	restarts              : 22
295.45/297.54	c 297	conflicts             : 1467908        (4986 /sec)
295.45/297.54	c 297	decisions             : 1879635        (0.85 % random) (6384 /sec)
295.45/297.54	c 297	propagations          : 178848440      (607466 /sec)
295.45/297.54	c 297	conflict literals     : 27152950       (38.26 % deleted)
295.45/297.54	c 297	Memory used           : 10.52 MB
295.45/297.54	c 297	CPU time              : 294.417 s
295.45/297.54	c 297	
295.45/297.54	c 297	UNSATISFIABLE
295.45/297.54	c 297	NOT FOUND: _COST <= 53
295.45/297.54	c 297	OBJECTIVE BOUND: 54 <= _COST <= 
295.45/297.54	c 297	SEARCHING: _COST <= 80
295.45/297.54	c 297	SOLVING HOME/temp.cnf
295.45/297.54	c 297	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
295.45/297.55	c 297	This is MiniSat 2.0 beta
295.45/297.55	c 297	WARNING: for repeatability, setting FPU to use double precision
295.45/297.55	c 297	============================[ Problem Statistics ]=============================
295.45/297.55	c 297	|                                                                             |
295.45/297.55	c 297	|  Number of variables:  1482                                                 |
295.45/297.55	c 297	|  Number of clauses:    18688                                                |
295.45/297.56	c 297	|  Parsing time:         0.01         s                                       |
295.45/297.56	c 297	============================[ Search Statistics ]==============================
295.45/297.56	c 297	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
295.45/297.56	c 297	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
295.45/297.56	c 297	===============================================================================
295.45/297.56	c 297	|         0 |    1307    16040    45664 |     5346        0    nan |  0.000 % |
295.45/297.57	c 297	|       100 |    1307    16040    45664 |     5881      100     21 | 11.809 % |
295.45/297.57	c 297	|       250 |    1307    16040    45664 |     6469      250     19 | 11.812 % |
295.45/297.58	c 298	|       475 |    1307    16040    45664 |     7116      475     19 | 11.812 % |
295.51/297.60	c 298	|       812 |    1307    16040    45664 |     7828      812     20 | 11.809 % |
295.51/297.63	c 298	|      1318 |    1297    15837    45091 |     8610     1317     19 | 12.485 % |
295.51/297.67	c 298	|      2077 |    1297    15837    45091 |     9471     2076     20 | 12.485 % |
295.51/297.75	c 298	|      3217 |    1297    15837    45091 |    10419     3216     23 | 12.484 % |
295.51/297.76	c 298	===============================================================================
295.51/297.76	c 298	restarts              : 8
295.51/297.76	c 298	conflicts             : 3393           (16237 /sec)
295.51/297.76	c 298	decisions             : 5436           (0.42 % random) (26014 /sec)
295.51/297.76	c 298	propagations          : 338334         (1619071 /sec)
295.51/297.76	c 298	conflict literals     : 76567          (24.26 % deleted)
295.51/297.76	c 298	Memory used           : 2.94 MB
295.51/297.76	c 298	CPU time              : 0.208968 s
295.51/297.76	c 298	
295.51/297.76	c 298	SATISFIABLE
295.51/297.76	c 298	FOUND: _COST <= 80
295.51/297.76	s SATISFIABLE
295.51/297.76	c 298	DECODING HOME/temp.out WITH HOME/temp.map
295.51/297.76	c 298	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
295.79/298.12	c 298	Decoding HOME/temp.out
295.79/298.16	c 298	OBJECTIVE _COST 80
295.79/298.16	o 80
295.79/298.16	v 9 9 4 8 6 7 8 6 0 6 9 9 7 6 4
295.79/298.17	c 298	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
295.85/298.20	c 298	OBJECTIVE BOUND: 54 <= _COST <= 80
295.85/298.20	c 298	SEARCHING: _COST <= 67
295.85/298.20	c 298	SOLVING HOME/temp.cnf
295.85/298.20	c 298	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
295.85/298.20	c 298	This is MiniSat 2.0 beta
295.85/298.20	c 298	WARNING: for repeatability, setting FPU to use double precision
295.85/298.21	c 298	============================[ Problem Statistics ]=============================
295.85/298.21	c 298	|                                                                             |
295.85/298.21	c 298	|  Number of variables:  1482                                                 |
295.85/298.21	c 298	|  Number of clauses:    18688                                                |
295.85/298.21	c 298	|  Parsing time:         0.01         s                                       |
295.85/298.22	c 298	============================[ Search Statistics ]==============================
295.85/298.22	c 298	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
295.85/298.22	c 298	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
295.85/298.22	c 298	===============================================================================
295.85/298.22	c 298	|         0 |    1216    14441    41115 |     4813        0    nan |  0.000 % |
295.85/298.22	c 298	|       100 |    1216    14441    41115 |     5295      100     17 | 17.949 % |
295.85/298.23	c 298	|       250 |    1216    14441    41115 |     5824      250     13 | 17.950 % |
295.85/298.24	c 298	|       476 |    1216    14441    41115 |     6406      476     14 | 17.951 % |
295.85/298.26	c 298	|       813 |    1216    14441    41115 |     7047      813     14 | 17.951 % |
295.85/298.28	c 298	|      1320 |    1216    14441    41115 |     7752     1320     15 | 17.951 % |
295.87/298.32	c 298	|      2080 |    1216    14441    41115 |     8527     2080     16 | 17.951 % |
295.87/298.38	c 298	|      3220 |    1216    14441    41115 |     9380     3220     17 | 17.949 % |
295.87/298.49	c 298	|      4929 |    1206    14251    40580 |    10318     4919     14 | 18.629 % |
295.87/298.68	c 299	|      7494 |    1206    14251    40580 |    11350     7484     15 | 18.628 % |
295.87/299.00	c 299	|     11338 |    1206    14251    40580 |    12485    11328     17 | 18.628 % |
297.25/299.60	c 300	|     17104 |    1206    14251    40580 |    13733    10361     20 | 18.628 % |
298.14/300.54	c 300	|     25753 |    1206    14251    40580 |    15107    11678     21 | 18.625 % |
299.62/302.08	c 302	|     38727 |    1206    14251    40580 |    16618     8550     22 | 18.628 % |
302.40/304.86	c 305	|     58191 |    1206    14251    40580 |    18279    10407     18 | 18.629 % |
306.37/308.81	c 309	|     87385 |    1206    14251    40580 |    20107    10724     16 | 18.628 % |
312.51/315.03	c 315	|    131174 |    1206    14251    40580 |    22118    12456     18 | 18.624 % |
322.72/325.37	c 325	|    196859 |    1206    14251    40580 |    24330    20512     16 | 18.631 % |
340.51/343.24	c 343	|    295385 |    1206    14251    40580 |    26763    18017     17 | 18.626 % |
370.48/373.32	c 373	|    443176 |    1206    14251    40580 |    29439    23430     26 | 18.624 % |
421.57/424.65	c 425	|    664859 |    1206    14251    40580 |    32383    18956     24 | 18.629 % |
506.21/509.64	c 510	|    997385 |    1196    14075    40087 |    35622    30640     24 | 19.300 % |
643.63/647.69	c 648	|   1496174 |    1196    14075    40087 |    39184    31511     22 | 19.300 % |
879.03/884.02	c 884	|   2244358 |    1196    14075    40087 |    43103    40001     21 | 19.300 % |
1242.62/1249.22	c 1249	|   3366633 |    1196    14075    40087 |    47413    28933     19 | 19.301 % |
1831.52/1840.79	c 1841	|   5050044 |    1187    13904    39604 |    52154    31312     22 | 19.906 % |
2785.96/2799.41	c 2799	|   7575160 |    1187    13904    39604 |    57370    42363     20 | 19.908 % |
3600.09/3617.11	sh: line 1: 18063 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
3600.09/3617.11	c ERROR unknown output  in HOME/temp.out
3600.09/3617.11	c 3617	CPU 3599.79 (0.03 0.01 3599.76 0.3)
3600.09/3617.11	c 3617	END Mon Jul 14 14:24:51 2008

Verifier Data (download as text)

OK	76	29
76 unsatisfied constraints, 29 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-1115660-1216034674/watcher-1115660-1216034674 -o /tmp/evaluation-result-1115660-1216034674/solver-1115660-1216034674 -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-1115660-1216034674.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: 2.72 2.71 2.62 3/80 18025
/proc/meminfo: memFree=1730768/2055920 swapFree=4180776/4192956
[pid=18025] ppid=18023 vsize=0 CPUtime=0
/proc/18025/stat : 18025 (runsolver) R 18023 18025 17741 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 60165406 0 0 996147200 0 0 0 18446744073709551615 227607637287 0 0 4096 24578 0 0 0 17 0 0 0
/proc/18025/statm: 0 0 0 0 0 0 0

[startup+0.0236791 s]
/proc/loadavg: 2.72 2.71 2.62 3/80 18025
/proc/meminfo: memFree=1730768/2055920 swapFree=4180776/4192956
[pid=18025] ppid=18023 vsize=12272 CPUtime=0
/proc/18025/stat : 18025 (sugar) R 18023 18025 17741 0 -1 4194304 353 0 0 0 0 0 0 0 18 0 1 0 60165406 12566528 321 996147200 4194304 4206940 548682068592 18446744073709551615 227621753068 0 0 4224 0 0 0 0 17 1 0 0
/proc/18025/statm: 3068 327 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.17679 s]
/proc/loadavg: 2.72 2.71 2.62 3/80 18025
/proc/meminfo: memFree=1730768/2055920 swapFree=4180776/4192956
[pid=18025] ppid=18023 vsize=13600 CPUtime=0.04
/proc/18025/stat : 18025 (sugar) S 18023 18025 17741 0 -1 4194304 898 127 0 0 3 1 0 0 18 0 1 0 60165406 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18025/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301525 s]
/proc/loadavg: 2.72 2.71 2.62 3/80 18025
/proc/meminfo: memFree=1730768/2055920 swapFree=4180776/4192956
[pid=18025] ppid=18023 vsize=13600 CPUtime=0.04
/proc/18025/stat : 18025 (sugar) S 18023 18025 17741 0 -1 4194304 898 127 0 0 3 1 0 0 18 0 1 0 60165406 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18025/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701606 s]
/proc/loadavg: 2.72 2.71 2.62 3/80 18025
/proc/meminfo: memFree=1730768/2055920 swapFree=4180776/4192956
[pid=18025] ppid=18023 vsize=13600 CPUtime=0.04
/proc/18025/stat : 18025 (sugar) S 18023 18025 17741 0 -1 4194304 898 127 0 0 3 1 0 0 18 0 1 0 60165406 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18025/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50177 s]
/proc/loadavg: 2.74 2.72 2.63 5/91 18047
/proc/meminfo: memFree=1723512/2055920 swapFree=4180776/4192956
[pid=18025] ppid=18023 vsize=13600 CPUtime=0.33
/proc/18025/stat : 18025 (sugar) S 18023 18025 17741 0 -1 4194304 974 4313 0 1 3 1 26 3 15 0 1 0 60165406 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18025/statm: 3400 797 370 3 0 500 0
[pid=18038] ppid=18025 vsize=5356 CPUtime=0
/proc/18038/stat : 18038 (sh) S 18025 18025 17741 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 60165492 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18038/statm: 1339 233 193 169 0 50 0
[pid=18039] ppid=18038 vsize=864280 CPUtime=0.62
/proc/18039/stat : 18039 (java) S 18038 18025 17741 0 -1 0 5048 0 1 0 59 3 0 0 18 0 9 0 60165492 885022720 4323 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18039/statm: 216070 4323 2560 9 0 210617 0
[pid=18039/tid=18040] ppid=18038 vsize=864280 CPUtime=0.49
/proc/18039/task/18040/stat : 18040 (java) R 18038 18025 17741 0 -1 64 2735 0 1 0 48 1 0 0 18 0 9 0 60165493 885022720 4323 996147200 134512640 134550740 4294955936 18446744073709551615 4125979527 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18039/tid=18041] ppid=18038 vsize=864280 CPUtime=0.02
/proc/18039/task/18041/stat : 18041 (java) S 18038 18025 17741 0 -1 64 1357 0 0 0 2 0 0 0 16 0 9 0 60165494 885022720 4323 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18039/tid=18042] ppid=18038 vsize=864280 CPUtime=0
/proc/18039/task/18042/stat : 18042 (java) S 18038 18025 17741 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 60165494 885022720 4323 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18039/tid=18043] ppid=18038 vsize=864280 CPUtime=0
/proc/18039/task/18043/stat : 18043 (java) S 18038 18025 17741 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 60165494 885022720 4323 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18039/tid=18044] ppid=18038 vsize=864280 CPUtime=0
/proc/18039/task/18044/stat : 18044 (java) S 18038 18025 17741 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 60165496 885022720 4323 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18039/tid=18045] ppid=18038 vsize=864280 CPUtime=0.08
/proc/18039/task/18045/stat : 18045 (java) R 18038 18025 17741 0 -1 64 264 0 0 0 8 0 0 0 19 0 9 0 60165496 885022720 4323 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18039/tid=18046] ppid=18038 vsize=864280 CPUtime=0
/proc/18039/task/18046/stat : 18046 (java) S 18038 18025 17741 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 60165496 885022720 4323 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18039/tid=18047] ppid=18038 vsize=864280 CPUtime=0
/proc/18039/task/18047/stat : 18047 (java) S 18038 18025 17741 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 60165496 885022720 4323 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 883236

[startup+3.10108 s]
/proc/loadavg: 2.74 2.72 2.63 3/83 18049
/proc/meminfo: memFree=1726392/2055920 swapFree=4180776/4192956
[pid=18025] ppid=18023 vsize=13600 CPUtime=1.07
/proc/18025/stat : 18025 (sugar) S 18023 18025 17741 0 -1 4194304 1055 9698 0 2 3 1 96 7 15 0 1 0 60165406 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18025/statm: 3400 804 374 3 0 500 0
[pid=18048] ppid=18025 vsize=5356 CPUtime=0
/proc/18048/stat : 18048 (sh) S 18025 18025 17741 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60165570 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18048/statm: 1339 232 193 169 0 50 0
[pid=18049] ppid=18048 vsize=3800 CPUtime=1.44
/proc/18049/stat : 18049 (minisat) R 18048 18025 17741 0 -1 4194304 686 0 0 0 144 0 0 0 25 0 1 0 60165571 3891200 672 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/18049/statm: 950 672 75 150 0 797 0
Current children cumulated CPU time (s) 2.51
Current children cumulated vsize (KiB) 22756

[startup+6.30171 s]
/proc/loadavg: 2.76 2.72 2.63 3/83 18049
/proc/meminfo: memFree=1725048/2055920 swapFree=4180776/4192956
[pid=18025] ppid=18023 vsize=13600 CPUtime=1.07
/proc/18025/stat : 18025 (sugar) S 18023 18025 17741 0 -1 4194304 1055 9698 0 2 3 1 96 7 16 0 1 0 60165406 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18025/statm: 3400 804 374 3 0 500 0
[pid=18048] ppid=18025 vsize=5356 CPUtime=0
/proc/18048/stat : 18048 (sh) S 18025 18025 17741 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60165570 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18048/statm: 1339 232 193 169 0 50 0
[pid=18049] ppid=18048 vsize=4876 CPUtime=4.62
/proc/18049/stat : 18049 (minisat) R 18048 18025 17741 0 -1 4194304 932 0 0 0 462 0 0 0 25 0 1 0 60165571 4993024 918 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/18049/statm: 1219 918 75 150 0 1066 0
Current children cumulated CPU time (s) 5.69
Current children cumulated vsize (KiB) 23832

[startup+12.702 s]
/proc/loadavg: 2.78 2.73 2.63 3/83 18049
/proc/meminfo: memFree=1724152/2055920 swapFree=4180776/4192956
[pid=18025] ppid=18023 vsize=13600 CPUtime=1.07
/proc/18025/stat : 18025 (sugar) S 18023 18025 17741 0 -1 4194304 1055 9698 0 2 3 1 96 7 16 0 1 0 60165406 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18025/statm: 3400 804 374 3 0 500 0
[pid=18048] ppid=18025 vsize=5356 CPUtime=0
/proc/18048/stat : 18048 (sh) S 18025 18025 17741 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60165570 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18048/statm: 1339 232 193 169 0 50 0
[pid=18049] ppid=18048 vsize=5272 CPUtime=10.99
/proc/18049/stat : 18049 (minisat) R 18048 18025 17741 0 -1 4194304 1052 0 0 0 1099 0 0 0 25 0 1 0 60165571 5398528 1038 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18049/statm: 1318 1038 75 150 0 1165 0
Current children cumulated CPU time (s) 12.06
Current children cumulated vsize (KiB) 24228

[startup+25.5025 s]
/proc/loadavg: 2.74 2.72 2.63 3/83 18049
/proc/meminfo: memFree=1723512/2055920 swapFree=4180776/4192956
[pid=18025] ppid=18023 vsize=13600 CPUtime=1.07
/proc/18025/stat : 18025 (sugar) S 18023 18025 17741 0 -1 4194304 1055 9698 0 2 3 1 96 7 16 0 1 0 60165406 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18025/statm: 3400 804 374 3 0 500 0
[pid=18048] ppid=18025 vsize=5356 CPUtime=0
/proc/18048/stat : 18048 (sh) S 18025 18025 17741 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60165570 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18048/statm: 1339 232 193 169 0 50 0
[pid=18049] ppid=18048 vsize=6028 CPUtime=23.72
/proc/18049/stat : 18049 (minisat) R 18048 18025 17741 0 -1 4194304 1211 0 0 0 2372 0 0 0 25 0 1 0 60165571 6172672 1197 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 1 0 0
/proc/18049/statm: 1507 1197 75 150 0 1354 0
Current children cumulated CPU time (s) 24.79
Current children cumulated vsize (KiB) 24984

[startup+51.1026 s]
/proc/loadavg: 2.73 2.71 2.63 3/83 18049
/proc/meminfo: memFree=1722552/2055920 swapFree=4180776/4192956
[pid=18025] ppid=18023 vsize=13600 CPUtime=1.07
/proc/18025/stat : 18025 (sugar) S 18023 18025 17741 0 -1 4194304 1055 9698 0 2 3 1 96 7 16 0 1 0 60165406 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18025/statm: 3400 804 374 3 0 500 0
[pid=18048] ppid=18025 vsize=5356 CPUtime=0
/proc/18048/stat : 18048 (sh) S 18025 18025 17741 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60165570 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18048/statm: 1339 232 193 169 0 50 0
[pid=18049] ppid=18048 vsize=6956 CPUtime=49.19
/proc/18049/stat : 18049 (minisat) R 18048 18025 17741 0 -1 4194304 1462 0 0 0 4919 0 0 0 25 0 1 0 60165571 7122944 1448 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18049/statm: 1739 1448 75 150 0 1586 0
Current children cumulated CPU time (s) 50.26
Current children cumulated vsize (KiB) 25912

[startup+102.306 s]
/proc/loadavg: 2.77 2.72 2.64 3/83 18049
/proc/meminfo: memFree=1721144/2055920 swapFree=4180776/4192956
[pid=18025] ppid=18023 vsize=13600 CPUtime=1.07
/proc/18025/stat : 18025 (sugar) S 18023 18025 17741 0 -1 4194304 1055 9698 0 2 3 1 96 7 16 0 1 0 60165406 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18025/statm: 3400 804 374 3 0 500 0
[pid=18048] ppid=18025 vsize=5356 CPUtime=0
/proc/18048/stat : 18048 (sh) S 18025 18025 17741 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60165570 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18048/statm: 1339 232 193 169 0 50 0
[pid=18049] ppid=18048 vsize=8480 CPUtime=100.14
/proc/18049/stat : 18049 (minisat) R 18048 18025 17741 0 -1 4194304 1801 0 0 0 10014 0 0 0 25 0 1 0 60165571 8683520 1787 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/18049/statm: 2120 1787 75 150 0 1967 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 27436

[startup+162.303 s]
/proc/loadavg: 2.60 2.68 2.63 3/83 18049
/proc/meminfo: memFree=1720120/2055920 swapFree=4180776/4192956
[pid=18025] ppid=18023 vsize=13600 CPUtime=1.07
/proc/18025/stat : 18025 (sugar) S 18023 18025 17741 0 -1 4194304 1055 9698 0 2 3 1 96 7 16 0 1 0 60165406 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18025/statm: 3400 804 374 3 0 500 0
[pid=18048] ppid=18025 vsize=5356 CPUtime=0
/proc/18048/stat : 18048 (sh) S 18025 18025 17741 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60165570 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18048/statm: 1339 232 193 169 0 50 0
[pid=18049] ppid=18048 vsize=9608 CPUtime=159.85
/proc/18049/stat : 18049 (minisat) R 18048 18025 17741 0 -1 4194304 2061 0 0 0 15984 1 0 0 25 0 1 0 60165571 9838592 2047 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/18049/statm: 2402 2047 75 150 0 2249 0
Current children cumulated CPU time (s) 160.92
Current children cumulated vsize (KiB) 28564

[startup+222.301 s]
/proc/loadavg: 2.59 2.66 2.63 3/83 18049
/proc/meminfo: memFree=1719288/2055920 swapFree=4180776/4192956
[pid=18025] ppid=18023 vsize=13600 CPUtime=1.07
/proc/18025/stat : 18025 (sugar) S 18023 18025 17741 0 -1 4194304 1055 9698 0 2 3 1 96 7 16 0 1 0 60165406 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18025/statm: 3400 804 374 3 0 500 0
[pid=18048] ppid=18025 vsize=5356 CPUtime=0
/proc/18048/stat : 18048 (sh) S 18025 18025 17741 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 60165570 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

[pid=18025] ppid=18023 vsize=13600 CPUtime=295.87
/proc/18025/stat : 18025 (sugar) S 18023 18025 17741 0 -1 4194304 1228 16865 0 3 3 1 29570 13 16 0 1 0 60165406 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18025/statm: 3400 805 374 3 0 500 0
[pid=18062] ppid=18025 vsize=5356 CPUtime=0
/proc/18062/stat : 18062 (sh) S 18025 18025 17741 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 60195226 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18062/statm: 1339 232 193 169 0 50 0
[pid=18063] ppid=18062 vsize=29348 CPUtime=2791.66
/proc/18063/stat : 18063 (minisat) R 18062 18025 17741 0 -1 4194304 6660 0 0 0 279152 14 0 0 25 0 1 0 60195227 30052352 6646 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/18063/statm: 7337 6646 75 150 0 7184 0
Current children cumulated CPU time (s) 3087.53
Current children cumulated vsize (KiB) 48304

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18136
/proc/meminfo: memFree=1747696/2055920 swapFree=4180776/4192956
[pid=18025] ppid=18023 vsize=13600 CPUtime=295.87
/proc/18025/stat : 18025 (sugar) S 18023 18025 17741 0 -1 4194304 1228 16865 0 3 3 1 29570 13 16 0 1 0 60165406 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18025/statm: 3400 805 374 3 0 500 0
[pid=18062] ppid=18025 vsize=5356 CPUtime=0
/proc/18062/stat : 18062 (sh) S 18025 18025 17741 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 60195226 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18062/statm: 1339 232 193 169 0 50 0
[pid=18063] ppid=18062 vsize=29480 CPUtime=2851.41
/proc/18063/stat : 18063 (minisat) R 18062 18025 17741 0 -1 4194304 6694 0 0 0 285126 15 0 0 25 0 1 0 60195227 30187520 6680 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18063/statm: 7370 6680 75 150 0 7217 0
Current children cumulated CPU time (s) 3147.28
Current children cumulated vsize (KiB) 48436

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18136
/proc/meminfo: memFree=1747120/2055920 swapFree=4180776/4192956
[pid=18025] ppid=18023 vsize=13600 CPUtime=295.87
/proc/18025/stat : 18025 (sugar) S 18023 18025 17741 0 -1 4194304 1228 16865 0 3 3 1 29570 13 16 0 1 0 60165406 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18025/statm: 3400 805 374 3 0 500 0
[pid=18062] ppid=18025 vsize=5356 CPUtime=0
/proc/18062/stat : 18062 (sh) S 18025 18025 17741 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 60195226 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18062/statm: 1339 232 193 169 0 50 0
[pid=18063] ppid=18062 vsize=29480 CPUtime=2911.14
/proc/18063/stat : 18063 (minisat) R 18062 18025 17741 0 -1 4194304 6715 0 0 0 291099 15 0 0 25 0 1 0 60195227 30187520 6701 996147200 134512640 135127466 4294956256 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 0 0 0
/proc/18063/statm: 7370 6701 75 150 0 7217 0
Current children cumulated CPU time (s) 3207.01
Current children cumulated vsize (KiB) 48436

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18136
/proc/meminfo: memFree=1746736/2055920 swapFree=4180776/4192956
[pid=18025] ppid=18023 vsize=13600 CPUtime=295.87
/proc/18025/stat : 18025 (sugar) S 18023 18025 17741 0 -1 4194304 1228 16865 0 3 3 1 29570 13 16 0 1 0 60165406 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18025/statm: 3400 805 374 3 0 500 0
[pid=18062] ppid=18025 vsize=5356 CPUtime=0
/proc/18062/stat : 18062 (sh) S 18025 18025 17741 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 60195226 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18062/statm: 1339 232 193 169 0 50 0
[pid=18063] ppid=18062 vsize=29808 CPUtime=2970.88
/proc/18063/stat : 18063 (minisat) R 18062 18025 17741 0 -1 4194304 6802 0 0 0 297073 15 0 0 25 0 1 0 60195227 30523392 6788 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/18063/statm: 7452 6788 75 150 0 7299 0
Current children cumulated CPU time (s) 3266.75
Current children cumulated vsize (KiB) 48764

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18138
/proc/meminfo: memFree=1746352/2055920 swapFree=4180776/4192956
[pid=18025] ppid=18023 vsize=13600 CPUtime=295.87
/proc/18025/stat : 18025 (sugar) S 18023 18025 17741 0 -1 4194304 1228 16865 0 3 3 1 29570 13 16 0 1 0 60165406 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18025/statm: 3400 805 374 3 0 500 0
[pid=18062] ppid=18025 vsize=5356 CPUtime=0
/proc/18062/stat : 18062 (sh) S 18025 18025 17741 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 60195226 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18062/statm: 1339 232 193 169 0 50 0
[pid=18063] ppid=18062 vsize=29808 CPUtime=3030.62
/proc/18063/stat : 18063 (minisat) R 18062 18025 17741 0 -1 4194304 6802 0 0 0 303047 15 0 0 25 0 1 0 60195227 30523392 6788 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18063/statm: 7452 6788 75 150 0 7299 0
Current children cumulated CPU time (s) 3326.49
Current children cumulated vsize (KiB) 48764

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18138
/proc/meminfo: memFree=1746224/2055920 swapFree=4180776/4192956
[pid=18025] ppid=18023 vsize=13600 CPUtime=295.87
/proc/18025/stat : 18025 (sugar) S 18023 18025 17741 0 -1 4194304 1228 16865 0 3 3 1 29570 13 16 0 1 0 60165406 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18025/statm: 3400 805 374 3 0 500 0
[pid=18062] ppid=18025 vsize=5356 CPUtime=0
/proc/18062/stat : 18062 (sh) S 18025 18025 17741 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 60195226 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18062/statm: 1339 232 193 169 0 50 0
[pid=18063] ppid=18062 vsize=30020 CPUtime=3090.37
/proc/18063/stat : 18063 (minisat) R 18062 18025 17741 0 -1 4194304 6828 0 0 0 309021 16 0 0 25 0 1 0 60195227 30740480 6814 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/18063/statm: 7505 6814 75 150 0 7352 0
Current children cumulated CPU time (s) 3386.24
Current children cumulated vsize (KiB) 48976

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18138
/proc/meminfo: memFree=1745968/2055920 swapFree=4180776/4192956
[pid=18025] ppid=18023 vsize=13600 CPUtime=295.87
/proc/18025/stat : 18025 (sugar) S 18023 18025 17741 0 -1 4194304 1228 16865 0 3 3 1 29570 13 16 0 1 0 60165406 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18025/statm: 3400 805 374 3 0 500 0
[pid=18062] ppid=18025 vsize=5356 CPUtime=0
/proc/18062/stat : 18062 (sh) S 18025 18025 17741 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 60195226 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18062/statm: 1339 232 193 169 0 50 0
[pid=18063] ppid=18062 vsize=30020 CPUtime=3150.1
/proc/18063/stat : 18063 (minisat) R 18062 18025 17741 0 -1 4194304 6846 0 0 0 314994 16 0 0 25 0 1 0 60195227 30740480 6832 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18063/statm: 7505 6832 75 150 0 7352 0
Current children cumulated CPU time (s) 3445.97
Current children cumulated vsize (KiB) 48976

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18138
/proc/meminfo: memFree=1744880/2055920 swapFree=4180776/4192956
[pid=18025] ppid=18023 vsize=13600 CPUtime=295.87
/proc/18025/stat : 18025 (sugar) S 18023 18025 17741 0 -1 4194304 1228 16865 0 3 3 1 29570 13 16 0 1 0 60165406 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18025/statm: 3400 805 374 3 0 500 0
[pid=18062] ppid=18025 vsize=5356 CPUtime=0
/proc/18062/stat : 18062 (sh) S 18025 18025 17741 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 60195226 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18062/statm: 1339 232 193 169 0 50 0
[pid=18063] ppid=18062 vsize=30200 CPUtime=3209.84
/proc/18063/stat : 18063 (minisat) R 18062 18025 17741 0 -1 4194304 6887 0 0 0 320968 16 0 0 25 0 1 0 60195227 30924800 6873 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18063/statm: 7550 6873 75 150 0 7397 0
Current children cumulated CPU time (s) 3505.71
Current children cumulated vsize (KiB) 49156

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18138
/proc/meminfo: memFree=1744688/2055920 swapFree=4180776/4192956
[pid=18025] ppid=18023 vsize=13600 CPUtime=295.87
/proc/18025/stat : 18025 (sugar) S 18023 18025 17741 0 -1 4194304 1228 16865 0 3 3 1 29570 13 16 0 1 0 60165406 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18025/statm: 3400 805 374 3 0 500 0
[pid=18062] ppid=18025 vsize=5356 CPUtime=0
/proc/18062/stat : 18062 (sh) S 18025 18025 17741 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 60195226 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18062/statm: 1339 232 193 169 0 50 0
[pid=18063] ppid=18062 vsize=30376 CPUtime=3269.57
/proc/18063/stat : 18063 (minisat) R 18062 18025 17741 0 -1 4194304 6902 0 0 0 326941 16 0 0 25 0 1 0 60195227 31105024 6888 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18063/statm: 7594 6888 75 150 0 7441 0
Current children cumulated CPU time (s) 3565.44
Current children cumulated vsize (KiB) 49332



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3617.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18138
/proc/meminfo: memFree=1744432/2055920 swapFree=4180776/4192956
[pid=18025] ppid=18023 vsize=13600 CPUtime=295.87
/proc/18025/stat : 18025 (sugar) S 18023 18025 17741 0 -1 4194304 1228 16865 0 3 3 1 29570 13 16 0 1 0 60165406 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18025/statm: 3400 805 374 3 0 500 0
[pid=18062] ppid=18025 vsize=5356 CPUtime=0
/proc/18062/stat : 18062 (sh) S 18025 18025 17741 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 60195226 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18062/statm: 1339 232 193 169 0 50 0
[pid=18063] ppid=18062 vsize=30376 CPUtime=3304.22
/proc/18063/stat : 18063 (minisat) R 18062 18025 17741 0 -1 4194304 6922 0 0 0 330406 16 0 0 25 0 1 0 60195227 31105024 6908 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18063/statm: 7594 6908 75 150 0 7441 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 49332

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

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

[startup+3617.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18138
/proc/meminfo: memFree=1744432/2055920 swapFree=4180776/4192956
[pid=18025] ppid=18023 vsize=13600 CPUtime=295.87
/proc/18025/stat : 18025 (sugar) S 18023 18025 17741 0 -1 4194304 1228 16865 0 3 3 1 29570 13 16 0 1 0 60165406 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18025/statm: 3400 805 374 3 0 500 0
[pid=18062] ppid=18025 vsize=5356 CPUtime=0
/proc/18062/stat : 18062 (sh) S 18025 18025 17741 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 60195226 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18062/statm: 1339 232 193 169 0 50 0
[pid=18063] ppid=18062 vsize=30376 CPUtime=3304.22
/proc/18063/stat : 18063 (minisat) R 18062 18025 17741 0 -1 4194304 6922 0 0 0 330406 16 0 0 25 0 1 0 60195227 31105024 6908 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18063/statm: 7594 6908 75 150 0 7441 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 49332

Child status: 0
Real time (s): 3617.11
CPU time (s): 3600.13
CPU user time (s): 3599.8
CPU system time (s): 0.32695
CPU usage (%): 99.5304
Max. virtual memory (cumulated for all children) (KiB): 883236

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

runsolver used 3.82742 second user time and 10.1335 second system time

The end

Launcher Data (download as text)

Begin job on node66 at 2008-07-14 13:24:34
IDJOB=1115660
IDBENCH=61897
IDSOLVER=368
FILE ID=node66/1115660-1216034674
PBS_JOBID= 7904802
Free space on /tmp= 66420 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/randomMaxCSP/completeTight/normalized-vcsp-15-10-100-93-47_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-1115660-1216034674/watcher-1115660-1216034674 -o /tmp/evaluation-result-1115660-1216034674/solver-1115660-1216034674 -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-1115660-1216034674.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 67fcd2a97e16acbc571a8b717f6f7e96
RANDOM SEED=730235136

node66.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.259
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.259
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:       1731248 kB
Buffers:         44124 kB
Cached:         144460 kB
SwapCached:       6372 kB
Active:         201756 kB
Inactive:        70876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1731248 kB
SwapTotal:     4192956 kB
SwapFree:      4180776 kB
Dirty:            1292 kB
Writeback:           0 kB
Mapped:          99912 kB
Slab:            37260 kB
Committed_AS:   947264 kB
PageTables:       1880 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= 66420 MiB
End job on node66 at 2008-07-14 14:24:51