Trace number 1115307

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 3632.41

General information on the benchmark

Namemaxcsp/randomMaxCSP/denseTight/
normalized-vcsp-25-10-25-87-21_ext.xml
MD5SUM1d23daba8d02f50c2e4abf849a1be2d3
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints29
Best CPU time to get the best result obtained on this benchmark1.47578
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.04/0.12	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.04/0.12	c 0	BEGIN Mon Jul 14 11:23:28 2008
0.04/0.12	c 0	PID 23928
0.04/0.13	c 0	HOST node52.alineos.net
0.04/0.13	c 0	CONVERTING HOME/instance-1115307-1216027408.xml TO HOME/temp.csp
0.04/0.13	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1115307-1216027408.xml' 'HOME/temp.csp'
0.06/0.37	c 1	1 domains, 25 variables, 0 predicates, 75 relations, 75 constraints
0.06/0.40	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.40	c 1	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.06/0.49	c 1	Parsing HOME/temp.csp
0.30/0.58	c 1	parsed 176 expressions
0.30/0.59	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.30/0.59	c 1	MAX CSP: 75 constraints
0.30/0.59	c 1	Converting to clausal form CSP
0.30/0.61	c 1	converted 26 (10%) expressions
0.30/0.61	c 1	converted 51 (20%) expressions
0.30/0.61	c 1	converted 77 (30%) expressions
0.30/0.62	c 1	converted 102 (40%) expressions
0.30/0.63	c 1	converted 127 (50%) expressions
0.30/0.63	c 1	converted 153 (60%) expressions
0.30/0.64	c 1	converted 178 (70%) expressions
0.30/0.64	c 1	converted 204 (80%) expressions
0.30/0.64	c 1	converted 229 (90%) expressions
0.30/0.72	c 1	converted 254 (100%) expressions
0.30/0.72	c 1	CSP : 175 integers, 0 booleans, 224 clauses, largest domain size 113
0.30/0.72	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.30/0.72	c 1	Propagation in CSP
0.30/0.75	c 1	71 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.30/0.75	c 1	CSP : 175 integers, 0 booleans, 224 clauses, largest domain size 76
0.30/0.75	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.30/0.75	c 1	Simplifing CSP by introducing new Boolean variables
0.30/0.75	c 1	CSP : 175 integers, 0 booleans, 224 clauses, largest domain size 76
0.30/0.75	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.30/0.77	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.30/0.84	c 1	18 (10%) CSP integer variables are encoded (144 clauses, 1456 bytes)
0.30/0.84	c 1	35 (20%) CSP integer variables are encoded (200 clauses, 2072 bytes)
0.30/0.85	c 1	53 (30%) CSP integer variables are encoded (200 clauses, 2072 bytes)
0.30/0.85	c 1	70 (40%) CSP integer variables are encoded (200 clauses, 2072 bytes)
0.30/0.85	c 1	88 (50%) CSP integer variables are encoded (200 clauses, 2072 bytes)
0.30/0.85	c 1	105 (60%) CSP integer variables are encoded (282 clauses, 2974 bytes)
0.30/0.85	c 1	123 (70%) CSP integer variables are encoded (346 clauses, 3678 bytes)
0.30/0.85	c 1	140 (80%) CSP integer variables are encoded (442 clauses, 4734 bytes)
0.30/0.85	c 1	158 (90%) CSP integer variables are encoded (506 clauses, 5438 bytes)
0.30/0.87	c 1	175 (100%) CSP integer variables are encoded (977 clauses, 10920 bytes)
0.30/0.89	c 1	23 (10%) CSP clauses are encoded (1381 clauses, 17728 bytes)
0.30/0.90	c 1	45 (20%) CSP clauses are encoded (1767 clauses, 24508 bytes)
0.30/0.91	c 1	68 (30%) CSP clauses are encoded (2179 clauses, 32255 bytes)
0.30/0.92	c 1	90 (40%) CSP clauses are encoded (2382 clauses, 35719 bytes)
0.30/0.92	c 1	112 (50%) CSP clauses are encoded (2814 clauses, 41859 bytes)
0.30/0.92	c 1	135 (60%) CSP clauses are encoded (2991 clauses, 44242 bytes)
0.30/0.93	c 1	157 (70%) CSP clauses are encoded (4159 clauses, 61527 bytes)
0.30/0.93	c 1	180 (80%) CSP clauses are encoded (4337 clauses, 63928 bytes)
0.30/0.95	c 1	202 (90%) CSP clauses are encoded (6154 clauses, 89517 bytes)
0.30/0.98	c 1	224 (100%) CSP clauses are encoded (10853 clauses, 166985 bytes)
0.30/0.98	c 1	224 CSP clauses encoded
0.30/0.98	c 1	Writing map file : HOME/temp.map
0.30/1.00	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.30/1.00	c 1	SAT : 1152 SAT variables, 10853 SAT clauses, 166985 bytes
0.30/1.00	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.87/1.02	c 1	OBJECTIVE minimize _COST
0.87/1.02	c 1	SOLVING HOME/temp.cnf
0.87/1.02	c 1	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
0.87/1.02	c 1	This is MiniSat 2.0 beta incremental
0.87/1.02	c 1	WARNING: for repeatability, setting FPU to use double precision
0.87/1.02	c 1	============================[ Problem Statistics ]=============================
0.87/1.02	c 1	|                                                                             |
0.87/1.02	c 1	|  Number of variables:  1152                                                 |
0.87/1.02	c 1	|  Number of clauses:    10853                                                |
0.87/1.02	c 1	|  Parsing time:         0.00         s                                       |
0.87/1.02	c 1	OK
0.87/1.02	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
0.87/1.02	c 1	SEARCHING: _COST <= 38
0.87/1.02	c 1	============================[ Search Statistics ]==============================
0.87/1.02	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.87/1.02	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.87/1.02	c 1	===============================================================================
0.87/1.02	c 1	|         0 |    1152    10853    30976 |     3617        0    nan |  0.000 % |
0.87/1.03	c 1	|       100 |    1148    10853    30976 |     3979       99     17 |  0.714 % |
0.87/1.03	c 1	===============================================================================
0.87/1.03	c 1	restarts              : 2
0.87/1.03	c 1	conflicts             : 147           (10502 /sec)
0.87/1.03	c 1	decisions             : 358           (0.28 % random) (25577 /sec)
0.87/1.03	c 1	propagations          : 17981          (1284632 /sec)
0.87/1.03	c 1	conflict literals     : 2263           (22.42 % deleted)
0.87/1.03	c 1	Memory used           : 2.32 MB
0.87/1.03	c 1	CPU time              : 0.013997 s
0.87/1.03	c 1	
0.87/1.03	c 1	SATISFIABLE
0.87/1.03	c 1	OK
0.87/1.03	c 1	FOUND: _COST <= 38
0.87/1.03	s SATISFIABLE
0.87/1.03	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.87/1.03	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.89/1.11	c 1	Decoding HOME/temp.out
0.89/1.16	c 2	OBJECTIVE _COST 38
0.89/1.16	o 38
0.89/1.16	v 7 4 9 3 3 8 7 8 8 5 7 8 8 9 6 0 0 9 6 3 1 8 9 7 9
0.89/1.17	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
0.89/1.20	c 2	OK
1.01/1.20	c 2	OBJECTIVE BOUND: 0 <= _COST <= 38
1.01/1.20	c 2	SEARCHING: _COST <= 19
1.01/1.22	c 2	============================[ Search Statistics ]==============================
1.01/1.22	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.01/1.22	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.01/1.22	c 2	===============================================================================
1.01/1.22	c 2	|       147 |    1144    10853    30976 |     3617      146     15 |  0.714 % |
1.01/1.22	c 2	|       248 |    1144    10853    30976 |     3979      247     13 | 23.189 % |
1.01/1.22	c 2	|       398 |    1144    10853    30976 |     4377      397     12 | 23.189 % |
1.01/1.23	c 2	|       623 |     885     7564    21878 |     4815      622     12 | 23.189 % |
1.01/1.24	c 2	|       960 |     885     7564    21878 |     5296      959     13 | 23.189 % |
1.01/1.28	c 2	|      1467 |     885     7564    21878 |     5826     1466     12 | 23.189 % |
1.01/1.33	c 2	|      2226 |     885     7564    21878 |     6408     2225     13 | 23.189 % |
1.01/1.40	c 2	|      3365 |     885     7564    21878 |     7049     3364     13 | 23.189 % |
1.01/1.53	c 2	|      5073 |     885     7564    21878 |     7754     5072     13 | 23.189 % |
1.01/1.72	c 2	|      7637 |     885     7564    21878 |     8530     7636     13 | 23.189 % |
1.01/2.03	c 2	|     11481 |     885     7564    21878 |     9383     6917     13 | 23.189 % |
2.31/2.51	c 3	|     17249 |     885     7564    21878 |    10321     7680     12 | 23.189 % |
3.11/3.32	c 4	|     25898 |     885     7564    21878 |    11353    10833     13 | 23.189 % |
4.39/4.62	c 5	|     38873 |     885     7564    21878 |    12489    11853     17 | 23.189 % |
6.27/6.56	c 7	|     58336 |     885     7564    21878 |    13738    11592     16 | 23.189 % |
9.44/9.75	c 10	|     87528 |     885     7564    21878 |    15111    12050     14 | 23.189 % |
14.39/14.77	c 15	|    131318 |     885     7564    21878 |    16623     8655     15 | 23.189 % |
22.12/22.53	c 23	|    197004 |     885     7564    21878 |    18285    13973     16 | 23.189 % |
34.41/34.90	c 35	|    295531 |     885     7564    21878 |    20113    17999     15 | 23.190 % |
35.50/36.08	c 36	===============================================================================
35.50/36.08	c 36	restarts              : 21
35.50/36.08	c 36	conflicts             : 304395        (8802 /sec)
35.50/36.08	c 36	decisions             : 366083        (0.95 % random) (10586 /sec)
35.50/36.08	c 36	propagations          : 32602958       (942807 /sec)
35.50/36.09	c 36	conflict literals     : 4890268        (33.03 % deleted)
35.50/36.09	c 36	Memory used           : 5.39 MB
35.50/36.09	c 36	CPU time              : 34.5807 s
35.50/36.09	c 36	
35.50/36.09	c 36	UNSATISFIABLE
35.50/36.09	c 36	OK
35.50/36.09	c 36	NOT FOUND: _COST <= 19
35.50/36.09	c 36	OK
35.50/36.09	c 36	OBJECTIVE BOUND: 20 <= _COST <= 38
35.50/36.09	c 36	SEARCHING: _COST <= 29
35.50/36.09	c 36	============================[ Search Statistics ]==============================
35.50/36.09	c 36	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
35.50/36.09	c 36	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
35.50/36.09	c 36	===============================================================================
35.50/36.09	c 36	|    304395 |     805     7015    20466 |     2338    14202     16 | 23.190 % |
35.60/36.12	c 36	|    304496 |     805     7015    20466 |     2572     1877     11 | 30.127 % |
35.60/36.13	c 36	|    304648 |     805     7015    20466 |     2829     2029     11 | 30.127 % |
35.60/36.14	c 37	|    304873 |     805     7015    20466 |     3112     2254     11 | 30.127 % |
35.60/36.16	c 37	|    305211 |     805     7015    20466 |     3423     2592     11 | 30.127 % |
35.60/36.19	c 37	|    305718 |     805     7015    20466 |     3765     3099     11 | 30.127 % |
35.70/36.25	c 37	|    306478 |     805     7015    20466 |     4142     3859     11 | 30.127 % |
35.80/36.32	c 37	|    307618 |     805     7015    20466 |     4556     2546     15 | 30.127 % |
35.89/36.45	c 37	|    309326 |     805     7015    20466 |     5012     4254     17 | 30.127 % |
36.09/36.66	c 37	|    311890 |     805     7015    20466 |     5513     3956     19 | 30.127 % |
36.39/36.97	c 37	|    315734 |     805     7015    20466 |     6065     4696     17 | 30.127 % |
36.98/37.50	c 38	|    321500 |     805     7015    20466 |     6671     3644     22 | 30.127 % |
37.58/38.19	c 39	|    330151 |     805     7015    20466 |     7338     4932     16 | 30.127 % |
38.77/39.36	c 40	|    343125 |     805     7015    20466 |     8072     5849     16 | 30.127 % |
40.55/41.16	c 42	|    362587 |     805     7015    20466 |     8879     7795     16 | 30.127 % |
43.33/43.99	c 44	|    391779 |     805     7015    20466 |     9767     8287     18 | 30.127 % |
47.79/48.45	c 49	|    435568 |     805     7015    20466 |    10744    10317     19 | 30.127 % |
55.33/56.06	c 56	|    501252 |     805     7015    20466 |    11819     7268     19 | 30.127 % |
67.03/67.82	c 68	|    599778 |     805     7015    20466 |    13000    12125     17 | 30.127 % |
85.06/86.02	c 86	|    747567 |     805     7015    20466 |    14301     9178     19 | 30.127 % |
113.43/114.69	c 115	|    969250 |     805     7015    20466 |    15731    13450     19 | 30.127 % |
156.96/158.55	c 159	|   1301775 |     805     7015    20466 |    17304     9988     17 | 30.127 % |
228.44/230.61	c 231	|   1800563 |     805     7015    20466 |    19034    14198     20 | 30.127 % |
336.49/339.62	c 340	|   2548745 |     805     7015    20466 |    20938    13357     23 | 30.127 % |
521.65/526.46	c 527	|   3671021 |     805     7015    20466 |    23031    11138     18 | 30.127 % |
818.90/826.30	c 827	|   5354432 |     805     7015    20466 |    25335    22942     17 | 30.127 % |
1293.57/1305.27	c 1306	|   7879549 |     801     6936    20242 |    27868    14211     20 | 30.474 % |
2111.16/2130.14	c 2131	|  11667226 |     801     6936    20242 |    30655    15099     22 | 30.474 % |
3396.18/3426.74	c 3427	|  17348741 |     801     6936    20242 |    33721    28516     23 | 30.474 % |
3600.04/3632.41	c 3633	CPU 3599.85 (0.06 0.02 3599.79 0.19)
3600.04/3632.41	c 3633	END Mon Jul 14 12:24:01 2008

