Trace number 1513612

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-industrial 2009-03-22? (TO) 1200.09 1200.41

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/140/
unif-k7-r85-v140-c11900-S74035269-088.cnf
MD5SUMb57ad66e53e78b10a33d8e64aa605409
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark17.2114
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:          268850863.000000
0.00/0.02	c |  Heuristic:            EMBP-G, threshold 0.950                              |
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.39	c |       100 |     140    11900    83300 |     4363      100     42 |  0.005 % |
0.39/0.44	c |       251 |     140    11900    83300 |     4799      251     43 |  0.005 % |
0.39/0.49	c |       476 |     140    11900    83300 |     5279      476     43 |  0.005 % |
0.49/0.55	c |       814 |     140    11900    83300 |     5807      814     44 |  0.005 % |
0.59/0.63	c |      1320 |     140    11900    83300 |     6388     1320     43 |  0.005 % |
0.69/0.72	c |      2080 |     140    11900    83300 |     7027     2080     42 |  0.005 % |
0.79/0.85	c |      3219 |     140    11900    83300 |     7729     3219     42 |  0.005 % |
1.00/1.03	c |      4927 |     140    11900    83300 |     8502     4927     43 |  0.005 % |
1.29/1.34	c |      7490 |     140    11900    83300 |     9353     7490     43 |  0.005 % |
1.79/1.82	c |     11334 |     140    11900    83300 |    10288     6625     43 |  0.005 % |
2.49/2.54	c |     17100 |     140    11900    83300 |    11317     7213     43 |  0.005 % |
3.59/3.69	c |     25750 |     140    11900    83300 |    12449    10174     42 |  0.005 % |
5.49/5.57	c |     38724 |     140    11900    83300 |    13694    10632     44 |  0.005 % |
8.59/8.67	c |     58185 |     140    11900    83300 |    15063     9454     43 |  0.005 % |
13.69/13.78	c |     87377 |     140    11900    83300 |    16569     8393     42 |  0.005 % |
21.68/21.73	c |    131167 |     140    11900    83300 |    18226    10607     42 |  0.005 % |
34.28/34.36	c |    196852 |     140    11900    83300 |    20049    12279     42 |  0.005 % |
55.18/55.27	c |    295378 |     140    11900    83300 |    22054    10263     41 |  0.005 % |
87.97/88.08	c |    443167 |     140    11900    83300 |    24259    14301     42 |  0.005 % |
141.65/141.76	c |    664850 |     140    11900    83300 |    26685    13853     42 |  0.005 % |
229.53/229.60	c |    997376 |     140    11900    83300 |    29354    14213     42 |  0.005 % |
372.99/373.11	c |   1496166 |     140    11900    83300 |    32289    21755     44 |  0.005 % |
600.43/600.68	c |   2244349 |     140    11900    83300 |    35518    20365     43 |  0.005 % |
953.83/954.13	c |   3366624 |     140    11900    83300 |    39070    28559     43 |  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-1513612-1238219767/watcher-1513612-1238219767 -o /tmp/evaluation-result-1513612-1238219767/solver-1513612-1238219767 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=268850863 HOME/instance-1513612-1238219767.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/64 11809
/proc/meminfo: memFree=768640/2055920 swapFree=4167280/4192956
[pid=11809] ppid=11807 vsize=2544 CPUtime=0
/proc/11809/stat : 11809 (varsat-industri) R 11807 11809 9322 0 -1 4194304 294 0 0 0 0 0 0 0 18 0 1 0 1094642314 2605056 279 1992294400 4194304 5102648 548682068784 18446744073709551615 4492085 0 0 4096 3 0 0 0 17 1 0 0
/proc/11809/statm: 636 280 87 221 0 412 0

