Trace number 1127467

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.11 3611.62

General information on the benchmark

Namemaxcsp/cnf/2-40-100-1000/
normalized-cnf-2-40-500-633422_ext.xml
MD5SUM4161f7937679b228430670e0474e32b5
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints65
Best CPU time to get the best result obtained on this benchmark0.295954
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints375
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension375
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.04/0.13	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.04/0.13	c 0	BEGIN Wed Jul 23 01:29:38 2008
0.04/0.13	c 0	PID 5920
0.04/0.13	c 0	HOST node13.alineos.net
0.04/0.13	c 0	CONVERTING HOME/instance-1127467-1216769378.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-1127467-1216769378.xml' 'HOME/temp.csp'
0.06/0.43	c 1	1 domains, 40 variables, 0 predicates, 13 relations, 375 constraints
0.06/0.45	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.45	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.35/0.53	c 1	Parsing HOME/temp.csp
0.35/0.63	c 1	parsed 429 expressions
0.35/0.63	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.35/0.65	c 1	MAX CSP: 375 constraints
0.35/0.65	c 1	Converting to clausal form CSP
0.35/0.68	c 1	converted 81 (10%) expressions
0.35/0.69	c 1	converted 162 (20%) expressions
0.35/0.69	c 1	converted 243 (30%) expressions
0.35/0.70	c 1	converted 323 (40%) expressions
0.35/0.71	c 1	converted 404 (50%) expressions
0.35/0.72	c 1	converted 485 (60%) expressions
0.35/0.73	c 1	converted 565 (70%) expressions
0.35/0.73	c 1	converted 646 (80%) expressions
0.35/0.73	c 1	converted 727 (90%) expressions
0.35/0.90	c 1	converted 807 (100%) expressions
0.35/0.90	c 1	CSP : 790 integers, 0 booleans, 1124 clauses, largest domain size 563
0.35/0.90	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.35/0.90	c 1	Propagation in CSP
0.35/0.94	c 1	368 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.35/0.94	c 1	CSP : 790 integers, 0 booleans, 1124 clauses, largest domain size 376
0.35/0.94	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.35/0.94	c 1	Simplifing CSP by introducing new Boolean variables
0.35/0.95	c 1	CSP : 790 integers, 0 booleans, 1124 clauses, largest domain size 376
0.35/0.95	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.35/0.98	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.35/0.98	c 1	79 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.35/0.98	c 1	158 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.35/0.99	c 1	237 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.35/0.99	c 1	316 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.35/0.99	c 1	395 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.89/1.00	c 1	474 (60%) CSP integer variables are encoded (627 clauses, 7138 bytes)
0.89/1.00	c 1	553 (70%) CSP integer variables are encoded (1056 clauses, 12715 bytes)
0.89/1.01	c 1	632 (80%) CSP integer variables are encoded (1724 clauses, 21399 bytes)
0.89/1.01	c 1	711 (90%) CSP integer variables are encoded (2193 clauses, 27496 bytes)
0.89/1.01	c 1	790 (100%) CSP integer variables are encoded (5496 clauses, 70435 bytes)
0.89/1.03	c 1	113 (10%) CSP clauses are encoded (5620 clauses, 71893 bytes)
0.89/1.04	c 1	225 (20%) CSP clauses are encoded (5745 clauses, 73532 bytes)
0.89/1.05	c 1	338 (30%) CSP clauses are encoded (5866 clauses, 75159 bytes)
0.89/1.07	c 1	450 (40%) CSP clauses are encoded (6929 clauses, 90060 bytes)
0.89/1.10	c 1	562 (50%) CSP clauses are encoded (15899 clauses, 247618 bytes)
0.99/1.11	c 1	675 (60%) CSP clauses are encoded (18808 clauses, 297748 bytes)
0.99/1.16	c 1	787 (70%) CSP clauses are encoded (44238 clauses, 761617 bytes)
0.99/1.17	c 1	900 (80%) CSP clauses are encoded (47475 clauses, 817577 bytes)
0.99/1.18	c 1	1012 (90%) CSP clauses are encoded (54967 clauses, 951520 bytes)
1.28/1.45	c 2	1124 (100%) CSP clauses are encoded (192492 clauses, 3454185 bytes)
1.28/1.45	c 2	1124 CSP clauses encoded
1.28/1.45	c 2	Writing map file : HOME/temp.map
1.28/1.46	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.28/1.46	c 2	SAT : 6286 SAT variables, 192492 SAT clauses, 3454185 bytes
1.28/1.46	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.36/1.50	c 2	OBJECTIVE minimize _COST
1.36/1.50	c 2	SOLVING HOME/temp.cnf
1.36/1.50	c 2	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.36/1.50	c 2	This is MiniSat 2.0 beta incremental
1.36/1.50	c 2	WARNING: for repeatability, setting FPU to use double precision
1.36/1.50	c 2	============================[ Problem Statistics ]=============================
1.36/1.50	c 2	|                                                                             |
1.36/1.50	c 2	|  Number of variables:  6286                                                 |
1.36/1.50	c 2	|  Number of clauses:    192492                                               |
1.36/1.59	c 2	|  Parsing time:         0.08         s                                       |
1.36/1.59	c 2	OK
1.36/1.59	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.36/1.59	c 2	SEARCHING: _COST <= 188
1.36/1.59	c 2	============================[ Search Statistics ]==============================
1.36/1.59	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.36/1.59	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.36/1.59	c 2	===============================================================================
1.36/1.59	c 2	|         0 |    6286   192492   560543 |    64164        0    nan |  0.000 % |
1.36/1.67	c 2	===============================================================================
1.36/1.67	c 2	restarts              : 1
1.36/1.67	c 2	conflicts             : 54            (342 /sec)
1.36/1.67	c 2	decisions             : 459           (0.65 % random) (2906 /sec)
1.36/1.67	c 2	propagations          : 66881          (423364 /sec)
1.36/1.67	c 2	conflict literals     : 998            (15.06 % deleted)
1.36/1.67	c 2	Memory used           : 10.13 MB
1.36/1.67	c 2	CPU time              : 0.157975 s
1.36/1.67	c 2	
1.36/1.67	c 2	SATISFIABLE
1.36/1.67	c 2	OK
1.36/1.67	c 2	FOUND: _COST <= 188
1.36/1.67	s SATISFIABLE
1.36/1.67	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.36/1.67	c 2	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.36/1.75	c 2	Decoding HOME/temp.out
1.36/1.87	c 2	OBJECTIVE _COST 176
1.36/1.87	o 176
1.36/1.87	v 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
1.36/1.89	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.36/1.93	c 2	OK
1.36/1.93	c 2	OBJECTIVE BOUND: 0 <= _COST <= 176
1.36/1.93	c 2	SEARCHING: _COST <= 88
1.36/1.94	c 2	============================[ Search Statistics ]==============================
1.36/1.95	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.36/1.95	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.36/1.95	c 2	===============================================================================
1.36/1.95	c 2	|        54 |    6274   192492   560543 |    64164       53     19 |  0.000 % |
1.36/1.97	c 2	|       154 |    6274   192492   560543 |    70580      152     15 | 29.067 % |
1.59/2.00	c 2	|       305 |    6274   192492   560543 |    77638      303     16 | 29.067 % |
1.59/2.04	c 2	|       531 |    6274   192492   560543 |    85402      529     16 | 29.067 % |
1.91/2.11	c 2	|       868 |    6274   192492   560543 |    93942      866     15 | 29.067 % |
2.01/2.23	c 2	|      1375 |    6274   192492   560543 |   103336     1373     18 | 29.067 % |
2.10/2.38	c 3	|      2134 |    6274   192492   560543 |   113670     2132     21 | 29.067 % |
2.20/2.45	c 3	===============================================================================
2.20/2.45	c 3	restarts              : 8
2.20/2.45	c 3	conflicts             : 2242          (3327 /sec)
2.20/2.45	c 3	decisions             : 3420          (0.70 % random) (5075 /sec)
2.20/2.45	c 3	propagations          : 776862         (1152790 /sec)
2.20/2.45	c 3	conflict literals     : 45995          (23.23 % deleted)
2.20/2.46	c 3	Memory used           : 10.26 MB
2.20/2.46	c 3	CPU time              : 0.673897 s
2.20/2.46	c 3	
2.20/2.46	c 3	SATISFIABLE
2.20/2.46	c 3	OK
2.20/2.46	c 3	FOUND: _COST <= 88
2.20/2.46	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.20/2.46	c 3	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.26/2.54	c 3	Decoding HOME/temp.out
2.26/2.63	c 3	OBJECTIVE _COST 88
2.26/2.63	o 88
2.26/2.63	v 0 0 1 1 1 0 1 0 1 1 0 0 1 1 1 0 1 0 1 1 0 1 0 0 1 0 1 1 1 1 0 1 1 1 0 0 1 1 1 1
2.26/2.63	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.26/2.67	c 3	OK
2.26/2.67	c 3	OBJECTIVE BOUND: 0 <= _COST <= 88
2.26/2.67	c 3	SEARCHING: _COST <= 44
2.26/2.67	c 3	============================[ Search Statistics ]==============================
2.26/2.68	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.26/2.68	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.26/2.68	c 3	===============================================================================
2.26/2.68	c 3	|      2242 |    4459   117685   341414 |    39228     2240     21 | 29.067 % |
2.46/2.70	c 3	|      2342 |    4459   117685   341414 |    43151     2338     20 | 43.925 % |
2.46/2.74	c 3	|      2492 |    4459   117685   341414 |    47466     2488     20 | 43.925 % |
2.46/2.80	c 3	|      2717 |    4459   117685   341414 |    52212     2713     19 | 43.925 % |
2.56/2.87	c 3	|      3054 |    4459   117685   341414 |    57434     3050     19 | 43.925 % |
2.75/3.00	c 3	|      3563 |    4459   117685   341414 |    63177     3559     18 | 43.925 % |
2.95/3.21	c 3	|      4322 |    3525    73961   212971 |    69495     4314     17 | 43.925 % |
3.25/3.53	c 4	|      5462 |    3525    73961   212971 |    76444     5454     17 | 43.925 % |
3.75/4.02	c 4	|      7170 |    3525    73961   212971 |    84089     7162     17 | 43.925 % |
4.53/4.85	c 5	|      9732 |    3525    73961   212971 |    92498     9724     16 | 43.925 % |
5.82/6.19	c 6	|     13576 |    3525    73961   212971 |   101748    13568     16 | 43.925 % |
8.10/8.48	c 9	|     19343 |    3525    73961   212971 |   111923    19335     16 | 43.925 % |
11.86/12.21	c 12	|     27992 |    3525    73961   212971 |   123115    27984     16 | 43.925 % |
18.31/18.74	c 19	|     40967 |    3525    73961   212971 |   135426    40959     16 | 43.925 % |
29.99/30.50	c 31	|     60429 |    3525    73961   212971 |   148969    60421     16 | 43.925 % |
53.69/54.45	c 55	|     89621 |    3525    73961   212971 |   163866    89613     16 | 43.925 % |
93.44/94.54	c 95	===============================================================================
93.44/94.54	c 95	restarts              : 24
93.44/94.54	c 95	conflicts             : 129822        (1416 /sec)
93.44/94.54	c 95	decisions             : 154341        (0.86 % random) (1683 /sec)
93.44/94.54	c 95	propagations          : 55724046       (607816 /sec)
93.44/94.54	c 95	conflict literals     : 2146224        (36.15 % deleted)
93.44/94.54	c 95	Memory used           : 19.95 MB
93.44/94.54	c 95	CPU time              : 91.6791 s
93.44/94.54	c 95	
93.44/94.54	c 95	UNSATISFIABLE
93.44/94.54	c 95	OK
93.44/94.54	c 95	NOT FOUND: _COST <= 44
93.44/94.54	c 95	OK
93.44/94.54	c 95	OBJECTIVE BOUND: 45 <= _COST <= 88
93.44/94.54	c 95	SEARCHING: _COST <= 66
93.44/94.54	c 95	============================[ Search Statistics ]==============================
93.44/94.54	c 95	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
93.44/94.54	c 95	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
93.44/94.54	c 95	===============================================================================
93.44/94.54	c 95	|    129822 |    3319    71818   207149 |    23939   113452     17 | 43.925 % |
95.22/96.33	c 97	|    129922 |    3319    71818   207149 |    26333    15446     15 | 47.201 % |
95.22/96.37	c 97	|    130073 |    3319    71818   207149 |    28966    15597     15 | 47.201 % |
95.32/96.43	c 97	|    130299 |    3319    71818   207149 |    31863    15823     15 | 47.201 % |
95.42/96.51	c 97	|    130637 |    3319    71818   207149 |    35049    16161     15 | 47.201 % |
95.52/96.66	c 97	|    131144 |    3319    71818   207149 |    38554    16668     15 | 47.201 % |
95.73/96.87	c 97	|    131906 |    3319    71818   207149 |    42409    17430     15 | 47.201 % |
96.12/97.20	c 97	|    133046 |    3319    71818   207149 |    46650    18570     15 | 47.201 % |
96.62/97.72	c 98	|    134754 |    3319    71818   207149 |    51316    20278     16 | 47.201 % |
97.61/98.71	c 99	|    137316 |    3319    71818   207149 |    56447    22840     16 | 47.201 % |
98.90/100.04	c 100	|    141160 |    3319    71818   207149 |    62092    26684     17 | 47.201 % |
101.18/102.32	c 103	|    146926 |    3319    71818   207149 |    68301    32450     17 | 47.201 % |
104.94/106.16	c 106	|    155575 |    3319    71818   207149 |    75131    41099     18 | 47.201 % |
112.57/113.89	c 114	|    168552 |    3319    71818   207149 |    82645    54076     19 | 47.201 % |
128.03/129.45	c 130	|    188013 |    3319    71818   207149 |    90909    73537     21 | 47.201 % |
149.35/150.98	c 151	|    217205 |    3319    71818   207149 |   100000    21593     21 | 47.201 % |
176.40/178.24	c 178	|    260994 |    3319    71818   207149 |   110000    65382     22 | 47.201 % |
230.72/233.08	c 233	|    326679 |    3319    71818   207149 |   121000    31511     23 | 47.201 % |
311.30/314.39	c 315	|    425207 |    3319    71818   207149 |   133100    21114     22 | 47.201 % |
437.30/441.47	c 442	|    572996 |    3319    71818   207149 |   146410    48300     24 | 47.201 % |
633.26/639.20	c 639	|    794679 |    3319    71818   207149 |   161051   135357     22 | 47.201 % |
1004.19/1013.32	c 1014	|   1127205 |    3319    71818   207149 |   177157    22200     23 | 47.201 % |
1553.50/1564.29	c 1564	|   1625997 |    3319    71818   207149 |   194872    27729     21 | 47.201 % |
2438.14/2449.22	c 2449	|   2374179 |    3310    71285   205582 |   214360    54262     24 | 47.344 % |
3600.07/3611.61	c ERROR INTERRUPTED
3600.07/3611.61	c 3612	CPU 3599.7 (0.07 0.01 3599.63 0.38)
3600.07/3611.61	c 3612	END Wed Jul 23 02:29:50 2008

