Trace number 1109093

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-incMSAT (TO)16 3600.12 3633.81

General information on the benchmark

Namecsp/QG6/
normalized-quasigroup6-5.xml
MD5SUM98f52e7e441a396df729ccdd41137b8f
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints10
Best CPU time to get the best result obtained on this benchmark3600.06
Satisfiable
(Un)Satisfiability was proved
Number of variables123
Number of constraints99
Maximum constraint arity27
Maximum domain size21
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40
Global constraints used (with number of constraints)alldifferent(10),element(49)

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.00/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.07	c 0	BEGIN Fri Jul 11 19:46:02 2008
0.00/0.07	c 0	PID 15389
0.00/0.08	c 0	HOST node28.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1109093-1215798362.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1109093-1215798362.xml' 'HOME/temp.csp'
0.06/0.35	c 0	25 domains, 123 variables, 9 predicates, 0 relations, 99 constraints
0.06/0.40	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.40	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.06/0.48	c 0	Parsing HOME/temp.csp
0.32/0.60	c 0	parsed 256 expressions
0.32/0.60	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.32/0.60	c 0	MAX CSP: 99 constraints
0.32/0.60	c 0	Converting to clausal form CSP
0.32/0.63	c 0	converted 36 (10%) expressions
0.32/0.63	c 0	converted 72 (20%) expressions
0.32/0.63	c 0	converted 108 (30%) expressions
0.32/0.63	c 0	converted 144 (40%) expressions
0.32/0.65	c 0	converted 179 (50%) expressions
0.32/0.66	c 0	converted 215 (60%) expressions
0.32/0.70	c 0	converted 251 (70%) expressions
0.32/0.83	c 1	converted 287 (80%) expressions
0.32/0.86	c 1	converted 323 (90%) expressions
0.32/0.89	c 1	converted 358 (100%) expressions
0.32/0.89	c 1	CSP : 321 integers, 702 booleans, 2300 clauses, largest domain size 149
0.32/0.89	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.32/0.89	c 1	Propagation in CSP
0.32/0.93	c 1	95 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.32/0.93	c 1	CSP : 321 integers, 702 booleans, 2300 clauses, largest domain size 100
0.32/0.93	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.32/0.93	c 1	Simplifing CSP by introducing new Boolean variables
0.32/0.94	c 1	CSP : 321 integers, 822 booleans, 2420 clauses, largest domain size 100
0.32/0.94	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.32/0.97	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.32/0.98	c 1	33 (10%) CSP integer variables are encoded (89 clauses, 885 bytes)
0.32/0.98	c 1	65 (20%) CSP integer variables are encoded (345 clauses, 3701 bytes)
0.32/0.99	c 1	97 (30%) CSP integer variables are encoded (585 clauses, 6341 bytes)
0.32/0.99	c 1	129 (40%) CSP integer variables are encoded (775 clauses, 8431 bytes)
0.32/0.99	c 1	161 (50%) CSP integer variables are encoded (775 clauses, 8431 bytes)
0.32/0.99	c 1	193 (60%) CSP integer variables are encoded (775 clauses, 8431 bytes)
0.32/0.99	c 1	225 (70%) CSP integer variables are encoded (875 clauses, 9716 bytes)
0.32/0.99	c 1	257 (80%) CSP integer variables are encoded (987 clauses, 11172 bytes)
0.32/0.99	c 1	289 (90%) CSP integer variables are encoded (1158 clauses, 13395 bytes)
0.32/1.00	c 1	321 (100%) CSP integer variables are encoded (1840 clauses, 22261 bytes)
0.89/1.02	c 1	242 (10%) CSP clauses are encoded (2309 clauses, 28884 bytes)
0.89/1.04	c 1	484 (20%) CSP clauses are encoded (2763 clauses, 36916 bytes)
0.89/1.05	c 1	726 (30%) CSP clauses are encoded (3227 clauses, 46738 bytes)
0.89/1.07	c 1	968 (40%) CSP clauses are encoded (3711 clauses, 56962 bytes)
0.89/1.08	c 1	1210 (50%) CSP clauses are encoded (4173 clauses, 66705 bytes)
0.89/1.09	c 1	1452 (60%) CSP clauses are encoded (4609 clauses, 75894 bytes)
0.89/1.09	c 1	1694 (70%) CSP clauses are encoded (5034 clauses, 84825 bytes)
0.89/1.10	c 1	1936 (80%) CSP clauses are encoded (5550 clauses, 95755 bytes)
1.00/1.11	c 1	2178 (90%) CSP clauses are encoded (6104 clauses, 107521 bytes)
1.00/1.14	c 1	2420 (100%) CSP clauses are encoded (20540 clauses, 361860 bytes)
1.00/1.14	c 1	2420 CSP clauses encoded
1.00/1.14	c 1	Writing map file : HOME/temp.map
1.00/1.15	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.00/1.15	c 1	SAT : 2977 SAT variables, 20540 SAT clauses, 361860 bytes
1.00/1.15	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.00/1.19	c 1	OBJECTIVE minimize _COST
1.00/1.19	c 1	SOLVING HOME/temp.cnf
1.00/1.19	c 1	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.00/1.19	c 1	This is MiniSat 2.0 beta incremental
1.00/1.19	c 1	WARNING: for repeatability, setting FPU to use double precision
1.00/1.19	c 1	============================[ Problem Statistics ]=============================
1.00/1.19	c 1	|                                                                             |
1.00/1.19	c 1	|  Number of variables:  2977                                                 |
1.00/1.19	c 1	|  Number of clauses:    20540                                                |
1.07/1.21	c 1	|  Parsing time:         0.01         s                                       |
1.07/1.21	c 1	OK
1.07/1.21	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.07/1.21	c 1	SEARCHING: _COST <= 50
1.07/1.21	c 1	============================[ Search Statistics ]==============================
1.07/1.21	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.07/1.21	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.07/1.21	c 1	===============================================================================
1.07/1.21	c 1	|         0 |    2977    20538    60269 |     6846        0    nan |  0.000 % |
1.07/1.21	c 1	===============================================================================
1.07/1.21	c 1	restarts              : 1
1.07/1.21	c 1	conflicts             : 7             (438 /sec)
1.07/1.21	c 1	decisions             : 871           (0.69 % random) (54448 /sec)
1.07/1.21	c 1	propagations          : 3831           (239482 /sec)
1.07/1.21	c 1	conflict literals     : 41             (4.65 % deleted)
1.07/1.21	c 1	Memory used           : 2.85 MB
1.07/1.21	c 1	CPU time              : 0.015997 s
1.07/1.21	c 1	
1.07/1.21	c 1	SATISFIABLE
1.07/1.21	c 1	OK
1.07/1.21	c 1	FOUND: _COST <= 50
1.07/1.21	s SATISFIABLE
1.07/1.21	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.07/1.21	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'
1.07/1.29	c 1	Decoding HOME/temp.out
1.08/1.35	c 1	OBJECTIVE _COST 38
1.08/1.35	o 38
1.08/1.36	v 1 5 5 2 2 5 2 1 5 4 2 5 3 1 1 5 5 5 4 1 2 3 2 3 5 20 1 22 5 5 23 5 2 9 5 5 25 5 5 21 5 10 4 21 7 5 10 2 3 5 6 5 24 5 10 3 20 5 8 1 6 5 12 5 22 5 13 3 21 13 5 12 5 4 5 11 2 25 5 11 2 21 5 20 2 8 5 20 1 23 5 20 2 21 19 5 19 4 5 5 16 2 6 5 25 5 12 5 23 5 8 5 25 5 14 5 23 5 21 25 5 25 5
1.08/1.36	c 1	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.08/1.37	c 1	OK
1.08/1.37	c 1	OBJECTIVE BOUND: 0 <= _COST <= 38
1.08/1.37	c 1	SEARCHING: _COST <= 19
1.08/1.39	c 1	============================[ Search Statistics ]==============================
1.08/1.39	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.08/1.39	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.08/1.39	c 1	===============================================================================
1.08/1.39	c 1	|         7 |    2977    20538    60269 |     6846        7      6 |  0.000 % |
1.08/1.39	c 1	|       107 |    2693    20538    60269 |     7530      107     15 | 14.748 % |
1.22/1.40	c 1	|       258 |    2693    20538    60269 |     8283      258     16 | 14.748 % |
1.22/1.42	c 1	|       483 |    2538    13672    40927 |     9112      483     18 | 14.748 % |
1.22/1.45	c 1	|       821 |    2538    13672    40927 |    10023      821     18 | 14.748 % |
1.22/1.45	c 1	===============================================================================
1.22/1.45	c 1	restarts              : 6
1.22/1.45	c 1	conflicts             : 830           (8647 /sec)
1.22/1.45	c 1	decisions             : 2558          (1.17 % random) (26650 /sec)
1.22/1.45	c 1	propagations          : 284272         (2961629 /sec)
1.22/1.45	c 1	conflict literals     : 15089          (28.37 % deleted)
1.22/1.45	c 1	Memory used           : 2.85 MB
1.22/1.45	c 1	CPU time              : 0.095985 s
1.22/1.45	c 1	
1.22/1.45	c 1	SATISFIABLE
1.22/1.46	c 1	OK
1.22/1.46	c 1	FOUND: _COST <= 19
1.22/1.46	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.22/1.46	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'
1.22/1.54	c 1	Decoding HOME/temp.out
1.22/1.59	c 1	OBJECTIVE _COST 19
1.22/1.59	o 19
1.22/1.60	v 1 3 5 3 4 5 2 4 1 3 4 4 3 5 4 2 5 5 4 3 3 1 4 2 5 9 1 12 5 4 23 5 4 14 5 5 20 5 3 21 5 10 3 21 7 5 7 2 18 5 6 5 4 5 6 3 15 5 8 4 16 5 14 5 18 5 14 5 21 13 5 13 3 24 5 15 2 20 5 14 5 6 5 17 5 13 5 20 3 23 5 19 4 21 19 5 19 4 15 5 18 5 11 5 23 4 2 5 21 3 18 5 25 5 9 5 22 1 21 25 5 25 5
1.22/1.60	c 1	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.22/1.62	c 1	OK
1.22/1.62	c 1	OBJECTIVE BOUND: 0 <= _COST <= 19
1.22/1.62	c 1	SEARCHING: _COST <= 9
1.22/1.63	c 1	============================[ Search Statistics ]==============================
1.22/1.64	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.22/1.64	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.22/1.64	c 1	===============================================================================
1.22/1.64	c 1	|       830 |    2368    10542    32028 |     3514      830     18 | 14.748 % |
1.22/1.64	c 1	|       931 |    2368    10542    32028 |     3865      931     18 | 20.458 % |
1.22/1.65	c 1	|      1081 |    2368    10542    32028 |     4251     1081     18 | 20.458 % |
1.22/1.67	c 1	|      1307 |    2368    10542    32028 |     4677     1307     18 | 20.458 % |
1.37/1.71	c 1	|      1644 |    2368    10542    32028 |     5144     1644     18 | 20.458 % |
1.37/1.76	c 2	|      2150 |    2368    10542    32028 |     5659     2150     18 | 20.458 % |
1.37/1.84	c 2	|      2910 |    2368    10542    32028 |     6225     2910     18 | 20.458 % |
1.37/1.98	c 2	|      4050 |    2368    10542    32028 |     6847     4050     19 | 20.458 % |
1.94/2.19	c 2	|      5758 |    2368    10542    32028 |     7532     5758     19 | 20.458 % |
2.33/2.59	c 2	|      8320 |    2368    10542    32028 |     8285     8320     20 | 20.458 % |
2.93/3.11	c 3	|     12166 |    2368    10542    32028 |     9114     7527     19 | 20.458 % |
3.72/3.96	c 4	|     17933 |    2368    10542    32028 |    10025     8223     17 | 20.458 % |
5.11/5.32	c 5	|     26582 |    2368    10542    32028 |    11028     5806     17 | 20.458 % |
6.99/7.22	c 7	|     39557 |    2368    10542    32028 |    12131     6642     18 | 20.458 % |
10.03/10.41	c 10	|     59019 |    2368    10542    32028 |    13344    12938     19 | 20.458 % |
14.49/14.93	c 15	|     88213 |    2368    10542    32028 |    14678    13401     18 | 20.458 % |
21.72/22.26	c 22	|    132002 |    2368    10542    32028 |    16146    10163     17 | 20.458 % |
33.11/33.74	c 34	|    197688 |    2368    10542    32028 |    17761    15813     20 | 20.458 % |
51.24/52.07	c 52	|    296215 |    2368    10542    32028 |    19537    10831     17 | 20.458 % |
80.55/81.64	c 81	|    444006 |    2368    10542    32028 |    21491    14426     19 | 20.458 % |
129.69/131.29	c 131	|    665689 |    2368    10542    32028 |    23640    22176     20 | 20.458 % |
206.57/208.88	c 209	|    998214 |    2368    10542    32028 |    26004    21565     20 | 20.458 % |
327.22/330.65	c 330	|   1497005 |    2368    10542    32028 |    28604    20885     23 | 20.458 % |
514.67/519.87	c 520	|   2245187 |    2368    10542    32028 |    31465    28164     23 | 20.458 % |
826.05/834.17	c 834	|   3367461 |    2368    10542    32028 |    34611    28293     22 | 20.458 % |
1314.07/1326.77	c 1327	|   5050872 |    2368    10542    32028 |    38073    27997     21 | 20.458 % |
2078.66/2098.72	c 2099	|   7575991 |    2368    10542    32028 |    41880    38811     23 | 20.458 % |
3240.91/3271.47	c 3271	|  11363666 |    2368    10542    32028 |    46068    40621     22 | 20.458 % |
3600.09/3633.81	c 3634	CPU 3599.83 (0.06 0.02 3599.77 0.25)
3600.09/3633.81	c 3634	END Fri Jul 11 20:46:36 2008

