Trace number 1720447

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.1 1200.41

General information on the benchmark

Namegoldb-heqc-dalumul.cnf
MD5SUMf03acb1e2f3063539a5fb2ac1bbf6244
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark98.892
Satisfiable
(Un)Satisfiability was proved
Number of variables9426
Number of clauses59991
Sum of the clauses size202888
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 213834
Number of clauses of size 327796
Number of clauses of size 40
Number of clauses of size 518360
Number of clauses of size over 51

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  9426                                                 |
0.00/0.00	c |  Number of clauses:    59991                                                |
0.00/0.08	c |  Parsing time:         0.07         s                                       |
0.00/0.08	c |  Timeout:              43200 s
0.00/0.08	c |  Random Seed:          1597029536.000000
0.00/0.08	c |  Heuristic:            EMBP-G, threshold 0.800                              |
0.00/0.08	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.08	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.08	c |                                                                             |
0.09/0.19	c ============================[ Search Statistics ]==============================
0.09/0.19	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.19	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.19	c ===============================================================================
0.09/0.19	c |         0 |    9359    59764   202282 |    19921        0    nan |  0.000 % |
0.29/0.30	c |       102 |    9354    59764   202282 |    21913       97      5 |  0.064 % |
0.39/0.42	c |       252 |    9350    59764   202282 |    24104      243     11 |  0.106 % |
0.59/0.62	c |       478 |    9340    59591   201578 |    26515      443     11 |  0.223 % |
0.79/0.85	c |       815 |    9320    59226   200347 |    29166      727     15 |  0.414 % |
1.09/1.12	c |      1321 |    9308    59158   200130 |    32083     1206     15 |  0.552 % |
1.39/1.50	c |      2081 |    9294    58860   199118 |    35291     1920     18 |  0.690 % |
1.99/2.06	c |      3220 |    9292    58852   199091 |    38821     3057     39 |  0.711 % |
2.59/2.69	c |      4928 |    9286    58852   199091 |    42703     4764     36 |  0.775 % |
3.78/3.84	c |      7490 |    9284    58751   198742 |    46973     7311     40 |  0.796 % |
5.39/5.45	c |     11335 |    9283    58740   198708 |    51670    11154     38 |  0.806 % |
8.49/8.55	c |     17101 |    9276    58699   198583 |    56837    16906     36 |  0.891 % |
13.29/13.35	c |     25750 |    9272    58588   198201 |    62521    25540     34 |  0.945 % |
22.19/22.25	c |     38724 |    9248    58337   197383 |    68773    38440     36 |  1.178 % |
35.58/35.67	c |     58186 |    9242    58265   197149 |    75651    57881     38 |  1.241 % |
58.38/58.43	c |     87378 |    9231    58173   196857 |    83216    27245     35 |  1.358 % |
84.37/84.45	c |    131167 |    9216    58017   196354 |    91537    70993     44 |  1.518 % |
131.96/132.01	c |    196851 |    9210    57964   196184 |   100691    62441     52 |  1.581 % |
205.54/205.60	c |    295377 |    9207    57934   196086 |   110760    77008     37 |  1.634 % |
324.21/324.34	c |    443166 |    9167    57611   195017 |   121837    35223     29 |  2.037 % |
501.06/501.28	c |    664850 |    9129    57142   193493 |   134020    49908     41 |  2.441 % |
777.89/778.18	c |    997378 |    9071    56598   191722 |   147422    30326     26 |  3.056 % |

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-1720447-1240656409/watcher-1720447-1240656409 -o /tmp/evaluation-result-1720447-1240656409/solver-1720447-1240656409 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=1597029536 HOME/instance-1720447-1240656409.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 17107
/proc/meminfo: memFree=1601320/2055920 swapFree=4180248/4192956
[pid=17107] ppid=17105 vsize=3380 CPUtime=0
/proc/17107/stat : 17107 (varsat-crafted_) R 17105 17107 16678 0 -1 4194304 663 0 0 0 0 0 0 0 18 0 1 0 93674328 3461120 648 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/17107/statm: 845 656 81 221 0 621 0

