Trace number 1109097

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)28 3600.07 3614.82

General information on the benchmark

Namecsp/QG6/
normalized-quasigroup6-6.xml
MD5SUM28bfbb33476b5a4dbdd5bbba4644e23e
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints18
Best CPU time to get the best result obtained on this benchmark3600.07
Satisfiable
(Un)Satisfiability was proved
Number of variables178
Number of constraints143
Maximum constraint arity38
Maximum domain size31
Number of constraints which are defined in extension0
Number of constraints which are defined in intension60
Global constraints used (with number of constraints)alldifferent(12),element(71)

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.06	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 15254
0.00/0.07	c 0	HOST node8.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-1109097-1215798362.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1109097-1215798362.xml' 'HOME/temp.csp'
0.06/0.36	c 0	33 domains, 178 variables, 11 predicates, 0 relations, 143 constraints
0.06/0.38	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.38	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.34/0.46	c 1	Parsing HOME/temp.csp
0.34/0.61	c 1	parsed 365 expressions
0.34/0.61	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.34/0.62	c 1	MAX CSP: 143 constraints
0.34/0.62	c 1	Converting to clausal form CSP
0.34/0.64	c 1	converted 52 (10%) expressions
0.34/0.64	c 1	converted 103 (20%) expressions
0.34/0.64	c 1	converted 154 (30%) expressions
0.34/0.64	c 1	converted 205 (40%) expressions
0.34/0.66	c 1	converted 256 (50%) expressions
0.34/0.68	c 1	converted 307 (60%) expressions
0.34/0.73	c 1	converted 358 (70%) expressions
0.34/0.86	c 1	converted 409 (80%) expressions
0.34/0.90	c 1	converted 460 (90%) expressions
0.34/0.95	c 1	converted 511 (100%) expressions
0.34/0.95	c 1	CSP : 464 integers, 1413 booleans, 4550 clauses, largest domain size 215
0.34/0.95	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.34/0.95	c 1	Propagation in CSP
0.34/1.00	c 1	138 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.34/1.00	c 1	CSP : 464 integers, 1413 booleans, 4550 clauses, largest domain size 144
0.34/1.00	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.34/1.00	c 1	Simplifing CSP by introducing new Boolean variables
0.95/1.01	c 1	CSP : 464 integers, 1653 booleans, 4790 clauses, largest domain size 144
0.95/1.01	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.95/1.05	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.95/1.06	c 1	47 (10%) CSP integer variables are encoded (200 clauses, 2115 bytes)
0.95/1.07	c 1	93 (20%) CSP integer variables are encoded (734 clauses, 7989 bytes)
0.95/1.07	c 1	140 (30%) CSP integer variables are encoded (1222 clauses, 14006 bytes)
0.95/1.07	c 1	186 (40%) CSP integer variables are encoded (1649 clauses, 19557 bytes)
0.95/1.07	c 1	232 (50%) CSP integer variables are encoded (1649 clauses, 19557 bytes)
0.95/1.07	c 1	279 (60%) CSP integer variables are encoded (1649 clauses, 19557 bytes)
0.95/1.08	c 1	325 (70%) CSP integer variables are encoded (1795 clauses, 21455 bytes)
0.95/1.08	c 1	372 (80%) CSP integer variables are encoded (1978 clauses, 23834 bytes)
0.95/1.08	c 1	418 (90%) CSP integer variables are encoded (2248 clauses, 27344 bytes)
0.95/1.08	c 1	464 (100%) CSP integer variables are encoded (3401 clauses, 42333 bytes)
1.04/1.12	c 1	479 (10%) CSP clauses are encoded (4650 clauses, 60664 bytes)
1.04/1.15	c 1	958 (20%) CSP clauses are encoded (5795 clauses, 83136 bytes)
1.04/1.16	c 1	1437 (30%) CSP clauses are encoded (6954 clauses, 108026 bytes)
1.04/1.17	c 1	1916 (40%) CSP clauses are encoded (8113 clauses, 132907 bytes)
1.04/1.19	c 1	2395 (50%) CSP clauses are encoded (9215 clauses, 156516 bytes)
1.04/1.20	c 1	2874 (60%) CSP clauses are encoded (10652 clauses, 188311 bytes)
1.14/1.21	c 1	3353 (70%) CSP clauses are encoded (12069 clauses, 220421 bytes)
1.14/1.21	c 1	3832 (80%) CSP clauses are encoded (13466 clauses, 252067 bytes)
1.14/1.22	c 1	4311 (90%) CSP clauses are encoded (14830 clauses, 282876 bytes)
1.14/1.28	c 1	4790 (100%) CSP clauses are encoded (44374 clauses, 811552 bytes)
1.14/1.28	c 1	4790 CSP clauses encoded
1.14/1.28	c 1	Writing map file : HOME/temp.map
1.14/1.29	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.14/1.29	c 1	SAT : 5511 SAT variables, 44374 SAT clauses, 811552 bytes
1.14/1.29	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.22/1.32	c 1	OBJECTIVE minimize _COST
1.22/1.32	c 1	SOLVING HOME/temp.cnf
1.22/1.32	c 1	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.22/1.32	c 1	This is MiniSat 2.0 beta incremental
1.22/1.32	c 1	WARNING: for repeatability, setting FPU to use double precision
1.22/1.32	c 1	============================[ Problem Statistics ]=============================
1.22/1.32	c 1	|                                                                             |
1.22/1.32	c 1	|  Number of variables:  5511                                                 |
1.22/1.32	c 1	|  Number of clauses:    44374                                                |
1.22/1.35	c 1	|  Parsing time:         0.02         s                                       |
1.22/1.35	c 1	OK
1.22/1.35	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.22/1.35	c 1	SEARCHING: _COST <= 72
1.22/1.35	c 1	============================[ Search Statistics ]==============================
1.22/1.35	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.22/1.35	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.22/1.35	c 1	===============================================================================
1.22/1.35	c 1	|         0 |    5511    44371   134786 |    14790        0    nan |  0.000 % |
1.22/1.35	c 1	===============================================================================
1.22/1.35	c 1	restarts              : 1
1.22/1.35	c 1	conflicts             : 0             (0 /sec)
1.22/1.35	c 1	decisions             : 1534          (1.11 % random) (66707 /sec)
1.22/1.35	c 1	propagations          : 5511           (239650 /sec)
1.22/1.35	c 1	conflict literals     : 0              ( nan % deleted)
1.22/1.35	c 1	Memory used           : 4.11 MB
1.22/1.35	c 1	CPU time              : 0.022996 s
1.22/1.35	c 1	
1.22/1.35	c 1	SATISFIABLE
1.22/1.35	c 1	OK
1.22/1.35	c 1	FOUND: _COST <= 72
1.22/1.35	s SATISFIABLE
1.22/1.35	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.22/1.35	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.25/1.43	c 2	Decoding HOME/temp.out
1.25/1.50	c 2	OBJECTIVE _COST 72
1.25/1.50	o 72
1.25/1.51	v 1 4 5 5 2 5 5 2 1 1 4 1 2 4 3 1 1 1 6 6 6 4 6 5 4 6 6 6 5 4 5 5 5 5 4 6 18 1 3 6 5 27 6 6 4 6 5 11 6 4 36 6 2 25 6 11 4 31 2 6 12 4 3 6 7 5 4 6 7 5 6 6 7 5 6 6 7 5 2 6 14 4 20 6 16 1 31 15 6 13 2 34 6 13 2 5 6 13 2 6 6 13 2 31 6 19 6 32 6 24 6 33 6 24 6 31 22 6 24 6 35 6 24 6 30 6 24 6 19 6 28 6 32 6 30 6 33 6 30 6 34 6 30 6 31 29 6 30 6 24 6 28 6 25 6 35 6 26 6 36 6 27 6 35 6 28 6 36 6 23 6 34 6 31 36 6 36 6
1.25/1.52	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.25/1.56	c 2	OK
1.25/1.56	c 2	OBJECTIVE BOUND: 0 <= _COST <= 72
1.25/1.56	c 2	SEARCHING: _COST <= 36
1.25/1.57	c 2	============================[ Search Statistics ]==============================
1.25/1.57	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.25/1.57	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.25/1.57	c 2	===============================================================================
1.25/1.57	c 2	|         0 |    5511    44371   134786 |    14790        0    nan |  0.000 % |
1.25/1.57	c 2	===============================================================================
1.25/1.57	c 2	restarts              : 2
1.25/1.57	c 2	conflicts             : 27            (871 /sec)
1.25/1.57	c 2	decisions             : 4297          (1.16 % random) (138635 /sec)
1.25/1.57	c 2	propagations          : 19512          (629521 /sec)
1.25/1.57	c 2	conflict literals     : 229            (7.29 % deleted)
1.25/1.57	c 2	Memory used           : 4.11 MB
1.25/1.57	c 2	CPU time              : 0.030995 s
1.25/1.57	c 2	
1.25/1.57	c 2	SATISFIABLE
1.25/1.57	c 2	OK
1.25/1.57	c 2	FOUND: _COST <= 36
1.25/1.57	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.25/1.57	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.40/1.64	c 2	Decoding HOME/temp.out
1.40/1.72	c 2	OBJECTIVE _COST 31
1.40/1.72	o 31
1.40/1.73	v 1 5 6 5 6 4 6 2 5 6 4 5 5 4 3 6 4 5 6 6 5 4 6 5 4 6 6 6 5 4 5 1 4 5 4 6 31 1 26 6 6 33 6 4 28 6 6 35 6 4 21 6 5 31 6 12 5 31 31 6 9 5 27 6 10 6 34 6 12 5 23 6 10 6 30 6 11 4 25 6 17 4 20 6 16 6 31 15 6 13 5 34 6 18 5 23 6 16 6 30 6 17 4 31 6 24 5 32 6 24 1 27 6 23 6 31 22 6 19 6 35 6 24 4 36 6 23 6 28 6 28 6 32 6 30 1 33 6 25 4 33 6 30 4 31 29 6 29 5 24 6 28 5 25 6 35 4 2 6 31 5 21 6 34 5 28 6 35 4 23 6 34 6 31 36 6 36 6
1.40/1.73	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.40/1.78	c 2	OK
1.40/1.78	c 2	OBJECTIVE BOUND: 0 <= _COST <= 31
1.40/1.78	c 2	SEARCHING: _COST <= 15
1.40/1.79	c 2	============================[ Search Statistics ]==============================
1.57/1.80	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.57/1.80	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.57/1.80	c 2	===============================================================================
1.57/1.80	c 2	|        27 |    4943    44371   134786 |    14790       27      8 |  0.000 % |
1.57/1.80	c 2	|       127 |    4943    44371   134786 |    16269      127     17 | 17.275 % |
1.57/1.81	c 2	|       278 |    4943    44371   134786 |    17896      278     22 | 17.275 % |
1.57/1.85	c 2	|       503 |    4559    25310    80347 |    19685      503     24 | 17.275 % |
1.57/1.89	c 2	|       840 |    4559    25310    80347 |    21654      840     24 | 17.275 % |
1.57/1.96	c 2	|      1346 |    4559    25310    80347 |    23819     1346     23 | 17.275 % |
1.57/2.07	c 2	|      2105 |    4559    25310    80347 |    26201     2105     29 | 17.275 % |
2.02/2.23	c 2	|      3244 |    4559    25310    80347 |    28822     3244     28 | 17.275 % |
2.31/2.50	c 3	|      4952 |    4559    25310    80347 |    31704     4952     28 | 17.275 % |
2.71/2.96	c 3	|      7514 |    4559    25310    80347 |    34874     7514     31 | 17.275 % |
3.52/3.77	c 4	|     11358 |    4559    25310    80347 |    38362    11358     31 | 17.275 % |
4.71/4.94	c 5	|     17124 |    4559    25310    80347 |    42198    17124     31 | 17.275 % |
6.90/7.12	c 7	|     25773 |    4559    25310    80347 |    46418    25773     30 | 17.275 % |
11.79/12.10	c 12	|     38747 |    4559    25310    80347 |    51060    38747     33 | 17.275 % |
19.75/20.09	c 20	|     58208 |    4559    25310    80347 |    56166    18114     40 | 17.275 % |
30.60/30.94	c 31	|     87400 |    4559    25310    80347 |    61782    47306     33 | 17.275 % |
47.14/47.59	c 48	|    131189 |    4559    25310    80347 |    67961    40560     30 | 17.275 % |
75.82/76.34	c 76	|    196873 |    4559    25310    80347 |    74757    51106     30 | 17.275 % |
126.72/127.46	c 128	|    295400 |    4559    25310    80347 |    82233    26301     34 | 17.275 % |
226.91/228.07	c 228	|    443189 |    4559    25310    80347 |    90456    39989     41 | 17.275 % |
383.00/384.75	c 385	|    664872 |    4559    25310    80347 |    99501    34157     37 | 17.275 % |
636.88/639.85	c 640	|    997399 |    4559    25310    80347 |   109452    30764     31 | 17.275 % |
989.76/994.19	c 994	|   1496188 |    4559    25310    80347 |   120397    60257     33 | 17.275 % |
1583.59/1590.34	c 1590	|   2244371 |    4559    25310    80347 |   132437    77774     37 | 17.275 % |
2495.13/2505.53	c 2506	|   3366645 |    4559    25310    80347 |   145680    42960     32 | 17.275 % |
3600.04/3614.81	c ERROR INTERRUPTED
3600.04/3614.81	c 3615	CPU 3599.76 (0.06 0.02 3599.7 0.28)
3600.04/3614.81	c 3615	END Fri Jul 11 20:46:17 2008