Verifier Data (download as text)

OK	16	83
16 unsatisfied constraints, 83 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-1109093-1215798362/watcher-1109093-1215798362 -o /tmp/evaluation-result-1109093-1215798362/solver-1109093-1215798362 -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-1109093-1215798362.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

[startup+0 s]
/proc/loadavg: 3.10 3.26 2.96 3/81 15389
/proc/meminfo: memFree=1950452/2055920 swapFree=4180100/4192956
[pid=15389] ppid=15387 vsize=18572 CPUtime=0
/proc/15389/stat : 15389 (runsolver) R 15387 13259 13259 0 -1 4194368 10 0 0 0 0 0 0 0 21 0 1 0 36538374 19017728 290 996147200 4194304 4296836 548682068192 18446744073709551615 217868957418 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15389/statm: 4643 290 255 25 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.0923039 s]
/proc/loadavg: 3.10 3.26 2.96 3/81 15389
/proc/meminfo: memFree=1950452/2055920 swapFree=4180100/4192956
[pid=15389] ppid=15387 vsize=16740 CPUtime=0.06
/proc/15389/stat : 15389 (sugar++) S 15387 15389 13259 0 -1 4194304 1219 128 0 0 5 1 0 0 23 0 1 0 36538374 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15389/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.10592 s]
/proc/loadavg: 3.10 3.26 2.96 3/81 15389
/proc/meminfo: memFree=1950452/2055920 swapFree=4180100/4192956
[pid=15389] ppid=15387 vsize=16740 CPUtime=0.06
/proc/15389/stat : 15389 (sugar++) S 15387 15389 13259 0 -1 4194304 1219 128 0 0 5 1 0 0 23 0 1 0 36538374 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15389/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301323 s]
/proc/loadavg: 3.10 3.26 2.96 3/81 15389
/proc/meminfo: memFree=1950452/2055920 swapFree=4180100/4192956
[pid=15389] ppid=15387 vsize=16740 CPUtime=0.06
/proc/15389/stat : 15389 (sugar++) S 15387 15389 13259 0 -1 4194304 1219 128 0 0 5 1 0 0 23 0 1 0 36538374 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15389/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.70137 s]
/proc/loadavg: 3.10 3.26 2.96 3/81 15389
/proc/meminfo: memFree=1950452/2055920 swapFree=4180100/4192956
[pid=15389] ppid=15387 vsize=16740 CPUtime=0.32
/proc/15389/stat : 15389 (sugar++) S 15387 15389 13259 0 -1 4194304 1296 4331 0 1 5 1 23 3 15 0 1 0 36538374 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15389/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 16740

