Trace number 1717796

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
VARSAT-industrial 2009-03-22? (TO) 1200.16 1200.47

General information on the benchmark

Nameindustrial/palacios/medium/
cube-11-h13-unsat.cnf
MD5SUM3a68d904935650d9da7e64e1ee7bae82
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark114.303
Satisfiable
(Un)Satisfiability was proved
Number of variables454385
Number of clauses1367522
Sum of the clauses size3191290
Maximum clause length19
Minimum clause length1
Number of clauses of size 11331
Number of clauses of size 2911962
Number of clauses of size 3451911
Number of clauses of size 42126
Number of clauses of size 518
Number of clauses of size over 5174

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  455627                                               |
0.00/0.00	c |  Number of clauses:    1367522                                              |
1.89/1.95	c |  Parsing time:         1.63         s                                       |
1.89/1.95	c |  Timeout:              43200 s
1.89/1.95	c |  Random Seed:          1694576006.000000
1.89/1.95	c |  Heuristic:            EMBP-G, threshold 0.950                              |
1.89/1.95	c |  Branching Rule:       default (solution-guided)                            |
1.89/1.95	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
1.89/1.95	c |                                                                             |
34.78/34.82	c ============================[ Search Statistics ]==============================
34.78/34.82	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
34.78/34.82	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
34.78/34.82	c ===============================================================================
34.78/34.82	c |         0 |  118075   741668  2528749 |   247222        0    nan |  0.000 % |
39.27/39.36	c |       101 |  118074   741668  2528749 |   271944      100     12 |  0.292 % |
44.07/44.10	c |       251 |  118074   741668  2528749 |   299139      250     13 |  0.292 % |
49.57/49.67	c |       476 |  118074   741668  2528749 |   329053      475     13 |  0.292 % |
57.66/57.75	c |       813 |  118074   741668  2528749 |   361958      812     85 |  0.292 % |
65.66/65.72	c |      1321 |  118073   741076  2526916 |   398154     1319     60 |  0.293 % |
75.87/75.95	c |      2080 |  118072   740276  2524148 |   437970     1581     52 |  0.293 % |
98.46/98.50	c |      3223 |  118068   738153  2517300 |   481767     2712     50 |  0.294 % |
132.15/132.22	c |      4931 |  118066   736863  2513153 |   529943     4418     45 |  0.294 % |
176.34/176.44	c |      7493 |  118064   736192  2511013 |   582938     6958     46 |  0.295 % |
239.02/239.14	c |     11338 |  118060   734250  2505122 |   641231    10799     46 |  0.295 % |
333.29/333.43	c |     17105 |  118058   733128  2501747 |   705355    16551     46 |  0.296 % |
476.06/476.23	c |     25754 |  118053   730276  2493753 |   775890    25194     44 |  0.297 % |
660.11/660.38	c |     38728 |  118048   727538  2484886 |   853479    38087     52 |  0.298 % |
940.04/940.35	c |     58190 |  118042   723299  2471133 |   938827    57543     50 |  0.299 % |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1717796-1240630905/watcher-1717796-1240630905 -o /tmp/evaluation-result-1717796-1240630905/solver-1717796-1240630905 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=1694576006 HOME/instance-1717796-1240630905.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): 1800 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/64 17077
/proc/meminfo: memFree=1494520/2055920 swapFree=4180592/4192956
[pid=17077] ppid=17075 vsize=5708 CPUtime=0
/proc/17077/stat : 17077 (varsat-industri) R 17075 17077 14568 0 -1 4194304 794 0 0 0 0 0 0 0 18 0 1 0 91124171 5844992 779 1992294400 4194304 5102648 548682068768 18446744073709551615 4200710 0 0 4096 3 0 0 0 17 1 0 0
/proc/17077/statm: 1427 785 80 221 0 1203 0