Verifier Data (download as text)

OK	37	38
37 unsatisfied constraints, 38 satisfied constraints

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1115307-1216027408/watcher-1115307-1216027408 -o /tmp/evaluation-result-1115307-1216027408/solver-1115307-1216027408 -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-1115307-1216027408.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: 0.24 0.05 0.02 4/80 23928
/proc/meminfo: memFree=1786456/2055920 swapFree=4192812/4192956
[pid=23928] ppid=23926 vsize=18572 CPUtime=0
/proc/23928/stat : 23928 (runsolver) R 23926 23928 23815 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 59439699 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 273653755175 0 0 4096 24578 0 0 0 17 1 0 0
/proc/23928/statm: 4643 292 257 25 0 2626 0

[startup+0.0715291 s]
/proc/loadavg: 0.24 0.05 0.02 4/80 23928
/proc/meminfo: memFree=1786456/2055920 swapFree=4192812/4192956
[pid=23928] ppid=23926 vsize=13336 CPUtime=0.02
/proc/23928/stat : 23928 (sugar++) R 23926 23928 23815 0 -1 4194304 732 0 0 0 2 0 0 0 18 0 1 0 59439699 13656064 700 996147200 4194304 4206940 548682068528 18446744073709551615 273653922405 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/23928/statm: 3334 700 338 3 0 434 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13336