[startup+0.0899849 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 11809
/proc/meminfo: memFree=768640/2055920 swapFree=4167280/4192956
[pid=11809] ppid=11807 vsize=5048 CPUtime=0.08
/proc/11809/stat : 11809 (varsat-industri) R 11807 11809 9322 0 -1 4194304 933 0 0 0 8 0 0 0 18 0 1 0 1094642314 5169152 918 1992294400 4194304 5102648 548682068784 18446744073709551615 4273022 0 0 4096 3 0 0 0 17 1 0 0
/proc/11809/statm: 1262 918 98 221 0 1038 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5048

[startup+0.102985 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 11809
/proc/meminfo: memFree=768640/2055920 swapFree=4167280/4192956
[pid=11809] ppid=11807 vsize=5048 CPUtime=0.09
/proc/11809/stat : 11809 (varsat-industri) R 11807 11809 9322 0 -1 4194304 933 0 0 0 9 0 0 0 18 0 1 0 1094642314 5169152 918 1992294400 4194304 5102648 548682068784 18446744073709551615 4273258 0 0 4096 3 0 0 0 17 1 0 0
/proc/11809/statm: 1262 918 98 221 0 1038 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5048

[startup+0.302003 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 11809
/proc/meminfo: memFree=768640/2055920 swapFree=4167280/4192956
[pid=11809] ppid=11807 vsize=5264 CPUtime=0.29
/proc/11809/stat : 11809 (varsat-industri) R 11807 11809 9322 0 -1 4194304 980 0 0 0 29 0 0 0 19 0 1 0 1094642314 5390336 965 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/11809/statm: 1316 965 98 221 0 1092 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5264

[startup+0.702037 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 11809
/proc/meminfo: memFree=768640/2055920 swapFree=4167280/4192956
[pid=11809] ppid=11807 vsize=5048 CPUtime=0.69
/proc/11809/stat : 11809 (varsat-industri) R 11807 11809 9322 0 -1 4194304 993 0 0 0 69 0 0 0 22 0 1 0 1094642314 5169152 931 1992294400 4194304 5102648 548682068784 18446744073709551615 4249923 0 0 4096 3 0 0 0 17 1 0 0
/proc/11809/statm: 1262 931 110 221 0 1038 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5048

[startup+1.50111 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 11810
/proc/meminfo: memFree=765112/2055920 swapFree=4167280/4192956
[pid=11809] ppid=11807 vsize=6060 CPUtime=1.49
/proc/11809/stat : 11809 (varsat-industri) R 11807 11809 9322 0 -1 4194304 1241 0 0 0 149 0 0 0 25 0 1 0 1094642314 6205440 1179 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/11809/statm: 1515 1179 110 221 0 1291 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6060

[startup+3.10124 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 11810
/proc/meminfo: memFree=763960/2055920 swapFree=4167280/4192956
[pid=11809] ppid=11807 vsize=6852 CPUtime=3.09
/proc/11809/stat : 11809 (varsat-industri) R 11807 11809 9322 0 -1 4194304 1449 0 0 0 309 0 0 0 25 0 1 0 1094642314 7016448 1387 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/11809/statm: 1713 1387 110 221 0 1489 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6852

[startup+6.30152 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 11810
/proc/meminfo: memFree=762680/2055920 swapFree=4167280/4192956
[pid=11809] ppid=11807 vsize=7888 CPUtime=6.28
/proc/11809/stat : 11809 (varsat-industri) R 11807 11809 9322 0 -1 4194304 1709 0 0 0 628 0 0 0 25 0 1 0 1094642314 8077312 1647 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/11809/statm: 1972 1647 110 221 0 1748 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7888

[startup+12.7011 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 11810
/proc/meminfo: memFree=761336/2055920 swapFree=4167280/4192956
[pid=11809] ppid=11807 vsize=8868 CPUtime=12.69
/proc/11809/stat : 11809 (varsat-industri) R 11807 11809 9322 0 -1 4194304 1929 0 0 0 1268 1 0 0 25 0 1 0 1094642314 9080832 1867 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/11809/statm: 2217 1867 110 221 0 1993 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8868

[startup+25.5012 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 11810
/proc/meminfo: memFree=759928/2055920 swapFree=4167280/4192956
[pid=11809] ppid=11807 vsize=10256 CPUtime=25.48
/proc/11809/stat : 11809 (varsat-industri) R 11807 11809 9322 0 -1 4194304 2271 0 0 0 2547 1 0 0 25 0 1 0 1094642314 10502144 2209 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/11809/statm: 2564 2209 110 221 0 2340 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 10256

[startup+51.1014 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 11810
/proc/meminfo: memFree=758264/2055920 swapFree=4167280/4192956
[pid=11809] ppid=11807 vsize=11988 CPUtime=51.08
/proc/11809/stat : 11809 (varsat-industri) R 11807 11809 9322 0 -1 4194304 2670 0 0 0 5106 2 0 0 25 0 1 0 1094642314 12275712 2608 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/11809/statm: 2997 2608 110 221 0 2773 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 11988

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 11810
/proc/meminfo: memFree=756408/2055920 swapFree=4167280/4192956
[pid=11809] ppid=11807 vsize=13876 CPUtime=102.26
/proc/11809/stat : 11809 (varsat-industri) R 11807 11809 9322 0 -1 4194304 3143 0 0 0 10224 2 0 0 25 0 1 0 1094642314 14209024 3081 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/11809/statm: 3469 3081 110 221 0 3245 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 13876

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11810
/proc/meminfo: memFree=754872/2055920 swapFree=4167280/4192956
[pid=11809] ppid=11807 vsize=15552 CPUtime=162.25
/proc/11809/stat : 11809 (varsat-industri) R 11807 11809 9322 0 -1 4194304 3519 0 0 0 16222 3 0 0 25 0 1 0 1094642314 15925248 3457 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/11809/statm: 3888 3457 110 221 0 3664 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 15552

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11810
/proc/meminfo: memFree=753784/2055920 swapFree=4167280/4192956
[pid=11809] ppid=11807 vsize=16664 CPUtime=222.23
/proc/11809/stat : 11809 (varsat-industri) R 11807 11809 9322 0 -1 4194304 3769 0 0 0 22219 4 0 0 25 0 1 0 1094642314 17063936 3707 1992294400 4194304 5102648 548682068784 18446744073709551615 4249818 0 0 4096 3 0 0 0 17 1 0 0
/proc/11809/statm: 4166 3707 110 221 0 3942 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 16664

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11810
/proc/meminfo: memFree=752312/2055920 swapFree=4167280/4192956
[pid=11809] ppid=11807 vsize=18312 CPUtime=282.21
/proc/11809/stat : 11809 (varsat-industri) R 11807 11809 9322 0 -1 4194304 4126 0 0 0 28217 4 0 0 25 0 1 0 1094642314 18751488 4064 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/11809/statm: 4578 4064 110 221 0 4354 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 18312

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11816
/proc/meminfo: memFree=751928/2055920 swapFree=4167280/4192956
[pid=11809] ppid=11807 vsize=18692 CPUtime=342.19
/proc/11809/stat : 11809 (varsat-industri) R 11807 11809 9322 0 -1 4194304 4208 0 0 0 34214 5 0 0 25 0 1 0 1094642314 19140608 4146 1992294400 4194304 5102648 548682068784 18446744073709551615 4249923 0 0 4096 3 0 0 0 17 1 0 0
/proc/11809/statm: 4673 4146 110 221 0 4449 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 18692

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11816
/proc/meminfo: memFree=750904/2055920 swapFree=4167280/4192956
[pid=11809] ppid=11807 vsize=19744 CPUtime=402.18
/proc/11809/stat : 11809 (varsat-industri) R 11807 11809 9322 0 -1 4194304 4464 0 0 0 40212 6 0 0 25 0 1 0 1094642314 20217856 4402 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/11809/statm: 4936 4402 110 221 0 4712 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 19744

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11816
/proc/meminfo: memFree=750328/2055920 swapFree=4167280/4192956
[pid=11809] ppid=11807 vsize=20520 CPUtime=462.16
/proc/11809/stat : 11809 (varsat-industri) R 11807 11809 9322 0 -1 4194304 4640 0 0 0 46210 6 0 0 25 0 1 0 1094642314 21012480 4578 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/11809/statm: 5130 4578 110 221 0 4906 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 20520

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11816
/proc/meminfo: memFree=749880/2055920 swapFree=4167280/4192956
[pid=11809] ppid=11807 vsize=21168 CPUtime=522.14
/proc/11809/stat : 11809 (varsat-industri) R 11807 11809 9322 0 -1 4194304 4760 0 0 0 52208 6 0 0 25 0 1 0 1094642314 21676032 4698 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/11809/statm: 5292 4698 110 221 0 5068 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 21168

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11816
/proc/meminfo: memFree=749688/2055920 swapFree=4167280/4192956
[pid=11809] ppid=11807 vsize=21360 CPUtime=582.13
/proc/11809/stat : 11809 (varsat-industri) R 11807 11809 9322 0 -1 4194304 4809 0 0 0 58206 7 0 0 25 0 1 0 1094642314 21872640 4747 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/11809/statm: 5340 4747 110 221 0 5116 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 21360

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11816
/proc/meminfo: memFree=748472/2055920 swapFree=4167280/4192956
[pid=11809] ppid=11807 vsize=22592 CPUtime=642.12
/proc/11809/stat : 11809 (varsat-industri) R 11807 11809 9322 0 -1 4194304 5105 0 0 0 64205 7 0 0 25 0 1 0 1094642314 23134208 5043 1992294400 4194304 5102648 548682068784 18446744073709551615 4262579 0 0 4096 3 0 0 0 17 1 0 0
/proc/11809/statm: 5648 5043 110 221 0 5424 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 22592

[startup+702.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11816
/proc/meminfo: memFree=748024/2055920 swapFree=4167280/4192956
[pid=11809] ppid=11807 vsize=22992 CPUtime=702.1
/proc/11809/stat : 11809 (varsat-industri) R 11807 11809 9322 0 -1 4194304 5210 0 0 0 70203 7 0 0 25 0 1 0 1094642314 23543808 5148 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/11809/statm: 5748 5148 110 221 0 5524 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 22992

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11816
/proc/meminfo: memFree=747704/2055920 swapFree=4167280/4192956
[pid=11809] ppid=11807 vsize=23316 CPUtime=762.08
/proc/11809/stat : 11809 (varsat-industri) R 11807 11809 9322 0 -1 4194304 5293 0 0 0 76201 7 0 0 25 0 1 0 1094642314 23875584 5231 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/11809/statm: 5829 5231 110 221 0 5605 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 23316

[startup+822.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11816
/proc/meminfo: memFree=747320/2055920 swapFree=4167280/4192956
[pid=11809] ppid=11807 vsize=23836 CPUtime=822.07
/proc/11809/stat : 11809 (varsat-industri) R 11807 11809 9322 0 -1 4194304 5388 0 0 0 82199 8 0 0 25 0 1 0 1094642314 24408064 5326 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/11809/statm: 5959 5326 110 221 0 5735 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 23836

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11816
/proc/meminfo: memFree=747192/2055920 swapFree=4167280/4192956
[pid=11809] ppid=11807 vsize=23976 CPUtime=882.05
/proc/11809/stat : 11809 (varsat-industri) R 11807 11809 9322 0 -1 4194304 5418 0 0 0 88197 8 0 0 25 0 1 0 1094642314 24551424 5356 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/11809/statm: 5994 5356 110 221 0 5770 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 23976

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11816
/proc/meminfo: memFree=746872/2055920 swapFree=4167280/4192956
[pid=11809] ppid=11807 vsize=24404 CPUtime=942.03
/proc/11809/stat : 11809 (varsat-industri) R 11807 11809 9322 0 -1 4194304 5513 0 0 0 94195 8 0 0 25 0 1 0 1094642314 24989696 5451 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/11809/statm: 6101 5451 110 221 0 5877 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 24404

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11816
/proc/meminfo: memFree=746296/2055920 swapFree=4167280/4192956
[pid=11809] ppid=11807 vsize=24904 CPUtime=1002.02
/proc/11809/stat : 11809 (varsat-industri) R 11807 11809 9322 0 -1 4194304 5637 0 0 0 100193 9 0 0 25 0 1 0 1094642314 25501696 5575 1992294400 4194304 5102648 548682068784 18446744073709551615 4249362 0 0 4096 3 0 0 0 17 1 0 0
/proc/11809/statm: 6226 5575 110 221 0 6002 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 24904

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11816
/proc/meminfo: memFree=746104/2055920 swapFree=4167280/4192956
[pid=11809] ppid=11807 vsize=25040 CPUtime=1062
/proc/11809/stat : 11809 (varsat-industri) R 11807 11809 9322 0 -1 4194304 5695 0 0 0 106191 9 0 0 25 0 1 0 1094642314 25640960 5633 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/11809/statm: 6260 5633 110 221 0 6036 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 25040

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11816
/proc/meminfo: memFree=745400/2055920 swapFree=4167280/4192956
[pid=11809] ppid=11807 vsize=25832 CPUtime=1121.99
/proc/11809/stat : 11809 (varsat-industri) R 11807 11809 9322 0 -1 4194304 5854 0 0 0 112190 9 0 0 25 0 1 0 1094642314 26451968 5792 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/11809/statm: 6458 5792 110 221 0 6234 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 25832

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11816
/proc/meminfo: memFree=744888/2055920 swapFree=4167280/4192956
[pid=11809] ppid=11807 vsize=26352 CPUtime=1181.97
/proc/11809/stat : 11809 (varsat-industri) R 11807 11809 9322 0 -1 4194304 5969 0 0 0 118188 9 0 0 25 0 1 0 1094642314 26984448 5907 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/11809/statm: 6588 5907 110 221 0 6364 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 26352



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11816
/proc/meminfo: memFree=744888/2055920 swapFree=4167280/4192956
[pid=11809] ppid=11807 vsize=26352 CPUtime=1200.08
/proc/11809/stat : 11809 (varsat-industri) R 11807 11809 9322 0 -1 4194304 5969 0 0 0 119998 10 0 0 25 0 1 0 1094642314 26984448 5907 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/11809/statm: 6588 5907 110 221 0 6364 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 26352

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.09
CPU user time (s): 1199.98
CPU system time (s): 0.105983
CPU usage (%): 99.9731
Max. virtual memory (cumulated for all children) (KiB): 26352

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

runsolver used 0.894863 second user time and 2.46563 second system time

The end

Launcher Data

Begin job on node31 at 2009-03-28 06:56:08
IDJOB=1513612
IDBENCH=70277
IDSOLVER=538
FILE ID=node31/1513612-1238219767
PBS_JOBID= 9060533
Free space on /tmp= 66360 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/140/unif-k7-r85-v140-c11900-S74035269-088.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1513612-1238219767/watcher-1513612-1238219767 -o /tmp/evaluation-result-1513612-1238219767/solver-1513612-1238219767 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=268850863 HOME/instance-1513612-1238219767.cnf

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

MD5SUM BENCH= b57ad66e53e78b10a33d8e64aa605409
RANDOM SEED=268850863

node31.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.214
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.214
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:        769056 kB
Buffers:        104876 kB
Cached:        1063604 kB
SwapCached:      18664 kB
Active:         152924 kB
Inactive:      1035708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        769056 kB
SwapTotal:     4192956 kB
SwapFree:      4167280 kB
Dirty:            1340 kB
Writeback:           0 kB
Mapped:          17372 kB
Slab:            83948 kB
Committed_AS:  2931296 kB
PageTables:       1472 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= 66360 MiB
End job on node31 at 2009-03-28 07:16:10