Trace number 2057783

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.14.6+minisatUNSAT 1664.72 1669.28

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.054991
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

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 15:24:44 2009
0.00/0.08	c 0	PID 14899
0.07/0.08	c 0	HOST node44.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2057783-1247318684.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2057783-1247318684.xml' 'HOME/temp.csp'
0.07/0.47	c 0	4 domains, 112 variables, 0 predicates, 8 relations, 1261 constraints
0.07/0.51	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.51	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.07/0.59	c 0	Parsing HOME/temp.csp
0.45/0.67	c 1	parsed 1385 expressions
0.45/0.68	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.45/0.68	c 1	Converting to clausal form CSP
0.45/0.71	c 1	converted 139 (10%) expressions
0.45/0.74	c 1	converted 277 (20%) expressions
0.45/0.76	c 1	converted 416 (30%) expressions
0.45/0.78	c 1	converted 554 (40%) expressions
0.45/0.80	c 1	converted 693 (50%) expressions
0.45/0.82	c 1	converted 831 (60%) expressions
0.45/0.89	c 1	converted 970 (70%) expressions
0.45/0.92	c 1	converted 1108 (80%) expressions
0.45/0.94	c 1	converted 1247 (90%) expressions
0.45/0.95	c 1	converted 1385 (100%) expressions
0.45/0.95	c 1	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
0.45/0.95	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.45/0.95	c 1	Propagation in CSP
0.45/0.96	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.45/0.96	c 1	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
0.45/0.96	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.45/0.96	c 1	Simplifing CSP by introducing new Boolean variables
0.45/0.96	c 1	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
0.45/0.96	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.92/1.04	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.92/1.05	c 1	12 (10%) CSP integer variables are encoded (176 clauses, 1798 bytes)
0.92/1.05	c 1	23 (20%) CSP integer variables are encoded (399 clauses, 4251 bytes)
0.92/1.06	c 1	34 (30%) CSP integer variables are encoded (601 clauses, 6473 bytes)
0.92/1.06	c 1	45 (40%) CSP integer variables are encoded (803 clauses, 8695 bytes)
0.92/1.06	c 1	56 (50%) CSP integer variables are encoded (1026 clauses, 11303 bytes)
0.92/1.06	c 1	68 (60%) CSP integer variables are encoded (1254 clauses, 14267 bytes)
0.92/1.06	c 1	79 (70%) CSP integer variables are encoded (1456 clauses, 16893 bytes)
0.92/1.06	c 1	90 (80%) CSP integer variables are encoded (1616 clauses, 18973 bytes)
0.92/1.07	c 1	101 (90%) CSP integer variables are encoded (1748 clauses, 20689 bytes)
0.92/1.07	c 1	112 (100%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.01/1.12	c 1	127 (10%) CSP clauses are encoded (2700 clauses, 35211 bytes)
1.01/1.15	c 1	253 (20%) CSP clauses are encoded (4192 clauses, 60548 bytes)
1.01/1.18	c 1	379 (30%) CSP clauses are encoded (5850 clauses, 92299 bytes)
1.10/1.21	c 1	505 (40%) CSP clauses are encoded (7510 clauses, 123459 bytes)
1.10/1.24	c 1	631 (50%) CSP clauses are encoded (9098 clauses, 153251 bytes)
1.10/1.28	c 1	757 (60%) CSP clauses are encoded (10758 clauses, 184912 bytes)
1.21/1.31	c 1	883 (70%) CSP clauses are encoded (12300 clauses, 213698 bytes)
1.21/1.33	c 1	1009 (80%) CSP clauses are encoded (13912 clauses, 244798 bytes)
1.21/1.36	c 1	1135 (90%) CSP clauses are encoded (15672 clauses, 280176 bytes)
1.21/1.39	c 1	1261 (100%) CSP clauses are encoded (17532 clauses, 317543 bytes)
1.21/1.39	c 1	1261 CSP clauses encoded
1.21/1.39	c 1	Writing map file : HOME/temp.map
1.21/1.39	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.21/1.39	c 1	SAT : 1990 SAT variables, 17532 SAT clauses, 317543 bytes
1.21/1.39	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.30/1.41	c 1	SOLVING HOME/temp.cnf
1.30/1.41	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.30/1.41	c 1	This is MiniSat 2.0 beta
1.30/1.41	c 1	WARNING: for repeatability, setting FPU to use double precision
1.30/1.41	c 1	============================[ Problem Statistics ]=============================
1.30/1.41	c 1	|                                                                             |
1.30/1.41	c 1	|  Number of variables:  1990                                                 |
1.30/1.41	c 1	|  Number of clauses:    17532                                                |
1.30/1.42	c 1	|  Parsing time:         0.01         s                                       |
1.30/1.42	c 1	============================[ Search Statistics ]==============================
1.30/1.42	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.30/1.42	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.30/1.42	c 1	===============================================================================
1.30/1.42	c 1	|         0 |    1888    15423    50630 |     5141        0    nan |  0.000 % |
1.30/1.43	c 1	|       100 |    1888    15423    50630 |     5655      100     10 |  5.127 % |
1.30/1.43	c 1	|       251 |    1888    15423    50630 |     6220      251     10 |  5.128 % |
1.30/1.45	c 1	|       476 |    1888    15423    50630 |     6842      476     13 |  5.127 % |
1.30/1.46	c 1	|       815 |    1888    15423    50630 |     7526      815     13 |  5.127 % |
1.30/1.49	c 1	|      1321 |    1888    15423    50630 |     8279     1321     14 |  5.127 % |
1.32/1.53	c 1	|      2080 |    1888    15423    50630 |     9107     2080     13 |  5.127 % |
1.32/1.60	c 1	|      3220 |    1888    15423    50630 |    10018     3220     16 |  5.127 % |
1.32/1.70	c 2	|      4928 |    1888    15423    50630 |    11020     4928     18 |  5.129 % |
1.32/1.88	c 2	|      7491 |    1884    15382    50542 |    12122     7489     19 |  5.328 % |
2.09/2.23	c 2	|     11336 |    1884    15382    50542 |    13334    11334     23 |  5.328 % |
2.59/2.70	c 3	|     17103 |    1884    15382    50542 |    14667    10210     24 |  5.328 % |
3.38/3.58	c 3	|     25752 |    1884    15382    50542 |    16134    11163     21 |  5.328 % |
4.67/4.84	c 5	|     38726 |    1879    15339    50450 |    17748    15886     18 |  5.580 % |
7.05/7.20	c 7	|     58187 |    1879    15339    50450 |    19522    16958     19 |  5.580 % |
10.21/10.48	c 10	|     87381 |    1879    15339    50450 |    21475    16020     17 |  5.580 % |
16.16/16.42	c 16	|    131170 |    1879    15339    50450 |    23622    15651     16 |  5.583 % |
24.68/25.10	c 25	|    196855 |    1879    15339    50450 |    25985    20922     14 |  5.580 % |
39.05/39.54	c 39	|    295382 |    1877    15328    50422 |    28583    26076     21 |  5.680 % |
63.30/64.06	c 64	|    443171 |    1877    15328    50422 |    31441    24757     20 |  5.680 % |
99.67/100.75	c 101	|    664854 |    1877    15328    50422 |    34586    20835     19 |  5.680 % |
157.02/158.60	c 158	|    997379 |    1874    15314    50388 |    38044    30566     17 |  5.831 % |
261.04/263.68	c 264	|   1496168 |    1874    15314    50388 |    41849    33141     17 |  5.831 % |
410.52/414.58	c 414	|   2244351 |    1874    15314    50388 |    46034    41840     17 |  5.831 % |
645.98/650.17	c 650	|   3366626 |    1864    15229    50148 |    50637    14338     15 |  6.333 % |
1036.59/1040.96	c 1041	|   5050037 |    1864    15229    50148 |    55701    20184     18 |  6.333 % |
1624.66/1629.26	c 1629	|   7575153 |    1851    15105    49773 |    61271    35463     20 |  6.989 % |
1664.54/1669.11	c 1669	===============================================================================
1664.54/1669.11	c 1669	restarts              : 27
1664.54/1669.11	c 1669	conflicts             : 7742778        (4655 /sec)
1664.54/1669.11	c 1669	decisions             : 14230624       (1.43 % random) (8556 /sec)
1664.54/1669.11	c 1669	propagations          : 712293544      (428277 /sec)
1664.54/1669.11	c 1669	conflict literals     : 152719192      (30.04 % deleted)
1664.54/1669.11	c 1669	Memory used           : 17.73 MB
1664.54/1669.11	c 1669	CPU time              : 1663.16 s
1664.54/1669.11	c 1669	
1664.54/1669.11	c 1669	UNSATISFIABLE
1664.54/1669.11	c 1669	DECODING HOME/temp.out WITH HOME/temp.map
1664.54/1669.11	c 1669	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1664.54/1669.19	c 1669	Decoding HOME/temp.out
1664.57/1669.22	s UNSATISFIABLE
1664.57/1669.24	c 1669	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1664.57/1669.28	c 1669	CPU 1664.69 (0.06 0.01 1664.41 0.21)
1664.57/1669.28	c 1669	END Sat Jul 11 15:52:33 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2057783-1247318684/watcher-2057783-1247318684 -o /tmp/evaluation-result-2057783-1247318684/solver-2057783-1247318684 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2057783-1247318684.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.91 1.86 1.19 4/84 14899
/proc/meminfo: memFree=1013664/2055920 swapFree=4192812/4192956
[pid=14899] ppid=14897 vsize=12268 CPUtime=0
/proc/14899/stat : 14899 (sugar) R 14897 14899 14697 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 18932256 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 264840641125 0 0 4224 0 0 0 0 17 1 0 0
/proc/14899/statm: 3067 316 241 3 0 167 0

[startup+0.083362 s]
/proc/loadavg: 1.91 1.86 1.19 4/84 14899
/proc/meminfo: memFree=1013664/2055920 swapFree=4192812/4192956
[pid=14899] ppid=14897 vsize=16740 CPUtime=0.07
/proc/14899/stat : 14899 (sugar) S 14897 14899 14697 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 18932256 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14899/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101016 s]
/proc/loadavg: 1.91 1.86 1.19 4/84 14899
/proc/meminfo: memFree=1013664/2055920 swapFree=4192812/4192956
[pid=14899] ppid=14897 vsize=16868 CPUtime=0.07
/proc/14899/stat : 14899 (sugar) S 14897 14899 14697 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 18932256 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14899/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301032 s]
/proc/loadavg: 1.91 1.86 1.19 4/84 14899
/proc/meminfo: memFree=1013664/2055920 swapFree=4192812/4192956
[pid=14899] ppid=14897 vsize=16868 CPUtime=0.07
/proc/14899/stat : 14899 (sugar) S 14897 14899 14697 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 18932256 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14899/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701079 s]
/proc/loadavg: 1.91 1.86 1.19 4/84 14899
/proc/meminfo: memFree=1013664/2055920 swapFree=4192812/4192956
[pid=14899] ppid=14897 vsize=16868 CPUtime=0.45
/proc/14899/stat : 14899 (sugar) S 14897 14899 14697 0 -1 4194304 1309 4783 0 1 6 1 35 3 16 0 1 0 18932256 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14899/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 16868

