Trace number 1721275

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.53

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_10_UNKNOWN.cnf
MD5SUMe868383f091c36fa9594c670095c9824
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 variables1584
Number of clauses91646
Sum of the clauses size272553
Maximum clause length11
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22569
Number of clauses of size 389054
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  1584                                                 |
0.00/0.00	c |  Number of clauses:    91646                                                |
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:          1790571208.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 |                                                                             |
1.69/1.74	c ============================[ Search Statistics ]==============================
1.69/1.74	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.69/1.74	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.69/1.74	c ===============================================================================
1.69/1.74	c |         0 |    1003    87270   375659 |    29090        0    nan |  0.000 % |
13.08/13.17	c |       100 |    1003    87270   375659 |    31999      100     53 |  0.000 % |
24.58/24.65	c |       251 |    1003    87270   375659 |    35198      251     61 |  0.000 % |
35.97/36.07	c |       478 |    1003    87270   375659 |    38718      478     76 |  0.000 % |
47.57/47.68	c |       817 |    1003    87270   375659 |    42590      817    103 |  0.000 % |
59.27/59.38	c |      1325 |    1003    87270   375659 |    46849     1325    124 |  0.000 % |
71.36/71.40	c |      2085 |    1003    87270   375659 |    51534     2085    132 |  0.000 % |
83.06/83.17	c |      3226 |    1003    87270   375659 |    56688     3226    127 |  0.000 % |
94.95/95.09	c |      4935 |    1003    87270   375659 |    62356     4935    134 |  0.000 % |
107.55/107.64	c |      7498 |    1003    87270   375659 |    68592     7498    138 |  0.000 % |
120.25/120.33	c |     11344 |    1003    87270   375659 |    75451    11344    124 |  0.000 % |
134.74/134.85	c |     17112 |    1003    87270   375659 |    82997    17112    128 |  0.000 % |
153.24/153.32	c |     25762 |    1003    87270   375659 |    91296    25762    131 |  0.000 % |
178.73/178.84	c |     38737 |    1003    87270   375659 |   100426    38737    133 |  0.000 % |
229.11/229.22	c |     58200 |    1003    87270   375659 |   110469    58200    144 |  0.000 % |
304.78/304.94	c |     87393 |    1003    87270   375659 |   121516    87393    145 |  0.000 % |
433.23/433.41	c |    131182 |    1003    87270   375659 |   133667    26883    164 |  0.000 % |
515.80/516.09	c |    196867 |    1003    87270   375659 |   147034    92568    159 |  0.000 % |
872.38/872.72	c |    295396 |    1003    87270   375659 |   161737    58167    170 |  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-1721275-1240665209/watcher-1721275-1240665209 -o /tmp/evaluation-result-1721275-1240665209/solver-1721275-1240665209 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=1790571208 HOME/instance-1721275-1240665209.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: 0.99 0.98 0.99 3/65 18138
/proc/meminfo: memFree=1687928/2055920 swapFree=4181424/4192956
[pid=18138] ppid=18136 vsize=2712 CPUtime=0
/proc/18138/stat : 18138 (varsat-crafted_) R 18136 18138 18008 0 -1 4194304 519 0 0 0 0 0 0 0 20 0 1 0 94551329 2777088 504 1992294400 4194304 5102648 548682068800 18446744073709551615 4516200 0 0 4096 3 0 0 0 17 1 0 0
/proc/18138/statm: 678 504 87 221 0 454 0

