Trace number 1115723

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namemaxcsp/randomMaxCSP/completeTight/
normalized-vcsp-15-10-100-93-23_ext.xml
MD5SUMce0d078b58386c0ba9b363c3d60a99c3
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints70
Best CPU time to get the best result obtained on this benchmark4.96924
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.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.07	c 0	BEGIN Mon Jul 14 13:30:57 2008
0.00/0.07	c 0	PID 26303
0.00/0.08	c 0	HOST node16.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1115723-1216035057.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1115723-1216035057.xml' 'HOME/temp.csp'
0.07/0.33	c 0	1 domains, 15 variables, 0 predicates, 105 relations, 105 constraints
0.07/0.34	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.34	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.32/0.42	c 0	Parsing HOME/temp.csp
0.32/0.51	c 0	parsed 226 expressions
0.32/0.51	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.32/0.52	c 0	MAX CSP: 105 constraints
0.32/0.52	c 0	Converting to clausal form CSP
0.32/0.54	c 0	converted 34 (10%) expressions
0.32/0.54	c 0	converted 67 (20%) expressions
0.32/0.54	c 0	converted 101 (30%) expressions
0.32/0.55	c 0	converted 134 (40%) expressions
0.32/0.56	c 0	converted 167 (50%) expressions
0.32/0.56	c 0	converted 201 (60%) expressions
0.32/0.57	c 0	converted 234 (70%) expressions
0.32/0.58	c 0	converted 268 (80%) expressions
0.32/0.58	c 0	converted 301 (90%) expressions
0.32/0.64	c 0	converted 334 (100%) expressions
0.32/0.64	c 0	CSP : 225 integers, 0 booleans, 314 clauses, largest domain size 158
0.32/0.64	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.32/0.64	c 0	Propagation in CSP
0.32/0.66	c 0	101 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.32/0.66	c 0	CSP : 225 integers, 0 booleans, 314 clauses, largest domain size 106
0.32/0.66	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.32/0.66	c 0	Simplifing CSP by introducing new Boolean variables
0.32/0.66	c 0	CSP : 225 integers, 0 booleans, 314 clauses, largest domain size 106
0.32/0.66	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.32/0.69	c 0	Encoding CSP to SAT : HOME/temp.cnf
0.32/0.70	c 0	23 (10%) CSP integer variables are encoded (120 clauses, 1192 bytes)
0.32/0.70	c 0	45 (20%) CSP integer variables are encoded (120 clauses, 1192 bytes)
0.32/0.70	c 0	68 (30%) CSP integer variables are encoded (120 clauses, 1192 bytes)
0.32/0.70	c 0	90 (40%) CSP integer variables are encoded (120 clauses, 1192 bytes)
0.32/0.70	c 0	113 (50%) CSP integer variables are encoded (120 clauses, 1192 bytes)
0.32/0.70	c 0	135 (60%) CSP integer variables are encoded (266 clauses, 2798 bytes)
0.32/0.70	c 0	158 (70%) CSP integer variables are encoded (353 clauses, 3755 bytes)
0.32/0.70	c 0	180 (80%) CSP integer variables are encoded (494 clauses, 5306 bytes)
0.32/0.71	c 0	203 (90%) CSP integer variables are encoded (1060 clauses, 12025 bytes)
0.32/0.71	c 0	225 (100%) CSP integer variables are encoded (1257 clauses, 14586 bytes)
0.32/0.74	c 0	32 (10%) CSP clauses are encoded (1707 clauses, 21398 bytes)
0.32/0.75	c 0	63 (20%) CSP clauses are encoded (2124 clauses, 28015 bytes)
0.32/0.76	c 0	95 (30%) CSP clauses are encoded (2570 clauses, 35187 bytes)
0.32/0.76	c 0	126 (40%) CSP clauses are encoded (2833 clauses, 39238 bytes)
0.32/0.78	c 0	157 (50%) CSP clauses are encoded (3674 clauses, 51386 bytes)
0.32/0.78	c 0	189 (60%) CSP clauses are encoded (3962 clauses, 55319 bytes)
0.32/0.78	c 0	220 (70%) CSP clauses are encoded (6145 clauses, 87951 bytes)
0.32/0.79	c 0	252 (80%) CSP clauses are encoded (9807 clauses, 142333 bytes)
0.32/0.80	c 0	283 (90%) CSP clauses are encoded (12888 clauses, 197241 bytes)
0.32/0.81	c 0	314 (100%) CSP clauses are encoded (18715 clauses, 302306 bytes)
0.32/0.81	c 0	314 CSP clauses encoded
0.32/0.81	c 0	Writing map file : HOME/temp.map
0.32/0.82	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.32/0.82	c 0	SAT : 1482 SAT variables, 18715 SAT clauses, 302306 bytes
0.32/0.82	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.32/0.87	c 1	OBJECTIVE minimize _COST
0.32/0.87	c 1	SOLVING HOME/temp.cnf
0.32/0.87	c 1	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
0.32/0.87	c 1	This is MiniSat 2.0 beta incremental
0.32/0.87	c 1	WARNING: for repeatability, setting FPU to use double precision
0.32/0.87	c 1	============================[ Problem Statistics ]=============================
0.32/0.87	c 1	|                                                                             |
0.32/0.87	c 1	|  Number of variables:  1482                                                 |
0.32/0.87	c 1	|  Number of clauses:    18715                                                |
0.32/0.88	c 1	|  Parsing time:         0.01         s                                       |
0.32/0.88	c 1	OK
0.32/0.88	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
0.32/0.88	c 1	SEARCHING: _COST <= 53
0.32/0.88	c 1	============================[ Search Statistics ]==============================
0.32/0.88	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.32/0.88	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.32/0.88	c 1	===============================================================================
0.32/0.88	c 1	|         0 |    1482    18715    53175 |     6238        0    nan |  0.000 % |
0.32/0.89	c 1	|       101 |    1480    18715    53175 |     6862      100     13 |  0.556 % |
0.79/0.90	c 1	|       251 |    1480    18715    53175 |     7548      250     13 |  0.556 % |
0.79/0.91	c 1	|       476 |    1480    18715    53175 |     8303      474     11 |  1.231 % |
0.79/0.93	c 1	|       814 |    1464    18443    52424 |     9133      812     11 |  1.231 % |
0.79/0.96	c 1	|      1320 |    1464    18443    52424 |    10046     1318     12 |  1.231 % |
0.79/1.00	c 1	|      2080 |    1464    18443    52424 |    11051     2078     12 |  1.231 % |
0.79/1.08	c 1	|      3220 |    1464    18443    52424 |    12156     3218     13 |  1.231 % |
1.01/1.19	c 1	|      4928 |    1460    18377    52242 |    13372     4923     13 |  1.501 % |
1.21/1.39	c 1	|      7490 |    1460    18377    52242 |    14709     7485     14 |  1.501 % |
1.60/1.77	c 1	|     11334 |    1460    18377    52242 |    16180    11329     15 |  1.501 % |
2.39/2.51	c 2	|     17101 |    1460    18377    52242 |    17798    17096     15 |  1.501 % |
3.48/3.69	c 3	|     25750 |    1460    18377    52242 |    19578    16383     15 |  1.501 % |
5.47/5.67	c 5	|     38724 |    1460    18377    52242 |    21536    19190     16 |  1.501 % |
8.64/8.82	c 8	|     58187 |    1460    18377    52242 |    23690    16276     15 |  1.501 % |
13.79/14.02	c 14	|     87379 |    1460    18377    52242 |    26059    20863     17 |  1.501 % |
22.31/22.64	c 22	|    131171 |    1440    18041    51303 |    28664    24148     16 |  2.851 % |
36.09/36.59	c 36	|    196856 |    1432    17858    50780 |    31531    27622     18 |  3.391 % |
58.49/59.11	c 59	|    295382 |    1432    17858    50780 |    34684    20200     16 |  3.391 % |
95.25/96.20	c 96	|    443171 |    1432    17858    50780 |    38153    18357     16 |  3.391 % |
154.81/156.35	c 156	|    664857 |    1432    17858    50780 |    41968    24181     16 |  3.391 % |
248.95/251.38	c 251	|    997382 |    1432    17858    50780 |    46165    27000     18 |  3.391 % |
395.21/398.98	c 399	|   1496170 |    1432    17858    50780 |    50781    16694     16 |  3.391 % |
461.51/465.83	c 465	===============================================================================
461.51/465.83	c 465	restarts              : 23
461.51/465.83	c 465	conflicts             : 1701465       (3693 /sec)
461.51/465.83	c 465	decisions             : 2198028       (0.63 % random) (4771 /sec)
461.51/465.83	c 465	propagations          : 201743641      (437879 /sec)
461.51/465.83	c 465	conflict literals     : 32515808       (37.20 % deleted)
461.51/465.83	c 465	Memory used           : 13.95 MB
461.51/465.83	c 465	CPU time              : 460.729 s
461.51/465.83	c 465	
461.51/465.83	c 465	UNSATISFIABLE
461.51/465.83	c 465	OK
461.51/465.83	c 465	NOT FOUND: _COST <= 53
461.51/465.83	c 465	OK
461.51/465.83	c 465	OBJECTIVE BOUND: 54 <= _COST <= 
461.51/465.83	c 465	SEARCHING: _COST <= 80
461.51/465.83	c 465	============================[ Search Statistics ]==============================
461.51/465.83	c 465	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
461.51/465.83	c 465	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
461.51/465.83	c 465	===============================================================================
461.51/465.83	c 465	|   1701465 |    1184    14947    42776 |     4982    24900     17 |  3.391 % |
461.61/465.90	c 466	|   1701565 |    1184    14947    42776 |     5480     4326     12 | 20.116 % |
461.61/465.91	c 466	|   1701715 |    1184    14947    42776 |     6028     4476     12 | 20.116 % |
461.61/465.92	c 466	|   1701940 |    1184    14947    42776 |     6631     4701     12 | 20.116 % |
461.61/465.94	c 466	|   1702277 |    1184    14947    42776 |     7294     5038     12 | 20.116 % |
461.61/465.98	c 466	|   1702785 |    1184    14947    42776 |     8024     5546     13 | 20.116 % |
461.71/466.04	c 466	|   1703544 |    1184    14947    42776 |     8826     6305     14 | 20.116 % |
461.81/466.14	c 466	|   1704683 |    1184    14947    42776 |     9709     7444     14 | 20.116 % |
461.90/466.29	c 466	|   1706391 |    1184    14947    42776 |    10680     9152     15 | 20.116 % |
462.20/466.55	c 466	|   1708953 |    1184    14947    42776 |    11748     5872     19 | 20.116 % |
462.60/466.95	c 467	|   1712797 |    1184    14947    42776 |    12922     9716     20 | 20.116 % |
463.19/467.59	c 467	===============================================================================
463.19/467.59	c 467	restarts              : 34
463.19/467.59	c 467	conflicts             : 1717891       (3715 /sec)
463.19/467.59	c 467	decisions             : 2219558       (0.63 % random) (4799 /sec)
463.19/467.59	c 467	propagations          : 203548651      (440136 /sec)
463.19/467.59	c 467	conflict literals     : 32869817       (37.14 % deleted)
463.19/467.59	c 467	Memory used           : 13.95 MB
463.19/467.59	c 467	CPU time              : 462.468 s
463.19/467.59	c 467	
463.19/467.59	c 467	SATISFIABLE
463.19/467.59	c 467	OK
463.19/467.59	c 467	FOUND: _COST <= 80
463.19/467.59	s SATISFIABLE
463.19/467.59	c 467	DECODING HOME/temp.out WITH HOME/temp.map
463.19/467.59	c 467	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
463.28/467.67	c 467	Decoding HOME/temp.out
463.28/467.72	c 467	OBJECTIVE _COST 80
463.28/467.72	o 80
463.28/467.72	v 8 9 5 5 8 8 9 6 9 7 2 0 9 9 8
463.28/467.72	c 467	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
463.28/467.76	c 467	OK
463.28/467.76	c 467	OBJECTIVE BOUND: 54 <= _COST <= 80
463.28/467.76	c 467	SEARCHING: _COST <= 67
463.28/467.76	c 467	============================[ Search Statistics ]==============================
463.28/467.76	c 467	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
463.28/467.76	c 467	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
463.28/467.76	c 467	===============================================================================
463.28/467.76	c 467	|   1717891 |    1009    12274    35278 |     4091     7792     20 | 20.116 % |
463.28/467.77	c 467	|   1717991 |    1009    12274    35278 |     4500     3996     19 | 31.920 % |
463.28/467.79	c 467	|   1718141 |    1009    12274    35278 |     4950     4146     19 | 31.920 % |
463.46/467.80	c 467	|   1718366 |    1009    12274    35278 |     5445     4371     19 | 31.920 % |
463.46/467.83	c 467	|   1718703 |    1009    12274    35278 |     5990     4708     18 | 31.920 % |
463.46/467.86	c 468	|   1719210 |    1009    12274    35278 |     6589     5215     18 | 31.920 % |
463.56/467.92	c 468	|   1719970 |    1009    12274    35278 |     7248     5975     18 | 31.920 % |
463.66/468.01	c 468	|   1721109 |    1009    12274    35278 |     7972     7114     18 | 31.920 % |
463.76/468.15	c 468	|   1722818 |    1009    12274    35278 |     8770     8823     19 | 31.920 % |
464.05/468.40	c 468	|   1725383 |    1009    12274    35278 |     9647     6548     18 | 31.920 % |
464.35/468.78	c 468	|   1729227 |    1009    12274    35278 |    10611    10392     19 | 31.920 % |
465.05/469.46	c 469	|   1734995 |    1009    12274    35278 |    11673    10370     19 | 31.920 % |
466.14/470.54	c 470	|   1743645 |    1009    12274    35278 |    12840     6400     17 | 31.920 % |
467.72/472.11	c 472	|   1756620 |    1009    12274    35278 |    14124    12478     20 | 31.920 % |
470.40/474.85	c 474	|   1776081 |    1009    12274    35278 |    15536     9274     18 | 31.920 % |
474.65/479.19	c 479	|   1805273 |    1009    12274    35278 |    17090    13671     22 | 31.920 % |
481.59/486.14	c 486	|   1849064 |    1009    12274    35278 |    18799    12364     20 | 31.920 % |
493.19/497.84	c 497	|   1914749 |    1009    12274    35278 |    20679    18715     22 | 31.920 % |
512.31/517.15	c 517	|   2013276 |    1009    12274    35278 |    22747    19844     22 | 31.920 % |
543.03/548.14	c 548	|   2161066 |    1009    12274    35278 |    25022    13438     18 | 31.920 % |
592.28/597.87	c 598	|   2382750 |    1009    12274    35278 |    27524    13713     19 | 31.920 % |
669.48/675.75	c 675	|   2715276 |    1004    12184    35026 |    30276    25429     21 | 32.258 % |
792.46/799.82	c 799	|   3214064 |    1004    12184    35026 |    33304    26203     19 | 32.258 % |
993.43/1002.66	c 1002	|   3962247 |    1004    12184    35026 |    36635    17372     19 | 32.258 % |
1328.98/1341.21	c 1341	|   5084523 |    1004    12184    35026 |    40298    30027     23 | 32.258 % |
1852.19/1869.25	c 1869	|   6767935 |    1004    12184    35026 |    44328    26049     21 | 32.258 % |
2732.40/2757.42	c 2757	|   9293051 |    1004    12184    35026 |    48761    19138     26 | 32.258 % |
3600.02/3632.61	c 3632	CPU 3599.82 (0.05 0.02 3599.77 0.19)
3600.02/3632.61	c 3632	END Mon Jul 14 14:31:29 2008

