Trace number 1115540

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.06 3616.41

General information on the benchmark

Namemaxcsp/randomMaxCSP/denseTight/
normalized-vcsp-25-10-25-87-44_ext.xml
MD5SUM479e082d4987c716740563dffe8aad89
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints32
Best CPU time to get the best result obtained on this benchmark5.84211
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints75
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension75
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.14	c 0	Sugar v1-13 + HOME/minisat
0.00/0.14	c 0	BEGIN Mon Jul 14 12:24:22 2008
0.00/0.14	c 0	PID 27185
0.00/0.15	c 0	HOST node28.alineos.net
0.00/0.15	c 0	CONVERTING HOME/instance-1115540-1216031062.xml TO HOME/temp.csp
0.00/0.15	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1115540-1216031062.xml' 'HOME/temp.csp'
0.04/0.38	c 0	1 domains, 25 variables, 0 predicates, 75 relations, 75 constraints
0.04/0.43	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.43	c 0	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.26/0.50	c 0	Parsing HOME/temp.csp
0.26/0.60	c 1	parsed 176 expressions
0.26/0.60	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.26/0.65	c 1	MAX CSP: 75 constraints
0.26/0.65	c 1	Converting to clausal form CSP
0.26/0.67	c 1	converted 26 (10%) expressions
0.26/0.67	c 1	converted 51 (20%) expressions
0.26/0.67	c 1	converted 77 (30%) expressions
0.26/0.67	c 1	converted 102 (40%) expressions
0.26/0.69	c 1	converted 127 (50%) expressions
0.26/0.69	c 1	converted 153 (60%) expressions
0.26/0.69	c 1	converted 178 (70%) expressions
0.26/0.70	c 1	converted 204 (80%) expressions
0.26/0.70	c 1	converted 229 (90%) expressions
0.26/0.75	c 1	converted 254 (100%) expressions
0.26/0.75	c 1	CSP : 175 integers, 0 booleans, 224 clauses, largest domain size 113
0.26/0.75	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.26/0.75	c 1	Propagation in CSP
0.26/0.77	c 1	71 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.26/0.77	c 1	CSP : 175 integers, 0 booleans, 224 clauses, largest domain size 76
0.26/0.77	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.26/0.77	c 1	Simplifing CSP by introducing new Boolean variables
0.26/0.77	c 1	CSP : 175 integers, 0 booleans, 224 clauses, largest domain size 76
0.26/0.77	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.26/0.79	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.26/0.80	c 1	18 (10%) CSP integer variables are encoded (144 clauses, 1456 bytes)
0.26/0.80	c 1	35 (20%) CSP integer variables are encoded (200 clauses, 2072 bytes)
0.26/0.81	c 1	53 (30%) CSP integer variables are encoded (200 clauses, 2072 bytes)
0.26/0.81	c 1	70 (40%) CSP integer variables are encoded (200 clauses, 2072 bytes)
0.26/0.81	c 1	88 (50%) CSP integer variables are encoded (200 clauses, 2072 bytes)
0.26/0.81	c 1	105 (60%) CSP integer variables are encoded (282 clauses, 2974 bytes)
0.26/0.81	c 1	123 (70%) CSP integer variables are encoded (346 clauses, 3678 bytes)
0.26/0.81	c 1	140 (80%) CSP integer variables are encoded (442 clauses, 4734 bytes)
0.26/0.81	c 1	158 (90%) CSP integer variables are encoded (506 clauses, 5438 bytes)
0.26/0.81	c 1	175 (100%) CSP integer variables are encoded (977 clauses, 10920 bytes)
0.26/0.84	c 1	23 (10%) CSP clauses are encoded (1392 clauses, 17889 bytes)
0.26/0.85	c 1	45 (20%) CSP clauses are encoded (1788 clauses, 24835 bytes)
0.26/0.86	c 1	68 (30%) CSP clauses are encoded (2190 clauses, 32363 bytes)
0.26/0.87	c 1	90 (40%) CSP clauses are encoded (2391 clauses, 35776 bytes)
0.26/0.87	c 1	112 (50%) CSP clauses are encoded (2823 clauses, 41916 bytes)
0.26/0.87	c 1	135 (60%) CSP clauses are encoded (3000 clauses, 44299 bytes)
0.26/0.88	c 1	157 (70%) CSP clauses are encoded (4168 clauses, 61584 bytes)
0.26/0.88	c 1	180 (80%) CSP clauses are encoded (4346 clauses, 63985 bytes)
0.26/0.89	c 1	202 (90%) CSP clauses are encoded (6163 clauses, 89574 bytes)
0.26/0.90	c 1	224 (100%) CSP clauses are encoded (10862 clauses, 167042 bytes)
0.26/0.90	c 1	224 CSP clauses encoded
0.26/0.90	c 1	Writing map file : HOME/temp.map
0.26/0.90	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.26/0.90	c 1	SAT : 1152 SAT variables, 10862 SAT clauses, 167042 bytes
0.26/0.90	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.26/0.94	c 1	OBJECTIVE minimize _COST
0.26/0.94	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
0.26/0.94	c 1	SEARCHING: _COST <= 38
0.26/0.94	c 1	SOLVING HOME/temp.cnf
0.26/0.94	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.26/0.95	c 1	This is MiniSat 2.0 beta
0.26/0.95	c 1	WARNING: for repeatability, setting FPU to use double precision
0.26/0.95	c 1	============================[ Problem Statistics ]=============================
0.26/0.95	c 1	|                                                                             |
0.26/0.95	c 1	|  Number of variables:  1152                                                 |
0.26/0.95	c 1	|  Number of clauses:    10863                                                |
0.26/0.96	c 1	|  Parsing time:         0.01         s                                       |
0.26/0.96	c 1	============================[ Search Statistics ]==============================
0.26/0.96	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.26/0.96	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.26/0.96	c 1	===============================================================================
0.26/0.96	c 1	|         0 |     893     7639    22076 |     2546        0    nan |  0.000 % |
0.26/0.96	c 1	|       102 |     890     7639    22076 |     2800      101     13 | 23.177 % |
0.26/0.97	c 1	|       253 |     890     7639    22076 |     3081      252     15 | 23.178 % |
0.26/0.98	c 1	|       478 |     885     7573    21907 |     3389      477     17 | 23.178 % |
0.26/0.99	c 1	|       815 |     885     7573    21907 |     3728      814     19 | 23.178 % |
0.76/1.02	c 1	|      1324 |     885     7573    21907 |     4100     1323     18 | 23.178 % |
0.76/1.06	c 1	|      2083 |     885     7573    21907 |     4510     2082     18 | 23.179 % |
0.76/1.09	c 1	===============================================================================
0.76/1.09	c 1	restarts              : 7
0.76/1.09	c 1	conflicts             : 2601           (19128 /sec)
0.76/1.09	c 1	decisions             : 3757           (0.64 % random) (27629 /sec)
0.76/1.09	c 1	propagations          : 253447         (1863869 /sec)
0.76/1.09	c 1	conflict literals     : 48714          (27.48 % deleted)
0.76/1.09	c 1	Memory used           : 2.43 MB
0.76/1.09	c 1	CPU time              : 0.135979 s
0.76/1.09	c 1	
0.76/1.09	c 1	SATISFIABLE
0.76/1.09	c 1	FOUND: _COST <= 38
0.76/1.09	s SATISFIABLE
0.76/1.09	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.76/1.09	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
0.84/1.17	c 1	Decoding HOME/temp.out
0.84/1.21	c 1	OBJECTIVE _COST 38
0.84/1.21	o 38
0.84/1.21	v 9 4 3 6 0 7 0 4 9 9 5 2 0 8 9 1 7 3 5 0 4 6 3 4 6
0.84/1.21	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.84/1.29	c 1	OBJECTIVE BOUND: 0 <= _COST <= 38
0.84/1.29	c 1	SEARCHING: _COST <= 19
0.84/1.29	c 1	SOLVING HOME/temp.cnf
0.84/1.29	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.98/1.33	c 1	This is MiniSat 2.0 beta
0.98/1.33	c 1	WARNING: for repeatability, setting FPU to use double precision
0.98/1.33	c 1	============================[ Problem Statistics ]=============================
0.98/1.33	c 1	|                                                                             |
0.98/1.33	c 1	|  Number of variables:  1152                                                 |
0.98/1.33	c 1	|  Number of clauses:    10863                                                |
0.98/1.34	c 1	|  Parsing time:         0.00         s                                       |
0.98/1.34	c 1	============================[ Search Statistics ]==============================
0.98/1.34	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.98/1.34	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.98/1.34	c 1	===============================================================================
0.98/1.34	c 1	|         0 |     741     5625    16471 |     1875        0    nan |  0.000 % |
0.98/1.34	c 1	|       102 |     739     5625    16471 |     2062      101     12 | 36.459 % |
0.98/1.35	c 1	|       253 |     739     5625    16471 |     2268      252     12 | 36.461 % |
0.98/1.36	c 1	|       480 |     732     5537    16239 |     2495      479     12 | 36.460 % |
0.98/1.38	c 1	|       817 |     732     5537    16239 |     2745      816     12 | 36.459 % |
0.98/1.40	c 1	|      1324 |     732     5537    16239 |     3019     1323     12 | 36.459 % |
0.98/1.44	c 1	|      2086 |     732     5537    16239 |     3321     2085     12 | 36.460 % |
0.98/1.50	c 1	|      3226 |     732     5537    16239 |     3653     3225     12 | 36.459 % |
0.98/1.60	c 2	|      4935 |     732     5537    16239 |     4019     2759     12 | 36.460 % |
0.98/1.77	c 2	|      7500 |     732     5537    16239 |     4421     3015     11 | 36.459 % |
0.98/2.00	c 2	|     11345 |     732     5537    16239 |     4863     4364     11 | 36.459 % |
1.93/2.38	c 2	|     17111 |     732     5537    16239 |     5349     4646     13 | 36.461 % |
2.53/2.99	c 3	|     25760 |     732     5537    16239 |     5884     4269     15 | 36.463 % |
3.53/3.91	c 4	|     38735 |     732     5537    16239 |     6473     4197     13 | 36.459 % |
4.82/5.29	c 5	|     58196 |     732     5537    16239 |     7120     5895     12 | 36.460 % |
7.10/7.54	c 8	|     87388 |     732     5537    16239 |     7832     4127     13 | 36.460 % |
10.59/11.03	c 11	|    131178 |     729     5500    16098 |     8615     5375     15 | 36.721 % |
16.06/16.53	c 17	|    196862 |     729     5500    16098 |     9477     6611     13 | 36.719 % |
24.52/25.01	c 25	|    295388 |     728     5492    16075 |    10424     9281     12 | 36.815 % |
26.21/26.75	c 27	===============================================================================
26.21/26.75	c 27	restarts              : 19
26.21/26.75	c 27	conflicts             : 316376         (12509 /sec)
26.21/26.75	c 27	decisions             : 388983         (1.16 % random) (15380 /sec)
26.21/26.75	c 27	propagations          : 34605181       (1368218 /sec)
26.21/26.75	c 27	conflict literals     : 4382225        (35.85 % deleted)
26.21/26.75	c 27	Memory used           : 4.01 MB
26.21/26.75	c 27	CPU time              : 25.2922 s
26.21/26.75	c 27	
26.21/26.75	c 27	UNSATISFIABLE
26.21/26.76	c 27	NOT FOUND: _COST <= 19
26.21/26.76	c 27	OBJECTIVE BOUND: 20 <= _COST <= 38
26.21/26.76	c 27	SEARCHING: _COST <= 29
26.21/26.76	c 27	SOLVING HOME/temp.cnf
26.21/26.76	c 27	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
26.21/26.80	c 27	This is MiniSat 2.0 beta
26.21/26.80	c 27	WARNING: for repeatability, setting FPU to use double precision
26.21/26.80	c 27	============================[ Problem Statistics ]=============================
26.21/26.80	c 27	|                                                                             |
26.21/26.80	c 27	|  Number of variables:  1152                                                 |
26.27/26.80	c 27	|  Number of clauses:    10863                                                |
26.27/26.80	c 27	|  Parsing time:         0.00         s                                       |
26.27/26.80	c 27	============================[ Search Statistics ]==============================
26.27/26.80	c 27	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
26.27/26.80	c 27	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
26.27/26.80	c 27	===============================================================================
26.27/26.80	c 27	|         0 |     821     6730    19556 |     2243        0    nan |  0.000 % |
26.27/26.81	c 27	|       100 |     818     6730    19556 |     2467       99     15 | 29.427 % |
26.27/26.81	c 27	|       250 |     818     6730    19556 |     2714      249     14 | 29.427 % |
26.27/26.82	c 27	|       476 |     813     6664    19387 |     2985      475     16 | 29.427 % |
26.27/26.84	c 27	|       813 |     813     6664    19387 |     3284      812     15 | 29.429 % |
26.27/26.86	c 27	|      1319 |     813     6664    19387 |     3612     1318     16 | 29.428 % |
26.27/26.90	c 27	|      2078 |     813     6664    19387 |     3974     2077     14 | 29.430 % |
26.27/26.96	c 27	|      3218 |     813     6664    19387 |     4371     3217     14 | 29.428 % |
26.27/27.07	c 27	|      4926 |     813     6664    19387 |     4808     4925     15 | 29.428 % |
26.27/27.25	c 27	|      7489 |     813     6664    19387 |     5289     4781     15 | 29.428 % |
26.96/27.55	c 28	|     11334 |     813     6664    19387 |     5818     5691     14 | 29.430 % |
27.36/27.93	c 28	|     17100 |     813     6664    19387 |     6400     5045     17 | 29.431 % |
28.06/28.63	c 29	|     25750 |     813     6664    19387 |     7040     6602     16 | 29.431 % |
29.02/29.69	c 30	|     38724 |     813     6664    19387 |     7744     4241     18 | 29.431 % |
30.69/31.36	c 31	|     58185 |     813     6664    19387 |     8519     6825     19 | 29.428 % |
33.28/33.96	c 34	|     87377 |     813     6664    19387 |     9370     8407     19 | 29.427 % |
37.15/37.89	c 38	|    131166 |     813     6664    19387 |    10308     7001     19 | 29.428 % |
43.23/43.92	c 44	|    196851 |     813     6664    19387 |    11338     6849     20 | 29.427 % |
53.18/53.97	c 54	|    295377 |     813     6664    19387 |    12472     9191     22 | 29.429 % |
69.00/69.82	c 70	|    443166 |     813     6664    19387 |    13720    12774     20 | 29.429 % |
93.79/94.76	c 95	|    664852 |     813     6664    19387 |    15092    11600     18 | 29.429 % |
132.13/133.26	c 133	|    997378 |     813     6664    19387 |    16601    13455     18 | 29.429 % |
195.94/197.36	c 197	|   1496166 |     813     6664    19387 |    18261    11606     21 | 29.428 % |
296.80/298.64	c 299	|   2244348 |     813     6664    19387 |    20087    11792     22 | 29.428 % |
461.26/463.82	c 464	|   3366623 |     813     6664    19387 |    22096    13429     22 | 29.428 % |
720.13/723.83	c 724	|   5050034 |     813     6664    19387 |    24305    13650     22 | 29.429 % |
1170.74/1176.47	c 1176	|   7575151 |     813     6664    19387 |    26736    14157     19 | 29.429 % |
1852.53/1861.28	c 1861	|  11362827 |     813     6664    19387 |    29410    22696     22 | 29.428 % |
3015.29/3029.11	c 3029	|  17044339 |     813     6664    19387 |    32351    20530     21 | 29.427 % |
3600.01/3616.41	sh: line 1: 27223 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
3600.01/3616.41	c ERROR unknown output  in HOME/temp.out
3600.01/3616.41	c 3616	CPU 3599.83 (0.03 0.01 3599.8 0.2)
3600.01/3616.41	c 3616	END Mon Jul 14 13:24:38 2008