[startup+0.10153 s]
/proc/loadavg: 0.24 0.05 0.02 4/80 23928
/proc/meminfo: memFree=1786456/2055920 swapFree=4192812/4192956
[pid=23928] ppid=23926 vsize=16080 CPUtime=0.04
/proc/23928/stat : 23928 (sugar++) R 23926 23928 23815 0 -1 4194304 917 0 0 0 3 1 0 0 18 0 1 0 59439699 16465920 885 996147200 4194304 4206940 548682068528 18446744073709551615 273653598765 0 0 4224 0 0 0 0 17 1 0 0
/proc/23928/statm: 4020 885 380 3 0 599 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 16080

[startup+0.301542 s]
/proc/loadavg: 0.24 0.05 0.02 4/80 23928
/proc/meminfo: memFree=1786456/2055920 swapFree=4192812/4192956
[pid=23928] ppid=23926 vsize=16740 CPUtime=0.06
/proc/23928/stat : 23928 (sugar++) S 23926 23928 23815 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 59439699 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23928/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701568 s]
/proc/loadavg: 0.24 0.05 0.02 4/80 23928
/proc/meminfo: memFree=1786456/2055920 swapFree=4192812/4192956
[pid=23928] ppid=23926 vsize=16740 CPUtime=0.3
/proc/23928/stat : 23928 (sugar++) S 23926 23928 23815 0 -1 4194304 1296 4292 0 1 5 2 20 3 15 0 1 0 59439699 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23928/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 16740