Verifier Data (download as text)

OK	79	26
79 unsatisfied constraints, 26 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-1115723-1216035057/watcher-1115723-1216035057 -o /tmp/evaluation-result-1115723-1216035057/solver-1115723-1216035057 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1115723-1216035057.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.64 3.05 3.13 4/73 26303
/proc/meminfo: memFree=1811432/2055920 swapFree=4180820/4192956
[pid=26303] ppid=26301 vsize=12272 CPUtime=0
/proc/26303/stat : 26303 (sugar++) R 26301 26303 25998 0 -1 4194304 360 0 0 0 0 0 0 0 20 0 1 0 60208232 12566528 328 996147200 4194304 4206940 548682068528 18446744073709551615 231962540645 0 0 4224 0 0 0 0 17 1 0 0
/proc/26303/statm: 3068 328 246 3 0 168 0

[startup+0.119504 s]
/proc/loadavg: 2.64 3.05 3.13 4/73 26303
/proc/meminfo: memFree=1811432/2055920 swapFree=4180820/4192956
[pid=26303] ppid=26301 vsize=16740 CPUtime=0.07
/proc/26303/stat : 26303 (sugar++) S 26301 26303 25998 0 -1 4194304 1219 128 0 0 5 2 0 0 21 0 1 0 60208232 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26303/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.207395 s]
/proc/loadavg: 2.64 3.05 3.13 4/73 26303
/proc/meminfo: memFree=1811432/2055920 swapFree=4180820/4192956
[pid=26303] ppid=26301 vsize=16740 CPUtime=0.07
/proc/26303/stat : 26303 (sugar++) S 26301 26303 25998 0 -1 4194304 1219 128 0 0 5 2 0 0 21 0 1 0 60208232 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26303/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.302366 s]
/proc/loadavg: 2.64 3.05 3.13 4/73 26303
/proc/meminfo: memFree=1811432/2055920 swapFree=4180820/4192956
[pid=26303] ppid=26301 vsize=16740 CPUtime=0.07
/proc/26303/stat : 26303 (sugar++) S 26301 26303 25998 0 -1 4194304 1219 128 0 0 5 2 0 0 21 0 1 0 60208232 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26303/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701258 s]
/proc/loadavg: 2.64 3.05 3.13 4/73 26303
/proc/meminfo: memFree=1811432/2055920 swapFree=4180820/4192956
[pid=26303] ppid=26301 vsize=16740 CPUtime=0.32
/proc/26303/stat : 26303 (sugar++) S 26301 26303 25998 0 -1 4194304 1297 4312 0 1 5 2 22 3 15 0 1 0 60208232 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26303/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 16740

