Trace number 1785400

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) 5000.09 5002.24

General information on the benchmark

NameCRAFTED/edgematching/
compact/em_9_3_5_cmp.cnf
MD5SUMb2b9255b6dd854658cbd4bd594382e55
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables3857
Number of clauses39932
Sum of the clauses size134967
Maximum clause length49
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24591
Number of clauses of size 326002
Number of clauses of size 44516
Number of clauses of size 54669
Number of clauses of size over 5154

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  3857                                                 |
0.00/0.00	c |  Number of clauses:    39932                                                |
0.00/0.05	c |  Parsing time:         0.04         s                                       |
0.00/0.05	c |  Timeout:              43200 s
0.00/0.05	c |  Random Seed:          1150730077.000000
0.00/0.05	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.00/0.05	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.05	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.05	c |                                                                             |
0.09/0.12	c ============================[ Search Statistics ]==============================
0.09/0.12	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.12	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.12	c ===============================================================================
0.09/0.12	c |         0 |    3853    37678   128215 |    12559        0    nan |  0.000 % |
0.19/0.20	c |       100 |    3830    37678   128215 |    13815       97     20 |  1.167 % |
0.19/0.27	c |       253 |    3806    37678   128215 |    15196      249     31 |  1.556 % |
0.29/0.35	c |       479 |    3798    37678   128215 |    16716      474     60 |  1.945 % |
0.39/0.43	c |       816 |    3769    37678   128215 |    18388      809     63 |  2.722 % |
0.49/0.53	c |      1324 |    3752    37678   128215 |    20226     1317     56 |  2.723 % |
0.59/0.66	c |      2083 |    3748    37313   127485 |    22249     2074     65 |  2.723 % |
0.79/0.82	c |      3225 |    3733    37313   127485 |    24474     3215     62 |  3.111 % |
1.00/1.05	c |      4933 |    3733    37258   127375 |    26922     4923     64 |  3.111 % |
1.39/1.45	c |      7495 |    3732    37254   127367 |    29614     7484     52 |  3.137 % |
1.99/2.07	c |     11339 |    3732    37254   127367 |    32575    11328     46 |  3.137 % |
2.99/3.01	c |     17105 |    3730    37250   127359 |    35833    17092     62 |  3.189 % |
4.79/4.85	c |     25754 |    3730    37250   127359 |    39416    25741     58 |  3.189 % |
9.59/9.66	c |     38728 |    3730    37246   127351 |    43358    38710     54 |  3.189 % |
15.38/15.43	c |     58189 |    3730    37246   127351 |    47694    31395     87 |  3.189 % |
27.08/27.10	c |     87381 |    3730    37246   127351 |    52463    26064    111 |  3.189 % |
46.37/46.49	c |    131174 |    3729    37242   127343 |    57709    29462    136 |  3.215 % |
77.76/77.83	c |    196858 |    3729    37242   127343 |    63480    53593     85 |  3.215 % |
142.43/142.55	c |    295384 |    3729    37242   127343 |    69828    59761    160 |  3.215 % |
228.59/228.72	c |    443174 |    3729    37242   127343 |    76811    47934    100 |  3.215 % |
442.49/442.75	c |    664857 |    3729    37242   127343 |    84492    20191    106 |  3.215 % |
819.64/820.02	c |    997385 |    3729    37242   127343 |    92942    78152    191 |  3.215 % |
1430.87/1431.51	c |   1496173 |    3729    37242   127343 |   102236    43164    171 |  3.215 % |
2342.97/2344.05	c |   2244358 |    3729    37242   127343 |   112460    68822    129 |  3.215 % |
4000.28/4002.05	c |   3366632 |    3729    37242   127343 |   123706    80531    142 |  3.215 % |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1785400-1241910072/watcher-1785400-1241910072 -o /tmp/evaluation-result-1785400-1241910072/solver-1785400-1241910072 -C 5000 -W 6000 -M 1800 HOME/varsat-industrial_static -seed=1150730077 HOME/instance-1785400-1241910072.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 356
/proc/meminfo: memFree=1718448/2055920 swapFree=4067112/4192956
[pid=356] ppid=354 vsize=3040 CPUtime=0
/proc/356/stat : 356 (varsat-industri) R 354 356 32625 0 -1 4194304 537 0 0 0 0 0 0 0 18 0 1 0 219034949 3112960 522 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 0 0 0
/proc/356/statm: 760 525 87 221 0 536 0