[startup+1.50247 s]
/proc/loadavg: 3.02 3.24 2.95 3/92 15411
/proc/meminfo: memFree=1934620/2055920 swapFree=4180100/4192956
[pid=15389] ppid=15387 vsize=16872 CPUtime=1.22
/proc/15389/stat : 15389 (sugar++) S 15387 15389 13259 0 -1 4194304 1584 14876 0 3 6 2 104 10 15 0 1 0 36538374 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15389/statm: 4218 1117 414 3 0 797 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 16872

[startup+3.10165 s]
/proc/loadavg: 3.02 3.24 2.95 3/83 15432
/proc/meminfo: memFree=1945060/2055920 swapFree=4180100/4192956
[pid=15389] ppid=15387 vsize=16872 CPUtime=1.37
/proc/15389/stat : 15389 (sugar++) S 15387 15389 13259 0 -1 4194304 1620 18646 0 4 6 2 116 13 15 0 1 0 36538374 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15389/statm: 4218 1117 414 3 0 797 0
[pid=15412] ppid=15389 vsize=3704 CPUtime=1.56
/proc/15412/stat : 15412 (minisat-inc) R 15389 15389 13259 0 -1 4194304 720 0 0 0 156 0 0 0 25 0 1 0 36538493 3792896 664 996147200 134512640 135134323 4294956192 18446744073709551615 134532059 0 0 4096 3 0 0 0 17 1 0 0
/proc/15412/statm: 926 664 79 151 0 772 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 20576