[startup+1.50162 s]
/proc/loadavg: 0.24 0.05 0.02 4/91 23950
/proc/meminfo: memFree=1775744/2055920 swapFree=4192812/4192956
[pid=23928] ppid=23926 vsize=16740 CPUtime=1.01
/proc/23928/stat : 23928 (sugar++) S 23926 23928 23815 0 -1 4194304 1544 13368 0 3 6 2 85 8 15 0 1 0 59439699 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23928/statm: 4185 1115 414 3 0 764 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 16740

[startup+3.10173 s]
/proc/loadavg: 0.24 0.05 0.02 3/82 23961
/proc/meminfo: memFree=1781440/2055920 swapFree=4192812/4192956
[pid=23928] ppid=23926 vsize=16740 CPUtime=1.01
/proc/23928/stat : 23928 (sugar++) S 23926 23928 23815 0 -1 4194304 1544 13368 0 3 6 2 85 8 15 0 1 0 59439699 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23928/statm: 4185 1115 414 3 0 764 0
[pid=23951] ppid=23928 vsize=3324 CPUtime=1.9
/proc/23951/stat : 23951 (minisat-inc) R 23928 23928 23815 0 -1 4194304 576 0 0 0 190 0 0 0 25 0 1 0 59439801 3403776 521 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/23951/statm: 831 521 79 151 0 677 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 20064

[startup+6.30194 s]
/proc/loadavg: 0.38 0.08 0.03 3/82 23961
/proc/meminfo: memFree=1780416/2055920 swapFree=4192812/4192956
[pid=23928] ppid=23926 vsize=16740 CPUtime=1.01
/proc/23928/stat : 23928 (sugar++) S 23926 23928 23815 0 -1 4194304 1544 13368 0 3 6 2 85 8 16 0 1 0 59439699 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23928/statm: 4185 1115 414 3 0 764 0
[pid=23951] ppid=23928 vsize=3984 CPUtime=5.06
/proc/23951/stat : 23951 (minisat-inc) R 23928 23928 23815 0 -1 4194304 739 0 0 0 506 0 0 0 25 0 1 0 59439801 4079616 684 996147200 134512640 135134323 4294956192 18446744073709551615 134531955 0 0 4096 3 0 0 0 17 1 0 0
/proc/23951/statm: 996 684 79 151 0 842 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 20724

[startup+12.7024 s]
/proc/loadavg: 0.51 0.11 0.04 3/82 23961
/proc/meminfo: memFree=1779592/2055920 swapFree=4192812/4192956
[pid=23928] ppid=23926 vsize=16740 CPUtime=1.01
/proc/23928/stat : 23928 (sugar++) S 23926 23928 23815 0 -1 4194304 1544 13368 0 3 6 2 85 8 16 0 1 0 59439699 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23928/statm: 4185 1115 414 3 0 764 0
[pid=23951] ppid=23928 vsize=4524 CPUtime=11.4
/proc/23951/stat : 23951 (minisat-inc) R 23928 23928 23815 0 -1 4194304 876 0 0 0 1140 0 0 0 25 0 1 0 59439801 4632576 821 996147200 134512640 135134323 4294956192 18446744073709551615 134529158 0 0 4096 3 0 0 0 17 1 0 0
/proc/23951/statm: 1131 821 79 151 0 977 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 21264

[startup+25.5012 s]
/proc/loadavg: 0.84 0.21 0.07 3/82 23961
/proc/meminfo: memFree=1778952/2055920 swapFree=4192812/4192956
[pid=23928] ppid=23926 vsize=16740 CPUtime=1.01
/proc/23928/stat : 23928 (sugar++) S 23926 23928 23815 0 -1 4194304 1544 13368 0 3 6 2 85 8 16 0 1 0 59439699 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23928/statm: 4185 1115 414 3 0 764 0
[pid=23951] ppid=23928 vsize=5244 CPUtime=24.08
/proc/23951/stat : 23951 (minisat-inc) R 23928 23928 23815 0 -1 4194304 1042 0 0 0 2408 0 0 0 25 0 1 0 59439801 5369856 987 996147200 134512640 135134323 4294956192 18446744073709551615 134524688 0 0 4096 3 0 0 0 17 1 0 0
/proc/23951/statm: 1311 987 79 151 0 1157 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 21984