[startup+1.50205 s]
/proc/loadavg: 2.59 3.03 3.13 3/75 26326
/proc/meminfo: memFree=1806552/2055920 swapFree=4180820/4192956
[pid=26303] ppid=26301 vsize=16740 CPUtime=0.79
/proc/26303/stat : 26303 (sugar++) S 26301 26303 25998 0 -1 4194304 1464 9719 0 2 5 2 65 7 15 0 1 0 60208232 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26303/statm: 4185 1114 414 3 0 764 0
[pid=26326] ppid=26303 vsize=3556 CPUtime=0.61
/proc/26326/stat : 26326 (minisat-inc) R 26303 26303 25998 0 -1 4194304 638 0 0 0 61 0 0 0 22 0 1 0 60208319 3641344 586 996147200 134512640 135134323 4294956192 18446744073709551615 134532097 0 0 4096 3 0 0 0 17 1 0 0
/proc/26326/statm: 889 586 73 151 0 735 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 20296

[startup+3.10164 s]
/proc/loadavg: 2.59 3.03 3.13 3/75 26326
/proc/meminfo: memFree=1804888/2055920 swapFree=4180820/4192956
[pid=26303] ppid=26301 vsize=16740 CPUtime=0.79
/proc/26303/stat : 26303 (sugar++) S 26301 26303 25998 0 -1 4194304 1464 9719 0 2 5 2 65 7 15 0 1 0 60208232 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26303/statm: 4185 1114 414 3 0 764 0
[pid=26326] ppid=26303 vsize=4552 CPUtime=2.2
/proc/26326/stat : 26326 (minisat-inc) R 26303 26303 25998 0 -1 4194304 908 0 0 0 220 0 0 0 25 0 1 0 60208319 4661248 856 996147200 134512640 135134323 4294956192 18446744073709551615 134531982 0 0 4096 3 0 0 0 17 1 0 0
/proc/26326/statm: 1138 856 73 151 0 984 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 21292

