Trace number 1115587

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.09 3602.31

General information on the benchmark

Namemaxcsp/randomMaxCSP/denseTight/
normalized-vcsp-25-10-25-87-16_ext.xml
MD5SUM5e4359fb93bff837088699f28e896e1f
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints30
Best CPU time to get the best result obtained on this benchmark1.54377
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.03/0.09	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.03/0.09	c 0	BEGIN Mon Jul 14 12:30:39 2008
0.03/0.09	c 0	PID 23751
0.03/0.09	c 0	HOST node15.alineos.net
0.03/0.09	c 0	CONVERTING HOME/instance-1115587-1216031438.xml TO HOME/temp.csp
0.03/0.09	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1115587-1216031438.xml' 'HOME/temp.csp'
0.07/0.32	c 0	1 domains, 25 variables, 0 predicates, 75 relations, 75 constraints
0.07/0.35	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.35	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.29/0.44	c 0	Parsing HOME/temp.csp
0.29/0.53	c 0	parsed 176 expressions
0.29/1.00	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.47/1.00	c 0	MAX CSP: 75 constraints
0.47/1.00	c 0	Converting to clausal form CSP
0.47/1.02	c 0	converted 26 (10%) expressions
0.47/1.03	c 0	converted 51 (20%) expressions
0.47/1.03	c 0	converted 77 (30%) expressions
0.47/1.03	c 0	converted 102 (40%) expressions
0.47/1.04	c 0	converted 127 (50%) expressions
0.47/1.04	c 0	converted 153 (60%) expressions
0.47/1.05	c 1	converted 178 (70%) expressions
0.47/1.05	c 1	converted 204 (80%) expressions
0.47/1.06	c 1	converted 229 (90%) expressions
0.47/1.10	c 1	converted 254 (100%) expressions
0.47/1.10	c 1	CSP : 175 integers, 0 booleans, 224 clauses, largest domain size 113
0.47/1.10	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.47/1.10	c 1	Propagation in CSP
0.56/1.12	c 1	71 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.56/1.12	c 1	CSP : 175 integers, 0 booleans, 224 clauses, largest domain size 76
0.56/1.12	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.56/1.12	c 1	Simplifing CSP by introducing new Boolean variables
0.56/1.12	c 1	CSP : 175 integers, 0 booleans, 224 clauses, largest domain size 76
0.56/1.12	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.56/1.14	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.56/1.15	c 1	18 (10%) CSP integer variables are encoded (144 clauses, 1456 bytes)
0.56/1.15	c 1	35 (20%) CSP integer variables are encoded (200 clauses, 2072 bytes)
0.56/1.15	c 1	53 (30%) CSP integer variables are encoded (200 clauses, 2072 bytes)
0.56/1.15	c 1	70 (40%) CSP integer variables are encoded (200 clauses, 2072 bytes)
0.56/1.15	c 1	88 (50%) CSP integer variables are encoded (200 clauses, 2072 bytes)
0.56/1.16	c 1	105 (60%) CSP integer variables are encoded (282 clauses, 2974 bytes)
0.56/1.16	c 1	123 (70%) CSP integer variables are encoded (346 clauses, 3678 bytes)
0.56/1.16	c 1	140 (80%) CSP integer variables are encoded (442 clauses, 4734 bytes)
0.56/1.16	c 1	158 (90%) CSP integer variables are encoded (506 clauses, 5438 bytes)
0.56/1.16	c 1	175 (100%) CSP integer variables are encoded (977 clauses, 10920 bytes)
0.56/1.19	c 1	23 (10%) CSP clauses are encoded (1366 clauses, 17430 bytes)
0.67/1.20	c 1	45 (20%) CSP clauses are encoded (1758 clauses, 24297 bytes)
0.67/1.21	c 1	68 (30%) CSP clauses are encoded (2157 clauses, 31694 bytes)
0.67/1.21	c 1	90 (40%) CSP clauses are encoded (2360 clauses, 35138 bytes)
0.67/1.22	c 1	112 (50%) CSP clauses are encoded (2792 clauses, 41278 bytes)
0.67/1.22	c 1	135 (60%) CSP clauses are encoded (2969 clauses, 43661 bytes)
0.67/1.22	c 1	157 (70%) CSP clauses are encoded (4137 clauses, 60946 bytes)
0.67/1.22	c 1	180 (80%) CSP clauses are encoded (4315 clauses, 63347 bytes)
0.67/1.23	c 1	202 (90%) CSP clauses are encoded (6132 clauses, 88936 bytes)
0.67/1.24	c 1	224 (100%) CSP clauses are encoded (10831 clauses, 166404 bytes)
0.67/1.24	c 1	224 CSP clauses encoded
0.67/1.24	c 1	Writing map file : HOME/temp.map
0.67/1.24	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.67/1.24	c 1	SAT : 1152 SAT variables, 10831 SAT clauses, 166404 bytes
0.67/1.24	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.71/1.30	c 1	OBJECTIVE minimize _COST
0.71/1.30	c 1	SOLVING HOME/temp.cnf
0.71/1.30	c 1	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
0.71/1.30	c 1	This is MiniSat 2.0 beta incremental
0.71/1.30	c 1	WARNING: for repeatability, setting FPU to use double precision
0.71/1.30	c 1	============================[ Problem Statistics ]=============================
0.71/1.30	c 1	|                                                                             |
0.71/1.30	c 1	|  Number of variables:  1152                                                 |
0.71/1.30	c 1	|  Number of clauses:    10831                                                |
0.71/1.31	c 1	|  Parsing time:         0.00         s                                       |
0.71/1.31	c 1	OK
0.71/1.31	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
0.71/1.31	c 1	SEARCHING: _COST <= 38
0.71/1.31	c 1	============================[ Search Statistics ]==============================
0.71/1.31	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.71/1.31	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.71/1.31	c 1	===============================================================================
0.71/1.31	c 1	|         0 |    1152    10831    30855 |     3610        0    nan |  0.000 % |
0.71/1.32	c 1	|       100 |    1152    10831    30855 |     3971      100     12 |  0.020 % |
0.71/1.32	c 1	|       251 |    1152    10831    30855 |     4368      251     15 |  0.020 % |
0.71/1.33	c 1	|       476 |    1152    10831    30855 |     4805      476     17 |  0.020 % |
0.71/1.35	c 1	|       813 |    1152    10831    30855 |     5285      813     16 |  0.020 % |
0.71/1.37	c 1	|      1319 |    1152    10831    30855 |     5814     1319     16 |  0.020 % |
0.73/1.41	c 1	|      2078 |    1152    10831    30855 |     6395     2078     20 |  0.020 % |
0.73/1.48	c 1	|      3218 |    1152    10831    30855 |     7035     3218     21 |  0.020 % |
0.73/1.61	c 1	|      4927 |    1152    10831    30855 |     7739     4927     22 |  0.020 % |
0.73/1.62	c 1	===============================================================================
0.73/1.62	c 1	restarts              : 9
0.73/1.62	c 1	conflicts             : 5136          (16517 /sec)
0.73/1.62	c 1	decisions             : 6934          (0.48 % random) (22299 /sec)
0.73/1.62	c 1	propagations          : 489313         (1573597 /sec)
0.73/1.62	c 1	conflict literals     : 111740         (27.45 % deleted)
0.73/1.62	c 1	Memory used           : 2.84 MB
0.73/1.62	c 1	CPU time              : 0.310952 s
0.73/1.62	c 1	
0.73/1.62	c 1	SATISFIABLE
0.73/1.62	c 1	OK
0.73/1.62	c 1	FOUND: _COST <= 38
0.73/1.62	s SATISFIABLE
0.73/1.62	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.73/1.62	c 1	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
0.73/1.71	c 1	Decoding HOME/temp.out
0.73/1.75	c 1	OBJECTIVE _COST 38
0.73/1.75	o 38
0.73/1.75	v 3 6 9 7 3 9 6 1 8 9 1 3 3 7 0 8 4 4 9 9 1 0 9 6 9
0.73/1.75	c 1	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
0.73/1.80	c 1	OK
0.73/1.80	c 1	OBJECTIVE BOUND: 0 <= _COST <= 38
0.73/1.80	c 1	SEARCHING: _COST <= 19
0.85/1.80	c 1	============================[ Search Statistics ]==============================
0.85/1.80	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.85/1.80	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.85/1.80	c 1	===============================================================================
0.85/1.80	c 1	|      5136 |     893     7608    21926 |     2536     5136     22 |  0.020 % |
0.85/1.83	c 1	|      5236 |     893     7608    21926 |     2789     2668     21 | 22.494 % |
0.85/1.84	c 1	|      5386 |     893     7608    21926 |     3068     2818     21 | 22.494 % |
0.85/1.84	c 1	|      5612 |     893     7608    21926 |     3375     3044     20 | 22.494 % |
0.85/1.86	c 1	|      5951 |     893     7608    21926 |     3712     3383     19 | 22.494 % |
0.85/1.89	c 1	|      6457 |     893     7608    21926 |     4084     3889     18 | 22.494 % |
0.85/1.93	c 1	|      7216 |     893     7608    21926 |     4492     4648     17 | 22.494 % |
0.85/2.00	c 1	|      8356 |     893     7608    21926 |     4941     3237     12 | 22.494 % |
1.46/2.12	c 2	|     10064 |     893     7608    21926 |     5436     4945     12 | 22.494 % |
1.56/2.27	c 2	|     12626 |     893     7608    21926 |     5979     4468     11 | 22.494 % |
1.85/2.53	c 2	|     16470 |     893     7608    21926 |     6577     5020     12 | 22.494 % |
2.25/2.95	c 2	|     22236 |     893     7608    21926 |     7235     3611     11 | 22.494 % |
2.85/3.58	c 3	|     30888 |     893     7608    21926 |     7959     4364     12 | 22.494 % |
3.95/4.61	c 4	|     43863 |     893     7608    21926 |     8754     4425     11 | 22.494 % |
5.45/6.15	c 6	|     63325 |     893     7608    21926 |     9630     4997     15 | 22.494 % |
7.85/8.58	c 8	|     92520 |     893     7608    21926 |    10593     8496     13 | 22.495 % |
11.55/12.30	c 12	===============================================================================
11.55/12.30	c 12	restarts              : 25
11.55/12.30	c 12	conflicts             : 135595        (12555 /sec)
11.55/12.30	c 12	decisions             : 164668        (0.93 % random) (15247 /sec)
11.65/12.30	c 12	propagations          : 13648124       (1263673 /sec)
11.65/12.30	c 12	conflict literals     : 1971860        (35.60 % deleted)
11.65/12.30	c 12	Memory used           : 3.89 MB
11.65/12.30	c 12	CPU time              : 10.8004 s
11.65/12.30	c 12	
11.65/12.30	c 12	UNSATISFIABLE
11.65/12.30	c 12	OK
11.65/12.30	c 12	NOT FOUND: _COST <= 19
11.65/12.30	c 12	OK
11.65/12.30	c 12	OBJECTIVE BOUND: 20 <= _COST <= 38
11.65/12.30	c 12	SEARCHING: _COST <= 29
11.65/12.30	c 12	============================[ Search Statistics ]==============================
11.65/12.30	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.65/12.30	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.65/12.30	c 12	===============================================================================
11.65/12.30	c 12	|    135595 |     807     7018    20414 |     2339     3906     12 | 22.495 % |
11.65/12.31	c 12	|    135696 |     807     7018    20414 |     2573     2054     10 | 29.953 % |
11.65/12.31	c 12	|    135846 |     807     7018    20414 |     2830     2204     10 | 29.953 % |
11.65/12.33	c 12	|    136072 |     807     7018    20414 |     3113     2430     11 | 29.953 % |
11.65/12.34	c 12	|    136411 |     807     7018    20414 |     3425     2769     11 | 29.953 % |
11.65/12.37	c 12	|    136917 |     807     7018    20414 |     3767     3275     12 | 29.953 % |
11.74/12.42	c 12	|    137676 |     807     7018    20414 |     4144     4034     13 | 29.953 % |
11.84/12.50	c 12	|    138816 |     807     7018    20414 |     4558     2755     14 | 29.953 % |
11.94/12.61	c 12	|    140524 |     807     7018    20414 |     5014     4463     15 | 29.953 % |
12.04/12.79	c 12	|    143088 |     807     7018    20414 |     5516     4212     15 | 29.953 % |
12.34/13.07	c 13	|    146932 |     807     7018    20414 |     6067     4955     15 | 29.953 % |
12.74/13.49	c 13	|    152698 |     807     7018    20414 |     6674     3944     14 | 29.953 % |
13.44/14.17	c 14	|    161348 |     807     7018    20414 |     7341     5230     15 | 29.953 % |
14.54/15.27	c 15	|    174323 |     807     7018    20414 |     8076     6173     17 | 29.953 % |
16.24/16.92	c 16	|    193784 |     807     7018    20414 |     8883     8101     18 | 29.953 % |
18.84/19.53	c 19	|    222978 |     807     7018    20414 |     9771     8597     18 | 29.953 % |
22.93/23.62	c 23	|    266767 |     807     7018    20414 |    10749     5333     16 | 29.953 % |
29.14/29.83	c 29	|    332452 |     807     7018    20414 |    11824     8306     17 | 29.953 % |
38.94/39.68	c 39	|    430978 |     807     7018    20414 |    13006     7031     15 | 29.953 % |
54.23/54.90	c 54	|    578767 |     807     7018    20414 |    14307    11438     17 | 29.953 % |
78.11/78.88	c 78	|    800451 |     807     7018    20414 |    15737     8672     20 | 29.953 % |
119.29/120.03	c 119	|   1132980 |     807     7018    20414 |    17311    13295     20 | 29.953 % |
184.57/185.31	c 185	|   1631769 |     807     7018    20414 |    19042    17620     20 | 29.953 % |
286.92/287.72	c 287	|   2379951 |     807     7018    20414 |    20947    17318     17 | 29.953 % |
447.25/448.16	c 448	|   3502227 |     807     7018    20414 |    23041    15583     22 | 29.953 % |
709.04/710.01	c 709	|   5185642 |     807     7018    20414 |    25345    16436     21 | 29.953 % |
1137.75/1138.96	c 1138	|   7710758 |     807     7018    20414 |    27880    20631     23 | 29.953 % |
1836.02/1837.59	c 1837	|  11498435 |     807     7018    20414 |    30668    14599     18 | 29.953 % |
2963.62/2965.66	c 2965	|  17179948 |     807     7018    20414 |    33735    13293     23 | 29.953 % |
3600.06/3602.31	c 3602	CPU 3599.84 (0.06 0.02 3599.78 0.21)
3600.06/3602.31	c 3602	END Mon Jul 14 13:30:41 2008