Verifier Data (download as text)

OK	37	38
37 unsatisfied constraints, 38 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-1115540-1216031062/watcher-1115540-1216031062 -o /tmp/evaluation-result-1115540-1216031062/solver-1115540-1216031062 -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-1115540-1216031062.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.93 1.97 1.90 5/80 27185
/proc/meminfo: memFree=1689252/2055920 swapFree=4180132/4192956
[pid=27185] ppid=27183 vsize=12268 CPUtime=0
/proc/27185/stat : 27185 (sugar) R 27183 27185 26905 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 59808378 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 217871776357 0 2147483391 4224 0 0 0 0 17 0 0 0
/proc/27185/statm: 3067 316 241 3 0 167 0

[startup+0.085701 s]
/proc/loadavg: 1.93 1.97 1.90 5/80 27185
/proc/meminfo: memFree=1689252/2055920 swapFree=4180132/4192956
[pid=27185] ppid=27183 vsize=12272 CPUtime=0
/proc/27185/stat : 27185 (sugar) R 27183 27185 26905 0 -1 4194304 368 0 0 0 0 0 0 0 18 0 1 0 59808378 12566528 336 996147200 4194304 4206940 548682068592 18446744073709551615 217889267760 0 0 4224 0 0 0 0 17 1 0 0
/proc/27185/statm: 3068 339 253 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101698 s]
/proc/loadavg: 1.93 1.97 1.90 5/80 27185
/proc/meminfo: memFree=1689252/2055920 swapFree=4180132/4192956
[pid=27185] ppid=27183 vsize=12272 CPUtime=0
/proc/27185/stat : 27185 (sugar) R 27183 27185 26905 0 -1 4194304 389 0 0 0 0 0 0 0 18 0 1 0 59808378 12566528 357 996147200 4194304 4206940 548682068592 18446744073709551615 217889591291 0 0 4224 0 0 0 0 17 1 0 0
/proc/27185/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301724 s]
/proc/loadavg: 1.93 1.97 1.90 5/80 27185
/proc/meminfo: memFree=1689252/2055920 swapFree=4180132/4192956
[pid=27185] ppid=27183 vsize=13600 CPUtime=0.04
/proc/27185/stat : 27185 (sugar) S 27183 27185 26905 0 -1 4194304 898 127 0 0 3 1 0 0 18 0 1 0 59808378 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27185/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701767 s]
/proc/loadavg: 1.93 1.97 1.90 5/80 27185
/proc/meminfo: memFree=1689252/2055920 swapFree=4180132/4192956
[pid=27185] ppid=27183 vsize=13600 CPUtime=0.26
/proc/27185/stat : 27185 (sugar) S 27183 27185 26905 0 -1 4194304 974 4295 0 1 3 1 19 3 15 0 1 0 59808378 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27185/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 13600

