Trace number 1577749

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.21 1200.61

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L200_coli.sat.cnf
MD5SUM853982f8646333d217e35d938b7eb00b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark542.008
Satisfiable
(Un)Satisfiability was proved
Number of variables670867
Number of clauses3513333
Sum of the clauses size10259569
Maximum clause length11
Minimum clause length1
Number of clauses of size 159077
Number of clauses of size 2795777
Number of clauses of size 32146608
Number of clauses of size 4393835
Number of clauses of size 5117437
Number of clauses of size over 5599

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  670867                                               |
0.00/0.00	c |  Number of clauses:    3513333                                              |
4.43/4.58	c |  Parsing time:         3.79         s                                       |
4.43/4.58	c |  Timeout:              43200 s
4.43/4.58	c |  Random Seed:          585070529.000000
4.43/4.58	c |  Heuristic:            EMBP-G, threshold 0.800                              |
4.43/4.58	c |  Branching Rule:       default (solution-guided)                            |
4.43/4.58	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
4.43/4.58	c |                                                                             |
99.68/99.80	c ============================[ Search Statistics ]==============================
99.68/99.80	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
99.68/99.80	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
99.68/99.80	c ===============================================================================
99.68/99.80	c |         0 |  146532  1494031  5111526 |   498010        0    nan |  0.000 % |
103.99/104.14	c |       100 |  146532  1494031  5111526 |   547811      100      4 | 20.060 % |
108.29/108.43	c |       250 |  146531  1494031  5111526 |   602592      249      7 | 20.060 % |
112.49/112.66	c |       476 |  146531  1494031  5111526 |   662851      475      7 | 20.060 % |
116.78/116.93	c |       814 |  146531  1494031  5111526 |   729136      813      6 | 20.060 % |
121.08/121.26	c |      1320 |  146531  1494031  5111526 |   802050     1319      8 | 20.060 % |
125.58/125.73	c |      2080 |  146531  1494031  5111526 |   882255     2079     10 | 20.060 % |
129.98/130.16	c |      3219 |  146525  1494031  5111526 |   970481     3215     12 | 20.070 % |
134.58/134.77	c |      4928 |  146458  1494031  5111526 |  1067529     4911     12 | 20.105 % |
796.60/796.95	c |      7492 |  146197  1494031  5111526 |  1174282     7461     14 | 20.149 % |

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-1577749-1241004258/watcher-1577749-1241004258 -o /tmp/evaluation-result-1577749-1241004258/solver-1577749-1241004258 -C 1200 -W 1800 -M 1800 HOME/varsat-crafted_static -seed=585070529 HOME/instance-1577749-1241004258.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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.01 1.01 1.00 3/64 29411
/proc/meminfo: memFree=383632/2055920 swapFree=4191864/4192956
[pid=29411] ppid=29409 vsize=7392 CPUtime=0
/proc/29411/stat : 29411 (varsat-crafted_) R 29409 29411 29043 0 -1 4194304 764 0 0 0 0 0 0 0 18 0 1 0 128453578 7569408 749 1992294400 4194304 5102648 548682068768 18446744073709551615 4200710 0 0 4096 3 0 0 0 17 1 0 0
/proc/29411/statm: 1848 755 78 221 0 1624 0

[startup+0.081097 s]
/proc/loadavg: 1.01 1.01 1.00 3/64 29411
/proc/meminfo: memFree=383632/2055920 swapFree=4191864/4192956
[pid=29411] ppid=29409 vsize=43716 CPUtime=0.06
/proc/29411/stat : 29411 (varsat-crafted_) R 29409 29411 29043 0 -1 4194304 10634 0 0 0 3 3 0 0 18 0 1 0 128453578 44765184 10619 1992294400 4194304 5102648 548682068768 18446744073709551615 4245161 0 0 4096 3 0 0 0 17 1 0 0
/proc/29411/statm: 10929 10622 87 221 0 10705 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 43716