[startup+6.30103 s]
/proc/loadavg: 3.09 3.26 2.96 3/83 15432
/proc/meminfo: memFree=1944228/2055920 swapFree=4180100/4192956
[pid=15389] ppid=15387 vsize=16872 CPUtime=1.37
/proc/15389/stat : 15389 (sugar++) S 15387 15389 13259 0 -1 4194304 1620 18646 0 4 6 2 116 13 16 0 1 0 36538374 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15389/statm: 4218 1117 414 3 0 797 0
[pid=15412] ppid=15389 vsize=4100 CPUtime=4.73
/proc/15412/stat : 15412 (minisat-inc) R 15389 15389 13259 0 -1 4194304 827 0 0 0 473 0 0 0 25 0 1 0 36538493 4198400 771 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15412/statm: 1025 771 79 151 0 871 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 20972

[startup+12.7018 s]
/proc/loadavg: 3.01 3.23 2.95 3/83 15432
/proc/meminfo: memFree=1943460/2055920 swapFree=4180100/4192956
[pid=15389] ppid=15387 vsize=16872 CPUtime=1.37
/proc/15389/stat : 15389 (sugar++) S 15387 15389 13259 0 -1 4194304 1620 18646 0 4 6 2 116 13 16 0 1 0 36538374 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15389/statm: 4218 1117 414 3 0 797 0
[pid=15412] ppid=15389 vsize=4780 CPUtime=10.94
/proc/15412/stat : 15412 (minisat-inc) R 15389 15389 13259 0 -1 4194304 963 0 0 0 1094 0 0 0 25 0 1 0 36538493 4894720 907 996147200 134512640 135134323 4294956192 18446744073709551615 134532511 0 0 4096 3 0 0 0 17 1 0 0
/proc/15412/statm: 1195 907 79 151 0 1041 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 21652

[startup+25.5023 s]
/proc/loadavg: 2.78 3.17 2.94 3/83 15432
/proc/meminfo: memFree=1942820/2055920 swapFree=4180100/4192956
[pid=15389] ppid=15387 vsize=16872 CPUtime=1.37
/proc/15389/stat : 15389 (sugar++) S 15387 15389 13259 0 -1 4194304 1620 18646 0 4 6 2 116 13 16 0 1 0 36538374 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15389/statm: 4218 1117 414 3 0 797 0
[pid=15412] ppid=15389 vsize=5448 CPUtime=23.62
/proc/15412/stat : 15412 (minisat-inc) R 15389 15389 13259 0 -1 4194304 1142 0 0 0 2361 1 0 0 25 0 1 0 36538493 5578752 1086 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15412/statm: 1362 1086 79 151 0 1208 0
Current children cumulated CPU time (s) 24.99
Current children cumulated vsize (KiB) 22320