Verifier Data (download as text)

OK	81	294
81 unsatisfied constraints, 294 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-1127467-1216769378/watcher-1127467-1216769378 -o /tmp/evaluation-result-1127467-1216769378/solver-1127467-1216769378 -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-1127467-1216769378.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.00 2.00 4/80 5920
/proc/meminfo: memFree=1464616/2055920 swapFree=4192956/4192956
[pid=5920] ppid=5918 vsize=6268 CPUtime=0
/proc/5920/stat : 5920 (sugar++) R 5918 5920 5368 0 -1 4194304 62 0 0 0 0 0 0 0 19 0 1 0 4028551 6418432 47 996147200 4194304 4206940 548682068528 18446744073709551615 269754627465 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/5920/statm: 1567 47 36 3 0 8 0

[startup+0.0889651 s]
/proc/loadavg: 2.01 2.00 2.00 4/80 5920
/proc/meminfo: memFree=1464616/2055920 swapFree=4192956/4192956
[pid=5920] ppid=5918 vsize=13468 CPUtime=0.03
/proc/5920/stat : 5920 (sugar++) R 5918 5920 5368 0 -1 4194304 758 0 0 0 2 1 0 0 18 0 1 0 4028551 13791232 726 996147200 4194304 4206940 548682068528 18446744073709551615 269766147070 0 0 4224 0 0 0 0 17 1 0 0
/proc/5920/statm: 3367 726 338 3 0 467 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13468

