Trace number 1721675

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-crafted 2009-03-22? (TO) 1200.11 1200.43

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_11_UNSAT.cnf
MD5SUM238f1788225c41f1f5779700e39b5833
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2316
Number of clauses216962
Sum of the clauses size647286
Maximum clause length12
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23879
Number of clauses of size 3213052
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 531

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  2316                                                 |
0.00/0.00	c |  Number of clauses:    216962                                               |
0.19/0.21	c |  Parsing time:         0.17         s                                       |
0.19/0.21	c |  Timeout:              43200 s
0.19/0.21	c |  Random Seed:          242029974.000000
0.19/0.21	c |  Heuristic:            EMBP-G, threshold 0.800                              |
0.19/0.21	c |  Branching Rule:       default (solution-guided)                            |
0.19/0.21	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.19/0.21	c |                                                                             |
7.89/7.95	c ============================[ Search Statistics ]==============================
7.89/7.95	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.89/7.95	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.89/7.95	c ===============================================================================
7.89/7.95	c |         0 |    1463   207500   924763 |    69166        0    nan |  0.000 % |
50.08/50.16	c |       101 |    1463   207500   924763 |    76083      101     60 |  0.000 % |
92.37/92.48	c |       253 |    1463   207500   924763 |    83691      253     69 |  0.000 % |
135.16/135.26	c |       479 |    1463   207500   924763 |    92060      479     78 |  0.000 % |
178.04/178.14	c |       819 |    1463   207500   924763 |   101266      819     97 |  0.000 % |
220.63/220.77	c |      1325 |    1463   207500   924763 |   111393     1325    112 |  0.000 % |
263.52/263.67	c |      2085 |    1463   207500   924763 |   122532     2085    114 |  0.000 % |
307.11/307.20	c |      3227 |    1463   207500   924763 |   134786     3227    118 |  0.000 % |
350.80/350.94	c |      4936 |    1463   207500   924763 |   148264     4936    134 |  0.000 % |
394.69/394.90	c |      7498 |    1463   207500   924763 |   163091     7498    129 |  0.000 % |
439.47/439.69	c |     11343 |    1463   207500   924763 |   179400    11343    136 |  0.000 % |
489.46/489.60	c |     17111 |    1463   207500   924763 |   197340    17111    153 |  0.000 % |
544.85/545.04	c |     25762 |    1463   207500   924763 |   217074    25762    170 |  0.000 % |
616.53/616.76	c |     38736 |    1463   207500   924763 |   238782    38736    186 |  0.000 % |
697.41/697.60	c |     58198 |    1463   207500   924763 |   262660    58198    174 |  0.000 % |
912.65/912.91	c |     87390 |    1463   207500   924763 |   288926    87390    180 |  0.000 % |

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-1721675-1240668365/watcher-1721675-1240668365 -o /tmp/evaluation-result-1721675-1240668365/solver-1721675-1240668365 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=242029974 HOME/instance-1721675-1240668365.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.03 3/67 3796
/proc/meminfo: memFree=1839512/2055920 swapFree=4192812/4192956
[pid=3796] ppid=3794 vsize=2972 CPUtime=0
/proc/3796/stat : 3796 (varsat-crafted_) R 3794 3796 3537 0 -1 4194304 554 0 0 0 0 0 0 0 18 0 1 0 94862689 3043328 539 1992294400 4194304 5102648 548682068768 18446744073709551615 4516200 0 0 4096 3 0 0 0 17 1 0 0
/proc/3796/statm: 743 546 87 221 0 519 0

[startup+0.0378099 s]
/proc/loadavg: 1.00 1.00 1.03 3/67 3796
/proc/meminfo: memFree=1839512/2055920 swapFree=4192812/4192956
[pid=3796] ppid=3794 vsize=6924 CPUtime=0.02
/proc/3796/stat : 3796 (varsat-crafted_) R 3794 3796 3537 0 -1 4194304 1537 0 0 0 2 0 0 0 18 0 1 0 94862689 7090176 1522 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/3796/statm: 1731 1525 87 221 0 1507 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 6924

[startup+0.101798 s]
/proc/loadavg: 1.00 1.00 1.03 3/67 3796
/proc/meminfo: memFree=1839512/2055920 swapFree=4192812/4192956
[pid=3796] ppid=3794 vsize=15320 CPUtime=0.09
/proc/3796/stat : 3796 (varsat-crafted_) R 3794 3796 3537 0 -1 4194304 3521 0 0 0 8 1 0 0 18 0 1 0 94862689 15687680 3506 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/3796/statm: 3830 3506 87 221 0 3606 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15320

