Trace number 1035688

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 1692.7 1707.83

General information on the benchmark

Namecsp/BH-4-7/
normalized-BlackHole-4-7-h-0_ext.xml
MD5SUMa0441179c2ba03eeefc76c7e0b78ba0f
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.041993
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.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul  2 01:03:51 2008
0.00/0.04	c 0	PID 29923
0.00/0.05	c 0	HOST node22.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1035688-1214953431.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-1035688-1214953431.xml' 'HOME/temp.csp'
0.03/0.42	c 0	4 domains, 112 variables, 0 predicates, 8 relations, 1261 constraints
0.03/0.47	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.47	c 0	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.39/0.55	c 0	Parsing HOME/temp.csp
0.39/0.72	c 0	parsed 1385 expressions
0.39/0.72	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.39/0.72	c 0	Converting to clausal form CSP
0.39/0.75	c 0	converted 139 (10%) expressions
0.39/0.77	c 0	converted 277 (20%) expressions
0.39/0.79	c 0	converted 416 (30%) expressions
0.39/0.82	c 0	converted 554 (40%) expressions
0.39/0.84	c 0	converted 693 (50%) expressions
0.39/0.86	c 0	converted 831 (60%) expressions
0.39/0.93	c 1	converted 970 (70%) expressions
0.39/0.95	c 1	converted 1108 (80%) expressions
0.39/0.96	c 1	converted 1247 (90%) expressions
0.39/0.98	c 1	converted 1385 (100%) expressions
0.39/0.98	c 1	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
0.39/0.98	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.39/0.98	c 1	Propagation in CSP
0.89/1.05	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.89/1.05	c 1	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
0.89/1.05	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.89/1.05	c 1	Simplifing CSP by introducing new Boolean variables
0.89/1.05	c 1	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
0.89/1.05	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.00/1.11	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.00/1.12	c 1	12 (10%) CSP integer variables are encoded (176 clauses, 1798 bytes)
1.00/1.12	c 1	23 (20%) CSP integer variables are encoded (399 clauses, 4251 bytes)
1.00/1.12	c 1	34 (30%) CSP integer variables are encoded (601 clauses, 6473 bytes)
1.00/1.13	c 1	45 (40%) CSP integer variables are encoded (803 clauses, 8695 bytes)
1.00/1.13	c 1	56 (50%) CSP integer variables are encoded (1026 clauses, 11303 bytes)
1.00/1.13	c 1	68 (60%) CSP integer variables are encoded (1254 clauses, 14267 bytes)
1.00/1.13	c 1	79 (70%) CSP integer variables are encoded (1456 clauses, 16893 bytes)
1.00/1.13	c 1	90 (80%) CSP integer variables are encoded (1616 clauses, 18973 bytes)
1.00/1.13	c 1	101 (90%) CSP integer variables are encoded (1748 clauses, 20689 bytes)
1.00/1.13	c 1	112 (100%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.00/1.19	c 1	127 (10%) CSP clauses are encoded (2700 clauses, 35211 bytes)
1.10/1.22	c 1	253 (20%) CSP clauses are encoded (4192 clauses, 60548 bytes)
1.10/1.25	c 1	379 (30%) CSP clauses are encoded (5850 clauses, 92299 bytes)
1.10/1.28	c 1	505 (40%) CSP clauses are encoded (7510 clauses, 123459 bytes)
1.19/1.31	c 1	631 (50%) CSP clauses are encoded (9098 clauses, 153251 bytes)
1.19/1.34	c 1	757 (60%) CSP clauses are encoded (10758 clauses, 184912 bytes)
1.19/1.37	c 1	883 (70%) CSP clauses are encoded (12300 clauses, 213698 bytes)
1.30/1.40	c 1	1009 (80%) CSP clauses are encoded (13912 clauses, 244798 bytes)
1.30/1.43	c 1	1135 (90%) CSP clauses are encoded (15672 clauses, 280176 bytes)
1.30/1.45	c 1	1261 (100%) CSP clauses are encoded (17532 clauses, 317543 bytes)
1.30/1.45	c 1	1261 CSP clauses encoded
1.30/1.45	c 1	Writing map file : HOME/temp.map
1.30/1.46	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.30/1.46	c 1	SAT : 1990 SAT variables, 17532 SAT clauses, 317543 bytes
1.30/1.46	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.30/1.46	c 1	SOLVING HOME/temp.cnf
1.30/1.46	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.30/1.47	c 1	This is MiniSat 2.0 beta
1.30/1.47	c 1	WARNING: for repeatability, setting FPU to use double precision
1.30/1.47	c 1	============================[ Problem Statistics ]=============================
1.30/1.47	c 1	|                                                                             |
1.30/1.47	c 1	|  Number of variables:  1990                                                 |
1.30/1.47	c 1	|  Number of clauses:    17532                                                |
1.30/1.48	c 1	|  Parsing time:         0.01         s                                       |
1.30/1.48	c 1	============================[ Search Statistics ]==============================
1.30/1.48	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.30/1.48	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.30/1.48	c 1	===============================================================================
1.30/1.48	c 1	|         0 |    1888    15423    50630 |     5141        0    nan |  0.000 % |
1.30/1.48	c 1	|       100 |    1888    15423    50630 |     5655      100     10 |  5.127 % |
1.30/1.49	c 1	|       251 |    1888    15423    50630 |     6220      251     10 |  5.128 % |
1.38/1.50	c 1	|       476 |    1888    15423    50630 |     6842      476     13 |  5.127 % |
1.38/1.52	c 1	|       815 |    1888    15423    50630 |     7526      815     13 |  5.127 % |
1.38/1.54	c 1	|      1321 |    1888    15423    50630 |     8279     1321     14 |  5.127 % |
1.38/1.58	c 1	|      2080 |    1888    15423    50630 |     9107     2080     13 |  5.127 % |
1.38/1.65	c 1	|      3220 |    1888    15423    50630 |    10018     3220     16 |  5.127 % |
1.38/1.75	c 1	|      4928 |    1888    15423    50630 |    11020     4928     18 |  5.129 % |
1.38/1.94	c 2	|      7491 |    1884    15382    50542 |    12122     7489     19 |  5.328 % |
2.10/2.27	c 2	|     11336 |    1884    15382    50542 |    13334    11334     23 |  5.328 % |
2.59/2.73	c 2	|     17103 |    1884    15382    50542 |    14667    10210     24 |  5.328 % |
3.38/3.59	c 3	|     25752 |    1884    15382    50542 |    16134    11163     21 |  5.328 % |
4.67/4.81	c 4	|     38726 |    1879    15339    50450 |    17748    15886     18 |  5.580 % |
6.85/7.08	c 7	|     58187 |    1879    15339    50450 |    19522    16958     19 |  5.580 % |
10.02/10.21	c 10	|     87381 |    1879    15339    50450 |    21475    16020     17 |  5.580 % |
15.67/15.95	c 16	|    131170 |    1879    15339    50450 |    23622    15651     16 |  5.583 % |
23.98/24.38	c 24	|    196855 |    1879    15339    50450 |    25985    20922     14 |  5.580 % |
37.85/38.30	c 38	|    295382 |    1877    15328    50422 |    28583    26076     21 |  5.680 % |
61.22/61.98	c 62	|    443171 |    1877    15328    50422 |    31441    24757     20 |  5.680 % |
96.29/97.30	c 97	|    664854 |    1877    15328    50422 |    34586    20835     19 |  5.680 % |
151.56/153.13	c 153	|    997379 |    1874    15314    50388 |    38044    30566     17 |  5.831 % |
251.62/254.11	c 254	|   1496168 |    1874    15314    50388 |    41849    33141     17 |  5.831 % |
395.25/399.17	c 399	|   2244351 |    1874    15314    50388 |    46034    41840     17 |  5.831 % |
636.75/642.97	c 643	|   3366626 |    1864    15229    50148 |    50637    14338     15 |  6.333 % |
1036.05/1046.04	c 1046	|   5050037 |    1864    15229    50148 |    55701    20184     18 |  6.333 % |
1652.71/1667.86	c 1667	|   7575153 |    1851    15105    49773 |    61271    35463     20 |  6.989 % |
1692.49/1707.66	c 1707	===============================================================================
1692.49/1707.66	c 1707	restarts              : 27
1692.49/1707.66	c 1707	conflicts             : 7742778        (4578 /sec)
1692.49/1707.66	c 1707	decisions             : 14230624       (1.43 % random) (8415 /sec)
1692.49/1707.66	c 1707	propagations          : 712293544      (421196 /sec)
1692.49/1707.66	c 1707	conflict literals     : 152719192      (30.04 % deleted)
1692.49/1707.66	c 1707	Memory used           : 17.73 MB
1692.49/1707.66	c 1707	CPU time              : 1691.12 s
1692.49/1707.66	c 1707	
1692.49/1707.66	c 1707	UNSATISFIABLE
1692.49/1707.67	c 1707	DECODING HOME/temp.out WITH HOME/temp.map
1692.49/1707.67	c 1707	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1692.57/1707.75	c 1707	Decoding HOME/temp.out
1692.57/1707.78	s UNSATISFIABLE
1692.57/1707.79	c 1707	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1692.57/1707.83	c 1707	CPU 1692.49 (0.04 0.01 1692.45 0.19)
1692.57/1707.83	c 1707	END Wed Jul  2 01:32:18 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-1035688-1214953431/watcher-1035688-1214953431 -o /tmp/evaluation-result-1035688-1214953431/solver-1035688-1214953431 -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-1035688-1214953431.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.99 1.98 1.91 4/73 29923
/proc/meminfo: memFree=1636704/2055920 swapFree=4164432/4192956
[pid=29923] ppid=29921 vsize=18572 CPUtime=0
/proc/29923/stat : 29923 (runsolver) R 29921 29923 29250 0 -1 4194368 15 0 0 0 0 0 0 0 24 0 1 0 1974317216 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 272467815719 0 0 4096 24578 0 0 0 17 1 0 0
/proc/29923/statm: 4643 292 257 25 0 2626 0

[startup+0.0543911 s]
/proc/loadavg: 1.99 1.98 1.91 4/73 29923
/proc/meminfo: memFree=1636704/2055920 swapFree=4164432/4192956
[pid=29923] ppid=29921 vsize=13600 CPUtime=0.03
/proc/29923/stat : 29923 (sugar) S 29921 29923 29250 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1974317216 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29923/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10125 s]
/proc/loadavg: 1.99 1.98 1.91 4/73 29923
/proc/meminfo: memFree=1636704/2055920 swapFree=4164432/4192956
[pid=29923] ppid=29921 vsize=13600 CPUtime=0.03
/proc/29923/stat : 29923 (sugar) S 29921 29923 29250 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1974317216 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29923/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301279 s]
/proc/loadavg: 1.99 1.98 1.91 4/73 29923
/proc/meminfo: memFree=1636704/2055920 swapFree=4164432/4192956
[pid=29923] ppid=29921 vsize=13600 CPUtime=0.03
/proc/29923/stat : 29923 (sugar) S 29921 29923 29250 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1974317216 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29923/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701339 s]
/proc/loadavg: 1.99 1.98 1.91 4/73 29923
/proc/meminfo: memFree=1636704/2055920 swapFree=4164432/4192956
[pid=29923] ppid=29921 vsize=13600 CPUtime=0.39
/proc/29923/stat : 29923 (sugar) S 29921 29923 29250 0 -1 4194304 973 4723 0 1 3 0 33 3 16 0 1 0 1974317216 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29923/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 13600

