Trace number 1513587

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.06 1200.51

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/140/
unif-k7-r85-v140-c11900-S1906075351-024.cnf
MD5SUMad3646e0a0cdbfbd5513a638946c9f2e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark53.7128
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of clauses11900
Sum of the clauses size83300
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 511900

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  140                                                  |
0.00/0.00	c |  Number of clauses:    11900                                                |
0.00/0.02	c |  Parsing time:         0.02         s                                       |
0.00/0.02	c |  Timeout:              43200 s
0.00/0.02	c |  Random Seed:          1963140999.000000
0.00/0.02	c |  Heuristic:            EMBP-G, threshold 0.800                              |
0.00/0.02	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.02	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.02	c |                                                                             |
0.29/0.34	c ============================[ Search Statistics ]==============================
0.29/0.34	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.29/0.34	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.29/0.34	c ===============================================================================
0.29/0.34	c |         0 |     140    11900    83300 |     3966        0    nan |  0.000 % |
0.29/0.38	c |       100 |     140    11900    83300 |     4363      100     45 |  0.005 % |
0.39/0.44	c |       251 |     140    11900    83300 |     4799      251     44 |  0.005 % |
0.39/0.49	c |       476 |     140    11900    83300 |     5279      476     45 |  0.005 % |
0.49/0.56	c |       813 |     140    11900    83300 |     5807      813     44 |  0.005 % |
0.59/0.63	c |      1319 |     140    11900    83300 |     6388     1319     44 |  0.005 % |
0.69/0.72	c |      2078 |     140    11900    83300 |     7027     2078     44 |  0.005 % |
0.79/0.84	c |      3218 |     140    11900    83300 |     7729     3218     44 |  0.005 % |
1.00/1.04	c |      4926 |     140    11900    83300 |     8502     4926     44 |  0.005 % |
1.29/1.36	c |      7488 |     140    11900    83300 |     9353     7488     44 |  0.005 % |
1.79/1.83	c |     11332 |     140    11900    83300 |    10288     6622     43 |  0.005 % |
2.49/2.53	c |     17098 |     140    11900    83300 |    11317     7210     45 |  0.005 % |
3.59/3.64	c |     25748 |     140    11900    83300 |    12449    10168     45 |  0.005 % |
5.59/5.64	c |     38722 |     140    11900    83300 |    13694    10628     44 |  0.005 % |
8.59/8.67	c |     58185 |     140    11900    83300 |    15063     9452     43 |  0.005 % |
13.59/13.64	c |     87377 |     140    11900    83300 |    16569     8397     44 |  0.005 % |
21.58/21.68	c |    131166 |     140    11900    83300 |    18226    10607     43 |  0.005 % |
34.47/34.54	c |    196851 |     140    11900    83300 |    20049    12278     45 |  0.005 % |
55.77/55.84	c |    295378 |     140    11900    83300 |    22054    10266     41 |  0.005 % |
89.96/90.05	c |    443167 |     140    11900    83300 |    24259    14293     43 |  0.005 % |
144.74/144.87	c |    664851 |     140    11900    83300 |    26685    15017     44 |  0.005 % |
232.70/232.83	c |    997376 |     140    11900    83300 |    29354    18787     44 |  0.005 % |
376.24/376.44	c |   1496164 |     140    11900    83300 |    32289    21873     44 |  0.005 % |
605.46/605.76	c |   2244347 |     140    11900    83300 |    35518    22350     44 |  0.005 % |
974.43/974.81	c |   3366621 |     140    11900    83300 |    39070    31845     44 |  0.005 % |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1513587-1238219758/watcher-1513587-1238219758 -o /tmp/evaluation-result-1513587-1238219758/solver-1513587-1238219758 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=1963140999 HOME/instance-1513587-1238219758.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.92 0.98 0.99 3/72 6170
/proc/meminfo: memFree=916632/2055920 swapFree=4164316/4192956
[pid=6170] ppid=6168 vsize=2544 CPUtime=0
/proc/6170/stat : 6170 (varsat-crafted_) R 6168 6170 5287 0 -1 4194304 313 0 0 0 0 0 0 0 18 0 1 0 1094637082 2605056 298 1992294400 4194304 5102648 548682068800 18446744073709551615 4263334 0 0 4096 3 0 0 0 17 1 0 0
/proc/6170/statm: 636 298 87 221 0 412 0