Verifier Data (download as text)

OK	38	37
38 unsatisfied constraints, 37 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-1115587-1216031438/watcher-1115587-1216031438 -o /tmp/evaluation-result-1115587-1216031438/solver-1115587-1216031438 -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-1115587-1216031438.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: 3.14 3.14 2.83 5/80 23751
/proc/meminfo: memFree=1733528/2055920 swapFree=4180596/4192956
[pid=23751] ppid=23749 vsize=12268 CPUtime=0
/proc/23751/stat : 23751 (sugar++) D 23749 23751 23609 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 59846442 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 240472783461 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/23751/statm: 3067 316 241 3 0 167 0

[startup+0.058495 s]
/proc/loadavg: 3.14 3.14 2.83 5/80 23751
/proc/meminfo: memFree=1733528/2055920 swapFree=4180596/4192956
[pid=23751] ppid=23749 vsize=13468 CPUtime=0.03
/proc/23751/stat : 23751 (sugar++) R 23749 23751 23609 0 -1 4194304 764 0 0 0 2 1 0 0 18 0 1 0 59846442 13791232 732 996147200 4194304 4206940 548682068528 18446744073709551615 240481516542 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/23751/statm: 3367 732 338 3 0 467 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13468

[startup+0.101505 s]
/proc/loadavg: 3.14 3.14 2.83 5/80 23751
/proc/meminfo: memFree=1733528/2055920 swapFree=4180596/4192956
[pid=23751] ppid=23749 vsize=16740 CPUtime=0.07
/proc/23751/stat : 23751 (sugar++) S 23749 23751 23609 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 59846442 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23751/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.301532 s]
/proc/loadavg: 3.14 3.14 2.83 5/80 23751
/proc/meminfo: memFree=1733528/2055920 swapFree=4180596/4192956
[pid=23751] ppid=23749 vsize=16740 CPUtime=0.07
/proc/23751/stat : 23751 (sugar++) S 23749 23751 23609 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 59846442 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23751/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701597 s]
/proc/loadavg: 3.14 3.14 2.83 5/80 23751
/proc/meminfo: memFree=1733528/2055920 swapFree=4180596/4192956
[pid=23751] ppid=23749 vsize=16740 CPUtime=0.29
/proc/23751/stat : 23751 (sugar++) S 23749 23751 23609 0 -1 4194304 1296 4293 0 1 5 2 19 3 15 0 1 0 59846442 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23751/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16740