[startup+1.50186 s]
/proc/loadavg: 1.93 1.97 1.90 3/83 27209
/proc/meminfo: memFree=1685388/2055920 swapFree=4180132/4192956
[pid=27185] ppid=27183 vsize=13600 CPUtime=0.98
/proc/27185/stat : 27185 (sugar) S 27183 27185 26905 0 -1 4194304 1175 14010 0 3 3 1 84 10 15 0 1 0 59808378 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27185/statm: 3400 805 374 3 0 500 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 13600

[startup+3.10204 s]
/proc/loadavg: 1.93 1.97 1.90 4/83 27221
/proc/meminfo: memFree=1684172/2055920 swapFree=4180132/4192956
[pid=27185] ppid=27183 vsize=13600 CPUtime=0.98
/proc/27185/stat : 27185 (sugar) S 27183 27185 26905 0 -1 4194304 1175 14010 0 3 3 1 84 10 15 0 1 0 59808378 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27185/statm: 3400 805 374 3 0 500 0
[pid=27220] ppid=27185 vsize=5356 CPUtime=0
/proc/27220/stat : 27220 (sh) S 27185 27185 26905 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59808507 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27220/statm: 1339 232 193 169 0 50 0
[pid=27221] ppid=27220 vsize=2884 CPUtime=1.75
/proc/27221/stat : 27221 (minisat) R 27220 27185 26905 0 -1 4194304 431 0 0 0 175 0 0 0 25 0 1 0 59808512 2953216 417 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/27221/statm: 721 417 75 150 0 568 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 21840