[startup+0.0856529 s]
/proc/loadavg: 0.92 0.98 0.99 3/72 6170
/proc/meminfo: memFree=916632/2055920 swapFree=4164316/4192956
[pid=6170] ppid=6168 vsize=5044 CPUtime=0.07
/proc/6170/stat : 6170 (varsat-crafted_) R 6168 6170 5287 0 -1 4194304 935 0 0 0 7 0 0 0 18 0 1 0 1094637082 5165056 920 1992294400 4194304 5102648 548682068800 18446744073709551615 4272888 0 0 4096 3 0 0 0 17 1 0 0
/proc/6170/statm: 1261 920 98 221 0 1037 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5044

[startup+0.101655 s]
/proc/loadavg: 0.92 0.98 0.99 3/72 6170
/proc/meminfo: memFree=916632/2055920 swapFree=4164316/4192956
[pid=6170] ppid=6168 vsize=5044 CPUtime=0.09
/proc/6170/stat : 6170 (varsat-crafted_) R 6168 6170 5287 0 -1 4194304 935 0 0 0 9 0 0 0 18 0 1 0 1094637082 5165056 920 1992294400 4194304 5102648 548682068800 18446744073709551615 4273041 0 0 4096 3 0 0 0 17 1 0 0
/proc/6170/statm: 1261 920 98 221 0 1037 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5044

[startup+0.301693 s]
/proc/loadavg: 0.92 0.98 0.99 3/72 6170
/proc/meminfo: memFree=916632/2055920 swapFree=4164316/4192956
[pid=6170] ppid=6168 vsize=5260 CPUtime=0.29
/proc/6170/stat : 6170 (varsat-crafted_) R 6168 6170 5287 0 -1 4194304 982 0 0 0 29 0 0 0 19 0 1 0 1094637082 5386240 967 1992294400 4194304 5102648 548682068800 18446744073709551615 4273194 0 0 4096 3 0 0 0 17 1 0 0
/proc/6170/statm: 1315 967 98 221 0 1091 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5260

[startup+0.701769 s]
/proc/loadavg: 0.92 0.98 0.99 3/72 6170
/proc/meminfo: memFree=916632/2055920 swapFree=4164316/4192956
[pid=6170] ppid=6168 vsize=5044 CPUtime=0.69
/proc/6170/stat : 6170 (varsat-crafted_) R 6168 6170 5287 0 -1 4194304 995 0 0 0 69 0 0 0 23 0 1 0 1094637082 5165056 933 1992294400 4194304 5102648 548682068800 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/6170/statm: 1261 933 110 221 0 1037 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5044

[startup+1.50192 s]
/proc/loadavg: 0.92 0.98 0.99 2/73 6171
/proc/meminfo: memFree=913104/2055920 swapFree=4164316/4192956
[pid=6170] ppid=6168 vsize=6116 CPUtime=1.49
/proc/6170/stat : 6170 (varsat-crafted_) R 6168 6170 5287 0 -1 4194304 1253 0 0 0 149 0 0 0 25 0 1 0 1094637082 6262784 1191 1992294400 4194304 5102648 548682068800 18446744073709551615 4255988 0 0 4096 3 0 0 0 17 1 0 0
/proc/6170/statm: 1529 1191 110 221 0 1305 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6116

[startup+3.10122 s]
/proc/loadavg: 0.92 0.98 0.99 2/73 6171
/proc/meminfo: memFree=911824/2055920 swapFree=4164316/4192956
[pid=6170] ppid=6168 vsize=7040 CPUtime=3.08
/proc/6170/stat : 6170 (varsat-crafted_) R 6168 6170 5287 0 -1 4194304 1491 0 0 0 308 0 0 0 25 0 1 0 1094637082 7208960 1429 1992294400 4194304 5102648 548682068800 18446744073709551615 4254517 0 0 4096 3 0 0 0 17 1 0 0
/proc/6170/statm: 1760 1429 110 221 0 1536 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 7040

[startup+6.30183 s]
/proc/loadavg: 0.93 0.98 0.99 2/73 6171
/proc/meminfo: memFree=910544/2055920 swapFree=4164316/4192956
[pid=6170] ppid=6168 vsize=7912 CPUtime=6.29
/proc/6170/stat : 6170 (varsat-crafted_) R 6168 6170 5287 0 -1 4194304 1710 0 0 0 628 1 0 0 25 0 1 0 1094637082 8101888 1648 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/6170/statm: 1978 1648 110 221 0 1754 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 7912

[startup+12.701 s]
/proc/loadavg: 0.93 0.98 0.99 2/73 6171
/proc/meminfo: memFree=909200/2055920 swapFree=4164316/4192956
[pid=6170] ppid=6168 vsize=8788 CPUtime=12.69
/proc/6170/stat : 6170 (varsat-crafted_) R 6168 6170 5287 0 -1 4194304 1935 0 0 0 1268 1 0 0 25 0 1 0 1094637082 8998912 1873 1992294400 4194304 5102648 548682068800 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/6170/statm: 2197 1873 110 221 0 1973 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8788