[startup+51.1019 s]
/proc/loadavg: 1.31 0.37 0.12 4/82 23961
/proc/meminfo: memFree=1729480/2055920 swapFree=4192812/4192956
[pid=23928] ppid=23926 vsize=16740 CPUtime=1.01
/proc/23928/stat : 23928 (sugar++) S 23926 23928 23815 0 -1 4194304 1547 13368 0 3 6 2 85 8 16 0 1 0 59439699 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23928/statm: 4185 1115 414 3 0 764 0
[pid=23951] ppid=23928 vsize=5652 CPUtime=49.46
/proc/23951/stat : 23951 (minisat-inc) R 23928 23928 23815 0 -1 4194304 1150 0 0 0 4946 0 0 0 25 0 1 0 59439801 5787648 1093 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/23951/statm: 1413 1093 79 151 0 1259 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 22392

[startup+102.306 s]
/proc/loadavg: 2.14 0.74 0.26 4/82 23961
/proc/meminfo: memFree=1723208/2055920 swapFree=4192812/4192956
[pid=23928] ppid=23926 vsize=16740 CPUtime=1.01
/proc/23928/stat : 23928 (sugar++) S 23926 23928 23815 0 -1 4194304 1547 13368 0 3 6 2 85 8 16 0 1 0 59439699 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23928/statm: 4185 1115 414 3 0 764 0
[pid=23951] ppid=23928 vsize=7004 CPUtime=100.23
/proc/23951/stat : 23951 (minisat-inc) R 23928 23928 23815 0 -1 4194304 1495 0 0 0 10022 1 0 0 25 0 1 0 59439801 7172096 1438 996147200 134512640 135134323 4294956192 18446744073709551615 134532059 0 0 4096 3 0 0 0 17 1 0 0
/proc/23951/statm: 1751 1438 79 151 0 1597 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 23744

[startup+162.301 s]
/proc/loadavg: 2.33 1.04 0.39 3/82 23961
/proc/meminfo: memFree=1722248/2055920 swapFree=4192812/4192956
[pid=23928] ppid=23926 vsize=16740 CPUtime=1.01
/proc/23928/stat : 23928 (sugar++) S 23926 23928 23815 0 -1 4194304 1547 13368 0 3 6 2 85 8 16 0 1 0 59439699 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23928/statm: 4185 1115 414 3 0 764 0
[pid=23951] ppid=23928 vsize=7840 CPUtime=159.72
/proc/23951/stat : 23951 (minisat-inc) R 23928 23928 23815 0 -1 4194304 1693 0 0 0 15971 1 0 0 25 0 1 0 59439801 8028160 1636 996147200 134512640 135134323 4294956192 18446744073709551615 134524235 0 0 4096 3 0 0 0 17 1 0 0
/proc/23951/statm: 1960 1636 79 151 0 1806 0
Current children cumulated CPU time (s) 160.73
Current children cumulated vsize (KiB) 24580

[startup+222.301 s]
/proc/loadavg: 2.69 1.38 0.55 4/82 23961
/proc/meminfo: memFree=1721544/2055920 swapFree=4192812/4192956
[pid=23928] ppid=23926 vsize=16740 CPUtime=1.01
/proc/23928/stat : 23928 (sugar++) S 23926 23928 23815 0 -1 4194304 1547 13368 0 3 6 2 85 8 16 0 1 0 59439699 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23928/statm: 4185 1115 414 3 0 764 0
[pid=23951] ppid=23928 vsize=8680 CPUtime=219.2
/proc/23951/stat : 23951 (minisat-inc) R 23928 23928 23815 0 -1 4194304 1873 0 0 0 21919 1 0 0 25 0 1 0 59439801 8888320 1816 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/23951/statm: 2170 1816 79 151 0 2016 0
Current children cumulated CPU time (s) 220.21
Current children cumulated vsize (KiB) 25420

[startup+282.301 s]
/proc/loadavg: 2.68 1.61 0.68 3/82 23961
/proc/meminfo: memFree=1721032/2055920 swapFree=4192812/4192956
[pid=23928] ppid=23926 vsize=16740 CPUtime=1.01
/proc/23928/stat : 23928 (sugar++) S 23926 23928 23815 0 -1 4194304 1547 13368 0 3 6 2 85 8 16 0 1 0 59439699 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23928/statm: 4185 1115 414 3 0 764 0
[pid=23951] ppid=23928 vsize=9136 CPUtime=278.67
/proc/23951/stat : 23951 (minisat-inc) R 23928 23928 23815 0 -1 4194304 1992 0 0 0 27866 1 0 0 25 0 1 0 59439801 9355264 1935 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/23951/statm: 2284 1935 79 151 0 2130 0
Current children cumulated CPU time (s) 279.68
Current children cumulated vsize (KiB) 25876

[startup+342.301 s]
/proc/loadavg: 2.75 1.82 0.81 3/82 23961
/proc/meminfo: memFree=1720200/2055920 swapFree=4192812/4192956
[pid=23928] ppid=23926 vsize=16740 CPUtime=1.01
/proc/23928/stat : 23928 (sugar++) S 23926 23928 23815 0 -1 4194304 1547 13368 0 3 6 2 85 8 16 0 1 0 59439699 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23928/statm: 4185 1115 414 3 0 764 0
[pid=23951] ppid=23928 vsize=9852 CPUtime=338.14
/proc/23951/stat : 23951 (minisat-inc) R 23928 23928 23815 0 -1 4194304 2178 0 0 0 33813 1 0 0 25 0 1 0 59439801 10088448 2121 996147200 134512640 135134323 4294956192 18446744073709551615 134532052 0 0 4096 3 0 0 0 17 1 0 0
/proc/23951/statm: 2463 2121 79 151 0 2309 0
Current children cumulated CPU time (s) 339.15
Current children cumulated vsize (KiB) 26592