[startup+1.50173 s]
/proc/loadavg: 3.14 3.14 2.83 4/91 23773
/proc/meminfo: memFree=1725056/2055920 swapFree=4180596/4192956
[pid=23751] ppid=23749 vsize=16740 CPUtime=0.73
/proc/23751/stat : 23751 (sugar++) S 23749 23751 23609 0 -1 4194304 1462 9671 0 2 6 2 57 8 15 0 1 0 59846442 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23751/statm: 4185 1113 414 3 0 764 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 16740

[startup+3.10201 s]
/proc/loadavg: 3.14 3.14 2.83 3/82 23784
/proc/meminfo: memFree=1728712/2055920 swapFree=4180596/4192956
[pid=23751] ppid=23749 vsize=16740 CPUtime=0.85
/proc/23751/stat : 23751 (sugar++) S 23749 23751 23609 0 -1 4194304 1544 13382 0 3 6 2 67 10 15 0 1 0 59846442 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23751/statm: 4185 1115 414 3 0 764 0
[pid=23774] ppid=23751 vsize=3052 CPUtime=1.6
/proc/23774/stat : 23774 (minisat-inc) R 23751 23751 23609 0 -1 4194304 508 0 0 0 160 0 0 0 25 0 1 0 59846573 3125248 453 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 0 0 0
/proc/23774/statm: 763 453 79 151 0 609 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 19792