Verifier Data (download as text)

OK	28	115
28 unsatisfied constraints, 115 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-1109097-1215798362/watcher-1109097-1215798362 -o /tmp/evaluation-result-1109097-1215798362/solver-1109097-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-1109097-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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.80 1.81 1.81 4/74 15254
/proc/meminfo: memFree=1646888/2055920 swapFree=4192956/4192956
[pid=15254] ppid=15252 vsize=12272 CPUtime=0
/proc/15254/stat : 15254 (sugar++) R 15252 15254 13311 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 36539286 12566528 364 996147200 4194304 4206940 548682068528 18446744073709551615 228715445246 0 0 4224 0 0 0 0 17 0 0 0
/proc/15254/statm: 3068 364 274 3 0 168 0

[startup+0.0947341 s]
/proc/loadavg: 1.80 1.81 1.81 4/74 15254
/proc/meminfo: memFree=1646888/2055920 swapFree=4192956/4192956
[pid=15254] ppid=15252 vsize=16740 CPUtime=0.06
/proc/15254/stat : 15254 (sugar++) S 15252 15254 13311 0 -1 4194304 1219 128 0 0 5 1 0 0 17 0 1 0 36539286 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15254/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101732 s]
/proc/loadavg: 1.80 1.81 1.81 4/74 15254
/proc/meminfo: memFree=1646888/2055920 swapFree=4192956/4192956
[pid=15254] ppid=15252 vsize=16740 CPUtime=0.06
/proc/15254/stat : 15254 (sugar++) S 15252 15254 13311 0 -1 4194304 1219 128 0 0 5 1 0 0 17 0 1 0 36539286 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15254/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.30177 s]
/proc/loadavg: 1.80 1.81 1.81 4/74 15254
/proc/meminfo: memFree=1646888/2055920 swapFree=4192956/4192956
[pid=15254] ppid=15252 vsize=16740 CPUtime=0.06
/proc/15254/stat : 15254 (sugar++) S 15252 15254 13311 0 -1 4194304 1219 128 0 0 5 1 0 0 17 0 1 0 36539286 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15254/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701844 s]
/proc/loadavg: 1.80 1.81 1.81 4/74 15254
/proc/meminfo: memFree=1646888/2055920 swapFree=4192956/4192956
[pid=15254] ppid=15252 vsize=16740 CPUtime=0.34
/proc/15254/stat : 15254 (sugar++) S 15252 15254 13311 0 -1 4194304 1297 4512 0 1 5 1 25 3 15 0 1 0 36539286 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15254/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 16740

