Trace number 1070314

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+minisatUNSAT 424.173 425.488

General information on the benchmark

Namecsp/pseudoGLB/
normalized-t3002-11tsp11-1900567985.xml
MD5SUM44ebeefa29a88d2b0571b0abdb726ddf
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark48.8566
Satisfiable
(Un)Satisfiability was proved
Number of variables231
Number of constraints2707
Maximum constraint arity110
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(2707)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 11:39:46 2008
0.00/0.04	c 0	PID 29761
0.00/0.05	c 0	HOST node25.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1070314-1215164385.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1070314-1215164385.xml' 'HOME/temp.csp'
0.03/0.99	c 0	1 domains, 231 variables, 0 predicates, 0 relations, 2707 constraints
0.95/1.04	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.95/1.04	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.95/1.12	c 1	Parsing HOME/temp.csp
0.95/1.41	c 1	parsed 2939 expressions
0.95/1.42	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.95/1.42	c 1	Converting to clausal form CSP
0.95/1.46	c 1	converted 294 (10%) expressions
0.95/1.52	c 1	converted 588 (20%) expressions
0.95/1.57	c 1	converted 882 (30%) expressions
0.95/1.64	c 1	converted 1176 (40%) expressions
0.95/1.65	c 1	converted 1470 (50%) expressions
0.95/1.67	c 1	converted 1764 (60%) expressions
0.95/1.68	c 1	converted 2058 (70%) expressions
0.95/1.69	c 1	converted 2352 (80%) expressions
0.95/1.70	c 1	converted 2646 (90%) expressions
0.95/1.78	c 1	converted 2939 (100%) expressions
0.95/1.78	c 1	CSP : 735 integers, 0 booleans, 3715 clauses, largest domain size 344
0.95/1.78	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.95/1.78	c 1	Propagation in CSP
0.95/1.83	c 1	2267 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.95/1.83	c 1	CSP : 735 integers, 0 booleans, 3715 clauses, largest domain size 26
0.95/1.83	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.95/1.83	c 1	Simplifing CSP by introducing new Boolean variables
0.95/1.84	c 1	CSP : 735 integers, 0 booleans, 3715 clauses, largest domain size 26
0.95/1.84	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.95/1.87	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.95/1.88	c 1	74 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.95/1.88	c 1	147 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.95/1.88	c 1	221 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.95/1.88	c 1	294 (40%) CSP integer variables are encoded (57 clauses, 691 bytes)
0.95/1.89	c 1	368 (50%) CSP integer variables are encoded (136 clauses, 1560 bytes)
0.95/1.89	c 1	441 (60%) CSP integer variables are encoded (213 clauses, 2407 bytes)
0.95/1.89	c 1	515 (70%) CSP integer variables are encoded (296 clauses, 3320 bytes)
0.95/1.89	c 1	588 (80%) CSP integer variables are encoded (373 clauses, 4167 bytes)
0.95/1.90	c 1	662 (90%) CSP integer variables are encoded (915 clauses, 11174 bytes)
0.95/1.90	c 1	735 (100%) CSP integer variables are encoded (2059 clauses, 26046 bytes)
0.95/1.92	c 1	372 (10%) CSP clauses are encoded (2431 clauses, 29654 bytes)
0.95/1.93	c 1	743 (20%) CSP clauses are encoded (2802 clauses, 34407 bytes)
0.95/1.94	c 1	1115 (30%) CSP clauses are encoded (3174 clauses, 39243 bytes)
0.95/1.95	c 1	1486 (40%) CSP clauses are encoded (3545 clauses, 44066 bytes)
0.95/1.96	c 1	1858 (50%) CSP clauses are encoded (3917 clauses, 48902 bytes)
0.95/1.97	c 1	2229 (60%) CSP clauses are encoded (4288 clauses, 53732 bytes)
0.95/1.97	c 1	2601 (70%) CSP clauses are encoded (4660 clauses, 59099 bytes)
0.95/1.97	c 1	2972 (80%) CSP clauses are encoded (5885 clauses, 74198 bytes)
0.95/1.98	c 1	3344 (90%) CSP clauses are encoded (7301 clauses, 91553 bytes)
0.95/2.03	c 2	3715 (100%) CSP clauses are encoded (29403 clauses, 479415 bytes)
0.95/2.03	c 2	3715 CSP clauses encoded
0.95/2.03	c 2	Writing map file : HOME/temp.map
0.95/2.04	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.95/2.04	c 2	SAT : 2794 SAT variables, 29403 SAT clauses, 479415 bytes
0.95/2.04	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.95/2.09	c 2	SOLVING HOME/temp.cnf
0.95/2.09	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.95/2.09	c 2	This is MiniSat 2.0 beta
0.95/2.09	c 2	WARNING: for repeatability, setting FPU to use double precision
0.95/2.09	c 2	============================[ Problem Statistics ]=============================
0.95/2.09	c 2	|                                                                             |
0.95/2.09	c 2	|  Number of variables:  2794                                                 |
0.95/2.09	c 2	|  Number of clauses:    29403                                                |
1.95/2.12	c 2	|  Parsing time:         0.01         s                                       |
1.95/2.12	c 2	============================[ Search Statistics ]==============================
1.95/2.12	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.95/2.12	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.95/2.12	c 2	===============================================================================
1.95/2.12	c 2	|         0 |    2794    29403    80976 |     9801        0    nan |  0.000 % |
1.95/2.13	c 2	|       100 |    2794    29403    80976 |    10781      100     13 |  0.002 % |
1.95/2.16	c 2	|       251 |    2794    29403    80976 |    11859      251     13 |  0.002 % |
2.04/2.21	c 2	|       477 |    2794    29403    80976 |    13045      477     14 |  0.002 % |
2.04/2.28	c 2	|       814 |    2794    29403    80976 |    14349      814     15 |  0.002 % |
2.14/2.39	c 2	|      1321 |    2794    29403    80976 |    15784     1321     14 |  0.002 % |
2.34/2.57	c 2	|      2081 |    2794    29403    80976 |    17363     2081     13 |  0.002 % |
2.64/2.85	c 2	|      3221 |    2794    29403    80976 |    19099     3221     13 |  0.002 % |
3.03/3.29	c 3	|      4929 |    2794    29403    80976 |    21009     4929     13 |  0.002 % |
3.73/3.92	c 3	|      7492 |    2794    29403    80976 |    23110     7492     14 |  0.002 % |
4.71/4.93	c 4	|     11337 |    2794    29403    80976 |    25421    11337     15 |  0.002 % |
6.40/6.68	c 6	|     17104 |    2794    29403    80976 |    27963    17104     15 |  0.002 % |
9.37/9.65	c 9	|     25754 |    2794    29403    80976 |    30759    25754     16 |  0.002 % |
13.92/14.29	c 14	|     38728 |    2794    29403    80976 |    33835    20549     15 |  0.002 % |
21.46/21.88	c 21	|     58189 |    2794    29403    80976 |    37219    19573     15 |  0.003 % |
33.04/33.54	c 33	|     87382 |    2794    29403    80976 |    40941    24327     19 |  0.002 % |
51.27/51.97	c 51	|    131172 |    2789    29340    80811 |    45035    29108     16 |  0.182 % |
82.97/83.93	c 83	|    196856 |    2783    29274    80641 |    49538    10536     17 |  0.396 % |
126.71/127.96	c 127	|    295383 |    2770    29134    80281 |    54492    29846     19 |  0.861 % |
198.09/199.30	c 199	|    443173 |    2749    28915    79719 |    59942    23834     16 |  1.613 % |
316.94/318.24	c 318	|    664856 |    2704    28451    78525 |    65936    25242     15 |  3.223 % |
423.99/425.32	c 425	===============================================================================
423.99/425.32	c 425	restarts              : 21
423.99/425.32	c 425	conflicts             : 830538         (1968 /sec)
423.99/425.32	c 425	decisions             : 860257         (0.86 % random) (2038 /sec)
423.99/425.32	c 425	propagations          : 502031601      (1189542 /sec)
423.99/425.32	c 425	conflict literals     : 12015366       (57.04 % deleted)
423.99/425.32	c 425	Memory used           : 10.72 MB
423.99/425.32	c 425	CPU time              : 422.038 s
423.99/425.32	c 425	
423.99/425.32	c 425	UNSATISFIABLE
423.99/425.32	c 425	DECODING HOME/temp.out WITH HOME/temp.map
423.99/425.32	c 425	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
424.03/425.41	c 425	Decoding HOME/temp.out
424.03/425.45	s UNSATISFIABLE
424.03/425.45	c 425	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
424.03/425.48	c 425	CPU 423.96 (0.03 0.01 423.93 0.18)
424.03/425.48	c 425	END Fri Jul  4 11:46:51 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1070314-1215164385/watcher-1070314-1215164385 -o /tmp/evaluation-result-1070314-1215164385/solver-1070314-1215164385 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1070314-1215164385.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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.98 1.97 1.99 4/80 29761
/proc/meminfo: memFree=1766608/2055920 swapFree=4180840/4192956
[pid=29761] ppid=29759 vsize=18572 CPUtime=0
/proc/29761/stat : 29761 (runsolver) R 29759 29761 29112 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1995412583 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 253307186471 0 0 4096 24578 0 0 0 17 1 0 0
/proc/29761/statm: 4643 292 257 25 0 2626 0

