Trace number 1035904

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 1374.78 1387.87

General information on the benchmark

Namecsp/BH-4-7/
normalized-BlackHole-4-7-h-7_ext.xml
MD5SUM2d9778ca5e7e6c646104281b9a9e60b1
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.045992
Satisfiable
(Un)Satisfiability was proved
Number of variables112
Number of constraints1261
Maximum constraint arity2
Maximum domain size28
Number of constraints which are defined in extension1261
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Wed Jul  2 01:21:26 2008
0.00/0.05	c 0	PID 9743
0.03/0.05	c 0	HOST node14.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1035904-1214954486.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1035904-1214954486.xml' 'HOME/temp.csp'
0.03/0.67	c 0	4 domains, 112 variables, 0 predicates, 8 relations, 1261 constraints
0.03/0.68	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.68	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.63/0.76	c 1	Parsing HOME/temp.csp
0.63/0.93	c 1	parsed 1385 expressions
0.63/0.94	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.63/0.94	c 1	Converting to clausal form CSP
0.63/0.97	c 1	converted 139 (10%) expressions
0.63/0.99	c 1	converted 277 (20%) expressions
0.93/1.02	c 1	converted 416 (30%) expressions
0.93/1.05	c 1	converted 554 (40%) expressions
0.93/1.07	c 1	converted 693 (50%) expressions
0.93/1.09	c 1	converted 831 (60%) expressions
1.03/1.16	c 1	converted 970 (70%) expressions
1.03/1.18	c 1	converted 1108 (80%) expressions
1.03/1.20	c 1	converted 1247 (90%) expressions
1.12/1.21	c 1	converted 1385 (100%) expressions
1.12/1.22	c 1	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
1.12/1.22	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.12/1.22	c 1	Propagation in CSP
1.12/1.28	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.12/1.28	c 1	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
1.12/1.28	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.12/1.28	c 1	Simplifing CSP by introducing new Boolean variables
1.12/1.28	c 1	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
1.12/1.29	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.22/1.34	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.22/1.36	c 1	12 (10%) CSP integer variables are encoded (176 clauses, 1798 bytes)
1.22/1.37	c 1	23 (20%) CSP integer variables are encoded (399 clauses, 4251 bytes)
1.22/1.37	c 1	34 (30%) CSP integer variables are encoded (601 clauses, 6473 bytes)
1.22/1.37	c 1	45 (40%) CSP integer variables are encoded (803 clauses, 8695 bytes)
1.22/1.37	c 1	56 (50%) CSP integer variables are encoded (1026 clauses, 11303 bytes)
1.22/1.37	c 1	68 (60%) CSP integer variables are encoded (1254 clauses, 14267 bytes)
1.22/1.37	c 1	79 (70%) CSP integer variables are encoded (1456 clauses, 16893 bytes)
1.22/1.37	c 1	90 (80%) CSP integer variables are encoded (1616 clauses, 18973 bytes)
1.22/1.38	c 1	101 (90%) CSP integer variables are encoded (1748 clauses, 20689 bytes)
1.22/1.38	c 1	112 (100%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.31/1.43	c 1	127 (10%) CSP clauses are encoded (2700 clauses, 35211 bytes)
1.31/1.47	c 1	253 (20%) CSP clauses are encoded (4216 clauses, 60734 bytes)
1.31/1.49	c 1	379 (30%) CSP clauses are encoded (5898 clauses, 92913 bytes)
1.41/1.53	c 1	505 (40%) CSP clauses are encoded (7534 clauses, 123492 bytes)
1.41/1.56	c 1	631 (50%) CSP clauses are encoded (9122 clauses, 153483 bytes)
1.41/1.59	c 1	757 (60%) CSP clauses are encoded (10758 clauses, 184939 bytes)
1.50/1.62	c 1	883 (70%) CSP clauses are encoded (12300 clauses, 213617 bytes)
1.50/1.65	c 1	1009 (80%) CSP clauses are encoded (13936 clauses, 245189 bytes)
1.50/1.67	c 1	1135 (90%) CSP clauses are encoded (15672 clauses, 280174 bytes)
1.61/1.70	c 2	1261 (100%) CSP clauses are encoded (17532 clauses, 317541 bytes)
1.61/1.70	c 2	1261 CSP clauses encoded
1.61/1.71	c 2	Writing map file : HOME/temp.map
1.61/1.71	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.61/1.71	c 2	SAT : 1990 SAT variables, 17532 SAT clauses, 317541 bytes
1.61/1.71	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.61/1.74	c 2	SOLVING HOME/temp.cnf
1.61/1.74	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.61/1.74	c 2	This is MiniSat 2.0 beta
1.61/1.74	c 2	WARNING: for repeatability, setting FPU to use double precision
1.61/1.74	c 2	============================[ Problem Statistics ]=============================
1.61/1.74	c 2	|                                                                             |
1.61/1.74	c 2	|  Number of variables:  1990                                                 |
1.61/1.74	c 2	|  Number of clauses:    17532                                                |
1.61/1.75	c 2	|  Parsing time:         0.01         s                                       |
1.61/1.75	c 2	============================[ Search Statistics ]==============================
1.61/1.75	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.61/1.75	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.61/1.75	c 2	===============================================================================
1.61/1.75	c 2	|         0 |    1888    15423    50632 |     5141        0    nan |  0.000 % |
1.61/1.76	c 2	|       100 |    1888    15423    50632 |     5655      100     10 |  5.127 % |
1.61/1.76	c 2	|       250 |    1888    15423    50632 |     6220      250     10 |  5.128 % |
1.61/1.77	c 2	|       475 |    1888    15423    50632 |     6842      475     10 |  5.127 % |
1.61/1.79	c 2	|       812 |    1888    15423    50632 |     7526      812     13 |  5.127 % |
1.65/1.82	c 2	|      1319 |    1888    15423    50632 |     8279     1319     15 |  5.127 % |
1.65/1.86	c 2	|      2078 |    1888    15423    50632 |     9107     2078     16 |  5.128 % |
1.65/1.92	c 2	|      3217 |    1888    15423    50632 |    10018     3217     17 |  5.127 % |
1.65/2.03	c 2	|      4925 |    1888    15423    50632 |    11020     4925     19 |  5.127 % |
2.10/2.21	c 2	|      7488 |    1888    15423    50632 |    12122     7488     19 |  5.127 % |
2.29/2.49	c 2	|     11332 |    1888    15423    50632 |    13334    11332     19 |  5.128 % |
2.79/2.96	c 3	|     17098 |    1884    15382    50544 |    14667    10180     19 |  5.328 % |
3.58/3.73	c 4	|     25747 |    1884    15382    50544 |    16134    11202     19 |  5.328 % |
4.86/5.02	c 5	|     38723 |    1884    15382    50544 |    17748    15768     23 |  5.329 % |
6.94/7.19	c 7	|     58185 |    1884    15382    50544 |    19522    16883     24 |  5.328 % |
10.11/10.36	c 10	|     87379 |    1879    15339    50452 |    21475    15941     18 |  5.580 % |
15.66/15.95	c 16	|    131168 |    1879    15339    50452 |    23622    15602     17 |  5.580 % |
24.87/25.22	c 25	|    196853 |    1877    15328    50424 |    25985    20857     19 |  5.680 % |
39.04/39.55	c 39	|    295380 |    1877    15328    50424 |    28583    26139     20 |  5.680 % |
64.89/65.61	c 65	|    443169 |    1877    15328    50424 |    31441    25262     20 |  5.680 % |
101.94/103.08	c 103	|    664852 |    1877    15328    50424 |    34586    29156     18 |  5.681 % |
166.72/168.48	c 168	|    997377 |    1877    15328    50424 |    38044    30509     17 |  5.682 % |
262.01/264.64	c 264	|   1496168 |    1874    15314    50390 |    41849    29036     17 |  5.831 % |
407.64/411.61	c 411	|   2244350 |    1869    15272    50300 |    46034    34601     18 |  6.082 % |
649.84/656.11	c 656	|   3366624 |    1869    15272    50300 |    50637    41893     17 |  6.082 % |
1056.49/1066.65	c 1066	|   5050035 |    1860    15189    50066 |    55701    48416     19 |  6.534 % |
1374.54/1387.69	c 1388	===============================================================================
1374.54/1387.69	c 1388	restarts              : 26
1374.54/1387.69	c 1388	conflicts             : 6321862        (4605 /sec)
1374.54/1387.69	c 1388	decisions             : 11793156       (1.43 % random) (8590 /sec)
1374.54/1387.69	c 1388	propagations          : 578229477      (421181 /sec)
1374.54/1387.69	c 1388	conflict literals     : 120070611      (30.18 % deleted)
1374.54/1387.69	c 1388	Memory used           : 15.62 MB
1374.54/1387.69	c 1388	CPU time              : 1372.88 s
1374.54/1387.69	c 1388	
1374.54/1387.69	c 1388	UNSATISFIABLE
1374.54/1387.69	c 1388	DECODING HOME/temp.out WITH HOME/temp.map
1374.54/1387.69	c 1388	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1374.64/1387.78	c 1388	Decoding HOME/temp.out
1374.64/1387.81	s UNSATISFIABLE
1374.64/1387.81	c 1388	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1374.64/1387.86	c 1388	CPU 1374.53 (0.04 0.01 1374.49 0.22)
1374.64/1387.86	c 1388	END Wed Jul  2 01:44:34 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-1035904-1214954486/watcher-1035904-1214954486 -o /tmp/evaluation-result-1035904-1214954486/solver-1035904-1214954486 -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-1035904-1214954486.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.92 1.98 1.99 4/73 9743
/proc/meminfo: memFree=1587712/2055920 swapFree=4120196/4192956
[pid=9743] ppid=9741 vsize=12268 CPUtime=0
/proc/9743/stat : 9743 (sugar) R 9741 9743 9255 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1525122614 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 212234631781 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/9743/statm: 3067 316 241 3 0 167 0

[startup+0.0513311 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 9743
/proc/meminfo: memFree=1587712/2055920 swapFree=4120196/4192956
[pid=9743] ppid=9741 vsize=13600 CPUtime=0.03
/proc/9743/stat : 9743 (sugar) S 9741 9743 9255 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1525122614 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9743/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101668 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 9743
/proc/meminfo: memFree=1587712/2055920 swapFree=4120196/4192956
[pid=9743] ppid=9741 vsize=13600 CPUtime=0.03
/proc/9743/stat : 9743 (sugar) S 9741 9743 9255 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1525122614 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9743/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301465 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 9743
/proc/meminfo: memFree=1587712/2055920 swapFree=4120196/4192956
[pid=9743] ppid=9741 vsize=13600 CPUtime=0.03
/proc/9743/stat : 9743 (sugar) S 9741 9743 9255 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1525122614 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9743/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701543 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 9743
/proc/meminfo: memFree=1587712/2055920 swapFree=4120196/4192956
[pid=9743] ppid=9741 vsize=13600 CPUtime=0.63
/proc/9743/stat : 9743 (sugar) S 9741 9743 9255 0 -1 4194304 956 4732 0 1 3 0 57 3 16 0 1 0 1525122614 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9743/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 13600

[startup+1.50268 s]
/proc/loadavg: 1.92 1.98 1.99 5/84 9765
/proc/meminfo: memFree=1578728/2055920 swapFree=4120196/4192956
[pid=9743] ppid=9741 vsize=13600 CPUtime=0.63
/proc/9743/stat : 9743 (sugar) S 9741 9743 9255 0 -1 4194304 974 4732 0 1 3 0 57 3 15 0 1 0 1525122614 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9743/statm: 3400 797 370 3 0 500 0
[pid=9756] ppid=9743 vsize=5356 CPUtime=0
/proc/9756/stat : 9756 (sh) S 9743 9743 9255 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1525122682 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9756/statm: 1339 233 193 169 0 50 0
[pid=9757] ppid=9756 vsize=865400 CPUtime=0.78
/proc/9757/stat : 9757 (java) S 9756 9743 9255 0 -1 0 6778 0 4 0 73 5 0 0 18 0 9 0 1525122682 886169600 6012 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9757/statm: 216350 6012 2565 9 0 210897 0
[pid=9757/tid=9758] ppid=9756 vsize=865400 CPUtime=0.38
/proc/9757/task/9758/stat : 9758 (java) R 9756 9743 9255 0 -1 64 2704 0 3 0 36 2 0 0 18 0 9 0 1525122683 886169600 6012 996147200 134512640 134550740 4294955952 18446744073709551615 4126599320 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9757/tid=9759] ppid=9756 vsize=865400 CPUtime=0.25
/proc/9757/task/9759/stat : 9759 (java) S 9756 9743 9255 0 -1 64 3017 0 0 0 24 1 0 0 16 0 9 0 1525122685 886169600 6012 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9757/tid=9760] ppid=9756 vsize=865400 CPUtime=0
/proc/9757/task/9760/stat : 9760 (java) S 9756 9743 9255 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1525122685 886169600 6012 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9757/tid=9761] ppid=9756 vsize=865400 CPUtime=0
/proc/9757/task/9761/stat : 9761 (java) S 9756 9743 9255 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1525122685 886169600 6012 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9757/tid=9762] ppid=9756 vsize=865400 CPUtime=0
/proc/9757/task/9762/stat : 9762 (java) S 9756 9743 9255 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1525122687 886169600 6012 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9757/tid=9763] ppid=9756 vsize=865400 CPUtime=0.12
/proc/9757/task/9763/stat : 9763 (java) S 9756 9743 9255 0 -1 64 363 0 1 0 12 0 0 0 16 0 9 0 1525122687 886169600 6012 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9757/tid=9764] ppid=9756 vsize=865400 CPUtime=0
/proc/9757/task/9764/stat : 9764 (java) S 9756 9743 9255 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1525122687 886169600 6012 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9757/tid=9765] ppid=9756 vsize=865400 CPUtime=0
/proc/9757/task/9765/stat : 9765 (java) S 9756 9743 9255 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1525122687 886169600 6012 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 884356