[startup+0.102098 s]
/proc/loadavg: 1.01 1.01 1.00 3/64 29411
/proc/meminfo: memFree=383632/2055920 swapFree=4191864/4192956
[pid=29411] ppid=29409 vsize=51868 CPUtime=0.09
/proc/29411/stat : 29411 (varsat-crafted_) R 29409 29411 29043 0 -1 4194304 12173 0 0 0 5 4 0 0 18 0 1 0 128453578 53112832 12148 1992294400 4194304 5102648 548682068768 18446744073709551615 4245362 0 0 4096 3 0 0 0 17 1 0 0
/proc/29411/statm: 12967 12152 87 221 0 12743 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 51868

[startup+0.301122 s]
/proc/loadavg: 1.01 1.01 1.00 3/64 29411
/proc/meminfo: memFree=383632/2055920 swapFree=4191864/4192956
[pid=29411] ppid=29409 vsize=101408 CPUtime=0.29
/proc/29411/stat : 29411 (varsat-crafted_) R 29409 29411 29043 0 -1 4194304 21995 0 0 0 19 10 0 0 19 0 1 0 128453578 103841792 21959 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/29411/statm: 25352 21960 87 221 0 25128 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 101408

[startup+0.701153 s]
/proc/loadavg: 1.01 1.01 1.00 3/64 29411
/proc/meminfo: memFree=383632/2055920 swapFree=4191864/4192956
[pid=29411] ppid=29409 vsize=149220 CPUtime=0.69
/proc/29411/stat : 29411 (varsat-crafted_) R 29409 29411 29043 0 -1 4194304 33786 0 0 0 52 17 0 0 22 0 1 0 128453578 152801280 33750 1992294400 4194304 5102648 548682068768 18446744073709551615 4245161 0 0 4096 3 0 0 0 17 1 0 0
/proc/29411/statm: 37305 33750 87 221 0 37081 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 149220