[startup+1.50198 s]
/proc/loadavg: 1.80 1.81 1.81 4/85 15276
/proc/meminfo: memFree=1630096/2055920 swapFree=4192956/4192956
[pid=15254] ppid=15252 vsize=16872 CPUtime=1.25
/proc/15254/stat : 15254 (sugar++) S 15252 15254 13311 0 -1 4194304 1536 11645 0 2 5 1 109 10 15 0 1 0 36539286 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15254/statm: 4218 1117 414 3 0 797 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 16872

[startup+3.10226 s]
/proc/loadavg: 1.80 1.81 1.81 3/76 15297
/proc/meminfo: memFree=1638104/2055920 swapFree=4192956/4192956
[pid=15254] ppid=15252 vsize=16872 CPUtime=1.58
/proc/15254/stat : 15254 (sugar++) S 15252 15254 13311 0 -1 4194304 1623 19264 0 4 6 2 135 15 15 0 1 0 36539286 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15254/statm: 4218 1117 414 3 0 797 0
[pid=15277] ppid=15254 vsize=5148 CPUtime=1.34
/proc/15277/stat : 15277 (minisat-inc) R 15254 15254 13311 0 -1 4194304 1150 0 0 0 134 0 0 0 25 0 1 0 36539418 5271552 1093 996147200 134512640 135134323 4294956192 18446744073709551615 134531980 0 0 4096 3 0 0 0 17 1 0 0
/proc/15277/statm: 1287 1093 79 151 0 1133 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 22020