[startup+3.10196 s]
/proc/loadavg: 1.92 1.98 1.99 3/76 9767
/proc/meminfo: memFree=1582056/2055920 swapFree=4120196/4192956
[pid=9743] ppid=9741 vsize=13600 CPUtime=1.65
/proc/9743/stat : 9743 (sugar) S 9741 9743 9255 0 -1 4194304 1031 11854 0 7 3 1 151 10 15 0 1 0 1525122614 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9743/statm: 3400 798 370 3 0 500 0
[pid=9766] ppid=9743 vsize=5356 CPUtime=0
/proc/9766/stat : 9766 (sh) S 9743 9743 9255 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525122788 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9766/statm: 1339 232 193 169 0 50 0
[pid=9767] ppid=9766 vsize=4184 CPUtime=1.34
/proc/9767/stat : 9767 (minisat) R 9766 9743 9255 0 -1 4194304 780 0 0 0 134 0 0 0 25 0 1 0 1525122788 4284416 766 996147200 134512640 135127466 4294956272 18446744073709551615 134527213 0 0 4096 3 0 0 0 17 1 0 0
/proc/9767/statm: 1046 766 75 150 0 893 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 23140

[startup+6.30252 s]
/proc/loadavg: 1.93 1.98 1.99 3/76 9767
/proc/meminfo: memFree=1579944/2055920 swapFree=4120196/4192956
[pid=9743] ppid=9741 vsize=13600 CPUtime=1.65
/proc/9743/stat : 9743 (sugar) S 9741 9743 9255 0 -1 4194304 1031 11854 0 7 3 1 151 10 16 0 1 0 1525122614 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9743/statm: 3400 798 370 3 0 500 0
[pid=9766] ppid=9743 vsize=5356 CPUtime=0
/proc/9766/stat : 9766 (sh) S 9743 9743 9255 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525122788 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9766/statm: 1339 232 193 169 0 50 0
[pid=9767] ppid=9766 vsize=5420 CPUtime=4.5
/proc/9767/stat : 9767 (minisat) R 9766 9743 9255 0 -1 4194304 1074 0 0 0 450 0 0 0 25 0 1 0 1525122788 5550080 1060 996147200 134512640 135127466 4294956272 18446744073709551615 134541679 0 0 4096 3 0 0 0 17 1 0 0
/proc/9767/statm: 1355 1060 75 150 0 1202 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 24376