[startup+0.101968 s]
/proc/loadavg: 2.01 2.00 2.00 4/80 5920
/proc/meminfo: memFree=1464616/2055920 swapFree=4192956/4192956
[pid=5920] ppid=5918 vsize=14908 CPUtime=0.04
/proc/5920/stat : 5920 (sugar++) R 5918 5920 5368 0 -1 4194304 893 0 0 0 3 1 0 0 18 0 1 0 4028551 15265792 861 996147200 4194304 4206940 548682068528 18446744073709551615 269775084370 0 0 4224 0 0 0 0 17 1 0 0
/proc/5920/statm: 3727 861 378 3 0 566 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14908

[startup+0.301993 s]
/proc/loadavg: 2.01 2.00 2.00 4/80 5920
/proc/meminfo: memFree=1464616/2055920 swapFree=4192956/4192956
[pid=5920] ppid=5918 vsize=16740 CPUtime=0.06
/proc/5920/stat : 5920 (sugar++) S 5918 5920 5368 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 4028551 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5920/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701045 s]
/proc/loadavg: 2.01 2.00 2.00 4/80 5920
/proc/meminfo: memFree=1464616/2055920 swapFree=4192956/4192956
[pid=5920] ppid=5918 vsize=16740 CPUtime=0.35
/proc/5920/stat : 5920 (sugar++) S 5918 5920 5368 0 -1 4194304 1296 4407 0 1 5 1 27 2 15 0 1 0 4028551 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5920/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 16740