[startup+6.30182 s]
/proc/loadavg: 1.82 1.81 1.82 3/76 15297
/proc/meminfo: memFree=1633368/2055920 swapFree=4192956/4192956
[pid=15254] ppid=15252 vsize=16872 CPUtime=1.58
/proc/15254/stat : 15254 (sugar++) S 15252 15254 13311 0 -1 4194304 1623 19264 0 4 6 2 135 15 16 0 1 0 36539286 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15254/statm: 4218 1117 414 3 0 797 0
[pid=15277] ppid=15254 vsize=7344 CPUtime=4.53
/proc/15277/stat : 15277 (minisat-inc) R 15254 15254 13311 0 -1 4194304 1714 0 0 0 453 0 0 0 25 0 1 0 36539418 7520256 1657 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15277/statm: 1836 1657 79 151 0 1682 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 24216

[startup+12.7019 s]
/proc/loadavg: 1.83 1.81 1.82 3/76 15297
/proc/meminfo: memFree=1626472/2055920 swapFree=4192956/4192956
[pid=15254] ppid=15252 vsize=16872 CPUtime=1.58
/proc/15254/stat : 15254 (sugar++) S 15252 15254 13311 0 -1 4194304 1623 19264 0 4 6 2 135 15 16 0 1 0 36539286 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15254/statm: 4218 1117 414 3 0 797 0
[pid=15277] ppid=15254 vsize=10572 CPUtime=10.9
/proc/15277/stat : 15277 (minisat-inc) R 15254 15254 13311 0 -1 4194304 2538 0 0 0 1089 1 0 0 25 0 1 0 36539418 10825728 2481 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15277/statm: 2643 2481 79 151 0 2489 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 27444

[startup+25.5012 s]
/proc/loadavg: 1.87 1.82 1.82 3/76 15297
/proc/meminfo: memFree=1617136/2055920 swapFree=4192956/4192956
[pid=15254] ppid=15252 vsize=16872 CPUtime=1.58
/proc/15254/stat : 15254 (sugar++) S 15252 15254 13311 0 -1 4194304 1623 19264 0 4 6 2 135 15 16 0 1 0 36539286 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15254/statm: 4218 1117 414 3 0 797 0
[pid=15277] ppid=15254 vsize=13300 CPUtime=23.64
/proc/15277/stat : 15277 (minisat-inc) R 15254 15254 13311 0 -1 4194304 3189 0 0 0 2363 1 0 0 25 0 1 0 36539418 13619200 3132 996147200 134512640 135134323 4294956192 18446744073709551615 134532050 0 0 4096 3 0 0 0 17 1 0 0
/proc/15277/statm: 3325 3132 79 151 0 3171 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 30172