[startup+1.50216 s]
/proc/loadavg: 1.91 1.86 1.19 4/95 14921
/proc/meminfo: memFree=996872/2055920 swapFree=4192812/4192956
[pid=14899] ppid=14897 vsize=16868 CPUtime=1.32
/proc/14899/stat : 14899 (sugar) S 14897 14899 14697 0 -1 4194304 1376 11945 0 2 6 1 116 9 16 0 1 0 18932256 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14899/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 16868

[startup+3.10134 s]
/proc/loadavg: 1.91 1.86 1.19 3/87 14923
/proc/meminfo: memFree=1007432/2055920 swapFree=4192812/4192956
[pid=14899] ppid=14897 vsize=16868 CPUtime=1.32
/proc/14899/stat : 14899 (sugar) S 14897 14899 14697 0 -1 4194304 1376 11945 0 2 6 1 116 9 15 0 1 0 18932256 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14899/statm: 4217 1113 409 3 0 796 0
[pid=14922] ppid=14899 vsize=5356 CPUtime=0
/proc/14922/stat : 14922 (sh) S 14899 14899 14697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18932397 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14922/statm: 1339 232 193 169 0 50 0
[pid=14923] ppid=14922 vsize=4580 CPUtime=1.67
/proc/14923/stat : 14923 (minisat) R 14922 14899 14697 0 -1 4194304 866 0 0 0 167 0 0 0 25 0 1 0 18932398 4689920 852 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14923/statm: 1145 852 75 150 0 992 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 26804