[startup+6.30155 s]
/proc/loadavg: 3.05 3.12 2.83 3/82 23784
/proc/meminfo: memFree=1728328/2055920 swapFree=4180596/4192956
[pid=23751] ppid=23749 vsize=16740 CPUtime=0.85
/proc/23751/stat : 23751 (sugar++) S 23749 23751 23609 0 -1 4194304 1544 13382 0 3 6 2 67 10 16 0 1 0 59846442 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23751/statm: 4185 1115 414 3 0 764 0
[pid=23774] ppid=23751 vsize=3580 CPUtime=4.8
/proc/23774/stat : 23774 (minisat-inc) R 23751 23751 23609 0 -1 4194304 653 0 0 0 480 0 0 0 25 0 1 0 59846573 3665920 598 996147200 134512640 135134323 4294956192 18446744073709551615 134532135 0 0 4096 3 0 0 0 17 0 0 0
/proc/23774/statm: 895 598 79 151 0 741 0
Current children cumulated CPU time (s) 5.65
Current children cumulated vsize (KiB) 20320

[startup+12.7016 s]
/proc/loadavg: 2.97 3.10 2.82 3/82 23784
/proc/meminfo: memFree=1728008/2055920 swapFree=4180596/4192956
[pid=23751] ppid=23749 vsize=16740 CPUtime=0.85
/proc/23751/stat : 23751 (sugar++) S 23749 23751 23609 0 -1 4194304 1547 13382 0 3 6 2 67 10 15 0 1 0 59846442 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23751/statm: 4185 1115 414 3 0 764 0
[pid=23774] ppid=23751 vsize=3976 CPUtime=11.19
/proc/23774/stat : 23774 (minisat-inc) R 23751 23751 23609 0 -1 4194304 753 0 0 0 1119 0 0 0 25 0 1 0 59846573 4071424 696 996147200 134512640 135134323 4294956192 18446744073709551615 134529634 0 0 4096 3 0 0 0 17 0 0 0
/proc/23774/statm: 994 696 79 151 0 840 0
Current children cumulated CPU time (s) 12.04
Current children cumulated vsize (KiB) 20716

[startup+25.5018 s]
/proc/loadavg: 2.90 3.08 2.82 3/82 23784
/proc/meminfo: memFree=1727432/2055920 swapFree=4180596/4192956
[pid=23751] ppid=23749 vsize=16740 CPUtime=0.85
/proc/23751/stat : 23751 (sugar++) S 23749 23751 23609 0 -1 4194304 1547 13382 0 3 6 2 67 10 16 0 1 0 59846442 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23751/statm: 4185 1115 414 3 0 764 0
[pid=23774] ppid=23751 vsize=4780 CPUtime=23.99
/proc/23774/stat : 23774 (minisat-inc) R 23751 23751 23609 0 -1 4194304 934 0 0 0 2398 1 0 0 25 0 1 0 59846573 4894720 877 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/23774/statm: 1195 877 79 151 0 1041 0
Current children cumulated CPU time (s) 24.84
Current children cumulated vsize (KiB) 21520

