Trace number 1784914

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) 5000.11 5002.67

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-equilarge_l1.used-as.sat04-893.sat05-4187.reshuffled-07.cnf
MD5SUM181c4935b6e4cd791aedd030930111fa
Bench CategoryCRAFTED (crafted 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 variables16866
Number of clauses2507999
Sum of the clauses size5028712
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22505923
Number of clauses of size 31
Number of clauses of size 47
Number of clauses of size 59
Number of clauses of size over 52059

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  16866                                                |
0.00/0.00	c |  Number of clauses:    2507999                                              |
5.29/5.36	c |  Parsing time:         5.02         s                                       |
5.29/5.36	c |  Timeout:              43200 s
5.29/5.36	c |  Random Seed:          386418948.000000
5.29/5.36	c |  Heuristic:            EMBP-G, threshold 0.950                              |
5.29/5.36	c |  Branching Rule:       default (solution-guided)                            |
5.29/5.36	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
5.29/5.36	c |                                                                             |
218.78/218.98	c ============================[ Search Statistics ]==============================
218.78/218.98	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
218.78/218.98	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
218.78/218.98	c ===============================================================================
218.78/218.98	c |         0 |   14459  2464343  6662014 |   821447        0    nan |  0.000 % |
3034.45/3036.00	c |       101 |   14459  2464343  6662014 |   903592      101     21 |  1.826 % |

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-1784914-1241873246/watcher-1784914-1241873246 -o /tmp/evaluation-result-1784914-1241873246/solver-1784914-1241873246 -C 5000 -W 6000 -M 1800 HOME/varsat-industrial_static -seed=386418948 HOME/instance-1784914-1241873246.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.93 0.98 0.96 3/64 22734
/proc/meminfo: memFree=1861128/2055920 swapFree=4164244/4192956
[pid=22734] ppid=22732 vsize=3704 CPUtime=0
/proc/22734/stat : 22734 (varsat-industri) R 22732 22734 22697 0 -1 4194304 750 0 0 0 0 0 0 0 18 0 1 0 215358182 3792896 735 1992294400 4194304 5102648 548682068784 18446744073709551615 4245145 0 0 4096 3 0 0 0 17 0 0 0
/proc/22734/statm: 926 737 82 221 0 702 0

[startup+0.069835 s]
/proc/loadavg: 0.93 0.98 0.96 3/64 22734
/proc/meminfo: memFree=1861128/2055920 swapFree=4164244/4192956
[pid=22734] ppid=22732 vsize=9156 CPUtime=0.05
/proc/22734/stat : 22734 (varsat-industri) R 22732 22734 22697 0 -1 4194304 2039 0 0 0 5 0 0 0 18 0 1 0 215358182 9375744 2024 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 0 0 0
/proc/22734/statm: 2289 2025 87 221 0 2065 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9156

[startup+0.10184 s]
/proc/loadavg: 0.93 0.98 0.96 3/64 22734
/proc/meminfo: memFree=1861128/2055920 swapFree=4164244/4192956
[pid=22734] ppid=22732 vsize=10796 CPUtime=0.09
/proc/22734/stat : 22734 (varsat-industri) R 22732 22734 22697 0 -1 4194304 2417 0 0 0 8 1 0 0 18 0 1 0 215358182 11055104 2402 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 0 0 0
/proc/22734/statm: 2699 2402 87 221 0 2475 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10796

[startup+0.301873 s]
/proc/loadavg: 0.93 0.98 0.96 3/64 22734
/proc/meminfo: memFree=1861128/2055920 swapFree=4164244/4192956
[pid=22734] ppid=22732 vsize=19784 CPUtime=0.29
/proc/22734/stat : 22734 (varsat-industri) R 22732 22734 22697 0 -1 4194304 4711 0 0 0 27 2 0 0 20 0 1 0 215358182 20258816 4696 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 0 0 0
/proc/22734/statm: 4946 4696 87 221 0 4722 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19784

[startup+0.701941 s]
/proc/loadavg: 0.93 0.98 0.96 3/64 22734
/proc/meminfo: memFree=1861128/2055920 swapFree=4164244/4192956
[pid=22734] ppid=22732 vsize=38716 CPUtime=0.69
/proc/22734/stat : 22734 (varsat-industri) R 22732 22734 22697 0 -1 4194304 9462 0 0 0 64 5 0 0 24 0 1 0 215358182 39645184 9447 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 0 0 0
/proc/22734/statm: 9679 9447 87 221 0 9455 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38716

[startup+1.50108 s]
/proc/loadavg: 0.93 0.98 0.96 2/65 22735
/proc/meminfo: memFree=1809152/2055920 swapFree=4164244/4192956
[pid=22734] ppid=22732 vsize=79248 CPUtime=1.49
/proc/22734/stat : 22734 (varsat-industri) R 22732 22734 22697 0 -1 4194304 19511 0 0 0 138 11 0 0 25 0 1 0 215358182 81149952 19496 1992294400 4194304 5102648 548682068784 18446744073709551615 4492085 0 0 4096 3 0 0 0 17 0 0 0
/proc/22734/statm: 19812 19496 87 221 0 19588 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 79248

[startup+3.10235 s]
/proc/loadavg: 0.93 0.98 0.96 2/65 22735
/proc/meminfo: memFree=1752832/2055920 swapFree=4164244/4192956
[pid=22734] ppid=22732 vsize=166700 CPUtime=3.09
/proc/22734/stat : 22734 (varsat-industri) R 22732 22734 22697 0 -1 4194304 40919 0 0 0 288 21 0 0 25 0 1 0 215358182 170700800 40904 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 0 0 0
/proc/22734/statm: 41675 40904 87 221 0 41451 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 166700

[startup+6.3019 s]
/proc/loadavg: 0.93 0.98 0.96 2/65 22735
/proc/meminfo: memFree=1589760/2055920 swapFree=4164244/4192956
[pid=22734] ppid=22732 vsize=289356 CPUtime=6.29
/proc/22734/stat : 22734 (varsat-industri) R 22732 22734 22697 0 -1 4194304 68103 0 0 0 596 33 0 0 25 0 1 0 215358182 296300544 68088 1992294400 4194304 5102648 548682068784 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 0 0 0
/proc/22734/statm: 72339 68088 98 221 0 72115 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 289356

[startup+12.702 s]
/proc/loadavg: 0.94 0.98 0.96 2/65 22735
/proc/meminfo: memFree=1589760/2055920 swapFree=4164244/4192956
[pid=22734] ppid=22732 vsize=289356 CPUtime=12.68
/proc/22734/stat : 22734 (varsat-industri) R 22732 22734 22697 0 -1 4194304 68103 0 0 0 1234 34 0 0 25 0 1 0 215358182 296300544 68088 1992294400 4194304 5102648 548682068784 18446744073709551615 4273080 0 0 4096 3 0 0 0 17 0 0 0
/proc/22734/statm: 72339 68088 98 221 0 72115 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 289356

[startup+25.5012 s]
/proc/loadavg: 0.95 0.98 0.96 2/65 22735
/proc/meminfo: memFree=1589888/2055920 swapFree=4164244/4192956
[pid=22734] ppid=22732 vsize=289356 CPUtime=25.48
/proc/22734/stat : 22734 (varsat-industri) R 22732 22734 22697 0 -1 4194304 68103 0 0 0 2514 34 0 0 25 0 1 0 215358182 296300544 68088 1992294400 4194304 5102648 548682068784 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 0 0 0
/proc/22734/statm: 72339 68088 98 221 0 72115 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 289356

[startup+51.1016 s]
/proc/loadavg: 0.97 0.98 0.96 2/65 22735
/proc/meminfo: memFree=1589824/2055920 swapFree=4164244/4192956
[pid=22734] ppid=22732 vsize=289356 CPUtime=51.07
/proc/22734/stat : 22734 (varsat-industri) R 22732 22734 22697 0 -1 4194304 68103 0 0 0 5073 34 0 0 25 0 1 0 215358182 296300544 68088 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 0 0 0
/proc/22734/statm: 72339 68088 98 221 0 72115 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 289356

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.96 2/65 22735
/proc/meminfo: memFree=1403968/2055920 swapFree=4164244/4192956
[pid=22734] ppid=22732 vsize=479132 CPUtime=102.24
/proc/22734/stat : 22734 (varsat-industri) R 22732 22734 22697 0 -1 4194304 114536 0 0 0 10169 55 0 0 25 0 1 0 215358182 490631168 114521 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 0 0 0
/proc/22734/statm: 119783 114521 100 221 0 119559 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 479132

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 22735
/proc/meminfo: memFree=1388672/2055920 swapFree=4164244/4192956
[pid=22734] ppid=22732 vsize=483092 CPUtime=162.21
/proc/22734/stat : 22734 (varsat-industri) R 22732 22734 22697 0 -1 4194304 118397 0 0 0 16163 58 0 0 25 0 1 0 215358182 494686208 118382 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 0 0 0
/proc/22734/statm: 120773 118382 100 221 0 120549 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 483092

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 22735
/proc/meminfo: memFree=1445184/2055920 swapFree=4164244/4192956
[pid=22734] ppid=22732 vsize=420704 CPUtime=222.17
/proc/22734/stat : 22734 (varsat-industri) R 22732 22734 22697 0 -1 4194304 119188 0 0 0 22158 59 0 0 25 0 1 0 215358182 430800896 104144 1992294400 4194304 5102648 548682068784 18446744073709551615 4214156 0 0 4096 3 0 0 0 17 0 0 0
/proc/22734/statm: 105176 104144 102 221 0 104952 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 420704

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 22735
/proc/meminfo: memFree=1445120/2055920 swapFree=4164244/4192956
[pid=22734] ppid=22732 vsize=420704 CPUtime=282.14
/proc/22734/stat : 22734 (varsat-industri) R 22732 22734 22697 0 -1 4194304 119188 0 0 0 28155 59 0 0 25 0 1 0 215358182 430800896 104144 1992294400 4194304 5102648 548682068784 18446744073709551615 4214101 0 0 4096 3 0 0 0 17 0 0 0
/proc/22734/statm: 105176 104144 102 221 0 104952 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 420704

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 22735
/proc/meminfo: memFree=1445120/2055920 swapFree=4164244/4192956
[pid=22734] ppid=22732 vsize=420704 CPUtime=342.13
/proc/22734/stat : 22734 (varsat-industri) R 22732 22734 22697 0 -1 4194304 119188 0 0 0 34153 60 0 0 25 0 1 0 215358182 430800896 104144 1992294400 4194304 5102648 548682068784 18446744073709551615 4213974 0 0 4096 3 0 0 0 17 0 0 0
/proc/22734/statm: 105176 104144 102 221 0 104952 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 420704

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 22735
/proc/meminfo: memFree=1445184/2055920 swapFree=4164244/4192956
[pid=22734] ppid=22732 vsize=420704 CPUtime=402.1
/proc/22734/stat : 22734 (varsat-industri) R 22732 22734 22697 0 -1 4194304 119188 0 0 0 40150 60 0 0 25 0 1 0 215358182 430800896 104144 1992294400 4194304 5102648 548682068784 18446744073709551615 4214195 0 0 4096 3 0 0 0 17 0 0 0
/proc/22734/statm: 105176 104144 102 221 0 104952 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 420704

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 22735
/proc/meminfo: memFree=1445184/2055920 swapFree=4164244/4192956
[pid=22734] ppid=22732 vsize=420704 CPUtime=462.06
/proc/22734/stat : 22734 (varsat-industri) R 22732 22734 22697 0 -1 4194304 119188 0 0 0 46146 60 0 0 25 0 1 0 215358182 430800896 104144 1992294400 4194304 5102648 548682068784 18446744073709551615 4213886 0 0 4096 3 0 0 0 17 0 0 0
/proc/22734/statm: 105176 104144 102 221 0 104952 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 420704

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 22735
/proc/meminfo: memFree=1445184/2055920 swapFree=4164244/4192956
[pid=22734] ppid=22732 vsize=420704 CPUtime=522.04
/proc/22734/stat : 22734 (varsat-industri) R 22732 22734 22697 0 -1 4194304 119188 0 0 0 52144 60 0 0 25 0 1 0 215358182 430800896 104144 1992294400 4194304 5102648 548682068784 18446744073709551615 4213880 0 0 4096 3 0 0 0 17 0 0 0
/proc/22734/statm: 105176 104144 102 221 0 104952 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 420704

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 22735
/proc/meminfo: memFree=1445184/2055920 swapFree=4164244/4192956
[pid=22734] ppid=22732 vsize=420704 CPUtime=582.01
/proc/22734/stat : 22734 (varsat-industri) R 22732 22734 22697 0 -1 4194304 119188 0 0 0 58141 60 0 0 25 0 1 0 215358182 430800896 104144 1992294400 4194304 5102648 548682068784 18446744073709551615 4214262 0 0 4096 3 0 0 0 17 0 0 0
/proc/22734/statm: 105176 104144 102 221 0 104952 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 420704

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 22735
/proc/meminfo: memFree=1445184/2055920 swapFree=4164244/4192956
[pid=22734] ppid=22732 vsize=420704 CPUtime=641.97
/proc/22734/stat : 22734 (varsat-industri) R 22732 22734 22697 0 -1 4194304 119188 0 0 0 64137 60 0 0 25 0 1 0 215358182 430800896 104144 1992294400 4194304 5102648 548682068784 18446744073709551615 4214101 0 0 4096 3 0 0 0 17 1 0 0
/proc/22734/statm: 105176 104144 102 221 0 104952 0
Current children cumulated CPU time (s) 641.97
Current children cumulated vsize (KiB) 420704

[startup+702.302 s]

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

[startup+4002.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 22743
/proc/meminfo: memFree=1443776/2055920 swapFree=4164244/4192956
[pid=22734] ppid=22732 vsize=420704 CPUtime=4000.23
/proc/22734/stat : 22734 (varsat-industri) R 22732 22734 22697 0 -1 4194304 119201 0 0 0 399959 64 0 0 25 0 1 0 215358182 430800896 104157 1992294400 4194304 5102648 548682068784 18446744073709551615 4214101 0 0 4096 3 0 0 0 17 0 0 0
/proc/22734/statm: 105176 104157 115 221 0 104952 0
Current children cumulated CPU time (s) 4000.23
Current children cumulated vsize (KiB) 420704

[startup+4062.31 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 22743
/proc/meminfo: memFree=1443712/2055920 swapFree=4164244/4192956
[pid=22734] ppid=22732 vsize=420704 CPUtime=4060.2
/proc/22734/stat : 22734 (varsat-industri) R 22732 22734 22697 0 -1 4194304 119201 0 0 0 405956 64 0 0 25 0 1 0 215358182 430800896 104157 1992294400 4194304 5102648 548682068784 18446744073709551615 4215179 0 0 4096 3 0 0 0 17 0 0 0
/proc/22734/statm: 105176 104157 115 221 0 104952 0
Current children cumulated CPU time (s) 4060.2
Current children cumulated vsize (KiB) 420704

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 22743
/proc/meminfo: memFree=1443712/2055920 swapFree=4164244/4192956
[pid=22734] ppid=22732 vsize=420704 CPUtime=4120.17
/proc/22734/stat : 22734 (varsat-industri) R 22732 22734 22697 0 -1 4194304 119201 0 0 0 411953 64 0 0 25 0 1 0 215358182 430800896 104157 1992294400 4194304 5102648 548682068784 18446744073709551615 4213798 0 0 4096 3 0 0 0 17 0 0 0
/proc/22734/statm: 105176 104157 115 221 0 104952 0
Current children cumulated CPU time (s) 4120.17
Current children cumulated vsize (KiB) 420704

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 22743
/proc/meminfo: memFree=1443712/2055920 swapFree=4164244/4192956
[pid=22734] ppid=22732 vsize=420704 CPUtime=4180.14
/proc/22734/stat : 22734 (varsat-industri) R 22732 22734 22697 0 -1 4194304 119201 0 0 0 417950 64 0 0 25 0 1 0 215358182 430800896 104157 1992294400 4194304 5102648 548682068784 18446744073709551615 4242179 0 0 4096 3 0 0 0 17 0 0 0
/proc/22734/statm: 105176 104157 115 221 0 104952 0
Current children cumulated CPU time (s) 4180.14
Current children cumulated vsize (KiB) 420704

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 22743
/proc/meminfo: memFree=1443648/2055920 swapFree=4164244/4192956
[pid=22734] ppid=22732 vsize=420704 CPUtime=4240.11
/proc/22734/stat : 22734 (varsat-industri) R 22732 22734 22697 0 -1 4194304 119201 0 0 0 423947 64 0 0 25 0 1 0 215358182 430800896 104157 1992294400 4194304 5102648 548682068784 18446744073709551615 4214101 0 0 4096 3 0 0 0 17 0 0 0
/proc/22734/statm: 105176 104157 115 221 0 104952 0
Current children cumulated CPU time (s) 4240.11
Current children cumulated vsize (KiB) 420704

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 22743
/proc/meminfo: memFree=1443648/2055920 swapFree=4164244/4192956
[pid=22734] ppid=22732 vsize=420704 CPUtime=4300.08
/proc/22734/stat : 22734 (varsat-industri) R 22732 22734 22697 0 -1 4194304 119201 0 0 0 429944 64 0 0 25 0 1 0 215358182 430800896 104157 1992294400 4194304 5102648 548682068784 18446744073709551615 4214105 0 0 4096 3 0 0 0 17 0 0 0
/proc/22734/statm: 105176 104157 115 221 0 104952 0
Current children cumulated CPU time (s) 4300.08
Current children cumulated vsize (KiB) 420704

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 22743
/proc/meminfo: memFree=1443648/2055920 swapFree=4164244/4192956
[pid=22734] ppid=22732 vsize=420704 CPUtime=4360.05
/proc/22734/stat : 22734 (varsat-industri) R 22732 22734 22697 0 -1 4194304 119201 0 0 0 435941 64 0 0 25 0 1 0 215358182 430800896 104157 1992294400 4194304 5102648 548682068784 18446744073709551615 4215188 0 0 4096 3 0 0 0 17 0 0 0
/proc/22734/statm: 105176 104157 115 221 0 104952 0
Current children cumulated CPU time (s) 4360.05
Current children cumulated vsize (KiB) 420704

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 22749
/proc/meminfo: memFree=1443456/2055920 swapFree=4164244/4192956
[pid=22734] ppid=22732 vsize=420704 CPUtime=4420.02
/proc/22734/stat : 22734 (varsat-industri) R 22732 22734 22697 0 -1 4194304 119201 0 0 0 441938 64 0 0 25 0 1 0 215358182 430800896 104157 1992294400 4194304 5102648 548682068784 18446744073709551615 4213869 0 0 4096 3 0 0 0 17 0 0 0
/proc/22734/statm: 105176 104157 115 221 0 104952 0
Current children cumulated CPU time (s) 4420.02
Current children cumulated vsize (KiB) 420704

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 22749
/proc/meminfo: memFree=1443520/2055920 swapFree=4164244/4192956
[pid=22734] ppid=22732 vsize=420704 CPUtime=4479.99
/proc/22734/stat : 22734 (varsat-industri) R 22732 22734 22697 0 -1 4194304 119201 0 0 0 447935 64 0 0 25 0 1 0 215358182 430800896 104157 1992294400 4194304 5102648 548682068784 18446744073709551615 4213952 0 0 4096 3 0 0 0 17 0 0 0
/proc/22734/statm: 105176 104157 115 221 0 104952 0
Current children cumulated CPU time (s) 4479.99
Current children cumulated vsize (KiB) 420704

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 22749
/proc/meminfo: memFree=1443584/2055920 swapFree=4164244/4192956
[pid=22734] ppid=22732 vsize=420704 CPUtime=4539.97
/proc/22734/stat : 22734 (varsat-industri) R 22732 22734 22697 0 -1 4194304 119201 0 0 0 453932 65 0 0 25 0 1 0 215358182 430800896 104157 1992294400 4194304 5102648 548682068784 18446744073709551615 4213798 0 0 4096 3 0 0 0 17 0 0 0
/proc/22734/statm: 105176 104157 115 221 0 104952 0
Current children cumulated CPU time (s) 4539.97
Current children cumulated vsize (KiB) 420704

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 22749
/proc/meminfo: memFree=1443520/2055920 swapFree=4164244/4192956
[pid=22734] ppid=22732 vsize=420704 CPUtime=4599.95
/proc/22734/stat : 22734 (varsat-industri) R 22732 22734 22697 0 -1 4194304 119201 0 0 0 459930 65 0 0 25 0 1 0 215358182 430800896 104157 1992294400 4194304 5102648 548682068784 18446744073709551615 4214180 0 0 4096 3 0 0 0 17 0 0 0
/proc/22734/statm: 105176 104157 115 221 0 104952 0
Current children cumulated CPU time (s) 4599.95
Current children cumulated vsize (KiB) 420704

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 22749
/proc/meminfo: memFree=1443520/2055920 swapFree=4164244/4192956
[pid=22734] ppid=22732 vsize=420704 CPUtime=4659.92
/proc/22734/stat : 22734 (varsat-industri) R 22732 22734 22697 0 -1 4194304 119201 0 0 0 465927 65 0 0 25 0 1 0 215358182 430800896 104157 1992294400 4194304 5102648 548682068784 18446744073709551615 4214101 0 0 4096 3 0 0 0 17 0 0 0
/proc/22734/statm: 105176 104157 115 221 0 104952 0
Current children cumulated CPU time (s) 4659.92
Current children cumulated vsize (KiB) 420704

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 22749
/proc/meminfo: memFree=1443520/2055920 swapFree=4164244/4192956
[pid=22734] ppid=22732 vsize=420704 CPUtime=4719.89
/proc/22734/stat : 22734 (varsat-industri) R 22732 22734 22697 0 -1 4194304 119201 0 0 0 471924 65 0 0 25 0 1 0 215358182 430800896 104157 1992294400 4194304 5102648 548682068784 18446744073709551615 4214101 0 0 4096 3 0 0 0 17 0 0 0
/proc/22734/statm: 105176 104157 115 221 0 104952 0
Current children cumulated CPU time (s) 4719.89
Current children cumulated vsize (KiB) 420704

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 22749
/proc/meminfo: memFree=1443520/2055920 swapFree=4164244/4192956
[pid=22734] ppid=22732 vsize=420704 CPUtime=4779.85
/proc/22734/stat : 22734 (varsat-industri) R 22732 22734 22697 0 -1 4194304 119201 0 0 0 477920 65 0 0 25 0 1 0 215358182 430800896 104157 1992294400 4194304 5102648 548682068784 18446744073709551615 4214101 0 0 4096 3 0 0 0 17 0 0 0
/proc/22734/statm: 105176 104157 115 221 0 104952 0
Current children cumulated CPU time (s) 4779.85
Current children cumulated vsize (KiB) 420704

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 22749
/proc/meminfo: memFree=1443520/2055920 swapFree=4164244/4192956
[pid=22734] ppid=22732 vsize=420704 CPUtime=4839.82
/proc/22734/stat : 22734 (varsat-industri) R 22732 22734 22697 0 -1 4194304 119201 0 0 0 483917 65 0 0 25 0 1 0 215358182 430800896 104157 1992294400 4194304 5102648 548682068784 18446744073709551615 4213932 0 0 4096 3 0 0 0 17 0 0 0
/proc/22734/statm: 105176 104157 115 221 0 104952 0
Current children cumulated CPU time (s) 4839.82
Current children cumulated vsize (KiB) 420704

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 22749
/proc/meminfo: memFree=1443456/2055920 swapFree=4164244/4192956
[pid=22734] ppid=22732 vsize=420704 CPUtime=4899.79
/proc/22734/stat : 22734 (varsat-industri) R 22732 22734 22697 0 -1 4194304 119201 0 0 0 489914 65 0 0 25 0 1 0 215358182 430800896 104157 1992294400 4194304 5102648 548682068784 18446744073709551615 4213798 0 0 4096 3 0 0 0 17 0 0 0
/proc/22734/statm: 105176 104157 115 221 0 104952 0
Current children cumulated CPU time (s) 4899.79
Current children cumulated vsize (KiB) 420704

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 22749
/proc/meminfo: memFree=1443456/2055920 swapFree=4164244/4192956
[pid=22734] ppid=22732 vsize=420704 CPUtime=4959.75
/proc/22734/stat : 22734 (varsat-industri) R 22732 22734 22697 0 -1 4194304 119201 0 0 0 495910 65 0 0 25 0 1 0 215358182 430800896 104157 1992294400 4194304 5102648 548682068784 18446744073709551615 4213884 0 0 4096 3 0 0 0 17 0 0 0
/proc/22734/statm: 105176 104157 115 221 0 104952 0
Current children cumulated CPU time (s) 4959.75
Current children cumulated vsize (KiB) 420704



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.6 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 22749
/proc/meminfo: memFree=1443456/2055920 swapFree=4164244/4192956
[pid=22734] ppid=22732 vsize=420704 CPUtime=5000.03
/proc/22734/stat : 22734 (varsat-industri) R 22732 22734 22697 0 -1 4194304 119201 0 0 0 499938 65 0 0 25 0 1 0 215358182 430800896 104157 1992294400 4194304 5102648 548682068784 18446744073709551615 4213884 0 0 4096 3 0 0 0 17 0 0 0
/proc/22734/statm: 105176 104157 115 221 0 104952 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 420704

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): 5002.67
CPU time (s): 5000.11
CPU user time (s): 4999.39
CPU system time (s): 0.71889
CPU usage (%): 99.9488
Max. virtual memory (cumulated for all children) (KiB): 483496

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

runsolver used 3.88041 second user time and 14.3218 second system time

The end

Launcher Data

Begin job on node25 at 2009-05-09 14:47:32
IDJOB=1784914
IDBENCH=24641
IDSOLVER=641
FILE ID=node25/1784914-1241873246
PBS_JOBID= 9264629
Free space on /tmp= 66004 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-equilarge_l1.used-as.sat04-893.sat05-4187.reshuffled-07.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1784914-1241873246/watcher-1784914-1241873246 -o /tmp/evaluation-result-1784914-1241873246/solver-1784914-1241873246 -C 5000 -W 6000 -M 1800  HOME/varsat-industrial_static -seed=386418948 HOME/instance-1784914-1241873246.cnf

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

MD5SUM BENCH= 181c4935b6e4cd791aedd030930111fa
RANDOM SEED=386418948

node25.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.259
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.259
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:       1861672 kB
Buffers:         26752 kB
Cached:         101708 kB
SwapCached:      23384 kB
Active:          97956 kB
Inactive:        55236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1861672 kB
SwapTotal:     4192956 kB
SwapFree:      4164244 kB
Dirty:           34912 kB
Writeback:           0 kB
Mapped:          13868 kB
Slab:            27128 kB
Committed_AS:   712560 kB
PageTables:       1460 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= 66004 MiB
End job on node25 at 2009-05-09 16:10:56