[startup+0.0906621 s]
/proc/loadavg: 1.98 1.97 1.99 4/80 29761
/proc/meminfo: memFree=1766608/2055920 swapFree=4180840/4192956
[pid=29761] ppid=29759 vsize=13600 CPUtime=0.03
/proc/29761/stat : 29761 (sugar) S 29759 29761 29112 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1995412583 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29761/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102659 s]
/proc/loadavg: 1.98 1.97 1.99 4/80 29761
/proc/meminfo: memFree=1766608/2055920 swapFree=4180840/4192956
[pid=29761] ppid=29759 vsize=13600 CPUtime=0.03
/proc/29761/stat : 29761 (sugar) S 29759 29761 29112 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1995412583 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29761/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302165 s]
/proc/loadavg: 1.98 1.97 1.99 4/80 29761
/proc/meminfo: memFree=1766608/2055920 swapFree=4180840/4192956
[pid=29761] ppid=29759 vsize=13600 CPUtime=0.03
/proc/29761/stat : 29761 (sugar) S 29759 29761 29112 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1995412583 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29761/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702332 s]
/proc/loadavg: 1.98 1.97 1.99 4/80 29761
/proc/meminfo: memFree=1766608/2055920 swapFree=4180840/4192956
[pid=29761] ppid=29759 vsize=13600 CPUtime=0.03
/proc/29761/stat : 29761 (sugar) S 29759 29761 29112 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1995412583 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29761/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50239 s]
/proc/loadavg: 1.98 1.97 1.99 2/91 29773
/proc/meminfo: memFree=1751608/2055920 swapFree=4180840/4192956
[pid=29761] ppid=29759 vsize=13600 CPUtime=0.95
/proc/29761/stat : 29761 (sugar) S 29759 29761 29112 0 -1 4194304 973 6806 0 1 3 0 88 4 15 0 1 0 1995412583 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29761/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 13600