[startup+51.1012 s]
/proc/loadavg: 2.93 3.07 2.82 3/82 23784
/proc/meminfo: memFree=1726728/2055920 swapFree=4180596/4192956
[pid=23751] ppid=23749 vsize=16740 CPUtime=0.85
/proc/23751/stat : 23751 (sugar++) S 23749 23751 23609 0 -1 4194304 1547 13382 0 3 6 2 67 10 16 0 1 0 59846442 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23751/statm: 4185 1115 414 3 0 764 0
[pid=23774] ppid=23751 vsize=5608 CPUtime=49.58
/proc/23774/stat : 23774 (minisat-inc) R 23751 23751 23609 0 -1 4194304 1139 0 0 0 4957 1 0 0 25 0 1 0 59846573 5742592 1082 996147200 134512640 135134323 4294956192 18446744073709551615 134531980 0 0 4096 3 0 0 0 17 0 0 0
/proc/23774/statm: 1402 1082 79 151 0 1248 0
Current children cumulated CPU time (s) 50.43
Current children cumulated vsize (KiB) 22348

[startup+102.307 s]
/proc/loadavg: 2.78 3.01 2.81 3/82 23784
/proc/meminfo: memFree=1725256/2055920 swapFree=4180596/4192956
[pid=23751] ppid=23749 vsize=16740 CPUtime=0.85
/proc/23751/stat : 23751 (sugar++) S 23749 23751 23609 0 -1 4194304 1547 13382 0 3 6 2 67 10 16 0 1 0 59846442 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23751/statm: 4185 1115 414 3 0 764 0
[pid=23774] ppid=23751 vsize=6988 CPUtime=100.76
/proc/23774/stat : 23774 (minisat-inc) R 23751 23751 23609 0 -1 4194304 1466 0 0 0 10075 1 0 0 25 0 1 0 59846573 7155712 1409 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/23774/statm: 1747 1409 79 151 0 1593 0
Current children cumulated CPU time (s) 101.61
Current children cumulated vsize (KiB) 23728

[startup+162.301 s]
/proc/loadavg: 2.72 2.96 2.81 3/82 23784
/proc/meminfo: memFree=1724232/2055920 swapFree=4180596/4192956
[pid=23751] ppid=23749 vsize=16740 CPUtime=0.85
/proc/23751/stat : 23751 (sugar++) S 23749 23751 23609 0 -1 4194304 1547 13382 0 3 6 2 67 10 16 0 1 0 59846442 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23751/statm: 4185 1115 414 3 0 764 0
[pid=23774] ppid=23751 vsize=7984 CPUtime=160.72
/proc/23774/stat : 23774 (minisat-inc) R 23751 23751 23609 0 -1 4194304 1724 0 0 0 16071 1 0 0 25 0 1 0 59846573 8175616 1667 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 0 0 0
/proc/23774/statm: 1996 1667 79 151 0 1842 0
Current children cumulated CPU time (s) 161.57
Current children cumulated vsize (KiB) 24724

[startup+222.302 s]
/proc/loadavg: 2.77 2.93 2.81 3/82 23784
/proc/meminfo: memFree=1723272/2055920 swapFree=4180596/4192956
[pid=23751] ppid=23749 vsize=16740 CPUtime=0.85
/proc/23751/stat : 23751 (sugar++) S 23749 23751 23609 0 -1 4194304 1547 13382 0 3 6 2 67 10 16 0 1 0 59846442 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23751/statm: 4185 1115 414 3 0 764 0
[pid=23774] ppid=23751 vsize=9008 CPUtime=220.7
/proc/23774/stat : 23774 (minisat-inc) R 23751 23751 23609 0 -1 4194304 1950 0 0 0 22069 1 0 0 25 0 1 0 59846573 9224192 1893 996147200 134512640 135134323 4294956192 18446744073709551615 134529140 0 0 4096 3 0 0 0 17 0 0 0
/proc/23774/statm: 2252 1893 79 151 0 2098 0
Current children cumulated CPU time (s) 221.55
Current children cumulated vsize (KiB) 25748

[startup+282.302 s]
/proc/loadavg: 2.81 2.91 2.81 3/82 23784
/proc/meminfo: memFree=1722440/2055920 swapFree=4180596/4192956
[pid=23751] ppid=23749 vsize=16740 CPUtime=0.85
/proc/23751/stat : 23751 (sugar++) S 23749 23751 23609 0 -1 4194304 1547 13382 0 3 6 2 67 10 16 0 1 0 59846442 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23751/statm: 4185 1115 414 3 0 764 0
[pid=23774] ppid=23751 vsize=9696 CPUtime=280.67
/proc/23774/stat : 23774 (minisat-inc) R 23751 23751 23609 0 -1 4194304 2123 0 0 0 28066 1 0 0 25 0 1 0 59846573 9928704 2066 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 0 0 0
/proc/23774/statm: 2424 2066 79 151 0 2270 0
Current children cumulated CPU time (s) 281.52
Current children cumulated vsize (KiB) 26436

[startup+342.302 s]
/proc/loadavg: 2.80 2.88 2.81 3/82 23784
/proc/meminfo: memFree=1721864/2055920 swapFree=4180596/4192956
[pid=23751] ppid=23749 vsize=16740 CPUtime=0.85
/proc/23751/stat : 23751 (sugar++) S 23749 23751 23609 0 -1 4194304 1547 13382 0 3 6 2 67 10 16 0 1 0 59846442 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23751/statm: 4185 1115 414 3 0 764 0
[pid=23774] ppid=23751 vsize=10244 CPUtime=340.65
/proc/23774/stat : 23774 (minisat-inc) R 23751 23751 23609 0 -1 4194304 2266 0 0 0 34063 2 0 0 25 0 1 0 59846573 10489856 2209 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 0 0 0
/proc/23774/statm: 2561 2209 79 151 0 2407 0
Current children cumulated CPU time (s) 341.5
Current children cumulated vsize (KiB) 26984