[startup+402.301 s]
/proc/loadavg: 2.87 2.02 0.93 3/82 23961
/proc/meminfo: memFree=1719624/2055920 swapFree=4192812/4192956
[pid=23928] ppid=23926 vsize=16740 CPUtime=1.01
/proc/23928/stat : 23928 (sugar++) S 23926 23928 23815 0 -1 4194304 1547 13368 0 3 6 2 85 8 16 0 1 0 59439699 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23928/statm: 4185 1115 414 3 0 764 0
[pid=23951] ppid=23928 vsize=10396 CPUtime=397.63
/proc/23951/stat : 23951 (minisat-inc) R 23928 23928 23815 0 -1 4194304 2311 0 0 0 39761 2 0 0 25 0 1 0 59439801 10645504 2254 996147200 134512640 135134323 4294956192 18446744073709551615 134532052 0 0 4096 3 0 0 0 17 1 0 0
/proc/23951/statm: 2599 2254 79 151 0 2445 0
Current children cumulated CPU time (s) 398.64
Current children cumulated vsize (KiB) 27136

[startup+462.301 s]
/proc/loadavg: 2.63 2.10 1.03 4/82 23961
/proc/meminfo: memFree=1719432/2055920 swapFree=4192812/4192956

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

[pid=23951] ppid=23928 vsize=19544 CPUtime=2835.81
/proc/23951/stat : 23951 (minisat-inc) R 23928 23928 23815 0 -1 4194304 4418 0 0 0 283572 9 0 0 25 0 1 0 59439801 20013056 4361 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/23951/statm: 4886 4361 79 151 0 4732 0
Current children cumulated CPU time (s) 2836.82
Current children cumulated vsize (KiB) 36284

[startup+2922.3 s]
/proc/loadavg: 2.70 2.67 2.50 4/82 23967
/proc/meminfo: memFree=1709960/2055920 swapFree=4192812/4192956
[pid=23928] ppid=23926 vsize=16740 CPUtime=1.01
/proc/23928/stat : 23928 (sugar++) S 23926 23928 23815 0 -1 4194304 1547 13368 0 3 6 2 85 8 16 0 1 0 59439699 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23928/statm: 4185 1115 414 3 0 764 0
[pid=23951] ppid=23928 vsize=19692 CPUtime=2895.27
/proc/23951/stat : 23951 (minisat-inc) R 23928 23928 23815 0 -1 4194304 4442 0 0 0 289518 9 0 0 25 0 1 0 59439801 20164608 4385 996147200 134512640 135134323 4294956192 18446744073709551615 134532164 0 0 4096 3 0 0 0 17 1 0 0
/proc/23951/statm: 4923 4385 79 151 0 4769 0
Current children cumulated CPU time (s) 2896.28
Current children cumulated vsize (KiB) 36432

[startup+2982.3 s]
/proc/loadavg: 2.58 2.65 2.51 4/82 23967
/proc/meminfo: memFree=1709832/2055920 swapFree=4192812/4192956
[pid=23928] ppid=23926 vsize=16740 CPUtime=1.01
/proc/23928/stat : 23928 (sugar++) S 23926 23928 23815 0 -1 4194304 1547 13368 0 3 6 2 85 8 16 0 1 0 59439699 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23928/statm: 4185 1115 414 3 0 764 0
[pid=23951] ppid=23928 vsize=19844 CPUtime=2954.72
/proc/23951/stat : 23951 (minisat-inc) R 23928 23928 23815 0 -1 4194304 4476 0 0 0 295463 9 0 0 25 0 1 0 59439801 20320256 4419 996147200 134512640 135134323 4294956192 18446744073709551615 134531911 0 0 4096 3 0 0 0 17 1 0 0
/proc/23951/statm: 4961 4419 79 151 0 4807 0
Current children cumulated CPU time (s) 2955.73
Current children cumulated vsize (KiB) 36584

[startup+3042.3 s]
/proc/loadavg: 2.65 2.65 2.51 4/82 23967
/proc/meminfo: memFree=1709832/2055920 swapFree=4192812/4192956
[pid=23928] ppid=23926 vsize=16740 CPUtime=1.01
/proc/23928/stat : 23928 (sugar++) S 23926 23928 23815 0 -1 4194304 1547 13368 0 3 6 2 85 8 16 0 1 0 59439699 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23928/statm: 4185 1115 414 3 0 764 0
[pid=23951] ppid=23928 vsize=19984 CPUtime=3014.19
/proc/23951/stat : 23951 (minisat-inc) R 23928 23928 23815 0 -1 4194304 4522 0 0 0 301410 9 0 0 25 0 1 0 59439801 20463616 4465 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/23951/statm: 4996 4465 79 151 0 4842 0
Current children cumulated CPU time (s) 3015.2
Current children cumulated vsize (KiB) 36724

