Trace number 315729

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 RANDOM? (TO) 1200.06 1200.52

General information on the benchmark

Nameindustrial/palacios/medium/
cube-11-h14-sat.cnf
MD5SUM7cc30e40be8c690e76c3fb158623be61
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark217.784
Satisfiable
(Un)Satisfiability was proved
Number of variables508177
Number of clauses1529045
Sum of the clauses size3568287
Maximum clause length19
Minimum clause length1
Number of clauses of size 11331
Number of clauses of size 21019705
Number of clauses of size 3505422
Number of clauses of size 42413
Number of clauses of size 519
Number of clauses of size over 5155

Solver Data (download as text)

72.64/72.74	c run March_dl for 5 seconds ... 
72.64/72.74	c Bin: Executing march_dl
72.64/72.74	c child exit by a signal
72.64/72.74	c march_dl returned code 137.
72.64/72.74	c run saps (UBCSAT implementation) for 2 seconds ... 
72.64/72.74	c Bin: Executing ubcsat2006
72.64/72.74	c child exited successfully
72.64/72.74	c ubcsat2006 returned code 0.
72.64/72.74	c satzilla computing base features
72.64/72.74	Error!!! VCG-VAR-entropy
72.64/72.74	Satzilla is runing default solver ... 
72.64/72.74	 c satzilla running minisat20 ... 
72.64/72.75	This is MiniSat 2.0 beta
72.64/72.75	WARNING: for repeatability, setting FPU to use double precision
72.64/72.75	============================[ Problem Statistics ]=============================
72.64/72.75	|                                                                             |
72.64/72.75	|  Number of variables:  509512                                               |
72.64/72.75	|  Number of clauses:    1529045                                              |
73.64/73.71	|  Parsing time:         0.82         s                                       |
73.64/73.76	============================[ Search Statistics ]==============================
73.64/73.76	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
73.64/73.76	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
73.64/73.76	===============================================================================
73.64/73.76	|         0 |  508181  1525052  3560301 |   508350        0    nan |  0.000 % |
74.74/74.81	|       100 |  508178  1525052  3560301 |   559185       97     12 |  0.262 % |
76.53/76.60	|       251 |  508176  1522786  3555769 |   615104      246     18 |  0.262 % |
78.83/78.99	|       476 |  508175  1522786  3555769 |   676614      470     17 |  0.262 % |
82.73/82.89	|       814 |  508175  1522278  3554753 |   744276      808     23 |  0.262 % |
88.73/88.84	|      1320 |  508174  1521770  3553737 |   818703     1312     24 |  0.263 % |
100.03/100.13	|      2079 |  508173  1521333  3552863 |   900574     2071     33 |  0.263 % |
116.11/116.23	|      3221 |  508173  1521333  3552863 |   990631     3213     41 |  0.263 % |
141.51/141.66	|      4931 |  508171  1520398  3550993 |  1089694     4921     70 |  0.263 % |
180.99/181.10	|      7493 |  508165  1519537  3549271 |  1198664     7464    106 |  0.264 % |
240.97/241.19	|     11337 |  508160  1517249  3544695 |  1318530    11296    132 |  0.265 % |
340.23/340.49	|     17108 |  508146  1513650  3537497 |  1450383    17047    130 |  0.268 % |
488.38/488.65	|     25758 |  508138  1510618  3531433 |  1595422    25650    133 |  0.270 % |
752.09/752.41	|     38732 |  508131  1507821  3525839 |  1754964    38612    156 |  0.271 % |
1129.75/1130.27	|     58196 |  508125  1506392  3522981 |  1930460    58001    173 |  0.272 % |
1199.52/1200.02	c Bin: Executing minisat20
1199.52/1200.02	c child exit by a signal
1199.52/1200.02	c minisat20 returned code 137.
1199.52/1200.02	c minisat20 returned code 137.
1199.52/1200.02	c satzilla running zchaff_rand ... 
1199.52/1200.02	c Bin: Executing zchaff_rand
1199.52/1200.02	c zchaff_rand returned code 1.
1199.52/1200.02	c zchaff_rand returned code 1.
1199.52/1200.02	c satzilla running vallst ... 
1199.52/1200.02	c Bin: Executing vallst
1199.52/1200.02	c vallst returned code 1.
1199.52/1200.02	c vallst returned code 1.
1199.52/1200.02	c satzilla running march_dl ... 
1199.52/1200.02	c Bin: Executing march_dl
1199.52/1200.02	c march_dl returned code 1.
1199.52/1200.02	c march_dl returned code 1.
1199.52/1200.02	c satzilla running kcnfs ... 
1199.52/1200.02	c Bin: Executing kcnfs
1199.52/1200.02	c kcnfs returned code 1.
1199.52/1200.02	c kcnfs returned code 1.
1199.52/1200.02	c satzilla running minisat20 with preprocessing ... 

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node9/watcher-315729-1172657958 -o ROOT/results/node9/solver-315729-1172657958 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/315729-1172657958/SATzilla2007_R /tmp/evaluation/315729-1172657958/instance-315729-1172657958.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 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: 1.00 1.00 1.00 3/77 1523
/proc/meminfo: memFree=1223816/2055920 swapFree=4158656/4192956
[pid=1523] ppid=1521 vsize=1440 CPUtime=0
/proc/1523/stat : 1523 (SATzilla2007_R) R 1521 1523 518 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 285750527 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/1523/statm: 360 110 95 260 0 84 0
[pid=1524] ppid=1523 vsize=8604 CPUtime=0
/proc/1524/stat : 1524 (march_dl) R 1523 1523 518 0 -1 4194304 862 0 0 0 0 0 0 0 18 0 1 0 285750527 8810496 857 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134549401 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1524/statm: 2151 864 49 118 0 2030 0

