Trace number 1513036

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

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/700/
unif-k5-r20-v700-c14000-S1281410666-045.cnf
MD5SUM028affe952ec460796dd6a41dfe58fcc
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark12.5841
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of clauses14000
Sum of the clauses size70000
Maximum clause length5
Minimum clause length5
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 514000
Number of clauses of size over 50

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  700                                                  |
0.00/0.00	c |  Number of clauses:    14000                                                |
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:          135550524.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.09/0.10	c ============================[ Search Statistics ]==============================
0.09/0.10	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.10	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.10	c ===============================================================================
0.09/0.10	c |         0 |     700    14000    70000 |     4666        0    nan |  0.000 % |
0.09/0.14	c |       103 |     700    14000    70000 |     5133      103     93 |  0.000 % |
0.09/0.18	c |       256 |     700    14000    70000 |     5646      256     89 |  0.000 % |
0.19/0.22	c |       483 |     700    14000    70000 |     6211      483     94 |  0.000 % |
0.19/0.28	c |       820 |     700    14000    70000 |     6832      820     92 |  0.000 % |
0.29/0.35	c |      1328 |     700    14000    70000 |     7515     1328     96 |  0.000 % |
0.39/0.45	c |      2089 |     700    14000    70000 |     8267     2089     98 |  0.000 % |
0.49/0.60	c |      3228 |     700    14000    70000 |     9094     3228     98 |  0.000 % |
0.79/0.82	c |      4936 |     700    14000    70000 |    10003     4936     99 |  0.000 % |
1.09/1.17	c |      7498 |     700    14000    70000 |    11003     7498    101 |  0.000 % |
1.69/1.79	c |     11342 |     700    14000    70000 |    12104     5716     99 |  0.000 % |
2.69/2.71	c |     17108 |     700    14000    70000 |    13314    11482    101 |  0.000 % |
4.39/4.41	c |     25757 |     700    14000    70000 |    14645    13342    106 |  0.000 % |
7.19/7.20	c |     38732 |     700    14000    70000 |    16110    11413    107 |  0.000 % |
11.99/12.09	c |     58193 |     700    14000    70000 |    17721    14501    108 |  0.000 % |
20.18/20.22	c |     87385 |     700    14000    70000 |    19493    16758    108 |  0.000 % |
32.78/32.83	c |    131176 |     700    14000    70000 |    21443    11162    103 |  0.000 % |
53.47/53.55	c |    196860 |     700    14000    70000 |    23587    11785    102 |  0.000 % |
86.06/86.14	c |    295386 |     700    14000    70000 |    25946    14257    103 |  0.000 % |
140.94/141.00	c |    443175 |     700    14000    70000 |    28540    25462    111 |  0.000 % |
233.41/233.54	c |    664859 |     700    14000    70000 |    31394    26740    109 |  0.000 % |
373.35/373.59	c |    997386 |     700    14000    70000 |    34534    24922    112 |  0.000 % |
595.26/595.59	c |   1496175 |     700    14000    70000 |    37987    29697    110 |  0.000 % |
972.82/973.26	c |   2244357 |     700    14000    70000 |    41786    23106    106 |  0.000 % |

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-1513036-1238212537/watcher-1513036-1238212537 -o /tmp/evaluation-result-1513036-1238212537/solver-1513036-1238212537 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=135550524 HOME/instance-1513036-1238212537.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.92 3/69 8795
/proc/meminfo: memFree=1792760/2055920 swapFree=4177820/4192956
[pid=8795] ppid=8793 vsize=2552 CPUtime=0
/proc/8795/stat : 8795 (varsat-industri) R 8793 8795 8098 0 -1 4194304 327 0 0 0 0 0 0 0 18 0 1 0 1093918384 2613248 312 1992294400 4194304 5102648 548682068784 18446744073709551615 4516176 0 0 4096 3 0 0 0 17 1 0 0
/proc/8795/statm: 638 312 87 221 0 414 0