[startup+6.30141 s]
/proc/loadavg: 2.02 1.99 1.91 4/83 27221
/proc/meminfo: memFree=1682060/2055920 swapFree=4180132/4192956
[pid=27185] ppid=27183 vsize=13600 CPUtime=0.98
/proc/27185/stat : 27185 (sugar) S 27183 27185 26905 0 -1 4194304 1175 14010 0 3 3 1 84 10 16 0 1 0 59808378 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27185/statm: 3400 805 374 3 0 500 0
[pid=27220] ppid=27185 vsize=5356 CPUtime=0
/proc/27220/stat : 27220 (sh) S 27185 27185 26905 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59808507 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27220/statm: 1339 232 193 169 0 50 0
[pid=27221] ppid=27220 vsize=3156 CPUtime=4.93
/proc/27221/stat : 27221 (minisat) R 27220 27185 26905 0 -1 4194304 507 0 0 0 493 0 0 0 25 0 1 0 59808512 3231744 493 996147200 134512640 135127466 4294956256 18446744073709551615 134528439 0 0 4096 3 0 0 0 17 0 0 0
/proc/27221/statm: 789 493 75 150 0 636 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 22112

[startup+12.7021 s]
/proc/loadavg: 2.10 2.00 1.92 3/83 27221
/proc/meminfo: memFree=1678292/2055920 swapFree=4180132/4192956
[pid=27185] ppid=27183 vsize=13600 CPUtime=0.98
/proc/27185/stat : 27185 (sugar) S 27183 27185 26905 0 -1 4194304 1175 14010 0 3 3 1 84 10 16 0 1 0 59808378 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27185/statm: 3400 805 374 3 0 500 0
[pid=27220] ppid=27185 vsize=5356 CPUtime=0
/proc/27220/stat : 27220 (sh) S 27185 27185 26905 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59808507 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27220/statm: 1339 232 193 169 0 50 0
[pid=27221] ppid=27220 vsize=3692 CPUtime=11.3
/proc/27221/stat : 27221 (minisat) R 27220 27185 26905 0 -1 4194304 622 0 0 0 1130 0 0 0 25 0 1 0 59808512 3780608 608 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 0 0 0
/proc/27221/statm: 923 608 75 150 0 770 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 22648

