Trace number 1562959

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-random 2009-03-22? (TO) 1200.1 1200.51

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_l41_lambda.cnf
MD5SUM50760ceab82aaa514e253121456f71f6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.6076
Satisfiable
(Un)Satisfiability was proved
Number of variables29245
Number of clauses144673
Sum of the clauses size416481
Maximum clause length9
Minimum clause length1
Number of clauses of size 13878
Number of clauses of size 236799
Number of clauses of size 383760
Number of clauses of size 413947
Number of clauses of size 56166
Number of clauses of size over 5123

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  29245                                                |
0.00/0.00	c |  Number of clauses:    144673                                               |
0.09/0.19	c |  Parsing time:         0.16         s                                       |
0.09/0.19	c |  Timeout:              43200 s
0.09/0.19	c |  Random Seed:          1888763118.000000
0.09/0.19	c |  Heuristic:            EMSP-G, threshold 0.750                              |
0.09/0.19	c |  Branching Rule:       default (solution-guided)                            |
0.09/0.19	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.09/0.19	c |                                                                             |
0.89/0.93	c ============================[ Search Statistics ]==============================
0.89/0.93	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.89/0.93	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.89/0.93	c ===============================================================================
0.89/0.93	c |         0 |    6805    59734   197173 |    19911        0    nan |  0.000 % |
52.07/52.14	c |       101 |    6804    59734   197173 |    21902      100      9 | 17.572 % |
104.75/104.82	c |       251 |    6804    59734   197173 |    24092      250     14 | 17.572 % |
157.74/157.84	c |       480 |    6804    59734   197173 |    26501      479     14 | 17.572 % |
210.91/211.04	c |       817 |    6804    59734   197173 |    29152      816     15 | 17.572 % |
265.10/265.24	c |      1323 |    6803    59734   197173 |    32067     1321     16 | 17.579 % |
320.18/320.34	c |      2083 |    6803    59734   197173 |    35274     2081     17 | 17.579 % |
375.36/375.58	c |      3223 |    6802    59734   197173 |    38801     3220     19 | 17.582 % |
507.92/508.19	c |      4931 |    6802    59734   197173 |    42681     4919     19 | 17.613 % |
676.86/677.14	c |      7494 |    6792    59197   195246 |    46949     7482     20 | 17.613 % |
732.64/732.92	c |     11339 |    6792    59197   195246 |    51644    11327     20 | 17.613 % |
790.12/790.46	c |     17106 |    6792    59197   195246 |    56809    17094     22 | 17.613 % |
868.79/869.14	c |     25758 |    6792    59197   195246 |    62490    25746     24 | 17.613 % |
969.96/970.35	c |     38732 |    6792    59197   195246 |    68739    38720     26 | 17.613 % |
1051.33/1051.71	c |     58196 |    6792    59197   195246 |    75613    58184     28 | 17.613 % |
1117.31/1117.72	c |     87388 |    6792    59197   195246 |    83174    30131     28 | 17.613 % |

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-1562959-1240999092/watcher-1562959-1240999092 -o /tmp/evaluation-result-1562959-1240999092/solver-1562959-1240999092 -C 1200 -W 1800 -M 1800 HOME/varsat-random_static -seed=1888763118 HOME/instance-1562959-1240999092.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.00 1.00 0.94 3/64 12852
/proc/meminfo: memFree=1614776/2055920 swapFree=4181168/4192956
[pid=12852] ppid=12850 vsize=3764 CPUtime=0
/proc/12852/stat : 12852 (varsat-random_s) R 12850 12852 12729 0 -1 4194304 787 0 0 0 0 0 0 0 18 0 1 0 127937780 3854336 772 1992294400 4194304 5102416 548682068784 18446744073709551615 4491479 0 0 4096 3 0 0 0 17 1 0 0
/proc/12852/statm: 941 775 88 221 0 717 0