[startup+3.10643 s]
/proc/loadavg: 2.06 1.99 1.99 3/83 29785
/proc/meminfo: memFree=1762680/2055920 swapFree=4180840/4192956
[pid=29761] ppid=29759 vsize=13600 CPUtime=1.95
/proc/29761/stat : 29761 (sugar) S 29759 29761 29112 0 -1 4194304 1032 14238 0 2 3 1 180 11 15 0 1 0 1995412583 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29761/statm: 3400 798 370 3 0 500 0
[pid=29784] ppid=29761 vsize=5356 CPUtime=0
/proc/29784/stat : 29784 (sh) S 29761 29761 29112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995412793 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29784/statm: 1339 232 193 169 0 50 0
[pid=29785] ppid=29784 vsize=3556 CPUtime=0.98
/proc/29785/stat : 29785 (minisat) R 29784 29761 29112 0 -1 4194304 662 0 0 0 98 0 0 0 25 0 1 0 1995412793 3641344 648 996147200 134512640 135127466 4294956256 18446744073709551615 134530941 0 0 4096 3 0 0 0 17 1 0 0
/proc/29785/statm: 889 648 75 150 0 736 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 22512

[startup+6.3018 s]
/proc/loadavg: 2.06 1.99 1.99 3/83 29785
/proc/meminfo: memFree=1760440/2055920 swapFree=4180840/4192956
[pid=29761] ppid=29759 vsize=13600 CPUtime=1.95
/proc/29761/stat : 29761 (sugar) S 29759 29761 29112 0 -1 4194304 1032 14238 0 2 3 1 180 11 16 0 1 0 1995412583 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29761/statm: 3400 798 370 3 0 500 0
[pid=29784] ppid=29761 vsize=5356 CPUtime=0
/proc/29784/stat : 29784 (sh) S 29761 29761 29112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995412793 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29784/statm: 1339 232 193 169 0 50 0
[pid=29785] ppid=29784 vsize=4624 CPUtime=4.15
/proc/29785/stat : 29785 (minisat) R 29784 29761 29112 0 -1 4194304 931 0 0 0 415 0 0 0 25 0 1 0 1995412793 4734976 917 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29785/statm: 1156 917 75 150 0 1003 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 23580