[startup+1.50245 s]
/proc/loadavg: 1.99 1.98 1.91 4/84 29945
/proc/meminfo: memFree=1620872/2055920 swapFree=4164432/4192956
[pid=29923] ppid=29921 vsize=13600 CPUtime=1.38
/proc/29923/stat : 29923 (sugar) S 29921 29923 29250 0 -1 4194304 1031 11850 0 2 4 1 124 9 16 0 1 0 1974317216 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29923/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 13600

[startup+3.10269 s]
/proc/loadavg: 1.99 1.98 1.91 3/76 29947
/proc/meminfo: memFree=1631688/2055920 swapFree=4164432/4192956
[pid=29923] ppid=29921 vsize=13600 CPUtime=1.38
/proc/29923/stat : 29923 (sugar) S 29921 29923 29250 0 -1 4194304 1031 11850 0 2 4 1 124 9 15 0 1 0 1974317216 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29923/statm: 3400 798 370 3 0 500 0
[pid=29946] ppid=29923 vsize=5356 CPUtime=0
/proc/29946/stat : 29946 (sh) S 29923 29923 29250 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974317363 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29946/statm: 1339 232 193 169 0 50 0
[pid=29947] ppid=29946 vsize=4448 CPUtime=1.61
/proc/29947/stat : 29947 (minisat) R 29946 29923 29250 0 -1 4194304 861 0 0 0 161 0 0 0 25 0 1 0 1974317363 4554752 847 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/29947/statm: 1112 847 75 150 0 959 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 23404