[startup+6.30269 s]
/proc/loadavg: 1.92 1.86 1.20 3/87 14923
/proc/meminfo: memFree=1006216/2055920 swapFree=4192812/4192956
[pid=14899] ppid=14897 vsize=16868 CPUtime=1.32
/proc/14899/stat : 14899 (sugar) S 14897 14899 14697 0 -1 4194304 1376 11945 0 2 6 1 116 9 16 0 1 0 18932256 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14899/statm: 4217 1113 409 3 0 796 0
[pid=14922] ppid=14899 vsize=5356 CPUtime=0
/proc/14922/stat : 14922 (sh) S 14899 14899 14697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18932397 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14922/statm: 1339 232 193 169 0 50 0
[pid=14923] ppid=14922 vsize=5008 CPUtime=4.84
/proc/14923/stat : 14923 (minisat) R 14922 14899 14697 0 -1 4194304 977 0 0 0 484 0 0 0 25 0 1 0 18932398 5128192 963 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/14923/statm: 1252 963 75 150 0 1099 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 27232

[startup+12.7024 s]
/proc/loadavg: 1.93 1.86 1.20 3/87 14923
/proc/meminfo: memFree=1005448/2055920 swapFree=4192812/4192956
[pid=14899] ppid=14897 vsize=16868 CPUtime=1.32
/proc/14899/stat : 14899 (sugar) S 14897 14899 14697 0 -1 4194304 1376 11945 0 2 6 1 116 9 16 0 1 0 18932256 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14899/statm: 4217 1113 409 3 0 796 0
[pid=14922] ppid=14899 vsize=5356 CPUtime=0
/proc/14922/stat : 14922 (sh) S 14899 14899 14697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18932397 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14922/statm: 1339 232 193 169 0 50 0
[pid=14923] ppid=14922 vsize=5536 CPUtime=11.17
/proc/14923/stat : 14923 (minisat) R 14922 14899 14697 0 -1 4194304 1120 0 0 0 1117 0 0 0 25 0 1 0 18932398 5668864 1106 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14923/statm: 1384 1106 75 150 0 1231 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 27760

