Trace number 1784884

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.14 5001.75

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-philo.used-as.sat04-988.sat05-4195.reshuffled-07.cnf
MD5SUM45589f445aa56f109f82baade7facf9a
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 variables36304
Number of clauses1711065
Sum of the clauses size3450220
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21706958
Number of clauses of size 30
Number of clauses of size 45
Number of clauses of size 57
Number of clauses of size over 54095

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  36304                                                |
0.00/0.00	c |  Number of clauses:    1711065                                              |
4.59/4.69	c |  Parsing time:         4.43         s                                       |
4.59/4.69	c |  Timeout:              43200 s
4.59/4.69	c |  Random Seed:          2095658847.000000
4.59/4.69	c |  Heuristic:            EMBP-G, threshold 0.950                              |
4.59/4.69	c |  Branching Rule:       default (solution-guided)                            |
4.59/4.69	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
4.59/4.69	c |                                                                             |
68.96/69.06	c ============================[ Search Statistics ]==============================
68.96/69.06	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
68.96/69.06	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
68.96/69.06	c ===============================================================================
68.96/69.06	c |         0 |   26564  1261119  3201260 |   420373        0    nan |  0.000 % |
523.52/523.76	c |       102 |   26564  1261119  3201260 |   462410      102     23 | 13.078 % |
981.17/981.59	c |       253 |   26564  1261119  3201260 |   508651      253     24 | 13.078 % |
1440.02/1440.52	c |       478 |   26564  1261119  3201260 |   559516      478     28 | 13.078 % |
1900.98/1901.69	c |       815 |   26563  1261119  3201260 |   615468      814     26 | 13.081 % |
2363.02/2363.88	c |      1322 |   26562  1261119  3201260 |   677014     1320     27 | 13.095 % |
2826.47/2827.41	c |      2081 |   26558  1261119  3201260 |   744716     2076     26 | 13.106 % |
3295.92/3297.07	c |      3220 |   26553  1261119  3201260 |   819188     3211     26 | 13.125 % |
3767.17/3768.49	c |      4928 |   26543  1259294  3196969 |   901106     4794     28 | 13.136 % |
4242.72/4244.15	c |      7491 |   26540  1258699  3195633 |   991217     7339     32 | 13.145 % |
4725.07/4726.64	c |     11335 |   26535  1257543  3193058 |  1090339    11165     46 | 13.158 % |

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-1784884-1241871898/watcher-1784884-1241871898 -o /tmp/evaluation-result-1784884-1241871898/solver-1784884-1241871898 -C 5000 -W 6000 -M 1800 HOME/varsat-industrial_static -seed=2095658847 HOME/instance-1784884-1241871898.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 0.95 3/64 18422
/proc/meminfo: memFree=1886520/2055920 swapFree=4171264/4192956
[pid=18422] ppid=18420 vsize=4136 CPUtime=0
/proc/18422/stat : 18422 (varsat-industri) R 18420 18422 18276 0 -1 4194304 804 0 0 0 0 0 0 0 18 0 1 0 215223061 4235264 790 1992294400 4194304 5102648 548682068784 18446744073709551615 4200788 0 0 4096 3 0 0 0 17 1 0 0
/proc/18422/statm: 1034 798 80 221 0 810 0

[startup+0.0878541 s]
/proc/loadavg: 1.00 1.00 0.95 3/64 18422
/proc/meminfo: memFree=1886520/2055920 swapFree=4171264/4192956
[pid=18422] ppid=18420 vsize=13384 CPUtime=0.07
/proc/18422/stat : 18422 (varsat-industri) R 18420 18422 18276 0 -1 4194304 2953 0 0 0 6 1 0 0 18 0 1 0 215223061 13705216 2938 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/18422/statm: 3346 2939 87 221 0 3122 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13384