[startup+51.1016 s]
/proc/loadavg: 1.91 1.83 1.82 3/76 15297
/proc/meminfo: memFree=1606832/2055920 swapFree=4192956/4192956
[pid=15254] ppid=15252 vsize=16872 CPUtime=1.58
/proc/15254/stat : 15254 (sugar++) S 15252 15254 13311 0 -1 4194304 1623 19264 0 4 6 2 135 15 16 0 1 0 36539286 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15254/statm: 4218 1117 414 3 0 797 0
[pid=15277] ppid=15254 vsize=14612 CPUtime=49.15
/proc/15277/stat : 15277 (minisat-inc) R 15254 15254 13311 0 -1 4194304 3519 0 0 0 4913 2 0 0 25 0 1 0 36539418 14962688 3462 996147200 134512640 135134323 4294956192 18446744073709551615 134531947 0 0 4096 3 0 0 0 17 1 0 0
/proc/15277/statm: 3653 3462 79 151 0 3499 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 31484

[startup+102.307 s]
/proc/loadavg: 1.96 1.86 1.83 3/76 15297
/proc/meminfo: memFree=1588400/2055920 swapFree=4192956/4192956
[pid=15254] ppid=15252 vsize=16872 CPUtime=1.58
/proc/15254/stat : 15254 (sugar++) S 15252 15254 13311 0 -1 4194304 1623 19264 0 4 6 2 135 15 16 0 1 0 36539286 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15254/statm: 4218 1117 414 3 0 797 0
[pid=15277] ppid=15254 vsize=17920 CPUtime=100.13
/proc/15277/stat : 15277 (minisat-inc) R 15254 15254 13311 0 -1 4194304 4309 0 0 0 10011 2 0 0 25 0 1 0 36539418 18350080 4252 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15277/statm: 4480 4252 79 151 0 4326 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 34792

[startup+162.302 s]
/proc/loadavg: 1.98 1.88 1.83 3/76 15297
/proc/meminfo: memFree=1569328/2055920 swapFree=4192956/4192956
[pid=15254] ppid=15252 vsize=16872 CPUtime=1.58
/proc/15254/stat : 15254 (sugar++) S 15252 15254 13311 0 -1 4194304 1623 19264 0 4 6 2 135 15 16 0 1 0 36539286 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15254/statm: 4218 1117 414 3 0 797 0
[pid=15277] ppid=15254 vsize=22144 CPUtime=159.89
/proc/15277/stat : 15277 (minisat-inc) R 15254 15254 13311 0 -1 4194304 5369 0 0 0 15986 3 0 0 25 0 1 0 36539418 22675456 5312 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 1 0 0
/proc/15277/statm: 5536 5312 79 151 0 5382 0
Current children cumulated CPU time (s) 161.47
Current children cumulated vsize (KiB) 39016

[startup+222.301 s]
/proc/loadavg: 1.99 1.90 1.84 3/76 15297
/proc/meminfo: memFree=1553648/2055920 swapFree=4192956/4192956
[pid=15254] ppid=15252 vsize=16872 CPUtime=1.58
/proc/15254/stat : 15254 (sugar++) S 15252 15254 13311 0 -1 4194304 1623 19264 0 4 6 2 135 15 16 0 1 0 36539286 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15254/statm: 4218 1117 414 3 0 797 0
[pid=15277] ppid=15254 vsize=24288 CPUtime=219.65
/proc/15277/stat : 15277 (minisat-inc) R 15254 15254 13311 0 -1 4194304 5869 0 0 0 21961 4 0 0 25 0 1 0 36539418 24870912 5812 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15277/statm: 6072 5812 79 151 0 5918 0
Current children cumulated CPU time (s) 221.23
Current children cumulated vsize (KiB) 41160

[startup+282.303 s]
/proc/loadavg: 1.99 1.91 1.84 3/76 15297
/proc/meminfo: memFree=1540528/2055920 swapFree=4192956/4192956
[pid=15254] ppid=15252 vsize=16872 CPUtime=1.58
/proc/15254/stat : 15254 (sugar++) S 15252 15254 13311 0 -1 4194304 1623 19264 0 4 6 2 135 15 16 0 1 0 36539286 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15254/statm: 4218 1117 414 3 0 797 0
[pid=15277] ppid=15254 vsize=24780 CPUtime=279.42
/proc/15277/stat : 15277 (minisat-inc) R 15254 15254 13311 0 -1 4194304 5953 0 0 0 27938 4 0 0 25 0 1 0 36539418 25374720 5896 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15277/statm: 6195 5896 79 151 0 6041 0
Current children cumulated CPU time (s) 281
Current children cumulated vsize (KiB) 41652