[startup+1.50315 s]
/proc/loadavg: 2.01 2.00 2.00 4/91 5942
/proc/meminfo: memFree=1448848/2055920 swapFree=4192956/4192956
[pid=5920] ppid=5918 vsize=16872 CPUtime=1.36
/proc/5920/stat : 5920 (sugar++) S 5918 5920 5368 0 -1 4194304 1454 11146 0 2 6 1 119 10 15 0 1 0 4028551 17276928 1120 996147200 4194304 4206940 548682068528 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5920/statm: 4218 1120 413 3 0 797 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 16872

[startup+3.10137 s]
/proc/loadavg: 2.01 2.00 2.00 3/82 5953
/proc/meminfo: memFree=1447704/2055920 swapFree=4192956/4192956
[pid=5920] ppid=5918 vsize=16872 CPUtime=1.76
/proc/5920/stat : 5920 (sugar++) S 5918 5920 5368 0 -1 4194304 1626 18876 0 4 6 1 154 15 15 0 1 0 4028551 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5920/statm: 4218 1123 414 3 0 797 0
[pid=5943] ppid=5920 vsize=10504 CPUtime=1.09
/proc/5943/stat : 5943 (minisat-inc) R 5920 5920 5368 0 -1 4194304 2563 0 0 0 109 0 0 0 19 0 1 0 4028701 10756096 2507 996147200 134512640 135134323 4294956192 18446744073709551615 134529460 0 0 4096 3 0 0 0 17 1 0 0
/proc/5943/statm: 2626 2507 79 151 0 2472 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 27376

[startup+6.30279 s]
/proc/loadavg: 2.09 2.02 2.01 3/82 5963
/proc/meminfo: memFree=1447384/2055920 swapFree=4192956/4192956
[pid=5920] ppid=5918 vsize=16872 CPUtime=1.76
/proc/5920/stat : 5920 (sugar++) S 5918 5920 5368 0 -1 4194304 1626 18876 0 4 6 1 154 15 16 0 1 0 4028551 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5920/statm: 4218 1123 414 3 0 797 0
[pid=5943] ppid=5920 vsize=10636 CPUtime=4.26
/proc/5943/stat : 5943 (minisat-inc) R 5920 5920 5368 0 -1 4194304 2599 0 0 0 426 0 0 0 25 0 1 0 4028701 10891264 2543 996147200 134512640 135134323 4294956192 18446744073709551615 134532177 0 0 4096 3 0 0 0 17 1 0 0
/proc/5943/statm: 2659 2543 79 151 0 2505 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 27508

[startup+12.7016 s]
/proc/loadavg: 2.08 2.02 2.00 3/82 5963
/proc/meminfo: memFree=1447128/2055920 swapFree=4192956/4192956
[pid=5920] ppid=5918 vsize=16872 CPUtime=1.76
/proc/5920/stat : 5920 (sugar++) S 5918 5920 5368 0 -1 4194304 1626 18876 0 4 6 1 154 15 16 0 1 0 4028551 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5920/statm: 4218 1123 414 3 0 797 0
[pid=5943] ppid=5920 vsize=11104 CPUtime=10.6
/proc/5943/stat : 5943 (minisat-inc) R 5920 5920 5368 0 -1 4194304 2671 0 0 0 1060 0 0 0 25 0 1 0 4028701 11370496 2615 996147200 134512640 135134323 4294956192 18446744073709551615 134532126 0 0 4096 3 0 0 0 17 1 0 0
/proc/5943/statm: 2776 2615 79 151 0 2622 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 27976