[startup+25.5015 s]
/proc/loadavg: 0.95 0.98 0.99 2/73 6171
/proc/meminfo: memFree=907728/2055920 swapFree=4164316/4192956
[pid=6170] ppid=6168 vsize=10268 CPUtime=25.48
/proc/6170/stat : 6170 (varsat-crafted_) R 6168 6170 5287 0 -1 4194304 2286 0 0 0 2547 1 0 0 25 0 1 0 1094637082 10514432 2224 1992294400 4194304 5102648 548682068800 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/6170/statm: 2567 2224 110 221 0 2343 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 10268

[startup+51.1013 s]
/proc/loadavg: 0.96 0.98 0.99 2/73 6171
/proc/meminfo: memFree=906384/2055920 swapFree=4164316/4192956
[pid=6170] ppid=6168 vsize=11756 CPUtime=51.07
/proc/6170/stat : 6170 (varsat-crafted_) R 6168 6170 5287 0 -1 4194304 2616 0 0 0 5106 1 0 0 25 0 1 0 1094637082 12038144 2554 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/6170/statm: 2939 2554 110 221 0 2715 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 11756

[startup+102.307 s]
/proc/loadavg: 0.98 0.98 0.99 2/73 6171
/proc/meminfo: memFree=904016/2055920 swapFree=4164316/4192956
[pid=6170] ppid=6168 vsize=14296 CPUtime=102.26
/proc/6170/stat : 6170 (varsat-crafted_) R 6168 6170 5287 0 -1 4194304 3204 0 0 0 10224 2 0 0 25 0 1 0 1094637082 14639104 3142 1992294400 4194304 5102648 548682068800 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/6170/statm: 3574 3142 110 221 0 3350 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 14296

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 6171
/proc/meminfo: memFree=902352/2055920 swapFree=4164316/4192956
[pid=6170] ppid=6168 vsize=16012 CPUtime=162.23
/proc/6170/stat : 6170 (varsat-crafted_) R 6168 6170 5287 0 -1 4194304 3616 0 0 0 16220 3 0 0 25 0 1 0 1094637082 16396288 3554 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/6170/statm: 4003 3554 110 221 0 3779 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 16012

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 6171
/proc/meminfo: memFree=901648/2055920 swapFree=4164316/4192956
[pid=6170] ppid=6168 vsize=16860 CPUtime=222.21
/proc/6170/stat : 6170 (varsat-crafted_) R 6168 6170 5287 0 -1 4194304 3803 0 0 0 22218 3 0 0 25 0 1 0 1094637082 17264640 3741 1992294400 4194304 5102648 548682068800 18446744073709551615 4249865 0 0 4096 3 0 0 0 17 1 0 0
/proc/6170/statm: 4215 3741 110 221 0 3991 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 16860

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 6171
/proc/meminfo: memFree=900432/2055920 swapFree=4164316/4192956
[pid=6170] ppid=6168 vsize=18216 CPUtime=282.19
/proc/6170/stat : 6170 (varsat-crafted_) R 6168 6170 5287 0 -1 4194304 4093 0 0 0 28215 4 0 0 25 0 1 0 1094637082 18653184 4031 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/6170/statm: 4554 4031 110 221 0 4330 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 18216

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 6177
/proc/meminfo: memFree=899728/2055920 swapFree=4164316/4192956
[pid=6170] ppid=6168 vsize=18920 CPUtime=342.16
/proc/6170/stat : 6170 (varsat-crafted_) R 6168 6170 5287 0 -1 4194304 4230 0 0 0 34212 4 0 0 25 0 1 0 1094637082 19374080 4168 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/6170/statm: 4730 4168 110 221 0 4506 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 18920

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 6177
/proc/meminfo: memFree=898704/2055920 swapFree=4164316/4192956
[pid=6170] ppid=6168 vsize=19932 CPUtime=402.14
/proc/6170/stat : 6170 (varsat-crafted_) R 6168 6170 5287 0 -1 4194304 4504 0 0 0 40209 5 0 0 25 0 1 0 1094637082 20410368 4442 1992294400 4194304 5102648 548682068800 18446744073709551615 4249033 0 0 4096 3 0 0 0 17 1 0 0
/proc/6170/statm: 4983 4442 110 221 0 4759 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 19932

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 6177
/proc/meminfo: memFree=897936/2055920 swapFree=4164316/4192956
[pid=6170] ppid=6168 vsize=20708 CPUtime=462.12
/proc/6170/stat : 6170 (varsat-crafted_) R 6168 6170 5287 0 -1 4194304 4689 0 0 0 46207 5 0 0 25 0 1 0 1094637082 21204992 4627 1992294400 4194304 5102648 548682068800 18446744073709551615 4249900 0 0 4096 3 0 0 0 17 1 0 0
/proc/6170/statm: 5177 4627 110 221 0 4953 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 20708

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 6177
/proc/meminfo: memFree=897680/2055920 swapFree=4164316/4192956
[pid=6170] ppid=6168 vsize=21088 CPUtime=522.09
/proc/6170/stat : 6170 (varsat-crafted_) R 6168 6170 5287 0 -1 4194304 4756 0 0 0 52204 5 0 0 25 0 1 0 1094637082 21594112 4694 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/6170/statm: 5272 4694 110 221 0 5048 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 21088

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 6177
/proc/meminfo: memFree=897232/2055920 swapFree=4164316/4192956
[pid=6170] ppid=6168 vsize=21432 CPUtime=582.07
/proc/6170/stat : 6170 (varsat-crafted_) R 6168 6170 5287 0 -1 4194304 4858 0 0 0 58202 5 0 0 25 0 1 0 1094637082 21946368 4796 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/6170/statm: 5358 4796 110 221 0 5134 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 21432

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 6177
/proc/meminfo: memFree=895952/2055920 swapFree=4164316/4192956
[pid=6170] ppid=6168 vsize=22756 CPUtime=642.06
/proc/6170/stat : 6170 (varsat-crafted_) R 6168 6170 5287 0 -1 4194304 5167 0 0 0 64200 6 0 0 25 0 1 0 1094637082 23302144 5105 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/6170/statm: 5689 5105 110 221 0 5465 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 22756

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 6177
/proc/meminfo: memFree=895696/2055920 swapFree=4164316/4192956
[pid=6170] ppid=6168 vsize=23184 CPUtime=702.03
/proc/6170/stat : 6170 (varsat-crafted_) R 6168 6170 5287 0 -1 4194304 5237 0 0 0 70197 6 0 0 25 0 1 0 1094637082 23740416 5175 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/6170/statm: 5796 5175 110 221 0 5572 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 23184