[startup+25.5016 s]
/proc/loadavg: 2.22 2.04 1.93 3/83 27221
/proc/meminfo: memFree=1671444/2055920 swapFree=4180132/4192956
[pid=27185] ppid=27183 vsize=13600 CPUtime=0.98
/proc/27185/stat : 27185 (sugar) S 27183 27185 26905 0 -1 4194304 1175 14010 0 3 3 1 84 10 16 0 1 0 59808378 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27185/statm: 3400 805 374 3 0 500 0
[pid=27220] ppid=27185 vsize=5356 CPUtime=0
/proc/27220/stat : 27220 (sh) S 27185 27185 26905 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59808507 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27220/statm: 1339 232 193 169 0 50 0
[pid=27221] ppid=27220 vsize=4100 CPUtime=24.04
/proc/27221/stat : 27221 (minisat) R 27220 27185 26905 0 -1 4194304 736 0 0 0 2404 0 0 0 25 0 1 0 59808512 4198400 722 996147200 134512640 135127466 4294956256 18446744073709551615 134528076 0 0 4096 3 0 0 0 17 0 0 0
/proc/27221/statm: 1025 722 75 150 0 872 0
Current children cumulated CPU time (s) 25.02
Current children cumulated vsize (KiB) 23056

[startup+51.1016 s]
/proc/loadavg: 2.33 2.08 1.94 4/83 27223
/proc/meminfo: memFree=1670100/2055920 swapFree=4180132/4192956
[pid=27185] ppid=27183 vsize=13600 CPUtime=26.27
/proc/27185/stat : 27185 (sugar) S 27183 27185 26905 0 -1 4194304 1228 15047 0 3 3 1 2613 10 16 0 1 0 59808378 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27185/statm: 3400 805 374 3 0 500 0
[pid=27222] ppid=27185 vsize=5356 CPUtime=0
/proc/27222/stat : 27222 (sh) S 27185 27185 26905 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59811054 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27222/statm: 1339 232 193 169 0 50 0
[pid=27223] ppid=27222 vsize=5144 CPUtime=24.12
/proc/27223/stat : 27223 (minisat) R 27222 27185 26905 0 -1 4194304 989 0 0 0 2412 0 0 0 25 0 1 0 59811058 5267456 975 996147200 134512640 135127466 4294956256 18446744073709551615 134530722 0 0 4096 3 0 0 0 17 0 0 0
/proc/27223/statm: 1286 975 75 150 0 1133 0
Current children cumulated CPU time (s) 50.39
Current children cumulated vsize (KiB) 24100

[startup+102.306 s]
/proc/loadavg: 2.55 2.17 1.98 4/83 27223
/proc/meminfo: memFree=1668564/2055920 swapFree=4180132/4192956
[pid=27185] ppid=27183 vsize=13600 CPUtime=26.27
/proc/27185/stat : 27185 (sugar) S 27183 27185 26905 0 -1 4194304 1228 15047 0 3 3 1 2613 10 16 0 1 0 59808378 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27185/statm: 3400 805 374 3 0 500 0
[pid=27222] ppid=27185 vsize=5356 CPUtime=0
/proc/27222/stat : 27222 (sh) S 27185 27185 26905 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59811054 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27222/statm: 1339 232 193 169 0 50 0
[pid=27223] ppid=27222 vsize=6628 CPUtime=75.09
/proc/27223/stat : 27223 (minisat) R 27222 27185 26905 0 -1 4194304 1353 0 0 0 7509 0 0 0 25 0 1 0 59811058 6787072 1339 996147200 134512640 135127466 4294956256 18446744073709551615 134526053 0 0 4096 3 0 0 0 17 0 0 0
/proc/27223/statm: 1657 1339 75 150 0 1504 0
Current children cumulated CPU time (s) 101.36
Current children cumulated vsize (KiB) 25584

[startup+162.301 s]
/proc/loadavg: 2.63 2.26 2.02 4/83 27223
/proc/meminfo: memFree=1667284/2055920 swapFree=4180132/4192956
[pid=27185] ppid=27183 vsize=13600 CPUtime=26.27
/proc/27185/stat : 27185 (sugar) S 27183 27185 26905 0 -1 4194304 1228 15047 0 3 3 1 2613 10 16 0 1 0 59808378 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27185/statm: 3400 805 374 3 0 500 0
[pid=27222] ppid=27185 vsize=5356 CPUtime=0
/proc/27222/stat : 27222 (sh) S 27185 27185 26905 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59811054 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27222/statm: 1339 232 193 169 0 50 0
[pid=27223] ppid=27222 vsize=7836 CPUtime=134.83
/proc/27223/stat : 27223 (minisat) R 27222 27185 26905 0 -1 4194304 1644 0 0 0 13482 1 0 0 25 0 1 0 59811058 8024064 1630 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27223/statm: 1959 1630 75 150 0 1806 0
Current children cumulated CPU time (s) 161.1
Current children cumulated vsize (KiB) 26792