[startup+6.30117 s]
/proc/loadavg: 1.99 1.98 1.91 3/76 29947
/proc/meminfo: memFree=1630536/2055920 swapFree=4164432/4192956
[pid=29923] ppid=29921 vsize=13600 CPUtime=1.38
/proc/29923/stat : 29923 (sugar) S 29921 29923 29250 0 -1 4194304 1031 11850 0 2 4 1 124 9 16 0 1 0 1974317216 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29923/statm: 3400 798 370 3 0 500 0
[pid=29946] ppid=29923 vsize=5356 CPUtime=0
/proc/29946/stat : 29946 (sh) S 29923 29923 29250 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974317363 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29946/statm: 1339 232 193 169 0 50 0
[pid=29947] ppid=29946 vsize=5008 CPUtime=4.78
/proc/29947/stat : 29947 (minisat) R 29946 29923 29250 0 -1 4194304 977 0 0 0 478 0 0 0 25 0 1 0 1974317363 5128192 963 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29947/statm: 1252 963 75 150 0 1099 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 23964

[startup+12.7021 s]
/proc/loadavg: 1.99 1.98 1.91 3/76 29947
/proc/meminfo: memFree=1629768/2055920 swapFree=4164432/4192956
[pid=29923] ppid=29921 vsize=13600 CPUtime=1.38
/proc/29923/stat : 29923 (sugar) S 29921 29923 29250 0 -1 4194304 1031 11850 0 2 4 1 124 9 16 0 1 0 1974317216 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29923/statm: 3400 798 370 3 0 500 0
[pid=29946] ppid=29923 vsize=5356 CPUtime=0
/proc/29946/stat : 29946 (sh) S 29923 29923 29250 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974317363 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29946/statm: 1339 232 193 169 0 50 0
[pid=29947] ppid=29946 vsize=5536 CPUtime=11.12
/proc/29947/stat : 29947 (minisat) R 29946 29923 29250 0 -1 4194304 1123 0 0 0 1112 0 0 0 25 0 1 0 1974317363 5668864 1109 996147200 134512640 135127466 4294956272 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/29947/statm: 1384 1109 75 150 0 1231 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 24492