[startup+0.101856 s]
/proc/loadavg: 1.00 1.00 0.95 3/64 18422
/proc/meminfo: memFree=1886520/2055920 swapFree=4171264/4192956
[pid=18422] ppid=18420 vsize=13780 CPUtime=0.09
/proc/18422/stat : 18422 (varsat-industri) R 18420 18422 18276 0 -1 4194304 3096 0 0 0 8 1 0 0 18 0 1 0 215223061 14110720 3081 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/18422/statm: 3445 3081 87 221 0 3221 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13780

[startup+0.301885 s]
/proc/loadavg: 1.00 1.00 0.95 3/64 18422
/proc/meminfo: memFree=1886520/2055920 swapFree=4171264/4192956
[pid=18422] ppid=18420 vsize=21900 CPUtime=0.29
/proc/18422/stat : 18422 (varsat-industri) R 18420 18422 18276 0 -1 4194304 4997 0 0 0 26 3 0 0 19 0 1 0 215223061 22425600 4982 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/18422/statm: 5475 4983 87 221 0 5251 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21900

[startup+0.701943 s]
/proc/loadavg: 1.00 1.00 0.95 3/64 18422
/proc/meminfo: memFree=1886520/2055920 swapFree=4171264/4192956
[pid=18422] ppid=18420 vsize=37004 CPUtime=0.69
/proc/18422/stat : 18422 (varsat-industri) R 18420 18422 18276 0 -1 4194304 8641 0 0 0 64 5 0 0 23 0 1 0 215223061 37892096 8626 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/18422/statm: 9251 8626 87 221 0 9027 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37004