[startup+222.301 s]
/proc/loadavg: 2.61 2.33 2.06 4/83 27223
/proc/meminfo: memFree=1666452/2055920 swapFree=4180132/4192956
[pid=27185] ppid=27183 vsize=13600 CPUtime=26.27
/proc/27185/stat : 27185 (sugar) S 27183 27185 26905 0 -1 4194304 1228 15047 0 3 3 1 2613 10 16 0 1 0 59808378 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27185/statm: 3400 805 374 3 0 500 0
[pid=27222] ppid=27185 vsize=5356 CPUtime=0
/proc/27222/stat : 27222 (sh) S 27185 27185 26905 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59811054 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27222/statm: 1339 232 193 169 0 50 0
[pid=27223] ppid=27222 vsize=8732 CPUtime=194.57
/proc/27223/stat : 27223 (minisat) R 27222 27185 26905 0 -1 4194304 1849 0 0 0 19456 1 0 0 25 0 1 0 59811058 8941568 1835 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/27223/statm: 2183 1835 75 150 0 2030 0
Current children cumulated CPU time (s) 220.84
Current children cumulated vsize (KiB) 27688

[startup+282.301 s]
/proc/loadavg: 2.60 2.39 2.09 3/83 27223
/proc/meminfo: memFree=1665556/2055920 swapFree=4180132/4192956
[pid=27185] ppid=27183 vsize=13600 CPUtime=26.27
/proc/27185/stat : 27185 (sugar) S 27183 27185 26905 0 -1 4194304 1228 15047 0 3 3 1 2613 10 16 0 1 0 59808378 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27185/statm: 3400 805 374 3 0 500 0
[pid=27222] ppid=27185 vsize=5356 CPUtime=0
/proc/27222/stat : 27222 (sh) S 27185 27185 26905 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59811054 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27222/statm: 1339 232 193 169 0 50 0
[pid=27223] ppid=27222 vsize=9700 CPUtime=254.31
/proc/27223/stat : 27223 (minisat) R 27222 27185 26905 0 -1 4194304 2073 0 0 0 25430 1 0 0 25 0 1 0 59811058 9932800 2059 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27223/statm: 2425 2059 75 150 0 2272 0
Current children cumulated CPU time (s) 280.58
Current children cumulated vsize (KiB) 28656


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

[pid=27185] ppid=27183 vsize=13600 CPUtime=26.27
/proc/27185/stat : 27185 (sugar) S 27183 27185 26905 0 -1 4194304 1228 15047 0 3 3 1 2613 10 16 0 1 0 59808378 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27185/statm: 3400 805 374 3 0 500 0
[pid=27222] ppid=27185 vsize=5356 CPUtime=0
/proc/27222/stat : 27222 (sh) S 27185 27185 26905 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59811054 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27222/statm: 1339 232 193 169 0 50 0
[pid=27223] ppid=27222 vsize=21572 CPUtime=3002.16
/proc/27223/stat : 27223 (minisat) R 27222 27185 26905 0 -1 4194304 4848 0 0 0 300209 7 0 0 25 0 1 0 59811058 22089728 4834 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27223/statm: 5393 4834 75 150 0 5240 0
Current children cumulated CPU time (s) 3028.43
Current children cumulated vsize (KiB) 40528

[startup+3102.3 s]
/proc/loadavg: 2.59 2.60 2.55 3/83 27229
/proc/meminfo: memFree=1653844/2055920 swapFree=4180132/4192956
[pid=27185] ppid=27183 vsize=13600 CPUtime=26.27
/proc/27185/stat : 27185 (sugar) S 27183 27185 26905 0 -1 4194304 1228 15047 0 3 3 1 2613 10 16 0 1 0 59808378 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27185/statm: 3400 805 374 3 0 500 0
[pid=27222] ppid=27185 vsize=5356 CPUtime=0
/proc/27222/stat : 27222 (sh) S 27185 27185 26905 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59811054 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27222/statm: 1339 232 193 169 0 50 0
[pid=27223] ppid=27222 vsize=21900 CPUtime=3061.89
/proc/27223/stat : 27223 (minisat) R 27222 27185 26905 0 -1 4194304 4899 0 0 0 306182 7 0 0 25 0 1 0 59811058 22425600 4885 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27223/statm: 5475 4885 75 150 0 5322 0
Current children cumulated CPU time (s) 3088.16
Current children cumulated vsize (KiB) 40856

[startup+3162.3 s]
/proc/loadavg: 2.69 2.62 2.55 4/83 27229
/proc/meminfo: memFree=1653652/2055920 swapFree=4180132/4192956
[pid=27185] ppid=27183 vsize=13600 CPUtime=26.27
/proc/27185/stat : 27185 (sugar) S 27183 27185 26905 0 -1 4194304 1228 15047 0 3 3 1 2613 10 16 0 1 0 59808378 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27185/statm: 3400 805 374 3 0 500 0
[pid=27222] ppid=27185 vsize=5356 CPUtime=0
/proc/27222/stat : 27222 (sh) S 27185 27185 26905 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59811054 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27222/statm: 1339 232 193 169 0 50 0
[pid=27223] ppid=27222 vsize=22068 CPUtime=3121.64
/proc/27223/stat : 27223 (minisat) R 27222 27185 26905 0 -1 4194304 4952 0 0 0 312157 7 0 0 25 0 1 0 59811058 22597632 4938 996147200 134512640 135127466 4294956256 18446744073709551615 134523398 0 0 4096 3 0 0 0 17 0 0 0
/proc/27223/statm: 5517 4938 75 150 0 5364 0
Current children cumulated CPU time (s) 3147.91
Current children cumulated vsize (KiB) 41024

