Trace number 1518400

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

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/SATISFIABLE/560/
unif-k3-r4.25-v560-c2380-S889538696-070.cnf
MD5SUM638869086f20650eb09f2e935bdc737c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.014997
Satisfiable
(Un)Satisfiability was proved
Number of variables560
Number of clauses2380
Sum of the clauses size7140
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32380
Number of clauses of size 40
Number of clauses of size 50
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:  560                                                  |
0.00/0.00	c |  Number of clauses:    2380                                                 |
0.00/0.00	c |  Parsing time:         0.00         s                                       |
0.00/0.00	c |  Timeout:              43200 s
0.00/0.00	c |  Random Seed:          1116925403.000000
0.00/0.00	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.00/0.00	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.00	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.00	c |                                                                             |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.00	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.00	c ===============================================================================
0.00/0.00	c |         0 |     545     2366     7203 |      788        0    nan |  0.000 % |
0.00/0.01	c |       100 |     545     2366     7203 |      867      100     24 |  0.000 % |
0.00/0.02	c |       251 |     545     2366     7203 |      954      251     23 |  0.000 % |
0.00/0.03	c |       477 |     545     2366     7203 |     1049      477     23 |  0.000 % |
0.00/0.04	c |       814 |     545     2366     7203 |     1154      814     23 |  0.000 % |
0.06/0.06	c |      1320 |     545     2366     7203 |     1270      717     21 |  0.000 % |
0.10/0.10	c |      2081 |     545     2366     7203 |     1397      800     22 |  0.000 % |
0.10/0.15	c |      3220 |     545     2366     7203 |     1536     1211     24 |  0.000 % |
0.20/0.23	c |      4929 |     545     2366     7203 |     1690     1311     25 |  0.000 % |
0.29/0.36	c |      7492 |     545     2366     7203 |     1859     1262     24 |  0.000 % |
0.50/0.55	c |     11336 |     545     2366     7203 |     2045     1276     23 |  0.000 % |
0.79/0.86	c |     17103 |     545     2366     7203 |     2250     1768     24 |  0.000 % |
1.29/1.32	c |     25752 |     545     2366     7203 |     2475     2304     24 |  0.000 % |
1.99/2.03	c |     38727 |     545     2366     7203 |     2722     1322     22 |  0.000 % |
3.09/3.14	c |     58190 |     545     2366     7203 |     2994     2673     25 |  0.000 % |
4.79/4.86	c |     87382 |     545     2366     7203 |     3294     2867     24 |  0.000 % |
7.49/7.53	c |    131174 |     545     2366     7203 |     3623     3004     26 |  0.000 % |
11.79/11.81	c |    196859 |     545     2366     7203 |     3986     2334     25 |  0.000 % |
18.28/18.33	c |    295386 |     545     2366     7203 |     4384     3743     25 |  0.000 % |
28.58/28.67	c |    443176 |     545     2366     7203 |     4823     2384     24 |  0.000 % |
44.77/44.80	c |    664861 |     545     2366     7203 |     5305     4119     27 |  0.000 % |
69.87/69.99	c |    997387 |     545     2366     7203 |     5836     4018     25 |  0.000 % |
109.45/109.59	c |   1496176 |     545     2366     7203 |     6419     4796     24 |  0.000 % |
172.22/172.30	c |   2244359 |     545     2366     7203 |     7061     3567     24 |  0.000 % |
270.40/270.59	c |   3366633 |     545     2366     7203 |     7768     6864     26 |  0.000 % |
423.05/423.27	c |   5050045 |     545     2366     7203 |     8544     6453     26 |  0.000 % |
674.76/675.04	c |   7575161 |     545     2366     7203 |     9399     6838     29 |  0.000 % |
1054.24/1054.63	c |  11362837 |     545     2366     7203 |    10339     7018     25 |  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-1518400-1238299134/watcher-1518400-1238299134 -o /tmp/evaluation-result-1518400-1238299134/solver-1518400-1238299134 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=1116925403 HOME/instance-1518400-1238299134.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: 1.00 1.00 1.00 3/70 32486
/proc/meminfo: memFree=842704/2055920 swapFree=4170584/4192956
[pid=32486] ppid=32484 vsize=2556 CPUtime=0
/proc/32486/stat : 32486 (varsat-industri) R 32484 32486 32422 0 -1 4194304 252 0 0 0 0 0 0 0 18 0 1 0 1102576024 2617344 237 1992294400 4194304 5102648 548682068784 18446744073709551615 4239280 0 0 4096 3 0 0 0 17 1 0 0
/proc/32486/statm: 639 242 99 221 0 415 0