[startup+6.3018 s]
/proc/loadavg: 2.54 3.01 3.12 3/75 26326
/proc/meminfo: memFree=1803736/2055920 swapFree=4180820/4192956
[pid=26303] ppid=26301 vsize=16740 CPUtime=0.79
/proc/26303/stat : 26303 (sugar++) S 26301 26303 25998 0 -1 4194304 1464 9719 0 2 5 2 65 7 16 0 1 0 60208232 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26303/statm: 4185 1114 414 3 0 764 0
[pid=26326] ppid=26303 vsize=5220 CPUtime=5.37
/proc/26326/stat : 26326 (minisat-inc) R 26303 26303 25998 0 -1 4194304 1052 0 0 0 537 0 0 0 25 0 1 0 60208319 5345280 1000 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/26326/statm: 1305 1000 73 151 0 1151 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 21960

[startup+12.7011 s]
/proc/loadavg: 2.50 2.99 3.11 3/75 26326
/proc/meminfo: memFree=1802584/2055920 swapFree=4180820/4192956
[pid=26303] ppid=26301 vsize=16740 CPUtime=0.79
/proc/26303/stat : 26303 (sugar++) S 26301 26303 25998 0 -1 4194304 1464 9719 0 2 5 2 65 7 16 0 1 0 60208232 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26303/statm: 4185 1114 414 3 0 764 0
[pid=26326] ppid=26303 vsize=5620 CPUtime=11.71
/proc/26326/stat : 26326 (minisat-inc) R 26303 26303 25998 0 -1 4194304 1150 0 0 0 1171 0 0 0 25 0 1 0 60208319 5754880 1098 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/26326/statm: 1405 1098 73 151 0 1251 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 22360