[startup+12.7018 s]
/proc/loadavg: 2.05 1.99 1.99 3/83 29785
/proc/meminfo: memFree=1758712/2055920 swapFree=4180840/4192956
[pid=29761] ppid=29759 vsize=13600 CPUtime=1.95
/proc/29761/stat : 29761 (sugar) S 29759 29761 29112 0 -1 4194304 1032 14238 0 2 3 1 180 11 16 0 1 0 1995412583 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29761/statm: 3400 798 370 3 0 500 0
[pid=29784] ppid=29761 vsize=5356 CPUtime=0
/proc/29784/stat : 29784 (sh) S 29761 29761 29112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995412793 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29784/statm: 1339 232 193 169 0 50 0
[pid=29785] ppid=29784 vsize=6188 CPUtime=10.48
/proc/29785/stat : 29785 (minisat) R 29784 29761 29112 0 -1 4194304 1294 0 0 0 1048 0 0 0 25 0 1 0 1995412793 6336512 1280 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29785/statm: 1547 1280 75 150 0 1394 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 25144

[startup+25.5025 s]
/proc/loadavg: 2.04 1.99 1.99 3/83 29785
/proc/meminfo: memFree=1758392/2055920 swapFree=4180840/4192956
[pid=29761] ppid=29759 vsize=13600 CPUtime=1.95
/proc/29761/stat : 29761 (sugar) S 29759 29761 29112 0 -1 4194304 1032 14238 0 2 3 1 180 11 16 0 1 0 1995412583 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29761/statm: 3400 798 370 3 0 500 0
[pid=29784] ppid=29761 vsize=5356 CPUtime=0
/proc/29784/stat : 29784 (sh) S 29761 29761 29112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995412793 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29784/statm: 1339 232 193 169 0 50 0
[pid=29785] ppid=29784 vsize=6728 CPUtime=23.17
/proc/29785/stat : 29785 (minisat) R 29784 29761 29112 0 -1 4194304 1421 0 0 0 2316 1 0 0 25 0 1 0 1995412793 6889472 1407 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29785/statm: 1682 1407 75 150 0 1529 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 25684

[startup+51.1018 s]
/proc/loadavg: 2.03 1.99 1.99 3/83 29785
/proc/meminfo: memFree=1757112/2055920 swapFree=4180840/4192956
[pid=29761] ppid=29759 vsize=13600 CPUtime=1.95
/proc/29761/stat : 29761 (sugar) S 29759 29761 29112 0 -1 4194304 1032 14238 0 2 3 1 180 11 16 0 1 0 1995412583 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29761/statm: 3400 798 370 3 0 500 0
[pid=29784] ppid=29761 vsize=5356 CPUtime=0
/proc/29784/stat : 29784 (sh) S 29761 29761 29112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995412793 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29784/statm: 1339 232 193 169 0 50 0
[pid=29785] ppid=29784 vsize=8000 CPUtime=48.53
/proc/29785/stat : 29785 (minisat) R 29784 29761 29112 0 -1 4194304 1741 0 0 0 4852 1 0 0 25 0 1 0 1995412793 8192000 1727 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/29785/statm: 2000 1727 75 150 0 1847 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 26956