[startup+0.07003 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 1523
/proc/meminfo: memFree=1223816/2055920 swapFree=4158656/4192956
[pid=1523] ppid=1521 vsize=1440 CPUtime=0
/proc/1523/stat : 1523 (SATzilla2007_R) S 1521 1523 518 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 285750527 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1523/statm: 360 110 95 260 0 84 0
[pid=1524] ppid=1523 vsize=34956 CPUtime=0.06
/proc/1524/stat : 1524 (march_dl) R 1523 1523 518 0 -1 4194304 6256 0 0 0 4 2 0 0 19 0 1 0 285750527 35794944 6251 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1524/statm: 8739 6254 49 118 0 8618 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 36396

[startup+0.101036 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 1523
/proc/meminfo: memFree=1223816/2055920 swapFree=4158656/4192956
[pid=1523] ppid=1521 vsize=1440 CPUtime=0
/proc/1523/stat : 1523 (SATzilla2007_R) S 1521 1523 518 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 285750527 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1523/statm: 360 110 95 260 0 84 0
[pid=1524] ppid=1523 vsize=44496 CPUtime=0.09
/proc/1524/stat : 1524 (march_dl) R 1523 1523 518 0 -1 4194304 9053 0 0 0 6 3 0 0 19 0 1 0 285750527 45563904 9048 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1524/statm: 11124 9049 50 118 0 11003 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 45936

[startup+0.301075 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 1523
/proc/meminfo: memFree=1223816/2055920 swapFree=4158656/4192956
[pid=1523] ppid=1521 vsize=1440 CPUtime=0
/proc/1523/stat : 1523 (SATzilla2007_R) S 1521 1523 518 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 285750527 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1523/statm: 360 110 95 260 0 84 0
[pid=1524] ppid=1523 vsize=46872 CPUtime=0.29
/proc/1524/stat : 1524 (march_dl) R 1523 1523 518 0 -1 4194304 9822 0 0 0 25 4 0 0 21 0 1 0 285750527 47996928 9817 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1524/statm: 11718 9817 50 118 0 11597 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 48312

[startup+0.701152 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 1523
/proc/meminfo: memFree=1223816/2055920 swapFree=4158656/4192956
[pid=1523] ppid=1521 vsize=1440 CPUtime=0
/proc/1523/stat : 1523 (SATzilla2007_R) S 1521 1523 518 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 285750527 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1523/statm: 360 110 95 260 0 84 0
[pid=1524] ppid=1523 vsize=51756 CPUtime=0.69
/proc/1524/stat : 1524 (march_dl) R 1523 1523 518 0 -1 4194304 11324 0 0 0 64 5 0 0 24 0 1 0 285750527 52998144 11319 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1524/statm: 12939 11319 50 118 0 12818 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53196

[startup+1.50131 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1525
/proc/meminfo: memFree=1174008/2055920 swapFree=4158656/4192956
[pid=1523] ppid=1521 vsize=1440 CPUtime=0
/proc/1523/stat : 1523 (SATzilla2007_R) S 1521 1523 518 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 285750527 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1523/statm: 360 110 95 260 0 84 0
[pid=1524] ppid=1523 vsize=61260 CPUtime=1.49
/proc/1524/stat : 1524 (march_dl) R 1523 1523 518 0 -1 4194304 14310 0 0 0 143 6 0 0 25 0 1 0 285750527 62730240 14305 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1524/statm: 15315 14305 50 118 0 15194 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 62700

[startup+3.10161 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1525
/proc/meminfo: memFree=1152632/2055920 swapFree=4158656/4192956
[pid=1523] ppid=1521 vsize=1440 CPUtime=0
/proc/1523/stat : 1523 (SATzilla2007_R) S 1521 1523 518 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 285750527 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1523/statm: 360 110 95 260 0 84 0
[pid=1524] ppid=1523 vsize=141980 CPUtime=3.09
/proc/1524/stat : 1524 (march_dl) R 1523 1523 518 0 -1 4194304 32191 0 0 0 294 15 0 0 25 0 1 0 285750527 145387520 28690 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134544603 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1524/statm: 35495 28690 53 118 0 35374 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 143420

[startup+6.30123 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1526
/proc/meminfo: memFree=1218296/2055920 swapFree=4158656/4192956
[pid=1523] ppid=1521 vsize=1440 CPUtime=5.01
/proc/1523/stat : 1523 (SATzilla2007_R) S 1521 1523 518 0 -1 4194304 135 47438 0 0 0 0 476 25 16 0 1 0 285750527 1474560 111 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1523/statm: 360 111 96 260 0 84 0
[pid=1526] ppid=1523 vsize=30444 CPUtime=1.26
/proc/1526/stat : 1526 (ubcsat2006) R 1523 1523 518 0 -1 4194304 4693 0 0 0 123 3 0 0 25 0 1 0 285751030 31174656 4677 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1526/statm: 7611 4677 141 64 0 7192 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 31884

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1526
/proc/meminfo: memFree=1139392/2055920 swapFree=4158656/4192956
[pid=1523] ppid=1521 vsize=160908 CPUtime=12.66
/proc/1523/stat : 1523 (SATzilla2007_R) R 1521 1523 518 0 -1 4194304 37033 72259 0 0 347 17 864 38 25 0 1 0 285750527 164769792 37002 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 134537941 0 0 4096 0 0 0 0 17 1 0 0
/proc/1523/statm: 40227 37002 121 260 0 39951 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 160908

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1526
/proc/meminfo: memFree=1076288/2055920 swapFree=4158656/4192956
[pid=1523] ppid=1521 vsize=160908 CPUtime=25.46
/proc/1523/stat : 1523 (SATzilla2007_R) R 1521 1523 518 0 -1 4194304 37063 72259 0 0 1626 18 864 38 25 0 1 0 285750527 164769792 37032 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/1523/statm: 40227 37032 121 260 0 39951 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 160908

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1526
/proc/meminfo: memFree=1075968/2055920 swapFree=4158656/4192956
[pid=1523] ppid=1521 vsize=160908 CPUtime=51.05
/proc/1523/stat : 1523 (SATzilla2007_R) R 1521 1523 518 0 -1 4194304 37126 72259 0 0 4184 19 864 38 25 0 1 0 285750527 164769792 37095 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 134537937 0 0 4096 0 0 0 0 17 1 0 0
/proc/1523/statm: 40227 37095 121 260 0 39951 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 160908

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1527
/proc/meminfo: memFree=1043000/2055920 swapFree=4158656/4192956
[pid=1523] ppid=1521 vsize=92688 CPUtime=72.7
/proc/1523/stat : 1523 (SATzilla2007_R) S 1521 1523 518 0 -1 4194304 48476 72259 0 0 6342 26 864 38 25 0 1 0 285750527 94912512 22432 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1523/statm: 23172 22432 126 260 0 22896 0
[pid=1527] ppid=1523 vsize=98096 CPUtime=29.53
/proc/1527/stat : 1527 (minisat20) R 1523 1523 518 0 -1 4194304 22965 0 0 0 2939 14 0 0 25 0 1 0 285757802 100450304 22951 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1527/statm: 24524 22951 59 118 0 24402 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 190784

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1527
/proc/meminfo: memFree=1040376/2055920 swapFree=4158656/4192956
[pid=1523] ppid=1521 vsize=92688 CPUtime=72.7
/proc/1523/stat : 1523 (SATzilla2007_R) S 1521 1523 518 0 -1 4194304 48476 72259 0 0 6342 26 864 38 25 0 1 0 285750527 94912512 22432 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1523/statm: 23172 22432 126 260 0 22896 0
[pid=1527] ppid=1523 vsize=100492 CPUtime=89.49
/proc/1527/stat : 1527 (minisat20) R 1523 1523 518 0 -1 4194304 23608 0 0 0 8934 15 0 0 25 0 1 0 285757802 102903808 23594 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525395 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1527/statm: 25123 23594 59 118 0 25001 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 193180

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1527
/proc/meminfo: memFree=1037112/2055920 swapFree=4158656/4192956
[pid=1523] ppid=1521 vsize=92688 CPUtime=72.7
/proc/1523/stat : 1523 (SATzilla2007_R) S 1521 1523 518 0 -1 4194304 48476 72259 0 0 6342 26 864 38 25 0 1 0 285750527 94912512 22432 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1523/statm: 23172 22432 126 260 0 22896 0
[pid=1527] ppid=1523 vsize=104620 CPUtime=149.48
/proc/1527/stat : 1527 (minisat20) R 1523 1523 518 0 -1 4194304 24423 0 0 0 14931 17 0 0 25 0 1 0 285757802 107130880 24409 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525395 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1527/statm: 26155 24409 59 118 0 26033 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 197308

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1527
/proc/meminfo: memFree=1035768/2055920 swapFree=4158656/4192956
[pid=1523] ppid=1521 vsize=92688 CPUtime=72.7
/proc/1523/stat : 1523 (SATzilla2007_R) S 1521 1523 518 0 -1 4194304 48476 72259 0 0 6342 26 864 38 25 0 1 0 285750527 94912512 22432 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1523/statm: 23172 22432 126 260 0 22896 0
[pid=1527] ppid=1523 vsize=105992 CPUtime=209.45
/proc/1527/stat : 1527 (minisat20) R 1523 1523 518 0 -1 4194304 24752 0 0 0 20928 17 0 0 25 0 1 0 285757802 108535808 24738 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525395 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1527/statm: 26498 24738 59 118 0 26376 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 198680

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1527
/proc/meminfo: memFree=1033400/2055920 swapFree=4158656/4192956
[pid=1523] ppid=1521 vsize=92688 CPUtime=72.7
/proc/1523/stat : 1523 (SATzilla2007_R) S 1521 1523 518 0 -1 4194304 48476 72259 0 0 6342 26 864 38 25 0 1 0 285750527 94912512 22432 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1523/statm: 23172 22432 126 260 0 22896 0
[pid=1527] ppid=1523 vsize=108292 CPUtime=269.43
/proc/1527/stat : 1527 (minisat20) R 1523 1523 518 0 -1 4194304 25326 0 0 0 26924 19 0 0 25 0 1 0 285757802 110891008 25312 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134529985 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1527/statm: 27073 25312 59 118 0 26951 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 200980

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1527
/proc/meminfo: memFree=1031160/2055920 swapFree=4158656/4192956
[pid=1523] ppid=1521 vsize=92688 CPUtime=72.7
/proc/1523/stat : 1523 (SATzilla2007_R) S 1521 1523 518 0 -1 4194304 48476 72259 0 0 6342 26 864 38 25 0 1 0 285750527 94912512 22432 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1523/statm: 23172 22432 126 260 0 22896 0

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

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1527
/proc/meminfo: memFree=1026360/2055920 swapFree=4158656/4192956
[pid=1523] ppid=1521 vsize=92688 CPUtime=72.7
/proc/1523/stat : 1523 (SATzilla2007_R) S 1521 1523 518 0 -1 4194304 48476 72259 0 0 6342 26 864 38 25 0 1 0 285750527 94912512 22432 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1523/statm: 23172 22432 126 260 0 22896 0
[pid=1527] ppid=1523 vsize=115468 CPUtime=449.37
/proc/1527/stat : 1527 (minisat20) R 1523 1523 518 0 -1 4194304 27109 0 0 0 44915 22 0 0 25 0 1 0 285757802 118239232 27095 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1527/statm: 28867 27095 59 118 0 28745 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 208156

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1527
/proc/meminfo: memFree=1023288/2055920 swapFree=4158656/4192956
[pid=1523] ppid=1521 vsize=92688 CPUtime=72.7
/proc/1523/stat : 1523 (SATzilla2007_R) S 1521 1523 518 0 -1 4194304 48476 72259 0 0 6342 26 864 38 25 0 1 0 285750527 94912512 22432 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1523/statm: 23172 22432 126 260 0 22896 0
[pid=1527] ppid=1523 vsize=118512 CPUtime=509.35
/proc/1527/stat : 1527 (minisat20) R 1523 1523 518 0 -1 4194304 27875 0 0 0 50911 24 0 0 25 0 1 0 285757802 121356288 27861 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134529985 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1527/statm: 29628 27861 59 118 0 29506 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 211200

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1527
/proc/meminfo: memFree=1020920/2055920 swapFree=4158656/4192956
[pid=1523] ppid=1521 vsize=92688 CPUtime=72.7
/proc/1523/stat : 1523 (SATzilla2007_R) S 1521 1523 518 0 -1 4194304 48476 72259 0 0 6342 26 864 38 25 0 1 0 285750527 94912512 22432 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1523/statm: 23172 22432 126 260 0 22896 0
[pid=1527] ppid=1523 vsize=120896 CPUtime=569.33
/proc/1527/stat : 1527 (minisat20) R 1523 1523 518 0 -1 4194304 28456 0 0 0 56908 25 0 0 25 0 1 0 285757802 123797504 28442 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134527480 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1527/statm: 30224 28442 59 118 0 30102 0
Current children cumulated CPU time (s) 642.03
Current children cumulated vsize (KiB) 213584

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1527
/proc/meminfo: memFree=1018616/2055920 swapFree=4158656/4192956
[pid=1523] ppid=1521 vsize=92688 CPUtime=72.7
/proc/1523/stat : 1523 (SATzilla2007_R) S 1521 1523 518 0 -1 4194304 48476 72259 0 0 6342 26 864 38 25 0 1 0 285750527 94912512 22432 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1523/statm: 23172 22432 126 260 0 22896 0
[pid=1527] ppid=1523 vsize=123220 CPUtime=629.3
/proc/1527/stat : 1527 (minisat20) R 1523 1523 518 0 -1 4194304 29034 0 0 0 62904 26 0 0 25 0 1 0 285757802 126177280 29020 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1527/statm: 30805 29020 59 118 0 30683 0
Current children cumulated CPU time (s) 702
Current children cumulated vsize (KiB) 215908

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1527
/proc/meminfo: memFree=1016824/2055920 swapFree=4158656/4192956
[pid=1523] ppid=1521 vsize=92688 CPUtime=72.7
/proc/1523/stat : 1523 (SATzilla2007_R) S 1521 1523 518 0 -1 4194304 48476 72259 0 0 6342 26 864 38 25 0 1 0 285750527 94912512 22432 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1523/statm: 23172 22432 126 260 0 22896 0
[pid=1527] ppid=1523 vsize=125104 CPUtime=689.28
/proc/1527/stat : 1527 (minisat20) R 1523 1523 518 0 -1 4194304 29478 0 0 0 68901 27 0 0 25 0 1 0 285757802 128106496 29464 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525395 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1527/statm: 31276 29464 59 118 0 31154 0
Current children cumulated CPU time (s) 761.98
Current children cumulated vsize (KiB) 217792

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1527
/proc/meminfo: memFree=1013304/2055920 swapFree=4158656/4192956
[pid=1523] ppid=1521 vsize=92688 CPUtime=72.7
/proc/1523/stat : 1523 (SATzilla2007_R) S 1521 1523 518 0 -1 4194304 48476 72259 0 0 6342 26 864 38 25 0 1 0 285750527 94912512 22432 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1523/statm: 23172 22432 126 260 0 22896 0
[pid=1527] ppid=1523 vsize=128648 CPUtime=749.26
/proc/1527/stat : 1527 (minisat20) R 1523 1523 518 0 -1 4194304 30358 0 0 0 74897 29 0 0 25 0 1 0 285757802 131735552 30344 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1527/statm: 32162 30344 59 118 0 32040 0
Current children cumulated CPU time (s) 821.96
Current children cumulated vsize (KiB) 221336

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1527
/proc/meminfo: memFree=1009016/2055920 swapFree=4158656/4192956
[pid=1523] ppid=1521 vsize=92688 CPUtime=72.7
/proc/1523/stat : 1523 (SATzilla2007_R) S 1521 1523 518 0 -1 4194304 48476 72259 0 0 6342 26 864 38 25 0 1 0 285750527 94912512 22432 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1523/statm: 23172 22432 126 260 0 22896 0
[pid=1527] ppid=1523 vsize=132860 CPUtime=809.23
/proc/1527/stat : 1527 (minisat20) R 1523 1523 518 0 -1 4194304 31410 0 0 0 80893 30 0 0 25 0 1 0 285757802 136048640 31396 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134536306 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1527/statm: 33215 31396 59 118 0 33093 0
Current children cumulated CPU time (s) 881.93
Current children cumulated vsize (KiB) 225548

[startup+942.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1527
/proc/meminfo: memFree=1007160/2055920 swapFree=4158656/4192956
[pid=1523] ppid=1521 vsize=92688 CPUtime=72.7
/proc/1523/stat : 1523 (SATzilla2007_R) S 1521 1523 518 0 -1 4194304 48476 72259 0 0 6342 26 864 38 25 0 1 0 285750527 94912512 22432 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1523/statm: 23172 22432 126 260 0 22896 0
[pid=1527] ppid=1523 vsize=134712 CPUtime=869.21
/proc/1527/stat : 1527 (minisat20) R 1523 1523 518 0 -1 4194304 31884 0 0 0 86890 31 0 0 25 0 1 0 285757802 137945088 31870 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525570 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1527/statm: 33678 31870 59 118 0 33556 0
Current children cumulated CPU time (s) 941.91
Current children cumulated vsize (KiB) 227400

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1527
/proc/meminfo: memFree=1004984/2055920 swapFree=4158656/4192956
[pid=1523] ppid=1521 vsize=92688 CPUtime=72.7
/proc/1523/stat : 1523 (SATzilla2007_R) S 1521 1523 518 0 -1 4194304 48476 72259 0 0 6342 26 864 38 25 0 1 0 285750527 94912512 22432 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1523/statm: 23172 22432 126 260 0 22896 0
[pid=1527] ppid=1523 vsize=136828 CPUtime=929.19
/proc/1527/stat : 1527 (minisat20) R 1523 1523 518 0 -1 4194304 32417 0 0 0 92886 33 0 0 25 0 1 0 285757802 140111872 32403 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1527/statm: 34207 32403 59 118 0 34085 0
Current children cumulated CPU time (s) 1001.89
Current children cumulated vsize (KiB) 229516

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1527
/proc/meminfo: memFree=1003000/2055920 swapFree=4158656/4192956
[pid=1523] ppid=1521 vsize=92688 CPUtime=72.7
/proc/1523/stat : 1523 (SATzilla2007_R) S 1521 1523 518 0 -1 4194304 48476 72259 0 0 6342 26 864 38 25 0 1 0 285750527 94912512 22432 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1523/statm: 23172 22432 126 260 0 22896 0
[pid=1527] ppid=1523 vsize=138808 CPUtime=989.17
/proc/1527/stat : 1527 (minisat20) R 1523 1523 518 0 -1 4194304 32926 0 0 0 98883 34 0 0 25 0 1 0 285757802 142139392 32912 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134527403 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1527/statm: 34702 32912 59 118 0 34580 0
Current children cumulated CPU time (s) 1061.87
Current children cumulated vsize (KiB) 231496

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1527
/proc/meminfo: memFree=1000312/2055920 swapFree=4158656/4192956
[pid=1523] ppid=1521 vsize=92688 CPUtime=72.7
/proc/1523/stat : 1523 (SATzilla2007_R) S 1521 1523 518 0 -1 4194304 48476 72259 0 0 6342 26 864 38 25 0 1 0 285750527 94912512 22432 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1523/statm: 23172 22432 126 260 0 22896 0
[pid=1527] ppid=1523 vsize=141452 CPUtime=1049.14
/proc/1527/stat : 1527 (minisat20) R 1523 1523 518 0 -1 4194304 33585 0 0 0 104879 35 0 0 25 0 1 0 285757802 144846848 33571 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1527/statm: 35363 33571 59 118 0 35241 0
Current children cumulated CPU time (s) 1121.84
Current children cumulated vsize (KiB) 234140

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1527
/proc/meminfo: memFree=997560/2055920 swapFree=4158656/4192956
[pid=1523] ppid=1521 vsize=92688 CPUtime=72.7
/proc/1523/stat : 1523 (SATzilla2007_R) S 1521 1523 518 0 -1 4194304 48476 72259 0 0 6342 26 864 38 25 0 1 0 285750527 94912512 22432 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1523/statm: 23172 22432 126 260 0 22896 0
[pid=1527] ppid=1523 vsize=144260 CPUtime=1109.13
/proc/1527/stat : 1527 (minisat20) R 1523 1523 518 0 -1 4194304 34289 0 0 0 110876 37 0 0 25 0 1 0 285757802 147722240 34275 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525395 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1527/statm: 36065 34275 59 118 0 35943 0
Current children cumulated CPU time (s) 1181.83
Current children cumulated vsize (KiB) 236948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1527
/proc/meminfo: memFree=1119232/2055920 swapFree=4158656/4192956
[pid=1523] ppid=1521 vsize=108140 CPUtime=1200.03
/proc/1523/stat : 1523 (SATzilla2007_R) R 1521 1523 518 0 -1 4194304 52342 106874 0 0 6387 28 113510 78 22 0 1 0 285750527 110735360 26282 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135221773 0 0 4096 0 0 0 0 17 1 0 0
/proc/1523/statm: 27035 26283 131 260 0 26759 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 108140

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1527
/proc/meminfo: memFree=1119232/2055920 swapFree=4158656/4192956
[pid=1523] ppid=1521 vsize=108140 CPUtime=1200.03
/proc/1523/stat : 1523 (SATzilla2007_R) R 1521 1523 518 0 -1 4194304 52342 106874 0 0 6387 28 113510 78 22 0 1 0 285750527 110735360 26282 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135221773 0 0 4096 0 0 0 0 17 1 0 0
/proc/1523/statm: 27035 26283 131 260 0 26759 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 108140

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.06
CPU user time (s): 1198.98
CPU system time (s): 1.08583
CPU usage (%): 99.9617
Max. virtual memory (cumulated for all children) (KiB): 238272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.98
system time used= 1.08583
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 159218
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= 28
involuntary context switches= 1781

runsolver used 1.2878 second user time and 3.09453 second system time

The end

Launcher Data (download as text)

Begin job on node9 on Wed Feb 28 10:19:19 UTC 2007

IDJOB= 315729
IDBENCH= 20423
IDSOLVER= 134
FILE ID= node9/315729-1172657958

PBS_JOBID= 3980948

Free space on /tmp= 66499 MiB

SOLVER NAME= SATzilla RANDOM
BENCH NAME= HOME/pub/bench/SAT07/industrial/palacios/medium/cube-11-h14-sat.cnf
COMMAND LINE= /tmp/evaluation/315729-1172657958/SATzilla2007_R /tmp/evaluation/315729-1172657958/instance-315729-1172657958.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-315729-1172657958 -o ROOT/results/node9/solver-315729-1172657958 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/315729-1172657958/SATzilla2007_R /tmp/evaluation/315729-1172657958/instance-315729-1172657958.cnf            

META MD5SUM SOLVER= 44dcaa7dbf032757655ae5e30ee65a10
MD5SUM BENCH=  7cc30e40be8c690e76c3fb158623be61

RANDOM SEED= 267769647

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node9.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.263
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.263
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:       1224288 kB
Buffers:         34484 kB
Cached:         701812 kB
SwapCached:       2796 kB
Active:         222112 kB
Inactive:       551900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1224288 kB
SwapTotal:     4192956 kB
SwapFree:      4158656 kB
Dirty:           35916 kB
Writeback:           0 kB
Mapped:          44636 kB
Slab:            43188 kB
Committed_AS:  1314600 kB
PageTables:       1724 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= 66499 MiB

End job on node9 on Wed Feb 28 10:39:22 UTC 2007