Trace number 1513504

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.11 1200.41

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/160/
unif-k7-r85-v160-c13600-S1864473452-037.cnf
MD5SUMdb4e49ea1628a563e13565b21c6502ef
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark535.55
Satisfiable
(Un)Satisfiability was proved
Number of variables160
Number of clauses13600
Sum of the clauses size95200
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 513600

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  160                                                  |
0.00/0.00	c |  Number of clauses:    13600                                                |
0.00/0.03	c |  Parsing time:         0.02         s                                       |
0.00/0.03	c |  Timeout:              43200 s
0.00/0.03	c |  Random Seed:          271944001.000000
0.00/0.03	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.00/0.03	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.03	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.03	c |                                                                             |
0.39/0.40	c ============================[ Search Statistics ]==============================
0.39/0.40	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.39/0.40	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.39/0.40	c ===============================================================================
0.39/0.40	c |         0 |     160    13600    95200 |     4533        0    nan |  0.000 % |
0.39/0.46	c |       100 |     160    13600    95200 |     4986      100     46 |  0.004 % |
0.49/0.51	c |       250 |     160    13600    95200 |     5485      250     47 |  0.004 % |
0.49/0.58	c |       476 |     160    13600    95200 |     6033      476     48 |  0.004 % |
0.59/0.65	c |       814 |     160    13600    95200 |     6637      814     47 |  0.004 % |
0.69/0.73	c |      1321 |     160    13600    95200 |     7300     1321     47 |  0.004 % |
0.79/0.83	c |      2081 |     160    13600    95200 |     8031     2081     48 |  0.004 % |
0.89/0.97	c |      3220 |     160    13600    95200 |     8834     3220     48 |  0.004 % |
1.09/1.18	c |      4928 |     160    13600    95200 |     9717     4928     48 |  0.004 % |
1.49/1.52	c |      7491 |     160    13600    95200 |    10689     7491     48 |  0.004 % |
2.09/2.11	c |     11335 |     160    13600    95200 |    11758     5958     47 |  0.004 % |
2.89/2.91	c |     17101 |     160    13600    95200 |    12934    11724     48 |  0.004 % |
4.19/4.25	c |     25750 |     160    13600    95200 |    14227     7369     49 |  0.004 % |
6.29/6.39	c |     38724 |     160    13600    95200 |    15650    13192     48 |  0.004 % |
9.79/9.80	c |     58185 |     160    13600    95200 |    17215     9056     49 |  0.004 % |
15.49/15.56	c |     87377 |     160    13600    95200 |    18936    12311     49 |  0.004 % |
25.29/25.38	c |    131167 |     160    13600    95200 |    20830    18085     49 |  0.004 % |
40.68/40.70	c |    196851 |     160    13600    95200 |    22913    10624     48 |  0.004 % |
65.67/65.70	c |    295378 |     160    13600    95200 |    25204    16882     48 |  0.004 % |
106.67/106.75	c |    443168 |     160    13600    95200 |    27725    18951     48 |  0.004 % |
170.75/170.85	c |    664851 |     160    13600    95200 |    30497    24946     48 |  0.004 % |
275.81/275.92	c |    997377 |     160    13600    95200 |    33547    14239     48 |  0.004 % |
435.87/436.08	c |   1496165 |     160    13600    95200 |    36902    31339     49 |  0.004 % |
697.81/698.05	c |   2244347 |     160    13600    95200 |    40592    36199     49 |  0.004 % |
1118.91/1119.25	c |   3366623 |     160    13600    95200 |    44652    34587     50 |  0.004 % |

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-1513504-1238218558/watcher-1513504-1238218558 -o /tmp/evaluation-result-1513504-1238218558/solver-1513504-1238218558 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=271944001 HOME/instance-1513504-1238218558.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.95 3/64 24479
/proc/meminfo: memFree=977104/2055920 swapFree=4176708/4192956
[pid=24479] ppid=24477 vsize=2412 CPUtime=0
/proc/24479/stat : 24479 (varsat-industri) R 24477 24479 23624 0 -1 4194304 304 0 0 0 0 0 0 0 18 0 1 0 1094517854 2469888 289 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/24479/statm: 603 290 87 221 0 379 0