[startup+25.5018 s]
/proc/loadavg: 1.94 1.87 1.21 3/87 14923
/proc/meminfo: memFree=1004936/2055920 swapFree=4192812/4192956
[pid=14899] ppid=14897 vsize=16868 CPUtime=1.32
/proc/14899/stat : 14899 (sugar) S 14897 14899 14697 0 -1 4194304 1376 11945 0 2 6 1 116 9 16 0 1 0 18932256 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14899/statm: 4217 1113 409 3 0 796 0
[pid=14922] ppid=14899 vsize=5356 CPUtime=0
/proc/14922/stat : 14922 (sh) S 14899 14899 14697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18932397 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14922/statm: 1339 232 193 169 0 50 0
[pid=14923] ppid=14922 vsize=6068 CPUtime=23.85
/proc/14923/stat : 14923 (minisat) R 14922 14899 14697 0 -1 4194304 1262 0 0 0 2385 0 0 0 25 0 1 0 18932398 6213632 1248 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14923/statm: 1517 1248 75 150 0 1364 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 28292

[startup+51.1016 s]
/proc/loadavg: 1.96 1.88 1.23 3/87 14923
/proc/meminfo: memFree=1003464/2055920 swapFree=4192812/4192956
[pid=14899] ppid=14897 vsize=16868 CPUtime=1.32
/proc/14899/stat : 14899 (sugar) S 14897 14899 14697 0 -1 4194304 1376 11945 0 2 6 1 116 9 16 0 1 0 18932256 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14899/statm: 4217 1113 409 3 0 796 0
[pid=14922] ppid=14899 vsize=5356 CPUtime=0
/proc/14922/stat : 14922 (sh) S 14899 14899 14697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18932397 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14922/statm: 1339 232 193 169 0 50 0
[pid=14923] ppid=14922 vsize=7692 CPUtime=49.21
/proc/14923/stat : 14923 (minisat) R 14922 14899 14697 0 -1 4194304 1634 0 0 0 4920 1 0 0 25 0 1 0 18932398 7876608 1620 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/14923/statm: 1923 1620 75 150 0 1770 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 29916

[startup+102.306 s]
/proc/loadavg: 1.98 1.89 1.27 3/87 14923
/proc/meminfo: memFree=1002312/2055920 swapFree=4192812/4192956
[pid=14899] ppid=14897 vsize=16868 CPUtime=1.32
/proc/14899/stat : 14899 (sugar) S 14897 14899 14697 0 -1 4194304 1376 11945 0 2 6 1 116 9 16 0 1 0 18932256 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14899/statm: 4217 1113 409 3 0 796 0
[pid=14922] ppid=14899 vsize=5356 CPUtime=0
/proc/14922/stat : 14922 (sh) S 14899 14899 14697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18932397 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14922/statm: 1339 232 193 169 0 50 0
[pid=14923] ppid=14922 vsize=8632 CPUtime=99.93
/proc/14923/stat : 14923 (minisat) R 14922 14899 14697 0 -1 4194304 1896 0 0 0 9991 2 0 0 25 0 1 0 18932398 8839168 1882 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/14923/statm: 2158 1882 75 150 0 2005 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 30856