[startup+342.301 s]
/proc/loadavg: 1.99 1.93 1.85 3/76 15297
/proc/meminfo: memFree=1528560/2055920 swapFree=4192956/4192956
[pid=15254] ppid=15252 vsize=16872 CPUtime=1.58
/proc/15254/stat : 15254 (sugar++) S 15252 15254 13311 0 -1 4194304 1623 19264 0 4 6 2 135 15 16 0 1 0 36539286 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15254/statm: 4218 1117 414 3 0 797 0
[pid=15277] ppid=15254 vsize=25288 CPUtime=339.18
/proc/15277/stat : 15277 (minisat-inc) R 15254 15254 13311 0 -1 4194304 6094 0 0 0 33914 4 0 0 25 0 1 0 36539418 25894912 6037 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15277/statm: 6322 6037 79 151 0 6168 0
Current children cumulated CPU time (s) 340.76
Current children cumulated vsize (KiB) 42160

[startup+402.302 s]
/proc/loadavg: 1.99 1.94 1.86 3/76 15297
/proc/meminfo: memFree=1517168/2055920 swapFree=4192956/4192956
[pid=15254] ppid=15252 vsize=16872 CPUtime=1.58
/proc/15254/stat : 15254 (sugar++) S 15252 15254 13311 0 -1 4194304 1623 19264 0 4 6 2 135 15 16 0 1 0 36539286 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15254/statm: 4218 1117 414 3 0 797 0
[pid=15277] ppid=15254 vsize=26132 CPUtime=398.95
/proc/15277/stat : 15277 (minisat-inc) R 15254 15254 13311 0 -1 4194304 6284 0 0 0 39890 5 0 0 25 0 1 0 36539418 26759168 6227 996147200 134512640 135134323 4294956192 18446744073709551615 134532135 0 0 4096 3 0 0 0 17 1 0 0
/proc/15277/statm: 6533 6227 79 151 0 6379 0
Current children cumulated CPU time (s) 400.53
Current children cumulated vsize (KiB) 43004

[startup+462.301 s]
/proc/loadavg: 1.99 1.95 1.86 3/76 15297
/proc/meminfo: memFree=1504816/2055920 swapFree=4192956/4192956

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

[pid=15277] ppid=15254 vsize=44512 CPUtime=2848.94
/proc/15277/stat : 15277 (minisat-inc) R 15254 15254 13311 0 -1 4194304 10637 0 0 0 284883 11 0 0 25 0 1 0 36539418 45580288 10580 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15277/statm: 11128 10580 79 151 0 10974 0
Current children cumulated CPU time (s) 2850.52
Current children cumulated vsize (KiB) 61384