[startup+3222.3 s]
/proc/loadavg: 2.62 2.61 2.55 4/83 27229
/proc/meminfo: memFree=1653396/2055920 swapFree=4180132/4192956
[pid=27185] ppid=27183 vsize=13600 CPUtime=26.27
/proc/27185/stat : 27185 (sugar) S 27183 27185 26905 0 -1 4194304 1228 15047 0 3 3 1 2613 10 16 0 1 0 59808378 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27185/statm: 3400 805 374 3 0 500 0
[pid=27222] ppid=27185 vsize=5356 CPUtime=0
/proc/27222/stat : 27222 (sh) S 27185 27185 26905 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59811054 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27222/statm: 1339 232 193 169 0 50 0
[pid=27223] ppid=27222 vsize=22436 CPUtime=3181.37
/proc/27223/stat : 27223 (minisat) R 27222 27185 26905 0 -1 4194304 5021 0 0 0 318130 7 0 0 25 0 1 0 59811058 22974464 5007 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/27223/statm: 5609 5007 75 150 0 5456 0
Current children cumulated CPU time (s) 3207.64
Current children cumulated vsize (KiB) 41392

[startup+3282.3 s]
/proc/loadavg: 2.63 2.61 2.55 4/83 27229
/proc/meminfo: memFree=1653204/2055920 swapFree=4180132/4192956
[pid=27185] ppid=27183 vsize=13600 CPUtime=26.27
/proc/27185/stat : 27185 (sugar) S 27183 27185 26905 0 -1 4194304 1228 15047 0 3 3 1 2613 10 16 0 1 0 59808378 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27185/statm: 3400 805 374 3 0 500 0
[pid=27222] ppid=27185 vsize=5356 CPUtime=0
/proc/27222/stat : 27222 (sh) S 27185 27185 26905 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59811054 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27222/statm: 1339 232 193 169 0 50 0
[pid=27223] ppid=27222 vsize=22612 CPUtime=3241.11
/proc/27223/stat : 27223 (minisat) R 27222 27185 26905 0 -1 4194304 5073 0 0 0 324104 7 0 0 25 0 1 0 59811058 23154688 5059 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27223/statm: 5653 5059 75 150 0 5500 0
Current children cumulated CPU time (s) 3267.38
Current children cumulated vsize (KiB) 41568

[startup+3342.3 s]
/proc/loadavg: 2.70 2.63 2.56 4/83 27231
/proc/meminfo: memFree=1652820/2055920 swapFree=4180132/4192956
[pid=27185] ppid=27183 vsize=13600 CPUtime=26.27
/proc/27185/stat : 27185 (sugar) S 27183 27185 26905 0 -1 4194304 1228 15047 0 3 3 1 2613 10 16 0 1 0 59808378 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27185/statm: 3400 805 374 3 0 500 0
[pid=27222] ppid=27185 vsize=5356 CPUtime=0
/proc/27222/stat : 27222 (sh) S 27185 27185 26905 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59811054 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27222/statm: 1339 232 193 169 0 50 0
[pid=27223] ppid=27222 vsize=22756 CPUtime=3300.85
/proc/27223/stat : 27223 (minisat) R 27222 27185 26905 0 -1 4194304 5089 0 0 0 330078 7 0 0 25 0 1 0 59811058 23302144 5075 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/27223/statm: 5689 5075 75 150 0 5536 0
Current children cumulated CPU time (s) 3327.12
Current children cumulated vsize (KiB) 41712

[startup+3402.31 s]
/proc/loadavg: 2.63 2.63 2.56 4/83 27231
/proc/meminfo: memFree=1652820/2055920 swapFree=4180132/4192956
[pid=27185] ppid=27183 vsize=13600 CPUtime=26.27
/proc/27185/stat : 27185 (sugar) S 27183 27185 26905 0 -1 4194304 1228 15047 0 3 3 1 2613 10 16 0 1 0 59808378 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27185/statm: 3400 805 374 3 0 500 0
[pid=27222] ppid=27185 vsize=5356 CPUtime=0
/proc/27222/stat : 27222 (sh) S 27185 27185 26905 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59811054 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27222/statm: 1339 232 193 169 0 50 0
[pid=27223] ppid=27222 vsize=22756 CPUtime=3360.59
/proc/27223/stat : 27223 (minisat) R 27222 27185 26905 0 -1 4194304 5105 0 0 0 336052 7 0 0 25 0 1 0 59811058 23302144 5091 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27223/statm: 5689 5091 75 150 0 5536 0
Current children cumulated CPU time (s) 3386.86
Current children cumulated vsize (KiB) 41712

[startup+3462.3 s]
/proc/loadavg: 2.78 2.67 2.57 4/83 27231
/proc/meminfo: memFree=1652692/2055920 swapFree=4180132/4192956
[pid=27185] ppid=27183 vsize=13600 CPUtime=26.27
/proc/27185/stat : 27185 (sugar) S 27183 27185 26905 0 -1 4194304 1228 15047 0 3 3 1 2613 10 16 0 1 0 59808378 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27185/statm: 3400 805 374 3 0 500 0
[pid=27222] ppid=27185 vsize=5356 CPUtime=0
/proc/27222/stat : 27222 (sh) S 27185 27185 26905 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59811054 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27222/statm: 1339 232 193 169 0 50 0
[pid=27223] ppid=27222 vsize=22896 CPUtime=3420.33
/proc/27223/stat : 27223 (minisat) R 27222 27185 26905 0 -1 4194304 5119 0 0 0 342025 8 0 0 25 0 1 0 59811058 23445504 5105 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 0 0 0
/proc/27223/statm: 5724 5105 75 150 0 5571 0
Current children cumulated CPU time (s) 3446.6
Current children cumulated vsize (KiB) 41852