[startup+0.064003 s]
/proc/loadavg: 1.00 1.00 1.00 3/70 32486
/proc/meminfo: memFree=842704/2055920 swapFree=4170584/4192956
[pid=32486] ppid=32484 vsize=2648 CPUtime=0.06
/proc/32486/stat : 32486 (varsat-industri) R 32484 32486 32422 0 -1 4194304 291 0 0 0 6 0 0 0 18 0 1 0 1102576024 2711552 276 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/32486/statm: 662 276 111 221 0 438 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2648

[startup+0.10301 s]
/proc/loadavg: 1.00 1.00 1.00 3/70 32486
/proc/meminfo: memFree=842704/2055920 swapFree=4170584/4192956
[pid=32486] ppid=32484 vsize=2648 CPUtime=0.1
/proc/32486/stat : 32486 (varsat-industri) R 32484 32486 32422 0 -1 4194304 300 0 0 0 10 0 0 0 18 0 1 0 1102576024 2711552 285 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/32486/statm: 662 285 111 221 0 438 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2648

[startup+0.301046 s]
/proc/loadavg: 1.00 1.00 1.00 3/70 32486
/proc/meminfo: memFree=842704/2055920 swapFree=4170584/4192956
[pid=32486] ppid=32484 vsize=2912 CPUtime=0.29
/proc/32486/stat : 32486 (varsat-industri) R 32484 32486 32422 0 -1 4194304 339 0 0 0 29 0 0 0 19 0 1 0 1102576024 2981888 324 1992294400 4194304 5102648 548682068784 18446744073709551615 4249675 0 0 4096 3 0 0 0 17 1 0 0
/proc/32486/statm: 728 324 111 221 0 504 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2912

[startup+0.701122 s]
/proc/loadavg: 1.00 1.00 1.00 3/70 32486
/proc/meminfo: memFree=842704/2055920 swapFree=4170584/4192956
[pid=32486] ppid=32484 vsize=3044 CPUtime=0.69
/proc/32486/stat : 32486 (varsat-industri) R 32484 32486 32422 0 -1 4194304 379 0 0 0 69 0 0 0 22 0 1 0 1102576024 3117056 364 1992294400 4194304 5102648 548682068784 18446744073709551615 4255498 0 0 4096 3 0 0 0 17 1 0 0
/proc/32486/statm: 761 364 111 221 0 537 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3044