[startup+0.043196 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 17077
/proc/meminfo: memFree=1494520/2055920 swapFree=4180592/4192956
[pid=17077] ppid=17075 vsize=28008 CPUtime=0.04
/proc/17077/stat : 17077 (varsat-industri) R 17075 17077 14568 0 -1 4194304 6847 0 0 0 1 3 0 0 18 0 1 0 91124171 28680192 6832 1992294400 4194304 5102648 548682068768 18446744073709551615 4269905 0 0 4096 3 0 0 0 17 1 0 0
/proc/17077/statm: 7002 6832 87 221 0 6778 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 28008

[startup+0.101202 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 17077
/proc/meminfo: memFree=1494520/2055920 swapFree=4180592/4192956
[pid=17077] ppid=17075 vsize=36924 CPUtime=0.09
/proc/17077/stat : 17077 (varsat-industri) R 17075 17077 14568 0 -1 4194304 8807 0 0 0 6 3 0 0 18 0 1 0 91124171 37810176 8792 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/17077/statm: 9231 8795 87 221 0 9007 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36924

[startup+0.301222 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 17077
/proc/meminfo: memFree=1494520/2055920 swapFree=4180592/4192956
[pid=17077] ppid=17075 vsize=63108 CPUtime=0.29
/proc/17077/stat : 17077 (varsat-industri) R 17075 17077 14568 0 -1 4194304 14888 0 0 0 22 7 0 0 19 0 1 0 91124171 64622592 14873 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/17077/statm: 15777 14875 87 221 0 15553 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 63108

[startup+0.701265 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 17077
/proc/meminfo: memFree=1494520/2055920 swapFree=4180592/4192956
[pid=17077] ppid=17075 vsize=110004 CPUtime=0.69
/proc/17077/stat : 17077 (varsat-industri) R 17075 17077 14568 0 -1 4194304 25626 0 0 0 56 13 0 0 22 0 1 0 91124171 112644096 25611 1992294400 4194304 5102648 548682068768 18446744073709551615 4263318 0 0 4096 3 0 0 0 17 1 0 0
/proc/17077/statm: 27501 25612 87 221 0 27277 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 110004

[startup+1.50135 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17078
/proc/meminfo: memFree=1355632/2055920 swapFree=4180592/4192956
[pid=17077] ppid=17075 vsize=211696 CPUtime=1.49
/proc/17077/stat : 17077 (varsat-industri) R 17075 17077 14568 0 -1 4194304 48911 0 0 0 124 25 0 0 25 0 1 0 91124171 216776704 48896 1992294400 4194304 5102648 548682068768 18446744073709551615 4532730 0 0 4096 3 0 0 0 17 1 0 0
/proc/17077/statm: 53266 48897 87 221 0 53042 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 211696

[startup+3.10152 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17078
/proc/meminfo: memFree=1246768/2055920 swapFree=4180592/4192956
[pid=17077] ppid=17075 vsize=265944 CPUtime=3.09
/proc/17077/stat : 17077 (varsat-industri) R 17075 17077 14568 0 -1 4194304 64652 0 0 0 276 33 0 0 25 0 1 0 91124171 272326656 64637 1992294400 4194304 5102648 548682068768 18446744073709551615 4225732 0 0 4096 3 0 0 0 17 1 0 0
/proc/17077/statm: 66486 64637 99 221 0 66262 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 265944

[startup+6.30186 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17078
/proc/meminfo: memFree=1211120/2055920 swapFree=4180592/4192956
[pid=17077] ppid=17075 vsize=309156 CPUtime=6.29
/proc/17077/stat : 17077 (varsat-industri) R 17075 17077 14568 0 -1 4194304 73037 0 0 0 591 38 0 0 25 0 1 0 91124171 316575744 73022 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/17077/statm: 77289 73022 99 221 0 77065 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 309156

[startup+12.7025 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17078
/proc/meminfo: memFree=1152496/2055920 swapFree=4180592/4192956
[pid=17077] ppid=17075 vsize=360148 CPUtime=12.69
/proc/17077/stat : 17077 (varsat-industri) R 17075 17077 14568 0 -1 4194304 86983 0 0 0 1222 47 0 0 25 0 1 0 91124171 368791552 86968 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/17077/statm: 90037 86968 100 221 0 89813 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 360148

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17078
/proc/meminfo: memFree=1064944/2055920 swapFree=4180592/4192956
[pid=17077] ppid=17075 vsize=454664 CPUtime=25.49
/proc/17077/stat : 17077 (varsat-industri) R 17075 17077 14568 0 -1 4194304 107647 0 0 0 2487 62 0 0 25 0 1 0 91124171 465575936 107632 1992294400 4194304 5102648 548682068768 18446744073709551615 4279956 0 0 4096 3 0 0 0 17 1 0 0
/proc/17077/statm: 113666 107632 100 221 0 113442 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 454664

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17078
/proc/meminfo: memFree=1089520/2055920 swapFree=4180592/4192956
[pid=17077] ppid=17075 vsize=417520 CPUtime=51.07
/proc/17077/stat : 17077 (varsat-industri) R 17075 17077 14568 0 -1 4194304 115301 0 0 0 5040 67 0 0 25 0 1 0 91124171 427540480 101150 1992294400 4194304 5102648 548682068768 18446744073709551615 4215218 0 0 4096 3 0 0 0 17 1 0 0
/proc/17077/statm: 104380 101150 115 221 0 104156 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 417520

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17078
/proc/meminfo: memFree=1089456/2055920 swapFree=4180592/4192956
[pid=17077] ppid=17075 vsize=417520 CPUtime=102.26
/proc/17077/stat : 17077 (varsat-industri) R 17075 17077 14568 0 -1 4194304 115315 0 0 0 10158 68 0 0 25 0 1 0 91124171 427540480 101164 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/17077/statm: 104380 101164 115 221 0 104156 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 417520

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17078
/proc/meminfo: memFree=1089456/2055920 swapFree=4180592/4192956
[pid=17077] ppid=17075 vsize=417520 CPUtime=162.24
/proc/17077/stat : 17077 (varsat-industri) R 17075 17077 14568 0 -1 4194304 115317 0 0 0 16156 68 0 0 25 0 1 0 91124171 427540480 101166 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/17077/statm: 104380 101166 115 221 0 104156 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 417520

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17078
/proc/meminfo: memFree=1089392/2055920 swapFree=4180592/4192956
[pid=17077] ppid=17075 vsize=417520 CPUtime=222.22
/proc/17077/stat : 17077 (varsat-industri) R 17075 17077 14568 0 -1 4194304 115327 0 0 0 22154 68 0 0 25 0 1 0 91124171 427540480 101176 1992294400 4194304 5102648 548682068768 18446744073709551615 4249017 0 0 4096 3 0 0 0 17 1 0 0
/proc/17077/statm: 104380 101176 115 221 0 104156 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 417520

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17078
/proc/meminfo: memFree=1089264/2055920 swapFree=4180592/4192956
[pid=17077] ppid=17075 vsize=417520 CPUtime=282.21
/proc/17077/stat : 17077 (varsat-industri) R 17075 17077 14568 0 -1 4194304 115356 0 0 0 28153 68 0 0 25 0 1 0 91124171 427540480 101205 1992294400 4194304 5102648 548682068768 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/17077/statm: 104380 101205 115 221 0 104156 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 417520

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17078
/proc/meminfo: memFree=1089200/2055920 swapFree=4180592/4192956
[pid=17077] ppid=17075 vsize=417520 CPUtime=342.19
/proc/17077/stat : 17077 (varsat-industri) R 17075 17077 14568 0 -1 4194304 115367 0 0 0 34151 68 0 0 25 0 1 0 91124171 427540480 101216 1992294400 4194304 5102648 548682068768 18446744073709551615 4250347 0 0 4096 3 0 0 0 17 1 0 0
/proc/17077/statm: 104380 101216 115 221 0 104156 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 417520

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17078
/proc/meminfo: memFree=1089072/2055920 swapFree=4180592/4192956
[pid=17077] ppid=17075 vsize=417520 CPUtime=402.18
/proc/17077/stat : 17077 (varsat-industri) R 17075 17077 14568 0 -1 4194304 115377 0 0 0 40149 69 0 0 25 0 1 0 91124171 427540480 101226 1992294400 4194304 5102648 548682068768 18446744073709551615 4249675 0 0 4096 3 0 0 0 17 1 0 0
/proc/17077/statm: 104380 101226 115 221 0 104156 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 417520

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17078
/proc/meminfo: memFree=1089008/2055920 swapFree=4180592/4192956
[pid=17077] ppid=17075 vsize=417520 CPUtime=462.17
/proc/17077/stat : 17077 (varsat-industri) R 17075 17077 14568 0 -1 4194304 115389 0 0 0 46148 69 0 0 25 0 1 0 91124171 427540480 101238 1992294400 4194304 5102648 548682068768 18446744073709551615 4249675 0 0 4096 3 0 0 0 17 1 0 0
/proc/17077/statm: 104380 101238 115 221 0 104156 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 417520

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17078
/proc/meminfo: memFree=1088944/2055920 swapFree=4180592/4192956
[pid=17077] ppid=17075 vsize=417520 CPUtime=522.15
/proc/17077/stat : 17077 (varsat-industri) R 17075 17077 14568 0 -1 4194304 115400 0 0 0 52146 69 0 0 25 0 1 0 91124171 427540480 101249 1992294400 4194304 5102648 548682068768 18446744073709551615 4250281 0 0 4096 3 0 0 0 17 1 0 0
/proc/17077/statm: 104380 101249 115 221 0 104156 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 417520

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17078
/proc/meminfo: memFree=1088880/2055920 swapFree=4180592/4192956
[pid=17077] ppid=17075 vsize=417520 CPUtime=582.13
/proc/17077/stat : 17077 (varsat-industri) R 17075 17077 14568 0 -1 4194304 115410 0 0 0 58144 69 0 0 25 0 1 0 91124171 427540480 101259 1992294400 4194304 5102648 548682068768 18446744073709551615 4250181 0 0 4096 3 0 0 0 17 1 0 0
/proc/17077/statm: 104380 101259 115 221 0 104156 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 417520

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17078
/proc/meminfo: memFree=1088880/2055920 swapFree=4180592/4192956
[pid=17077] ppid=17075 vsize=417520 CPUtime=642.12
/proc/17077/stat : 17077 (varsat-industri) R 17075 17077 14568 0 -1 4194304 115418 0 0 0 64143 69 0 0 25 0 1 0 91124171 427540480 101267 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/17077/statm: 104380 101267 115 221 0 104156 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 417520

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17078
/proc/meminfo: memFree=1088752/2055920 swapFree=4180592/4192956
[pid=17077] ppid=17075 vsize=417520 CPUtime=702.11
/proc/17077/stat : 17077 (varsat-industri) R 17075 17077 14568 0 -1 4194304 115428 0 0 0 70141 70 0 0 25 0 1 0 91124171 427540480 101277 1992294400 4194304 5102648 548682068768 18446744073709551615 4250347 0 0 4096 3 0 0 0 17 1 0 0
/proc/17077/statm: 104380 101277 115 221 0 104156 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 417520

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17078
/proc/meminfo: memFree=1088688/2055920 swapFree=4180592/4192956
[pid=17077] ppid=17075 vsize=417520 CPUtime=762.09
/proc/17077/stat : 17077 (varsat-industri) R 17075 17077 14568 0 -1 4194304 115438 0 0 0 76139 70 0 0 25 0 1 0 91124171 427540480 101287 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/17077/statm: 104380 101287 115 221 0 104156 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 417520

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17078
/proc/meminfo: memFree=1088624/2055920 swapFree=4180592/4192956
[pid=17077] ppid=17075 vsize=417520 CPUtime=822.07
/proc/17077/stat : 17077 (varsat-industri) R 17075 17077 14568 0 -1 4194304 115450 0 0 0 82137 70 0 0 25 0 1 0 91124171 427540480 101299 1992294400 4194304 5102648 548682068768 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/17077/statm: 104380 101299 115 221 0 104156 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 417520

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17078
/proc/meminfo: memFree=1088560/2055920 swapFree=4180592/4192956
[pid=17077] ppid=17075 vsize=417520 CPUtime=882.06
/proc/17077/stat : 17077 (varsat-industri) R 17075 17077 14568 0 -1 4194304 115462 0 0 0 88136 70 0 0 25 0 1 0 91124171 427540480 101311 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/17077/statm: 104380 101311 115 221 0 104156 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 417520

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17078
/proc/meminfo: memFree=1088496/2055920 swapFree=4180592/4192956
[pid=17077] ppid=17075 vsize=417520 CPUtime=942.04
/proc/17077/stat : 17077 (varsat-industri) R 17075 17077 14568 0 -1 4194304 115472 0 0 0 94134 70 0 0 25 0 1 0 91124171 427540480 101321 1992294400 4194304 5102648 548682068768 18446744073709551615 4213798 0 0 4096 3 0 0 0 17 1 0 0
/proc/17077/statm: 104380 101321 115 221 0 104156 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 417520

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 17078
/proc/meminfo: memFree=1088496/2055920 swapFree=4180592/4192956
[pid=17077] ppid=17075 vsize=417520 CPUtime=1002.02
/proc/17077/stat : 17077 (varsat-industri) R 17075 17077 14568 0 -1 4194304 115481 0 0 0 100132 70 0 0 25 0 1 0 91124171 427540480 101330 1992294400 4194304 5102648 548682068768 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/17077/statm: 104380 101330 115 221 0 104156 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 417520

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17078
/proc/meminfo: memFree=1088432/2055920 swapFree=4180592/4192956
[pid=17077] ppid=17075 vsize=418360 CPUtime=1062.01
/proc/17077/stat : 17077 (varsat-industri) R 17075 17077 14568 0 -1 4194304 115492 0 0 0 106130 71 0 0 25 0 1 0 91124171 428400640 101341 1992294400 4194304 5102648 548682068768 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/17077/statm: 104590 101341 115 221 0 104366 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 418360

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17078
/proc/meminfo: memFree=1088368/2055920 swapFree=4180592/4192956
[pid=17077] ppid=17075 vsize=418360 CPUtime=1122
/proc/17077/stat : 17077 (varsat-industri) R 17075 17077 14568 0 -1 4194304 115504 0 0 0 112129 71 0 0 25 0 1 0 91124171 428400640 101353 1992294400 4194304 5102648 548682068768 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/17077/statm: 104590 101353 115 221 0 104366 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 418360

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17084
/proc/meminfo: memFree=1088048/2055920 swapFree=4180592/4192956
[pid=17077] ppid=17075 vsize=418360 CPUtime=1181.98
/proc/17077/stat : 17077 (varsat-industri) R 17075 17077 14568 0 -1 4194304 115536 0 0 0 118127 71 0 0 25 0 1 0 91124171 428400640 101385 1992294400 4194304 5102648 548682068768 18446744073709551615 4255172 0 0 4096 3 0 0 0 17 1 0 0
/proc/17077/statm: 104590 101385 115 221 0 104366 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 418360



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17084
/proc/meminfo: memFree=1087920/2055920 swapFree=4180592/4192956
[pid=17077] ppid=17075 vsize=418360 CPUtime=1200.08
/proc/17077/stat : 17077 (varsat-industri) R 17075 17077 14568 0 -1 4194304 115569 0 0 0 119937 71 0 0 25 0 1 0 91124171 428400640 101418 1992294400 4194304 5102648 548682068768 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/17077/statm: 104590 101418 115 221 0 104366 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 418360

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.47
CPU time (s): 1200.16
CPU user time (s): 1199.37
CPU system time (s): 0.78488
CPU usage (%): 99.9735
Max. virtual memory (cumulated for all children) (KiB): 485236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.37
system time used= 0.78488
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115569
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= 2
involuntary context switches= 1857

runsolver used 0.834873 second user time and 2.6136 second system time

The end

Launcher Data

Begin job on node24 at 2009-04-25 05:41:47
IDJOB=1717796
IDBENCH=20424
IDSOLVER=538
FILE ID=node24/1717796-1240630905
PBS_JOBID= 9186387
Free space on /tmp= 66216 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT07/industrial/palacios/medium/cube-11-h13-unsat.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1717796-1240630905/watcher-1717796-1240630905 -o /tmp/evaluation-result-1717796-1240630905/solver-1717796-1240630905 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=1694576006 HOME/instance-1717796-1240630905.cnf

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

MD5SUM BENCH= 3a68d904935650d9da7e64e1ee7bae82
RANDOM SEED=1694576006

node24.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.232
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.232
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:       1495000 kB
Buffers:         56188 kB
Cached:         430172 kB
SwapCached:       6708 kB
Active:         189144 kB
Inactive:       306404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1495000 kB
SwapTotal:     4192956 kB
SwapFree:      4180592 kB
Dirty:           25528 kB
Writeback:           0 kB
Mapped:          14016 kB
Slab:            51220 kB
Committed_AS:   349620 kB
PageTables:       1452 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= 66216 MiB
End job on node24 at 2009-04-25 06:01:49