[startup+0.084802 s]
/proc/loadavg: 0.99 0.98 0.92 3/69 8795
/proc/meminfo: memFree=1792760/2055920 swapFree=4177820/4192956
[pid=8795] ppid=8793 vsize=5356 CPUtime=0.07
/proc/8795/stat : 8795 (varsat-industri) R 8793 8795 8098 0 -1 4194304 977 0 0 0 7 0 0 0 18 0 1 0 1093918384 5484544 962 1992294400 4194304 5102648 548682068784 18446744073709551615 4273022 0 0 4096 3 0 0 0 17 1 0 0
/proc/8795/statm: 1339 962 98 221 0 1115 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+0.101805 s]
/proc/loadavg: 0.99 0.98 0.92 3/69 8795
/proc/meminfo: memFree=1792760/2055920 swapFree=4177820/4192956
[pid=8795] ppid=8793 vsize=5356 CPUtime=0.09
/proc/8795/stat : 8795 (varsat-industri) R 8793 8795 8098 0 -1 4194304 977 0 0 0 9 0 0 0 18 0 1 0 1093918384 5484544 962 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/8795/statm: 1339 962 98 221 0 1115 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5356

[startup+0.301844 s]
/proc/loadavg: 0.99 0.98 0.92 3/69 8795
/proc/meminfo: memFree=1792760/2055920 swapFree=4177820/4192956
[pid=8795] ppid=8793 vsize=4812 CPUtime=0.29
/proc/8795/stat : 8795 (varsat-industri) R 8793 8795 8098 0 -1 4194304 992 0 0 0 29 0 0 0 19 0 1 0 1093918384 4927488 896 1992294400 4194304 5102648 548682068784 18446744073709551615 4214012 0 0 4096 3 0 0 0 17 1 0 0
/proc/8795/statm: 1203 896 113 221 0 979 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4812

[startup+0.701923 s]
/proc/loadavg: 0.99 0.98 0.92 3/69 8795
/proc/meminfo: memFree=1792760/2055920 swapFree=4177820/4192956
[pid=8795] ppid=8793 vsize=6008 CPUtime=0.69
/proc/8795/stat : 8795 (varsat-industri) R 8793 8795 8098 0 -1 4194304 1288 0 0 0 69 0 0 0 22 0 1 0 1093918384 6152192 1192 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/8795/statm: 1502 1192 113 221 0 1278 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6008

[startup+1.50108 s]
/proc/loadavg: 0.99 0.98 0.92 2/70 8796
/proc/meminfo: memFree=1787312/2055920 swapFree=4177820/4192956
[pid=8795] ppid=8793 vsize=8708 CPUtime=1.49
/proc/8795/stat : 8795 (varsat-industri) R 8793 8795 8098 0 -1 4194304 1949 0 0 0 148 1 0 0 25 0 1 0 1093918384 8916992 1853 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/8795/statm: 2177 1853 113 221 0 1953 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8708

[startup+3.1014 s]
/proc/loadavg: 0.99 0.98 0.92 2/70 8796
/proc/meminfo: memFree=1784816/2055920 swapFree=4177820/4192956
[pid=8795] ppid=8793 vsize=10800 CPUtime=3.09
/proc/8795/stat : 8795 (varsat-industri) R 8793 8795 8098 0 -1 4194304 2464 0 0 0 308 1 0 0 25 0 1 0 1093918384 11059200 2368 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/8795/statm: 2700 2368 113 221 0 2476 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10800

[startup+6.30203 s]
/proc/loadavg: 0.99 0.98 0.92 2/70 8796
/proc/meminfo: memFree=1782448/2055920 swapFree=4177820/4192956
[pid=8795] ppid=8793 vsize=12120 CPUtime=6.29
/proc/8795/stat : 8795 (varsat-industri) R 8793 8795 8098 0 -1 4194304 2782 0 0 0 628 1 0 0 25 0 1 0 1093918384 12410880 2686 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/8795/statm: 3030 2686 113 221 0 2806 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 12120

[startup+12.7013 s]
/proc/loadavg: 0.99 0.98 0.92 2/70 8796
/proc/meminfo: memFree=1780976/2055920 swapFree=4177820/4192956
[pid=8795] ppid=8793 vsize=13848 CPUtime=12.69
/proc/8795/stat : 8795 (varsat-industri) R 8793 8795 8098 0 -1 4194304 3238 0 0 0 1267 2 0 0 25 0 1 0 1093918384 14180352 3142 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/8795/statm: 3462 3142 113 221 0 3238 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 13848

[startup+25.5018 s]
/proc/loadavg: 0.99 0.98 0.92 2/70 8796
/proc/meminfo: memFree=1778480/2055920 swapFree=4177820/4192956
[pid=8795] ppid=8793 vsize=15708 CPUtime=25.48
/proc/8795/stat : 8795 (varsat-industri) R 8793 8795 8098 0 -1 4194304 3682 0 0 0 2546 2 0 0 25 0 1 0 1093918384 16084992 3586 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/8795/statm: 3927 3586 113 221 0 3703 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 15708