[startup+162.302 s]
/proc/loadavg: 1.99 1.91 1.31 3/87 14923
/proc/meminfo: memFree=1001288/2055920 swapFree=4192812/4192956
[pid=14899] ppid=14897 vsize=16868 CPUtime=1.32
/proc/14899/stat : 14899 (sugar) S 14897 14899 14697 0 -1 4194304 1376 11945 0 2 6 1 116 9 16 0 1 0 18932256 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14899/statm: 4217 1113 409 3 0 796 0
[pid=14922] ppid=14899 vsize=5356 CPUtime=0
/proc/14922/stat : 14922 (sh) S 14899 14899 14697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18932397 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14922/statm: 1339 232 193 169 0 50 0
[pid=14923] ppid=14922 vsize=9580 CPUtime=159.37
/proc/14923/stat : 14923 (minisat) R 14922 14899 14697 0 -1 4194304 2113 0 0 0 15935 2 0 0 25 0 1 0 18932398 9809920 2099 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/14923/statm: 2395 2099 75 150 0 2242 0
Current children cumulated CPU time (s) 160.69
Current children cumulated vsize (KiB) 31804

[startup+222.301 s]
/proc/loadavg: 1.99 1.92 1.35 3/87 14923
/proc/meminfo: memFree=1000456/2055920 swapFree=4192812/4192956
[pid=14899] ppid=14897 vsize=16868 CPUtime=1.32
/proc/14899/stat : 14899 (sugar) S 14897 14899 14697 0 -1 4194304 1376 11945 0 2 6 1 116 9 16 0 1 0 18932256 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14899/statm: 4217 1113 409 3 0 796 0
[pid=14922] ppid=14899 vsize=5356 CPUtime=0
/proc/14922/stat : 14922 (sh) S 14899 14899 14697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18932397 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14922/statm: 1339 232 193 169 0 50 0
[pid=14923] ppid=14922 vsize=10384 CPUtime=218.8
/proc/14923/stat : 14923 (minisat) R 14922 14899 14697 0 -1 4194304 2330 0 0 0 21878 2 0 0 25 0 1 0 18932398 10633216 2316 996147200 134512640 135127466 4294956256 18446744073709551615 134530736 0 0 4096 3 0 0 0 17 1 0 0
/proc/14923/statm: 2596 2316 75 150 0 2443 0
Current children cumulated CPU time (s) 220.12
Current children cumulated vsize (KiB) 32608

[startup+282.302 s]
/proc/loadavg: 1.99 1.94 1.39 3/87 14923
/proc/meminfo: memFree=1000072/2055920 swapFree=4192812/4192956
[pid=14899] ppid=14897 vsize=16868 CPUtime=1.32
/proc/14899/stat : 14899 (sugar) S 14897 14899 14697 0 -1 4194304 1376 11945 0 2 6 1 116 9 16 0 1 0 18932256 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14899/statm: 4217 1113 409 3 0 796 0
[pid=14922] ppid=14899 vsize=5356 CPUtime=0
/proc/14922/stat : 14922 (sh) S 14899 14899 14697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18932397 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14922/statm: 1339 232 193 169 0 50 0
[pid=14923] ppid=14922 vsize=10896 CPUtime=278.24
/proc/14923/stat : 14923 (minisat) R 14922 14899 14697 0 -1 4194304 2420 0 0 0 27822 2 0 0 25 0 1 0 18932398 11157504 2406 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/14923/statm: 2724 2406 75 150 0 2571 0
Current children cumulated CPU time (s) 279.56
Current children cumulated vsize (KiB) 33120

[startup+342.302 s]

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

