Trace number 455740

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, and are wall clock time (not CPU 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
SATzilla CRAFTEDUNSAT 246.566 246.665

General information on the benchmark

Nameindustrial/anbulagan/
medium-unsat/total-10-11-u.cnf
MD5SUM72bf29e65f8337564b4a44baea32f1cb
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark74.9146
Satisfiable
(Un)Satisfiability was proved
Number of variables192890
Number of clauses855991
Sum of the clauses size1944492
Maximum clause length10
Minimum clause length1
Number of clauses of size 116350
Number of clauses of size 2701001
Number of clauses of size 3101900
Number of clauses of size 44080
Number of clauses of size 516320
Number of clauses of size over 516340

Solver Data (download as text)

70.13/70.21	c run March_dl for 5 seconds ... 
70.13/70.21	c Bin: Executing march_dl
70.13/70.21	c child exit by a signal
70.13/70.21	c march_dl returned code 137.
70.13/70.21	c run saps (UBCSAT implementation) for 2 seconds ... 
70.13/70.21	c Bin: Executing ubcsat2006
70.13/70.21	c child exited successfully
70.13/70.21	c ubcsat2006 returned code 0.
70.13/70.21	c satzilla computing base features
70.13/70.21	Error!!! VCG-VAR-entropy
70.13/70.21	Satzilla is runing default solver ... 
70.13/70.21	 c satzilla running minisat20 ... 
70.13/70.21	This is MiniSat 2.0 beta
70.13/70.21	WARNING: for repeatability, setting FPU to use double precision
70.13/70.21	============================[ Problem Statistics ]=============================
70.13/70.21	|                                                                             |
70.13/70.22	|  Number of variables:  192890                                               |
70.13/70.22	|  Number of clauses:    855991                                               |
70.62/70.78	|  Parsing time:         0.50         s                                       |
70.72/70.84	============================[ Search Statistics ]==============================
70.72/70.84	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
70.72/70.84	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
70.72/70.84	===============================================================================
70.72/70.84	|         0 |  144134   617233  1456649 |   205744        0    nan |  0.000 % |
71.33/71.42	|       100 |  143815   617233  1456649 |   226318       85     43 | 31.036 % |
71.92/72.10	|       250 |  131325   562307  1338457 |   248950      226     55 | 35.031 % |
73.42/73.52	|       476 |  121114   507251  1219998 |   273845      433     61 | 37.376 % |
75.32/75.45	|       813 |  116036   480822  1162922 |   301230      748     76 | 40.943 % |
77.82/77.91	|      1321 |  103695   418781  1022401 |   331353     1052     88 | 46.549 % |
81.12/81.30	|      2080 |   95871   380998   940454 |   364488     1793    101 | 50.933 % |
86.12/86.23	|      3221 |   91849   363414   902088 |   400937     2918    114 | 53.737 % |
93.32/93.41	|      4930 |   88987   348095   868366 |   441031     4620    125 | 53.867 % |
101.12/101.21	|      7494 |   87037   338798   847980 |   485134     7177    125 | 54.877 % |
115.71/115.90	|     11339 |   86193   334888   839282 |   533647     8427    139 | 55.325 % |
141.30/141.44	|     17105 |   84034   325319   817496 |   587012    13969    138 | 56.434 % |
183.39/183.54	|     25754 |   83304   322088   810222 |   645713    22591    150 | 56.880 % |
246.47/246.64	===============================================================================
246.47/246.65	restarts              : 13
246.47/246.65	conflicts             : 36740          (208 /sec)
246.47/246.65	decisions             : 88582          (0.71 % random) (503 /sec)
246.47/246.65	propagations          : 192114369      (1089892 /sec)
246.47/246.65	conflict literals     : 5106431        (45.71 % deleted)
246.47/246.65	Memory used           : 61.63 MB
246.47/246.65	CPU time              : 176.269 s
246.47/246.65	
246.47/246.65	c Bin: Executing minisat20
246.47/246.65	c child exited successfully
246.47/246.65	c minisat20 returned code 20.
246.47/246.65	s UNSATISFIABLE
246.47/246.65	c SATZILLA_TIME=246.580000

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node12/watcher-455740-1178553933 -o ROOT/results/node12/solver-455740-1178553933 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/455740-1178553933/SATzilla2007_C /tmp/evaluation/455740-1178553933/instance-455740-1178553933.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 15000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 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: 0.00 0.00 0.00 3/77 11526
/proc/meminfo: memFree=1721520/2055920 swapFree=4160044/4192956
[pid=11526] ppid=11524 vsize=1440 CPUtime=0
/proc/11526/stat : 11526 (SATzilla2007_C) R 11524 11526 11470 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 331430802 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/11526/statm: 360 110 95 260 0 84 0
[pid=11527] ppid=11526 vsize=4736 CPUtime=0
/proc/11527/stat : 11527 (march_dl) R 11526 11526 11470 0 -1 4194304 795 0 0 0 0 0 0 0 18 0 1 0 331430802 4849664 790 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134549449 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11527/statm: 1184 796 49 118 0 1063 0

[startup+0.0887411 s]
/proc/loadavg: 0.00 0.00 0.00 3/77 11526
/proc/meminfo: memFree=1721520/2055920 swapFree=4160044/4192956
[pid=11526] ppid=11524 vsize=1440 CPUtime=0
/proc/11526/stat : 11526 (SATzilla2007_C) S 11524 11526 11470 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 331430802 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11526/statm: 360 110 95 260 0 84 0
[pid=11527] ppid=11526 vsize=20092 CPUtime=0.07
/proc/11527/stat : 11527 (march_dl) R 11526 11526 11470 0 -1 4194304 3944 0 0 0 6 1 0 0 20 0 1 0 331430802 20574208 3939 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11527/statm: 5023 3939 50 118 0 4902 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 21532

[startup+0.102742 s]
/proc/loadavg: 0.00 0.00 0.00 3/77 11526
/proc/meminfo: memFree=1721520/2055920 swapFree=4160044/4192956
[pid=11526] ppid=11524 vsize=1440 CPUtime=0
/proc/11526/stat : 11526 (SATzilla2007_C) S 11524 11526 11470 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 331430802 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11526/statm: 360 110 95 260 0 84 0
[pid=11527] ppid=11526 vsize=20224 CPUtime=0.09
/proc/11527/stat : 11527 (march_dl) R 11526 11526 11470 0 -1 4194304 4003 0 0 0 8 1 0 0 20 0 1 0 331430802 20709376 3998 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134651510 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11527/statm: 5056 3998 50 118 0 4935 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21664

[startup+0.302763 s]
/proc/loadavg: 0.00 0.00 0.00 3/77 11526
/proc/meminfo: memFree=1721520/2055920 swapFree=4160044/4192956
[pid=11526] ppid=11524 vsize=1440 CPUtime=0
/proc/11526/stat : 11526 (SATzilla2007_C) S 11524 11526 11470 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 331430802 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11526/statm: 360 110 95 260 0 84 0
[pid=11527] ppid=11526 vsize=22864 CPUtime=0.29
/proc/11527/stat : 11527 (march_dl) R 11526 11526 11470 0 -1 4194304 4823 0 0 0 27 2 0 0 21 0 1 0 331430802 23412736 4818 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11527/statm: 5716 4819 50 118 0 5595 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24304

[startup+0.702803 s]
/proc/loadavg: 0.00 0.00 0.00 3/77 11526
/proc/meminfo: memFree=1721520/2055920 swapFree=4160044/4192956
[pid=11526] ppid=11524 vsize=1440 CPUtime=0
/proc/11526/stat : 11526 (SATzilla2007_C) S 11524 11526 11470 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 331430802 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11526/statm: 360 110 95 260 0 84 0
[pid=11527] ppid=11526 vsize=27748 CPUtime=0.69
/proc/11527/stat : 11527 (march_dl) R 11526 11526 11470 0 -1 4194304 6314 0 0 0 66 3 0 0 25 0 1 0 331430802 28413952 6309 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134796680 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11527/statm: 6937 6309 50 118 0 6816 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29188

[startup+1.50188 s]
/proc/loadavg: 0.08 0.02 0.01 2/79 11528
/proc/meminfo: memFree=1691424/2055920 swapFree=4160044/4192956
[pid=11526] ppid=11524 vsize=1440 CPUtime=0
/proc/11526/stat : 11526 (SATzilla2007_C) S 11524 11526 11470 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 331430802 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11526/statm: 360 110 95 260 0 84 0
[pid=11527] ppid=11526 vsize=66692 CPUtime=1.49
/proc/11527/stat : 11527 (march_dl) R 11526 11526 11470 0 -1 4194304 14582 0 0 0 141 8 0 0 25 0 1 0 331430802 68292608 12702 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134663585 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11527/statm: 16673 12702 53 118 0 16552 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 68132

[startup+3.10104 s]
/proc/loadavg: 0.08 0.02 0.01 2/79 11528
/proc/meminfo: memFree=1658528/2055920 swapFree=4160044/4192956
[pid=11526] ppid=11524 vsize=1440 CPUtime=0
/proc/11526/stat : 11526 (SATzilla2007_C) S 11524 11526 11470 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 331430802 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11526/statm: 360 110 95 260 0 84 0
[pid=11527] ppid=11526 vsize=74228 CPUtime=3.08
/proc/11527/stat : 11527 (march_dl) R 11526 11526 11470 0 -1 4194304 21525 0 0 0 297 11 0 0 25 0 1 0 331430802 76009472 14843 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134544562 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11527/statm: 18557 14843 55 118 0 18436 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 75668

[startup+6.30136 s]
/proc/loadavg: 0.08 0.02 0.01 2/79 11529
/proc/meminfo: memFree=1716064/2055920 swapFree=4160044/4192956
[pid=11526] ppid=11524 vsize=1440 CPUtime=5
/proc/11526/stat : 11526 (SATzilla2007_C) S 11524 11526 11470 0 -1 4194304 134 27561 0 0 0 0 485 15 16 0 1 0 331430802 1474560 111 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11526/statm: 360 111 96 260 0 84 0
[pid=11529] ppid=11526 vsize=69672 CPUtime=1.27
/proc/11529/stat : 11529 (ubcsat2006) R 11526 11526 11470 0 -1 4194304 12338 0 0 0 120 7 0 0 25 0 1 0 331431304 71344128 12321 18446744073709551615 134512640 134777720 4294956528 18446744073709551615 134717985 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11529/statm: 17418 12321 155 64 0 16999 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 71112

[startup+12.702 s]
/proc/loadavg: 0.22 0.05 0.02 2/78 11529
/proc/meminfo: memFree=1645032/2055920 swapFree=4160044/4192956
[pid=11526] ppid=11524 vsize=82268 CPUtime=12.66
/proc/11526/stat : 11526 (SATzilla2007_C) R 11524 11526 11470 0 -1 4194304 19259 40237 0 0 437 8 797 24 25 0 1 0 331430802 84242432 19229 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 134537941 0 0 4096 0 0 0 0 17 1 0 0
/proc/11526/statm: 20567 19229 121 260 0 20291 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 82268

[startup+25.5013 s]
/proc/loadavg: 0.34 0.08 0.02 2/78 11529
/proc/meminfo: memFree=1644648/2055920 swapFree=4160044/4192956
[pid=11526] ppid=11524 vsize=82268 CPUtime=25.46
/proc/11526/stat : 11526 (SATzilla2007_C) R 11524 11526 11470 0 -1 4194304 19352 40237 0 0 1715 10 797 24 25 0 1 0 331430802 84242432 19322 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/11526/statm: 20567 19322 121 260 0 20291 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 82268

[startup+51.1018 s]
/proc/loadavg: 0.56 0.15 0.05 2/78 11529
/proc/meminfo: memFree=1643816/2055920 swapFree=4160044/4192956
[pid=11526] ppid=11524 vsize=82268 CPUtime=51.04
/proc/11526/stat : 11526 (SATzilla2007_C) R 11524 11526 11470 0 -1 4194304 19574 40237 0 0 4270 13 797 24 25 0 1 0 331430802 84242432 19544 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/11526/statm: 20567 19544 121 260 0 20291 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 82268

[startup+102.306 s]
/proc/loadavg: 0.82 0.29 0.10 2/79 11530
/proc/meminfo: memFree=1628000/2055920 swapFree=4160044/4192956
[pid=11526] ppid=11524 vsize=48856 CPUtime=70.15
/proc/11526/stat : 11526 (SATzilla2007_C) S 11524 11526 11470 0 -1 4194304 23672 40237 0 0 6177 17 797 24 25 0 1 0 331430802 50028544 11804 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11526/statm: 12214 11804 126 260 0 11938 0
[pid=11530] ppid=11526 vsize=49456 CPUtime=32.07
/proc/11530/stat : 11530 (minisat20) R 11526 11526 11470 0 -1 4194304 11737 0 0 0 3201 6 0 0 25 0 1 0 331437823 50642944 11731 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525395 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11530/statm: 12364 11731 59 118 0 12242 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 98312

[startup+162.303 s]
/proc/loadavg: 0.93 0.42 0.15 2/79 11530
/proc/meminfo: memFree=1623456/2055920 swapFree=4160044/4192956
[pid=11526] ppid=11524 vsize=48856 CPUtime=70.15
/proc/11526/stat : 11526 (SATzilla2007_C) S 11524 11526 11470 0 -1 4194304 23672 40237 0 0 6177 17 797 24 25 0 1 0 331430802 50028544 11804 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11526/statm: 12214 11804 126 260 0 11938 0
[pid=11530] ppid=11526 vsize=54092 CPUtime=92.04
/proc/11530/stat : 11530 (minisat20) R 11526 11526 11470 0 -1 4194304 12894 0 0 0 9197 7 0 0 25 0 1 0 331437823 55390208 12888 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11530/statm: 13523 12888 59 118 0 13401 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 102948

[startup+222.303 s]
/proc/loadavg: 0.97 0.52 0.20 2/79 11530
/proc/meminfo: memFree=1616288/2055920 swapFree=4160044/4192956
[pid=11526] ppid=11524 vsize=48856 CPUtime=70.15
/proc/11526/stat : 11526 (SATzilla2007_C) S 11524 11526 11470 0 -1 4194304 23672 40237 0 0 6177 17 797 24 25 0 1 0 331430802 50028544 11804 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11526/statm: 12214 11804 126 260 0 11938 0
[pid=11530] ppid=11526 vsize=61128 CPUtime=152.03
/proc/11530/stat : 11530 (minisat20) R 11526 11526 11470 0 -1 4194304 14648 0 0 0 15194 9 0 0 25 0 1 0 331437823 62595072 14642 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11530/statm: 15282 14642 59 118 0 15160 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 109984

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

[startup+230.302 s]
/proc/loadavg: 0.98 0.53 0.21 2/79 11530
/proc/meminfo: memFree=1615712/2055920 swapFree=4160044/4192956
[pid=11526] ppid=11524 vsize=48856 CPUtime=70.15
/proc/11526/stat : 11526 (SATzilla2007_C) S 11524 11526 11470 0 -1 4194304 23672 40237 0 0 6177 17 797 24 25 0 1 0 331430802 50028544 11804 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11526/statm: 12214 11804 126 260 0 11938 0
[pid=11530] ppid=11526 vsize=61788 CPUtime=160.02
/proc/11530/stat : 11530 (minisat20) R 11526 11526 11470 0 -1 4194304 14797 0 0 0 15993 9 0 0 25 0 1 0 331437823 63270912 14791 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11530/statm: 15447 14791 59 118 0 15325 0
Current children cumulated CPU time (s) 230.17
Current children cumulated vsize (KiB) 110644

[startup+236.701 s]
/proc/loadavg: 0.98 0.54 0.22 2/79 11530
/proc/meminfo: memFree=1614944/2055920 swapFree=4160044/4192956
[pid=11526] ppid=11524 vsize=48856 CPUtime=70.15
/proc/11526/stat : 11526 (SATzilla2007_C) S 11524 11526 11470 0 -1 4194304 23672 40237 0 0 6177 17 797 24 25 0 1 0 331430802 50028544 11804 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11526/statm: 12214 11804 126 260 0 11938 0
[pid=11530] ppid=11526 vsize=62448 CPUtime=166.42
/proc/11530/stat : 11530 (minisat20) R 11526 11526 11470 0 -1 4194304 14981 0 0 0 16632 10 0 0 25 0 1 0 331437823 63946752 14975 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11530/statm: 15612 14975 59 118 0 15490 0
Current children cumulated CPU time (s) 236.57
Current children cumulated vsize (KiB) 111304

[startup+243.106 s]
/proc/loadavg: 0.98 0.55 0.22 2/79 11530
/proc/meminfo: memFree=1614496/2055920 swapFree=4160044/4192956
[pid=11526] ppid=11524 vsize=48856 CPUtime=70.15
/proc/11526/stat : 11526 (SATzilla2007_C) S 11524 11526 11470 0 -1 4194304 23672 40237 0 0 6177 17 797 24 25 0 1 0 331430802 50028544 11804 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11526/statm: 12214 11804 126 260 0 11938 0
[pid=11530] ppid=11526 vsize=62844 CPUtime=172.83
/proc/11530/stat : 11530 (minisat20) R 11526 11526 11470 0 -1 4194304 15075 0 0 0 17273 10 0 0 25 0 1 0 331437823 64352256 15069 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11530/statm: 15711 15069 59 118 0 15589 0
Current children cumulated CPU time (s) 242.98
Current children cumulated vsize (KiB) 111700

[startup+244.701 s]
/proc/loadavg: 0.98 0.55 0.22 2/79 11530
/proc/meminfo: memFree=1614432/2055920 swapFree=4160044/4192956
[pid=11526] ppid=11524 vsize=48856 CPUtime=70.15
/proc/11526/stat : 11526 (SATzilla2007_C) S 11524 11526 11470 0 -1 4194304 23672 40237 0 0 6177 17 797 24 25 0 1 0 331430802 50028544 11804 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11526/statm: 12214 11804 126 260 0 11938 0
[pid=11530] ppid=11526 vsize=62976 CPUtime=174.42
/proc/11530/stat : 11530 (minisat20) R 11526 11526 11470 0 -1 4194304 15096 0 0 0 17432 10 0 0 25 0 1 0 331437823 64487424 15090 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11530/statm: 15744 15090 59 118 0 15622 0
Current children cumulated CPU time (s) 244.57
Current children cumulated vsize (KiB) 111832

[startup+245.501 s]
/proc/loadavg: 0.98 0.55 0.22 2/79 11530
/proc/meminfo: memFree=1614368/2055920 swapFree=4160044/4192956
[pid=11526] ppid=11524 vsize=48856 CPUtime=70.15
/proc/11526/stat : 11526 (SATzilla2007_C) S 11524 11526 11470 0 -1 4194304 23672 40237 0 0 6177 17 797 24 25 0 1 0 331430802 50028544 11804 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11526/statm: 12214 11804 126 260 0 11938 0
[pid=11530] ppid=11526 vsize=62976 CPUtime=175.22
/proc/11530/stat : 11530 (minisat20) R 11526 11526 11470 0 -1 4194304 15108 0 0 0 17512 10 0 0 25 0 1 0 331437823 64487424 15102 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11530/statm: 15744 15102 59 118 0 15622 0
Current children cumulated CPU time (s) 245.37
Current children cumulated vsize (KiB) 111832

[startup+246.301 s]
/proc/loadavg: 0.98 0.56 0.22 2/79 11530
/proc/meminfo: memFree=1614304/2055920 swapFree=4160044/4192956
[pid=11526] ppid=11524 vsize=48856 CPUtime=70.15
/proc/11526/stat : 11526 (SATzilla2007_C) S 11524 11526 11470 0 -1 4194304 23672 40237 0 0 6177 17 797 24 25 0 1 0 331430802 50028544 11804 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11526/statm: 12214 11804 126 260 0 11938 0
[pid=11530] ppid=11526 vsize=63108 CPUtime=176.02
/proc/11530/stat : 11530 (minisat20) R 11526 11526 11470 0 -1 4194304 15124 0 0 0 17592 10 0 0 25 0 1 0 331437823 64622592 15118 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525767 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11530/statm: 15777 15118 59 118 0 15655 0
Current children cumulated CPU time (s) 246.17
Current children cumulated vsize (KiB) 111964

[startup+246.501 s]
/proc/loadavg: 0.98 0.56 0.22 2/79 11530
/proc/meminfo: memFree=1614304/2055920 swapFree=4160044/4192956
[pid=11526] ppid=11524 vsize=48856 CPUtime=70.15
/proc/11526/stat : 11526 (SATzilla2007_C) S 11524 11526 11470 0 -1 4194304 23672 40237 0 0 6177 17 797 24 25 0 1 0 331430802 50028544 11804 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11526/statm: 12214 11804 126 260 0 11938 0
[pid=11530] ppid=11526 vsize=63108 CPUtime=176.22
/proc/11530/stat : 11530 (minisat20) R 11526 11526 11470 0 -1 4194304 15124 0 0 0 17612 10 0 0 25 0 1 0 331437823 64622592 15118 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11530/statm: 15777 15118 59 118 0 15655 0
Current children cumulated CPU time (s) 246.37
Current children cumulated vsize (KiB) 111964

[startup+246.601 s]
/proc/loadavg: 0.98 0.56 0.22 2/79 11530
/proc/meminfo: memFree=1614304/2055920 swapFree=4160044/4192956
[pid=11526] ppid=11524 vsize=48856 CPUtime=70.15
/proc/11526/stat : 11526 (SATzilla2007_C) S 11524 11526 11470 0 -1 4194304 23672 40237 0 0 6177 17 797 24 25 0 1 0 331430802 50028544 11804 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11526/statm: 12214 11804 126 260 0 11938 0
[pid=11530] ppid=11526 vsize=63108 CPUtime=176.32
/proc/11530/stat : 11530 (minisat20) R 11526 11526 11470 0 -1 4194304 15124 0 0 0 17622 10 0 0 25 0 1 0 331437823 64622592 15118 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11530/statm: 15777 15118 59 118 0 15655 0
Current children cumulated CPU time (s) 246.47
Current children cumulated vsize (KiB) 111964

Child status: 20
Real time (s): 246.665
CPU time (s): 246.566
CPU user time (s): 246.019
CPU system time (s): 0.546916
CPU usage (%): 99.9595
Max. virtual memory (cumulated for all children) (KiB): 111964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 246.019
system time used= 0.546916
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79055
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29
involuntary context switches= 5267

runsolver used 0.230964 second user time and 0.597909 second system time

The end

Launcher Data (download as text)

Begin job on node12 on Mon May  7 16:05:34 UTC 2007

IDJOB= 455740
IDBENCH= 20345
IDSOLVER= 179
FILE ID= node12/455740-1178553933

PBS_JOBID= 5217649

Free space on /tmp= 66540 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/industrial/anbulagan/medium-unsat/total-10-11-u.cnf
COMMAND LINE= /tmp/evaluation/455740-1178553933/SATzilla2007_C /tmp/evaluation/455740-1178553933/instance-455740-1178553933.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-455740-1178553933 -o ROOT/results/node12/solver-455740-1178553933 -C 10000 -W 15000 -M 1800 --output-limit 1,15  /tmp/evaluation/455740-1178553933/SATzilla2007_C /tmp/evaluation/455740-1178553933/instance-455740-1178553933.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  72bf29e65f8337564b4a44baea32f1cb

RANDOM SEED= 39470674

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

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

/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.239
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.239
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:       1721992 kB
Buffers:         41620 kB
Cached:         193212 kB
SwapCached:      11736 kB
Active:         196184 kB
Inactive:        61620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1721992 kB
SwapTotal:     4192956 kB
SwapFree:      4160044 kB
Dirty:           23548 kB
Writeback:           0 kB
Mapped:          29792 kB
Slab:            61572 kB
Committed_AS: 10826412 kB
PageTables:       1792 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= 66540 MiB

End job on node12 on Mon May  7 16:09:41 UTC 2007