[startup+51.1019 s]
/proc/loadavg: 0.99 0.98 0.92 2/70 8796
/proc/meminfo: memFree=1775984/2055920 swapFree=4177820/4192956
[pid=8795] ppid=8793 vsize=18276 CPUtime=51.07
/proc/8795/stat : 8795 (varsat-industri) R 8793 8795 8098 0 -1 4194304 4299 0 0 0 5104 3 0 0 25 0 1 0 1093918384 18714624 4203 1992294400 4194304 5102648 548682068784 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/8795/statm: 4569 4203 113 221 0 4345 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 18276

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.92 2/70 8796
/proc/meminfo: memFree=1771440/2055920 swapFree=4177820/4192956
[pid=8795] ppid=8793 vsize=22712 CPUtime=102.25
/proc/8795/stat : 8795 (varsat-industri) R 8793 8795 8098 0 -1 4194304 5434 0 0 0 10221 4 0 0 25 0 1 0 1093918384 23257088 5338 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/8795/statm: 5678 5338 113 221 0 5454 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 22712

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.92 2/70 8796
/proc/meminfo: memFree=1768880/2055920 swapFree=4177820/4192956
[pid=8795] ppid=8793 vsize=25464 CPUtime=162.23
/proc/8795/stat : 8795 (varsat-industri) R 8793 8795 8098 0 -1 4194304 6057 0 0 0 16218 5 0 0 25 0 1 0 1093918384 26075136 5961 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/8795/statm: 6366 5961 113 221 0 6142 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 25464

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.92 2/70 8796
/proc/meminfo: memFree=1767536/2055920 swapFree=4177820/4192956
[pid=8795] ppid=8793 vsize=26760 CPUtime=222.21
/proc/8795/stat : 8795 (varsat-industri) R 8793 8795 8098 0 -1 4194304 6371 0 0 0 22215 6 0 0 25 0 1 0 1093918384 27402240 6275 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/8795/statm: 6690 6275 113 221 0 6466 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 26760

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.92 2/70 8796
/proc/meminfo: memFree=1765168/2055920 swapFree=4177820/4192956
[pid=8795] ppid=8793 vsize=29152 CPUtime=282.18
/proc/8795/stat : 8795 (varsat-industri) R 8793 8795 8098 0 -1 4194304 6978 0 0 0 28212 6 0 0 25 0 1 0 1093918384 29851648 6882 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/8795/statm: 7288 6882 113 221 0 7064 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 29152

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.92 2/70 8802
/proc/meminfo: memFree=1764336/2055920 swapFree=4177820/4192956
[pid=8795] ppid=8793 vsize=29812 CPUtime=342.15
/proc/8795/stat : 8795 (varsat-industri) R 8793 8795 8098 0 -1 4194304 7163 0 0 0 34209 6 0 0 25 0 1 0 1093918384 30527488 7067 1992294400 4194304 5102648 548682068784 18446744073709551615 4249787 0 0 4096 3 0 0 0 17 1 0 0
/proc/8795/statm: 7453 7067 113 221 0 7229 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 29812

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.92 2/70 8802
/proc/meminfo: memFree=1761456/2055920 swapFree=4177820/4192956
[pid=8795] ppid=8793 vsize=32772 CPUtime=402.13
/proc/8795/stat : 8795 (varsat-industri) R 8793 8795 8098 0 -1 4194304 7874 0 0 0 40206 7 0 0 25 0 1 0 1093918384 33558528 7778 1992294400 4194304 5102648 548682068784 18446744073709551615 4249803 0 0 4096 3 0 0 0 17 1 0 0
/proc/8795/statm: 8193 7778 113 221 0 7969 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 32772

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.92 2/70 8802
/proc/meminfo: memFree=1760688/2055920 swapFree=4177820/4192956
[pid=8795] ppid=8793 vsize=33680 CPUtime=462.11
/proc/8795/stat : 8795 (varsat-industri) R 8793 8795 8098 0 -1 4194304 8076 0 0 0 46204 7 0 0 25 0 1 0 1093918384 34488320 7980 1992294400 4194304 5102648 548682068784 18446744073709551615 4255889 0 0 4096 3 0 0 0 17 1 0 0
/proc/8795/statm: 8420 7980 113 221 0 8196 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 33680