[startup+25.5013 s]
/proc/loadavg: 2.14 2.03 2.01 4/82 5963
/proc/meminfo: memFree=1413784/2055920 swapFree=4192956/4192956
[pid=5920] ppid=5918 vsize=16872 CPUtime=1.76
/proc/5920/stat : 5920 (sugar++) S 5918 5920 5368 0 -1 4194304 1626 18876 0 4 6 1 154 15 16 0 1 0 4028551 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5920/statm: 4218 1123 414 3 0 797 0
[pid=5943] ppid=5920 vsize=12784 CPUtime=23.28
/proc/5943/stat : 5943 (minisat-inc) R 5920 5920 5368 0 -1 4194304 3118 0 0 0 2327 1 0 0 25 0 1 0 4028701 13090816 3062 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5943/statm: 3196 3062 79 151 0 3042 0
Current children cumulated CPU time (s) 25.04
Current children cumulated vsize (KiB) 29656

[startup+51.1017 s]
/proc/loadavg: 2.30 2.08 2.02 4/82 5963
/proc/meminfo: memFree=1389720/2055920 swapFree=4192956/4192956
[pid=5920] ppid=5918 vsize=16872 CPUtime=1.76
/proc/5920/stat : 5920 (sugar++) S 5918 5920 5368 0 -1 4194304 1626 18876 0 4 6 1 154 15 16 0 1 0 4028551 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5920/statm: 4218 1123 414 3 0 797 0
[pid=5943] ppid=5920 vsize=16256 CPUtime=48.66
/proc/5943/stat : 5943 (minisat-inc) R 5920 5920 5368 0 -1 4194304 3947 0 0 0 4864 2 0 0 25 0 1 0 4028701 16646144 3891 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5943/statm: 4064 3891 79 151 0 3910 0
Current children cumulated CPU time (s) 50.42
Current children cumulated vsize (KiB) 33128

[startup+102.307 s]
/proc/loadavg: 2.42 2.14 2.04 4/82 5963
/proc/meminfo: memFree=1384344/2055920 swapFree=4192956/4192956
[pid=5920] ppid=5918 vsize=16872 CPUtime=1.77
/proc/5920/stat : 5920 (sugar++) S 5918 5920 5368 0 -1 4194304 1628 18876 0 4 7 1 154 15 16 0 1 0 4028551 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5920/statm: 4218 1123 414 3 0 797 0
[pid=5943] ppid=5920 vsize=20420 CPUtime=99.41
/proc/5943/stat : 5943 (minisat-inc) R 5920 5920 5368 0 -1 4194304 4995 0 0 0 9937 4 0 0 25 0 1 0 4028701 20910080 4937 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5943/statm: 5105 4937 79 151 0 4951 0
Current children cumulated CPU time (s) 101.18
Current children cumulated vsize (KiB) 37292

[startup+162.301 s]
/proc/loadavg: 2.61 2.25 2.09 3/82 5963
/proc/meminfo: memFree=1383768/2055920 swapFree=4192956/4192956
[pid=5920] ppid=5918 vsize=16872 CPUtime=1.77
/proc/5920/stat : 5920 (sugar++) S 5918 5920 5368 0 -1 4194304 1628 18876 0 4 7 1 154 15 16 0 1 0 4028551 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5920/statm: 4218 1123 414 3 0 797 0
[pid=5943] ppid=5920 vsize=20888 CPUtime=158.88
/proc/5943/stat : 5943 (minisat-inc) R 5920 5920 5368 0 -1 4194304 5093 0 0 0 15883 5 0 0 25 0 1 0 4028701 21389312 5035 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5943/statm: 5222 5035 79 151 0 5068 0
Current children cumulated CPU time (s) 160.65
Current children cumulated vsize (KiB) 37760

[startup+222.301 s]
/proc/loadavg: 2.58 2.29 2.11 3/82 5963
/proc/meminfo: memFree=1381528/2055920 swapFree=4192956/4192956
[pid=5920] ppid=5918 vsize=16872 CPUtime=1.77
/proc/5920/stat : 5920 (sugar++) S 5918 5920 5368 0 -1 4194304 1628 18876 0 4 7 1 154 15 16 0 1 0 4028551 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5920/statm: 4218 1123 414 3 0 797 0
[pid=5943] ppid=5920 vsize=23232 CPUtime=218.34
/proc/5943/stat : 5943 (minisat-inc) R 5920 5920 5368 0 -1 4194304 5672 0 0 0 21829 5 0 0 25 0 1 0 4028701 23789568 5614 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5943/statm: 5808 5614 79 151 0 5654 0
Current children cumulated CPU time (s) 220.11
Current children cumulated vsize (KiB) 40104