[startup+102.307 s]
/proc/loadavg: 2.01 1.99 1.99 3/83 29785
/proc/meminfo: memFree=1756344/2055920 swapFree=4180840/4192956
[pid=29761] ppid=29759 vsize=13600 CPUtime=1.95
/proc/29761/stat : 29761 (sugar) S 29759 29761 29112 0 -1 4194304 1032 14238 0 2 3 1 180 11 16 0 1 0 1995412583 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29761/statm: 3400 798 370 3 0 500 0
[pid=29784] ppid=29761 vsize=5356 CPUtime=0
/proc/29784/stat : 29784 (sh) S 29761 29761 29112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995412793 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29784/statm: 1339 232 193 169 0 50 0
[pid=29785] ppid=29784 vsize=8692 CPUtime=99.24
/proc/29785/stat : 29785 (minisat) R 29784 29761 29112 0 -1 4194304 1920 0 0 0 9923 1 0 0 25 0 1 0 1995412793 8900608 1906 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29785/statm: 2173 1906 75 150 0 2020 0
Current children cumulated CPU time (s) 101.19
Current children cumulated vsize (KiB) 27648

[startup+162.301 s]
/proc/loadavg: 1.97 1.97 1.99 3/75 29814
/proc/meminfo: memFree=1775424/2055920 swapFree=4180840/4192956
[pid=29761] ppid=29759 vsize=13600 CPUtime=1.95
/proc/29761/stat : 29761 (sugar) S 29759 29761 29112 0 -1 4194304 1032 14238 0 2 3 1 180 11 16 0 1 0 1995412583 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29761/statm: 3400 798 370 3 0 500 0
[pid=29784] ppid=29761 vsize=5356 CPUtime=0
/proc/29784/stat : 29784 (sh) S 29761 29761 29112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995412793 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29784/statm: 1339 232 193 169 0 50 0
[pid=29785] ppid=29784 vsize=10292 CPUtime=159.15
/proc/29785/stat : 29785 (minisat) R 29784 29761 29112 0 -1 4194304 2326 0 0 0 15912 3 0 0 25 0 1 0 1995412793 10539008 2312 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29785/statm: 2573 2312 75 150 0 2420 0
Current children cumulated CPU time (s) 161.1
Current children cumulated vsize (KiB) 29248