[startup+51.1013 s]
/proc/loadavg: 2.52 3.08 2.91 3/83 15432
/proc/meminfo: memFree=1942372/2055920 swapFree=4180100/4192956
[pid=15389] ppid=15387 vsize=16872 CPUtime=1.37
/proc/15389/stat : 15389 (sugar++) S 15387 15389 13259 0 -1 4194304 1620 18646 0 4 6 2 116 13 16 0 1 0 36538374 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15389/statm: 4218 1117 414 3 0 797 0
[pid=15412] ppid=15389 vsize=5996 CPUtime=48.98
/proc/15412/stat : 15412 (minisat-inc) R 15389 15389 13259 0 -1 4194304 1285 0 0 0 4897 1 0 0 25 0 1 0 36538493 6139904 1229 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15412/statm: 1499 1229 79 151 0 1345 0
Current children cumulated CPU time (s) 50.35
Current children cumulated vsize (KiB) 22868

[startup+102.306 s]
/proc/loadavg: 2.22 2.91 2.86 3/83 15432
/proc/meminfo: memFree=1941156/2055920 swapFree=4180100/4192956
[pid=15389] ppid=15387 vsize=16872 CPUtime=1.37
/proc/15389/stat : 15389 (sugar++) S 15387 15389 13259 0 -1 4194304 1620 18646 0 4 6 2 116 13 16 0 1 0 36538374 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15389/statm: 4218 1117 414 3 0 797 0
[pid=15412] ppid=15389 vsize=7096 CPUtime=99.7
/proc/15412/stat : 15412 (minisat-inc) R 15389 15389 13259 0 -1 4194304 1559 0 0 0 9969 1 0 0 25 0 1 0 36538493 7266304 1503 996147200 134512640 135134323 4294956192 18446744073709551615 134531908 0 0 4096 3 0 0 0 17 1 0 0
/proc/15412/statm: 1774 1503 79 151 0 1620 0
Current children cumulated CPU time (s) 101.07
Current children cumulated vsize (KiB) 23968

[startup+162.301 s]
/proc/loadavg: 2.08 2.74 2.80 3/83 15432
/proc/meminfo: memFree=1940260/2055920 swapFree=4180100/4192956
[pid=15389] ppid=15387 vsize=16872 CPUtime=1.37
/proc/15389/stat : 15389 (sugar++) S 15387 15389 13259 0 -1 4194304 1620 18646 0 4 6 2 116 13 16 0 1 0 36538374 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15389/statm: 4218 1117 414 3 0 797 0
[pid=15412] ppid=15389 vsize=7924 CPUtime=159.14
/proc/15412/stat : 15412 (minisat-inc) R 15389 15389 13259 0 -1 4194304 1764 0 0 0 15912 2 0 0 25 0 1 0 36538493 8114176 1708 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15412/statm: 1981 1708 79 151 0 1827 0
Current children cumulated CPU time (s) 160.51
Current children cumulated vsize (KiB) 24796

[startup+222.306 s]
/proc/loadavg: 2.03 2.60 2.75 3/83 15432
/proc/meminfo: memFree=1939172/2055920 swapFree=4180100/4192956
[pid=15389] ppid=15387 vsize=16872 CPUtime=1.37
/proc/15389/stat : 15389 (sugar++) S 15387 15389 13259 0 -1 4194304 1620 18646 0 4 6 2 116 13 16 0 1 0 36538374 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15389/statm: 4218 1117 414 3 0 797 0
[pid=15412] ppid=15389 vsize=9056 CPUtime=218.56
/proc/15412/stat : 15412 (minisat-inc) R 15389 15389 13259 0 -1 4194304 2009 0 0 0 21854 2 0 0 25 0 1 0 36538493 9273344 1953 996147200 134512640 135134323 4294956192 18446744073709551615 134532123 0 0 4096 3 0 0 0 17 1 0 0
/proc/15412/statm: 2264 1953 79 151 0 2110 0
Current children cumulated CPU time (s) 219.93
Current children cumulated vsize (KiB) 25928

[startup+282.302 s]
/proc/loadavg: 2.01 2.49 2.70 3/83 15432
/proc/meminfo: memFree=1938724/2055920 swapFree=4180100/4192956
[pid=15389] ppid=15387 vsize=16872 CPUtime=1.37
/proc/15389/stat : 15389 (sugar++) S 15387 15389 13259 0 -1 4194304 1620 18646 0 4 6 2 116 13 16 0 1 0 36538374 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15389/statm: 4218 1117 414 3 0 797 0
[pid=15412] ppid=15389 vsize=9452 CPUtime=278
/proc/15412/stat : 15412 (minisat-inc) R 15389 15389 13259 0 -1 4194304 2122 0 0 0 27798 2 0 0 25 0 1 0 36538493 9678848 2066 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/15412/statm: 2363 2066 79 151 0 2209 0
Current children cumulated CPU time (s) 279.37
Current children cumulated vsize (KiB) 26324

[startup+342.302 s]
/proc/loadavg: 2.00 2.40 2.66 3/83 15432
/proc/meminfo: memFree=1938148/2055920 swapFree=4180100/4192956
[pid=15389] ppid=15387 vsize=16872 CPUtime=1.37
/proc/15389/stat : 15389 (sugar++) S 15387 15389 13259 0 -1 4194304 1620 18646 0 4 6 2 116 13 16 0 1 0 36538374 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15389/statm: 4218 1117 414 3 0 797 0
[pid=15412] ppid=15389 vsize=10024 CPUtime=337.44
/proc/15412/stat : 15412 (minisat-inc) R 15389 15389 13259 0 -1 4194304 2262 0 0 0 33742 2 0 0 25 0 1 0 36538493 10264576 2206 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15412/statm: 2506 2206 79 151 0 2352 0
Current children cumulated CPU time (s) 338.81
Current children cumulated vsize (KiB) 26896