/proc/14899/statm: 4217 1113 409 3 0 796 0
[pid=14922] ppid=14899 vsize=5356 CPUtime=0
/proc/14922/stat : 14922 (sh) S 14899 14899 14697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18932397 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14922/statm: 1339 232 193 169 0 50 0
[pid=14923] ppid=14922 vsize=16696 CPUtime=1356.55
/proc/14923/stat : 14923 (minisat) R 14922 14899 14697 0 -1 4194304 3864 0 0 0 135647 8 0 0 25 0 1 0 18932398 17096704 3850 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14923/statm: 4174 3850 75 150 0 4021 0
Current children cumulated CPU time (s) 1357.87
Current children cumulated vsize (KiB) 38920

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.79 3/77 15012
/proc/meminfo: memFree=1127256/2055920 swapFree=4192812/4192956
[pid=14899] ppid=14897 vsize=16868 CPUtime=1.32
/proc/14899/stat : 14899 (sugar) S 14897 14899 14697 0 -1 4194304 1376 11945 0 2 6 1 116 9 16 0 1 0 18932256 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14899/statm: 4217 1113 409 3 0 796 0
[pid=14922] ppid=14899 vsize=5356 CPUtime=0
/proc/14922/stat : 14922 (sh) S 14899 14899 14697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18932397 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14922/statm: 1339 232 193 169 0 50 0
[pid=14923] ppid=14922 vsize=17096 CPUtime=1416.53
/proc/14923/stat : 14923 (minisat) R 14922 14899 14697 0 -1 4194304 3960 0 0 0 141645 8 0 0 25 0 1 0 18932398 17506304 3946 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14923/statm: 4274 3946 75 150 0 4121 0
Current children cumulated CPU time (s) 1417.85
Current children cumulated vsize (KiB) 39320

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.80 3/77 15012
/proc/meminfo: memFree=1127000/2055920 swapFree=4192812/4192956
[pid=14899] ppid=14897 vsize=16868 CPUtime=1.32
/proc/14899/stat : 14899 (sugar) S 14897 14899 14697 0 -1 4194304 1376 11945 0 2 6 1 116 9 16 0 1 0 18932256 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14899/statm: 4217 1113 409 3 0 796 0
[pid=14922] ppid=14899 vsize=5356 CPUtime=0
/proc/14922/stat : 14922 (sh) S 14899 14899 14697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18932397 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14922/statm: 1339 232 193 169 0 50 0
[pid=14923] ppid=14922 vsize=17240 CPUtime=1476.5
/proc/14923/stat : 14923 (minisat) R 14922 14899 14697 0 -1 4194304 3983 0 0 0 147642 8 0 0 25 0 1 0 18932398 17653760 3969 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14923/statm: 4310 3969 75 150 0 4157 0
Current children cumulated CPU time (s) 1477.82
Current children cumulated vsize (KiB) 39464

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.81 3/77 15012
/proc/meminfo: memFree=1125784/2055920 swapFree=4192812/4192956
[pid=14899] ppid=14897 vsize=16868 CPUtime=1.32
/proc/14899/stat : 14899 (sugar) S 14897 14899 14697 0 -1 4194304 1376 11945 0 2 6 1 116 9 16 0 1 0 18932256 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14899/statm: 4217 1113 409 3 0 796 0
[pid=14922] ppid=14899 vsize=5356 CPUtime=0
/proc/14922/stat : 14922 (sh) S 14899 14899 14697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18932397 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14922/statm: 1339 232 193 169 0 50 0
[pid=14923] ppid=14922 vsize=18032 CPUtime=1536.47
/proc/14923/stat : 14923 (minisat) R 14922 14899 14697 0 -1 4194304 4208 0 0 0 153639 8 0 0 25 0 1 0 18932398 18464768 4194 996147200 134512640 135127466 4294956256 18446744073709551615 134528568 0 0 4096 3 0 0 0 17 0 0 0
/proc/14923/statm: 4508 4194 75 150 0 4355 0
Current children cumulated CPU time (s) 1537.79
Current children cumulated vsize (KiB) 40256

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.82 3/77 15014
/proc/meminfo: memFree=1125528/2055920 swapFree=4192812/4192956
[pid=14899] ppid=14897 vsize=16868 CPUtime=1.32
/proc/14899/stat : 14899 (sugar) S 14897 14899 14697 0 -1 4194304 1376 11945 0 2 6 1 116 9 16 0 1 0 18932256 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14899/statm: 4217 1113 409 3 0 796 0
[pid=14922] ppid=14899 vsize=5356 CPUtime=0
/proc/14922/stat : 14922 (sh) S 14899 14899 14697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18932397 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14922/statm: 1339 232 193 169 0 50 0
[pid=14923] ppid=14922 vsize=18032 CPUtime=1596.45
/proc/14923/stat : 14923 (minisat) R 14922 14899 14697 0 -1 4194304 4208 0 0 0 159637 8 0 0 25 0 1 0 18932398 18464768 4194 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14923/statm: 4508 4194 75 150 0 4355 0
Current children cumulated CPU time (s) 1597.77
Current children cumulated vsize (KiB) 40256

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.83 3/77 15014
/proc/meminfo: memFree=1125208/2055920 swapFree=4192812/4192956
[pid=14899] ppid=14897 vsize=16868 CPUtime=1.32
/proc/14899/stat : 14899 (sugar) S 14897 14899 14697 0 -1 4194304 1376 11945 0 2 6 1 116 9 16 0 1 0 18932256 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14899/statm: 4217 1113 409 3 0 796 0
[pid=14922] ppid=14899 vsize=5356 CPUtime=0
/proc/14922/stat : 14922 (sh) S 14899 14899 14697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18932397 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14922/statm: 1339 232 193 169 0 50 0
[pid=14923] ppid=14922 vsize=18152 CPUtime=1656.42
/proc/14923/stat : 14923 (minisat) R 14922 14899 14697 0 -1 4194304 4213 0 0 0 165634 8 0 0 25 0 1 0 18932398 18587648 4199 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14923/statm: 4538 4199 75 150 0 4385 0
Current children cumulated CPU time (s) 1657.74
Current children cumulated vsize (KiB) 40376

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