[startup+1.50223 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 29412
/proc/meminfo: memFree=213896/2055920 swapFree=4191864/4192956
[pid=29411] ppid=29409 vsize=255980 CPUtime=1.49
/proc/29411/stat : 29411 (varsat-crafted_) R 29409 29411 29043 0 -1 4194304 57125 0 0 0 119 30 0 0 25 0 1 0 128453578 262123520 57089 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/29411/statm: 63995 57090 87 221 0 63771 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 255980

[startup+3.10137 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 29412
/proc/meminfo: memFree=86408/2055920 swapFree=4191864/4192956
[pid=29411] ppid=29409 vsize=415516 CPUtime=3.07
/proc/29411/stat : 29411 (varsat-crafted_) R 29409 29411 29043 0 -1 4194304 100196 0 0 0 253 54 0 0 25 0 1 0 128453578 425488384 100160 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/29411/statm: 103879 100160 87 221 0 103655 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 415516

[startup+6.30167 s]
/proc/loadavg: 1.09 1.03 1.01 2/65 29412
/proc/meminfo: memFree=15880/2055920 swapFree=4191864/4192956
[pid=29411] ppid=29409 vsize=564856 CPUtime=6.23
/proc/29411/stat : 29411 (varsat-crafted_) R 29409 29411 29043 0 -1 4194304 136561 0 0 0 551 72 0 0 25 0 1 0 128453578 578412544 136525 1992294400 4194304 5102648 548682068768 18446744073709551615 4225555 0 0 4096 3 0 0 0 17 1 0 0
/proc/29411/statm: 141214 136525 98 221 0 140990 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 564856

[startup+12.7013 s]
/proc/loadavg: 1.08 1.03 1.00 2/65 29412
/proc/meminfo: memFree=16136/2055920 swapFree=4191864/4192956
[pid=29411] ppid=29409 vsize=564856 CPUtime=12.62
/proc/29411/stat : 29411 (varsat-crafted_) R 29409 29411 29043 0 -1 4194304 136561 0 0 0 1190 72 0 0 25 0 1 0 128453578 578412544 136525 1992294400 4194304 5102648 548682068768 18446744073709551615 4225411 0 0 4096 3 0 0 0 17 1 0 0
/proc/29411/statm: 141214 136525 98 221 0 140990 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 564856

[startup+25.5014 s]
/proc/loadavg: 1.06 1.03 1.00 2/65 29412
/proc/meminfo: memFree=16648/2055920 swapFree=4191864/4192956
[pid=29411] ppid=29409 vsize=564856 CPUtime=25.42
/proc/29411/stat : 29411 (varsat-crafted_) R 29409 29411 29043 0 -1 4194304 136561 0 0 0 2470 72 0 0 25 0 1 0 128453578 578412544 136525 1992294400 4194304 5102648 548682068768 18446744073709551615 4225324 0 0 4096 3 0 0 0 17 1 0 0
/proc/29411/statm: 141214 136525 98 221 0 140990 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 564856

[startup+51.1018 s]
/proc/loadavg: 1.04 1.02 1.00 2/65 29412
/proc/meminfo: memFree=15176/2055920 swapFree=4191864/4192956
[pid=29411] ppid=29409 vsize=569484 CPUtime=51
/proc/29411/stat : 29411 (varsat-crafted_) R 29409 29411 29043 0 -1 4194304 138200 0 0 0 5027 73 0 0 25 0 1 0 128453578 583151616 138164 1992294400 4194304 5102648 548682068768 18446744073709551615 4225955 0 0 4096 3 0 0 0 17 1 0 0
/proc/29411/statm: 142371 138164 99 221 0 142147 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 569484

[startup+102.305 s]
/proc/loadavg: 1.02 1.02 1.00 2/65 29412
/proc/meminfo: memFree=96072/2055920 swapFree=4191864/4192956
[pid=29411] ppid=29409 vsize=664972 CPUtime=102.19
/proc/29411/stat : 29411 (varsat-crafted_) R 29409 29411 29043 0 -1 4194304 181470 0 0 0 10124 95 0 0 25 0 1 0 128453578 680931328 161265 1992294400 4194304 5102648 548682068768 18446744073709551615 4242243 0 0 4096 3 0 0 0 17 1 0 0
/proc/29411/statm: 166243 161265 102 221 0 166019 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 664972

[startup+162.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 29412
/proc/meminfo: memFree=96392/2055920 swapFree=4191864/4192956
[pid=29411] ppid=29409 vsize=665240 CPUtime=162.17
/proc/29411/stat : 29411 (varsat-crafted_) R 29409 29411 29043 0 -1 4194304 181499 0 0 0 16122 95 0 0 25 0 1 0 128453578 681205760 161294 1992294400 4194304 5102648 548682068768 18446744073709551615 4215205 0 0 4096 3 0 0 0 17 1 0 0
/proc/29411/statm: 166310 161294 115 221 0 166086 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 665240

[startup+222.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 29412
/proc/meminfo: memFree=96392/2055920 swapFree=4191864/4192956
[pid=29411] ppid=29409 vsize=665240 CPUtime=222.15
/proc/29411/stat : 29411 (varsat-crafted_) R 29409 29411 29043 0 -1 4194304 181499 0 0 0 22120 95 0 0 25 0 1 0 128453578 681205760 161294 1992294400 4194304 5102648 548682068768 18446744073709551615 4213798 0 0 4096 3 0 0 0 17 1 0 0
/proc/29411/statm: 166310 161294 115 221 0 166086 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 665240

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29412
/proc/meminfo: memFree=96392/2055920 swapFree=4191864/4192956
[pid=29411] ppid=29409 vsize=665240 CPUtime=282.13
/proc/29411/stat : 29411 (varsat-crafted_) R 29409 29411 29043 0 -1 4194304 181499 0 0 0 28118 95 0 0 25 0 1 0 128453578 681205760 161294 1992294400 4194304 5102648 548682068768 18446744073709551615 4214165 0 0 4096 3 0 0 0 17 1 0 0
/proc/29411/statm: 166310 161294 115 221 0 166086 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 665240

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29412
/proc/meminfo: memFree=96392/2055920 swapFree=4191864/4192956
[pid=29411] ppid=29409 vsize=665240 CPUtime=342.13
/proc/29411/stat : 29411 (varsat-crafted_) R 29409 29411 29043 0 -1 4194304 181499 0 0 0 34117 96 0 0 25 0 1 0 128453578 681205760 161294 1992294400 4194304 5102648 548682068768 18446744073709551615 4214182 0 0 4096 3 0 0 0 17 1 0 0
/proc/29411/statm: 166310 161294 115 221 0 166086 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 665240

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29412
/proc/meminfo: memFree=96456/2055920 swapFree=4191864/4192956
[pid=29411] ppid=29409 vsize=665240 CPUtime=402.11
/proc/29411/stat : 29411 (varsat-crafted_) R 29409 29411 29043 0 -1 4194304 181499 0 0 0 40115 96 0 0 25 0 1 0 128453578 681205760 161294 1992294400 4194304 5102648 548682068768 18446744073709551615 4213987 0 0 4096 3 0 0 0 17 1 0 0
/proc/29411/statm: 166310 161294 115 221 0 166086 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 665240

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29412
/proc/meminfo: memFree=96456/2055920 swapFree=4191864/4192956
[pid=29411] ppid=29409 vsize=665240 CPUtime=462.09
/proc/29411/stat : 29411 (varsat-crafted_) R 29409 29411 29043 0 -1 4194304 181499 0 0 0 46113 96 0 0 25 0 1 0 128453578 681205760 161294 1992294400 4194304 5102648 548682068768 18446744073709551615 4213869 0 0 4096 3 0 0 0 17 1 0 0
/proc/29411/statm: 166310 161294 115 221 0 166086 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 665240

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29412
/proc/meminfo: memFree=96392/2055920 swapFree=4191864/4192956
[pid=29411] ppid=29409 vsize=665240 CPUtime=522.07
/proc/29411/stat : 29411 (varsat-crafted_) R 29409 29411 29043 0 -1 4194304 181499 0 0 0 52111 96 0 0 25 0 1 0 128453578 681205760 161294 1992294400 4194304 5102648 548682068768 18446744073709551615 4214646 0 0 4096 3 0 0 0 17 1 0 0
/proc/29411/statm: 166310 161294 115 221 0 166086 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 665240

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29412
/proc/meminfo: memFree=96392/2055920 swapFree=4191864/4192956
[pid=29411] ppid=29409 vsize=665240 CPUtime=582.06
/proc/29411/stat : 29411 (varsat-crafted_) R 29409 29411 29043 0 -1 4194304 181499 0 0 0 58110 96 0 0 25 0 1 0 128453578 681205760 161294 1992294400 4194304 5102648 548682068768 18446744073709551615 4215179 0 0 4096 3 0 0 0 17 1 0 0
/proc/29411/statm: 166310 161294 115 221 0 166086 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 665240

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29412
/proc/meminfo: memFree=96392/2055920 swapFree=4191864/4192956
[pid=29411] ppid=29409 vsize=665240 CPUtime=642.05
/proc/29411/stat : 29411 (varsat-crafted_) R 29409 29411 29043 0 -1 4194304 181499 0 0 0 64109 96 0 0 25 0 1 0 128453578 681205760 161294 1992294400 4194304 5102648 548682068768 18446744073709551615 4213915 0 0 4096 3 0 0 0 17 1 0 0
/proc/29411/statm: 166310 161294 115 221 0 166086 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 665240

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29412
/proc/meminfo: memFree=96328/2055920 swapFree=4191864/4192956
[pid=29411] ppid=29409 vsize=665240 CPUtime=702.02
/proc/29411/stat : 29411 (varsat-crafted_) R 29409 29411 29043 0 -1 4194304 181499 0 0 0 70106 96 0 0 25 0 1 0 128453578 681205760 161294 1992294400 4194304 5102648 548682068768 18446744073709551615 4214012 0 0 4096 3 0 0 0 17 1 0 0
/proc/29411/statm: 166310 161294 115 221 0 166086 0
Current children cumulated CPU time (s) 702.02
Current children cumulated vsize (KiB) 665240

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29412
/proc/meminfo: memFree=96392/2055920 swapFree=4191864/4192956
[pid=29411] ppid=29409 vsize=665240 CPUtime=762.01
/proc/29411/stat : 29411 (varsat-crafted_) R 29409 29411 29043 0 -1 4194304 181499 0 0 0 76105 96 0 0 25 0 1 0 128453578 681205760 161294 1992294400 4194304 5102648 548682068768 18446744073709551615 4215188 0 0 4096 3 0 0 0 17 1 0 0
/proc/29411/statm: 166310 161294 115 221 0 166086 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 665240

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29412
/proc/meminfo: memFree=96328/2055920 swapFree=4191864/4192956
[pid=29411] ppid=29409 vsize=665240 CPUtime=821.99
/proc/29411/stat : 29411 (varsat-crafted_) R 29409 29411 29043 0 -1 4194304 181500 0 0 0 82103 96 0 0 25 0 1 0 128453578 681205760 161295 1992294400 4194304 5102648 548682068768 18446744073709551615 4215162 0 0 4096 3 0 0 0 17 1 0 0
/proc/29411/statm: 166310 161295 115 221 0 166086 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 665240

[startup+882.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29412
/proc/meminfo: memFree=96328/2055920 swapFree=4191864/4192956
[pid=29411] ppid=29409 vsize=665240 CPUtime=881.97
/proc/29411/stat : 29411 (varsat-crafted_) R 29409 29411 29043 0 -1 4194304 181500 0 0 0 88101 96 0 0 25 0 1 0 128453578 681205760 161295 1992294400 4194304 5102648 548682068768 18446744073709551615 4213805 0 0 4096 3 0 0 0 17 1 0 0
/proc/29411/statm: 166310 161295 115 221 0 166086 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 665240

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29414
/proc/meminfo: memFree=96136/2055920 swapFree=4191864/4192956
[pid=29411] ppid=29409 vsize=665240 CPUtime=941.96
/proc/29411/stat : 29411 (varsat-crafted_) R 29409 29411 29043 0 -1 4194304 181500 0 0 0 94099 97 0 0 25 0 1 0 128453578 681205760 161295 1992294400 4194304 5102648 548682068768 18446744073709551615 4214101 0 0 4096 3 0 0 0 17 1 0 0
/proc/29411/statm: 166310 161295 115 221 0 166086 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 665240

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29414
/proc/meminfo: memFree=96136/2055920 swapFree=4191864/4192956
[pid=29411] ppid=29409 vsize=665240 CPUtime=1001.95
/proc/29411/stat : 29411 (varsat-crafted_) R 29409 29411 29043 0 -1 4194304 181500 0 0 0 100098 97 0 0 25 0 1 0 128453578 681205760 161295 1992294400 4194304 5102648 548682068768 18446744073709551615 4213869 0 0 4096 3 0 0 0 17 1 0 0
/proc/29411/statm: 166310 161295 115 221 0 166086 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 665240

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29414
/proc/meminfo: memFree=96136/2055920 swapFree=4191864/4192956
[pid=29411] ppid=29409 vsize=665240 CPUtime=1061.93
/proc/29411/stat : 29411 (varsat-crafted_) R 29409 29411 29043 0 -1 4194304 181500 0 0 0 106096 97 0 0 25 0 1 0 128453578 681205760 161295 1992294400 4194304 5102648 548682068768 18446744073709551615 4214003 0 0 4096 3 0 0 0 17 1 0 0
/proc/29411/statm: 166310 161295 115 221 0 166086 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 665240

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29414
/proc/meminfo: memFree=96136/2055920 swapFree=4191864/4192956
[pid=29411] ppid=29409 vsize=665240 CPUtime=1121.91
/proc/29411/stat : 29411 (varsat-crafted_) R 29409 29411 29043 0 -1 4194304 181500 0 0 0 112094 97 0 0 25 0 1 0 128453578 681205760 161295 1992294400 4194304 5102648 548682068768 18446744073709551615 4215235 0 0 4096 3 0 0 0 17 1 0 0
/proc/29411/statm: 166310 161295 115 221 0 166086 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 665240

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29414
/proc/meminfo: memFree=96136/2055920 swapFree=4191864/4192956
[pid=29411] ppid=29409 vsize=665240 CPUtime=1181.89
/proc/29411/stat : 29411 (varsat-crafted_) R 29409 29411 29043 0 -1 4194304 181500 0 0 0 118092 97 0 0 25 0 1 0 128453578 681205760 161295 1992294400 4194304 5102648 548682068768 18446744073709551615 4213798 0 0 4096 3 0 0 0 17 1 0 0
/proc/29411/statm: 166310 161295 115 221 0 166086 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 665240



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29414
/proc/meminfo: memFree=96136/2055920 swapFree=4191864/4192956
[pid=29411] ppid=29409 vsize=665240 CPUtime=1200.09
/proc/29411/stat : 29411 (varsat-crafted_) R 29409 29411 29043 0 -1 4194304 181500 0 0 0 119912 97 0 0 25 0 1 0 128453578 681205760 161295 1992294400 4194304 5102648 548682068768 18446744073709551615 4214003 0 0 4096 3 0 0 0 17 1 0 0
/proc/29411/statm: 166310 161295 115 221 0 166086 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 665240

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

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

[startup+1200.61 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29414
/proc/meminfo: memFree=96136/2055920 swapFree=4191864/4192956
[pid=29411] ppid=29409 vsize=0 CPUtime=1200.19
/proc/29411/stat : 29411 (varsat-crafted_) R 29409 29411 29043 0 -1 4195332 181500 0 0 0 119912 107 0 0 25 0 1 0 128453578 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/29411/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.19
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.61
CPU time (s): 1200.21
CPU user time (s): 1199.13
CPU system time (s): 1.08483
CPU usage (%): 99.9666
Max. virtual memory (cumulated for all children) (KiB): 761036

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

runsolver used 0.873867 second user time and 2.59061 second system time

The end

Launcher Data

Begin job on node55 at 2009-04-29 13:24:22
IDJOB=1577749
IDBENCH=70965
IDSOLVER=537
FILE ID=node55/1577749-1241004258
PBS_JOBID= 9204815
Free space on /tmp= 66492 MiB

SOLVER NAME= VARSAT-crafted 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_L200_coli.sat.cnf
COMMAND LINE= HOME/varsat-crafted_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1577749-1241004258/watcher-1577749-1241004258 -o /tmp/evaluation-result-1577749-1241004258/solver-1577749-1241004258 -C 1200 -W 1800 -M 1800  HOME/varsat-crafted_static -seed=585070529 HOME/instance-1577749-1241004258.cnf

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

MD5SUM BENCH= 853982f8646333d217e35d938b7eb00b
RANDOM SEED=585070529

node55.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.240
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.240
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:        383984 kB
Buffers:         63884 kB
Cached:        1512056 kB
SwapCached:        572 kB
Active:         161076 kB
Inactive:      1428412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        383984 kB
SwapTotal:     4192956 kB
SwapFree:      4191864 kB
Dirty:           72400 kB
Writeback:           0 kB
Mapped:          21796 kB
Slab:            68384 kB
Committed_AS:   432036 kB
PageTables:       1360 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= 66492 MiB
End job on node55 at 2009-04-29 13:44:25