[startup+0.301815 s]
/proc/loadavg: 1.00 1.00 1.03 3/67 3796
/proc/meminfo: memFree=1839512/2055920 swapFree=4192812/4192956
[pid=3796] ppid=3794 vsize=30720 CPUtime=0.29
/proc/3796/stat : 3796 (varsat-crafted_) R 3794 3796 3537 0 -1 4194304 7174 0 0 0 26 3 0 0 19 0 1 0 94862689 31457280 7159 1992294400 4194304 5102648 548682068768 18446744073709551615 4272886 0 0 4096 3 0 0 0 17 1 0 0
/proc/3796/statm: 7680 7159 99 221 0 7456 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30720

[startup+0.701851 s]
/proc/loadavg: 1.00 1.00 1.03 3/67 3796
/proc/meminfo: memFree=1839512/2055920 swapFree=4192812/4192956
[pid=3796] ppid=3794 vsize=30720 CPUtime=0.69
/proc/3796/stat : 3796 (varsat-crafted_) R 3794 3796 3537 0 -1 4194304 7174 0 0 0 66 3 0 0 22 0 1 0 94862689 31457280 7159 1992294400 4194304 5102648 548682068768 18446744073709551615 4273041 0 0 4096 3 0 0 0 17 1 0 0
/proc/3796/statm: 7680 7159 99 221 0 7456 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30720

[startup+1.50192 s]
/proc/loadavg: 1.00 1.00 1.03 2/68 3797
/proc/meminfo: memFree=1811152/2055920 swapFree=4192812/4192956
[pid=3796] ppid=3794 vsize=30720 CPUtime=1.49
/proc/3796/stat : 3796 (varsat-crafted_) R 3794 3796 3537 0 -1 4194304 7174 0 0 0 146 3 0 0 25 0 1 0 94862689 31457280 7159 1992294400 4194304 5102648 548682068768 18446744073709551615 4272884 0 0 4096 3 0 0 0 17 1 0 0
/proc/3796/statm: 7680 7159 99 221 0 7456 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30720

[startup+3.10106 s]
/proc/loadavg: 1.00 1.00 1.03 2/68 3797
/proc/meminfo: memFree=1811024/2055920 swapFree=4192812/4192956
[pid=3796] ppid=3794 vsize=35760 CPUtime=3.09
/proc/3796/stat : 3796 (varsat-crafted_) R 3794 3796 3537 0 -1 4194304 8472 0 0 0 305 4 0 0 25 0 1 0 94862689 36618240 8457 1992294400 4194304 5102648 548682068768 18446744073709551615 4272886 0 0 4096 3 0 0 0 17 1 0 0
/proc/3796/statm: 8940 8457 100 221 0 8716 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 35760