[startup+1663.9 s]
/proc/loadavg: 1.99 1.97 1.83 3/77 15014
/proc/meminfo: memFree=1125208/2055920 swapFree=4192812/4192956
[pid=14899] ppid=14897 vsize=16868 CPUtime=1.32
/proc/14899/stat : 14899 (sugar) S 14897 14899 14697 0 -1 4194304 1376 11945 0 2 6 1 116 9 16 0 1 0 18932256 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14899/statm: 4217 1113 409 3 0 796 0
[pid=14922] ppid=14899 vsize=5356 CPUtime=0
/proc/14922/stat : 14922 (sh) S 14899 14899 14697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18932397 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14922/statm: 1339 232 193 169 0 50 0
[pid=14923] ppid=14922 vsize=18152 CPUtime=1658.02
/proc/14923/stat : 14923 (minisat) R 14922 14899 14697 0 -1 4194304 4213 0 0 0 165794 8 0 0 25 0 1 0 18932398 18587648 4199 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14923/statm: 4538 4199 75 150 0 4385 0
Current children cumulated CPU time (s) 1659.34
Current children cumulated vsize (KiB) 40376

[startup+1667.1 s]
/proc/loadavg: 1.99 1.97 1.83 3/77 15014
/proc/meminfo: memFree=1125208/2055920 swapFree=4192812/4192956
[pid=14899] ppid=14897 vsize=16868 CPUtime=1.32
/proc/14899/stat : 14899 (sugar) S 14897 14899 14697 0 -1 4194304 1376 11945 0 2 6 1 116 9 16 0 1 0 18932256 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14899/statm: 4217 1113 409 3 0 796 0
[pid=14922] ppid=14899 vsize=5356 CPUtime=0
/proc/14922/stat : 14922 (sh) S 14899 14899 14697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18932397 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14922/statm: 1339 232 193 169 0 50 0
[pid=14923] ppid=14922 vsize=18152 CPUtime=1661.22
/proc/14923/stat : 14923 (minisat) R 14922 14899 14697 0 -1 4194304 4213 0 0 0 166114 8 0 0 25 0 1 0 18932398 18587648 4199 996147200 134512640 135127466 4294956256 18446744073709551615 134530742 0 0 4096 3 0 0 0 17 0 0 0
/proc/14923/statm: 4538 4199 75 150 0 4385 0
Current children cumulated CPU time (s) 1662.54
Current children cumulated vsize (KiB) 40376

[startup+1667.9 s]
/proc/loadavg: 1.99 1.97 1.83 3/77 15014
/proc/meminfo: memFree=1125208/2055920 swapFree=4192812/4192956
[pid=14899] ppid=14897 vsize=16868 CPUtime=1.32
/proc/14899/stat : 14899 (sugar) S 14897 14899 14697 0 -1 4194304 1376 11945 0 2 6 1 116 9 16 0 1 0 18932256 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14899/statm: 4217 1113 409 3 0 796 0
[pid=14922] ppid=14899 vsize=5356 CPUtime=0
/proc/14922/stat : 14922 (sh) S 14899 14899 14697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18932397 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14922/statm: 1339 232 193 169 0 50 0
[pid=14923] ppid=14922 vsize=18152 CPUtime=1662.02
/proc/14923/stat : 14923 (minisat) R 14922 14899 14697 0 -1 4194304 4213 0 0 0 166194 8 0 0 25 0 1 0 18932398 18587648 4199 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/14923/statm: 4538 4199 75 150 0 4385 0
Current children cumulated CPU time (s) 1663.34
Current children cumulated vsize (KiB) 40376