[startup+25.502 s]
/proc/loadavg: 1.99 1.98 1.91 3/76 29947
/proc/meminfo: memFree=1629192/2055920 swapFree=4164432/4192956
[pid=29923] ppid=29921 vsize=13600 CPUtime=1.38
/proc/29923/stat : 29923 (sugar) S 29921 29923 29250 0 -1 4194304 1031 11850 0 2 4 1 124 9 16 0 1 0 1974317216 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29923/statm: 3400 798 370 3 0 500 0
[pid=29946] ppid=29923 vsize=5356 CPUtime=0
/proc/29946/stat : 29946 (sh) S 29923 29923 29250 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974317363 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29946/statm: 1339 232 193 169 0 50 0
[pid=29947] ppid=29946 vsize=6068 CPUtime=23.79
/proc/29947/stat : 29947 (minisat) R 29946 29923 29250 0 -1 4194304 1264 0 0 0 2379 0 0 0 25 0 1 0 1974317363 6213632 1250 996147200 134512640 135127466 4294956272 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 1 0 0
/proc/29947/statm: 1517 1250 75 150 0 1364 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 25024

[startup+51.1018 s]
/proc/loadavg: 1.99 1.98 1.91 3/76 29947
/proc/meminfo: memFree=1627656/2055920 swapFree=4164432/4192956
[pid=29923] ppid=29921 vsize=13600 CPUtime=1.38
/proc/29923/stat : 29923 (sugar) S 29921 29923 29250 0 -1 4194304 1031 11850 0 2 4 1 124 9 16 0 1 0 1974317216 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29923/statm: 3400 798 370 3 0 500 0
[pid=29946] ppid=29923 vsize=5356 CPUtime=0
/proc/29946/stat : 29946 (sh) S 29923 29923 29250 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974317363 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29946/statm: 1339 232 193 169 0 50 0
[pid=29947] ppid=29946 vsize=7692 CPUtime=49.15
/proc/29947/stat : 29947 (minisat) R 29946 29923 29250 0 -1 4194304 1640 0 0 0 4915 0 0 0 25 0 1 0 1974317363 7876608 1626 996147200 134512640 135127466 4294956272 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/29947/statm: 1923 1626 75 150 0 1770 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 26648