[startup+0.017704 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 12852
/proc/meminfo: memFree=1614776/2055920 swapFree=4181168/4192956
[pid=12852] ppid=12850 vsize=5632 CPUtime=0.01
/proc/12852/stat : 12852 (varsat-random_s) R 12850 12852 12729 0 -1 4194304 1234 0 0 0 1 0 0 0 18 0 1 0 127937780 5767168 1219 1992294400 4194304 5102416 548682068784 18446744073709551615 4515871 0 0 4096 3 0 0 0 17 1 0 0
/proc/12852/statm: 1408 1222 88 221 0 1184 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5632

[startup+0.101719 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 12852
/proc/meminfo: memFree=1614776/2055920 swapFree=4181168/4192956
[pid=12852] ppid=12850 vsize=15784 CPUtime=0.09
/proc/12852/stat : 12852 (varsat-random_s) R 12850 12852 12729 0 -1 4194304 3630 0 0 0 7 2 0 0 18 0 1 0 127937780 16162816 3615 1992294400 4194304 5102416 548682068784 18446744073709551615 4491479 0 0 4096 3 0 0 0 17 1 0 0
/proc/12852/statm: 3946 3615 88 221 0 3722 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15784

[startup+0.301756 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 12852
/proc/meminfo: memFree=1614776/2055920 swapFree=4181168/4192956
[pid=12852] ppid=12850 vsize=26696 CPUtime=0.29
/proc/12852/stat : 12852 (varsat-random_s) R 12850 12852 12729 0 -1 4194304 6282 0 0 0 27 2 0 0 19 0 1 0 127937780 27336704 6267 1992294400 4194304 5102416 548682068784 18446744073709551615 4272801 0 0 4096 3 0 0 0 17 1 0 0
/proc/12852/statm: 6674 6267 98 221 0 6450 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26696

[startup+0.701831 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 12852
/proc/meminfo: memFree=1614776/2055920 swapFree=4181168/4192956
[pid=12852] ppid=12850 vsize=35036 CPUtime=0.69
/proc/12852/stat : 12852 (varsat-random_s) R 12850 12852 12729 0 -1 4194304 8327 0 0 0 66 3 0 0 23 0 1 0 127937780 35876864 8312 1992294400 4194304 5102416 548682068784 18446744073709551615 4491479 0 0 4096 3 0 0 0 17 1 0 0
/proc/12852/statm: 8759 8312 99 221 0 8535 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35036

[startup+1.50198 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 12853
/proc/meminfo: memFree=1582704/2055920 swapFree=4181168/4192956
[pid=12852] ppid=12850 vsize=33624 CPUtime=1.49
/proc/12852/stat : 12852 (varsat-random_s) R 12850 12852 12729 0 -1 4194304 8799 0 0 0 145 4 0 0 25 0 1 0 127937780 34430976 8048 1992294400 4194304 5102416 548682068784 18446744073709551615 4524903 0 0 4096 3 0 0 0 17 1 0 0
/proc/12852/statm: 8406 8048 102 221 0 8182 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33624

[startup+3.10128 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 12853
/proc/meminfo: memFree=1582512/2055920 swapFree=4181168/4192956
[pid=12852] ppid=12850 vsize=33624 CPUtime=3.09
/proc/12852/stat : 12852 (varsat-random_s) R 12850 12852 12729 0 -1 4194304 8799 0 0 0 305 4 0 0 25 0 1 0 127937780 34430976 8048 1992294400 4194304 5102416 548682068784 18446744073709551615 4524903 0 0 4096 3 0 0 0 17 1 0 0
/proc/12852/statm: 8406 8048 102 221 0 8182 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33624

[startup+6.30189 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 12853
/proc/meminfo: memFree=1582448/2055920 swapFree=4181168/4192956
[pid=12852] ppid=12850 vsize=33624 CPUtime=6.29
/proc/12852/stat : 12852 (varsat-random_s) R 12850 12852 12729 0 -1 4194304 8799 0 0 0 625 4 0 0 25 0 1 0 127937780 34430976 8048 1992294400 4194304 5102416 548682068784 18446744073709551615 4221892 0 0 4096 3 0 0 0 17 1 0 0
/proc/12852/statm: 8406 8048 102 221 0 8182 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33624

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 12853
/proc/meminfo: memFree=1582576/2055920 swapFree=4181168/4192956
[pid=12852] ppid=12850 vsize=33624 CPUtime=12.69
/proc/12852/stat : 12852 (varsat-random_s) R 12850 12852 12729 0 -1 4194304 8799 0 0 0 1265 4 0 0 25 0 1 0 127937780 34430976 8048 1992294400 4194304 5102416 548682068784 18446744073709551615 4220244 0 0 4096 3 0 0 0 17 1 0 0
/proc/12852/statm: 8406 8048 102 221 0 8182 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 33624

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 12853
/proc/meminfo: memFree=1582640/2055920 swapFree=4181168/4192956
[pid=12852] ppid=12850 vsize=33624 CPUtime=25.48
/proc/12852/stat : 12852 (varsat-random_s) R 12850 12852 12729 0 -1 4194304 8799 0 0 0 2544 4 0 0 25 0 1 0 127937780 34430976 8048 1992294400 4194304 5102416 548682068784 18446744073709551615 4220596 0 0 4096 3 0 0 0 17 1 0 0
/proc/12852/statm: 8406 8048 102 221 0 8182 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 33624

[startup+51.1013 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 12853
/proc/meminfo: memFree=1582768/2055920 swapFree=4181168/4192956
[pid=12852] ppid=12850 vsize=33624 CPUtime=51.07
/proc/12852/stat : 12852 (varsat-random_s) R 12850 12852 12729 0 -1 4194304 8799 0 0 0 5103 4 0 0 25 0 1 0 127937780 34430976 8048 1992294400 4194304 5102416 548682068784 18446744073709551615 4220149 0 0 4096 3 0 0 0 17 1 0 0
/proc/12852/statm: 8406 8048 102 221 0 8182 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 33624

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 12853
/proc/meminfo: memFree=1582832/2055920 swapFree=4181168/4192956
[pid=12852] ppid=12850 vsize=33624 CPUtime=102.25
/proc/12852/stat : 12852 (varsat-random_s) R 12850 12852 12729 0 -1 4194304 8809 0 0 0 10221 4 0 0 25 0 1 0 127937780 34430976 8058 1992294400 4194304 5102416 548682068784 18446744073709551615 4220281 0 0 4096 3 0 0 0 17 1 0 0
/proc/12852/statm: 8406 8058 112 221 0 8182 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 33624

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 12853
/proc/meminfo: memFree=1582768/2055920 swapFree=4181168/4192956
[pid=12852] ppid=12850 vsize=33624 CPUtime=162.24
/proc/12852/stat : 12852 (varsat-random_s) R 12850 12852 12729 0 -1 4194304 8812 0 0 0 16219 5 0 0 25 0 1 0 127937780 34430976 8061 1992294400 4194304 5102416 548682068784 18446744073709551615 4220509 0 0 4096 3 0 0 0 17 1 0 0
/proc/12852/statm: 8406 8061 115 221 0 8182 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 33624

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 12859
/proc/meminfo: memFree=1582000/2055920 swapFree=4181168/4192956
[pid=12852] ppid=12850 vsize=33624 CPUtime=222.21
/proc/12852/stat : 12852 (varsat-random_s) R 12850 12852 12729 0 -1 4194304 8812 0 0 0 22216 5 0 0 25 0 1 0 127937780 34430976 8061 1992294400 4194304 5102416 548682068784 18446744073709551615 4220516 0 0 4096 3 0 0 0 17 1 0 0
/proc/12852/statm: 8406 8061 115 221 0 8182 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 33624

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 12859
/proc/meminfo: memFree=1582000/2055920 swapFree=4181168/4192956
[pid=12852] ppid=12850 vsize=33624 CPUtime=282.2
/proc/12852/stat : 12852 (varsat-random_s) R 12850 12852 12729 0 -1 4194304 8812 0 0 0 28214 6 0 0 25 0 1 0 127937780 34430976 8061 1992294400 4194304 5102416 548682068784 18446744073709551615 4220145 0 0 4096 3 0 0 0 17 1 0 0
/proc/12852/statm: 8406 8061 115 221 0 8182 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 33624

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 12859
/proc/meminfo: memFree=1582000/2055920 swapFree=4181168/4192956
[pid=12852] ppid=12850 vsize=33624 CPUtime=342.17
/proc/12852/stat : 12852 (varsat-random_s) R 12850 12852 12729 0 -1 4194304 8812 0 0 0 34211 6 0 0 25 0 1 0 127937780 34430976 8061 1992294400 4194304 5102416 548682068784 18446744073709551615 4220149 0 0 4096 3 0 0 0 17 1 0 0
/proc/12852/statm: 8406 8061 115 221 0 8182 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 33624

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 12859
/proc/meminfo: memFree=1581936/2055920 swapFree=4181168/4192956
[pid=12852] ppid=12850 vsize=33624 CPUtime=402.15
/proc/12852/stat : 12852 (varsat-random_s) R 12850 12852 12729 0 -1 4194304 8812 0 0 0 40209 6 0 0 25 0 1 0 127937780 34430976 8061 1992294400 4194304 5102416 548682068784 18446744073709551615 4220204 0 0 4096 3 0 0 0 17 1 0 0
/proc/12852/statm: 8406 8061 115 221 0 8182 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 33624

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 12859
/proc/meminfo: memFree=1581936/2055920 swapFree=4181168/4192956
[pid=12852] ppid=12850 vsize=33624 CPUtime=462.13
/proc/12852/stat : 12852 (varsat-random_s) R 12850 12852 12729 0 -1 4194304 8812 0 0 0 46207 6 0 0 25 0 1 0 127937780 34430976 8061 1992294400 4194304 5102416 548682068784 18446744073709551615 4221155 0 0 4096 3 0 0 0 17 1 0 0
/proc/12852/statm: 8406 8061 115 221 0 8182 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 33624

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 12859
/proc/meminfo: memFree=1581936/2055920 swapFree=4181168/4192956
[pid=12852] ppid=12850 vsize=33624 CPUtime=522.11
/proc/12852/stat : 12852 (varsat-random_s) R 12850 12852 12729 0 -1 4194304 8812 0 0 0 52205 6 0 0 25 0 1 0 127937780 34430976 8061 1992294400 4194304 5102416 548682068784 18446744073709551615 4220318 0 0 4096 3 0 0 0 17 1 0 0
/proc/12852/statm: 8406 8061 115 221 0 8182 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 33624

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 12859
/proc/meminfo: memFree=1581936/2055920 swapFree=4181168/4192956
[pid=12852] ppid=12850 vsize=33624 CPUtime=582.09
/proc/12852/stat : 12852 (varsat-random_s) R 12850 12852 12729 0 -1 4194304 8812 0 0 0 58202 7 0 0 25 0 1 0 127937780 34430976 8061 1992294400 4194304 5102416 548682068784 18446744073709551615 4220577 0 0 4096 3 0 0 0 17 1 0 0
/proc/12852/statm: 8406 8061 115 221 0 8182 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 33624

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 12859
/proc/meminfo: memFree=1581936/2055920 swapFree=4181168/4192956
[pid=12852] ppid=12850 vsize=33624 CPUtime=642.08
/proc/12852/stat : 12852 (varsat-random_s) R 12850 12852 12729 0 -1 4194304 8812 0 0 0 64201 7 0 0 25 0 1 0 127937780 34430976 8061 1992294400 4194304 5102416 548682068784 18446744073709551615 4220445 0 0 4096 3 0 0 0 17 1 0 0
/proc/12852/statm: 8406 8061 115 221 0 8182 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 33624

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 12859
/proc/meminfo: memFree=1581872/2055920 swapFree=4181168/4192956
[pid=12852] ppid=12850 vsize=33624 CPUtime=702.05
/proc/12852/stat : 12852 (varsat-random_s) R 12850 12852 12729 0 -1 4194304 8813 0 0 0 70198 7 0 0 25 0 1 0 127937780 34430976 8062 1992294400 4194304 5102416 548682068784 18446744073709551615 4220441 0 0 4096 3 0 0 0 17 1 0 0
/proc/12852/statm: 8406 8062 115 221 0 8182 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 33624

[startup+762.305 s]
/proc/loadavg: 1.06 1.02 0.94 2/65 12859
/proc/meminfo: memFree=1581744/2055920 swapFree=4181168/4192956
[pid=12852] ppid=12850 vsize=33624 CPUtime=762.03
/proc/12852/stat : 12852 (varsat-random_s) R 12850 12852 12729 0 -1 4194304 8817 0 0 0 76196 7 0 0 25 0 1 0 127937780 34430976 8066 1992294400 4194304 5102416 548682068784 18446744073709551615 4220309 0 0 4096 3 0 0 0 17 1 0 0
/proc/12852/statm: 8406 8066 115 221 0 8182 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 33624

[startup+822.302 s]
/proc/loadavg: 1.02 1.01 0.94 2/65 12859
/proc/meminfo: memFree=1581744/2055920 swapFree=4181168/4192956
[pid=12852] ppid=12850 vsize=33624 CPUtime=822.01
/proc/12852/stat : 12852 (varsat-random_s) R 12850 12852 12729 0 -1 4194304 8817 0 0 0 82193 8 0 0 25 0 1 0 127937780 34430976 8066 1992294400 4194304 5102416 548682068784 18446744073709551615 4220220 0 0 4096 3 0 0 0 17 1 0 0
/proc/12852/statm: 8406 8066 115 221 0 8182 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 33624

[startup+882.301 s]
/proc/loadavg: 1.01 1.00 0.94 2/65 12859
/proc/meminfo: memFree=1581616/2055920 swapFree=4181168/4192956
[pid=12852] ppid=12850 vsize=33884 CPUtime=881.99
/proc/12852/stat : 12852 (varsat-random_s) R 12850 12852 12729 0 -1 4194304 8854 0 0 0 88191 8 0 0 25 0 1 0 127937780 34697216 8103 1992294400 4194304 5102416 548682068784 18446744073709551615 4220605 0 0 4096 3 0 0 0 17 1 0 0
/proc/12852/statm: 8471 8103 115 221 0 8247 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 33884

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 12859
/proc/meminfo: memFree=1581616/2055920 swapFree=4181168/4192956
[pid=12852] ppid=12850 vsize=33884 CPUtime=941.97
/proc/12852/stat : 12852 (varsat-random_s) R 12850 12852 12729 0 -1 4194304 8854 0 0 0 94189 8 0 0 25 0 1 0 127937780 34697216 8103 1992294400 4194304 5102416 548682068784 18446744073709551615 4220145 0 0 4096 3 0 0 0 17 1 0 0
/proc/12852/statm: 8471 8103 115 221 0 8247 0
Current children cumulated CPU time (s) 941.97
Current children cumulated vsize (KiB) 33884

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 12859
/proc/meminfo: memFree=1581488/2055920 swapFree=4181168/4192956
[pid=12852] ppid=12850 vsize=33884 CPUtime=1001.95
/proc/12852/stat : 12852 (varsat-random_s) R 12850 12852 12729 0 -1 4194304 8880 0 0 0 100187 8 0 0 25 0 1 0 127937780 34697216 8129 1992294400 4194304 5102416 548682068784 18446744073709551615 4524903 0 0 4096 3 0 0 0 17 1 0 0
/proc/12852/statm: 8471 8129 115 221 0 8247 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 33884

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 12859
/proc/meminfo: memFree=1579952/2055920 swapFree=4181168/4192956
[pid=12852] ppid=12850 vsize=35576 CPUtime=1061.92
/proc/12852/stat : 12852 (varsat-random_s) R 12850 12852 12729 0 -1 4194304 9272 0 0 0 106184 8 0 0 25 0 1 0 127937780 36429824 8521 1992294400 4194304 5102416 548682068784 18446744073709551615 4221940 0 0 4096 3 0 0 0 17 1 0 0
/proc/12852/statm: 8894 8521 115 221 0 8670 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 35576

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 12859
/proc/meminfo: memFree=1574768/2055920 swapFree=4181168/4192956
[pid=12852] ppid=12850 vsize=40732 CPUtime=1121.91
/proc/12852/stat : 12852 (varsat-random_s) R 12850 12852 12729 0 -1 4194304 10548 0 0 0 112182 9 0 0 25 0 1 0 127937780 41709568 9797 1992294400 4194304 5102416 548682068784 18446744073709551615 4220224 0 0 4096 3 0 0 0 17 1 0 0
/proc/12852/statm: 10183 9797 115 221 0 9959 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 40732

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 12859
/proc/meminfo: memFree=1574640/2055920 swapFree=4181168/4192956
[pid=12852] ppid=12850 vsize=40732 CPUtime=1181.89
/proc/12852/stat : 12852 (varsat-random_s) R 12850 12852 12729 0 -1 4194304 10548 0 0 0 118180 9 0 0 25 0 1 0 127937780 41709568 9797 1992294400 4194304 5102416 548682068784 18446744073709551615 4220643 0 0 4096 3 0 0 0 17 1 0 0
/proc/12852/statm: 10183 9797 115 221 0 9959 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 40732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 12859
/proc/meminfo: memFree=1574640/2055920 swapFree=4181168/4192956
[pid=12852] ppid=12850 vsize=40732 CPUtime=1200.08
/proc/12852/stat : 12852 (varsat-random_s) R 12850 12852 12729 0 -1 4194304 10548 0 0 0 119999 9 0 0 25 0 1 0 127937780 41709568 9797 1992294400 4194304 5102416 548682068784 18446744073709551615 4220441 0 0 4096 3 0 0 0 17 1 0 0
/proc/12852/statm: 10183 9797 115 221 0 9959 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 40732

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 12859
/proc/meminfo: memFree=1574640/2055920 swapFree=4181168/4192956
[pid=12852] ppid=12850 vsize=40732 CPUtime=1200.08
/proc/12852/stat : 12852 (varsat-random_s) R 12850 12852 12729 0 -1 4194304 10548 0 0 0 119999 9 0 0 25 0 1 0 127937780 41709568 9797 1992294400 4194304 5102416 548682068784 18446744073709551615 4220441 0 0 4096 3 0 0 0 17 1 0 0
/proc/12852/statm: 10183 9797 115 221 0 9959 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 40732

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.1
CPU user time (s): 1200
CPU system time (s): 0.100984
CPU usage (%): 99.9658
Max. virtual memory (cumulated for all children) (KiB): 40732

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

runsolver used 1.17682 second user time and 2.6236 second system time

The end

Launcher Data

Begin job on node37 at 2009-04-29 11:58:12
IDJOB=1562959
IDBENCH=70944
IDSOLVER=539
FILE ID=node37/1562959-1240999092
PBS_JOBID= 9204830
Free space on /tmp= 66424 MiB

SOLVER NAME= VARSAT-random 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_l41_lambda.cnf
COMMAND LINE= HOME/varsat-random_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1562959-1240999092/watcher-1562959-1240999092 -o /tmp/evaluation-result-1562959-1240999092/solver-1562959-1240999092 -C 1200 -W 1800 -M 1800  HOME/varsat-random_static -seed=1888763118 HOME/instance-1562959-1240999092.cnf

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

MD5SUM BENCH= 50760ceab82aaa514e253121456f71f6
RANDOM SEED=1888763118

node37.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:       1616024 kB
Buffers:          3476 kB
Cached:         363012 kB
SwapCached:       5608 kB
Active:          23652 kB
Inactive:       350808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1616024 kB
SwapTotal:     4192956 kB
SwapFree:      4181168 kB
Dirty:            3644 kB
Writeback:           0 kB
Mapped:          13616 kB
Slab:            51520 kB
Committed_AS:   623476 kB
PageTables:       1372 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= 66424 MiB
End job on node37 at 2009-04-29 12:18:15