[startup+402.302 s]
/proc/loadavg: 2.68 2.83 2.79 3/82 23784
/proc/meminfo: memFree=1721480/2055920 swapFree=4180596/4192956
[pid=23751] ppid=23749 vsize=16740 CPUtime=0.85
/proc/23751/stat : 23751 (sugar++) S 23749 23751 23609 0 -1 4194304 1547 13382 0 3 6 2 67 10 16 0 1 0 59846442 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23751/statm: 4185 1115 414 3 0 764 0
[pid=23774] ppid=23751 vsize=10696 CPUtime=400.62
/proc/23774/stat : 23774 (minisat-inc) R 23751 23751 23609 0 -1 4194304 2366 0 0 0 40060 2 0 0 25 0 1 0 59846573 10952704 2309 996147200 134512640 135134323 4294956192 18446744073709551615 134531982 0 0 4096 3 0 0 0 17 0 0 0
/proc/23774/statm: 2674 2309 79 151 0 2520 0
Current children cumulated CPU time (s) 401.47
Current children cumulated vsize (KiB) 27436

[startup+462.301 s]
/proc/loadavg: 2.76 2.82 2.79 3/82 23784
/proc/meminfo: memFree=1720968/2055920 swapFree=4180596/4192956

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

/proc/23751/statm: 4185 1115 414 3 0 764 0
[pid=23774] ppid=23751 vsize=21504 CPUtime=2919.49
/proc/23774/stat : 23774 (minisat-inc) R 23751 23751 23609 0 -1 4194304 4896 0 0 0 291941 8 0 0 25 0 1 0 59846573 22020096 4839 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 0 0 0
/proc/23774/statm: 5376 4839 79 151 0 5222 0
Current children cumulated CPU time (s) 2920.34
Current children cumulated vsize (KiB) 38244

[startup+2982.3 s]
/proc/loadavg: 2.57 2.60 2.62 3/82 23792
/proc/meminfo: memFree=1709960/2055920 swapFree=4180596/4192956
[pid=23751] ppid=23749 vsize=16740 CPUtime=0.85
/proc/23751/stat : 23751 (sugar++) S 23749 23751 23609 0 -1 4194304 1547 13382 0 3 6 2 67 10 16 0 1 0 59846442 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23751/statm: 4185 1115 414 3 0 764 0
[pid=23774] ppid=23751 vsize=21672 CPUtime=2979.46
/proc/23774/stat : 23774 (minisat-inc) R 23751 23751 23609 0 -1 4194304 4944 0 0 0 297938 8 0 0 25 0 1 0 59846573 22192128 4887 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/23774/statm: 5418 4887 79 151 0 5264 0
Current children cumulated CPU time (s) 2980.31
Current children cumulated vsize (KiB) 38412

[startup+3042.3 s]
/proc/loadavg: 2.72 2.62 2.63 3/82 23792
/proc/meminfo: memFree=1709768/2055920 swapFree=4180596/4192956
[pid=23751] ppid=23749 vsize=16740 CPUtime=0.85
/proc/23751/stat : 23751 (sugar++) S 23749 23751 23609 0 -1 4194304 1547 13382 0 3 6 2 67 10 16 0 1 0 59846442 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23751/statm: 4185 1115 414 3 0 764 0
[pid=23774] ppid=23751 vsize=21956 CPUtime=3039.44
/proc/23774/stat : 23774 (minisat-inc) R 23751 23751 23609 0 -1 4194304 4998 0 0 0 303936 8 0 0 25 0 1 0 59846573 22482944 4941 996147200 134512640 135134323 4294956192 18446744073709551615 134531809 0 0 4096 3 0 0 0 17 0 0 0
/proc/23774/statm: 5489 4941 79 151 0 5335 0
Current children cumulated CPU time (s) 3040.29
Current children cumulated vsize (KiB) 38696

[startup+3102.3 s]
/proc/loadavg: 2.70 2.64 2.64 3/82 23792
/proc/meminfo: memFree=1709448/2055920 swapFree=4180596/4192956
[pid=23751] ppid=23749 vsize=16740 CPUtime=0.85
/proc/23751/stat : 23751 (sugar++) S 23749 23751 23609 0 -1 4194304 1547 13382 0 3 6 2 67 10 16 0 1 0 59846442 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23751/statm: 4185 1115 414 3 0 764 0
[pid=23774] ppid=23751 vsize=22284 CPUtime=3099.41
/proc/23774/stat : 23774 (minisat-inc) R 23751 23751 23609 0 -1 4194304 5060 0 0 0 309933 8 0 0 25 0 1 0 59846573 22818816 5003 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 0 0 0
/proc/23774/statm: 5571 5003 79 151 0 5417 0
Current children cumulated CPU time (s) 3100.26
Current children cumulated vsize (KiB) 39024