[startup+0.00979589 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 17107
/proc/meminfo: memFree=1601320/2055920 swapFree=4180248/4192956
[pid=17107] ppid=17105 vsize=3836 CPUtime=0
/proc/17107/stat : 17107 (varsat-crafted_) R 17105 17107 16678 0 -1 4194304 787 0 0 0 0 0 0 0 18 0 1 0 93674328 3928064 772 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/17107/statm: 959 773 87 221 0 735 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 3836

[startup+0.101805 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 17107
/proc/meminfo: memFree=1601320/2055920 swapFree=4180248/4192956
[pid=17107] ppid=17105 vsize=12888 CPUtime=0.09
/proc/17107/stat : 17107 (varsat-crafted_) R 17105 17107 16678 0 -1 4194304 2983 0 0 0 8 1 0 0 18 0 1 0 93674328 13197312 2968 1992294400 4194304 5102648 548682068768 18446744073709551615 4273319 0 0 4096 3 0 0 0 17 1 0 0
/proc/17107/statm: 3222 2968 99 221 0 2998 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12888

[startup+0.301825 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 17107
/proc/meminfo: memFree=1601320/2055920 swapFree=4180248/4192956
[pid=17107] ppid=17105 vsize=12212 CPUtime=0.29
/proc/17107/stat : 17107 (varsat-crafted_) R 17105 17107 16678 0 -1 4194304 3127 0 0 0 28 1 0 0 19 0 1 0 93674328 12505088 2840 1992294400 4194304 5102648 548682068768 18446744073709551615 4249813 0 0 4096 3 0 0 0 17 1 0 0
/proc/17107/statm: 3053 2840 103 221 0 2829 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12212

[startup+0.701866 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 17107
/proc/meminfo: memFree=1601320/2055920 swapFree=4180248/4192956
[pid=17107] ppid=17105 vsize=12212 CPUtime=0.69
/proc/17107/stat : 17107 (varsat-crafted_) R 17105 17107 16678 0 -1 4194304 3136 0 0 0 68 1 0 0 22 0 1 0 93674328 12505088 2849 1992294400 4194304 5102648 548682068768 18446744073709551615 4214176 0 0 4096 3 0 0 0 17 1 0 0
/proc/17107/statm: 3053 2849 112 221 0 2829 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12212

[startup+1.50195 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17108
/proc/meminfo: memFree=1590112/2055920 swapFree=4180248/4192956
[pid=17107] ppid=17105 vsize=12212 CPUtime=1.49
/proc/17107/stat : 17107 (varsat-crafted_) R 17105 17107 16678 0 -1 4194304 3137 0 0 0 148 1 0 0 25 0 1 0 93674328 12505088 2850 1992294400 4194304 5102648 548682068768 18446744073709551615 4242195 0 0 4096 3 0 0 0 17 1 0 0
/proc/17107/statm: 3053 2850 112 221 0 2829 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 12212

[startup+3.10111 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17108
/proc/meminfo: memFree=1589984/2055920 swapFree=4180248/4192956
[pid=17107] ppid=17105 vsize=12212 CPUtime=3.09
/proc/17107/stat : 17107 (varsat-crafted_) R 17105 17107 16678 0 -1 4194304 3139 0 0 0 308 1 0 0 25 0 1 0 93674328 12505088 2852 1992294400 4194304 5102648 548682068768 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/17107/statm: 3053 2852 112 221 0 2829 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 12212

[startup+6.30243 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17108
/proc/meminfo: memFree=1589160/2055920 swapFree=4180248/4192956
[pid=17107] ppid=17105 vsize=13552 CPUtime=6.29
/proc/17107/stat : 17107 (varsat-crafted_) R 17105 17107 16678 0 -1 4194304 3452 0 0 0 627 2 0 0 25 0 1 0 93674328 13877248 3165 1992294400 4194304 5102648 548682068768 18446744073709551615 4249033 0 0 4096 3 0 0 0 17 1 0 0
/proc/17107/statm: 3388 3165 112 221 0 3164 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 13552

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17108
/proc/meminfo: memFree=1586664/2055920 swapFree=4180248/4192956
[pid=17107] ppid=17105 vsize=15732 CPUtime=12.69
/proc/17107/stat : 17107 (varsat-crafted_) R 17105 17107 16678 0 -1 4194304 4019 0 0 0 1266 3 0 0 25 0 1 0 93674328 16109568 3732 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/17107/statm: 3933 3732 112 221 0 3709 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 15732

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17108
/proc/meminfo: memFree=1582248/2055920 swapFree=4180248/4192956
[pid=17107] ppid=17105 vsize=20184 CPUtime=25.48
/proc/17107/stat : 17107 (varsat-crafted_) R 17105 17107 16678 0 -1 4194304 5062 0 0 0 2544 4 0 0 25 0 1 0 93674328 20668416 4775 1992294400 4194304 5102648 548682068768 18446744073709551615 4249983 0 0 4096 3 0 0 0 17 1 0 0
/proc/17107/statm: 5046 4775 112 221 0 4822 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 20184

[startup+51.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17108
/proc/meminfo: memFree=1573480/2055920 swapFree=4180248/4192956
[pid=17107] ppid=17105 vsize=29152 CPUtime=51.08
/proc/17107/stat : 17107 (varsat-crafted_) R 17105 17107 16678 0 -1 4194304 7261 0 0 0 5102 6 0 0 25 0 1 0 93674328 29851648 6974 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/17107/statm: 7288 6974 112 221 0 7064 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 29152

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17108
/proc/meminfo: memFree=1568680/2055920 swapFree=4180248/4192956
[pid=17107] ppid=17105 vsize=34124 CPUtime=102.27
/proc/17107/stat : 17107 (varsat-crafted_) R 17105 17107 16678 0 -1 4194304 8447 0 0 0 10220 7 0 0 25 0 1 0 93674328 34942976 8160 1992294400 4194304 5102648 548682068768 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/17107/statm: 8531 8160 112 221 0 8307 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 34124

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17108
/proc/meminfo: memFree=1564712/2055920 swapFree=4180248/4192956
[pid=17107] ppid=17105 vsize=38460 CPUtime=162.25
/proc/17107/stat : 17107 (varsat-crafted_) R 17105 17107 16678 0 -1 4194304 9477 0 0 0 16217 8 0 0 25 0 1 0 93674328 39383040 9190 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/17107/statm: 9615 9190 112 221 0 9391 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 38460

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17108
/proc/meminfo: memFree=1562472/2055920 swapFree=4180248/4192956
[pid=17107] ppid=17105 vsize=40520 CPUtime=222.23
/proc/17107/stat : 17107 (varsat-crafted_) R 17105 17107 16678 0 -1 4194304 9978 0 0 0 22215 8 0 0 25 0 1 0 93674328 41492480 9691 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/17107/statm: 10130 9691 112 221 0 9906 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 40520

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17108
/proc/meminfo: memFree=1561960/2055920 swapFree=4180248/4192956
[pid=17107] ppid=17105 vsize=41056 CPUtime=282.22
/proc/17107/stat : 17107 (varsat-crafted_) R 17105 17107 16678 0 -1 4194304 10102 0 0 0 28214 8 0 0 25 0 1 0 93674328 42041344 9815 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/17107/statm: 10264 9815 112 221 0 10040 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 41056

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17108
/proc/meminfo: memFree=1561448/2055920 swapFree=4180248/4192956
[pid=17107] ppid=17105 vsize=41536 CPUtime=342.2
/proc/17107/stat : 17107 (varsat-crafted_) R 17105 17107 16678 0 -1 4194304 10225 0 0 0 34212 8 0 0 25 0 1 0 93674328 42532864 9938 1992294400 4194304 5102648 548682068768 18446744073709551615 4249993 0 0 4096 3 0 0 0 17 1 0 0
/proc/17107/statm: 10384 9938 112 221 0 10160 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 41536

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17108
/proc/meminfo: memFree=1560680/2055920 swapFree=4180248/4192956
[pid=17107] ppid=17105 vsize=42736 CPUtime=402.18
/proc/17107/stat : 17107 (varsat-crafted_) R 17105 17107 16678 0 -1 4194304 10407 0 0 0 40210 8 0 0 25 0 1 0 93674328 43761664 10120 1992294400 4194304 5102648 548682068768 18446744073709551615 4225422 0 0 4096 3 0 0 0 17 1 0 0
/proc/17107/statm: 10684 10120 112 221 0 10460 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 42736

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17108
/proc/meminfo: memFree=1560616/2055920 swapFree=4180248/4192956
[pid=17107] ppid=17105 vsize=42736 CPUtime=462.17
/proc/17107/stat : 17107 (varsat-crafted_) R 17105 17107 16678 0 -1 4194304 10408 0 0 0 46209 8 0 0 25 0 1 0 93674328 43761664 10121 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/17107/statm: 10684 10121 112 221 0 10460 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 42736

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17108
/proc/meminfo: memFree=1560232/2055920 swapFree=4180248/4192956
[pid=17107] ppid=17105 vsize=42736 CPUtime=522.15
/proc/17107/stat : 17107 (varsat-crafted_) R 17105 17107 16678 0 -1 4194304 10496 0 0 0 52207 8 0 0 25 0 1 0 93674328 43761664 10209 1992294400 4194304 5102648 548682068768 18446744073709551615 4490228 0 0 4096 3 0 0 0 17 1 0 0
/proc/17107/statm: 10684 10209 112 221 0 10460 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 42736

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17108
/proc/meminfo: memFree=1554024/2055920 swapFree=4180248/4192956
[pid=17107] ppid=17105 vsize=48780 CPUtime=582.14
/proc/17107/stat : 17107 (varsat-crafted_) R 17105 17107 16678 0 -1 4194304 12039 0 0 0 58204 10 0 0 25 0 1 0 93674328 49950720 11752 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/17107/statm: 12195 11752 112 221 0 11971 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 48780

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17108
/proc/meminfo: memFree=1553896/2055920 swapFree=4180248/4192956
[pid=17107] ppid=17105 vsize=48964 CPUtime=642.13
/proc/17107/stat : 17107 (varsat-crafted_) R 17105 17107 16678 0 -1 4194304 12069 0 0 0 64203 10 0 0 25 0 1 0 93674328 50139136 11782 1992294400 4194304 5102648 548682068768 18446744073709551615 4249691 0 0 4096 3 0 0 0 17 1 0 0
/proc/17107/statm: 12241 11782 112 221 0 12017 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 48964

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17108
/proc/meminfo: memFree=1553832/2055920 swapFree=4180248/4192956
[pid=17107] ppid=17105 vsize=48964 CPUtime=702.11
/proc/17107/stat : 17107 (varsat-crafted_) R 17105 17107 16678 0 -1 4194304 12069 0 0 0 70201 10 0 0 25 0 1 0 93674328 50139136 11782 1992294400 4194304 5102648 548682068768 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/17107/statm: 12241 11782 112 221 0 12017 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 48964

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17108
/proc/meminfo: memFree=1553832/2055920 swapFree=4180248/4192956
[pid=17107] ppid=17105 vsize=48964 CPUtime=762.1
/proc/17107/stat : 17107 (varsat-crafted_) R 17105 17107 16678 0 -1 4194304 12077 0 0 0 76200 10 0 0 25 0 1 0 93674328 50139136 11790 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/17107/statm: 12241 11790 112 221 0 12017 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 48964

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17108
/proc/meminfo: memFree=1553576/2055920 swapFree=4180248/4192956
[pid=17107] ppid=17105 vsize=49284 CPUtime=822.08
/proc/17107/stat : 17107 (varsat-crafted_) R 17105 17107 16678 0 -1 4194304 12139 0 0 0 82198 10 0 0 25 0 1 0 93674328 50466816 11852 1992294400 4194304 5102648 548682068768 18446744073709551615 4249691 0 0 4096 3 0 0 0 17 1 0 0
/proc/17107/statm: 12321 11852 112 221 0 12097 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 49284

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17114
/proc/meminfo: memFree=1551400/2055920 swapFree=4180248/4192956
[pid=17107] ppid=17105 vsize=51628 CPUtime=882.06
/proc/17107/stat : 17107 (varsat-crafted_) R 17105 17107 16678 0 -1 4194304 12662 0 0 0 88195 11 0 0 25 0 1 0 93674328 52867072 12375 1992294400 4194304 5102648 548682068768 18446744073709551615 4225408 0 0 4096 3 0 0 0 17 1 0 0
/proc/17107/statm: 12907 12375 112 221 0 12683 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 51628

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17114
/proc/meminfo: memFree=1551336/2055920 swapFree=4180248/4192956
[pid=17107] ppid=17105 vsize=51628 CPUtime=942.05
/proc/17107/stat : 17107 (varsat-crafted_) R 17105 17107 16678 0 -1 4194304 12662 0 0 0 94194 11 0 0 25 0 1 0 93674328 52867072 12375 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/17107/statm: 12907 12375 112 221 0 12683 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 51628

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17114
/proc/meminfo: memFree=1550952/2055920 swapFree=4180248/4192956
[pid=17107] ppid=17105 vsize=51760 CPUtime=1002.03
/proc/17107/stat : 17107 (varsat-crafted_) R 17105 17107 16678 0 -1 4194304 12754 0 0 0 100192 11 0 0 25 0 1 0 93674328 53002240 12467 1992294400 4194304 5102648 548682068768 18446744073709551615 4256231 0 0 4096 3 0 0 0 17 1 0 0
/proc/17107/statm: 12940 12467 112 221 0 12716 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 51760

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17114
/proc/meminfo: memFree=1551016/2055920 swapFree=4180248/4192956
[pid=17107] ppid=17105 vsize=51760 CPUtime=1062.02
/proc/17107/stat : 17107 (varsat-crafted_) R 17105 17107 16678 0 -1 4194304 12755 0 0 0 106191 11 0 0 25 0 1 0 93674328 53002240 12468 1992294400 4194304 5102648 548682068768 18446744073709551615 4249983 0 0 4096 3 0 0 0 17 1 0 0
/proc/17107/statm: 12940 12468 112 221 0 12716 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 51760

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17114
/proc/meminfo: memFree=1549032/2055920 swapFree=4180248/4192956
[pid=17107] ppid=17105 vsize=53848 CPUtime=1122
/proc/17107/stat : 17107 (varsat-crafted_) R 17105 17107 16678 0 -1 4194304 13228 0 0 0 112189 11 0 0 25 0 1 0 93674328 55140352 12941 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/17107/statm: 13462 12941 112 221 0 13238 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 53848

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17114
/proc/meminfo: memFree=1548904/2055920 swapFree=4180248/4192956
[pid=17107] ppid=17105 vsize=53996 CPUtime=1181.99
/proc/17107/stat : 17107 (varsat-crafted_) R 17105 17107 16678 0 -1 4194304 13265 0 0 0 118187 12 0 0 25 0 1 0 93674328 55291904 12978 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/17107/statm: 13499 12978 112 221 0 13275 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 53996



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17114
/proc/meminfo: memFree=1548840/2055920 swapFree=4180248/4192956
[pid=17107] ppid=17105 vsize=54236 CPUtime=1200.09
/proc/17107/stat : 17107 (varsat-crafted_) R 17105 17107 16678 0 -1 4194304 13268 0 0 0 119997 12 0 0 25 0 1 0 93674328 55537664 12981 1992294400 4194304 5102648 548682068768 18446744073709551615 4250292 0 0 4096 3 0 0 0 17 1 0 0
/proc/17107/statm: 13559 12981 112 221 0 13335 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 54236

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.41
CPU time (s): 1200.1
CPU user time (s): 1199.97
CPU system time (s): 0.131979
CPU usage (%): 99.9741
Max. virtual memory (cumulated for all children) (KiB): 54236

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

runsolver used 0.926859 second user time and 2.57861 second system time

The end

Launcher Data

Begin job on node17 at 2009-04-25 12:46:49
IDJOB=1720447
IDBENCH=69604
IDSOLVER=537
FILE ID=node17/1720447-1240656409
PBS_JOBID= 9186489
Free space on /tmp= 66136 MiB

SOLVER NAME= VARSAT-crafted 2009-03-22
BENCH NAME= SAT_RACE08/cnf/goldb-heqc-dalumul.cnf
COMMAND LINE= HOME/varsat-crafted_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1720447-1240656409/watcher-1720447-1240656409 -o /tmp/evaluation-result-1720447-1240656409/solver-1720447-1240656409 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-crafted_static -seed=1597029536 HOME/instance-1720447-1240656409.cnf

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

MD5SUM BENCH= f03acb1e2f3063539a5fb2ac1bbf6244
RANDOM SEED=1597029536

node17.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.234
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.234
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:       1601736 kB
Buffers:         44116 kB
Cached:         353304 kB
SwapCached:       7520 kB
Active:         139660 kB
Inactive:       267732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1601736 kB
SwapTotal:     4192956 kB
SwapFree:      4180248 kB
Dirty:            2144 kB
Writeback:           0 kB
Mapped:          13576 kB
Slab:            32664 kB
Committed_AS:   321624 kB
PageTables:       1496 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= 66132 MiB
End job on node17 at 2009-04-25 13:06:52