[startup+3102.3 s]
/proc/loadavg: 2.78 2.68 2.53 3/82 23967
/proc/meminfo: memFree=1709832/2055920 swapFree=4192812/4192956
[pid=23928] ppid=23926 vsize=16740 CPUtime=1.01
/proc/23928/stat : 23928 (sugar++) S 23926 23928 23815 0 -1 4194304 1547 13368 0 3 6 2 85 8 16 0 1 0 59439699 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23928/statm: 4185 1115 414 3 0 764 0
[pid=23951] ppid=23928 vsize=19984 CPUtime=3073.65
/proc/23951/stat : 23951 (minisat-inc) R 23928 23928 23815 0 -1 4194304 4522 0 0 0 307356 9 0 0 25 0 1 0 59439801 20463616 4465 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/23951/statm: 4996 4465 79 151 0 4842 0
Current children cumulated CPU time (s) 3074.66
Current children cumulated vsize (KiB) 36724

[startup+3162.3 s]
/proc/loadavg: 2.64 2.65 2.53 4/82 23967
/proc/meminfo: memFree=1709704/2055920 swapFree=4192812/4192956
[pid=23928] ppid=23926 vsize=16740 CPUtime=1.01
/proc/23928/stat : 23928 (sugar++) S 23926 23928 23815 0 -1 4194304 1547 13368 0 3 6 2 85 8 16 0 1 0 59439699 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23928/statm: 4185 1115 414 3 0 764 0
[pid=23951] ppid=23928 vsize=20128 CPUtime=3133.12
/proc/23951/stat : 23951 (minisat-inc) R 23928 23928 23815 0 -1 4194304 4538 0 0 0 313303 9 0 0 25 0 1 0 59439801 20611072 4481 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 1 0 0
/proc/23951/statm: 5032 4481 79 151 0 4878 0
Current children cumulated CPU time (s) 3134.13
Current children cumulated vsize (KiB) 36868

[startup+3222.3 s]
/proc/loadavg: 2.70 2.66 2.54 4/82 23967
/proc/meminfo: memFree=1709704/2055920 swapFree=4192812/4192956
[pid=23928] ppid=23926 vsize=16740 CPUtime=1.01
/proc/23928/stat : 23928 (sugar++) S 23926 23928 23815 0 -1 4194304 1547 13368 0 3 6 2 85 8 16 0 1 0 59439699 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23928/statm: 4185 1115 414 3 0 764 0
[pid=23951] ppid=23928 vsize=20128 CPUtime=3192.58
/proc/23951/stat : 23951 (minisat-inc) R 23928 23928 23815 0 -1 4194304 4547 0 0 0 319249 9 0 0 25 0 1 0 59439801 20611072 4490 996147200 134512640 135134323 4294956192 18446744073709551615 134531932 0 0 4096 3 0 0 0 17 1 0 0
/proc/23951/statm: 5032 4490 79 151 0 4878 0
Current children cumulated CPU time (s) 3193.59
Current children cumulated vsize (KiB) 36868

[startup+3282.3 s]
/proc/loadavg: 2.42 2.58 2.52 4/82 23967
/proc/meminfo: memFree=1709512/2055920 swapFree=4192812/4192956
[pid=23928] ppid=23926 vsize=16740 CPUtime=1.01
/proc/23928/stat : 23928 (sugar++) S 23926 23928 23815 0 -1 4194304 1547 13368 0 3 6 2 85 8 16 0 1 0 59439699 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23928/statm: 4185 1115 414 3 0 764 0
[pid=23951] ppid=23928 vsize=20296 CPUtime=3252.06
/proc/23951/stat : 23951 (minisat-inc) R 23928 23928 23815 0 -1 4194304 4581 0 0 0 325196 10 0 0 25 0 1 0 59439801 20783104 4524 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/23951/statm: 5074 4524 79 151 0 4920 0
Current children cumulated CPU time (s) 3253.07
Current children cumulated vsize (KiB) 37036

[startup+3342.3 s]
/proc/loadavg: 2.40 2.54 2.51 4/82 23969
/proc/meminfo: memFree=1709320/2055920 swapFree=4192812/4192956
[pid=23928] ppid=23926 vsize=16740 CPUtime=1.01
/proc/23928/stat : 23928 (sugar++) S 23926 23928 23815 0 -1 4194304 1547 13368 0 3 6 2 85 8 16 0 1 0 59439699 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23928/statm: 4185 1115 414 3 0 764 0
[pid=23951] ppid=23928 vsize=20296 CPUtime=3311.52
/proc/23951/stat : 23951 (minisat-inc) R 23928 23928 23815 0 -1 4194304 4582 0 0 0 331142 10 0 0 25 0 1 0 59439801 20783104 4525 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/23951/statm: 5074 4525 79 151 0 4920 0
Current children cumulated CPU time (s) 3312.53
Current children cumulated vsize (KiB) 37036

[startup+3402.31 s]
/proc/loadavg: 2.51 2.54 2.51 4/82 23969
/proc/meminfo: memFree=1709384/2055920 swapFree=4192812/4192956
[pid=23928] ppid=23926 vsize=16740 CPUtime=1.01
/proc/23928/stat : 23928 (sugar++) S 23926 23928 23815 0 -1 4194304 1547 13368 0 3 6 2 85 8 16 0 1 0 59439699 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23928/statm: 4185 1115 414 3 0 764 0
[pid=23951] ppid=23928 vsize=20436 CPUtime=3370.99
/proc/23951/stat : 23951 (minisat-inc) R 23928 23928 23815 0 -1 4194304 4605 0 0 0 337089 10 0 0 25 0 1 0 59439801 20926464 4548 996147200 134512640 135134323 4294956192 18446744073709551615 134529655 0 0 4096 3 0 0 0 17 1 0 0
/proc/23951/statm: 5109 4548 79 151 0 4955 0
Current children cumulated CPU time (s) 3372
Current children cumulated vsize (KiB) 37176