[startup+6.30135 s]
/proc/loadavg: 1.00 1.00 1.03 2/68 3797
/proc/meminfo: memFree=1797144/2055920 swapFree=4192812/4192956
[pid=3796] ppid=3794 vsize=43692 CPUtime=6.29
/proc/3796/stat : 3796 (varsat-crafted_) R 3794 3796 3537 0 -1 4194304 10609 0 0 0 624 5 0 0 25 0 1 0 94862689 44740608 10594 1992294400 4194304 5102648 548682068768 18446744073709551615 4273041 0 0 4096 3 0 0 0 17 1 0 0
/proc/3796/statm: 10923 10594 100 221 0 10699 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 43692

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.03 2/68 3797
/proc/meminfo: memFree=1800728/2055920 swapFree=4192812/4192956
[pid=3796] ppid=3794 vsize=39960 CPUtime=12.69
/proc/3796/stat : 3796 (varsat-crafted_) R 3794 3796 3537 0 -1 4194304 10612 0 0 0 1264 5 0 0 25 0 1 0 94862689 40919040 9694 1992294400 4194304 5102648 548682068768 18446744073709551615 4214176 0 0 4096 3 0 0 0 17 1 0 0
/proc/3796/statm: 9990 9694 102 221 0 9766 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 39960

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.03 2/68 3797
/proc/meminfo: memFree=1800920/2055920 swapFree=4192812/4192956
[pid=3796] ppid=3794 vsize=39960 CPUtime=25.49
/proc/3796/stat : 3796 (varsat-crafted_) R 3794 3796 3537 0 -1 4194304 10612 0 0 0 2543 6 0 0 25 0 1 0 94862689 40919040 9694 1992294400 4194304 5102648 548682068768 18446744073709551615 4213899 0 0 4096 3 0 0 0 17 1 0 0
/proc/3796/statm: 9990 9694 102 221 0 9766 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 39960

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 1.02 2/68 3797
/proc/meminfo: memFree=1800984/2055920 swapFree=4192812/4192956
[pid=3796] ppid=3794 vsize=39960 CPUtime=51.08
/proc/3796/stat : 3796 (varsat-crafted_) R 3794 3796 3537 0 -1 4194304 10625 0 0 0 5102 6 0 0 25 0 1 0 94862689 40919040 9707 1992294400 4194304 5102648 548682068768 18446744073709551615 4214299 0 0 4096 3 0 0 0 17 1 0 0
/proc/3796/statm: 9990 9707 115 221 0 9766 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 39960

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.02 2/68 3797
/proc/meminfo: memFree=1800984/2055920 swapFree=4192812/4192956
[pid=3796] ppid=3794 vsize=39960 CPUtime=102.27
/proc/3796/stat : 3796 (varsat-crafted_) R 3794 3796 3537 0 -1 4194304 10625 0 0 0 10221 6 0 0 25 0 1 0 94862689 40919040 9707 1992294400 4194304 5102648 548682068768 18446744073709551615 4215244 0 0 4096 3 0 0 0 17 1 0 0
/proc/3796/statm: 9990 9707 115 221 0 9766 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 39960

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.01 2/68 3797
/proc/meminfo: memFree=1800984/2055920 swapFree=4192812/4192956
[pid=3796] ppid=3794 vsize=39960 CPUtime=162.25
/proc/3796/stat : 3796 (varsat-crafted_) R 3794 3796 3537 0 -1 4194304 10625 0 0 0 16219 6 0 0 25 0 1 0 94862689 40919040 9707 1992294400 4194304 5102648 548682068768 18446744073709551615 4215244 0 0 4096 3 0 0 0 17 1 0 0
/proc/3796/statm: 9990 9707 115 221 0 9766 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 39960

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.01 2/68 3797
/proc/meminfo: memFree=1800984/2055920 swapFree=4192812/4192956
[pid=3796] ppid=3794 vsize=39960 CPUtime=222.23
/proc/3796/stat : 3796 (varsat-crafted_) R 3794 3796 3537 0 -1 4194304 10625 0 0 0 22216 7 0 0 25 0 1 0 94862689 40919040 9707 1992294400 4194304 5102648 548682068768 18446744073709551615 4213798 0 0 4096 3 0 0 0 17 1 0 0
/proc/3796/statm: 9990 9707 115 221 0 9766 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 39960

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 3797
/proc/meminfo: memFree=1800984/2055920 swapFree=4192812/4192956
[pid=3796] ppid=3794 vsize=39960 CPUtime=282.21
/proc/3796/stat : 3796 (varsat-crafted_) R 3794 3796 3537 0 -1 4194304 10625 0 0 0 28214 7 0 0 25 0 1 0 94862689 40919040 9707 1992294400 4194304 5102648 548682068768 18446744073709551615 4215235 0 0 4096 3 0 0 0 17 1 0 0
/proc/3796/statm: 9990 9707 115 221 0 9766 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 39960

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 3797
/proc/meminfo: memFree=1800984/2055920 swapFree=4192812/4192956
[pid=3796] ppid=3794 vsize=39960 CPUtime=342.19
/proc/3796/stat : 3796 (varsat-crafted_) R 3794 3796 3537 0 -1 4194304 10630 0 0 0 34212 7 0 0 25 0 1 0 94862689 40919040 9712 1992294400 4194304 5102648 548682068768 18446744073709551615 4214182 0 0 4096 3 0 0 0 17 1 0 0
/proc/3796/statm: 9990 9712 115 221 0 9766 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 39960

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 3797
/proc/meminfo: memFree=1800984/2055920 swapFree=4192812/4192956
[pid=3796] ppid=3794 vsize=39960 CPUtime=402.18
/proc/3796/stat : 3796 (varsat-crafted_) R 3794 3796 3537 0 -1 4194304 10633 0 0 0 40210 8 0 0 25 0 1 0 94862689 40919040 9715 1992294400 4194304 5102648 548682068768 18446744073709551615 4214159 0 0 4096 3 0 0 0 17 1 0 0
/proc/3796/statm: 9990 9715 115 221 0 9766 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 39960

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 3797
/proc/meminfo: memFree=1800856/2055920 swapFree=4192812/4192956
[pid=3796] ppid=3794 vsize=39960 CPUtime=462.16
/proc/3796/stat : 3796 (varsat-crafted_) R 3794 3796 3537 0 -1 4194304 10643 0 0 0 46208 8 0 0 25 0 1 0 94862689 40919040 9725 1992294400 4194304 5102648 548682068768 18446744073709551615 4242282 0 0 4096 3 0 0 0 17 1 0 0
/proc/3796/statm: 9990 9725 115 221 0 9766 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 39960

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 3797
/proc/meminfo: memFree=1797144/2055920 swapFree=4192812/4192956
[pid=3796] ppid=3794 vsize=43684 CPUtime=522.15
/proc/3796/stat : 3796 (varsat-crafted_) R 3794 3796 3537 0 -1 4194304 11571 0 0 0 52205 10 0 0 25 0 1 0 94862689 44732416 10653 1992294400 4194304 5102648 548682068768 18446744073709551615 4215200 0 0 4096 3 0 0 0 17 1 0 0
/proc/3796/statm: 10921 10653 115 221 0 10697 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 43684

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 3797
/proc/meminfo: memFree=1789336/2055920 swapFree=4192812/4192956
[pid=3796] ppid=3794 vsize=51476 CPUtime=582.13
/proc/3796/stat : 3796 (varsat-crafted_) R 3794 3796 3537 0 -1 4194304 13497 0 0 0 58200 13 0 0 25 0 1 0 94862689 52711424 12579 1992294400 4194304 5102648 548682068768 18446744073709551615 4215235 0 0 4096 3 0 0 0 17 1 0 0
/proc/3796/statm: 12869 12579 115 221 0 12645 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 51476

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 3797
/proc/meminfo: memFree=1776664/2055920 swapFree=4192812/4192956
[pid=3796] ppid=3794 vsize=64392 CPUtime=642.13
/proc/3796/stat : 3796 (varsat-crafted_) R 3794 3796 3537 0 -1 4194304 16661 0 0 0 64196 17 0 0 25 0 1 0 94862689 65937408 15743 1992294400 4194304 5102648 548682068768 18446744073709551615 4214101 0 0 4096 3 0 0 0 17 1 0 0
/proc/3796/statm: 16098 15743 115 221 0 15874 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 64392

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 3797
/proc/meminfo: memFree=1763224/2055920 swapFree=4192812/4192956
[pid=3796] ppid=3794 vsize=78020 CPUtime=702.11
/proc/3796/stat : 3796 (varsat-crafted_) R 3794 3796 3537 0 -1 4194304 19986 0 0 0 70190 21 0 0 25 0 1 0 94862689 79892480 19068 1992294400 4194304 5102648 548682068768 18446744073709551615 4213965 0 0 4096 3 0 0 0 17 1 0 0
/proc/3796/statm: 19505 19068 115 221 0 19281 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 78020

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 3797
/proc/meminfo: memFree=1758232/2055920 swapFree=4192812/4192956
[pid=3796] ppid=3794 vsize=83660 CPUtime=762.09
/proc/3796/stat : 3796 (varsat-crafted_) R 3794 3796 3537 0 -1 4194304 21222 0 0 0 76187 22 0 0 25 0 1 0 94862689 85667840 20304 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/3796/statm: 20915 20304 115 221 0 20691 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 83660

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 3797
/proc/meminfo: memFree=1750616/2055920 swapFree=4192812/4192956
[pid=3796] ppid=3794 vsize=91432 CPUtime=822.07
/proc/3796/stat : 3796 (varsat-crafted_) R 3794 3796 3537 0 -1 4194304 23144 0 0 0 82183 24 0 0 25 0 1 0 94862689 93626368 22226 1992294400 4194304 5102648 548682068768 18446744073709551615 4249874 0 0 4096 3 0 0 0 17 1 0 0
/proc/3796/statm: 22858 22226 115 221 0 22634 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 91432

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 3797
/proc/meminfo: memFree=1742168/2055920 swapFree=4192812/4192956
[pid=3796] ppid=3794 vsize=99664 CPUtime=882.05
/proc/3796/stat : 3796 (varsat-crafted_) R 3794 3796 3537 0 -1 4194304 25221 0 0 0 88178 27 0 0 25 0 1 0 94862689 102055936 24303 1992294400 4194304 5102648 548682068768 18446744073709551615 4249871 0 0 4096 3 0 0 0 17 1 0 0
/proc/3796/statm: 24916 24303 115 221 0 24692 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 99664

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 3797
/proc/meminfo: memFree=1736600/2055920 swapFree=4192812/4192956
[pid=3796] ppid=3794 vsize=105096 CPUtime=942.04
/proc/3796/stat : 3796 (varsat-crafted_) R 3794 3796 3537 0 -1 4194304 26596 0 0 0 94175 29 0 0 25 0 1 0 94862689 107618304 25678 1992294400 4194304 5102648 548682068768 18446744073709551615 4215205 0 0 4096 3 0 0 0 17 1 0 0
/proc/3796/statm: 26274 25678 115 221 0 26050 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 105096

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 3797
/proc/meminfo: memFree=1730712/2055920 swapFree=4192812/4192956
[pid=3796] ppid=3794 vsize=111540 CPUtime=1002.03
/proc/3796/stat : 3796 (varsat-crafted_) R 3794 3796 3537 0 -1 4194304 28067 0 0 0 100173 30 0 0 25 0 1 0 94862689 114216960 27149 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/3796/statm: 27885 27149 115 221 0 27661 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 111540

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 3797
/proc/meminfo: memFree=1722968/2055920 swapFree=4192812/4192956
[pid=3796] ppid=3794 vsize=119200 CPUtime=1062.01
/proc/3796/stat : 3796 (varsat-crafted_) R 3794 3796 3537 0 -1 4194304 30016 0 0 0 106170 31 0 0 25 0 1 0 94862689 122060800 29098 1992294400 4194304 5102648 548682068768 18446744073709551615 4250307 0 0 4096 3 0 0 0 17 1 0 0
/proc/3796/statm: 29800 29098 115 221 0 29576 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 119200

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 3797
/proc/meminfo: memFree=1713688/2055920 swapFree=4192812/4192956
[pid=3796] ppid=3794 vsize=128432 CPUtime=1121.99
/proc/3796/stat : 3796 (varsat-crafted_) R 3794 3796 3537 0 -1 4194304 32301 0 0 0 112165 34 0 0 25 0 1 0 94862689 131514368 31383 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/3796/statm: 32108 31383 115 221 0 31884 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 128432

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 3797
/proc/meminfo: memFree=1704792/2055920 swapFree=4192812/4192956
[pid=3796] ppid=3794 vsize=137636 CPUtime=1181.97
/proc/3796/stat : 3796 (varsat-crafted_) R 3794 3796 3537 0 -1 4194304 34532 0 0 0 118161 36 0 0 25 0 1 0 94862689 140939264 33614 1992294400 4194304 5102648 548682068768 18446744073709551615 4249900 0 0 4096 3 0 0 0 17 1 0 0
/proc/3796/statm: 34409 33614 115 221 0 34185 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 137636



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 3797
/proc/meminfo: memFree=1701656/2055920 swapFree=4192812/4192956
[pid=3796] ppid=3794 vsize=140572 CPUtime=1200.08
/proc/3796/stat : 3796 (varsat-crafted_) R 3794 3796 3537 0 -1 4194304 35287 0 0 0 119971 37 0 0 25 0 1 0 94862689 143945728 34369 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/3796/statm: 35143 34369 115 221 0 34919 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 140572

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.43
CPU time (s): 1200.11
CPU user time (s): 1199.71
CPU system time (s): 0.395939
CPU usage (%): 99.9733
Max. virtual memory (cumulated for all children) (KiB): 140572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.71
system time used= 0.395939
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35287
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= 1036

runsolver used 1.05384 second user time and 3.32949 second system time

The end

Launcher Data

Begin job on node68 at 2009-04-25 16:06:05
IDJOB=1721675
IDBENCH=71074
IDSOLVER=537
FILE ID=node68/1721675-1240668365
PBS_JOBID= 9186591
Free space on /tmp= 66552 MiB

SOLVER NAME= VARSAT-crafted 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/ndhf_xits_11_UNSAT.cnf
COMMAND LINE= HOME/varsat-crafted_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1721675-1240668365/watcher-1721675-1240668365 -o /tmp/evaluation-result-1721675-1240668365/solver-1721675-1240668365 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-crafted_static -seed=242029974 HOME/instance-1721675-1240668365.cnf

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

MD5SUM BENCH= 238f1788225c41f1f5779700e39b5833
RANDOM SEED=242029974

node68.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.223
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.223
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:       1840696 kB
Buffers:         13836 kB
Cached:         118484 kB
SwapCached:        144 kB
Active:          14184 kB
Inactive:       134676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1840696 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4512 kB
Writeback:           0 kB
Mapped:          26440 kB
Slab:            52028 kB
Committed_AS:   237476 kB
PageTables:       1560 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node68 at 2009-04-25 16:26:08