[startup+1.50106 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 18423
/proc/meminfo: memFree=1840752/2055920 swapFree=4171264/4192956
[pid=18422] ppid=18420 vsize=69484 CPUtime=1.49
/proc/18422/stat : 18422 (varsat-industri) R 18420 18422 18276 0 -1 4194304 16362 0 0 0 140 9 0 0 25 0 1 0 215223061 71151616 16347 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/18422/statm: 17371 16347 87 221 0 17147 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 69484

[startup+3.10129 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 18423
/proc/meminfo: memFree=1797424/2055920 swapFree=4171264/4192956
[pid=18422] ppid=18420 vsize=137272 CPUtime=3.09
/proc/18422/stat : 18422 (varsat-industri) R 18420 18422 18276 0 -1 4194304 32186 0 0 0 292 17 0 0 25 0 1 0 215223061 140566528 32171 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/18422/statm: 34318 32171 87 221 0 34094 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 137272

[startup+6.30175 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 18423
/proc/meminfo: memFree=1694256/2055920 swapFree=4171264/4192956
[pid=18422] ppid=18420 vsize=203584 CPUtime=6.28
/proc/18422/stat : 18422 (varsat-industri) R 18420 18422 18276 0 -1 4194304 48036 0 0 0 603 25 0 0 25 0 1 0 215223061 208470016 48021 1992294400 4194304 5102648 548682068784 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 1 0 0
/proc/18422/statm: 50896 48021 98 221 0 50672 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 203584

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 18423
/proc/meminfo: memFree=1694256/2055920 swapFree=4171264/4192956
[pid=18422] ppid=18420 vsize=203584 CPUtime=12.68
/proc/18422/stat : 18422 (varsat-industri) R 18420 18422 18276 0 -1 4194304 48036 0 0 0 1243 25 0 0 25 0 1 0 215223061 208470016 48021 1992294400 4194304 5102648 548682068784 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 1 0 0
/proc/18422/statm: 50896 48021 98 221 0 50672 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 203584

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 18423
/proc/meminfo: memFree=1622896/2055920 swapFree=4171264/4192956
[pid=18422] ppid=18420 vsize=273560 CPUtime=25.48
/proc/18422/stat : 18422 (varsat-industri) R 18420 18422 18276 0 -1 4194304 66512 0 0 0 2515 33 0 0 25 0 1 0 215223061 280125440 66497 1992294400 4194304 5102648 548682068784 18446744073709551615 4285307 0 0 4096 3 0 0 0 17 1 0 0
/proc/18422/statm: 68390 66497 100 221 0 68166 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 273560

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 18423
/proc/meminfo: memFree=1597488/2055920 swapFree=4171264/4192956
[pid=18422] ppid=18420 vsize=299808 CPUtime=51.06
/proc/18422/stat : 18422 (varsat-industri) R 18420 18422 18276 0 -1 4194304 72236 0 0 0 5069 37 0 0 25 0 1 0 215223061 307003392 72221 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/18422/statm: 74952 72221 100 221 0 74728 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 299808

[startup+102.306 s]
/proc/loadavg: 1.05 1.01 0.96 2/65 18423
/proc/meminfo: memFree=1627888/2055920 swapFree=4171264/4192956
[pid=18422] ppid=18420 vsize=262216 CPUtime=102.25
/proc/18422/stat : 18422 (varsat-industri) R 18420 18422 18276 0 -1 4194304 76344 0 0 0 10185 40 0 0 25 0 1 0 215223061 268509184 64555 1992294400 4194304 5102648 548682068784 18446744073709551615 4215149 0 0 4096 3 0 0 0 17 1 0 0
/proc/18422/statm: 65554 64555 102 221 0 65330 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 262216

[startup+162.301 s]
/proc/loadavg: 1.02 1.01 0.96 2/65 18423
/proc/meminfo: memFree=1627888/2055920 swapFree=4171264/4192956
[pid=18422] ppid=18420 vsize=262216 CPUtime=162.24
/proc/18422/stat : 18422 (varsat-industri) R 18420 18422 18276 0 -1 4194304 76344 0 0 0 16183 41 0 0 25 0 1 0 215223061 268509184 64555 1992294400 4194304 5102648 548682068784 18446744073709551615 4215149 0 0 4096 3 0 0 0 17 1 0 0
/proc/18422/statm: 65554 64555 102 221 0 65330 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 262216

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 18423
/proc/meminfo: memFree=1627888/2055920 swapFree=4171264/4192956
[pid=18422] ppid=18420 vsize=262216 CPUtime=222.22
/proc/18422/stat : 18422 (varsat-industri) R 18420 18422 18276 0 -1 4194304 76344 0 0 0 22181 41 0 0 25 0 1 0 215223061 268509184 64555 1992294400 4194304 5102648 548682068784 18446744073709551615 4215218 0 0 4096 3 0 0 0 17 1 0 0
/proc/18422/statm: 65554 64555 102 221 0 65330 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 262216

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 18423
/proc/meminfo: memFree=1627888/2055920 swapFree=4171264/4192956
[pid=18422] ppid=18420 vsize=262216 CPUtime=282.19
/proc/18422/stat : 18422 (varsat-industri) R 18420 18422 18276 0 -1 4194304 76344 0 0 0 28178 41 0 0 25 0 1 0 215223061 268509184 64555 1992294400 4194304 5102648 548682068784 18446744073709551615 4213798 0 0 4096 3 0 0 0 17 1 0 0
/proc/18422/statm: 65554 64555 102 221 0 65330 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 262216

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 18423
/proc/meminfo: memFree=1627888/2055920 swapFree=4171264/4192956
[pid=18422] ppid=18420 vsize=262216 CPUtime=342.17
/proc/18422/stat : 18422 (varsat-industri) R 18420 18422 18276 0 -1 4194304 76344 0 0 0 34176 41 0 0 25 0 1 0 215223061 268509184 64555 1992294400 4194304 5102648 548682068784 18446744073709551615 4213798 0 0 4096 3 0 0 0 17 1 0 0
/proc/18422/statm: 65554 64555 102 221 0 65330 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 262216

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 18423
/proc/meminfo: memFree=1627888/2055920 swapFree=4171264/4192956
[pid=18422] ppid=18420 vsize=262216 CPUtime=402.15
/proc/18422/stat : 18422 (varsat-industri) R 18420 18422 18276 0 -1 4194304 76344 0 0 0 40174 41 0 0 25 0 1 0 215223061 268509184 64555 1992294400 4194304 5102648 548682068784 18446744073709551615 4213880 0 0 4096 3 0 0 0 17 1 0 0
/proc/18422/statm: 65554 64555 102 221 0 65330 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 262216

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 18423
/proc/meminfo: memFree=1627888/2055920 swapFree=4171264/4192956
[pid=18422] ppid=18420 vsize=262216 CPUtime=462.13
/proc/18422/stat : 18422 (varsat-industri) R 18420 18422 18276 0 -1 4194304 76344 0 0 0 46172 41 0 0 25 0 1 0 215223061 268509184 64555 1992294400 4194304 5102648 548682068784 18446744073709551615 4213899 0 0 4096 3 0 0 0 17 1 0 0
/proc/18422/statm: 65554 64555 102 221 0 65330 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 262216

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 18423
/proc/meminfo: memFree=1627952/2055920 swapFree=4171264/4192956
[pid=18422] ppid=18420 vsize=262216 CPUtime=522.12
/proc/18422/stat : 18422 (varsat-industri) R 18420 18422 18276 0 -1 4194304 76344 0 0 0 52170 42 0 0 25 0 1 0 215223061 268509184 64555 1992294400 4194304 5102648 548682068784 18446744073709551615 4213798 0 0 4096 3 0 0 0 17 1 0 0
/proc/18422/statm: 65554 64555 102 221 0 65330 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 262216

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 18423
/proc/meminfo: memFree=1627888/2055920 swapFree=4171264/4192956
[pid=18422] ppid=18420 vsize=262216 CPUtime=582.1
/proc/18422/stat : 18422 (varsat-industri) R 18420 18422 18276 0 -1 4194304 76357 0 0 0 58168 42 0 0 25 0 1 0 215223061 268509184 64568 1992294400 4194304 5102648 548682068784 18446744073709551615 4213798 0 0 4096 3 0 0 0 17 1 0 0
/proc/18422/statm: 65554 64568 115 221 0 65330 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 262216

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 18423
/proc/meminfo: memFree=1627888/2055920 swapFree=4171264/4192956
[pid=18422] ppid=18420 vsize=262216 CPUtime=642.08
/proc/18422/stat : 18422 (varsat-industri) R 18420 18422 18276 0 -1 4194304 76357 0 0 0 64166 42 0 0 25 0 1 0 215223061 268509184 64568 1992294400 4194304 5102648 548682068784 18446744073709551615 4213798 0 0 4096 3 0 0 0 17 1 0 0
/proc/18422/statm: 65554 64568 115 221 0 65330 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 262216

[startup+702.302 s]

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

[startup+4062.31 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 18431
/proc/meminfo: memFree=1626608/2055920 swapFree=4171264/4192956
[pid=18422] ppid=18420 vsize=262216 CPUtime=4060.98
/proc/18422/stat : 18422 (varsat-industri) R 18420 18422 18276 0 -1 4194304 76357 0 0 0 406046 52 0 0 25 0 1 0 215223061 268509184 64568 1992294400 4194304 5102648 548682068784 18446744073709551615 4213899 0 0 4096 3 0 0 0 17 1 0 0
/proc/18422/statm: 65554 64568 115 221 0 65330 0
Current children cumulated CPU time (s) 4060.98
Current children cumulated vsize (KiB) 262216

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 18431
/proc/meminfo: memFree=1626544/2055920 swapFree=4171264/4192956
[pid=18422] ppid=18420 vsize=262216 CPUtime=4120.96
/proc/18422/stat : 18422 (varsat-industri) R 18420 18422 18276 0 -1 4194304 76357 0 0 0 412044 52 0 0 25 0 1 0 215223061 268509184 64568 1992294400 4194304 5102648 548682068784 18446744073709551615 4213899 0 0 4096 3 0 0 0 17 1 0 0
/proc/18422/statm: 65554 64568 115 221 0 65330 0
Current children cumulated CPU time (s) 4120.96
Current children cumulated vsize (KiB) 262216

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 18431
/proc/meminfo: memFree=1626544/2055920 swapFree=4171264/4192956
[pid=18422] ppid=18420 vsize=262216 CPUtime=4180.94
/proc/18422/stat : 18422 (varsat-industri) R 18420 18422 18276 0 -1 4194304 76357 0 0 0 418042 52 0 0 25 0 1 0 215223061 268509184 64568 1992294400 4194304 5102648 548682068784 18446744073709551615 4215162 0 0 4096 3 0 0 0 17 1 0 0
/proc/18422/statm: 65554 64568 115 221 0 65330 0
Current children cumulated CPU time (s) 4180.94
Current children cumulated vsize (KiB) 262216

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 18431
/proc/meminfo: memFree=1626608/2055920 swapFree=4171264/4192956
[pid=18422] ppid=18420 vsize=262216 CPUtime=4240.92
/proc/18422/stat : 18422 (varsat-industri) R 18420 18422 18276 0 -1 4194304 76357 0 0 0 424040 52 0 0 25 0 1 0 215223061 268509184 64568 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/18422/statm: 65554 64568 115 221 0 65330 0
Current children cumulated CPU time (s) 4240.92
Current children cumulated vsize (KiB) 262216

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 18431
/proc/meminfo: memFree=1626608/2055920 swapFree=4171264/4192956
[pid=18422] ppid=18420 vsize=262216 CPUtime=4300.9
/proc/18422/stat : 18422 (varsat-industri) R 18420 18422 18276 0 -1 4194304 76357 0 0 0 430038 52 0 0 25 0 1 0 215223061 268509184 64568 1992294400 4194304 5102648 548682068784 18446744073709551615 4213798 0 0 4096 3 0 0 0 17 1 0 0
/proc/18422/statm: 65554 64568 115 221 0 65330 0
Current children cumulated CPU time (s) 4300.9
Current children cumulated vsize (KiB) 262216

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 18431
/proc/meminfo: memFree=1626544/2055920 swapFree=4171264/4192956
[pid=18422] ppid=18420 vsize=262216 CPUtime=4360.88
/proc/18422/stat : 18422 (varsat-industri) R 18420 18422 18276 0 -1 4194304 76357 0 0 0 436035 53 0 0 25 0 1 0 215223061 268509184 64568 1992294400 4194304 5102648 548682068784 18446744073709551615 4215218 0 0 4096 3 0 0 0 17 1 0 0
/proc/18422/statm: 65554 64568 115 221 0 65330 0
Current children cumulated CPU time (s) 4360.88
Current children cumulated vsize (KiB) 262216

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 18431
/proc/meminfo: memFree=1626608/2055920 swapFree=4171264/4192956
[pid=18422] ppid=18420 vsize=262216 CPUtime=4420.86
/proc/18422/stat : 18422 (varsat-industri) R 18420 18422 18276 0 -1 4194304 76357 0 0 0 442033 53 0 0 25 0 1 0 215223061 268509184 64568 1992294400 4194304 5102648 548682068784 18446744073709551615 4215244 0 0 4096 3 0 0 0 17 1 0 0
/proc/18422/statm: 65554 64568 115 221 0 65330 0
Current children cumulated CPU time (s) 4420.86
Current children cumulated vsize (KiB) 262216

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 18433
/proc/meminfo: memFree=1626544/2055920 swapFree=4171264/4192956
[pid=18422] ppid=18420 vsize=262216 CPUtime=4480.84
/proc/18422/stat : 18422 (varsat-industri) R 18420 18422 18276 0 -1 4194304 76357 0 0 0 448031 53 0 0 25 0 1 0 215223061 268509184 64568 1992294400 4194304 5102648 548682068784 18446744073709551615 4215162 0 0 4096 3 0 0 0 17 1 0 0
/proc/18422/statm: 65554 64568 115 221 0 65330 0
Current children cumulated CPU time (s) 4480.84
Current children cumulated vsize (KiB) 262216

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 18433
/proc/meminfo: memFree=1626480/2055920 swapFree=4171264/4192956
[pid=18422] ppid=18420 vsize=262216 CPUtime=4540.82
/proc/18422/stat : 18422 (varsat-industri) R 18420 18422 18276 0 -1 4194304 76357 0 0 0 454029 53 0 0 25 0 1 0 215223061 268509184 64568 1992294400 4194304 5102648 548682068784 18446744073709551615 4214003 0 0 4096 3 0 0 0 17 1 0 0
/proc/18422/statm: 65554 64568 115 221 0 65330 0
Current children cumulated CPU time (s) 4540.82
Current children cumulated vsize (KiB) 262216

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 18433
/proc/meminfo: memFree=1626480/2055920 swapFree=4171264/4192956
[pid=18422] ppid=18420 vsize=262216 CPUtime=4600.8
/proc/18422/stat : 18422 (varsat-industri) R 18420 18422 18276 0 -1 4194304 76357 0 0 0 460027 53 0 0 25 0 1 0 215223061 268509184 64568 1992294400 4194304 5102648 548682068784 18446744073709551615 4214262 0 0 4096 3 0 0 0 17 1 0 0
/proc/18422/statm: 65554 64568 115 221 0 65330 0
Current children cumulated CPU time (s) 4600.8
Current children cumulated vsize (KiB) 262216

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 18433
/proc/meminfo: memFree=1626416/2055920 swapFree=4171264/4192956
[pid=18422] ppid=18420 vsize=262216 CPUtime=4660.79
/proc/18422/stat : 18422 (varsat-industri) R 18420 18422 18276 0 -1 4194304 76357 0 0 0 466025 54 0 0 25 0 1 0 215223061 268509184 64568 1992294400 4194304 5102648 548682068784 18446744073709551615 4525127 0 0 4096 3 0 0 0 17 1 0 0
/proc/18422/statm: 65554 64568 115 221 0 65330 0
Current children cumulated CPU time (s) 4660.79
Current children cumulated vsize (KiB) 262216

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 18433
/proc/meminfo: memFree=1626416/2055920 swapFree=4171264/4192956
[pid=18422] ppid=18420 vsize=262216 CPUtime=4720.77
/proc/18422/stat : 18422 (varsat-industri) R 18420 18422 18276 0 -1 4194304 76357 0 0 0 472023 54 0 0 25 0 1 0 215223061 268509184 64568 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/18422/statm: 65554 64568 115 221 0 65330 0
Current children cumulated CPU time (s) 4720.77
Current children cumulated vsize (KiB) 262216

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 18433
/proc/meminfo: memFree=1626352/2055920 swapFree=4171264/4192956
[pid=18422] ppid=18420 vsize=262216 CPUtime=4780.75
/proc/18422/stat : 18422 (varsat-industri) R 18420 18422 18276 0 -1 4194304 76357 0 0 0 478021 54 0 0 25 0 1 0 215223061 268509184 64568 1992294400 4194304 5102648 548682068784 18446744073709551615 4213974 0 0 4096 3 0 0 0 17 1 0 0
/proc/18422/statm: 65554 64568 115 221 0 65330 0
Current children cumulated CPU time (s) 4780.75
Current children cumulated vsize (KiB) 262216

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 18433
/proc/meminfo: memFree=1626288/2055920 swapFree=4171264/4192956
[pid=18422] ppid=18420 vsize=262216 CPUtime=4840.73
/proc/18422/stat : 18422 (varsat-industri) R 18420 18422 18276 0 -1 4194304 76357 0 0 0 484019 54 0 0 25 0 1 0 215223061 268509184 64568 1992294400 4194304 5102648 548682068784 18446744073709551615 4215179 0 0 4096 3 0 0 0 17 1 0 0
/proc/18422/statm: 65554 64568 115 221 0 65330 0
Current children cumulated CPU time (s) 4840.73
Current children cumulated vsize (KiB) 262216

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 18433
/proc/meminfo: memFree=1626288/2055920 swapFree=4171264/4192956
[pid=18422] ppid=18420 vsize=262216 CPUtime=4900.71
/proc/18422/stat : 18422 (varsat-industri) R 18420 18422 18276 0 -1 4194304 76357 0 0 0 490017 54 0 0 25 0 1 0 215223061 268509184 64568 1992294400 4194304 5102648 548682068784 18446744073709551615 4213899 0 0 4096 3 0 0 0 17 1 0 0
/proc/18422/statm: 65554 64568 115 221 0 65330 0
Current children cumulated CPU time (s) 4900.71
Current children cumulated vsize (KiB) 262216

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 18433
/proc/meminfo: memFree=1626224/2055920 swapFree=4171264/4192956
[pid=18422] ppid=18420 vsize=262216 CPUtime=4960.68
/proc/18422/stat : 18422 (varsat-industri) R 18420 18422 18276 0 -1 4194304 76357 0 0 0 496014 54 0 0 25 0 1 0 215223061 268509184 64568 1992294400 4194304 5102648 548682068784 18446744073709551615 4215149 0 0 4096 3 0 0 0 17 1 0 0
/proc/18422/statm: 65554 64568 115 221 0 65330 0
Current children cumulated CPU time (s) 4960.68
Current children cumulated vsize (KiB) 262216



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.71 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 18433
/proc/meminfo: memFree=1626224/2055920 swapFree=4171264/4192956
[pid=18422] ppid=18420 vsize=262216 CPUtime=5000.08
/proc/18422/stat : 18422 (varsat-industri) R 18420 18422 18276 0 -1 4194304 76357 0 0 0 499954 54 0 0 25 0 1 0 215223061 268509184 64568 1992294400 4194304 5102648 548682068784 18446744073709551615 4213880 0 0 4096 3 0 0 0 17 1 0 0
/proc/18422/statm: 65554 64568 115 221 0 65330 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 262216

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

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

[startup+5001.71 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 18433
/proc/meminfo: memFree=1626224/2055920 swapFree=4171264/4192956
[pid=18422] ppid=18420 vsize=262216 CPUtime=5000.08
/proc/18422/stat : 18422 (varsat-industri) R 18420 18422 18276 0 -1 4194304 76357 0 0 0 499954 54 0 0 25 0 1 0 215223061 268509184 64568 1992294400 4194304 5102648 548682068784 18446744073709551615 4213880 0 0 4096 3 0 0 0 17 1 0 0
/proc/18422/statm: 65554 64568 115 221 0 65330 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 262216

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5001.75
CPU time (s): 5000.14
CPU user time (s): 4999.55
CPU system time (s): 0.59191
CPU usage (%): 99.9677
Max. virtual memory (cumulated for all children) (KiB): 325748

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

runsolver used 3.63445 second user time and 10.2864 second system time

The end

Launcher Data

Begin job on node29 at 2009-05-09 14:25:02
IDJOB=1784884
IDBENCH=24635
IDSOLVER=641
FILE ID=node29/1784884-1241871898
PBS_JOBID= 9264583
Free space on /tmp= 66380 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-philo.used-as.sat04-988.sat05-4195.reshuffled-07.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1784884-1241871898/watcher-1784884-1241871898 -o /tmp/evaluation-result-1784884-1241871898/solver-1784884-1241871898 -C 5000 -W 6000 -M 1800  HOME/varsat-industrial_static -seed=2095658847 HOME/instance-1784884-1241871898.cnf

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

MD5SUM BENCH= 45589f445aa56f109f82baade7facf9a
RANDOM SEED=2095658847

node29.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.281
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.281
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:       1887000 kB
Buffers:         25304 kB
Cached:          85700 kB
SwapCached:      15884 kB
Active:          77268 kB
Inactive:        52600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1887000 kB
SwapTotal:     4192956 kB
SwapFree:      4171264 kB
Dirty:           25320 kB
Writeback:           0 kB
Mapped:          15056 kB
Slab:            24948 kB
Committed_AS:   797584 kB
PageTables:       1472 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= 66380 MiB
End job on node29 at 2009-05-09 15:48:26