[startup+0.06844 s]
/proc/loadavg: 0.99 0.98 0.95 3/64 24479
/proc/meminfo: memFree=977104/2055920 swapFree=4176708/4192956
[pid=24479] ppid=24477 vsize=5580 CPUtime=0.06
/proc/24479/stat : 24479 (varsat-industri) R 24477 24479 23624 0 -1 4194304 1088 0 0 0 6 0 0 0 18 0 1 0 1094517854 5713920 1073 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/24479/statm: 1395 1073 98 221 0 1171 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5580

[startup+0.102442 s]
/proc/loadavg: 0.99 0.98 0.95 3/64 24479
/proc/meminfo: memFree=977104/2055920 swapFree=4176708/4192956
[pid=24479] ppid=24477 vsize=5580 CPUtime=0.09
/proc/24479/stat : 24479 (varsat-industri) R 24477 24479 23624 0 -1 4194304 1088 0 0 0 9 0 0 0 18 0 1 0 1094517854 5713920 1073 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/24479/statm: 1395 1073 98 221 0 1171 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5580

[startup+0.30146 s]
/proc/loadavg: 0.99 0.98 0.95 3/64 24479
/proc/meminfo: memFree=977104/2055920 swapFree=4176708/4192956
[pid=24479] ppid=24477 vsize=5652 CPUtime=0.29
/proc/24479/stat : 24479 (varsat-industri) R 24477 24479 23624 0 -1 4194304 1115 0 0 0 29 0 0 0 19 0 1 0 1094517854 5787648 1100 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/24479/statm: 1413 1100 98 221 0 1189 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5652

[startup+0.702496 s]
/proc/loadavg: 0.99 0.98 0.95 3/64 24479
/proc/meminfo: memFree=977104/2055920 swapFree=4176708/4192956
[pid=24479] ppid=24477 vsize=4908 CPUtime=0.69
/proc/24479/stat : 24479 (varsat-industri) R 24477 24479 23624 0 -1 4194304 1127 0 0 0 69 0 0 0 22 0 1 0 1094517854 5025792 931 1992294400 4194304 5102648 548682068784 18446744073709551615 4249753 0 0 4096 3 0 0 0 17 1 0 0
/proc/24479/statm: 1227 931 110 221 0 1003 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4908