[startup+3162.3 s]
/proc/loadavg: 2.53 2.61 2.62 3/82 23792
/proc/meminfo: memFree=1709448/2055920 swapFree=4180596/4192956
[pid=23751] ppid=23749 vsize=16740 CPUtime=0.85
/proc/23751/stat : 23751 (sugar++) S 23749 23751 23609 0 -1 4194304 1547 13382 0 3 6 2 67 10 16 0 1 0 59846442 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23751/statm: 4185 1115 414 3 0 764 0
[pid=23774] ppid=23751 vsize=22284 CPUtime=3159.38
/proc/23774/stat : 23774 (minisat-inc) R 23751 23751 23609 0 -1 4194304 5071 0 0 0 315930 8 0 0 25 0 1 0 59846573 22818816 5014 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 0 0 0
/proc/23774/statm: 5571 5014 79 151 0 5417 0
Current children cumulated CPU time (s) 3160.23
Current children cumulated vsize (KiB) 39024

[startup+3222.3 s]
/proc/loadavg: 2.61 2.62 2.63 3/82 23792
/proc/meminfo: memFree=1709192/2055920 swapFree=4180596/4192956
[pid=23751] ppid=23749 vsize=16740 CPUtime=0.85
/proc/23751/stat : 23751 (sugar++) S 23749 23751 23609 0 -1 4194304 1547 13382 0 3 6 2 67 10 16 0 1 0 59846442 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23751/statm: 4185 1115 414 3 0 764 0
[pid=23774] ppid=23751 vsize=22568 CPUtime=3219.36
/proc/23774/stat : 23774 (minisat-inc) R 23751 23751 23609 0 -1 4194304 5119 0 0 0 321927 9 0 0 25 0 1 0 59846573 23109632 5062 996147200 134512640 135134323 4294956192 18446744073709551615 134531898 0 0 4096 3 0 0 0 17 0 0 0
/proc/23774/statm: 5642 5062 79 151 0 5488 0
Current children cumulated CPU time (s) 3220.21
Current children cumulated vsize (KiB) 39308

[startup+3282.3 s]
/proc/loadavg: 2.44 2.58 2.61 3/82 23792
/proc/meminfo: memFree=1709128/2055920 swapFree=4180596/4192956
[pid=23751] ppid=23749 vsize=16740 CPUtime=0.85
/proc/23751/stat : 23751 (sugar++) S 23749 23751 23609 0 -1 4194304 1547 13382 0 3 6 2 67 10 16 0 1 0 59846442 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23751/statm: 4185 1115 414 3 0 764 0
[pid=23774] ppid=23751 vsize=22568 CPUtime=3279.34
/proc/23774/stat : 23774 (minisat-inc) R 23751 23751 23609 0 -1 4194304 5132 0 0 0 327925 9 0 0 25 0 1 0 59846573 23109632 5075 996147200 134512640 135134323 4294956192 18446744073709551615 134529965 0 0 4096 3 0 0 0 17 0 0 0
/proc/23774/statm: 5642 5075 79 151 0 5488 0
Current children cumulated CPU time (s) 3280.19
Current children cumulated vsize (KiB) 39308

[startup+3342.3 s]
/proc/loadavg: 2.73 2.63 2.63 3/82 23792
/proc/meminfo: memFree=1709000/2055920 swapFree=4180596/4192956
[pid=23751] ppid=23749 vsize=16740 CPUtime=0.85
/proc/23751/stat : 23751 (sugar++) S 23749 23751 23609 0 -1 4194304 1547 13382 0 3 6 2 67 10 16 0 1 0 59846442 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23751/statm: 4185 1115 414 3 0 764 0
[pid=23774] ppid=23751 vsize=22568 CPUtime=3339.31
/proc/23774/stat : 23774 (minisat-inc) R 23751 23751 23609 0 -1 4194304 5143 0 0 0 333922 9 0 0 25 0 1 0 59846573 23109632 5086 996147200 134512640 135134323 4294956192 18446744073709551615 134531941 0 0 4096 3 0 0 0 17 0 0 0
/proc/23774/statm: 5642 5086 79 151 0 5488 0
Current children cumulated CPU time (s) 3340.16
Current children cumulated vsize (KiB) 39308

[startup+3402.31 s]
/proc/loadavg: 2.76 2.67 2.64 3/82 23792
/proc/meminfo: memFree=1708808/2055920 swapFree=4180596/4192956
[pid=23751] ppid=23749 vsize=16740 CPUtime=0.85
/proc/23751/stat : 23751 (sugar++) S 23749 23751 23609 0 -1 4194304 1547 13382 0 3 6 2 67 10 16 0 1 0 59846442 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23751/statm: 4185 1115 414 3 0 764 0
[pid=23774] ppid=23751 vsize=22884 CPUtime=3399.29
/proc/23774/stat : 23774 (minisat-inc) R 23751 23751 23609 0 -1 4194304 5194 0 0 0 339920 9 0 0 25 0 1 0 59846573 23433216 5137 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/23774/statm: 5721 5137 79 151 0 5567 0
Current children cumulated CPU time (s) 3400.14
Current children cumulated vsize (KiB) 39624

[startup+3462.3 s]
/proc/loadavg: 2.66 2.65 2.63 3/82 23792
/proc/meminfo: memFree=1708616/2055920 swapFree=4180596/4192956
[pid=23751] ppid=23749 vsize=16740 CPUtime=0.85
/proc/23751/stat : 23751 (sugar++) S 23749 23751 23609 0 -1 4194304 1547 13382 0 3 6 2 67 10 16 0 1 0 59846442 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23751/statm: 4185 1115 414 3 0 764 0
[pid=23774] ppid=23751 vsize=22884 CPUtime=3459.25
/proc/23774/stat : 23774 (minisat-inc) R 23751 23751 23609 0 -1 4194304 5220 0 0 0 345916 9 0 0 25 0 1 0 59846573 23433216 5163 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/23774/statm: 5721 5163 79 151 0 5567 0
Current children cumulated CPU time (s) 3460.1
Current children cumulated vsize (KiB) 39624

