Trace number 1516384

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.41

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/SATISFIABLE/70/
unif-k7-r89-v70-c6230-S512486692-050.cnf
MD5SUM751cca0f1a9f3ec1e9287cb296cf29d5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.430934
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses6230
Sum of the clauses size43610
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 56230

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  70                                                   |
0.00/0.00	c |  Number of clauses:    6230                                                 |
0.00/0.01	c |  Parsing time:         0.01         s                                       |
0.00/0.01	c |  Timeout:              43200 s
0.00/0.01	c |  Random Seed:          801679406.000000
0.00/0.01	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.00/0.01	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.01	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.01	c |                                                                             |
0.09/0.15	c ============================[ Search Statistics ]==============================
0.09/0.15	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.15	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.15	c ===============================================================================
0.09/0.15	c |         0 |      70     6230    43610 |     2076        0    nan |  0.000 % |
0.09/0.18	c |       100 |      70     6230    43610 |     2284      100     26 |  0.021 % |
0.19/0.21	c |       250 |      70     6230    43610 |     2512      250     25 |  0.021 % |
0.19/0.24	c |       477 |      70     6230    43610 |     2764      477     24 |  0.021 % |
0.19/0.27	c |       814 |      70     6230    43610 |     3040      814     25 |  0.021 % |
0.29/0.32	c |      1322 |      70     6230    43610 |     3344     1322     24 |  0.021 % |
0.29/0.37	c |      2082 |      70     6230    43610 |     3678     2082     24 |  0.021 % |
0.39/0.45	c |      3221 |      70     6230    43610 |     4046     3221     25 |  0.021 % |
0.49/0.58	c |      4930 |      70     6230    43610 |     4451     2894     25 |  0.021 % |
0.69/0.76	c |      7493 |      70     6230    43610 |     4896     3215     24 |  0.021 % |
1.00/1.01	c |     11337 |      70     6230    43610 |     5386     4595     24 |  0.021 % |
1.39/1.41	c |     17103 |      70     6230    43610 |     5924     4942     24 |  0.021 % |
1.99/2.00	c |     25752 |      70     6230    43610 |     6517     4663     23 |  0.021 % |
2.89/2.95	c |     38726 |      70     6230    43610 |     7169     4544     23 |  0.021 % |
4.29/4.39	c |     58187 |      70     6230    43610 |     7886     6000     23 |  0.021 % |
6.59/6.64	c |     87379 |      70     6230    43610 |     8674     7478     24 |  0.021 % |
10.08/10.17	c |    131168 |      70     6230    43610 |     9542     7746     24 |  0.021 % |
15.58/15.68	c |    196852 |      70     6230    43610 |    10496     6432     23 |  0.021 % |
24.08/24.18	c |    295378 |      70     6230    43610 |    11546    10232     23 |  0.021 % |
38.07/38.11	c |    443168 |      70     6230    43610 |    12700     7542     23 |  0.021 % |
60.77/60.90	c |    664852 |      70     6230    43610 |    13970     6453     23 |  0.021 % |
97.36/97.49	c |    997379 |      70     6230    43610 |    15367    10027     22 |  0.021 % |
156.15/156.25	c |   1496167 |      70     6230    43610 |    16904     8476     22 |  0.021 % |
251.42/251.53	c |   2244349 |      70     6230    43610 |    18595    11638     22 |  0.021 % |
406.67/406.88	c |   3366623 |      70     6230    43610 |    20454    16558     22 |  0.021 % |
657.40/657.66	c |   5050034 |      70     6230    43610 |    22500    10287     22 |  0.021 % |
1080.98/1081.38	c |   7575150 |      70     6230    43610 |    24750    12146     21 |  0.021 % |

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-1516384-1238268728/watcher-1516384-1238268728 -o /tmp/evaluation-result-1516384-1238268728/solver-1516384-1238268728 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=801679406 HOME/instance-1516384-1238268728.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.97 0.97 3/64 3341
/proc/meminfo: memFree=836712/2055920 swapFree=4181692/4192956
[pid=3341] ppid=3339 vsize=2544 CPUtime=0
/proc/3341/stat : 3341 (varsat-industri) R 3339 3341 3249 0 -1 4194304 269 0 0 0 0 0 0 0 18 0 1 0 271074178 2605056 254 1992294400 4194304 5102648 548682068784 18446744073709551615 4516169 0 0 4096 3 0 0 0 17 1 0 0
/proc/3341/statm: 636 255 87 221 0 412 0