[startup+282.301 s]
/proc/loadavg: 2.48 2.31 2.12 3/82 5963
/proc/meminfo: memFree=1381336/2055920 swapFree=4192956/4192956
[pid=5920] ppid=5918 vsize=16872 CPUtime=1.77
/proc/5920/stat : 5920 (sugar++) S 5918 5920 5368 0 -1 4194304 1628 18876 0 4 7 1 154 15 16 0 1 0 4028551 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5920/statm: 4218 1123 414 3 0 797 0
[pid=5943] ppid=5920 vsize=23364 CPUtime=277.82
/proc/5943/stat : 5943 (minisat-inc) R 5920 5920 5368 0 -1 4194304 5708 0 0 0 27776 6 0 0 25 0 1 0 4028701 23924736 5650 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/5943/statm: 5841 5650 79 151 0 5687 0
Current children cumulated CPU time (s) 279.59
Current children cumulated vsize (KiB) 40236

[startup+342.301 s]
/proc/loadavg: 2.55 2.36 2.15 4/82 5963
/proc/meminfo: memFree=1378904/2055920 swapFree=4192956/4192956
[pid=5920] ppid=5918 vsize=16872 CPUtime=1.77
/proc/5920/stat : 5920 (sugar++) S 5918 5920 5368 0 -1 4194304 1628 18876 0 4 7 1 154 15 16 0 1 0 4028551 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5920/statm: 4218 1123 414 3 0 797 0
[pid=5943] ppid=5920 vsize=25804 CPUtime=337.28
/proc/5943/stat : 5943 (minisat-inc) R 5920 5920 5368 0 -1 4194304 6293 0 0 0 33722 6 0 0 25 0 1 0 4028701 26423296 6235 996147200 134512640 135134323 4294956192 18446744073709551615 134528433 0 0 4096 3 0 0 0 17 1 0 0
/proc/5943/statm: 6451 6235 79 151 0 6297 0
Current children cumulated CPU time (s) 339.05
Current children cumulated vsize (KiB) 42676

[startup+402.301 s]
/proc/loadavg: 2.59 2.40 2.18 4/82 5963
/proc/meminfo: memFree=1378200/2055920 swapFree=4192956/4192956
[pid=5920] ppid=5918 vsize=16872 CPUtime=1.77
/proc/5920/stat : 5920 (sugar++) S 5918 5920 5368 0 -1 4194304 1628 18876 0 4 7 1 154 15 16 0 1 0 4028551 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5920/statm: 4218 1123 414 3 0 797 0
[pid=5943] ppid=5920 vsize=26576 CPUtime=396.77
/proc/5943/stat : 5943 (minisat-inc) R 5920 5920 5368 0 -1 4194304 6452 0 0 0 39670 7 0 0 25 0 1 0 4028701 27213824 6394 996147200 134512640 135134323 4294956192 18446744073709551615 134532037 0 0 4096 3 0 0 0 17 1 0 0
/proc/5943/statm: 6644 6394 79 151 0 6490 0
Current children cumulated CPU time (s) 398.54
Current children cumulated vsize (KiB) 43448

[startup+462.301 s]
/proc/loadavg: 2.72 2.46 2.21 3/82 5963
/proc/meminfo: memFree=1376600/2055920 swapFree=4192956/4192956

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

[pid=5943] ppid=5920 vsize=44208 CPUtime=2849.3
/proc/5943/stat : 5943 (minisat-inc) R 5920 5920 5368 0 -1 4194304 10653 0 0 0 284910 20 0 0 25 0 1 0 4028701 45268992 10595 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5943/statm: 11052 10595 79 151 0 10898 0
Current children cumulated CPU time (s) 2851.07
Current children cumulated vsize (KiB) 61080