[startup+0.0101201 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 18138
/proc/meminfo: memFree=1687928/2055920 swapFree=4181424/4192956
[pid=18138] ppid=18136 vsize=3296 CPUtime=0
/proc/18138/stat : 18138 (varsat-crafted_) R 18136 18138 18008 0 -1 4194304 667 0 0 0 0 0 0 0 20 0 1 0 94551329 3375104 652 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/18138/statm: 824 653 87 221 0 600 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 3296

[startup+0.101137 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 18138
/proc/meminfo: memFree=1687928/2055920 swapFree=4181424/4192956
[pid=18138] ppid=18136 vsize=13896 CPUtime=0.09
/proc/18138/stat : 18138 (varsat-crafted_) R 18136 18138 18008 0 -1 4194304 3344 0 0 0 8 1 0 0 20 0 1 0 94551329 14229504 3329 1992294400 4194304 5102648 548682068800 18446744073709551615 4272886 0 0 4096 3 0 0 0 17 1 0 0
/proc/18138/statm: 3474 3329 99 221 0 3250 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13896

[startup+0.301176 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 18138
/proc/meminfo: memFree=1687928/2055920 swapFree=4181424/4192956
[pid=18138] ppid=18136 vsize=13896 CPUtime=0.29
/proc/18138/stat : 18138 (varsat-crafted_) R 18136 18138 18008 0 -1 4194304 3344 0 0 0 28 1 0 0 22 0 1 0 94551329 14229504 3329 1992294400 4194304 5102648 548682068800 18446744073709551615 4273062 0 0 4096 3 0 0 0 17 1 0 0
/proc/18138/statm: 3474 3329 99 221 0 3250 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13896

[startup+0.701254 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 18138
/proc/meminfo: memFree=1687928/2055920 swapFree=4181424/4192956
[pid=18138] ppid=18136 vsize=17020 CPUtime=0.69
/proc/18138/stat : 18138 (varsat-crafted_) R 18136 18138 18008 0 -1 4194304 3965 0 0 0 67 2 0 0 25 0 1 0 94551329 17428480 3950 1992294400 4194304 5102648 548682068800 18446744073709551615 4273109 0 0 4096 3 0 0 0 17 1 0 0
/proc/18138/statm: 4255 3950 100 221 0 4031 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17020

[startup+1.50141 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18139
/proc/meminfo: memFree=1668912/2055920 swapFree=4181424/4192956
[pid=18138] ppid=18136 vsize=20252 CPUtime=1.49
/proc/18138/stat : 18138 (varsat-crafted_) R 18136 18138 18008 0 -1 4194304 4852 0 0 0 147 2 0 0 25 0 1 0 94551329 20738048 4837 1992294400 4194304 5102648 548682068800 18446744073709551615 4273041 0 0 4096 3 0 0 0 17 1 0 0
/proc/18138/statm: 5063 4837 100 221 0 4839 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20252

[startup+3.10173 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18139
/proc/meminfo: memFree=1670064/2055920 swapFree=4181424/4192956
[pid=18138] ppid=18136 vsize=18628 CPUtime=3.09
/proc/18138/stat : 18138 (varsat-crafted_) R 18136 18138 18008 0 -1 4194304 4854 0 0 0 307 2 0 0 25 0 1 0 94551329 19075072 4459 1992294400 4194304 5102648 548682068800 18446744073709551615 4215244 0 0 4096 3 0 0 0 17 1 0 0
/proc/18138/statm: 4657 4459 102 221 0 4433 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18628

[startup+6.30135 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18139
/proc/meminfo: memFree=1669936/2055920 swapFree=4181424/4192956
[pid=18138] ppid=18136 vsize=18628 CPUtime=6.29
/proc/18138/stat : 18138 (varsat-crafted_) R 18136 18138 18008 0 -1 4194304 4854 0 0 0 627 2 0 0 25 0 1 0 94551329 19075072 4459 1992294400 4194304 5102648 548682068800 18446744073709551615 4215214 0 0 4096 3 0 0 0 17 1 0 0
/proc/18138/statm: 4657 4459 102 221 0 4433 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 18628

[startup+12.7016 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18139
/proc/meminfo: memFree=1669808/2055920 swapFree=4181424/4192956
[pid=18138] ppid=18136 vsize=18628 CPUtime=12.69
/proc/18138/stat : 18138 (varsat-crafted_) R 18136 18138 18008 0 -1 4194304 4854 0 0 0 1267 2 0 0 25 0 1 0 94551329 19075072 4459 1992294400 4194304 5102648 548682068800 18446744073709551615 4213798 0 0 4096 3 0 0 0 17 1 0 0
/proc/18138/statm: 4657 4459 102 221 0 4433 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 18628

[startup+25.5011 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18139
/proc/meminfo: memFree=1669808/2055920 swapFree=4181424/4192956
[pid=18138] ppid=18136 vsize=18628 CPUtime=25.48
/proc/18138/stat : 18138 (varsat-crafted_) R 18136 18138 18008 0 -1 4194304 4867 0 0 0 2546 2 0 0 25 0 1 0 94551329 19075072 4472 1992294400 4194304 5102648 548682068800 18446744073709551615 4214290 0 0 4096 3 0 0 0 17 1 0 0
/proc/18138/statm: 4657 4472 115 221 0 4433 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 18628

[startup+51.1011 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18139
/proc/meminfo: memFree=1669872/2055920 swapFree=4181424/4192956
[pid=18138] ppid=18136 vsize=18628 CPUtime=51.07
/proc/18138/stat : 18138 (varsat-crafted_) R 18136 18138 18008 0 -1 4194304 4867 0 0 0 5105 2 0 0 25 0 1 0 94551329 19075072 4472 1992294400 4194304 5102648 548682068800 18446744073709551615 4215205 0 0 4096 3 0 0 0 17 1 0 0
/proc/18138/statm: 4657 4472 115 221 0 4433 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 18628

[startup+102.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18139
/proc/meminfo: memFree=1669872/2055920 swapFree=4181424/4192956
[pid=18138] ppid=18136 vsize=18628 CPUtime=102.25
/proc/18138/stat : 18138 (varsat-crafted_) R 18136 18138 18008 0 -1 4194304 4867 0 0 0 10223 2 0 0 25 0 1 0 94551329 19075072 4472 1992294400 4194304 5102648 548682068800 18446744073709551615 4214165 0 0 4096 3 0 0 0 17 1 0 0
/proc/18138/statm: 4657 4472 115 221 0 4433 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 18628

[startup+162.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18139
/proc/meminfo: memFree=1658032/2055920 swapFree=4181424/4192956
[pid=18138] ppid=18136 vsize=30700 CPUtime=162.24
/proc/18138/stat : 18138 (varsat-crafted_) R 18136 18138 18008 0 -1 4194304 7859 0 0 0 16219 5 0 0 25 0 1 0 94551329 31436800 7464 1992294400 4194304 5102648 548682068800 18446744073709551615 4213994 0 0 4096 3 0 0 0 17 1 0 0
/proc/18138/statm: 7675 7464 115 221 0 7451 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 30700

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18139
/proc/meminfo: memFree=1637232/2055920 swapFree=4181424/4192956
[pid=18138] ppid=18136 vsize=52252 CPUtime=222.21
/proc/18138/stat : 18138 (varsat-crafted_) R 18136 18138 18008 0 -1 4194304 13097 0 0 0 22213 8 0 0 25 0 1 0 94551329 53506048 12702 1992294400 4194304 5102648 548682068800 18446744073709551615 4249766 0 0 4096 3 0 0 0 17 1 0 0
/proc/18138/statm: 13063 12702 115 221 0 12839 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 52252

[startup+282.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18139
/proc/meminfo: memFree=1619312/2055920 swapFree=4181424/4192956
[pid=18138] ppid=18136 vsize=70464 CPUtime=282.2
/proc/18138/stat : 18138 (varsat-crafted_) R 18136 18138 18008 0 -1 4194304 17492 0 0 0 28208 12 0 0 25 0 1 0 94551329 72155136 17097 1992294400 4194304 5102648 548682068800 18446744073709551615 4249856 0 0 4096 3 0 0 0 17 1 0 0
/proc/18138/statm: 17616 17097 115 221 0 17392 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 70464

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18139
/proc/meminfo: memFree=1607088/2055920 swapFree=4181424/4192956
[pid=18138] ppid=18136 vsize=83152 CPUtime=342.17
/proc/18138/stat : 18138 (varsat-crafted_) R 18136 18138 18008 0 -1 4194304 20549 0 0 0 34202 15 0 0 25 0 1 0 94551329 85147648 20154 1992294400 4194304 5102648 548682068800 18446744073709551615 4249892 0 0 4096 3 0 0 0 17 1 0 0
/proc/18138/statm: 20788 20154 115 221 0 20564 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 83152

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18139
/proc/meminfo: memFree=1591088/2055920 swapFree=4181424/4192956
[pid=18138] ppid=18136 vsize=98980 CPUtime=402.15
/proc/18138/stat : 18138 (varsat-crafted_) R 18136 18138 18008 0 -1 4194304 24510 0 0 0 40196 19 0 0 25 0 1 0 94551329 101355520 24115 1992294400 4194304 5102648 548682068800 18446744073709551615 4249822 0 0 4096 3 0 0 0 17 1 0 0
/proc/18138/statm: 24745 24115 115 221 0 24521 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 98980

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18139
/proc/meminfo: memFree=1584688/2055920 swapFree=4181424/4192956
[pid=18138] ppid=18136 vsize=105440 CPUtime=462.12
/proc/18138/stat : 18138 (varsat-crafted_) R 18136 18138 18008 0 -1 4194304 26103 0 0 0 46192 20 0 0 25 0 1 0 94551329 107970560 25708 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/18138/statm: 26360 25708 115 221 0 26136 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 105440

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18139
/proc/meminfo: memFree=1583536/2055920 swapFree=4181424/4192956
[pid=18138] ppid=18136 vsize=107228 CPUtime=522.1
/proc/18138/stat : 18138 (varsat-crafted_) R 18136 18138 18008 0 -1 4194304 26389 0 0 0 52190 20 0 0 25 0 1 0 94551329 109801472 25994 1992294400 4194304 5102648 548682068800 18446744073709551615 4213865 0 0 4096 3 0 0 0 17 1 0 0
/proc/18138/statm: 26807 25994 115 221 0 26583 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 107228

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18139
/proc/meminfo: memFree=1582384/2055920 swapFree=4181424/4192956
[pid=18138] ppid=18136 vsize=108188 CPUtime=582.09
/proc/18138/stat : 18138 (varsat-crafted_) R 18136 18138 18008 0 -1 4194304 26652 0 0 0 58188 21 0 0 25 0 1 0 94551329 110784512 26257 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/18138/statm: 27047 26257 115 221 0 26823 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 108188

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18139
/proc/meminfo: memFree=1581680/2055920 swapFree=4181424/4192956
[pid=18138] ppid=18136 vsize=108988 CPUtime=642.07
/proc/18138/stat : 18138 (varsat-crafted_) R 18136 18138 18008 0 -1 4194304 26826 0 0 0 64186 21 0 0 25 0 1 0 94551329 111603712 26431 1992294400 4194304 5102648 548682068800 18446744073709551615 4249874 0 0 4096 3 0 0 0 17 1 0 0
/proc/18138/statm: 27247 26431 115 221 0 27023 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 108988

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18139
/proc/meminfo: memFree=1574064/2055920 swapFree=4181424/4192956
[pid=18138] ppid=18136 vsize=116836 CPUtime=702.04
/proc/18138/stat : 18138 (varsat-crafted_) R 18136 18138 18008 0 -1 4194304 28752 0 0 0 70182 22 0 0 25 0 1 0 94551329 119640064 28357 1992294400 4194304 5102648 548682068800 18446744073709551615 4249874 0 0 4096 3 0 0 0 17 1 0 0
/proc/18138/statm: 29209 28357 115 221 0 28985 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 116836

[startup+762.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18139
/proc/meminfo: memFree=1563056/2055920 swapFree=4181424/4192956
[pid=18138] ppid=18136 vsize=128464 CPUtime=762.02
/proc/18138/stat : 18138 (varsat-crafted_) R 18136 18138 18008 0 -1 4194304 31600 0 0 0 76177 25 0 0 25 0 1 0 94551329 131547136 31205 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/18138/statm: 32116 31205 115 221 0 31892 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 128464

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18139
/proc/meminfo: memFree=1554928/2055920 swapFree=4181424/4192956
[pid=18138] ppid=18136 vsize=136476 CPUtime=822.01
/proc/18138/stat : 18138 (varsat-crafted_) R 18136 18138 18008 0 -1 4194304 33482 0 0 0 82174 27 0 0 25 0 1 0 94551329 139751424 33087 1992294400 4194304 5102648 548682068800 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/18138/statm: 34119 33087 115 221 0 33895 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 136476

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18139
/proc/meminfo: memFree=1553840/2055920 swapFree=4181424/4192956
[pid=18138] ppid=18136 vsize=137400 CPUtime=881.98
/proc/18138/stat : 18138 (varsat-crafted_) R 18136 18138 18008 0 -1 4194304 33749 0 0 0 88170 28 0 0 25 0 1 0 94551329 140697600 33354 1992294400 4194304 5102648 548682068800 18446744073709551615 4214211 0 0 4096 3 0 0 0 17 1 0 0
/proc/18138/statm: 34350 33354 115 221 0 34126 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 137400

[startup+942.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18139
/proc/meminfo: memFree=1553776/2055920 swapFree=4181424/4192956
[pid=18138] ppid=18136 vsize=137400 CPUtime=941.97
/proc/18138/stat : 18138 (varsat-crafted_) R 18136 18138 18008 0 -1 4194304 33768 0 0 0 94169 28 0 0 25 0 1 0 94551329 140697600 33373 1992294400 4194304 5102648 548682068800 18446744073709551615 4249895 0 0 4096 3 0 0 0 17 1 0 0
/proc/18138/statm: 34350 33373 115 221 0 34126 0
Current children cumulated CPU time (s) 941.97
Current children cumulated vsize (KiB) 137400

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18139
/proc/meminfo: memFree=1553712/2055920 swapFree=4181424/4192956
[pid=18138] ppid=18136 vsize=137400 CPUtime=1001.94
/proc/18138/stat : 18138 (varsat-crafted_) R 18136 18138 18008 0 -1 4194304 33779 0 0 0 100166 28 0 0 25 0 1 0 94551329 140697600 33384 1992294400 4194304 5102648 548682068800 18446744073709551615 4249874 0 0 4096 3 0 0 0 17 1 0 0
/proc/18138/statm: 34350 33384 115 221 0 34126 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 137400

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18139
/proc/meminfo: memFree=1553456/2055920 swapFree=4181424/4192956
[pid=18138] ppid=18136 vsize=137400 CPUtime=1061.92
/proc/18138/stat : 18138 (varsat-crafted_) R 18136 18138 18008 0 -1 4194304 33834 0 0 0 106164 28 0 0 25 0 1 0 94551329 140697600 33439 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/18138/statm: 34350 33439 115 221 0 34126 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 137400

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18139
/proc/meminfo: memFree=1539568/2055920 swapFree=4181424/4192956
[pid=18138] ppid=18136 vsize=151748 CPUtime=1121.9
/proc/18138/stat : 18138 (varsat-crafted_) R 18136 18138 18008 0 -1 4194304 37325 0 0 0 112159 31 0 0 25 0 1 0 94551329 155389952 36930 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/18138/statm: 37937 36930 115 221 0 37713 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 151748

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18139
/proc/meminfo: memFree=1527920/2055920 swapFree=4181424/4192956
[pid=18138] ppid=18136 vsize=163188 CPUtime=1181.87
/proc/18138/stat : 18138 (varsat-crafted_) R 18136 18138 18008 0 -1 4194304 40217 0 0 0 118154 33 0 0 25 0 1 0 94551329 167104512 39822 1992294400 4194304 5102648 548682068800 18446744073709551615 4249874 0 0 4096 3 0 0 0 17 1 0 0
/proc/18138/statm: 40797 39822 115 221 0 40573 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 163188



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18139
/proc/meminfo: memFree=1523696/2055920 swapFree=4181424/4192956
[pid=18138] ppid=18136 vsize=167644 CPUtime=1200.07
/proc/18138/stat : 18138 (varsat-crafted_) R 18136 18138 18008 0 -1 4194304 41248 0 0 0 119973 34 0 0 25 0 1 0 94551329 171667456 40853 1992294400 4194304 5102648 548682068800 18446744073709551615 4225408 0 0 4096 3 0 0 0 17 1 0 0
/proc/18138/statm: 41911 40853 115 221 0 41687 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 167644

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.53
CPU time (s): 1200.11
CPU user time (s): 1199.74
CPU system time (s): 0.373943
CPU usage (%): 99.965
Max. virtual memory (cumulated for all children) (KiB): 167644

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

runsolver used 1.43878 second user time and 2.89456 second system time

The end

Launcher Data

Begin job on node77 at 2009-04-25 15:13:30
IDJOB=1721275
IDBENCH=71066
IDSOLVER=537
FILE ID=node77/1721275-1240665209
PBS_JOBID= 9186573
Free space on /tmp= 66212 MiB

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

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

MD5SUM BENCH= e868383f091c36fa9594c670095c9824
RANDOM SEED=1790571208

node77.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.270
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.270
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1688344 kB
Buffers:         23280 kB
Cached:         273432 kB
SwapCached:       5412 kB
Active:          72780 kB
Inactive:       231828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1688344 kB
SwapTotal:     4192956 kB
SwapFree:      4181424 kB
Dirty:            2428 kB
Writeback:           0 kB
Mapped:          13512 kB
Slab:            48892 kB
Committed_AS:   403264 kB
PageTables:       1380 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= 66212 MiB
End job on node77 at 2009-04-25 15:33:32