[startup+2922.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/83 15633
/proc/meminfo: memFree=1575240/2055920 swapFree=4192956/4192956
[pid=15254] ppid=15252 vsize=16872 CPUtime=1.58
/proc/15254/stat : 15254 (sugar++) S 15252 15254 13311 0 -1 4194304 1623 19264 0 4 6 2 135 15 16 0 1 0 36539286 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15254/statm: 4218 1117 414 3 0 797 0
[pid=15277] ppid=15254 vsize=44756 CPUtime=2908.7
/proc/15277/stat : 15277 (minisat-inc) R 15254 15254 13311 0 -1 4194304 10685 0 0 0 290859 11 0 0 25 0 1 0 36539418 45830144 10628 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15277/statm: 11189 10628 79 151 0 11035 0
Current children cumulated CPU time (s) 2910.28
Current children cumulated vsize (KiB) 61628

[startup+2982.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 15633
/proc/meminfo: memFree=1574984/2055920 swapFree=4192956/4192956
[pid=15254] ppid=15252 vsize=16872 CPUtime=1.58
/proc/15254/stat : 15254 (sugar++) S 15252 15254 13311 0 -1 4194304 1623 19264 0 4 6 2 135 15 16 0 1 0 36539286 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15254/statm: 4218 1117 414 3 0 797 0
[pid=15277] ppid=15254 vsize=45028 CPUtime=2968.46
/proc/15277/stat : 15277 (minisat-inc) R 15254 15254 13311 0 -1 4194304 10751 0 0 0 296835 11 0 0 25 0 1 0 36539418 46108672 10694 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15277/statm: 11257 10694 79 151 0 11103 0
Current children cumulated CPU time (s) 2970.04
Current children cumulated vsize (KiB) 61900

[startup+3042.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 15633
/proc/meminfo: memFree=1574600/2055920 swapFree=4192956/4192956
[pid=15254] ppid=15252 vsize=16872 CPUtime=1.58
/proc/15254/stat : 15254 (sugar++) S 15252 15254 13311 0 -1 4194304 1623 19264 0 4 6 2 135 15 16 0 1 0 36539286 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15254/statm: 4218 1117 414 3 0 797 0
[pid=15277] ppid=15254 vsize=45464 CPUtime=3028.23
/proc/15277/stat : 15277 (minisat-inc) R 15254 15254 13311 0 -1 4194304 10846 0 0 0 302812 11 0 0 25 0 1 0 36539418 46555136 10789 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15277/statm: 11366 10789 79 151 0 11212 0
Current children cumulated CPU time (s) 3029.81
Current children cumulated vsize (KiB) 62336

[startup+3102.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 15633
/proc/meminfo: memFree=1574472/2055920 swapFree=4192956/4192956
[pid=15254] ppid=15252 vsize=16872 CPUtime=1.58
/proc/15254/stat : 15254 (sugar++) S 15252 15254 13311 0 -1 4194304 1623 19264 0 4 6 2 135 15 16 0 1 0 36539286 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15254/statm: 4218 1117 414 3 0 797 0
[pid=15277] ppid=15254 vsize=45640 CPUtime=3087.99
/proc/15277/stat : 15277 (minisat-inc) R 15254 15254 13311 0 -1 4194304 10884 0 0 0 308788 11 0 0 25 0 1 0 36539418 46735360 10827 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15277/statm: 11410 10827 79 151 0 11256 0
Current children cumulated CPU time (s) 3089.57
Current children cumulated vsize (KiB) 62512

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15633
/proc/meminfo: memFree=1574216/2055920 swapFree=4192956/4192956
[pid=15254] ppid=15252 vsize=16872 CPUtime=1.58
/proc/15254/stat : 15254 (sugar++) S 15252 15254 13311 0 -1 4194304 1623 19264 0 4 6 2 135 15 16 0 1 0 36539286 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15254/statm: 4218 1117 414 3 0 797 0
[pid=15277] ppid=15254 vsize=45920 CPUtime=3147.75
/proc/15277/stat : 15277 (minisat-inc) R 15254 15254 13311 0 -1 4194304 10944 0 0 0 314764 11 0 0 25 0 1 0 36539418 47022080 10879 996147200 134512640 135134323 4294956192 18446744073709551615 134524672 0 0 4096 3 0 0 0 17 1 0 0
/proc/15277/statm: 11480 10879 79 151 0 11326 0
Current children cumulated CPU time (s) 3149.33
Current children cumulated vsize (KiB) 62792

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15633
/proc/meminfo: memFree=1573832/2055920 swapFree=4192956/4192956
[pid=15254] ppid=15252 vsize=16872 CPUtime=1.58
/proc/15254/stat : 15254 (sugar++) S 15252 15254 13311 0 -1 4194304 1623 19264 0 4 6 2 135 15 16 0 1 0 36539286 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15254/statm: 4218 1117 414 3 0 797 0
[pid=15277] ppid=15254 vsize=46228 CPUtime=3207.51
/proc/15277/stat : 15277 (minisat-inc) R 15254 15254 13311 0 -1 4194304 11033 0 0 0 320740 11 0 0 25 0 1 0 36539418 47337472 10968 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15277/statm: 11557 10968 79 151 0 11403 0
Current children cumulated CPU time (s) 3209.09
Current children cumulated vsize (KiB) 63100

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15633
/proc/meminfo: memFree=1573704/2055920 swapFree=4192956/4192956
[pid=15254] ppid=15252 vsize=16872 CPUtime=1.58
/proc/15254/stat : 15254 (sugar++) S 15252 15254 13311 0 -1 4194304 1623 19264 0 4 6 2 135 15 16 0 1 0 36539286 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15254/statm: 4218 1117 414 3 0 797 0
[pid=15277] ppid=15254 vsize=46392 CPUtime=3267.27
/proc/15277/stat : 15277 (minisat-inc) R 15254 15254 13311 0 -1 4194304 11063 0 0 0 326716 11 0 0 25 0 1 0 36539418 47505408 10998 996147200 134512640 135134323 4294956192 18446744073709551615 134531952 0 0 4096 3 0 0 0 17 1 0 0
/proc/15277/statm: 11598 10998 79 151 0 11444 0
Current children cumulated CPU time (s) 3268.85
Current children cumulated vsize (KiB) 63264

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15633
/proc/meminfo: memFree=1573576/2055920 swapFree=4192956/4192956
[pid=15254] ppid=15252 vsize=16872 CPUtime=1.58
/proc/15254/stat : 15254 (sugar++) S 15252 15254 13311 0 -1 4194304 1623 19264 0 4 6 2 135 15 16 0 1 0 36539286 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15254/statm: 4218 1117 414 3 0 797 0
[pid=15277] ppid=15254 vsize=46556 CPUtime=3327.03
/proc/15277/stat : 15277 (minisat-inc) R 15254 15254 13311 0 -1 4194304 11092 0 0 0 332692 11 0 0 25 0 1 0 36539418 47673344 11027 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15277/statm: 11639 11027 79 151 0 11485 0
Current children cumulated CPU time (s) 3328.61
Current children cumulated vsize (KiB) 63428

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15633
/proc/meminfo: memFree=1573448/2055920 swapFree=4192956/4192956
[pid=15254] ppid=15252 vsize=16872 CPUtime=1.58
/proc/15254/stat : 15254 (sugar++) S 15252 15254 13311 0 -1 4194304 1623 19264 0 4 6 2 135 15 16 0 1 0 36539286 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15254/statm: 4218 1117 414 3 0 797 0
[pid=15277] ppid=15254 vsize=46768 CPUtime=3386.8
/proc/15277/stat : 15277 (minisat-inc) R 15254 15254 13311 0 -1 4194304 11121 0 0 0 338669 11 0 0 25 0 1 0 36539418 47890432 11056 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15277/statm: 11692 11056 79 151 0 11538 0
Current children cumulated CPU time (s) 3388.38
Current children cumulated vsize (KiB) 63640

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15633
/proc/meminfo: memFree=1573128/2055920 swapFree=4192956/4192956
[pid=15254] ppid=15252 vsize=16872 CPUtime=1.58
/proc/15254/stat : 15254 (sugar++) S 15252 15254 13311 0 -1 4194304 1623 19264 0 4 6 2 135 15 16 0 1 0 36539286 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15254/statm: 4218 1117 414 3 0 797 0
[pid=15277] ppid=15254 vsize=46984 CPUtime=3446.56
/proc/15277/stat : 15277 (minisat-inc) R 15254 15254 13311 0 -1 4194304 11167 0 0 0 344645 11 0 0 25 0 1 0 36539418 48111616 11102 996147200 134512640 135134323 4294956192 18446744073709551615 134529126 0 0 4096 3 0 0 0 17 1 0 0
/proc/15277/statm: 11746 11102 79 151 0 11592 0
Current children cumulated CPU time (s) 3448.14
Current children cumulated vsize (KiB) 63856

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15633
/proc/meminfo: memFree=1572936/2055920 swapFree=4192956/4192956
[pid=15254] ppid=15252 vsize=16872 CPUtime=1.58
/proc/15254/stat : 15254 (sugar++) S 15252 15254 13311 0 -1 4194304 1623 19264 0 4 6 2 135 15 16 0 1 0 36539286 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15254/statm: 4218 1117 414 3 0 797 0
[pid=15277] ppid=15254 vsize=47148 CPUtime=3506.31
/proc/15277/stat : 15277 (minisat-inc) R 15254 15254 13311 0 -1 4194304 11228 0 0 0 350620 11 0 0 25 0 1 0 36539418 48279552 11163 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15277/statm: 11787 11163 79 151 0 11633 0
Current children cumulated CPU time (s) 3507.89
Current children cumulated vsize (KiB) 64020

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15633
/proc/meminfo: memFree=1572808/2055920 swapFree=4192956/4192956
[pid=15254] ppid=15252 vsize=16872 CPUtime=1.58
/proc/15254/stat : 15254 (sugar++) S 15252 15254 13311 0 -1 4194304 1623 19264 0 4 6 2 135 15 16 0 1 0 36539286 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15254/statm: 4218 1117 414 3 0 797 0
[pid=15277] ppid=15254 vsize=47360 CPUtime=3566.08
/proc/15277/stat : 15277 (minisat-inc) R 15254 15254 13311 0 -1 4194304 11248 0 0 0 356597 11 0 0 25 0 1 0 36539418 48496640 11183 996147200 134512640 135134323 4294956192 18446744073709551615 134532322 0 0 4096 3 0 0 0 17 1 0 0
/proc/15277/statm: 11840 11183 79 151 0 11686 0
Current children cumulated CPU time (s) 3567.66
Current children cumulated vsize (KiB) 64232



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3614.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15633
/proc/meminfo: memFree=1572552/2055920 swapFree=4192956/4192956
[pid=15254] ppid=15252 vsize=16872 CPUtime=1.58
/proc/15254/stat : 15254 (sugar++) S 15252 15254 13311 0 -1 4194304 1623 19264 0 4 6 2 135 15 16 0 1 0 36539286 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15254/statm: 4218 1117 414 3 0 797 0
[pid=15277] ppid=15254 vsize=47524 CPUtime=3598.46
/proc/15277/stat : 15277 (minisat-inc) R 15254 15254 13311 0 -1 4194304 11318 0 0 0 359834 12 0 0 25 0 1 0 36539418 48664576 11253 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15277/statm: 11881 11253 79 151 0 11727 0
Current children cumulated CPU time (s) 3600.04
Current children cumulated vsize (KiB) 64396

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): 3614.82
CPU time (s): 3600.07
CPU user time (s): 3599.76
CPU system time (s): 0.304953
CPU usage (%): 99.592
Max. virtual memory (cumulated for all children) (KiB): 890600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.76
system time used= 0.304953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32285
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= 2703
involuntary context switches= 46062

runsolver used 3.36249 second user time and 9.81151 second system time

The end

Launcher Data (download as text)

Begin job on node8 at 2008-07-11 19:46:02
IDJOB=1109097
IDBENCH=60911
IDSOLVER=367
FILE ID=node8/1109097-1215798362
PBS_JOBID= 7903250
Free space on /tmp= 66332 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 28bfbb33476b5a4dbdd5bbba4644e23e
RANDOM SEED=1480139432

node8.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.268
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.268
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1647432 kB
Buffers:         55700 kB
Cached:         256216 kB
SwapCached:          0 kB
Active:         207560 kB
Inactive:       134052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1647432 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            4976 kB
Writeback:           0 kB
Mapped:          40928 kB
Slab:            52100 kB
Committed_AS:   191136 kB
PageTables:       1756 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= 66336 MiB
End job on node8 at 2008-07-11 20:46:19