[startup+1.50126 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 32487
/proc/meminfo: memFree=841544/2055920 swapFree=4170584/4192956
[pid=32486] ppid=32484 vsize=3176 CPUtime=1.49
/proc/32486/stat : 32486 (varsat-industri) R 32484 32486 32422 0 -1 4194304 434 0 0 0 149 0 0 0 25 0 1 0 1102576024 3252224 419 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/32486/statm: 794 419 111 221 0 570 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3176

[startup+3.10156 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 32487
/proc/meminfo: memFree=841224/2055920 swapFree=4170584/4192956
[pid=32486] ppid=32484 vsize=3440 CPUtime=3.09
/proc/32486/stat : 32486 (varsat-industri) R 32484 32486 32422 0 -1 4194304 491 0 0 0 309 0 0 0 25 0 1 0 1102576024 3522560 476 1992294400 4194304 5102648 548682068784 18446744073709551615 4254591 0 0 4096 3 0 0 0 17 1 0 0
/proc/32486/statm: 860 476 111 221 0 636 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3440

[startup+6.30114 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 32487
/proc/meminfo: memFree=840776/2055920 swapFree=4170584/4192956
[pid=32486] ppid=32484 vsize=3840 CPUtime=6.29
/proc/32486/stat : 32486 (varsat-industri) R 32484 32486 32422 0 -1 4194304 587 0 0 0 629 0 0 0 25 0 1 0 1102576024 3932160 572 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/32486/statm: 960 572 111 221 0 736 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3840

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 32487
/proc/meminfo: memFree=840136/2055920 swapFree=4170584/4192956
[pid=32486] ppid=32484 vsize=4372 CPUtime=12.69
/proc/32486/stat : 32486 (varsat-industri) R 32484 32486 32422 0 -1 4194304 705 0 0 0 1269 0 0 0 25 0 1 0 1102576024 4476928 690 1992294400 4194304 5102648 548682068784 18446744073709551615 4255144 0 0 4096 3 0 0 0 17 1 0 0
/proc/32486/statm: 1093 690 111 221 0 869 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 4372

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 32487
/proc/meminfo: memFree=839432/2055920 swapFree=4170584/4192956
[pid=32486] ppid=32484 vsize=4900 CPUtime=25.48
/proc/32486/stat : 32486 (varsat-industri) R 32484 32486 32422 0 -1 4194304 862 0 0 0 2548 0 0 0 25 0 1 0 1102576024 5017600 847 1992294400 4194304 5102648 548682068784 18446744073709551615 4249865 0 0 4096 3 0 0 0 17 1 0 0
/proc/32486/statm: 1225 847 111 221 0 1001 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 4900

[startup+51.1013 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 32487
/proc/meminfo: memFree=838664/2055920 swapFree=4170584/4192956
[pid=32486] ppid=32484 vsize=5700 CPUtime=51.08
/proc/32486/stat : 32486 (varsat-industri) R 32484 32486 32422 0 -1 4194304 1058 0 0 0 5107 1 0 0 25 0 1 0 1102576024 5836800 1043 1992294400 4194304 5102648 548682068784 18446744073709551615 4225633 0 0 4096 3 0 0 0 17 1 0 0
/proc/32486/statm: 1425 1043 111 221 0 1201 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 5700

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 32487
/proc/meminfo: memFree=837640/2055920 swapFree=4170584/4192956
[pid=32486] ppid=32484 vsize=6780 CPUtime=102.26
/proc/32486/stat : 32486 (varsat-industri) R 32484 32486 32422 0 -1 4194304 1307 0 0 0 10225 1 0 0 25 0 1 0 1102576024 6942720 1292 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/32486/statm: 1695 1292 111 221 0 1471 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 6780

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 32493
/proc/meminfo: memFree=836552/2055920 swapFree=4170584/4192956
[pid=32486] ppid=32484 vsize=7840 CPUtime=162.23
/proc/32486/stat : 32486 (varsat-industri) R 32484 32486 32422 0 -1 4194304 1562 0 0 0 16222 1 0 0 25 0 1 0 1102576024 8028160 1547 1992294400 4194304 5102648 548682068784 18446744073709551615 4255024 0 0 4096 3 0 0 0 17 1 0 0
/proc/32486/statm: 1960 1547 111 221 0 1736 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 7840

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 32493
/proc/meminfo: memFree=835848/2055920 swapFree=4170584/4192956
[pid=32486] ppid=32484 vsize=8516 CPUtime=222.21
/proc/32486/stat : 32486 (varsat-industri) R 32484 32486 32422 0 -1 4194304 1740 0 0 0 22219 2 0 0 25 0 1 0 1102576024 8720384 1725 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32486/statm: 2129 1725 111 221 0 1905 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 8516

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 32493
/proc/meminfo: memFree=835272/2055920 swapFree=4170584/4192956
[pid=32486] ppid=32484 vsize=9056 CPUtime=282.19
/proc/32486/stat : 32486 (varsat-industri) R 32484 32486 32422 0 -1 4194304 1881 0 0 0 28217 2 0 0 25 0 1 0 1102576024 9273344 1866 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32486/statm: 2264 1866 111 221 0 2040 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 9056

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 32493
/proc/meminfo: memFree=834696/2055920 swapFree=4170584/4192956
[pid=32486] ppid=32484 vsize=9600 CPUtime=342.17
/proc/32486/stat : 32486 (varsat-industri) R 32484 32486 32422 0 -1 4194304 2015 0 0 0 34215 2 0 0 25 0 1 0 1102576024 9830400 2000 1992294400 4194304 5102648 548682068784 18446744073709551615 4255187 0 0 4096 3 0 0 0 17 1 0 0
/proc/32486/statm: 2400 2000 111 221 0 2176 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 9600

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 32493
/proc/meminfo: memFree=834440/2055920 swapFree=4170584/4192956
[pid=32486] ppid=32484 vsize=9864 CPUtime=402.15
/proc/32486/stat : 32486 (varsat-industri) R 32484 32486 32422 0 -1 4194304 2072 0 0 0 40213 2 0 0 25 0 1 0 1102576024 10100736 2057 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32486/statm: 2466 2057 111 221 0 2242 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 9864

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 32493
/proc/meminfo: memFree=833800/2055920 swapFree=4170584/4192956
[pid=32486] ppid=32484 vsize=10608 CPUtime=462.13
/proc/32486/stat : 32486 (varsat-industri) R 32484 32486 32422 0 -1 4194304 2239 0 0 0 46210 3 0 0 25 0 1 0 1102576024 10862592 2224 1992294400 4194304 5102648 548682068784 18446744073709551615 4249787 0 0 4096 3 0 0 0 17 1 0 0
/proc/32486/statm: 2652 2224 111 221 0 2428 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 10608

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 32493
/proc/meminfo: memFree=833608/2055920 swapFree=4170584/4192956
[pid=32486] ppid=32484 vsize=10864 CPUtime=522.11
/proc/32486/stat : 32486 (varsat-industri) R 32484 32486 32422 0 -1 4194304 2319 0 0 0 52208 3 0 0 25 0 1 0 1102576024 11124736 2304 1992294400 4194304 5102648 548682068784 18446744073709551615 4249366 0 0 4096 3 0 0 0 17 1 0 0
/proc/32486/statm: 2716 2304 111 221 0 2492 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 10864

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 32493
/proc/meminfo: memFree=833224/2055920 swapFree=4170584/4192956
[pid=32486] ppid=32484 vsize=11276 CPUtime=582.1
/proc/32486/stat : 32486 (varsat-industri) R 32484 32486 32422 0 -1 4194304 2410 0 0 0 58206 4 0 0 25 0 1 0 1102576024 11546624 2395 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/32486/statm: 2819 2395 111 221 0 2595 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 11276

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 32493
/proc/meminfo: memFree=832840/2055920 swapFree=4170584/4192956
[pid=32486] ppid=32484 vsize=11564 CPUtime=642.08
/proc/32486/stat : 32486 (varsat-industri) R 32484 32486 32422 0 -1 4194304 2491 0 0 0 64204 4 0 0 25 0 1 0 1102576024 11841536 2476 1992294400 4194304 5102648 548682068784 18446744073709551615 4249840 0 0 4096 3 0 0 0 17 1 0 0
/proc/32486/statm: 2891 2476 111 221 0 2667 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 11564

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 32493
/proc/meminfo: memFree=832584/2055920 swapFree=4170584/4192956
[pid=32486] ppid=32484 vsize=11844 CPUtime=702.05
/proc/32486/stat : 32486 (varsat-industri) R 32484 32486 32422 0 -1 4194304 2553 0 0 0 70201 4 0 0 25 0 1 0 1102576024 12128256 2538 1992294400 4194304 5102648 548682068784 18446744073709551615 4249772 0 0 4096 3 0 0 0 17 1 0 0
/proc/32486/statm: 2961 2538 111 221 0 2737 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 11844

[startup+762.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 32493
/proc/meminfo: memFree=832328/2055920 swapFree=4170584/4192956
[pid=32486] ppid=32484 vsize=12120 CPUtime=762.03
/proc/32486/stat : 32486 (varsat-industri) R 32484 32486 32422 0 -1 4194304 2618 0 0 0 76199 4 0 0 25 0 1 0 1102576024 12410880 2603 1992294400 4194304 5102648 548682068784 18446744073709551615 4248910 0 0 4096 3 0 0 0 17 1 0 0
/proc/32486/statm: 3030 2603 111 221 0 2806 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 12120

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 32493
/proc/meminfo: memFree=832136/2055920 swapFree=4170584/4192956
[pid=32486] ppid=32484 vsize=12400 CPUtime=822.01
/proc/32486/stat : 32486 (varsat-industri) R 32484 32486 32422 0 -1 4194304 2676 0 0 0 82196 5 0 0 25 0 1 0 1102576024 12697600 2661 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32486/statm: 3100 2661 111 221 0 2876 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 12400

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 32493
/proc/meminfo: memFree=831880/2055920 swapFree=4170584/4192956
[pid=32486] ppid=32484 vsize=12664 CPUtime=881.99
/proc/32486/stat : 32486 (varsat-industri) R 32484 32486 32422 0 -1 4194304 2735 0 0 0 88194 5 0 0 25 0 1 0 1102576024 12967936 2720 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/32486/statm: 3166 2720 111 221 0 2942 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 12664

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 32493
/proc/meminfo: memFree=831752/2055920 swapFree=4170584/4192956
[pid=32486] ppid=32484 vsize=12812 CPUtime=941.97
/proc/32486/stat : 32486 (varsat-industri) R 32484 32486 32422 0 -1 4194304 2762 0 0 0 94192 5 0 0 25 0 1 0 1102576024 13119488 2747 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32486/statm: 3203 2747 111 221 0 2979 0
Current children cumulated CPU time (s) 941.97
Current children cumulated vsize (KiB) 12812

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 32493
/proc/meminfo: memFree=831560/2055920 swapFree=4170584/4192956
[pid=32486] ppid=32484 vsize=12948 CPUtime=1001.96
/proc/32486/stat : 32486 (varsat-industri) R 32484 32486 32422 0 -1 4194304 2807 0 0 0 100190 6 0 0 25 0 1 0 1102576024 13258752 2792 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32486/statm: 3237 2792 111 221 0 3013 0
Current children cumulated CPU time (s) 1001.96
Current children cumulated vsize (KiB) 12948

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 32493
/proc/meminfo: memFree=831368/2055920 swapFree=4170584/4192956
[pid=32486] ppid=32484 vsize=13228 CPUtime=1061.93
/proc/32486/stat : 32486 (varsat-industri) R 32484 32486 32422 0 -1 4194304 2883 0 0 0 106187 6 0 0 25 0 1 0 1102576024 13545472 2868 1992294400 4194304 5102648 548682068784 18446744073709551615 4254501 0 0 4096 3 0 0 0 17 1 0 0
/proc/32486/statm: 3307 2868 111 221 0 3083 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 13228

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 32493
/proc/meminfo: memFree=830792/2055920 swapFree=4170584/4192956
[pid=32486] ppid=32484 vsize=13800 CPUtime=1121.91
/proc/32486/stat : 32486 (varsat-industri) R 32484 32486 32422 0 -1 4194304 3022 0 0 0 112185 6 0 0 25 0 1 0 1102576024 14131200 3007 1992294400 4194304 5102648 548682068784 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/32486/statm: 3450 3007 111 221 0 3226 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 13800

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 32493
/proc/meminfo: memFree=830664/2055920 swapFree=4170584/4192956
[pid=32486] ppid=32484 vsize=13940 CPUtime=1181.89
/proc/32486/stat : 32486 (varsat-industri) R 32484 32486 32422 0 -1 4194304 3045 0 0 0 118183 6 0 0 25 0 1 0 1102576024 14274560 3030 1992294400 4194304 5102648 548682068784 18446744073709551615 4244345 0 0 4096 3 0 0 0 17 1 0 0
/proc/32486/statm: 3485 3030 111 221 0 3261 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 13940



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 32493
/proc/meminfo: memFree=830536/2055920 swapFree=4170584/4192956
[pid=32486] ppid=32484 vsize=14072 CPUtime=1200.09
/proc/32486/stat : 32486 (varsat-industri) R 32484 32486 32422 0 -1 4194304 3075 0 0 0 120003 6 0 0 25 0 1 0 1102576024 14409728 3060 1992294400 4194304 5102648 548682068784 18446744073709551615 4249867 0 0 4096 3 0 0 0 17 1 0 0
/proc/32486/statm: 3518 3060 111 221 0 3294 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 14072

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 32493
/proc/meminfo: memFree=830536/2055920 swapFree=4170584/4192956
[pid=32486] ppid=32484 vsize=14072 CPUtime=1200.09
/proc/32486/stat : 32486 (varsat-industri) R 32484 32486 32422 0 -1 4194304 3075 0 0 0 120003 6 0 0 25 0 1 0 1102576024 14409728 3060 1992294400 4194304 5102648 548682068784 18446744073709551615 4249867 0 0 4096 3 0 0 0 17 1 0 0
/proc/32486/statm: 3518 3060 111 221 0 3294 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 14072

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.1
CPU user time (s): 1200.03
CPU system time (s): 0.070989
CPU usage (%): 99.9662
Max. virtual memory (cumulated for all children) (KiB): 14072

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

runsolver used 1.12183 second user time and 3.2595 second system time

The end

Launcher Data

Begin job on node45 at 2009-03-29 05:58:54
IDJOB=1518400
IDBENCH=70676
IDSOLVER=538
FILE ID=node45/1518400-1238299134
PBS_JOBID= 9061023
Free space on /tmp= 66348 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/SATISFIABLE/560/unif-k3-r4.25-v560-c2380-S889538696-070.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1518400-1238299134/watcher-1518400-1238299134 -o /tmp/evaluation-result-1518400-1238299134/solver-1518400-1238299134 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=1116925403 HOME/instance-1518400-1238299134.cnf

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

MD5SUM BENCH= 638869086f20650eb09f2e935bdc737c
RANDOM SEED=1116925403

node45.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.285
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.285
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:        843184 kB
Buffers:         97612 kB
Cached:        1010152 kB
SwapCached:      11516 kB
Active:         205492 kB
Inactive:       915196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        843184 kB
SwapTotal:     4192956 kB
SwapFree:      4170584 kB
Dirty:            1048 kB
Writeback:           0 kB
Mapped:          18624 kB
Slab:            77416 kB
Committed_AS:  2506128 kB
PageTables:       1900 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= 66348 MiB
End job on node45 at 2009-03-29 06:18:56