[startup+2922.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/75 6072
/proc/meminfo: memFree=1381968/2055920 swapFree=4192956/4192956
[pid=5920] ppid=5918 vsize=16872 CPUtime=1.77
/proc/5920/stat : 5920 (sugar++) S 5918 5920 5368 0 -1 4194304 1628 18876 0 4 7 1 154 15 16 0 1 0 4028551 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5920/statm: 4218 1123 414 3 0 797 0
[pid=5943] ppid=5920 vsize=44208 CPUtime=2909.28
/proc/5943/stat : 5943 (minisat-inc) R 5920 5920 5368 0 -1 4194304 10663 0 0 0 290908 20 0 0 25 0 1 0 4028701 45268992 10605 996147200 134512640 135134323 4294956192 18446744073709551615 134531915 0 0 4096 3 0 0 0 17 0 0 0
/proc/5943/statm: 11052 10605 79 151 0 10898 0
Current children cumulated CPU time (s) 2911.05
Current children cumulated vsize (KiB) 61080

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/75 6074
/proc/meminfo: memFree=1381648/2055920 swapFree=4192956/4192956
[pid=5920] ppid=5918 vsize=16872 CPUtime=1.77
/proc/5920/stat : 5920 (sugar++) S 5918 5920 5368 0 -1 4194304 1628 18876 0 4 7 1 154 15 16 0 1 0 4028551 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5920/statm: 4218 1123 414 3 0 797 0
[pid=5943] ppid=5920 vsize=44208 CPUtime=2969.25
/proc/5943/stat : 5943 (minisat-inc) R 5920 5920 5368 0 -1 4194304 10663 0 0 0 296905 20 0 0 25 0 1 0 4028701 45268992 10605 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5943/statm: 11052 10605 79 151 0 10898 0
Current children cumulated CPU time (s) 2971.02
Current children cumulated vsize (KiB) 61080

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/75 6074
/proc/meminfo: memFree=1381136/2055920 swapFree=4192956/4192956
[pid=5920] ppid=5918 vsize=16872 CPUtime=1.77
/proc/5920/stat : 5920 (sugar++) S 5918 5920 5368 0 -1 4194304 1628 18876 0 4 7 1 154 15 16 0 1 0 4028551 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5920/statm: 4218 1123 414 3 0 797 0
[pid=5943] ppid=5920 vsize=44628 CPUtime=3029.22
/proc/5943/stat : 5943 (minisat-inc) R 5920 5920 5368 0 -1 4194304 10748 0 0 0 302902 20 0 0 25 0 1 0 4028701 45699072 10690 996147200 134512640 135134323 4294956192 18446744073709551615 134531952 0 0 4096 3 0 0 0 17 0 0 0
/proc/5943/statm: 11157 10690 79 151 0 11003 0
Current children cumulated CPU time (s) 3030.99
Current children cumulated vsize (KiB) 61500

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/75 6074
/proc/meminfo: memFree=1380816/2055920 swapFree=4192956/4192956
[pid=5920] ppid=5918 vsize=16872 CPUtime=1.77
/proc/5920/stat : 5920 (sugar++) S 5918 5920 5368 0 -1 4194304 1628 18876 0 4 7 1 154 15 16 0 1 0 4028551 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5920/statm: 4218 1123 414 3 0 797 0
[pid=5943] ppid=5920 vsize=44748 CPUtime=3089.2
/proc/5943/stat : 5943 (minisat-inc) R 5920 5920 5368 0 -1 4194304 10767 0 0 0 308900 20 0 0 25 0 1 0 4028701 45821952 10709 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5943/statm: 11187 10709 79 151 0 11033 0
Current children cumulated CPU time (s) 3090.97
Current children cumulated vsize (KiB) 61620

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/75 6074
/proc/meminfo: memFree=1379216/2055920 swapFree=4192956/4192956
[pid=5920] ppid=5918 vsize=16872 CPUtime=1.77
/proc/5920/stat : 5920 (sugar++) S 5918 5920 5368 0 -1 4194304 1628 18876 0 4 7 1 154 15 16 0 1 0 4028551 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5920/statm: 4218 1123 414 3 0 797 0
[pid=5943] ppid=5920 vsize=44748 CPUtime=3149.17
/proc/5943/stat : 5943 (minisat-inc) R 5920 5920 5368 0 -1 4194304 10776 0 0 0 314897 20 0 0 25 0 1 0 4028701 45821952 10718 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5943/statm: 11187 10718 79 151 0 11033 0
Current children cumulated CPU time (s) 3150.94
Current children cumulated vsize (KiB) 61620

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 6074
/proc/meminfo: memFree=1378896/2055920 swapFree=4192956/4192956
[pid=5920] ppid=5918 vsize=16872 CPUtime=1.77
/proc/5920/stat : 5920 (sugar++) S 5918 5920 5368 0 -1 4194304 1628 18876 0 4 7 1 154 15 16 0 1 0 4028551 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5920/statm: 4218 1123 414 3 0 797 0
[pid=5943] ppid=5920 vsize=45124 CPUtime=3209.16
/proc/5943/stat : 5943 (minisat-inc) R 5920 5920 5368 0 -1 4194304 10849 0 0 0 320895 21 0 0 25 0 1 0 4028701 46206976 10791 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5943/statm: 11281 10791 79 151 0 11127 0
Current children cumulated CPU time (s) 3210.93
Current children cumulated vsize (KiB) 61996

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 6074
/proc/meminfo: memFree=1378704/2055920 swapFree=4192956/4192956
[pid=5920] ppid=5918 vsize=16872 CPUtime=1.77
/proc/5920/stat : 5920 (sugar++) S 5918 5920 5368 0 -1 4194304 1628 18876 0 4 7 1 154 15 16 0 1 0 4028551 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5920/statm: 4218 1123 414 3 0 797 0
[pid=5943] ppid=5920 vsize=45288 CPUtime=3269.14
/proc/5943/stat : 5943 (minisat-inc) R 5920 5920 5368 0 -1 4194304 10884 0 0 0 326893 21 0 0 25 0 1 0 4028701 46374912 10826 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5943/statm: 11322 10826 79 151 0 11168 0
Current children cumulated CPU time (s) 3270.91
Current children cumulated vsize (KiB) 62160

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 6074
/proc/meminfo: memFree=1378448/2055920 swapFree=4192956/4192956
[pid=5920] ppid=5918 vsize=16872 CPUtime=1.77
/proc/5920/stat : 5920 (sugar++) S 5918 5920 5368 0 -1 4194304 1628 18876 0 4 7 1 154 15 16 0 1 0 4028551 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5920/statm: 4218 1123 414 3 0 797 0
[pid=5943] ppid=5920 vsize=45368 CPUtime=3329.1
/proc/5943/stat : 5943 (minisat-inc) R 5920 5920 5368 0 -1 4194304 10899 0 0 0 332889 21 0 0 25 0 1 0 4028701 46456832 10841 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5943/statm: 11342 10841 79 151 0 11188 0
Current children cumulated CPU time (s) 3330.87
Current children cumulated vsize (KiB) 62240

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 6074
/proc/meminfo: memFree=1378192/2055920 swapFree=4192956/4192956
[pid=5920] ppid=5918 vsize=16872 CPUtime=1.77
/proc/5920/stat : 5920 (sugar++) S 5918 5920 5368 0 -1 4194304 1628 18876 0 4 7 1 154 15 16 0 1 0 4028551 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5920/statm: 4218 1123 414 3 0 797 0
[pid=5943] ppid=5920 vsize=45368 CPUtime=3389.08
/proc/5943/stat : 5943 (minisat-inc) R 5920 5920 5368 0 -1 4194304 10909 0 0 0 338887 21 0 0 25 0 1 0 4028701 46456832 10851 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5943/statm: 11342 10851 79 151 0 11188 0
Current children cumulated CPU time (s) 3390.85
Current children cumulated vsize (KiB) 62240

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 6074
/proc/meminfo: memFree=1377936/2055920 swapFree=4192956/4192956
[pid=5920] ppid=5918 vsize=16872 CPUtime=1.77
/proc/5920/stat : 5920 (sugar++) S 5918 5920 5368 0 -1 4194304 1628 18876 0 4 7 1 154 15 16 0 1 0 4028551 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5920/statm: 4218 1123 414 3 0 797 0
[pid=5943] ppid=5920 vsize=45448 CPUtime=3449.06
/proc/5943/stat : 5943 (minisat-inc) R 5920 5920 5368 0 -1 4194304 10928 0 0 0 344885 21 0 0 25 0 1 0 4028701 46538752 10870 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5943/statm: 11362 10870 79 151 0 11208 0
Current children cumulated CPU time (s) 3450.83
Current children cumulated vsize (KiB) 62320

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 6074
/proc/meminfo: memFree=1376912/2055920 swapFree=4192956/4192956
[pid=5920] ppid=5918 vsize=16872 CPUtime=1.77
/proc/5920/stat : 5920 (sugar++) S 5918 5920 5368 0 -1 4194304 1628 18876 0 4 7 1 154 15 16 0 1 0 4028551 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5920/statm: 4218 1123 414 3 0 797 0
[pid=5943] ppid=5920 vsize=45448 CPUtime=3509.03
/proc/5943/stat : 5943 (minisat-inc) R 5920 5920 5368 0 -1 4194304 10937 0 0 0 350882 21 0 0 25 0 1 0 4028701 46538752 10879 996147200 134512640 135134323 4294956192 18446744073709551615 134532022 0 0 4096 3 0 0 0 17 0 0 0
/proc/5943/statm: 11362 10879 79 151 0 11208 0
Current children cumulated CPU time (s) 3510.8
Current children cumulated vsize (KiB) 62320

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 6074
/proc/meminfo: memFree=1376528/2055920 swapFree=4192956/4192956
[pid=5920] ppid=5918 vsize=16872 CPUtime=1.77
/proc/5920/stat : 5920 (sugar++) S 5918 5920 5368 0 -1 4194304 1628 18876 0 4 7 1 154 15 16 0 1 0 4028551 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5920/statm: 4218 1123 414 3 0 797 0
[pid=5943] ppid=5920 vsize=45600 CPUtime=3569.01
/proc/5943/stat : 5943 (minisat-inc) R 5920 5920 5368 0 -1 4194304 10965 0 0 0 356880 21 0 0 25 0 1 0 4028701 46694400 10907 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/5943/statm: 11400 10907 79 151 0 11246 0
Current children cumulated CPU time (s) 3570.78
Current children cumulated vsize (KiB) 62472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 6074
/proc/meminfo: memFree=1376464/2055920 swapFree=4192956/4192956
[pid=5920] ppid=5918 vsize=16872 CPUtime=1.77
/proc/5920/stat : 5920 (sugar++) S 5918 5920 5368 0 -1 4194304 1628 18876 0 4 7 1 154 15 16 0 1 0 4028551 17276928 1123 996147200 4194304 4206940 548682068528 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5920/statm: 4218 1123 414 3 0 797 0
[pid=5943] ppid=5920 vsize=45600 CPUtime=3598.3
/proc/5943/stat : 5943 (minisat-inc) R 5920 5920 5368 0 -1 4194304 10967 0 0 0 359809 21 0 0 25 0 1 0 4028701 46694400 10909 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/5943/statm: 11400 10909 79 151 0 11246 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 62472

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): 3611.62
CPU time (s): 3600.11
CPU user time (s): 3599.71
CPU system time (s): 0.401938
CPU usage (%): 99.6815
Max. virtual memory (cumulated for all children) (KiB): 890568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.71
system time used= 0.401938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31551
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2956
involuntary context switches= 59168

runsolver used 4.17537 second user time and 11.4403 second system time

The end

Launcher Data (download as text)

Begin job on node13 at 2008-07-23 01:29:38
IDJOB=1127467
IDBENCH=63451
IDSOLVER=367
FILE ID=node13/1127467-1216769378
PBS_JOBID= 7974062
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/cnf/2-40-100-1000/normalized-cnf-2-40-500-633422_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-1127467-1216769378/watcher-1127467-1216769378 -o /tmp/evaluation-result-1127467-1216769378/solver-1127467-1216769378 -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-1127467-1216769378.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4161f7937679b228430670e0474e32b5
RANDOM SEED=37667070

node13.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1465096 kB
Buffers:         37920 kB
Cached:         448416 kB
SwapCached:          0 kB
Active:         322548 kB
Inactive:       200024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1465096 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3060 kB
Writeback:           0 kB
Mapped:          56508 kB
Slab:            53308 kB
Committed_AS:   885880 kB
PageTables:       2076 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= 66556 MiB
End job on node13 at 2008-07-23 02:29:52