[startup+0.00913699 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 356
/proc/meminfo: memFree=1718448/2055920 swapFree=4067112/4192956
[pid=356] ppid=354 vsize=3752 CPUtime=0
/proc/356/stat : 356 (varsat-industri) R 354 356 32625 0 -1 4194304 691 0 0 0 0 0 0 0 18 0 1 0 219034949 3842048 676 1992294400 4194304 5102648 548682068784 18446744073709551615 4263318 0 0 4096 3 0 0 0 17 0 0 0
/proc/356/statm: 938 676 87 221 0 714 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 3752

[startup+0.101136 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 356
/proc/meminfo: memFree=1718448/2055920 swapFree=4067112/4192956
[pid=356] ppid=354 vsize=9104 CPUtime=0.09
/proc/356/stat : 356 (varsat-industri) R 354 356 32625 0 -1 4194304 2016 0 0 0 8 1 0 0 18 0 1 0 219034949 9322496 2001 1992294400 4194304 5102648 548682068784 18446744073709551615 4266490 0 0 4096 3 0 0 0 17 0 0 0
/proc/356/statm: 2276 2001 99 221 0 2052 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9104

[startup+0.301156 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 356
/proc/meminfo: memFree=1718448/2055920 swapFree=4067112/4192956
[pid=356] ppid=354 vsize=8380 CPUtime=0.29
/proc/356/stat : 356 (varsat-industri) R 354 356 32625 0 -1 4194304 2033 0 0 0 28 1 0 0 19 0 1 0 219034949 8581120 1866 1992294400 4194304 5102648 548682068784 18446744073709551615 4214156 0 0 4096 3 0 0 0 17 0 0 0
/proc/356/statm: 2095 1866 115 221 0 1871 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8380

[startup+0.701192 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 356
/proc/meminfo: memFree=1718448/2055920 swapFree=4067112/4192956
[pid=356] ppid=354 vsize=8380 CPUtime=0.69
/proc/356/stat : 356 (varsat-industri) R 354 356 32625 0 -1 4194304 2034 0 0 0 68 1 0 0 23 0 1 0 219034949 8581120 1867 1992294400 4194304 5102648 548682068784 18446744073709551615 4213965 0 0 4096 3 0 0 0 17 0 0 0
/proc/356/statm: 2095 1867 115 221 0 1871 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8380

[startup+1.50127 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 357
/proc/meminfo: memFree=1711016/2055920 swapFree=4067112/4192956
[pid=356] ppid=354 vsize=9568 CPUtime=1.49
/proc/356/stat : 356 (varsat-industri) R 354 356 32625 0 -1 4194304 2334 0 0 0 148 1 0 0 25 0 1 0 219034949 9797632 2167 1992294400 4194304 5102648 548682068784 18446744073709551615 4213860 0 0 4096 3 0 0 0 17 0 0 0
/proc/356/statm: 2392 2167 115 221 0 2168 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9568

[startup+3.10142 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 357
/proc/meminfo: memFree=1709096/2055920 swapFree=4067112/4192956
[pid=356] ppid=354 vsize=13764 CPUtime=3.09
/proc/356/stat : 356 (varsat-industri) R 354 356 32625 0 -1 4194304 3382 0 0 0 307 2 0 0 25 0 1 0 219034949 14094336 3215 1992294400 4194304 5102648 548682068784 18446744073709551615 4492085 0 0 4096 3 0 0 0 17 0 0 0
/proc/356/statm: 3441 3215 115 221 0 3217 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13764

[startup+6.30171 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 357
/proc/meminfo: memFree=1702696/2055920 swapFree=4067112/4192956
[pid=356] ppid=354 vsize=17428 CPUtime=6.29
/proc/356/stat : 356 (varsat-industri) R 354 356 32625 0 -1 4194304 4297 0 0 0 626 3 0 0 25 0 1 0 219034949 17846272 4130 1992294400 4194304 5102648 548682068784 18446744073709551615 4249840 0 0 4096 3 0 0 0 17 0 0 0
/proc/356/statm: 4357 4130 115 221 0 4133 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17428

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 357
/proc/meminfo: memFree=1695784/2055920 swapFree=4067112/4192956
[pid=356] ppid=354 vsize=23704 CPUtime=12.68
/proc/356/stat : 356 (varsat-industri) R 354 356 32625 0 -1 4194304 5846 0 0 0 1264 4 0 0 25 0 1 0 219034949 24272896 5679 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 0 0 0
/proc/356/statm: 5926 5679 115 221 0 5702 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 23704

[startup+25.5025 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 357
/proc/meminfo: memFree=1686952/2055920 swapFree=4067112/4192956
[pid=356] ppid=354 vsize=32660 CPUtime=25.48
/proc/356/stat : 356 (varsat-industri) R 354 356 32625 0 -1 4194304 8093 0 0 0 2542 6 0 0 25 0 1 0 219034949 33443840 7926 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/356/statm: 8165 7926 115 221 0 7941 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 32660

[startup+51.1029 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 357
/proc/meminfo: memFree=1677416/2055920 swapFree=4067112/4192956
[pid=356] ppid=354 vsize=42256 CPUtime=51.07
/proc/356/stat : 356 (varsat-industri) R 354 356 32625 0 -1 4194304 10469 0 0 0 5099 8 0 0 25 0 1 0 219034949 43270144 10302 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/356/statm: 10564 10302 115 221 0 10340 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 42256

[startup+102.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 357
/proc/meminfo: memFree=1671528/2055920 swapFree=4067112/4192956
[pid=356] ppid=354 vsize=48284 CPUtime=102.25
/proc/356/stat : 356 (varsat-industri) R 354 356 32625 0 -1 4194304 11902 0 0 0 10216 9 0 0 25 0 1 0 219034949 49442816 11735 1992294400 4194304 5102648 548682068784 18446744073709551615 4250181 0 0 4096 3 0 0 0 17 0 0 0
/proc/356/statm: 12071 11735 115 221 0 11847 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 48284

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 357
/proc/meminfo: memFree=1648360/2055920 swapFree=4067112/4192956
[pid=356] ppid=354 vsize=71876 CPUtime=162.22
/proc/356/stat : 356 (varsat-industri) R 354 356 32625 0 -1 4194304 17677 0 0 0 16208 14 0 0 25 0 1 0 219034949 73601024 17510 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/356/statm: 17969 17510 115 221 0 17745 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 71876

[startup+222.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 357
/proc/meminfo: memFree=1648296/2055920 swapFree=4067112/4192956
[pid=356] ppid=354 vsize=71876 CPUtime=222.19
/proc/356/stat : 356 (varsat-industri) R 354 356 32625 0 -1 4194304 17685 0 0 0 22205 14 0 0 25 0 1 0 219034949 73601024 17518 1992294400 4194304 5102648 548682068784 18446744073709551615 4249840 0 0 4096 3 0 0 0 17 0 0 0
/proc/356/statm: 17969 17518 115 221 0 17745 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 71876

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 357
/proc/meminfo: memFree=1648232/2055920 swapFree=4067112/4192956
[pid=356] ppid=354 vsize=71876 CPUtime=282.18
/proc/356/stat : 356 (varsat-industri) R 354 356 32625 0 -1 4194304 17708 0 0 0 28203 15 0 0 25 0 1 0 219034949 73601024 17541 1992294400 4194304 5102648 548682068784 18446744073709551615 4249776 0 0 4096 3 0 0 0 17 0 0 0
/proc/356/statm: 17969 17541 115 221 0 17745 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 71876

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 357
/proc/meminfo: memFree=1633064/2055920 swapFree=4067112/4192956
[pid=356] ppid=354 vsize=87408 CPUtime=342.16
/proc/356/stat : 356 (varsat-industri) R 354 356 32625 0 -1 4194304 21476 0 0 0 34198 18 0 0 25 0 1 0 219034949 89505792 21309 1992294400 4194304 5102648 548682068784 18446744073709551615 4249772 0 0 4096 3 0 0 0 17 0 0 0
/proc/356/statm: 21852 21309 115 221 0 21628 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 87408

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 357
/proc/meminfo: memFree=1626408/2055920 swapFree=4067112/4192956
[pid=356] ppid=354 vsize=94336 CPUtime=402.1
/proc/356/stat : 356 (varsat-industri) R 354 356 32625 0 -1 4194304 23132 0 0 0 40191 19 0 0 25 0 1 0 219034949 96600064 22965 1992294400 4194304 5102648 548682068784 18446744073709551615 4249855 0 0 4096 3 0 0 0 17 0 0 0
/proc/356/statm: 23584 22965 115 221 0 23360 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 94336

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 357
/proc/meminfo: memFree=1626344/2055920 swapFree=4067112/4192956
[pid=356] ppid=354 vsize=94336 CPUtime=462.08
/proc/356/stat : 356 (varsat-industri) R 354 356 32625 0 -1 4194304 23138 0 0 0 46189 19 0 0 25 0 1 0 219034949 96600064 22971 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/356/statm: 23584 22971 115 221 0 23360 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 94336

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 357
/proc/meminfo: memFree=1626280/2055920 swapFree=4067112/4192956
[pid=356] ppid=354 vsize=94336 CPUtime=522.06
/proc/356/stat : 356 (varsat-industri) R 354 356 32625 0 -1 4194304 23155 0 0 0 52187 19 0 0 25 0 1 0 219034949 96600064 22988 1992294400 4194304 5102648 548682068784 18446744073709551615 4255087 0 0 4096 3 0 0 0 17 0 0 0
/proc/356/statm: 23584 22988 115 221 0 23360 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 94336

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 357
/proc/meminfo: memFree=1626088/2055920 swapFree=4067112/4192956
[pid=356] ppid=354 vsize=94608 CPUtime=582.03
/proc/356/stat : 356 (varsat-industri) R 354 356 32625 0 -1 4194304 23195 0 0 0 58184 19 0 0 25 0 1 0 219034949 96878592 23028 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 0 0 0
/proc/356/statm: 23652 23028 115 221 0 23428 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 94608

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 357
/proc/meminfo: memFree=1611496/2055920 swapFree=4067112/4192956
[pid=356] ppid=354 vsize=109480 CPUtime=642.01
/proc/356/stat : 356 (varsat-industri) R 354 356 32625 0 -1 4194304 26835 0 0 0 64179 22 0 0 25 0 1 0 219034949 112107520 26668 1992294400 4194304 5102648 548682068784 18446744073709551615 4249872 0 0 4096 3 0 0 0 17 0 0 0
/proc/356/statm: 27370 26668 115 221 0 27146 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 109480

[startup+702.302 s]

################
# More data... #
################

[startup+4002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 365
/proc/meminfo: memFree=1544488/2055920 swapFree=4067112/4192956
[pid=356] ppid=354 vsize=178580 CPUtime=4000.58
/proc/356/stat : 356 (varsat-industri) R 354 356 32625 0 -1 4194304 43166 0 0 0 400018 40 0 0 25 0 1 0 219034949 182865920 42999 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/356/statm: 44645 42999 115 221 0 44421 0
Current children cumulated CPU time (s) 4000.58
Current children cumulated vsize (KiB) 178580

[startup+4062.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 365
/proc/meminfo: memFree=1544296/2055920 swapFree=4067112/4192956
[pid=356] ppid=354 vsize=178580 CPUtime=4060.57
/proc/356/stat : 356 (varsat-industri) R 354 356 32625 0 -1 4194304 43187 0 0 0 406017 40 0 0 25 0 1 0 219034949 182865920 43020 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 0 0 0
/proc/356/statm: 44645 43020 115 221 0 44421 0
Current children cumulated CPU time (s) 4060.57
Current children cumulated vsize (KiB) 178580

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 365
/proc/meminfo: memFree=1544232/2055920 swapFree=4067112/4192956
[pid=356] ppid=354 vsize=178580 CPUtime=4120.53
/proc/356/stat : 356 (varsat-industri) R 354 356 32625 0 -1 4194304 43188 0 0 0 412013 40 0 0 25 0 1 0 219034949 182865920 43021 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 0 0 0
/proc/356/statm: 44645 43021 115 221 0 44421 0
Current children cumulated CPU time (s) 4120.53
Current children cumulated vsize (KiB) 178580

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 365
/proc/meminfo: memFree=1544232/2055920 swapFree=4067112/4192956
[pid=356] ppid=354 vsize=178580 CPUtime=4180.5
/proc/356/stat : 356 (varsat-industri) R 354 356 32625 0 -1 4194304 43191 0 0 0 418010 40 0 0 25 0 1 0 219034949 182865920 43024 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 0 0 0
/proc/356/statm: 44645 43024 115 221 0 44421 0
Current children cumulated CPU time (s) 4180.5
Current children cumulated vsize (KiB) 178580

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 365
/proc/meminfo: memFree=1544232/2055920 swapFree=4067112/4192956
[pid=356] ppid=354 vsize=178580 CPUtime=4240.48
/proc/356/stat : 356 (varsat-industri) R 354 356 32625 0 -1 4194304 43193 0 0 0 424008 40 0 0 25 0 1 0 219034949 182865920 43026 1992294400 4194304 5102648 548682068784 18446744073709551615 4254538 0 0 4096 3 0 0 0 17 0 0 0
/proc/356/statm: 44645 43026 115 221 0 44421 0
Current children cumulated CPU time (s) 4240.48
Current children cumulated vsize (KiB) 178580

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 365
/proc/meminfo: memFree=1544232/2055920 swapFree=4067112/4192956
[pid=356] ppid=354 vsize=178580 CPUtime=4300.45
/proc/356/stat : 356 (varsat-industri) R 354 356 32625 0 -1 4194304 43195 0 0 0 430005 40 0 0 25 0 1 0 219034949 182865920 43028 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 0 0 0
/proc/356/statm: 44645 43028 115 221 0 44421 0
Current children cumulated CPU time (s) 4300.45
Current children cumulated vsize (KiB) 178580

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 365
/proc/meminfo: memFree=1544168/2055920 swapFree=4067112/4192956
[pid=356] ppid=354 vsize=178580 CPUtime=4360.42
/proc/356/stat : 356 (varsat-industri) R 354 356 32625 0 -1 4194304 43195 0 0 0 436002 40 0 0 25 0 1 0 219034949 182865920 43028 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 0 0 0
/proc/356/statm: 44645 43028 115 221 0 44421 0
Current children cumulated CPU time (s) 4360.42
Current children cumulated vsize (KiB) 178580

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 365
/proc/meminfo: memFree=1544168/2055920 swapFree=4067112/4192956
[pid=356] ppid=354 vsize=178580 CPUtime=4420.38
/proc/356/stat : 356 (varsat-industri) R 354 356 32625 0 -1 4194304 43195 0 0 0 441998 40 0 0 25 0 1 0 219034949 182865920 43028 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/356/statm: 44645 43028 115 221 0 44421 0
Current children cumulated CPU time (s) 4420.38
Current children cumulated vsize (KiB) 178580

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 365
/proc/meminfo: memFree=1544104/2055920 swapFree=4067112/4192956
[pid=356] ppid=354 vsize=178580 CPUtime=4480.36
/proc/356/stat : 356 (varsat-industri) R 354 356 32625 0 -1 4194304 43196 0 0 0 447996 40 0 0 25 0 1 0 219034949 182865920 43029 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/356/statm: 44645 43029 115 221 0 44421 0
Current children cumulated CPU time (s) 4480.36
Current children cumulated vsize (KiB) 178580

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 365
/proc/meminfo: memFree=1544040/2055920 swapFree=4067112/4192956
[pid=356] ppid=354 vsize=178580 CPUtime=4540.34
/proc/356/stat : 356 (varsat-industri) R 354 356 32625 0 -1 4194304 43196 0 0 0 453993 41 0 0 25 0 1 0 219034949 182865920 43029 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 0 0 0
/proc/356/statm: 44645 43029 115 221 0 44421 0
Current children cumulated CPU time (s) 4540.34
Current children cumulated vsize (KiB) 178580

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 365
/proc/meminfo: memFree=1543848/2055920 swapFree=4067112/4192956
[pid=356] ppid=354 vsize=178580 CPUtime=4600.32
/proc/356/stat : 356 (varsat-industri) R 354 356 32625 0 -1 4194304 43198 0 0 0 459991 41 0 0 25 0 1 0 219034949 182865920 43031 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/356/statm: 44645 43031 115 221 0 44421 0
Current children cumulated CPU time (s) 4600.32
Current children cumulated vsize (KiB) 178580

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 365
/proc/meminfo: memFree=1543848/2055920 swapFree=4067112/4192956
[pid=356] ppid=354 vsize=178580 CPUtime=4660.29
/proc/356/stat : 356 (varsat-industri) R 354 356 32625 0 -1 4194304 43206 0 0 0 465988 41 0 0 25 0 1 0 219034949 182865920 43039 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 0 0 0
/proc/356/statm: 44645 43039 115 221 0 44421 0
Current children cumulated CPU time (s) 4660.29
Current children cumulated vsize (KiB) 178580

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 365
/proc/meminfo: memFree=1538920/2055920 swapFree=4067112/4192956
[pid=356] ppid=354 vsize=183728 CPUtime=4720.26
/proc/356/stat : 356 (varsat-industri) R 354 356 32625 0 -1 4194304 44454 0 0 0 471984 42 0 0 25 0 1 0 219034949 188137472 44287 1992294400 4194304 5102648 548682068784 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/356/statm: 45932 44287 115 221 0 45708 0
Current children cumulated CPU time (s) 4720.26
Current children cumulated vsize (KiB) 183728

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 365
/proc/meminfo: memFree=1530600/2055920 swapFree=4067112/4192956
[pid=356] ppid=354 vsize=191964 CPUtime=4780.24
/proc/356/stat : 356 (varsat-industri) R 354 356 32625 0 -1 4194304 46520 0 0 0 477979 45 0 0 25 0 1 0 219034949 196571136 46353 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 0 0 0
/proc/356/statm: 47991 46353 115 221 0 47767 0
Current children cumulated CPU time (s) 4780.24
Current children cumulated vsize (KiB) 191964

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 365
/proc/meminfo: memFree=1530536/2055920 swapFree=4067112/4192956
[pid=356] ppid=354 vsize=191964 CPUtime=4840.21
/proc/356/stat : 356 (varsat-industri) R 354 356 32625 0 -1 4194304 46520 0 0 0 483976 45 0 0 25 0 1 0 219034949 196571136 46353 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/356/statm: 47991 46353 115 221 0 47767 0
Current children cumulated CPU time (s) 4840.21
Current children cumulated vsize (KiB) 191964

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 365
/proc/meminfo: memFree=1530536/2055920 swapFree=4067112/4192956
[pid=356] ppid=354 vsize=191964 CPUtime=4900.19
/proc/356/stat : 356 (varsat-industri) R 354 356 32625 0 -1 4194304 46525 0 0 0 489974 45 0 0 25 0 1 0 219034949 196571136 46358 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/356/statm: 47991 46358 115 221 0 47767 0
Current children cumulated CPU time (s) 4900.19
Current children cumulated vsize (KiB) 191964

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 365
/proc/meminfo: memFree=1530536/2055920 swapFree=4067112/4192956
[pid=356] ppid=354 vsize=191964 CPUtime=4960.17
/proc/356/stat : 356 (varsat-industri) R 354 356 32625 0 -1 4194304 46526 0 0 0 495972 45 0 0 25 0 1 0 219034949 196571136 46359 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/356/statm: 47991 46359 115 221 0 47767 0
Current children cumulated CPU time (s) 4960.17
Current children cumulated vsize (KiB) 191964



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 365
/proc/meminfo: memFree=1530536/2055920 swapFree=4067112/4192956
[pid=356] ppid=354 vsize=191964 CPUtime=5000.05
/proc/356/stat : 356 (varsat-industri) R 354 356 32625 0 -1 4194304 46527 0 0 0 499960 45 0 0 25 0 1 0 219034949 196571136 46360 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/356/statm: 47991 46360 115 221 0 47767 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 191964

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): 5002.24
CPU time (s): 5000.09
CPU user time (s): 4999.61
CPU system time (s): 0.484926
CPU usage (%): 99.9572
Max. virtual memory (cumulated for all children) (KiB): 191964

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

runsolver used 4.11837 second user time and 14.0799 second system time

The end

Launcher Data

Begin job on node48 at 2009-05-10 01:01:12
IDJOB=1785400
IDBENCH=70909
IDSOLVER=641
FILE ID=node48/1785400-1241910072
PBS_JOBID= 9264777
Free space on /tmp= 66264 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/CRAFTED/edgematching/compact/em_9_3_5_cmp.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1785400-1241910072/watcher-1785400-1241910072 -o /tmp/evaluation-result-1785400-1241910072/solver-1785400-1241910072 -C 5000 -W 6000 -M 1800  HOME/varsat-industrial_static -seed=1150730077 HOME/instance-1785400-1241910072.cnf

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

MD5SUM BENCH= b2b9255b6dd854658cbd4bd594382e55
RANDOM SEED=1150730077

node48.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.209
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.209
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:       1718864 kB
Buffers:         49156 kB
Cached:         100716 kB
SwapCached:     120564 kB
Active:          85364 kB
Inactive:       187024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1718864 kB
SwapTotal:     4192956 kB
SwapFree:      4067112 kB
Dirty:            1836 kB
Writeback:           0 kB
Mapped:          14008 kB
Slab:            50628 kB
Committed_AS:   803712 kB
PageTables:       1368 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= 66264 MiB
End job on node48 at 2009-05-10 02:24:36