[startup+1.50157 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 24480
/proc/meminfo: memFree=973512/2055920 swapFree=4176708/4192956
[pid=24479] ppid=24477 vsize=6100 CPUtime=1.49
/proc/24479/stat : 24479 (varsat-industri) R 24477 24479 23624 0 -1 4194304 1419 0 0 0 149 0 0 0 25 0 1 0 1094517854 6246400 1223 1992294400 4194304 5102648 548682068784 18446744073709551615 4249806 0 0 4096 3 0 0 0 17 1 0 0
/proc/24479/statm: 1525 1223 110 221 0 1301 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6100

[startup+3.10171 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 24480
/proc/meminfo: memFree=971592/2055920 swapFree=4176708/4192956
[pid=24479] ppid=24477 vsize=7712 CPUtime=3.09
/proc/24479/stat : 24479 (varsat-industri) R 24477 24479 23624 0 -1 4194304 1788 0 0 0 309 0 0 0 25 0 1 0 1094517854 7897088 1592 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24479/statm: 1928 1592 110 221 0 1704 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7712

[startup+6.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 24480
/proc/meminfo: memFree=970184/2055920 swapFree=4176708/4192956
[pid=24479] ppid=24477 vsize=8376 CPUtime=6.29
/proc/24479/stat : 24479 (varsat-industri) R 24477 24479 23624 0 -1 4194304 1968 0 0 0 628 1 0 0 25 0 1 0 1094517854 8577024 1772 1992294400 4194304 5102648 548682068784 18446744073709551615 4249767 0 0 4096 3 0 0 0 17 1 0 0
/proc/24479/statm: 2094 1772 110 221 0 1870 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8376

[startup+12.7016 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 24480
/proc/meminfo: memFree=968776/2055920 swapFree=4176708/4192956
[pid=24479] ppid=24477 vsize=9740 CPUtime=12.69
/proc/24479/stat : 24479 (varsat-industri) R 24477 24479 23624 0 -1 4194304 2297 0 0 0 1268 1 0 0 25 0 1 0 1094517854 9973760 2101 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24479/statm: 2435 2101 110 221 0 2211 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9740

[startup+25.5017 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 24480
/proc/meminfo: memFree=967560/2055920 swapFree=4176708/4192956
[pid=24479] ppid=24477 vsize=11000 CPUtime=25.48
/proc/24479/stat : 24479 (varsat-industri) R 24477 24479 23624 0 -1 4194304 2611 0 0 0 2547 1 0 0 25 0 1 0 1094517854 11264000 2415 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24479/statm: 2750 2415 110 221 0 2526 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 11000

[startup+51.101 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 24480
/proc/meminfo: memFree=965448/2055920 swapFree=4176708/4192956
[pid=24479] ppid=24477 vsize=13044 CPUtime=51.07
/proc/24479/stat : 24479 (varsat-industri) R 24477 24479 23624 0 -1 4194304 3112 0 0 0 5106 1 0 0 25 0 1 0 1094517854 13357056 2916 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24479/statm: 3261 2916 110 221 0 3037 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 13044

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 24480
/proc/meminfo: memFree=963848/2055920 swapFree=4176708/4192956
[pid=24479] ppid=24477 vsize=14904 CPUtime=102.27
/proc/24479/stat : 24479 (varsat-industri) R 24477 24479 23624 0 -1 4194304 3521 0 0 0 10225 2 0 0 25 0 1 0 1094517854 15261696 3325 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24479/statm: 3726 3325 110 221 0 3502 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 14904

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 24480
/proc/meminfo: memFree=961992/2055920 swapFree=4176708/4192956
[pid=24479] ppid=24477 vsize=16860 CPUtime=162.25
/proc/24479/stat : 24479 (varsat-industri) R 24477 24479 23624 0 -1 4194304 3967 0 0 0 16223 2 0 0 25 0 1 0 1094517854 17264640 3771 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24479/statm: 4215 3771 110 221 0 3991 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 16860

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 24480
/proc/meminfo: memFree=960136/2055920 swapFree=4176708/4192956
[pid=24479] ppid=24477 vsize=18928 CPUtime=222.24
/proc/24479/stat : 24479 (varsat-industri) R 24477 24479 23624 0 -1 4194304 4424 0 0 0 22221 3 0 0 25 0 1 0 1094517854 19382272 4228 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/24479/statm: 4732 4228 110 221 0 4508 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 18928

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 24482
/proc/meminfo: memFree=958920/2055920 swapFree=4176708/4192956
[pid=24479] ppid=24477 vsize=20184 CPUtime=282.21
/proc/24479/stat : 24479 (varsat-industri) R 24477 24479 23624 0 -1 4194304 4738 0 0 0 28218 3 0 0 25 0 1 0 1094517854 20668416 4542 1992294400 4194304 5102648 548682068784 18446744073709551615 4249840 0 0 4096 3 0 0 0 17 1 0 0
/proc/24479/statm: 5046 4542 110 221 0 4822 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 20184

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 24482
/proc/meminfo: memFree=957768/2055920 swapFree=4176708/4192956
[pid=24479] ppid=24477 vsize=21408 CPUtime=342.2
/proc/24479/stat : 24479 (varsat-industri) R 24477 24479 23624 0 -1 4194304 5017 0 0 0 34216 4 0 0 25 0 1 0 1094517854 21921792 4821 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24479/statm: 5352 4821 110 221 0 5128 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 21408

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 24482
/proc/meminfo: memFree=957256/2055920 swapFree=4176708/4192956
[pid=24479] ppid=24477 vsize=21976 CPUtime=402.18
/proc/24479/stat : 24479 (varsat-industri) R 24477 24479 23624 0 -1 4194304 5137 0 0 0 40214 4 0 0 25 0 1 0 1094517854 22503424 4941 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24479/statm: 5494 4941 110 221 0 5270 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 21976

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 24482
/proc/meminfo: memFree=956040/2055920 swapFree=4176708/4192956
[pid=24479] ppid=24477 vsize=23208 CPUtime=462.17
/proc/24479/stat : 24479 (varsat-industri) R 24477 24479 23624 0 -1 4194304 5435 0 0 0 46212 5 0 0 25 0 1 0 1094517854 23764992 5239 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24479/statm: 5802 5239 110 221 0 5578 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 23208

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 24482
/proc/meminfo: memFree=955464/2055920 swapFree=4176708/4192956
[pid=24479] ppid=24477 vsize=24008 CPUtime=522.16
/proc/24479/stat : 24479 (varsat-industri) R 24477 24479 23624 0 -1 4194304 5592 0 0 0 52211 5 0 0 25 0 1 0 1094517854 24584192 5396 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24479/statm: 6002 5396 110 221 0 5778 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 24008

[startup+582.303 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 24482
/proc/meminfo: memFree=954696/2055920 swapFree=4176708/4192956
[pid=24479] ppid=24477 vsize=24608 CPUtime=582.14
/proc/24479/stat : 24479 (varsat-industri) R 24477 24479 23624 0 -1 4194304 5774 0 0 0 58209 5 0 0 25 0 1 0 1094517854 25198592 5578 1992294400 4194304 5102648 548682068784 18446744073709551615 4249860 0 0 4096 3 0 0 0 17 1 0 0
/proc/24479/statm: 6152 5578 110 221 0 5928 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 24608

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 24482
/proc/meminfo: memFree=954248/2055920 swapFree=4176708/4192956
[pid=24479] ppid=24477 vsize=25224 CPUtime=642.13
/proc/24479/stat : 24479 (varsat-industri) R 24477 24479 23624 0 -1 4194304 5887 0 0 0 64208 5 0 0 25 0 1 0 1094517854 25829376 5691 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24479/statm: 6306 5691 110 221 0 6082 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 25224

[startup+702.303 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 24482
/proc/meminfo: memFree=953736/2055920 swapFree=4176708/4192956
[pid=24479] ppid=24477 vsize=25632 CPUtime=702.11
/proc/24479/stat : 24479 (varsat-industri) R 24477 24479 23624 0 -1 4194304 6007 0 0 0 70205 6 0 0 25 0 1 0 1094517854 26247168 5811 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/24479/statm: 6408 5811 110 221 0 6184 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 25632

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 24482
/proc/meminfo: memFree=952648/2055920 swapFree=4176708/4192956
[pid=24479] ppid=24477 vsize=26856 CPUtime=762.1
/proc/24479/stat : 24479 (varsat-industri) R 24477 24479 23624 0 -1 4194304 6275 0 0 0 76204 6 0 0 25 0 1 0 1094517854 27500544 6079 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/24479/statm: 6714 6079 110 221 0 6490 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 26856

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 24482
/proc/meminfo: memFree=952136/2055920 swapFree=4176708/4192956
[pid=24479] ppid=24477 vsize=27360 CPUtime=822.09
/proc/24479/stat : 24479 (varsat-industri) R 24477 24479 23624 0 -1 4194304 6394 0 0 0 82202 7 0 0 25 0 1 0 1094517854 28016640 6198 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24479/statm: 6840 6198 110 221 0 6616 0
Current children cumulated CPU time (s) 822.09
Current children cumulated vsize (KiB) 27360

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 24482
/proc/meminfo: memFree=951624/2055920 swapFree=4176708/4192956
[pid=24479] ppid=24477 vsize=27976 CPUtime=882.07
/proc/24479/stat : 24479 (varsat-industri) R 24477 24479 23624 0 -1 4194304 6523 0 0 0 88200 7 0 0 25 0 1 0 1094517854 28647424 6327 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/24479/statm: 6994 6327 110 221 0 6770 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 27976

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 24482
/proc/meminfo: memFree=951176/2055920 swapFree=4176708/4192956
[pid=24479] ppid=24477 vsize=28404 CPUtime=942.05
/proc/24479/stat : 24479 (varsat-industri) R 24477 24479 23624 0 -1 4194304 6628 0 0 0 94198 7 0 0 25 0 1 0 1094517854 29085696 6432 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24479/statm: 7101 6432 110 221 0 6877 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 28404

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 24482
/proc/meminfo: memFree=951048/2055920 swapFree=4176708/4192956
[pid=24479] ppid=24477 vsize=28544 CPUtime=1002.03
/proc/24479/stat : 24479 (varsat-industri) R 24477 24479 23624 0 -1 4194304 6661 0 0 0 100196 7 0 0 25 0 1 0 1094517854 29229056 6465 1992294400 4194304 5102648 548682068784 18446744073709551615 4254954 0 0 4096 3 0 0 0 17 1 0 0
/proc/24479/statm: 7136 6465 110 221 0 6912 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 28544

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 24482
/proc/meminfo: memFree=950728/2055920 swapFree=4176708/4192956
[pid=24479] ppid=24477 vsize=28828 CPUtime=1062.03
/proc/24479/stat : 24479 (varsat-industri) R 24477 24479 23624 0 -1 4194304 6729 0 0 0 106195 8 0 0 25 0 1 0 1094517854 29519872 6533 1992294400 4194304 5102648 548682068784 18446744073709551615 4249027 0 0 4096 3 0 0 0 17 1 0 0
/proc/24479/statm: 7207 6533 110 221 0 6983 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 28828

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 24482
/proc/meminfo: memFree=950536/2055920 swapFree=4176708/4192956
[pid=24479] ppid=24477 vsize=29116 CPUtime=1122.01
/proc/24479/stat : 24479 (varsat-industri) R 24477 24479 23624 0 -1 4194304 6785 0 0 0 112193 8 0 0 25 0 1 0 1094517854 29814784 6589 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24479/statm: 7279 6589 110 221 0 7055 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 29116

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 24482
/proc/meminfo: memFree=949000/2055920 swapFree=4176708/4192956
[pid=24479] ppid=24477 vsize=30928 CPUtime=1182
/proc/24479/stat : 24479 (varsat-industri) R 24477 24479 23624 0 -1 4194304 7151 0 0 0 118192 8 0 0 25 0 1 0 1094517854 31670272 6955 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24479/statm: 7732 6955 110 221 0 7508 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 30928



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 24482
/proc/meminfo: memFree=948936/2055920 swapFree=4176708/4192956
[pid=24479] ppid=24477 vsize=30928 CPUtime=1200.09
/proc/24479/stat : 24479 (varsat-industri) R 24477 24479 23624 0 -1 4194304 7170 0 0 0 120001 8 0 0 25 0 1 0 1094517854 31670272 6974 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24479/statm: 7732 6974 110 221 0 7508 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 30928

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.11
CPU user time (s): 1200.02
CPU system time (s): 0.090986
CPU usage (%): 99.975
Max. virtual memory (cumulated for all children) (KiB): 30928

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

runsolver used 0.85187 second user time and 2.67559 second system time

The end

Launcher Data

Begin job on node51 at 2009-03-28 06:35:58
IDJOB=1513504
IDBENCH=70268
IDSOLVER=538
FILE ID=node51/1513504-1238218558
PBS_JOBID= 9060515
Free space on /tmp= 65232 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/160/unif-k7-r85-v160-c13600-S1864473452-037.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1513504-1238218558/watcher-1513504-1238218558 -o /tmp/evaluation-result-1513504-1238218558/solver-1513504-1238218558 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=271944001 HOME/instance-1513504-1238218558.cnf

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

MD5SUM BENCH= db4e49ea1628a563e13565b21c6502ef
RANDOM SEED=271944001

node51.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.234
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.234
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:        977520 kB
Buffers:         56216 kB
Cached:         936244 kB
SwapCached:       9996 kB
Active:          83660 kB
Inactive:       920200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        977520 kB
SwapTotal:     4192956 kB
SwapFree:      4176708 kB
Dirty:            1392 kB
Writeback:           0 kB
Mapped:          17084 kB
Slab:            60596 kB
Committed_AS:  2906852 kB
PageTables:       1400 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= 65228 MiB
End job on node51 at 2009-03-28 06:56:00