[startup+102.306 s]
/proc/loadavg: 1.99 1.98 1.91 3/76 29947
/proc/meminfo: memFree=1626184/2055920 swapFree=4164432/4192956
[pid=29923] ppid=29921 vsize=13600 CPUtime=1.38
/proc/29923/stat : 29923 (sugar) S 29921 29923 29250 0 -1 4194304 1031 11850 0 2 4 1 124 9 16 0 1 0 1974317216 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29923/statm: 3400 798 370 3 0 500 0
[pid=29946] ppid=29923 vsize=5356 CPUtime=0
/proc/29946/stat : 29946 (sh) S 29923 29923 29250 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974317363 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29946/statm: 1339 232 193 169 0 50 0
[pid=29947] ppid=29946 vsize=8896 CPUtime=99.87
/proc/29947/stat : 29947 (minisat) R 29946 29923 29250 0 -1 4194304 1966 0 0 0 9986 1 0 0 25 0 1 0 1974317363 9109504 1952 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/29947/statm: 2224 1952 75 150 0 2071 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 27852

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.91 3/76 29947
/proc/meminfo: memFree=1625616/2055920 swapFree=4164432/4192956
[pid=29923] ppid=29921 vsize=13600 CPUtime=1.38
/proc/29923/stat : 29923 (sugar) S 29921 29923 29250 0 -1 4194304 1031 11850 0 2 4 1 124 9 16 0 1 0 1974317216 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29923/statm: 3400 798 370 3 0 500 0
[pid=29946] ppid=29923 vsize=5356 CPUtime=0
/proc/29946/stat : 29946 (sh) S 29923 29923 29250 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974317363 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29946/statm: 1339 232 193 169 0 50 0
[pid=29947] ppid=29946 vsize=9580 CPUtime=159.3
/proc/29947/stat : 29947 (minisat) R 29946 29923 29250 0 -1 4194304 2121 0 0 0 15929 1 0 0 25 0 1 0 1974317363 9809920 2107 996147200 134512640 135127466 4294956272 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/29947/statm: 2395 2107 75 150 0 2242 0
Current children cumulated CPU time (s) 160.68
Current children cumulated vsize (KiB) 28536

[startup+222.302 s]
/proc/loadavg: 1.99 1.98 1.91 3/76 29947
/proc/meminfo: memFree=1624720/2055920 swapFree=4164432/4192956
[pid=29923] ppid=29921 vsize=13600 CPUtime=1.38
/proc/29923/stat : 29923 (sugar) S 29921 29923 29250 0 -1 4194304 1031 11850 0 2 4 1 124 9 16 0 1 0 1974317216 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29923/statm: 3400 798 370 3 0 500 0
[pid=29946] ppid=29923 vsize=5356 CPUtime=0
/proc/29946/stat : 29946 (sh) S 29923 29923 29250 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974317363 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29946/statm: 1339 232 193 169 0 50 0
[pid=29947] ppid=29946 vsize=10384 CPUtime=218.73
/proc/29947/stat : 29947 (minisat) R 29946 29923 29250 0 -1 4194304 2330 0 0 0 21871 2 0 0 25 0 1 0 1974317363 10633216 2316 996147200 134512640 135127466 4294956272 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/29947/statm: 2596 2316 75 150 0 2443 0
Current children cumulated CPU time (s) 220.11
Current children cumulated vsize (KiB) 29340

[startup+282.303 s]
/proc/loadavg: 1.99 1.98 1.91 3/76 29947
/proc/meminfo: memFree=1624208/2055920 swapFree=4164432/4192956
[pid=29923] ppid=29921 vsize=13600 CPUtime=1.38
/proc/29923/stat : 29923 (sugar) S 29921 29923 29250 0 -1 4194304 1031 11850 0 2 4 1 124 9 16 0 1 0 1974317216 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29923/statm: 3400 798 370 3 0 500 0
[pid=29946] ppid=29923 vsize=5356 CPUtime=0
/proc/29946/stat : 29946 (sh) S 29923 29923 29250 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974317363 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29946/statm: 1339 232 193 169 0 50 0
[pid=29947] ppid=29946 vsize=11028 CPUtime=278.17
/proc/29947/stat : 29947 (minisat) R 29946 29923 29250 0 -1 4194304 2457 0 0 0 27815 2 0 0 25 0 1 0 1974317363 11292672 2443 996147200 134512640 135127466 4294956272 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/29947/statm: 2757 2443 75 150 0 2604 0
Current children cumulated CPU time (s) 279.55
Current children cumulated vsize (KiB) 29984


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