[startup+12.7016 s]
/proc/loadavg: 1.93 1.98 1.99 3/76 9767
/proc/meminfo: memFree=1579496/2055920 swapFree=4120196/4192956
[pid=9743] ppid=9741 vsize=13600 CPUtime=1.65
/proc/9743/stat : 9743 (sugar) S 9741 9743 9255 0 -1 4194304 1031 11854 0 7 3 1 151 10 16 0 1 0 1525122614 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9743/statm: 3400 798 370 3 0 500 0
[pid=9766] ppid=9743 vsize=5356 CPUtime=0
/proc/9766/stat : 9766 (sh) S 9743 9743 9255 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525122788 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9766/statm: 1339 232 193 169 0 50 0
[pid=9767] ppid=9766 vsize=5816 CPUtime=10.84
/proc/9767/stat : 9767 (minisat) R 9766 9743 9255 0 -1 4194304 1203 0 0 0 1084 0 0 0 25 0 1 0 1525122788 5955584 1189 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/9767/statm: 1454 1189 75 150 0 1301 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 24772

[startup+25.5018 s]
/proc/loadavg: 1.95 1.98 1.99 3/76 9767
/proc/meminfo: memFree=1578728/2055920 swapFree=4120196/4192956
[pid=9743] ppid=9741 vsize=13600 CPUtime=1.65
/proc/9743/stat : 9743 (sugar) S 9741 9743 9255 0 -1 4194304 1031 11854 0 7 3 1 151 10 16 0 1 0 1525122614 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9743/statm: 3400 798 370 3 0 500 0
[pid=9766] ppid=9743 vsize=5356 CPUtime=0
/proc/9766/stat : 9766 (sh) S 9743 9743 9255 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525122788 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9766/statm: 1339 232 193 169 0 50 0
[pid=9767] ppid=9766 vsize=6480 CPUtime=23.51
/proc/9767/stat : 9767 (minisat) R 9766 9743 9255 0 -1 4194304 1367 0 0 0 2351 0 0 0 25 0 1 0 1525122788 6635520 1353 996147200 134512640 135127466 4294956272 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/9767/statm: 1620 1353 75 150 0 1467 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 25436