[startup+3462.3 s]
/proc/loadavg: 2.56 2.55 2.52 3/82 23969
/proc/meminfo: memFree=1709000/2055920 swapFree=4192812/4192956
[pid=23928] ppid=23926 vsize=16740 CPUtime=1.01
/proc/23928/stat : 23928 (sugar++) S 23926 23928 23815 0 -1 4194304 1547 13368 0 3 6 2 85 8 16 0 1 0 59439699 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23928/statm: 4185 1115 414 3 0 764 0
[pid=23951] ppid=23928 vsize=20436 CPUtime=3430.45
/proc/23951/stat : 23951 (minisat-inc) R 23928 23928 23815 0 -1 4194304 4643 0 0 0 343035 10 0 0 25 0 1 0 59439801 20926464 4586 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/23951/statm: 5109 4586 79 151 0 4955 0
Current children cumulated CPU time (s) 3431.46
Current children cumulated vsize (KiB) 37176

[startup+3522.3 s]
/proc/loadavg: 2.76 2.60 2.53 3/82 23969
/proc/meminfo: memFree=1709000/2055920 swapFree=4192812/4192956
[pid=23928] ppid=23926 vsize=16740 CPUtime=1.01
/proc/23928/stat : 23928 (sugar++) S 23926 23928 23815 0 -1 4194304 1547 13368 0 3 6 2 85 8 16 0 1 0 59439699 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23928/statm: 4185 1115 414 3 0 764 0
[pid=23951] ppid=23928 vsize=20624 CPUtime=3489.91
/proc/23951/stat : 23951 (minisat-inc) R 23928 23928 23815 0 -1 4194304 4680 0 0 0 348981 10 0 0 25 0 1 0 59439801 21118976 4623 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/23951/statm: 5156 4623 79 151 0 5002 0
Current children cumulated CPU time (s) 3490.92
Current children cumulated vsize (KiB) 37364

[startup+3582.3 s]
/proc/loadavg: 2.66 2.59 2.54 4/82 23969
/proc/meminfo: memFree=1708744/2055920 swapFree=4192812/4192956
[pid=23928] ppid=23926 vsize=16740 CPUtime=1.01
/proc/23928/stat : 23928 (sugar++) S 23926 23928 23815 0 -1 4194304 1547 13368 0 3 6 2 85 8 16 0 1 0 59439699 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23928/statm: 4185 1115 414 3 0 764 0
[pid=23951] ppid=23928 vsize=20624 CPUtime=3549.37
/proc/23951/stat : 23951 (minisat-inc) R 23928 23928 23815 0 -1 4194304 4682 0 0 0 354927 10 0 0 25 0 1 0 59439801 21118976 4625 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/23951/statm: 5156 4625 79 151 0 5002 0
Current children cumulated CPU time (s) 3550.38
Current children cumulated vsize (KiB) 37364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3632.4 s]
/proc/loadavg: 2.65 2.59 2.54 4/82 23969
/proc/meminfo: memFree=1708744/2055920 swapFree=4192812/4192956
[pid=23928] ppid=23926 vsize=16740 CPUtime=1.01
/proc/23928/stat : 23928 (sugar++) S 23926 23928 23815 0 -1 4194304 1547 13368 0 3 6 2 85 8 16 0 1 0 59439699 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23928/statm: 4185 1115 414 3 0 764 0
[pid=23951] ppid=23928 vsize=20736 CPUtime=3599.03
/proc/23951/stat : 23951 (minisat-inc) R 23928 23928 23815 0 -1 4194304 4702 0 0 0 359893 10 0 0 25 0 1 0 59439801 21233664 4645 996147200 134512640 135134323 4294956192 18446744073709551615 134532022 0 0 4096 3 0 0 0 17 1 0 0
/proc/23951/statm: 5184 4645 79 151 0 5030 0
Current children cumulated CPU time (s) 3600.04
Current children cumulated vsize (KiB) 37476

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

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

Child status: 0
Real time (s): 3632.41
CPU time (s): 3600.09
CPU user time (s): 3599.86
CPU system time (s): 0.224965
CPU usage (%): 99.1101
Max. virtual memory (cumulated for all children) (KiB): 886400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.86
system time used= 0.224965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19692
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= 956
involuntary context switches= 77312

runsolver used 4.33034 second user time and 10.5144 second system time

The end

Launcher Data (download as text)

Begin job on node52 at 2008-07-14 11:23:28
IDJOB=1115307
IDBENCH=61853
IDSOLVER=367
FILE ID=node52/1115307-1216027408
PBS_JOBID= 7904825
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1d23daba8d02f50c2e4abf849a1be2d3
RANDOM SEED=1039737592

node52.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.234
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.234
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:       1787000 kB
Buffers:         43972 kB
Cached:         136024 kB
SwapCached:          0 kB
Active:         151552 kB
Inactive:        64024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1787000 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2832 kB
Writeback:           0 kB
Mapped:          55852 kB
Slab:            38552 kB
Committed_AS:  1006720 kB
PageTables:       1932 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= 66548 MiB
End job on node52 at 2008-07-14 12:24:01