[startup+402.302 s]
/proc/loadavg: 2.00 2.32 2.61 3/83 15432
/proc/meminfo: memFree=1937892/2055920 swapFree=4180100/4192956
[pid=15389] ppid=15387 vsize=16872 CPUtime=1.37
/proc/15389/stat : 15389 (sugar++) S 15387 15389 13259 0 -1 4194304 1620 18646 0 4 6 2 116 13 16 0 1 0 36538374 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15389/statm: 4218 1117 414 3 0 797 0
[pid=15412] ppid=15389 vsize=10356 CPUtime=396.89
/proc/15412/stat : 15412 (minisat-inc) R 15389 15389 13259 0 -1 4194304 2327 0 0 0 39687 2 0 0 25 0 1 0 36538493 10604544 2271 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15412/statm: 2589 2271 79 151 0 2435 0
Current children cumulated CPU time (s) 398.26
Current children cumulated vsize (KiB) 27228

[startup+462.303 s]
/proc/loadavg: 2.00 2.26 2.57 3/83 15432
/proc/meminfo: memFree=1937764/2055920 swapFree=4180100/4192956

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

[pid=15412] ppid=15389 vsize=17604 CPUtime=2834.1
/proc/15412/stat : 15412 (minisat-inc) R 15389 15389 13259 0 -1 4194304 4025 0 0 0 283399 11 0 0 25 0 1 0 36538493 18026496 3969 996147200 134512640 135134323 4294956192 18446744073709551615 134531982 0 0 4096 3 0 0 0 17 0 0 0
/proc/15412/statm: 4401 3969 79 151 0 4247 0
Current children cumulated CPU time (s) 2835.47
Current children cumulated vsize (KiB) 34476

[startup+2922.3 s]
/proc/loadavg: 2.13 2.08 2.07 3/82 15478
/proc/meminfo: memFree=1895348/2055920 swapFree=4180100/4192956
[pid=15389] ppid=15387 vsize=16872 CPUtime=1.37
/proc/15389/stat : 15389 (sugar++) S 15387 15389 13259 0 -1 4194304 1620 18646 0 4 6 2 116 13 16 0 1 0 36538374 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15389/statm: 4218 1117 414 3 0 797 0
[pid=15412] ppid=15389 vsize=17604 CPUtime=2893.56
/proc/15412/stat : 15412 (minisat-inc) R 15389 15389 13259 0 -1 4194304 4025 0 0 0 289345 11 0 0 25 0 1 0 36538493 18026496 3969 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 0 0 0
/proc/15412/statm: 4401 3969 79 151 0 4247 0
Current children cumulated CPU time (s) 2894.93
Current children cumulated vsize (KiB) 34476

[startup+2982.3 s]
/proc/loadavg: 2.12 2.07 2.07 3/82 15478
/proc/meminfo: memFree=1895348/2055920 swapFree=4180100/4192956
[pid=15389] ppid=15387 vsize=16872 CPUtime=1.37
/proc/15389/stat : 15389 (sugar++) S 15387 15389 13259 0 -1 4194304 1620 18646 0 4 6 2 116 13 16 0 1 0 36538374 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15389/statm: 4218 1117 414 3 0 797 0
[pid=15412] ppid=15389 vsize=17604 CPUtime=2953.02
/proc/15412/stat : 15412 (minisat-inc) R 15389 15389 13259 0 -1 4194304 4029 0 0 0 295291 11 0 0 25 0 1 0 36538493 18026496 3973 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 0 0 0
/proc/15412/statm: 4401 3973 79 151 0 4247 0
Current children cumulated CPU time (s) 2954.39
Current children cumulated vsize (KiB) 34476

[startup+3042.3 s]
/proc/loadavg: 2.11 2.07 2.07 3/82 15478
/proc/meminfo: memFree=1895284/2055920 swapFree=4180100/4192956
[pid=15389] ppid=15387 vsize=16872 CPUtime=1.37
/proc/15389/stat : 15389 (sugar++) S 15387 15389 13259 0 -1 4194304 1620 18646 0 4 6 2 116 13 16 0 1 0 36538374 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15389/statm: 4218 1117 414 3 0 797 0
[pid=15412] ppid=15389 vsize=17780 CPUtime=3012.49
/proc/15412/stat : 15412 (minisat-inc) R 15389 15389 13259 0 -1 4194304 4044 0 0 0 301238 11 0 0 25 0 1 0 36538493 18206720 3988 996147200 134512640 135134323 4294956192 18446744073709551615 134532052 0 0 4096 3 0 0 0 17 0 0 0
/proc/15412/statm: 4445 3988 79 151 0 4291 0
Current children cumulated CPU time (s) 3013.86
Current children cumulated vsize (KiB) 34652

[startup+3102.3 s]
/proc/loadavg: 2.10 2.07 2.07 3/82 15478
/proc/meminfo: memFree=1895156/2055920 swapFree=4180100/4192956
[pid=15389] ppid=15387 vsize=16872 CPUtime=1.37
/proc/15389/stat : 15389 (sugar++) S 15387 15389 13259 0 -1 4194304 1620 18646 0 4 6 2 116 13 16 0 1 0 36538374 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15389/statm: 4218 1117 414 3 0 797 0
[pid=15412] ppid=15389 vsize=17960 CPUtime=3071.95
/proc/15412/stat : 15412 (minisat-inc) R 15389 15389 13259 0 -1 4194304 4084 0 0 0 307184 11 0 0 25 0 1 0 36538493 18391040 4028 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/15412/statm: 4490 4028 79 151 0 4336 0
Current children cumulated CPU time (s) 3073.32
Current children cumulated vsize (KiB) 34832