[startup+3522.3 s]
/proc/loadavg: 2.73 2.67 2.64 3/82 23792
/proc/meminfo: memFree=1708488/2055920 swapFree=4180596/4192956
[pid=23751] ppid=23749 vsize=16740 CPUtime=0.85
/proc/23751/stat : 23751 (sugar++) S 23749 23751 23609 0 -1 4194304 1547 13382 0 3 6 2 67 10 16 0 1 0 59846442 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23751/statm: 4185 1115 414 3 0 764 0
[pid=23774] ppid=23751 vsize=23076 CPUtime=3519.23
/proc/23774/stat : 23774 (minisat-inc) R 23751 23751 23609 0 -1 4194304 5245 0 0 0 351914 9 0 0 25 0 1 0 59846573 23629824 5188 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/23774/statm: 5769 5188 79 151 0 5615 0
Current children cumulated CPU time (s) 3520.08
Current children cumulated vsize (KiB) 39816

[startup+3582.3 s]
/proc/loadavg: 2.64 2.64 2.63 3/82 23792
/proc/meminfo: memFree=1708424/2055920 swapFree=4180596/4192956
[pid=23751] ppid=23749 vsize=16740 CPUtime=0.85
/proc/23751/stat : 23751 (sugar++) S 23749 23751 23609 0 -1 4194304 1547 13382 0 3 6 2 67 10 16 0 1 0 59846442 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23751/statm: 4185 1115 414 3 0 764 0
[pid=23774] ppid=23751 vsize=23240 CPUtime=3579.21
/proc/23774/stat : 23774 (minisat-inc) R 23751 23751 23609 0 -1 4194304 5271 0 0 0 357911 10 0 0 25 0 1 0 59846573 23797760 5214 996147200 134512640 135134323 4294956192 18446744073709551615 134532022 0 0 4096 3 0 0 0 17 0 0 0
/proc/23774/statm: 5810 5214 79 151 0 5656 0
Current children cumulated CPU time (s) 3580.06
Current children cumulated vsize (KiB) 39980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3602.3 s]
/proc/loadavg: 2.60 2.63 2.63 3/82 23792
/proc/meminfo: memFree=1708424/2055920 swapFree=4180596/4192956
[pid=23751] ppid=23749 vsize=16740 CPUtime=0.85
/proc/23751/stat : 23751 (sugar++) S 23749 23751 23609 0 -1 4194304 1547 13382 0 3 6 2 67 10 16 0 1 0 59846442 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23751/statm: 4185 1115 414 3 0 764 0
[pid=23774] ppid=23751 vsize=23240 CPUtime=3599.21
/proc/23774/stat : 23774 (minisat-inc) R 23751 23751 23609 0 -1 4194304 5281 0 0 0 359911 10 0 0 25 0 1 0 59846573 23797760 5224 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/23774/statm: 5810 5224 79 151 0 5656 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 39980

Sending SIGTERM to process tree (bottom up)

[startup+t ended. DDumping a history of the last processes samples

[startup+3602.3 s]
/proc/loadavg: 2.60 2.63 2.63 3/82 23792
/proc/meminfo: memFree=1708424/2055920 swapFree=4180596/4192956
[pid=23751] ppid=23749 vsize=16740 CPUtime=0.85
/proc/23751/stat : 23751 (sugar++) S 23749 23751 23609 0 -1 4194304 1547 13382 0 3 6 2 67 10 16 0 1 0 59846442 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23751/statm: 4185 1115 414 3 0 764 0
[pid=23774] ppid=23751 vsize=23240 CPUtime=3599.21
/proc/23774/stat : 23774 (minisat-inc) R 23751 23751 23609 0 -1 4194304 5281 0 0 0 359911 10 0 0 25 0 1 0 59846573 23797760 5224 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/23774/statm: 5810 5224 79 151 0 5656 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 39980

Child status: 0
Real time (s): 3602.31
CPU time (s): 3600.09
CPU user time (s): 3599.85
CPU system time (s): 0.238963
CPU usage (%): 99.9384
Max. virtual memory (cumulated for all children) (KiB): 886288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.85
system time used= 0.238963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20285
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= 1550
involuntary context switches= 15199

runsolver used 3.72943 second user time and 9.8695 second system time

The end

Launcher Data (download as text)

Begin job on node15 at 2008-07-14 12:30:38
IDJOB=1115587
IDBENCH=61888
IDSOLVER=367
FILE ID=node15/1115587-1216031438
PBS_JOBID= 7904894
Free space on /tmp= 66496 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5e4359fb93bff837088699f28e896e1f
RANDOM SEED=11811955

node15.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.279
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.279
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:       1734264 kB
Buffers:         48884 kB
Cached:         143104 kB
SwapCached:       6232 kB
Active:         205920 kB
Inactive:        69768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1734264 kB
SwapTotal:     4192956 kB
SwapFree:      4180596 kB
Dirty:             972 kB
Writeback:           0 kB
Mapped:          99904 kB
Slab:            30992 kB
Committed_AS:  1068072 kB
PageTables:       2096 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= 66496 MiB
End job on node15 at 2008-07-14 13:30:41