[startup+51.1013 s]
/proc/loadavg: 1.96 1.98 1.99 3/76 9767
/proc/meminfo: memFree=1577512/2055920 swapFree=4120196/4192956
[pid=9743] ppid=9741 vsize=13600 CPUtime=1.65
/proc/9743/stat : 9743 (sugar) S 9741 9743 9255 0 -1 4194304 1031 11854 0 7 3 1 151 10 16 0 1 0 1525122614 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9743/statm: 3400 798 370 3 0 500 0
[pid=9766] ppid=9743 vsize=5356 CPUtime=0
/proc/9766/stat : 9766 (sh) S 9743 9743 9255 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525122788 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9766/statm: 1339 232 193 169 0 50 0
[pid=9767] ppid=9766 vsize=7848 CPUtime=48.88
/proc/9767/stat : 9767 (minisat) R 9766 9743 9255 0 -1 4194304 1671 0 0 0 4887 1 0 0 25 0 1 0 1525122788 8036352 1657 996147200 134512640 135127466 4294956272 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/9767/statm: 1962 1657 75 150 0 1809 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 26804

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.99 3/76 9767
/proc/meminfo: memFree=1576744/2055920 swapFree=4120196/4192956
[pid=9743] ppid=9741 vsize=13600 CPUtime=1.65
/proc/9743/stat : 9743 (sugar) S 9741 9743 9255 0 -1 4194304 1031 11854 0 7 3 1 151 10 16 0 1 0 1525122614 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9743/statm: 3400 798 370 3 0 500 0
[pid=9766] ppid=9743 vsize=5356 CPUtime=0
/proc/9766/stat : 9766 (sh) S 9743 9743 9255 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525122788 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9766/statm: 1339 232 193 169 0 50 0
[pid=9767] ppid=9766 vsize=8392 CPUtime=99.59
/proc/9767/stat : 9767 (minisat) R 9766 9743 9255 0 -1 4194304 1836 0 0 0 9958 1 0 0 25 0 1 0 1525122788 8593408 1822 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/9767/statm: 2098 1822 75 150 0 1945 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 27348

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 9767
/proc/meminfo: memFree=1571880/2055920 swapFree=4120196/4192956
[pid=9743] ppid=9741 vsize=13600 CPUtime=1.65
/proc/9743/stat : 9743 (sugar) S 9741 9743 9255 0 -1 4194304 1031 11854 0 7 3 1 151 10 16 0 1 0 1525122614 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9743/statm: 3400 798 370 3 0 500 0
[pid=9766] ppid=9743 vsize=5356 CPUtime=0
/proc/9766/stat : 9766 (sh) S 9743 9743 9255 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525122788 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9766/statm: 1339 232 193 169 0 50 0
[pid=9767] ppid=9766 vsize=9592 CPUtime=159.03
/proc/9767/stat : 9767 (minisat) R 9766 9743 9255 0 -1 4194304 2137 0 0 0 15901 2 0 0 25 0 1 0 1525122788 9822208 2123 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9767/statm: 2398 2123 75 150 0 2245 0
Current children cumulated CPU time (s) 160.68
Current children cumulated vsize (KiB) 28548