[startup+1668.71 s]
/proc/loadavg: 1.99 1.97 1.83 3/77 15014
/proc/meminfo: memFree=1125016/2055920 swapFree=4192812/4192956
[pid=14899] ppid=14897 vsize=16868 CPUtime=1.32
/proc/14899/stat : 14899 (sugar) S 14897 14899 14697 0 -1 4194304 1376 11945 0 2 6 1 116 9 16 0 1 0 18932256 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14899/statm: 4217 1113 409 3 0 796 0
[pid=14922] ppid=14899 vsize=5356 CPUtime=0
/proc/14922/stat : 14922 (sh) S 14899 14899 14697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18932397 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14922/statm: 1339 232 193 169 0 50 0
[pid=14923] ppid=14922 vsize=18152 CPUtime=1662.83
/proc/14923/stat : 14923 (minisat) R 14922 14899 14697 0 -1 4194304 4213 0 0 0 166275 8 0 0 25 0 1 0 18932398 18587648 4199 996147200 134512640 135127466 4294956256 18446744073709551615 134530684 0 0 4096 3 0 0 0 17 0 0 0
/proc/14923/statm: 4538 4199 75 150 0 4385 0
Current children cumulated CPU time (s) 1664.15
Current children cumulated vsize (KiB) 40376

[startup+1669.1 s]
/proc/loadavg: 1.99 1.97 1.83 3/77 15014
/proc/meminfo: memFree=1125016/2055920 swapFree=4192812/4192956
[pid=14899] ppid=14897 vsize=16868 CPUtime=1.32
/proc/14899/stat : 14899 (sugar) S 14897 14899 14697 0 -1 4194304 1376 11945 0 2 6 1 116 9 16 0 1 0 18932256 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14899/statm: 4217 1113 409 3 0 796 0
[pid=14922] ppid=14899 vsize=5356 CPUtime=0
/proc/14922/stat : 14922 (sh) S 14899 14899 14697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18932397 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14922/statm: 1339 232 193 169 0 50 0
[pid=14923] ppid=14922 vsize=18152 CPUtime=1663.22
/proc/14923/stat : 14923 (minisat) R 14922 14899 14697 0 -1 4194304 4213 0 0 0 166314 8 0 0 25 0 1 0 18932398 18587648 4199 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/14923/statm: 4538 4199 75 150 0 4385 0
Current children cumulated CPU time (s) 1664.54
Current children cumulated vsize (KiB) 40376

[startup+1669.2 s]
/proc/loadavg: 1.99 1.97 1.83 3/77 15014
/proc/meminfo: memFree=1125016/2055920 swapFree=4192812/4192956
[pid=14899] ppid=14897 vsize=16868 CPUtime=1664.57
/proc/14899/stat : 14899 (sugar) S 14897 14899 14697 0 -1 4194304 1448 16452 0 2 6 1 166432 18 15 0 1 0 18932256 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14899/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1664.57
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1669.28
CPU time (s): 1664.72
CPU user time (s): 1664.48
CPU system time (s): 0.233964
CPU usage (%): 99.7265
Max. virtual memory (cumulated for all children) (KiB): 886664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1664.48
system time used= 0.233964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21737
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= 2060
involuntary context switches= 23778

runsolver used 1.9817 second user time and 5.61515 second system time

The end

Launcher Data

Begin job on node44 at 2009-07-11 15:24:44
IDJOB=2057783
IDBENCH=53411
IDSOLVER=739
FILE ID=node44/2057783-1247318684
PBS_JOBID= 9506539
Free space on /tmp= 66380 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/BH-4-7/normalized-BlackHole-4-7-h-0_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2057783-1247318684/watcher-2057783-1247318684 -o /tmp/evaluation-result-2057783-1247318684/solver-2057783-1247318684 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2057783-1247318684.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= a0441179c2ba03eeefc76c7e0b78ba0f
RANDOM SEED=936713464

node44.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.219
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.219
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:       1014144 kB
Buffers:         43588 kB
Cached:         776148 kB
SwapCached:        140 kB
Active:         267692 kB
Inactive:       714564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1014144 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1436 kB
Writeback:           0 kB
Mapped:         178016 kB
Slab:            44576 kB
Committed_AS:   855868 kB
PageTables:       2040 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= 66380 MiB
End job on node44 at 2009-07-11 15:52:33