[startup+25.5028 s]
/proc/loadavg: 2.42 2.96 3.10 3/75 26326
/proc/meminfo: memFree=1801176/2055920 swapFree=4180820/4192956
[pid=26303] ppid=26301 vsize=16740 CPUtime=0.79
/proc/26303/stat : 26303 (sugar++) S 26301 26303 25998 0 -1 4194304 1464 9719 0 2 5 2 65 7 16 0 1 0 60208232 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26303/statm: 4185 1114 414 3 0 764 0
[pid=26326] ppid=26303 vsize=6460 CPUtime=24.39
/proc/26326/stat : 26326 (minisat-inc) R 26303 26303 25998 0 -1 4194304 1365 0 0 0 2439 0 0 0 25 0 1 0 60208319 6615040 1313 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 1 0 0
/proc/26326/statm: 1615 1313 73 151 0 1461 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 23200

[startup+51.1011 s]
/proc/loadavg: 2.25 2.87 3.07 3/75 26326
/proc/meminfo: memFree=1799256/2055920 swapFree=4180820/4192956
[pid=26303] ppid=26301 vsize=16740 CPUtime=0.79
/proc/26303/stat : 26303 (sugar++) S 26301 26303 25998 0 -1 4194304 1464 9719 0 2 5 2 65 7 16 0 1 0 60208232 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26303/statm: 4185 1114 414 3 0 764 0
[pid=26326] ppid=26303 vsize=7708 CPUtime=49.77
/proc/26326/stat : 26326 (minisat-inc) R 26303 26303 25998 0 -1 4194304 1650 0 0 0 4976 1 0 0 25 0 1 0 60208319 7892992 1598 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/26326/statm: 1927 1598 73 151 0 1773 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 24448

[startup+102.302 s]
/proc/loadavg: 2.11 2.73 3.01 3/75 26326
/proc/meminfo: memFree=1795864/2055920 swapFree=4180820/4192956
[pid=26303] ppid=26301 vsize=16740 CPUtime=0.79
/proc/26303/stat : 26303 (sugar++) S 26301 26303 25998 0 -1 4194304 1464 9719 0 2 5 2 65 7 16 0 1 0 60208232 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26303/statm: 4185 1114 414 3 0 764 0
[pid=26326] ppid=26303 vsize=9244 CPUtime=100.5
/proc/26326/stat : 26326 (minisat-inc) R 26303 26303 25998 0 -1 4194304 2025 0 0 0 10049 1 0 0 25 0 1 0 60208319 9465856 1973 996147200 134512640 135134323 4294956192 18446744073709551615 134532161 0 0 4096 3 0 0 0 17 1 0 0
/proc/26326/statm: 2311 1973 73 151 0 2157 0
Current children cumulated CPU time (s) 101.29
Current children cumulated vsize (KiB) 25984

[startup+162.301 s]
/proc/loadavg: 2.04 2.60 2.94 3/75 26326
/proc/meminfo: memFree=1793240/2055920 swapFree=4180820/4192956
[pid=26303] ppid=26301 vsize=16740 CPUtime=0.79
/proc/26303/stat : 26303 (sugar++) S 26301 26303 25998 0 -1 4194304 1464 9719 0 2 5 2 65 7 16 0 1 0 60208232 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26303/statm: 4185 1114 414 3 0 764 0
[pid=26326] ppid=26303 vsize=10776 CPUtime=159.96
/proc/26326/stat : 26326 (minisat-inc) R 26303 26303 25998 0 -1 4194304 2377 0 0 0 15994 2 0 0 25 0 1 0 60208319 11034624 2325 996147200 134512640 135134323 4294956192 18446744073709551615 134523061 0 0 4096 3 0 0 0 17 1 0 0
/proc/26326/statm: 2694 2325 73 151 0 2540 0
Current children cumulated CPU time (s) 160.75
Current children cumulated vsize (KiB) 27516

[startup+222.306 s]
/proc/loadavg: 2.01 2.48 2.88 3/75 26326
/proc/meminfo: memFree=1791256/2055920 swapFree=4180820/4192956
[pid=26303] ppid=26301 vsize=16740 CPUtime=0.79
/proc/26303/stat : 26303 (sugar++) S 26301 26303 25998 0 -1 4194304 1464 9719 0 2 5 2 65 7 16 0 1 0 60208232 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26303/statm: 4185 1114 414 3 0 764 0
[pid=26326] ppid=26303 vsize=11520 CPUtime=219.42
/proc/26326/stat : 26326 (minisat-inc) R 26303 26303 25998 0 -1 4194304 2561 0 0 0 21940 2 0 0 25 0 1 0 60208319 11796480 2509 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/26326/statm: 2880 2509 73 151 0 2726 0
Current children cumulated CPU time (s) 220.21
Current children cumulated vsize (KiB) 28260