[startup+3162.3 s]
/proc/loadavg: 2.09 2.07 2.07 3/82 15478
/proc/meminfo: memFree=1894964/2055920 swapFree=4180100/4192956
[pid=15389] ppid=15387 vsize=16872 CPUtime=1.37
/proc/15389/stat : 15389 (sugar++) S 15387 15389 13259 0 -1 4194304 1620 18646 0 4 6 2 116 13 16 0 1 0 36538374 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15389/statm: 4218 1117 414 3 0 797 0
[pid=15412] ppid=15389 vsize=17960 CPUtime=3131.41
/proc/15412/stat : 15412 (minisat-inc) R 15389 15389 13259 0 -1 4194304 4108 0 0 0 313130 11 0 0 25 0 1 0 36538493 18391040 4052 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/15412/statm: 4490 4052 79 151 0 4336 0
Current children cumulated CPU time (s) 3132.78
Current children cumulated vsize (KiB) 34832

[startup+3222.3 s]
/proc/loadavg: 2.08 2.07 2.07 3/82 15478
/proc/meminfo: memFree=1894836/2055920 swapFree=4180100/4192956
[pid=15389] ppid=15387 vsize=16872 CPUtime=1.37
/proc/15389/stat : 15389 (sugar++) S 15387 15389 13259 0 -1 4194304 1620 18646 0 4 6 2 116 13 16 0 1 0 36538374 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15389/statm: 4218 1117 414 3 0 797 0
[pid=15412] ppid=15389 vsize=18136 CPUtime=3190.88
/proc/15412/stat : 15412 (minisat-inc) R 15389 15389 13259 0 -1 4194304 4133 0 0 0 319077 11 0 0 25 0 1 0 36538493 18571264 4077 996147200 134512640 135134323 4294956192 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/15412/statm: 4534 4077 79 151 0 4380 0
Current children cumulated CPU time (s) 3192.25
Current children cumulated vsize (KiB) 35008

[startup+3282.3 s]
/proc/loadavg: 2.08 2.07 2.07 3/82 15478
/proc/meminfo: memFree=1894644/2055920 swapFree=4180100/4192956
[pid=15389] ppid=15387 vsize=16872 CPUtime=1.37
/proc/15389/stat : 15389 (sugar++) S 15387 15389 13259 0 -1 4194304 1620 18646 0 4 6 2 116 13 16 0 1 0 36538374 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15389/statm: 4218 1117 414 3 0 797 0
[pid=15412] ppid=15389 vsize=18136 CPUtime=3250.34
/proc/15412/stat : 15412 (minisat-inc) R 15389 15389 13259 0 -1 4194304 4153 0 0 0 325023 11 0 0 25 0 1 0 36538493 18571264 4097 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15412/statm: 4534 4097 79 151 0 4380 0
Current children cumulated CPU time (s) 3251.71
Current children cumulated vsize (KiB) 35008

[startup+3342.3 s]
/proc/loadavg: 2.07 2.07 2.07 3/82 15478
/proc/meminfo: memFree=1894516/2055920 swapFree=4180100/4192956
[pid=15389] ppid=15387 vsize=16872 CPUtime=1.37
/proc/15389/stat : 15389 (sugar++) S 15387 15389 13259 0 -1 4194304 1620 18646 0 4 6 2 116 13 16 0 1 0 36538374 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15389/statm: 4218 1117 414 3 0 797 0
[pid=15412] ppid=15389 vsize=18360 CPUtime=3309.81
/proc/15412/stat : 15412 (minisat-inc) R 15389 15389 13259 0 -1 4194304 4176 0 0 0 330970 11 0 0 25 0 1 0 36538493 18800640 4120 996147200 134512640 135134323 4294956192 18446744073709551615 134531915 0 0 4096 3 0 0 0 17 0 0 0
/proc/15412/statm: 4590 4120 79 151 0 4436 0
Current children cumulated CPU time (s) 3311.18
Current children cumulated vsize (KiB) 35232

[startup+3402.31 s]
/proc/loadavg: 2.11 2.08 2.07 3/82 15478
/proc/meminfo: memFree=1894324/2055920 swapFree=4180100/4192956
[pid=15389] ppid=15387 vsize=16872 CPUtime=1.37
/proc/15389/stat : 15389 (sugar++) S 15387 15389 13259 0 -1 4194304 1620 18646 0 4 6 2 116 13 16 0 1 0 36538374 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15389/statm: 4218 1117 414 3 0 797 0
[pid=15412] ppid=15389 vsize=18492 CPUtime=3369.27
/proc/15412/stat : 15412 (minisat-inc) R 15389 15389 13259 0 -1 4194304 4228 0 0 0 336916 11 0 0 25 0 1 0 36538493 18935808 4172 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15412/statm: 4623 4172 79 151 0 4469 0
Current children cumulated CPU time (s) 3370.64
Current children cumulated vsize (KiB) 35364