[startup+222.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 9767
/proc/meminfo: memFree=1559912/2055920 swapFree=4120196/4192956
[pid=9743] ppid=9741 vsize=13600 CPUtime=1.65
/proc/9743/stat : 9743 (sugar) S 9741 9743 9255 0 -1 4194304 1031 11854 0 7 3 1 151 10 16 0 1 0 1525122614 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9743/statm: 3400 798 370 3 0 500 0
[pid=9766] ppid=9743 vsize=5356 CPUtime=0
/proc/9766/stat : 9766 (sh) S 9743 9743 9255 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525122788 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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


[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 9805
/proc/meminfo: memFree=1628528/2055920 swapFree=4120196/4192956
[pid=9743] ppid=9741 vsize=13600 CPUtime=1.66
/proc/9743/stat : 9743 (sugar) S 9741 9743 9255 0 -1 4194304 1031 11854 0 7 4 1 151 10 16 0 1 0 1525122614 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9743/statm: 3400 798 370 3 0 500 0
[pid=9766] ppid=9743 vsize=5356 CPUtime=0
/proc/9766/stat : 9766 (sh) S 9743 9743 9255 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525122788 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9766/statm: 1339 232 193 169 0 50 0
[pid=9767] ppid=9766 vsize=15180 CPUtime=1169.47
/proc/9767/stat : 9767 (minisat) R 9766 9743 9255 0 -1 4194304 3492 0 0 0 116938 9 0 0 25 0 1 0 1525122788 15544320 3478 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/9767/statm: 3795 3478 75 150 0 3642 0
Current children cumulated CPU time (s) 1171.13
Current children cumulated vsize (KiB) 34136

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 9805
/proc/meminfo: memFree=1628144/2055920 swapFree=4120196/4192956
[pid=9743] ppid=9741 vsize=13600 CPUtime=1.66
/proc/9743/stat : 9743 (sugar) S 9741 9743 9255 0 -1 4194304 1031 11854 0 7 4 1 151 10 16 0 1 0 1525122614 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9743/statm: 3400 798 370 3 0 500 0
[pid=9766] ppid=9743 vsize=5356 CPUtime=0
/proc/9766/stat : 9766 (sh) S 9743 9743 9255 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525122788 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9766/statm: 1339 232 193 169 0 50 0
[pid=9767] ppid=9766 vsize=15580 CPUtime=1228.91
/proc/9767/stat : 9767 (minisat) R 9766 9743 9255 0 -1 4194304 3576 0 0 0 122882 9 0 0 25 0 1 0 1525122788 15953920 3562 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9767/statm: 3895 3562 75 150 0 3742 0
Current children cumulated CPU time (s) 1230.57
Current children cumulated vsize (KiB) 34536

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 9805
/proc/meminfo: memFree=1627952/2055920 swapFree=4120196/4192956
[pid=9743] ppid=9741 vsize=13600 CPUtime=1.66
/proc/9743/stat : 9743 (sugar) S 9741 9743 9255 0 -1 4194304 1031 11854 0 7 4 1 151 10 16 0 1 0 1525122614 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9743/statm: 3400 798 370 3 0 500 0
[pid=9766] ppid=9743 vsize=5356 CPUtime=0
/proc/9766/stat : 9766 (sh) S 9743 9743 9255 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525122788 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9766/statm: 1339 232 193 169 0 50 0
[pid=9767] ppid=9766 vsize=15720 CPUtime=1288.36
/proc/9767/stat : 9767 (minisat) R 9766 9743 9255 0 -1 4194304 3610 0 0 0 128827 9 0 0 25 0 1 0 1525122788 16097280 3596 996147200 134512640 135127466 4294956272 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 1 0 0
/proc/9767/statm: 3930 3596 75 150 0 3777 0
Current children cumulated CPU time (s) 1290.02
Current children cumulated vsize (KiB) 34676

[startup+1362.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/83 9805
/proc/meminfo: memFree=1627696/2055920 swapFree=4120196/4192956
[pid=9743] ppid=9741 vsize=13600 CPUtime=1.66
/proc/9743/stat : 9743 (sugar) S 9741 9743 9255 0 -1 4194304 1031 11854 0 7 4 1 151 10 16 0 1 0 1525122614 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9743/statm: 3400 798 370 3 0 500 0
[pid=9766] ppid=9743 vsize=5356 CPUtime=0
/proc/9766/stat : 9766 (sh) S 9743 9743 9255 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525122788 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9766/statm: 1339 232 193 169 0 50 0
[pid=9767] ppid=9766 vsize=15992 CPUtime=1347.81
/proc/9767/stat : 9767 (minisat) R 9766 9743 9255 0 -1 4194304 3687 0 0 0 134771 10 0 0 25 0 1 0 1525122788 16375808 3673 996147200 134512640 135127466 4294956272 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/9767/statm: 3998 3673 75 150 0 3845 0
Current children cumulated CPU time (s) 1349.47
Current children cumulated vsize (KiB) 34948

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

[startup+1369.51 s]
/proc/loadavg: 2.13 2.03 2.01 3/83 9805
/proc/meminfo: memFree=1627632/2055920 swapFree=4120196/4192956
[pid=9743] ppid=9741 vsize=13600 CPUtime=1.66
/proc/9743/stat : 9743 (sugar) S 9741 9743 9255 0 -1 4194304 1031 11854 0 7 4 1 151 10 16 0 1 0 1525122614 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9743/statm: 3400 798 370 3 0 500 0
[pid=9766] ppid=9743 vsize=5356 CPUtime=0
/proc/9766/stat : 9766 (sh) S 9743 9743 9255 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525122788 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9766/statm: 1339 232 193 169 0 50 0
[pid=9767] ppid=9766 vsize=15992 CPUtime=1354.95
/proc/9767/stat : 9767 (minisat) R 9766 9743 9255 0 -1 4194304 3691 0 0 0 135485 10 0 0 25 0 1 0 1525122788 16375808 3677 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9767/statm: 3998 3677 75 150 0 3845 0
Current children cumulated CPU time (s) 1356.61
Current children cumulated vsize (KiB) 34948

[startup+1375.9 s]
/proc/loadavg: 2.12 2.03 2.01 3/83 9805
/proc/meminfo: memFree=1627632/2055920 swapFree=4120196/4192956
[pid=9743] ppid=9741 vsize=13600 CPUtime=1.66
/proc/9743/stat : 9743 (sugar) S 9741 9743 9255 0 -1 4194304 1031 11854 0 7 4 1 151 10 16 0 1 0 1525122614 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9743/statm: 3400 798 370 3 0 500 0
[pid=9766] ppid=9743 vsize=5356 CPUtime=0
/proc/9766/stat : 9766 (sh) S 9743 9743 9255 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525122788 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9766/statm: 1339 232 193 169 0 50 0
[pid=9767] ppid=9766 vsize=15992 CPUtime=1361.29
/proc/9767/stat : 9767 (minisat) R 9766 9743 9255 0 -1 4194304 3695 0 0 0 136119 10 0 0 25 0 1 0 1525122788 16375808 3681 996147200 134512640 135127466 4294956272 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/9767/statm: 3998 3681 75 150 0 3845 0
Current children cumulated CPU time (s) 1362.95
Current children cumulated vsize (KiB) 34948

[startup+1382.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/83 9805
/proc/meminfo: memFree=1627632/2055920 swapFree=4120196/4192956
[pid=9743] ppid=9741 vsize=13600 CPUtime=1.66
/proc/9743/stat : 9743 (sugar) S 9741 9743 9255 0 -1 4194304 1031 11854 0 7 4 1 151 10 16 0 1 0 1525122614 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9743/statm: 3400 798 370 3 0 500 0
[pid=9766] ppid=9743 vsize=5356 CPUtime=0
/proc/9766/stat : 9766 (sh) S 9743 9743 9255 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525122788 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9766/statm: 1339 232 193 169 0 50 0
[pid=9767] ppid=9766 vsize=15992 CPUtime=1367.63
/proc/9767/stat : 9767 (minisat) R 9766 9743 9255 0 -1 4194304 3695 0 0 0 136753 10 0 0 25 0 1 0 1525122788 16375808 3681 996147200 134512640 135127466 4294956272 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 1 0 0
/proc/9767/statm: 3998 3681 75 150 0 3845 0
Current children cumulated CPU time (s) 1369.29
Current children cumulated vsize (KiB) 34948

[startup+1385.5 s]
/proc/loadavg: 2.10 2.03 2.01 3/83 9805
/proc/meminfo: memFree=1627632/2055920 swapFree=4120196/4192956
[pid=9743] ppid=9741 vsize=13600 CPUtime=1.66
/proc/9743/stat : 9743 (sugar) S 9741 9743 9255 0 -1 4194304 1031 11854 0 7 4 1 151 10 16 0 1 0 1525122614 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9743/statm: 3400 798 370 3 0 500 0
[pid=9766] ppid=9743 vsize=5356 CPUtime=0
/proc/9766/stat : 9766 (sh) S 9743 9743 9255 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525122788 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9766/statm: 1339 232 193 169 0 50 0
[pid=9767] ppid=9766 vsize=15992 CPUtime=1370.8
/proc/9767/stat : 9767 (minisat) R 9766 9743 9255 0 -1 4194304 3695 0 0 0 137070 10 0 0 25 0 1 0 1525122788 16375808 3681 996147200 134512640 135127466 4294956272 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/9767/statm: 3998 3681 75 150 0 3845 0
Current children cumulated CPU time (s) 1372.46
Current children cumulated vsize (KiB) 34948

[startup+1387.11 s]
/proc/loadavg: 2.10 2.03 2.01 3/83 9805
/proc/meminfo: memFree=1627632/2055920 swapFree=4120196/4192956
[pid=9743] ppid=9741 vsize=13600 CPUtime=1.66
/proc/9743/stat : 9743 (sugar) S 9741 9743 9255 0 -1 4194304 1031 11854 0 7 4 1 151 10 16 0 1 0 1525122614 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9743/statm: 3400 798 370 3 0 500 0
[pid=9766] ppid=9743 vsize=5356 CPUtime=0
/proc/9766/stat : 9766 (sh) S 9743 9743 9255 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525122788 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9766/statm: 1339 232 193 169 0 50 0
[pid=9767] ppid=9766 vsize=15992 CPUtime=1372.39
/proc/9767/stat : 9767 (minisat) R 9766 9743 9255 0 -1 4194304 3697 0 0 0 137229 10 0 0 25 0 1 0 1525122788 16375808 3683 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9767/statm: 3998 3683 75 150 0 3845 0
Current children cumulated CPU time (s) 1374.05
Current children cumulated vsize (KiB) 34948

[startup+1387.5 s]
/proc/loadavg: 2.10 2.03 2.01 3/83 9805
/proc/meminfo: memFree=1627632/2055920 swapFree=4120196/4192956
[pid=9743] ppid=9741 vsize=13600 CPUtime=1.66
/proc/9743/stat : 9743 (sugar) S 9741 9743 9255 0 -1 4194304 1031 11854 0 7 4 1 151 10 16 0 1 0 1525122614 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9743/statm: 3400 798 370 3 0 500 0
[pid=9766] ppid=9743 vsize=5356 CPUtime=0
/proc/9766/stat : 9766 (sh) S 9743 9743 9255 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1525122788 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9766/statm: 1339 232 193 169 0 50 0
[pid=9767] ppid=9766 vsize=15992 CPUtime=1372.78
/proc/9767/stat : 9767 (minisat) R 9766 9743 9255 0 -1 4194304 3697 0 0 0 137268 10 0 0 25 0 1 0 1525122788 16375808 3683 996147200 134512640 135127466 4294956272 18446744073709551615 134523430 0 0 4096 3 0 0 0 17 1 0 0
/proc/9767/statm: 3998 3683 75 150 0 3845 0
Current children cumulated CPU time (s) 1374.44
Current children cumulated vsize (KiB) 34948

[startup+1387.7 s]
/proc/loadavg: 2.10 2.03 2.01 3/83 9805
/proc/meminfo: memFree=1627632/2055920 swapFree=4120196/4192956
[pid=9743] ppid=9741 vsize=13600 CPUtime=1374.64
/proc/9743/stat : 9743 (sugar) S 9741 9743 9255 0 -1 4194304 1070 15845 0 7 4 1 137438 21 17 0 1 0 1525122614 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9743/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1374.64
Current children cumulated vsize (KiB) 13600

[startup+1387.8 s]
/proc/loadavg: 2.10 2.03 2.01 3/83 9805
/proc/meminfo: memFree=1627632/2055920 swapFree=4120196/4192956
[pid=9743] ppid=9741 vsize=13600 CPUtime=1374.64
/proc/9743/stat : 9743 (sugar) S 9741 9743 9255 0 -1 4194304 1089 15845 0 7 4 1 137438 21 16 0 1 0 1525122614 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9743/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1374.64
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 1387.87
CPU time (s): 1374.78
CPU user time (s): 1374.54
CPU system time (s): 0.241963
CPU usage (%): 99.0566
Max. virtual memory (cumulated for all children) (KiB): 884356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1374.54
system time used= 0.241963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20637
page faults= 8
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1830
involuntary context switches= 31886

runsolver used 1.71274 second user time and 4.49032 second system time

The end

Launcher Data (download as text)

Begin job on node14 at 2008-07-02 01:21:26
IDJOB=1035904
IDBENCH=53423
IDSOLVER=346
FILE ID=node14/1035904-1214954486
PBS_JOBID= 7870305
Free space on /tmp= 66536 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/BH-4-7/normalized-BlackHole-4-7-h-7_ext.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-1035904-1214954486/watcher-1035904-1214954486 -o /tmp/evaluation-result-1035904-1214954486/solver-1035904-1214954486 -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-1035904-1214954486.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2d9778ca5e7e6c646104281b9a9e60b1
RANDOM SEED=130712079

node14.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.267
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.267
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:       1588192 kB
Buffers:         22768 kB
Cached:         147976 kB
SwapCached:      66848 kB
Active:         275928 kB
Inactive:       123652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1588192 kB
SwapTotal:     4192956 kB
SwapFree:      4120196 kB
Dirty:            1364 kB
Writeback:           0 kB
Mapped:         235380 kB
Slab:            53156 kB
Committed_AS:  3044820 kB
PageTables:       2268 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= 66532 MiB
End job on node14 at 2008-07-02 01:44:34