[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/79 29952
/proc/meminfo: memFree=1617400/2055920 swapFree=4164432/4192956
[pid=29923] ppid=29921 vsize=13600 CPUtime=1.38
/proc/29923/stat : 29923 (sugar) S 29921 29923 29250 0 -1 4194304 1031 11850 0 2 4 1 124 9 16 0 1 0 1974317216 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29923/statm: 3400 798 370 3 0 500 0
[pid=29946] ppid=29923 vsize=5356 CPUtime=0
/proc/29946/stat : 29946 (sh) S 29923 29923 29250 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974317363 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29946/statm: 1339 232 193 169 0 50 0
[pid=29947] ppid=29946 vsize=17240 CPUtime=1526.3
/proc/29947/stat : 29947 (minisat) R 29946 29923 29250 0 -1 4194304 3983 0 0 0 152626 4 0 0 25 0 1 0 1974317363 17653760 3969 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29947/statm: 4310 3969 75 150 0 4157 0
Current children cumulated CPU time (s) 1527.68
Current children cumulated vsize (KiB) 36196

[startup+1602.3 s]
/proc/loadavg: 1.93 1.98 1.94 3/77 30003
/proc/meminfo: memFree=1622792/2055920 swapFree=4164432/4192956
[pid=29923] ppid=29921 vsize=13600 CPUtime=1.38
/proc/29923/stat : 29923 (sugar) S 29921 29923 29250 0 -1 4194304 1031 11850 0 2 4 1 124 9 16 0 1 0 1974317216 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29923/statm: 3400 798 370 3 0 500 0
[pid=29946] ppid=29923 vsize=5356 CPUtime=0
/proc/29946/stat : 29946 (sh) S 29923 29923 29250 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974317363 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29946/statm: 1339 232 193 169 0 50 0
[pid=29947] ppid=29946 vsize=18032 CPUtime=1585.85
/proc/29947/stat : 29947 (minisat) R 29946 29923 29250 0 -1 4194304 4208 0 0 0 158580 5 0 0 25 0 1 0 1974317363 18464768 4194 996147200 134512640 135127466 4294956272 18446744073709551615 134528071 0 0 4096 3 0 0 0 17 0 0 0
/proc/29947/statm: 4508 4194 75 150 0 4355 0
Current children cumulated CPU time (s) 1587.23
Current children cumulated vsize (KiB) 36988

[startup+1662.3 s]
/proc/loadavg: 1.97 1.98 1.94 3/77 30003
/proc/meminfo: memFree=1621192/2055920 swapFree=4164432/4192956
[pid=29923] ppid=29921 vsize=13600 CPUtime=1.38
/proc/29923/stat : 29923 (sugar) S 29921 29923 29250 0 -1 4194304 1031 11850 0 2 4 1 124 9 16 0 1 0 1974317216 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29923/statm: 3400 798 370 3 0 500 0
[pid=29946] ppid=29923 vsize=5356 CPUtime=0
/proc/29946/stat : 29946 (sh) S 29923 29923 29250 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974317363 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29946/statm: 1339 232 193 169 0 50 0
[pid=29947] ppid=29946 vsize=18032 CPUtime=1645.83
/proc/29947/stat : 29947 (minisat) R 29946 29923 29250 0 -1 4194304 4208 0 0 0 164577 6 0 0 25 0 1 0 1974317363 18464768 4194 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29947/statm: 4508 4194 75 150 0 4355 0
Current children cumulated CPU time (s) 1647.21
Current children cumulated vsize (KiB) 36988

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

[startup+1663.9 s]
/proc/loadavg: 1.97 1.98 1.94 3/77 30003
/proc/meminfo: memFree=1621192/2055920 swapFree=4164432/4192956
[pid=29923] ppid=29921 vsize=13600 CPUtime=1.38
/proc/29923/stat : 29923 (sugar) S 29921 29923 29250 0 -1 4194304 1031 11850 0 2 4 1 124 9 16 0 1 0 1974317216 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29923/statm: 3400 798 370 3 0 500 0
[pid=29946] ppid=29923 vsize=5356 CPUtime=0
/proc/29946/stat : 29946 (sh) S 29923 29923 29250 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974317363 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29946/statm: 1339 232 193 169 0 50 0
[pid=29947] ppid=29946 vsize=18032 CPUtime=1647.43
/proc/29947/stat : 29947 (minisat) R 29946 29923 29250 0 -1 4194304 4208 0 0 0 164737 6 0 0 25 0 1 0 1974317363 18464768 4194 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/29947/statm: 4508 4194 75 150 0 4355 0
Current children cumulated CPU time (s) 1648.81
Current children cumulated vsize (KiB) 36988

[startup+1689.5 s]
/proc/loadavg: 1.98 1.98 1.94 3/77 30003
/proc/meminfo: memFree=1620808/2055920 swapFree=4164432/4192956
[pid=29923] ppid=29921 vsize=13600 CPUtime=1.38
/proc/29923/stat : 29923 (sugar) S 29921 29923 29250 0 -1 4194304 1031 11850 0 2 4 1 124 9 16 0 1 0 1974317216 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29923/statm: 3400 798 370 3 0 500 0
[pid=29946] ppid=29923 vsize=5356 CPUtime=0
/proc/29946/stat : 29946 (sh) S 29923 29923 29250 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974317363 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29946/statm: 1339 232 193 169 0 50 0
[pid=29947] ppid=29946 vsize=18152 CPUtime=1673.02
/proc/29947/stat : 29947 (minisat) R 29946 29923 29250 0 -1 4194304 4213 0 0 0 167296 6 0 0 25 0 1 0 1974317363 18587648 4199 996147200 134512640 135127466 4294956272 18446744073709551615 134524213 0 0 4096 3 0 0 0 17 0 0 0
/proc/29947/statm: 4538 4199 75 150 0 4385 0
Current children cumulated CPU time (s) 1674.4
Current children cumulated vsize (KiB) 37108

[startup+1695.9 s]
/proc/loadavg: 1.98 1.98 1.94 3/77 30003
/proc/meminfo: memFree=1620680/2055920 swapFree=4164432/4192956
[pid=29923] ppid=29921 vsize=13600 CPUtime=1.38
/proc/29923/stat : 29923 (sugar) S 29921 29923 29250 0 -1 4194304 1031 11850 0 2 4 1 124 9 16 0 1 0 1974317216 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29923/statm: 3400 798 370 3 0 500 0
[pid=29946] ppid=29923 vsize=5356 CPUtime=0
/proc/29946/stat : 29946 (sh) S 29923 29923 29250 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974317363 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29946/statm: 1339 232 193 169 0 50 0
[pid=29947] ppid=29946 vsize=18152 CPUtime=1679.42
/proc/29947/stat : 29947 (minisat) R 29946 29923 29250 0 -1 4194304 4213 0 0 0 167936 6 0 0 25 0 1 0 1974317363 18587648 4199 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/29947/statm: 4538 4199 75 150 0 4385 0
Current children cumulated CPU time (s) 1680.8
Current children cumulated vsize (KiB) 37108

[startup+1702.3 s]
/proc/loadavg: 1.98 1.98 1.94 3/77 30003
/proc/meminfo: memFree=1620552/2055920 swapFree=4164432/4192956
[pid=29923] ppid=29921 vsize=13600 CPUtime=1.38
/proc/29923/stat : 29923 (sugar) S 29921 29923 29250 0 -1 4194304 1031 11850 0 2 4 1 124 9 16 0 1 0 1974317216 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29923/statm: 3400 798 370 3 0 500 0
[pid=29946] ppid=29923 vsize=5356 CPUtime=0
/proc/29946/stat : 29946 (sh) S 29923 29923 29250 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974317363 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29946/statm: 1339 232 193 169 0 50 0
[pid=29947] ppid=29946 vsize=18152 CPUtime=1685.82
/proc/29947/stat : 29947 (minisat) R 29946 29923 29250 0 -1 4194304 4213 0 0 0 168576 6 0 0 25 0 1 0 1974317363 18587648 4199 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29947/statm: 4538 4199 75 150 0 4385 0
Current children cumulated CPU time (s) 1687.2
Current children cumulated vsize (KiB) 37108

[startup+1705.5 s]
/proc/loadavg: 1.98 1.98 1.94 3/77 30003
/proc/meminfo: memFree=1620552/2055920 swapFree=4164432/4192956
[pid=29923] ppid=29921 vsize=13600 CPUtime=1.38
/proc/29923/stat : 29923 (sugar) S 29921 29923 29250 0 -1 4194304 1031 11850 0 2 4 1 124 9 16 0 1 0 1974317216 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29923/statm: 3400 798 370 3 0 500 0
[pid=29946] ppid=29923 vsize=5356 CPUtime=0
/proc/29946/stat : 29946 (sh) S 29923 29923 29250 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974317363 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29946/statm: 1339 232 193 169 0 50 0
[pid=29947] ppid=29946 vsize=18152 CPUtime=1689.01
/proc/29947/stat : 29947 (minisat) R 29946 29923 29250 0 -1 4194304 4213 0 0 0 168895 6 0 0 25 0 1 0 1974317363 18587648 4199 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29947/statm: 4538 4199 75 150 0 4385 0
Current children cumulated CPU time (s) 1690.39
Current children cumulated vsize (KiB) 37108

[startup+1707.1 s]
/proc/loadavg: 1.99 1.98 1.94 3/77 30003
/proc/meminfo: memFree=1620552/2055920 swapFree=4164432/4192956
[pid=29923] ppid=29921 vsize=13600 CPUtime=1.38
/proc/29923/stat : 29923 (sugar) S 29921 29923 29250 0 -1 4194304 1031 11850 0 2 4 1 124 9 16 0 1 0 1974317216 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29923/statm: 3400 798 370 3 0 500 0
[pid=29946] ppid=29923 vsize=5356 CPUtime=0
/proc/29946/stat : 29946 (sh) S 29923 29923 29250 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974317363 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29946/statm: 1339 232 193 169 0 50 0
[pid=29947] ppid=29946 vsize=18152 CPUtime=1690.62
/proc/29947/stat : 29947 (minisat) R 29946 29923 29250 0 -1 4194304 4213 0 0 0 169056 6 0 0 25 0 1 0 1974317363 18587648 4199 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/29947/statm: 4538 4199 75 150 0 4385 0
Current children cumulated CPU time (s) 1692
Current children cumulated vsize (KiB) 37108

[startup+1707.5 s]
/proc/loadavg: 1.99 1.98 1.94 3/77 30003
/proc/meminfo: memFree=1620552/2055920 swapFree=4164432/4192956
[pid=29923] ppid=29921 vsize=13600 CPUtime=1.38
/proc/29923/stat : 29923 (sugar) S 29921 29923 29250 0 -1 4194304 1031 11850 0 2 4 1 124 9 16 0 1 0 1974317216 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29923/statm: 3400 798 370 3 0 500 0
[pid=29946] ppid=29923 vsize=5356 CPUtime=0
/proc/29946/stat : 29946 (sh) S 29923 29923 29250 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974317363 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29946/statm: 1339 232 193 169 0 50 0
[pid=29947] ppid=29946 vsize=18152 CPUtime=1691.01
/proc/29947/stat : 29947 (minisat) R 29946 29923 29250 0 -1 4194304 4213 0 0 0 169095 6 0 0 25 0 1 0 1974317363 18587648 4199 996147200 134512640 135127466 4294956272 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/29947/statm: 4538 4199 75 150 0 4385 0
Current children cumulated CPU time (s) 1692.39
Current children cumulated vsize (KiB) 37108

[startup+1707.7 s]
/proc/loadavg: 1.99 1.98 1.94 3/77 30003
/proc/meminfo: memFree=1620552/2055920 swapFree=4164432/4192956
[pid=29923] ppid=29921 vsize=13600 CPUtime=1692.57
/proc/29923/stat : 29923 (sugar) S 29921 29923 29250 0 -1 4194304 1070 16357 0 2 4 1 169236 16 16 0 1 0 1974317216 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29923/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1692.57
Current children cumulated vsize (KiB) 13600

[startup+1707.8 s]
/proc/loadavg: 1.99 1.98 1.94 3/77 30003
/proc/meminfo: memFree=1620552/2055920 swapFree=4164432/4192956
[pid=29923] ppid=29921 vsize=13600 CPUtime=1692.57
/proc/29923/stat : 29923 (sugar) S 29921 29923 29250 0 -1 4194304 1089 16357 0 2 4 1 169236 16 15 0 1 0 1974317216 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29923/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1692.57
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 1707.83
CPU time (s): 1692.7
CPU user time (s): 1692.49
CPU system time (s): 0.208968
CPU usage (%): 99.1141
Max. virtual memory (cumulated for all children) (KiB): 883344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1692.49
system time used= 0.208968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21155
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= 2160
involuntary context switches= 34323

runsolver used 2.18267 second user time and 5.59515 second system time

The end

Launcher Data (download as text)

Begin job on node22 at 2008-07-02 01:03:51
IDJOB=1035688
IDBENCH=53411
IDSOLVER=346
FILE ID=node22/1035688-1214953431
PBS_JOBID= 7870290
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a0441179c2ba03eeefc76c7e0b78ba0f
RANDOM SEED=101042117

node22.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	: 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.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:       1637184 kB
Buffers:         50084 kB
Cached:         260980 kB
SwapCached:      22816 kB
Active:          73528 kB
Inactive:       273796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1637184 kB
SwapTotal:     4192956 kB
SwapFree:      4164432 kB
Dirty:            1352 kB
Writeback:           0 kB
Mapped:          26584 kB
Slab:            56912 kB
Committed_AS:  3242556 kB
PageTables:       1704 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66556 MiB
End job on node22 at 2008-07-02 01:32:19