[startup+3462.3 s]
/proc/loadavg: 2.08 2.08 2.07 3/82 15478
/proc/meminfo: memFree=1894068/2055920 swapFree=4180100/4192956
[pid=15389] ppid=15387 vsize=16872 CPUtime=1.37
/proc/15389/stat : 15389 (sugar++) S 15387 15389 13259 0 -1 4194304 1620 18646 0 4 6 2 116 13 16 0 1 0 36538374 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15389/statm: 4218 1117 414 3 0 797 0
[pid=15412] ppid=15389 vsize=18624 CPUtime=3428.74
/proc/15412/stat : 15412 (minisat-inc) R 15389 15389 13259 0 -1 4194304 4251 0 0 0 342863 11 0 0 25 0 1 0 36538493 19070976 4195 996147200 134512640 135134323 4294956192 18446744073709551615 134531963 0 0 4096 3 0 0 0 17 0 0 0
/proc/15412/statm: 4656 4195 79 151 0 4502 0
Current children cumulated CPU time (s) 3430.11
Current children cumulated vsize (KiB) 35496

[startup+3522.3 s]
/proc/loadavg: 2.06 2.08 2.07 3/82 15478
/proc/meminfo: memFree=1894004/2055920 swapFree=4180100/4192956
[pid=15389] ppid=15387 vsize=16872 CPUtime=1.37
/proc/15389/stat : 15389 (sugar++) S 15387 15389 13259 0 -1 4194304 1620 18646 0 4 6 2 116 13 16 0 1 0 36538374 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15389/statm: 4218 1117 414 3 0 797 0
[pid=15412] ppid=15389 vsize=18772 CPUtime=3488.2
/proc/15412/stat : 15412 (minisat-inc) R 15389 15389 13259 0 -1 4194304 4278 0 0 0 348809 11 0 0 25 0 1 0 36538493 19222528 4222 996147200 134512640 135134323 4294956192 18446744073709551615 134542751 0 0 4096 3 0 0 0 17 0 0 0
/proc/15412/statm: 4693 4222 79 151 0 4539 0
Current children cumulated CPU time (s) 3489.57
Current children cumulated vsize (KiB) 35644

[startup+3582.3 s]
/proc/loadavg: 2.13 2.09 2.08 3/82 15478
/proc/meminfo: memFree=1893812/2055920 swapFree=4180100/4192956
[pid=15389] ppid=15387 vsize=16872 CPUtime=1.37
/proc/15389/stat : 15389 (sugar++) S 15387 15389 13259 0 -1 4194304 1620 18646 0 4 6 2 116 13 16 0 1 0 36538374 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15389/statm: 4218 1117 414 3 0 797 0
[pid=15412] ppid=15389 vsize=18772 CPUtime=3547.67
/proc/15412/stat : 15412 (minisat-inc) R 15389 15389 13259 0 -1 4194304 4278 0 0 0 354756 11 0 0 25 0 1 0 36538493 19222528 4222 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15412/statm: 4693 4222 79 151 0 4539 0
Current children cumulated CPU time (s) 3549.04
Current children cumulated vsize (KiB) 35644



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3633.8 s]
/proc/loadavg: 2.06 2.08 2.07 3/82 15478
/proc/meminfo: memFree=1893748/2055920 swapFree=4180100/4192956
[pid=15389] ppid=15387 vsize=16872 CPUtime=1.37
/proc/15389/stat : 15389 (sugar++) S 15387 15389 13259 0 -1 4194304 1620 18646 0 4 6 2 116 13 16 0 1 0 36538374 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15389/statm: 4218 1117 414 3 0 797 0
[pid=15412] ppid=15389 vsize=18772 CPUtime=3598.72
/proc/15412/stat : 15412 (minisat-inc) R 15389 15389 13259 0 -1 4194304 4278 0 0 0 359860 12 0 0 25 0 1 0 36538493 19222528 4222 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15412/statm: 4693 4222 79 151 0 4539 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 35644

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): 3633.81
CPU time (s): 3600.12
CPU user time (s): 3599.84
CPU system time (s): 0.276957
CPU usage (%): 99.0729
Max. virtual memory (cumulated for all children) (KiB): 890436

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

runsolver used 4.45732 second user time and 10.1805 second system time

The end

Launcher Data (download as text)

Begin job on node28 at 2008-07-11 19:46:02
IDJOB=1109093
IDBENCH=60909
IDSOLVER=367
FILE ID=node28/1109093-1215798362
PBS_JOBID= 7903139
Free space on /tmp= 66504 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/QG6/normalized-quasigroup6-5.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-1109093-1215798362/watcher-1109093-1215798362 -o /tmp/evaluation-result-1109093-1215798362/solver-1109093-1215798362 -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-1109093-1215798362.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 98f52e7e441a396df729ccdd41137b8f
RANDOM SEED=462766116

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1950932 kB
Buffers:          4780 kB
Cached:          35456 kB
SwapCached:       6004 kB
Active:          56688 kB
Inactive:         5876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1950932 kB
SwapTotal:     4192956 kB
SwapFree:      4180100 kB
Dirty:            1544 kB
Writeback:           0 kB
Mapped:          38392 kB
Slab:            27380 kB
Committed_AS:   192816 kB
PageTables:       1964 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66504 MiB
End job on node28 at 2008-07-11 20:46:36