[startup+282.302 s]
/proc/loadavg: 2.00 2.39 2.82 3/75 26326
/proc/meminfo: memFree=1790104/2055920 swapFree=4180820/4192956
[pid=26303] ppid=26301 vsize=16740 CPUtime=0.79
/proc/26303/stat : 26303 (sugar++) S 26301 26303 25998 0 -1 4194304 1464 9719 0 2 5 2 65 7 16 0 1 0 60208232 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26303/statm: 4185 1114 414 3 0 764 0
[pid=26326] ppid=26303 vsize=12124 CPUtime=278.88
/proc/26326/stat : 26326 (minisat-inc) R 26303 26303 25998 0 -1 4194304 2701 0 0 0 27886 2 0 0 25 0 1 0 60208319 12414976 2649 996147200 134512640 135134323 4294956192 18446744073709551615 134532120 0 0 4096 3 0 0 0 17 1 0 0
/proc/26326/statm: 3031 2649 73 151 0 2877 0
Current children cumulated CPU time (s) 279.67
Current children cumulated vsize (KiB) 28864

[startup+342.302 s]
/proc/loadavg: 2.05 2.33 2.77 3/75 26326
/proc/meminfo: memFree=1788120/2055920 swapFree=4180820/4192956
[pid=26303] ppid=26301 vsize=16740 CPUtime=0.79
/proc/26303/stat : 26303 (sugar++) S 26301 26303 25998 0 -1 4194304 1464 9719 0 2 5 2 65 7 16 0 1 0 60208232 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26303/statm: 4185 1114 414 3 0 764 0
[pid=26326] ppid=26303 vsize=13376 CPUtime=338.33
/proc/26326/stat : 26326 (minisat-inc) R 26303 26303 25998 0 -1 4194304 3003 0 0 0 33831 2 0 0 25 0 1 0 60208319 13697024 2951 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/26326/statm: 3344 2951 73 151 0 3190 0
Current children cumulated CPU time (s) 339.12
Current children cumulated vsize (KiB) 30116

[startup+402.302 s]
/proc/loadavg: 2.02 2.27 2.72 3/75 26326
/proc/meminfo: memFree=1787160/2055920 swapFree=4180820/4192956
[pid=26303] ppid=26301 vsize=16740 CPUtime=0.79
/proc/26303/stat : 26303 (sugar++) S 26301 26303 25998 0 -1 4194304 1464 9719 0 2 5 2 65 7 16 0 1 0 60208232 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26303/statm: 4185 1114 414 3 0 764 0
[pid=26326] ppid=26303 vsize=13708 CPUtime=397.8
/proc/26326/stat : 26326 (minisat-inc) R 26303 26303 25998 0 -1 4194304 3063 0 0 0 39777 3 0 0 25 0 1 0 60208319 14036992 3011 996147200 134512640 135134323 4294956192 18446744073709551615 134532158 0 0 4096 3 0 0 0 17 1 0 0
/proc/26326/statm: 3427 3011 73 151 0 3273 0
Current children cumulated CPU time (s) 398.59
Current children cumulated vsize (KiB) 30448


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

[pid=26326] ppid=26303 vsize=26900 CPUtime=2894.88
/proc/26326/stat : 26326 (minisat-inc) R 26303 26303 25998 0 -1 4194304 6066 0 0 0 289481 7 0 0 25 0 1 0 60208319 27545600 6010 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/26326/statm: 6725 6010 79 151 0 6571 0
Current children cumulated CPU time (s) 2895.8
Current children cumulated vsize (KiB) 43772

[startup+2982.3 s]
/proc/loadavg: 2.01 2.00 2.01 3/75 26354
/proc/meminfo: memFree=1758808/2055920 swapFree=4180820/4192956
[pid=26303] ppid=26301 vsize=16872 CPUtime=0.92
/proc/26303/stat : 26303 (sugar++) S 26301 26303 25998 0 -1 4194304 1549 13434 0 3 5 2 75 10 16 0 1 0 60208232 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26303/statm: 4218 1116 414 3 0 797 0
[pid=26326] ppid=26303 vsize=26900 CPUtime=2954.34
/proc/26326/stat : 26326 (minisat-inc) R 26303 26303 25998 0 -1 4194304 6088 0 0 0 295427 7 0 0 25 0 1 0 60208319 27545600 6032 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/26326/statm: 6725 6032 79 151 0 6571 0
Current children cumulated CPU time (s) 2955.26
Current children cumulated vsize (KiB) 43772

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/75 26354
/proc/meminfo: memFree=1758360/2055920 swapFree=4180820/4192956
[pid=26303] ppid=26301 vsize=16872 CPUtime=0.92
/proc/26303/stat : 26303 (sugar++) S 26301 26303 25998 0 -1 4194304 1549 13434 0 3 5 2 75 10 16 0 1 0 60208232 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26303/statm: 4218 1116 414 3 0 797 0
[pid=26326] ppid=26303 vsize=27204 CPUtime=3013.8
/proc/26326/stat : 26326 (minisat-inc) R 26303 26303 25998 0 -1 4194304 6153 0 0 0 301373 7 0 0 25 0 1 0 60208319 27856896 6097 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 1 0 0
/proc/26326/statm: 6801 6097 79 151 0 6647 0
Current children cumulated CPU time (s) 3014.72
Current children cumulated vsize (KiB) 44076

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26354
/proc/meminfo: memFree=1757976/2055920 swapFree=4180820/4192956
[pid=26303] ppid=26301 vsize=16872 CPUtime=0.92
/proc/26303/stat : 26303 (sugar++) S 26301 26303 25998 0 -1 4194304 1549 13434 0 3 5 2 75 10 16 0 1 0 60208232 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26303/statm: 4218 1116 414 3 0 797 0
[pid=26326] ppid=26303 vsize=27204 CPUtime=3073.25
/proc/26326/stat : 26326 (minisat-inc) R 26303 26303 25998 0 -1 4194304 6175 0 0 0 307318 7 0 0 25 0 1 0 60208319 27856896 6119 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/26326/statm: 6801 6119 79 151 0 6647 0
Current children cumulated CPU time (s) 3074.17
Current children cumulated vsize (KiB) 44076