[startup+222.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 29814
/proc/meminfo: memFree=1775104/2055920 swapFree=4180840/4192956
[pid=29761] ppid=29759 vsize=13600 CPUtime=1.95
/proc/29761/stat : 29761 (sugar) S 29759 29761 29112 0 -1 4194304 1032 14238 0 2 3 1 180 11 16 0 1 0 1995412583 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29761/statm: 3400 798 370 3 0 500 0
[pid=29784] ppid=29761 vsize=5356 CPUtime=0
/proc/29784/stat : 29784 (sh) S 29761 29761 29112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995412793 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29784/statm: 1339 232 193 169 0 50 0
[pid=29785] ppid=29784 vsize=10424 CPUtime=219.13
/proc/29785/stat : 29785 (minisat) R 29784 29761 29112 0 -1 4194304 2367 0 0 0 21910 3 0 0 25 0 1 0 1995412793 10674176 2353 996147200 134512640 135127466 4294956256 18446744073709551615 134522649 0 0 4096 3 0 0 0 17 0 0 0
/proc/29785/statm: 2606 2353 75 150 0 2453 0
Current children cumulated CPU time (s) 221.08
Current children cumulated vsize (KiB) 29380

[startup+282.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 29814
/proc/meminfo: memFree=1774784/2055920 swapFree=4180840/4192956
[pid=29761] ppid=29759 vsize=13600 CPUtime=1.95
/proc/29761/stat : 29761 (sugar) S 29759 29761 29112 0 -1 4194304 1032 14238 0 2 3 1 180 11 16 0 1 0 1995412583 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29761/statm: 3400 798 370 3 0 500 0
[pid=29784] ppid=29761 vsize=5356 CPUtime=0
/proc/29784/stat : 29784 (sh) S 29761 29761 29112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995412793 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29784/statm: 1339 232 193 169 0 50 0
[pid=29785] ppid=29784 vsize=10560 CPUtime=279.11
/proc/29785/stat : 29785 (minisat) R 29784 29761 29112 0 -1 4194304 2393 0 0 0 27908 3 0 0 25 0 1 0 1995412793 10813440 2379 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29785/statm: 2640 2379 75 150 0 2487 0
Current children cumulated CPU time (s) 281.06
Current children cumulated vsize (KiB) 29516

[startup+342.303 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 29814
/proc/meminfo: memFree=1774656/2055920 swapFree=4180840/4192956
[pid=29761] ppid=29759 vsize=13600 CPUtime=1.95
/proc/29761/stat : 29761 (sugar) S 29759 29761 29112 0 -1 4194304 1032 14238 0 2 3 1 180 11 16 0 1 0 1995412583 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29761/statm: 3400 798 370 3 0 500 0
[pid=29784] ppid=29761 vsize=5356 CPUtime=0
/proc/29784/stat : 29784 (sh) S 29761 29761 29112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995412793 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29784/statm: 1339 232 193 169 0 50 0
[pid=29785] ppid=29784 vsize=10700 CPUtime=339.08
/proc/29785/stat : 29785 (minisat) R 29784 29761 29112 0 -1 4194304 2420 0 0 0 33905 3 0 0 25 0 1 0 1995412793 10956800 2406 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29785/statm: 2675 2406 75 150 0 2522 0
Current children cumulated CPU time (s) 341.03
Current children cumulated vsize (KiB) 29656

[startup+402.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 29814
/proc/meminfo: memFree=1774464/2055920 swapFree=4180840/4192956
[pid=29761] ppid=29759 vsize=13600 CPUtime=1.95
/proc/29761/stat : 29761 (sugar) S 29759 29761 29112 0 -1 4194304 1032 14238 0 2 3 1 180 11 16 0 1 0 1995412583 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29761/statm: 3400 798 370 3 0 500 0
[pid=29784] ppid=29761 vsize=5356 CPUtime=0
/proc/29784/stat : 29784 (sh) S 29761 29761 29112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995412793 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29784/statm: 1339 232 193 169 0 50 0
[pid=29785] ppid=29784 vsize=10832 CPUtime=399.06
/proc/29785/stat : 29785 (minisat) R 29784 29761 29112 0 -1 4194304 2472 0 0 0 39903 3 0 0 25 0 1 0 1995412793 11091968 2458 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/29785/statm: 2708 2458 75 150 0 2555 0
Current children cumulated CPU time (s) 401.01
Current children cumulated vsize (KiB) 29788

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

[startup+409.502 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 29814
/proc/meminfo: memFree=1774464/2055920 swapFree=4180840/4192956
[pid=29761] ppid=29759 vsize=13600 CPUtime=1.95
/proc/29761/stat : 29761 (sugar) S 29759 29761 29112 0 -1 4194304 1032 14238 0 2 3 1 180 11 16 0 1 0 1995412583 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29761/statm: 3400 798 370 3 0 500 0
[pid=29784] ppid=29761 vsize=5356 CPUtime=0
/proc/29784/stat : 29784 (sh) S 29761 29761 29112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995412793 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29784/statm: 1339 232 193 169 0 50 0
[pid=29785] ppid=29784 vsize=10972 CPUtime=406.26
/proc/29785/stat : 29785 (minisat) R 29784 29761 29112 0 -1 4194304 2482 0 0 0 40623 3 0 0 25 0 1 0 1995412793 11235328 2468 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29785/statm: 2743 2468 75 150 0 2590 0
Current children cumulated CPU time (s) 408.21
Current children cumulated vsize (KiB) 29928

[startup+415.901 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 29814
/proc/meminfo: memFree=1774400/2055920 swapFree=4180840/4192956
[pid=29761] ppid=29759 vsize=13600 CPUtime=1.95
/proc/29761/stat : 29761 (sugar) S 29759 29761 29112 0 -1 4194304 1032 14238 0 2 3 1 180 11 16 0 1 0 1995412583 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29761/statm: 3400 798 370 3 0 500 0
[pid=29784] ppid=29761 vsize=5356 CPUtime=0
/proc/29784/stat : 29784 (sh) S 29761 29761 29112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995412793 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29784/statm: 1339 232 193 169 0 50 0
[pid=29785] ppid=29784 vsize=10972 CPUtime=412.65
/proc/29785/stat : 29785 (minisat) R 29784 29761 29112 0 -1 4194304 2493 0 0 0 41262 3 0 0 25 0 1 0 1995412793 11235328 2479 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29785/statm: 2743 2479 75 150 0 2590 0
Current children cumulated CPU time (s) 414.6
Current children cumulated vsize (KiB) 29928

[startup+422.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 29814
/proc/meminfo: memFree=1774272/2055920 swapFree=4180840/4192956
[pid=29761] ppid=29759 vsize=13600 CPUtime=1.95
/proc/29761/stat : 29761 (sugar) S 29759 29761 29112 0 -1 4194304 1032 14238 0 2 3 1 180 11 16 0 1 0 1995412583 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29761/statm: 3400 798 370 3 0 500 0
[pid=29784] ppid=29761 vsize=5356 CPUtime=0
/proc/29784/stat : 29784 (sh) S 29761 29761 29112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995412793 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29784/statm: 1339 232 193 169 0 50 0
[pid=29785] ppid=29784 vsize=10972 CPUtime=419.05
/proc/29785/stat : 29785 (minisat) R 29784 29761 29112 0 -1 4194304 2498 0 0 0 41902 3 0 0 25 0 1 0 1995412793 11235328 2484 996147200 134512640 135127466 4294956256 18446744073709551615 134704284 0 0 4096 3 0 0 0 17 0 0 0
/proc/29785/statm: 2743 2484 75 150 0 2590 0
Current children cumulated CPU time (s) 421
Current children cumulated vsize (KiB) 29928

[startup+423.902 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 29814
/proc/meminfo: memFree=1774272/2055920 swapFree=4180840/4192956
[pid=29761] ppid=29759 vsize=13600 CPUtime=1.95
/proc/29761/stat : 29761 (sugar) S 29759 29761 29112 0 -1 4194304 1032 14238 0 2 3 1 180 11 16 0 1 0 1995412583 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29761/statm: 3400 798 370 3 0 500 0
[pid=29784] ppid=29761 vsize=5356 CPUtime=0
/proc/29784/stat : 29784 (sh) S 29761 29761 29112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995412793 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29784/statm: 1339 232 193 169 0 50 0
[pid=29785] ppid=29784 vsize=10972 CPUtime=420.65
/proc/29785/stat : 29785 (minisat) R 29784 29761 29112 0 -1 4194304 2499 0 0 0 42062 3 0 0 25 0 1 0 1995412793 11235328 2485 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/29785/statm: 2743 2485 75 150 0 2590 0
Current children cumulated CPU time (s) 422.6
Current children cumulated vsize (KiB) 29928

[startup+424.702 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 29814
/proc/meminfo: memFree=1774272/2055920 swapFree=4180840/4192956
[pid=29761] ppid=29759 vsize=13600 CPUtime=1.95
/proc/29761/stat : 29761 (sugar) S 29759 29761 29112 0 -1 4194304 1032 14238 0 2 3 1 180 11 16 0 1 0 1995412583 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29761/statm: 3400 798 370 3 0 500 0
[pid=29784] ppid=29761 vsize=5356 CPUtime=0
/proc/29784/stat : 29784 (sh) S 29761 29761 29112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995412793 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29784/statm: 1339 232 193 169 0 50 0
[pid=29785] ppid=29784 vsize=10972 CPUtime=421.44
/proc/29785/stat : 29785 (minisat) R 29784 29761 29112 0 -1 4194304 2504 0 0 0 42141 3 0 0 25 0 1 0 1995412793 11235328 2490 996147200 134512640 135127466 4294956256 18446744073709551615 134523403 0 0 4096 3 0 0 0 17 0 0 0
/proc/29785/statm: 2743 2490 75 150 0 2590 0
Current children cumulated CPU time (s) 423.39
Current children cumulated vsize (KiB) 29928

[startup+425.101 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 29814
/proc/meminfo: memFree=1774272/2055920 swapFree=4180840/4192956
[pid=29761] ppid=29759 vsize=13600 CPUtime=1.95
/proc/29761/stat : 29761 (sugar) S 29759 29761 29112 0 -1 4194304 1032 14238 0 2 3 1 180 11 16 0 1 0 1995412583 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29761/statm: 3400 798 370 3 0 500 0
[pid=29784] ppid=29761 vsize=5356 CPUtime=0
/proc/29784/stat : 29784 (sh) S 29761 29761 29112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995412793 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29784/statm: 1339 232 193 169 0 50 0
[pid=29785] ppid=29784 vsize=10972 CPUtime=421.84
/proc/29785/stat : 29785 (minisat) R 29784 29761 29112 0 -1 4194304 2504 0 0 0 42181 3 0 0 25 0 1 0 1995412793 11235328 2490 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/29785/statm: 2743 2490 75 150 0 2590 0
Current children cumulated CPU time (s) 423.79
Current children cumulated vsize (KiB) 29928

[startup+425.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 29814
/proc/meminfo: memFree=1774272/2055920 swapFree=4180840/4192956
[pid=29761] ppid=29759 vsize=13600 CPUtime=1.95
/proc/29761/stat : 29761 (sugar) S 29759 29761 29112 0 -1 4194304 1032 14238 0 2 3 1 180 11 16 0 1 0 1995412583 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29761/statm: 3400 798 370 3 0 500 0
[pid=29784] ppid=29761 vsize=5356 CPUtime=0
/proc/29784/stat : 29784 (sh) S 29761 29761 29112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995412793 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29784/statm: 1339 232 193 169 0 50 0
[pid=29785] ppid=29784 vsize=10972 CPUtime=422.04
/proc/29785/stat : 29785 (minisat) R 29784 29761 29112 0 -1 4194304 2504 0 0 0 42201 3 0 0 25 0 1 0 1995412793 11235328 2490 996147200 134512640 135127466 4294956256 18446744073709551615 134531107 0 0 4096 3 0 0 0 17 0 0 0
/proc/29785/statm: 2743 2490 75 150 0 2590 0
Current children cumulated CPU time (s) 423.99
Current children cumulated vsize (KiB) 29928

[startup+425.401 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 29814
/proc/meminfo: memFree=1774272/2055920 swapFree=4180840/4192956
[pid=29761] ppid=29759 vsize=13600 CPUtime=424.03
/proc/29761/stat : 29761 (sugar) S 29759 29761 29112 0 -1 4194304 1070 17036 0 2 3 1 42384 15 17 0 1 0 1995412583 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29761/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 424.03
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 425.488
CPU time (s): 424.173
CPU user time (s): 423.977
CPU system time (s): 0.19697
CPU usage (%): 99.6912
Max. virtual memory (cumulated for all children) (KiB): 883656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 423.977
system time used= 0.19697
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21865
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2515
involuntary context switches= 5350

runsolver used 0.538918 second user time and 1.40779 second system time

The end

Launcher Data (download as text)

Begin job on node25 at 2008-07-04 11:39:45
IDJOB=1070314
IDBENCH=55840
IDSOLVER=346
FILE ID=node25/1070314-1215164385
PBS_JOBID= 7881458
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-t3002-11tsp11-1900567985.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1070314-1215164385/watcher-1070314-1215164385 -o /tmp/evaluation-result-1070314-1215164385/solver-1070314-1215164385 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1070314-1215164385.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 44ebeefa29a88d2b0571b0abdb726ddf
RANDOM SEED=1492218368

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1767088 kB
Buffers:         46844 kB
Cached:         136988 kB
SwapCached:       5956 kB
Active:         153520 kB
Inactive:        76152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1767088 kB
SwapTotal:     4192956 kB
SwapFree:      4180840 kB
Dirty:            1760 kB
Writeback:           0 kB
Mapped:          62108 kB
Slab:            44216 kB
Committed_AS:  4262576 kB
PageTables:       2036 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= 66552 MiB
End job on node25 at 2008-07-04 11:46:51