[startup+762.307 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 6177
/proc/meminfo: memFree=895440/2055920 swapFree=4164316/4192956
[pid=6170] ppid=6168 vsize=23612 CPUtime=762.01
/proc/6170/stat : 6170 (varsat-crafted_) R 6168 6170 5287 0 -1 4194304 5325 0 0 0 76195 6 0 0 25 0 1 0 1094637082 24178688 5263 1992294400 4194304 5102648 548682068800 18446744073709551615 4254554 0 0 4096 3 0 0 0 17 1 0 0
/proc/6170/statm: 5903 5263 110 221 0 5679 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 23612

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 6177
/proc/meminfo: memFree=894864/2055920 swapFree=4164316/4192956
[pid=6170] ppid=6168 vsize=24180 CPUtime=821.99
/proc/6170/stat : 6170 (varsat-crafted_) R 6168 6170 5287 0 -1 4194304 5465 0 0 0 82192 7 0 0 25 0 1 0 1094637082 24760320 5403 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/6170/statm: 6045 5403 110 221 0 5821 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 24180

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 6177
/proc/meminfo: memFree=894608/2055920 swapFree=4164316/4192956
[pid=6170] ppid=6168 vsize=24368 CPUtime=881.96
/proc/6170/stat : 6170 (varsat-crafted_) R 6168 6170 5287 0 -1 4194304 5522 0 0 0 88189 7 0 0 25 0 1 0 1094637082 24952832 5460 1992294400 4194304 5102648 548682068800 18446744073709551615 4249900 0 0 4096 3 0 0 0 17 1 0 0
/proc/6170/statm: 6092 5460 110 221 0 5868 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 24368

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 6177
/proc/meminfo: memFree=894608/2055920 swapFree=4164316/4192956
[pid=6170] ppid=6168 vsize=24368 CPUtime=941.94
/proc/6170/stat : 6170 (varsat-crafted_) R 6168 6170 5287 0 -1 4194304 5531 0 0 0 94187 7 0 0 25 0 1 0 1094637082 24952832 5469 1992294400 4194304 5102648 548682068800 18446744073709551615 4249859 0 0 4096 3 0 0 0 17 1 0 0
/proc/6170/statm: 6092 5469 110 221 0 5868 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 24368

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 6177
/proc/meminfo: memFree=893776/2055920 swapFree=4164316/4192956
[pid=6170] ppid=6168 vsize=25092 CPUtime=1001.92
/proc/6170/stat : 6170 (varsat-crafted_) R 6168 6170 5287 0 -1 4194304 5737 0 0 0 100184 8 0 0 25 0 1 0 1094637082 25694208 5675 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/6170/statm: 6273 5675 110 221 0 6049 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 25092

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 6177
/proc/meminfo: memFree=893072/2055920 swapFree=4164316/4192956
[pid=6170] ppid=6168 vsize=25976 CPUtime=1061.89
/proc/6170/stat : 6170 (varsat-crafted_) R 6168 6170 5287 0 -1 4194304 5912 0 0 0 106181 8 0 0 25 0 1 0 1094637082 26599424 5850 1992294400 4194304 5102648 548682068800 18446744073709551615 4249977 0 0 4096 3 0 0 0 17 1 0 0
/proc/6170/statm: 6494 5850 110 221 0 6270 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 25976

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 6177
/proc/meminfo: memFree=892752/2055920 swapFree=4164316/4192956
[pid=6170] ppid=6168 vsize=26308 CPUtime=1121.88
/proc/6170/stat : 6170 (varsat-crafted_) R 6168 6170 5287 0 -1 4194304 5992 0 0 0 112179 9 0 0 25 0 1 0 1094637082 26939392 5930 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/6170/statm: 6577 5930 110 221 0 6353 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 26308

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 6177
/proc/meminfo: memFree=892304/2055920 swapFree=4164316/4192956
[pid=6170] ppid=6168 vsize=26880 CPUtime=1181.85
/proc/6170/stat : 6170 (varsat-crafted_) R 6168 6170 5287 0 -1 4194304 6101 0 0 0 118176 9 0 0 25 0 1 0 1094637082 27525120 6039 1992294400 4194304 5102648 548682068800 18446744073709551615 4249874 0 0 4096 3 0 0 0 17 1 0 0
/proc/6170/statm: 6720 6039 110 221 0 6496 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 26880



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 6177
/proc/meminfo: memFree=892176/2055920 swapFree=4164316/4192956
[pid=6170] ppid=6168 vsize=26880 CPUtime=1200.05
/proc/6170/stat : 6170 (varsat-crafted_) R 6168 6170 5287 0 -1 4194304 6124 0 0 0 119996 9 0 0 25 0 1 0 1094637082 27525120 6062 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/6170/statm: 6720 6062 110 221 0 6496 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 26880

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: 0.99 0.98 0.99 2/73 6177
/proc/meminfo: memFree=892176/2055920 swapFree=4164316/4192956
[pid=6170] ppid=6168 vsize=26880 CPUtime=1200.05
/proc/6170/stat : 6170 (varsat-crafted_) R 6168 6170 5287 0 -1 4194304 6124 0 0 0 119996 9 0 0 25 0 1 0 1094637082 27525120 6062 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/6170/statm: 6720 6062 110 221 0 6496 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 26880

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.06
CPU user time (s): 1199.96
CPU system time (s): 0.100984
CPU usage (%): 99.9628
Max. virtual memory (cumulated for all children) (KiB): 26880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.96
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= 6124
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= 3023

runsolver used 1.16082 second user time and 3.21951 second system time

The end

Launcher Data

Begin job on node64 at 2009-03-28 06:55:58
IDJOB=1513587
IDBENCH=70275
IDSOLVER=537
FILE ID=node64/1513587-1238219758
PBS_JOBID= 9060502
Free space on /tmp= 66408 MiB

SOLVER NAME= VARSAT-crafted 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/140/unif-k7-r85-v140-c11900-S1906075351-024.cnf
COMMAND LINE= HOME/varsat-crafted_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1513587-1238219758/watcher-1513587-1238219758 -o /tmp/evaluation-result-1513587-1238219758/solver-1513587-1238219758 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-crafted_static -seed=1963140999 HOME/instance-1513587-1238219758.cnf

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

MD5SUM BENCH= ad3646e0a0cdbfbd5513a638946c9f2e
RANDOM SEED=1963140999

node64.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.261
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.261
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:        917048 kB
Buffers:         85060 kB
Cached:         950520 kB
SwapCached:      19440 kB
Active:          73084 kB
Inactive:       983664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        917048 kB
SwapTotal:     4192956 kB
SwapFree:      4164316 kB
Dirty:            1352 kB
Writeback:           0 kB
Mapped:          16060 kB
Slab:            67000 kB
Committed_AS:  2881596 kB
PageTables:       2000 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66408 MiB
End job on node64 at 2009-03-28 07:16:01