[startup+3162.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/75 26354
/proc/meminfo: memFree=1757784/2055920 swapFree=4180820/4192956
[pid=26303] ppid=26301 vsize=16872 CPUtime=0.92
/proc/26303/stat : 26303 (sugar++) S 26301 26303 25998 0 -1 4194304 1549 13434 0 3 5 2 75 10 16 0 1 0 60208232 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26303/statm: 4218 1116 414 3 0 797 0
[pid=26326] ppid=26303 vsize=27420 CPUtime=3132.71
/proc/26326/stat : 26326 (minisat-inc) R 26303 26303 25998 0 -1 4194304 6224 0 0 0 313264 7 0 0 25 0 1 0 60208319 28078080 6168 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/26326/statm: 6855 6168 79 151 0 6701 0
Current children cumulated CPU time (s) 3133.63
Current children cumulated vsize (KiB) 44292

[startup+3222.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/75 26354
/proc/meminfo: memFree=1757080/2055920 swapFree=4180820/4192956
[pid=26303] ppid=26301 vsize=16872 CPUtime=0.92
/proc/26303/stat : 26303 (sugar++) S 26301 26303 25998 0 -1 4194304 1549 13434 0 3 5 2 75 10 16 0 1 0 60208232 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26303/statm: 4218 1116 414 3 0 797 0
[pid=26326] ppid=26303 vsize=28208 CPUtime=3192.18
/proc/26326/stat : 26326 (minisat-inc) R 26303 26303 25998 0 -1 4194304 6391 0 0 0 319210 8 0 0 25 0 1 0 60208319 28884992 6335 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/26326/statm: 7052 6335 79 151 0 6898 0
Current children cumulated CPU time (s) 3193.1
Current children cumulated vsize (KiB) 45080

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26354
/proc/meminfo: memFree=1756824/2055920 swapFree=4180820/4192956
[pid=26303] ppid=26301 vsize=16872 CPUtime=0.92
/proc/26303/stat : 26303 (sugar++) S 26301 26303 25998 0 -1 4194304 1549 13434 0 3 5 2 75 10 16 0 1 0 60208232 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26303/statm: 4218 1116 414 3 0 797 0
[pid=26326] ppid=26303 vsize=28208 CPUtime=3251.64
/proc/26326/stat : 26326 (minisat-inc) R 26303 26303 25998 0 -1 4194304 6394 0 0 0 325156 8 0 0 25 0 1 0 60208319 28884992 6338 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/26326/statm: 7052 6338 79 151 0 6898 0
Current children cumulated CPU time (s) 3252.56
Current children cumulated vsize (KiB) 45080

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26354
/proc/meminfo: memFree=1756632/2055920 swapFree=4180820/4192956
[pid=26303] ppid=26301 vsize=16872 CPUtime=0.92
/proc/26303/stat : 26303 (sugar++) S 26301 26303 25998 0 -1 4194304 1549 13434 0 3 5 2 75 10 16 0 1 0 60208232 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26303/statm: 4218 1116 414 3 0 797 0
[pid=26326] ppid=26303 vsize=28208 CPUtime=3311.1
/proc/26326/stat : 26326 (minisat-inc) R 26303 26303 25998 0 -1 4194304 6401 0 0 0 331102 8 0 0 25 0 1 0 60208319 28884992 6345 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/26326/statm: 7052 6345 79 151 0 6898 0
Current children cumulated CPU time (s) 3312.02
Current children cumulated vsize (KiB) 45080

[startup+3402.3 s]
/proc/loadavg: 2.12 2.03 2.01 3/75 26354
/proc/meminfo: memFree=1756120/2055920 swapFree=4180820/4192956
[pid=26303] ppid=26301 vsize=16872 CPUtime=0.92
/proc/26303/stat : 26303 (sugar++) S 26301 26303 25998 0 -1 4194304 1549 13434 0 3 5 2 75 10 16 0 1 0 60208232 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26303/statm: 4218 1116 414 3 0 797 0
[pid=26326] ppid=26303 vsize=28492 CPUtime=3370.56
/proc/26326/stat : 26326 (minisat-inc) R 26303 26303 25998 0 -1 4194304 6470 0 0 0 337048 8 0 0 25 0 1 0 60208319 29175808 6414 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/26326/statm: 7123 6414 79 151 0 6969 0
Current children cumulated CPU time (s) 3371.48
Current children cumulated vsize (KiB) 45364

[startup+3462.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/75 26354
/proc/meminfo: memFree=1754840/2055920 swapFree=4180820/4192956
[pid=26303] ppid=26301 vsize=16872 CPUtime=0.92
/proc/26303/stat : 26303 (sugar++) S 26301 26303 25998 0 -1 4194304 1549 13434 0 3 5 2 75 10 16 0 1 0 60208232 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26303/statm: 4218 1116 414 3 0 797 0
[pid=26326] ppid=26303 vsize=28836 CPUtime=3430.01
/proc/26326/stat : 26326 (minisat-inc) R 26303 26303 25998 0 -1 4194304 6540 0 0 0 342993 8 0 0 25 0 1 0 60208319 29528064 6484 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/26326/statm: 7209 6484 79 151 0 7055 0
Current children cumulated CPU time (s) 3430.93
Current children cumulated vsize (KiB) 45708

[startup+3522.31 s]
/proc/loadavg: 2.01 2.02 2.00 3/75 26354
/proc/meminfo: memFree=1754648/2055920 swapFree=4180820/4192956
[pid=26303] ppid=26301 vsize=16872 CPUtime=0.92
/proc/26303/stat : 26303 (sugar++) S 26301 26303 25998 0 -1 4194304 1549 13434 0 3 5 2 75 10 16 0 1 0 60208232 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26303/statm: 4218 1116 414 3 0 797 0
[pid=26326] ppid=26303 vsize=28836 CPUtime=3489.47
/proc/26326/stat : 26326 (minisat-inc) R 26303 26303 25998 0 -1 4194304 6554 0 0 0 348939 8 0 0 25 0 1 0 60208319 29528064 6498 996147200 134512640 135134323 4294956192 18446744073709551615 134532050 0 0 4096 3 0 0 0 17 1 0 0
/proc/26326/statm: 7209 6498 79 151 0 7055 0
Current children cumulated CPU time (s) 3490.39
Current children cumulated vsize (KiB) 45708

[startup+3582.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 26354
/proc/meminfo: memFree=1754264/2055920 swapFree=4180820/4192956
[pid=26303] ppid=26301 vsize=16872 CPUtime=0.92
/proc/26303/stat : 26303 (sugar++) S 26301 26303 25998 0 -1 4194304 1549 13434 0 3 5 2 75 10 16 0 1 0 60208232 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26303/statm: 4218 1116 414 3 0 797 0
[pid=26326] ppid=26303 vsize=28968 CPUtime=3548.93
/proc/26326/stat : 26326 (minisat-inc) R 26303 26303 25998 0 -1 4194304 6593 0 0 0 354885 8 0 0 25 0 1 0 60208319 29663232 6537 996147200 134512640 135134323 4294956192 18446744073709551615 134531898 0 0 4096 3 0 0 0 17 1 0 0
/proc/26326/statm: 7242 6537 79 151 0 7088 0
Current children cumulated CPU time (s) 3549.85
Current children cumulated vsize (KiB) 45840



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3632.6 s]
/proc/loadavg: 2.00 2.01 2.00 3/76 26405
/proc/meminfo: memFree=1779600/2055920 swapFree=4180820/4192956
[pid=26303] ppid=26301 vsize=16872 CPUtime=0.92
/proc/26303/stat : 26303 (sugar++) S 26301 26303 25998 0 -1 4194304 1549 13434 0 3 5 2 75 10 16 0 1 0 60208232 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26303/statm: 4218 1116 414 3 0 797 0
[pid=26326] ppid=26303 vsize=29144 CPUtime=3599.1
/proc/26326/stat : 26326 (minisat-inc) R 26303 26303 25998 0 -1 4194304 6608 0 0 0 359902 8 0 0 25 0 1 0 60208319 29843456 6552 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/26326/statm: 7286 6552 79 151 0 7132 0
Current children cumulated CPU time (s) 3600.02
Current children cumulated vsize (KiB) 46016

Sending SIGTERM to process tree (bottom up)


[startup+st ended. Dumping a history of the last processes samples4304 660

3632.6 s]
/proc/loadavg: 2.00 2.01 2.00 3/76 26405
/proc/meminfo: memFree=1779600/2055920 swapFree=4180820/4192956
[pid=26303] ppid=26301 vsize=16872 CPUtime=0.92
/proc/26303/stat : 26303 (sugar++) S 26301 26303 25998 0 -1 4194304 1549 13434 0 3 5 2 75 10 16 0 1 0 60208232 17276928 1116 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26303/statm: 4218 1116 414 3 0 797 0
[pid=26326] ppid=26303 vsize=29144 CPUtime=3599.1
/proc/26326/stat : 26326 (minisat-inc) R 26303 26303 25998 0 -1 4194304 6608 0 0 0 359902 8 0 0 25 0 1 0 60208319 29843456 6552 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/26326/statm: 7286 6552 79 151 0 7132 0
Current children cumulated CPU time (s) 3600.02
Current children cumulated vsize (KiB) 46016

Child status: 0
Real time (s): 3632.61
CPU time (s): 3600.06
CPU user time (s): 3599.84
CPU system time (s): 0.223965
CPU usage (%): 99.1039
Max. virtual memory (cumulated for all children) (KiB): 46016

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

runsolver used 4.66629 second user time and 11.8612 second system time

The end

Launcher Data (download as text)

Begin job on node16 at 2008-07-14 13:30:57
IDJOB=1115723
IDBENCH=61905
IDSOLVER=367
FILE ID=node16/1115723-1216035057
PBS_JOBID= 7904891
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/randomMaxCSP/completeTight/normalized-vcsp-15-10-100-93-23_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1115723-1216035057/watcher-1115723-1216035057 -o /tmp/evaluation-result-1115723-1216035057/solver-1115723-1216035057 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1115723-1216035057.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ce0d078b58386c0ba9b363c3d60a99c3
RANDOM SEED=1497535469

node16.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.218
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.218
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:       1811912 kB
Buffers:         49980 kB
Cached:         130116 kB
SwapCached:       6020 kB
Active:         147984 kB
Inactive:        48468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1811912 kB
SwapTotal:     4192956 kB
SwapFree:      4180820 kB
Dirty:            2364 kB
Writeback:           0 kB
Mapped:          23436 kB
Slab:            32860 kB
Committed_AS:   273128 kB
PageTables:       1968 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= 66524 MiB
End job on node16 at 2008-07-14 14:31:29