[startup+0.060019 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 3341
/proc/meminfo: memFree=836712/2055920 swapFree=4181692/4192956
[pid=3341] ppid=3339 vsize=3628 CPUtime=0.05
/proc/3341/stat : 3341 (varsat-industri) R 3339 3341 3249 0 -1 4194304 555 0 0 0 5 0 0 0 18 0 1 0 271074178 3715072 540 1992294400 4194304 5102648 548682068784 18446744073709551615 4273072 0 0 4096 3 0 0 0 17 1 0 0
/proc/3341/statm: 907 540 98 221 0 683 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 3628

[startup+0.101024 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 3341
/proc/meminfo: memFree=836712/2055920 swapFree=4181692/4192956
[pid=3341] ppid=3339 vsize=3832 CPUtime=0.09
/proc/3341/stat : 3341 (varsat-industri) R 3339 3341 3249 0 -1 4194304 583 0 0 0 9 0 0 0 18 0 1 0 271074178 3923968 568 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/3341/statm: 958 568 98 221 0 734 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3832

[startup+0.301046 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 3341
/proc/meminfo: memFree=836712/2055920 swapFree=4181692/4192956
[pid=3341] ppid=3339 vsize=3736 CPUtime=0.29
/proc/3341/stat : 3341 (varsat-industri) R 3339 3341 3249 0 -1 4194304 595 0 0 0 29 0 0 0 19 0 1 0 271074178 3825664 579 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/3341/statm: 934 579 110 221 0 710 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3736

[startup+0.701089 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 3341
/proc/meminfo: memFree=836712/2055920 swapFree=4181692/4192956
[pid=3341] ppid=3339 vsize=3868 CPUtime=0.69
/proc/3341/stat : 3341 (varsat-industri) R 3339 3341 3249 0 -1 4194304 633 0 0 0 69 0 0 0 22 0 1 0 271074178 3960832 617 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/3341/statm: 967 617 110 221 0 743 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3868

[startup+1.50118 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 3342
/proc/meminfo: memFree=834464/2055920 swapFree=4181692/4192956
[pid=3341] ppid=3339 vsize=4308 CPUtime=1.49
/proc/3341/stat : 3341 (varsat-industri) R 3339 3341 3249 0 -1 4194304 742 0 0 0 149 0 0 0 25 0 1 0 271074178 4411392 726 1992294400 4194304 5102648 548682068784 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/3341/statm: 1077 726 110 221 0 853 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4308

[startup+3.10235 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 3342
/proc/meminfo: memFree=833824/2055920 swapFree=4181692/4192956
[pid=3341] ppid=3339 vsize=4844 CPUtime=3.09
/proc/3341/stat : 3341 (varsat-industri) R 3339 3341 3249 0 -1 4194304 856 0 0 0 309 0 0 0 25 0 1 0 271074178 4960256 840 1992294400 4194304 5102648 548682068784 18446744073709551615 4249806 0 0 4096 3 0 0 0 17 1 0 0
/proc/3341/statm: 1211 840 110 221 0 987 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4844

[startup+6.30171 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 3342
/proc/meminfo: memFree=833120/2055920 swapFree=4181692/4192956
[pid=3341] ppid=3339 vsize=5268 CPUtime=6.29
/proc/3341/stat : 3341 (varsat-industri) R 3339 3341 3249 0 -1 4194304 965 0 0 0 629 0 0 0 25 0 1 0 271074178 5394432 949 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/3341/statm: 1317 949 110 221 0 1093 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5268

[startup+12.7014 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 3342
/proc/meminfo: memFree=832288/2055920 swapFree=4181692/4192956
[pid=3341] ppid=3339 vsize=6040 CPUtime=12.68
/proc/3341/stat : 3341 (varsat-industri) R 3339 3341 3249 0 -1 4194304 1146 0 0 0 1268 0 0 0 25 0 1 0 271074178 6184960 1130 1992294400 4194304 5102648 548682068784 18446744073709551615 4249753 0 0 4096 3 0 0 0 17 1 0 0
/proc/3341/statm: 1510 1130 110 221 0 1286 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 6040

[startup+25.5018 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 3342
/proc/meminfo: memFree=831584/2055920 swapFree=4181692/4192956
[pid=3341] ppid=3339 vsize=6824 CPUtime=25.48
/proc/3341/stat : 3341 (varsat-industri) R 3339 3341 3249 0 -1 4194304 1324 0 0 0 2548 0 0 0 25 0 1 0 271074178 6987776 1308 1992294400 4194304 5102648 548682068784 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/3341/statm: 1706 1308 110 221 0 1482 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 6824

[startup+51.1017 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 3342
/proc/meminfo: memFree=830624/2055920 swapFree=4181692/4192956
[pid=3341] ppid=3339 vsize=7788 CPUtime=51.08
/proc/3341/stat : 3341 (varsat-industri) R 3339 3341 3249 0 -1 4194304 1545 0 0 0 5107 1 0 0 25 0 1 0 271074178 7974912 1529 1992294400 4194304 5102648 548682068784 18446744073709551615 4255087 0 0 4096 3 0 0 0 17 1 0 0
/proc/3341/statm: 1947 1529 110 221 0 1723 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 7788

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 3342
/proc/meminfo: memFree=829472/2055920 swapFree=4181692/4192956
[pid=3341] ppid=3339 vsize=9224 CPUtime=102.26
/proc/3341/stat : 3341 (varsat-industri) R 3339 3341 3249 0 -1 4194304 1843 0 0 0 10225 1 0 0 25 0 1 0 271074178 9445376 1827 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/3341/statm: 2306 1827 110 221 0 2082 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 9224

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 3342
/proc/meminfo: memFree=828448/2055920 swapFree=4181692/4192956
[pid=3341] ppid=3339 vsize=10204 CPUtime=162.24
/proc/3341/stat : 3341 (varsat-industri) R 3339 3341 3249 0 -1 4194304 2088 0 0 0 16223 1 0 0 25 0 1 0 271074178 10448896 2072 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/3341/statm: 2551 2072 110 221 0 2327 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 10204

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 3342
/proc/meminfo: memFree=828000/2055920 swapFree=4181692/4192956
[pid=3341] ppid=3339 vsize=10520 CPUtime=222.23
/proc/3341/stat : 3341 (varsat-industri) R 3339 3341 3249 0 -1 4194304 2175 0 0 0 22221 2 0 0 25 0 1 0 271074178 10772480 2159 1992294400 4194304 5102648 548682068784 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/3341/statm: 2630 2159 110 221 0 2406 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 10520

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 3342
/proc/meminfo: memFree=827168/2055920 swapFree=4181692/4192956
[pid=3341] ppid=3339 vsize=11476 CPUtime=282.21
/proc/3341/stat : 3341 (varsat-industri) R 3339 3341 3249 0 -1 4194304 2375 0 0 0 28219 2 0 0 25 0 1 0 271074178 11751424 2359 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/3341/statm: 2869 2359 110 221 0 2645 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 11476

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 3342
/proc/meminfo: memFree=826720/2055920 swapFree=4181692/4192956
[pid=3341] ppid=3339 vsize=11856 CPUtime=342.19
/proc/3341/stat : 3341 (varsat-industri) R 3339 3341 3249 0 -1 4194304 2490 0 0 0 34217 2 0 0 25 0 1 0 271074178 12140544 2474 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/3341/statm: 2964 2474 110 221 0 2740 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 11856

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 3342
/proc/meminfo: memFree=826208/2055920 swapFree=4181692/4192956
[pid=3341] ppid=3339 vsize=12424 CPUtime=402.17
/proc/3341/stat : 3341 (varsat-industri) R 3339 3341 3249 0 -1 4194304 2607 0 0 0 40215 2 0 0 25 0 1 0 271074178 12722176 2591 1992294400 4194304 5102648 548682068784 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/3341/statm: 3106 2591 110 221 0 2882 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 12424

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 3342
/proc/meminfo: memFree=825824/2055920 swapFree=4181692/4192956
[pid=3341] ppid=3339 vsize=12804 CPUtime=462.15
/proc/3341/stat : 3341 (varsat-industri) R 3339 3341 3249 0 -1 4194304 2699 0 0 0 46213 2 0 0 25 0 1 0 271074178 13111296 2683 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/3341/statm: 3201 2683 110 221 0 2977 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 12804

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 3344
/proc/meminfo: memFree=825504/2055920 swapFree=4181692/4192956
[pid=3341] ppid=3339 vsize=12992 CPUtime=522.14
/proc/3341/stat : 3341 (varsat-industri) R 3339 3341 3249 0 -1 4194304 2749 0 0 0 52212 2 0 0 25 0 1 0 271074178 13303808 2733 1992294400 4194304 5102648 548682068784 18446744073709551615 4225758 0 0 4096 3 0 0 0 17 1 0 0
/proc/3341/statm: 3248 2733 110 221 0 3024 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 12992

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 3344
/proc/meminfo: memFree=825568/2055920 swapFree=4181692/4192956
[pid=3341] ppid=3339 vsize=12992 CPUtime=582.12
/proc/3341/stat : 3341 (varsat-industri) R 3339 3341 3249 0 -1 4194304 2755 0 0 0 58210 2 0 0 25 0 1 0 271074178 13303808 2739 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/3341/statm: 3248 2739 110 221 0 3024 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 12992

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 3344
/proc/meminfo: memFree=825504/2055920 swapFree=4181692/4192956
[pid=3341] ppid=3339 vsize=13184 CPUtime=642.1
/proc/3341/stat : 3341 (varsat-industri) R 3339 3341 3249 0 -1 4194304 2782 0 0 0 64208 2 0 0 25 0 1 0 271074178 13500416 2766 1992294400 4194304 5102648 548682068784 18446744073709551615 4249948 0 0 4096 3 0 0 0 17 1 0 0
/proc/3341/statm: 3296 2766 110 221 0 3072 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 13184

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 3344
/proc/meminfo: memFree=825184/2055920 swapFree=4181692/4192956
[pid=3341] ppid=3339 vsize=13372 CPUtime=702.08
/proc/3341/stat : 3341 (varsat-industri) R 3339 3341 3249 0 -1 4194304 2864 0 0 0 70206 2 0 0 25 0 1 0 271074178 13692928 2848 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/3341/statm: 3343 2848 110 221 0 3119 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 13372

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 3344
/proc/meminfo: memFree=824736/2055920 swapFree=4181692/4192956
[pid=3341] ppid=3339 vsize=13940 CPUtime=762.07
/proc/3341/stat : 3341 (varsat-industri) R 3339 3341 3249 0 -1 4194304 2965 0 0 0 76204 3 0 0 25 0 1 0 271074178 14274560 2949 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/3341/statm: 3485 2949 110 221 0 3261 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 13940

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 3344
/proc/meminfo: memFree=824480/2055920 swapFree=4181692/4192956
[pid=3341] ppid=3339 vsize=14132 CPUtime=822.05
/proc/3341/stat : 3341 (varsat-industri) R 3339 3341 3249 0 -1 4194304 3032 0 0 0 82202 3 0 0 25 0 1 0 271074178 14471168 3016 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/3341/statm: 3533 3016 110 221 0 3309 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 14132

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 3344
/proc/meminfo: memFree=824352/2055920 swapFree=4181692/4192956
[pid=3341] ppid=3339 vsize=14320 CPUtime=882.03
/proc/3341/stat : 3341 (varsat-industri) R 3339 3341 3249 0 -1 4194304 3067 0 0 0 88200 3 0 0 25 0 1 0 271074178 14663680 3051 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/3341/statm: 3580 3051 110 221 0 3356 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 14320

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 3344
/proc/meminfo: memFree=824288/2055920 swapFree=4181692/4192956
[pid=3341] ppid=3339 vsize=14320 CPUtime=942.01
/proc/3341/stat : 3341 (varsat-industri) R 3339 3341 3249 0 -1 4194304 3075 0 0 0 94198 3 0 0 25 0 1 0 271074178 14663680 3059 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/3341/statm: 3580 3059 110 221 0 3356 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 14320

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 3344
/proc/meminfo: memFree=824160/2055920 swapFree=4181692/4192956
[pid=3341] ppid=3339 vsize=14320 CPUtime=1002
/proc/3341/stat : 3341 (varsat-industri) R 3339 3341 3249 0 -1 4194304 3101 0 0 0 100197 3 0 0 25 0 1 0 271074178 14663680 3085 1992294400 4194304 5102648 548682068784 18446744073709551615 4249970 0 0 4096 3 0 0 0 17 1 0 0
/proc/3341/statm: 3580 3085 110 221 0 3356 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 14320

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 3344
/proc/meminfo: memFree=824160/2055920 swapFree=4181692/4192956
[pid=3341] ppid=3339 vsize=14320 CPUtime=1061.98
/proc/3341/stat : 3341 (varsat-industri) R 3339 3341 3249 0 -1 4194304 3103 0 0 0 106195 3 0 0 25 0 1 0 271074178 14663680 3087 1992294400 4194304 5102648 548682068784 18446744073709551615 4249849 0 0 4096 3 0 0 0 17 1 0 0
/proc/3341/statm: 3580 3087 110 221 0 3356 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 14320

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 3344
/proc/meminfo: memFree=823968/2055920 swapFree=4181692/4192956
[pid=3341] ppid=3339 vsize=14464 CPUtime=1121.96
/proc/3341/stat : 3341 (varsat-industri) R 3339 3341 3249 0 -1 4194304 3152 0 0 0 112193 3 0 0 25 0 1 0 271074178 14811136 3136 1992294400 4194304 5102648 548682068784 18446744073709551615 4225392 0 0 4096 3 0 0 0 17 1 0 0
/proc/3341/statm: 3616 3136 110 221 0 3392 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 14464

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 3344
/proc/meminfo: memFree=823712/2055920 swapFree=4181692/4192956
[pid=3341] ppid=3339 vsize=14800 CPUtime=1181.95
/proc/3341/stat : 3341 (varsat-industri) R 3339 3341 3249 0 -1 4194304 3201 0 0 0 118191 4 0 0 25 0 1 0 271074178 15155200 3185 1992294400 4194304 5102648 548682068784 18446744073709551615 4249675 0 0 4096 3 0 0 0 17 1 0 0
/proc/3341/statm: 3700 3185 110 221 0 3476 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 14800



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 3344
/proc/meminfo: memFree=823776/2055920 swapFree=4181692/4192956
[pid=3341] ppid=3339 vsize=14800 CPUtime=1200.05
/proc/3341/stat : 3341 (varsat-industri) R 3339 3341 3249 0 -1 4194304 3204 0 0 0 120001 4 0 0 25 0 1 0 271074178 15155200 3188 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/3341/statm: 3700 3188 110 221 0 3476 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 14800

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.06
CPU user time (s): 1200.02
CPU system time (s): 0.043993
CPU usage (%): 99.9709
Max. virtual memory (cumulated for all children) (KiB): 14800

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

runsolver used 0.760884 second user time and 2.58561 second system time

The end

Launcher Data

Begin job on node42 at 2009-03-28 20:32:08
IDJOB=1516384
IDBENCH=70508
IDSOLVER=538
FILE ID=node42/1516384-1238268728
PBS_JOBID= 9060845
Free space on /tmp= 66240 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/SATISFIABLE/70/unif-k7-r89-v70-c6230-S512486692-050.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1516384-1238268728/watcher-1516384-1238268728 -o /tmp/evaluation-result-1516384-1238268728/solver-1516384-1238268728 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=801679406 HOME/instance-1516384-1238268728.cnf

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

MD5SUM BENCH= 751cca0f1a9f3ec1e9287cb296cf29d5
RANDOM SEED=801679406

node42.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.211
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.211
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:        837128 kB
Buffers:         98876 kB
Cached:        1021340 kB
SwapCached:       5184 kB
Active:         152488 kB
Inactive:       976220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        837128 kB
SwapTotal:     4192956 kB
SwapFree:      4181692 kB
Dirty:            1168 kB
Writeback:           0 kB
Mapped:          14212 kB
Slab:            76064 kB
Committed_AS:   826724 kB
PageTables:       1388 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= 66240 MiB
End job on node42 at 2009-03-28 20:52:10