[startup+3522.3 s]
/proc/loadavg: 2.70 2.66 2.57 3/83 27231
/proc/meminfo: memFree=1652628/2055920 swapFree=4180132/4192956
[pid=27185] ppid=27183 vsize=13600 CPUtime=26.27
/proc/27185/stat : 27185 (sugar) S 27183 27185 26905 0 -1 4194304 1228 15047 0 3 3 1 2613 10 16 0 1 0 59808378 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27185/statm: 3400 805 374 3 0 500 0
[pid=27222] ppid=27185 vsize=5356 CPUtime=0
/proc/27222/stat : 27222 (sh) S 27185 27185 26905 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59811054 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27222/statm: 1339 232 193 169 0 50 0
[pid=27223] ppid=27222 vsize=22896 CPUtime=3480.06
/proc/27223/stat : 27223 (minisat) R 27222 27185 26905 0 -1 4194304 5135 0 0 0 347998 8 0 0 25 0 1 0 59811058 23445504 5121 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27223/statm: 5724 5121 75 150 0 5571 0
Current children cumulated CPU time (s) 3506.33
Current children cumulated vsize (KiB) 41852

[startup+3582.3 s]
/proc/loadavg: 2.61 2.65 2.57 4/83 27231
/proc/meminfo: memFree=1652436/2055920 swapFree=4180132/4192956
[pid=27185] ppid=27183 vsize=13600 CPUtime=26.27
/proc/27185/stat : 27185 (sugar) S 27183 27185 26905 0 -1 4194304 1228 15047 0 3 3 1 2613 10 16 0 1 0 59808378 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27185/statm: 3400 805 374 3 0 500 0
[pid=27222] ppid=27185 vsize=5356 CPUtime=0
/proc/27222/stat : 27222 (sh) S 27185 27185 26905 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59811054 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27222/statm: 1339 232 193 169 0 50 0
[pid=27223] ppid=27222 vsize=23184 CPUtime=3539.8
/proc/27223/stat : 27223 (minisat) R 27222 27185 26905 0 -1 4194304 5180 0 0 0 353972 8 0 0 25 0 1 0 59811058 23740416 5166 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27223/statm: 5796 5166 75 150 0 5643 0
Current children cumulated CPU time (s) 3566.07
Current children cumulated vsize (KiB) 42140



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3616.4 s]
/proc/loadavg: 2.71 2.67 2.58 4/83 27231
/proc/meminfo: memFree=1652436/2055920 swapFree=4180132/4192956
[pid=27185] ppid=27183 vsize=13600 CPUtime=26.27
/proc/27185/stat : 27185 (sugar) S 27183 27185 26905 0 -1 4194304 1228 15047 0 3 3 1 2613 10 16 0 1 0 59808378 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27185/statm: 3400 805 374 3 0 500 0
[pid=27222] ppid=27185 vsize=5356 CPUtime=0
/proc/27222/stat : 27222 (sh) S 27185 27185 26905 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 59811054 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27222/statm: 1339 232 193 169 0 50 0
[pid=27223] ppid=27222 vsize=23184 CPUtime=3573.74
/proc/27223/stat : 27223 (minisat) R 27222 27185 26905 0 -1 4194304 5184 0 0 0 357366 8 0 0 25 0 1 0 59811058 23740416 5170 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27223/statm: 5796 5170 75 150 0 5643 0
Current children cumulated CPU time (s) 3600.01
Current children cumulated vsize (KiB) 42140

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

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

Child status: 0
Real time (s): 3616.41
CPU time (s): 3600.06
CPU user time (s): 3599.84
CPU system time (s): 0.217966
CPU usage (%): 99.5478
Max. virtual memory (cumulated for all children) (KiB): 42140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.84
system time used= 0.217966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21816
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= 1451
involuntary context switches= 118018

runsolver used 3.41248 second user time and 9.77351 second system time

The end

Launcher Data (download as text)

Begin job on node28 at 2008-07-14 12:24:22
IDJOB=1115540
IDBENCH=61882
IDSOLVER=368
FILE ID=node28/1115540-1216031062
PBS_JOBID= 7904868
Free space on /tmp= 66512 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/randomMaxCSP/denseTight/normalized-vcsp-25-10-25-87-44_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-1115540-1216031062/watcher-1115540-1216031062 -o /tmp/evaluation-result-1115540-1216031062/solver-1115540-1216031062 -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-1115540-1216031062.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 479e082d4987c716740563dffe8aad89
RANDOM SEED=596349701

node28.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.223
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	: 5931.00
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.223
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:       1689988 kB
Buffers:         67668 kB
Cached:         175680 kB
SwapCached:       6144 kB
Active:         220976 kB
Inactive:        95832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1689988 kB
SwapTotal:     4192956 kB
SwapFree:      4180132 kB
Dirty:            2524 kB
Writeback:           0 kB
Mapped:          86712 kB
Slab:            34176 kB
Committed_AS:  1064976 kB
PageTables:       1944 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66508 MiB
End job on node28 at 2008-07-14 13:24:38