[startup+522.303 s]
/proc/loadavg: 0.99 0.98 0.92 2/70 8802
/proc/meminfo: memFree=1759984/2055920 swapFree=4177820/4192956
[pid=8795] ppid=8793 vsize=34388 CPUtime=522.09
/proc/8795/stat : 8795 (varsat-industri) R 8793 8795 8098 0 -1 4194304 8244 0 0 0 52201 8 0 0 25 0 1 0 1093918384 35213312 8148 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/8795/statm: 8597 8148 113 221 0 8373 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 34388

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.92 2/70 8802
/proc/meminfo: memFree=1759152/2055920 swapFree=4177820/4192956
[pid=8795] ppid=8793 vsize=35252 CPUtime=582.07
/proc/8795/stat : 8795 (varsat-industri) R 8793 8795 8098 0 -1 4194304 8445 0 0 0 58199 8 0 0 25 0 1 0 1093918384 36098048 8349 1992294400 4194304 5102648 548682068784 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/8795/statm: 8813 8349 113 221 0 8589 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 35252

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.92 2/70 8802
/proc/meminfo: memFree=1757104/2055920 swapFree=4177820/4192956
[pid=8795] ppid=8793 vsize=37232 CPUtime=642.05
/proc/8795/stat : 8795 (varsat-industri) R 8793 8795 8098 0 -1 4194304 8956 0 0 0 64196 9 0 0 25 0 1 0 1093918384 38125568 8860 1992294400 4194304 5102648 548682068784 18446744073709551615 4249787 0 0 4096 3 0 0 0 17 1 0 0
/proc/8795/statm: 9308 8860 113 221 0 9084 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 37232

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.92 2/70 8802
/proc/meminfo: memFree=1756144/2055920 swapFree=4177820/4192956
[pid=8795] ppid=8793 vsize=38080 CPUtime=702.02
/proc/8795/stat : 8795 (varsat-industri) R 8793 8795 8098 0 -1 4194304 9165 0 0 0 70193 9 0 0 25 0 1 0 1093918384 38993920 9069 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/8795/statm: 9520 9069 113 221 0 9296 0
Current children cumulated CPU time (s) 702.02
Current children cumulated vsize (KiB) 38080

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.92 2/70 8802
/proc/meminfo: memFree=1755312/2055920 swapFree=4177820/4192956
[pid=8795] ppid=8793 vsize=38832 CPUtime=762.01
/proc/8795/stat : 8795 (varsat-industri) R 8793 8795 8098 0 -1 4194304 9368 0 0 0 76191 10 0 0 25 0 1 0 1093918384 39763968 9272 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/8795/statm: 9708 9272 113 221 0 9484 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 38832

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.92 2/70 8802
/proc/meminfo: memFree=1755312/2055920 swapFree=4177820/4192956
[pid=8795] ppid=8793 vsize=38964 CPUtime=821.98
/proc/8795/stat : 8795 (varsat-industri) R 8793 8795 8098 0 -1 4194304 9386 0 0 0 82188 10 0 0 25 0 1 0 1093918384 39899136 9290 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/8795/statm: 9741 9290 113 221 0 9517 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 38964

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.92 2/70 8802
/proc/meminfo: memFree=1755120/2055920 swapFree=4177820/4192956
[pid=8795] ppid=8793 vsize=39144 CPUtime=881.95
/proc/8795/stat : 8795 (varsat-industri) R 8793 8795 8098 0 -1 4194304 9414 0 0 0 88185 10 0 0 25 0 1 0 1093918384 40083456 9318 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/8795/statm: 9786 9318 113 221 0 9562 0
Current children cumulated CPU time (s) 881.95
Current children cumulated vsize (KiB) 39144

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.92 2/70 8802
/proc/meminfo: memFree=1754416/2055920 swapFree=4177820/4192956
[pid=8795] ppid=8793 vsize=39856 CPUtime=941.94
/proc/8795/stat : 8795 (varsat-industri) R 8793 8795 8098 0 -1 4194304 9584 0 0 0 94183 11 0 0 25 0 1 0 1093918384 40812544 9488 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/8795/statm: 9964 9488 113 221 0 9740 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 39856

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.92 2/70 8802
/proc/meminfo: memFree=1752688/2055920 swapFree=4177820/4192956
[pid=8795] ppid=8793 vsize=41716 CPUtime=1001.91
/proc/8795/stat : 8795 (varsat-industri) R 8793 8795 8098 0 -1 4194304 10031 0 0 0 100180 11 0 0 25 0 1 0 1093918384 42717184 9935 1992294400 4194304 5102648 548682068784 18446744073709551615 4249923 0 0 4096 3 0 0 0 17 1 0 0
/proc/8795/statm: 10429 9935 113 221 0 10205 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 41716

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.92 2/70 8802
/proc/meminfo: memFree=1751984/2055920 swapFree=4177820/4192956
[pid=8795] ppid=8793 vsize=42408 CPUtime=1061.88
/proc/8795/stat : 8795 (varsat-industri) R 8793 8795 8098 0 -1 4194304 10198 0 0 0 106177 11 0 0 25 0 1 0 1093918384 43425792 10102 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/8795/statm: 10602 10102 113 221 0 10378 0
Current children cumulated CPU time (s) 1061.88
Current children cumulated vsize (KiB) 42408

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.92 2/70 8802
/proc/meminfo: memFree=1750896/2055920 swapFree=4177820/4192956
[pid=8795] ppid=8793 vsize=43520 CPUtime=1121.87
/proc/8795/stat : 8795 (varsat-industri) R 8793 8795 8098 0 -1 4194304 10469 0 0 0 112175 12 0 0 25 0 1 0 1093918384 44564480 10373 1992294400 4194304 5102648 548682068784 18446744073709551615 4249783 0 0 4096 3 0 0 0 17 1 0 0
/proc/8795/statm: 10880 10373 113 221 0 10656 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 43520

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.92 2/70 8802
/proc/meminfo: memFree=1750768/2055920 swapFree=4177820/4192956
[pid=8795] ppid=8793 vsize=43688 CPUtime=1181.84
/proc/8795/stat : 8795 (varsat-industri) R 8793 8795 8098 0 -1 4194304 10480 0 0 0 118172 12 0 0 25 0 1 0 1093918384 44736512 10384 1992294400 4194304 5102648 548682068784 18446744073709551615 4249806 0 0 4096 3 0 0 0 17 1 0 0
/proc/8795/statm: 10922 10384 113 221 0 10698 0
Current children cumulated CPU time (s) 1181.84
Current children cumulated vsize (KiB) 43688



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.92 2/70 8802
/proc/meminfo: memFree=1750768/2055920 swapFree=4177820/4192956
[pid=8795] ppid=8793 vsize=43688 CPUtime=1200.04
/proc/8795/stat : 8795 (varsat-industri) R 8793 8795 8098 0 -1 4194304 10482 0 0 0 119992 12 0 0 25 0 1 0 1093918384 44736512 10386 1992294400 4194304 5102648 548682068784 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/8795/statm: 10922 10386 113 221 0 10698 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 43688

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.92 2/70 8802
/proc/meminfo: memFree=1750768/2055920 swapFree=4177820/4192956
[pid=8795] ppid=8793 vsize=43688 CPUtime=1200.04
/proc/8795/stat : 8795 (varsat-industri) R 8793 8795 8098 0 -1 4194304 10482 0 0 0 119992 12 0 0 25 0 1 0 1093918384 44736512 10386 1992294400 4194304 5102648 548682068784 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/8795/statm: 10922 10386 113 221 0 10698 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 43688

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.06
CPU user time (s): 1199.92
CPU system time (s): 0.133979
CPU usage (%): 99.962
Max. virtual memory (cumulated for all children) (KiB): 43688

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

runsolver used 0.986849 second user time and 3.39048 second system time

The end

Launcher Data

Begin job on node73 at 2009-03-28 04:55:37
IDJOB=1513036
IDBENCH=70229
IDSOLVER=538
FILE ID=node73/1513036-1238212537
PBS_JOBID= 9060494
Free space on /tmp= 66268 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/700/unif-k5-r20-v700-c14000-S1281410666-045.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1513036-1238212537/watcher-1513036-1238212537 -o /tmp/evaluation-result-1513036-1238212537/solver-1513036-1238212537 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=135550524 HOME/instance-1513036-1238212537.cnf

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

MD5SUM BENCH= 028affe952ec460796dd6a41dfe58fcc
RANDOM SEED=135550524

node73.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.277
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.277
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:       1793176 kB
Buffers:         32652 kB
Cached:         151332 kB
SwapCached:       8184 kB
Active:         110708 kB
Inactive:        82936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1793176 kB
SwapTotal:     4192956 kB
SwapFree:      4177820 kB
Dirty:            1336 kB
Writeback:           0 kB
Mapped:          15496 kB
Slab:            54696 kB
Committed_AS:  2712988 kB
PageTables:       1656 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= 66268 MiB
End job on node73 at 2009-03-28 05:15:39