Trace number 314467

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, and are wall clock time (not CPU 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
March KS 2007-02-08UNSAT 259.817 259.899

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-22.cnf
MD5SUM3b3198fba6db1661781a1aa668754f11
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark81.0267
Satisfiable
(Un)Satisfiability was proved
Number of variables15589
Number of clauses54263
Sum of the clauses size140423
Maximum clause length96
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 226004
Number of clauses of size 325780
Number of clauses of size 42100
Number of clauses of size 5198
Number of clauses of size over 5180

Solver Data (download as text)

0.49/0.54	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.49/0.54	c main()::  **            Copyright (C) 2001-2004 M. Dufour, M. Heule, J. van Zwieten and H. van Maaren            **
0.49/0.54	c main()::   * This program may be redistributed and/or modified under the terms of the GNU Gereral Public License *
0.49/0.54	c main()::
0.49/0.54	c initFormula():: searching for DIMACS p-line....
0.49/0.54	c initFormula():: the DIMACS p-line indicates a CNF of 15589 variables and 54263 clauses.
0.49/0.54	c parseCNF():: parsing....
0.49/0.54	c parseCNF():: the CNF contains 1 unary clauses.
0.49/0.54	c runParser():: parsing was successful, warming up engines...
0.49/0.54	c find_and_remove_tautogolies():: found and removed 271 tautologies
0.49/0.54	c simplify_formula():: removed 1 tautological, 1293 satisfied and 1 duplicate clauses
0.49/0.54	c preprocessing fase I completed:: there are now 15206 free variables and 52968 clauses.
0.49/0.54	c stat :: sign balance is biased by 0.106
0.49/0.54	c find_equivalence():: found 4312 3-equivalences
0.49/0.54	c find_and_remove_tautogolies():: found and removed 1978 tautologies
0.49/0.54	c shorten_equivalence(): average equivalence length reduced from 9.644387 to 3.847472
0.49/0.54	c using k-SAT heuristics (size based diff)
0.49/0.54	c longest clause has size 33
0.49/0.54	c simplify_formula():: removed 0 tautological, 17248 satisfied and 85 duplicate clauses
0.49/0.54	c main():: clause / variable ratio: ( 37971 / 15589 ) = 2.44
0.49/0.54	c longest clause has size 33
0.49/0.54	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.49/0.54	c dynamic_preselect_setsize :: on
0.49/0.54	c suggested doublelook initial :: 0
0.49/0.54	c main():: all systems go!
0.49/0.54	c |----------------------------------------------------------------|
c |**
c |****
c |********
c |************
c |**************
c |****************
c |******************
c |********************
c |************************
c |****************************
c |******************************
c |********************************
c |************************************************
c |********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |****************************************************************| 0 NC: 105994 JD: 0
259.71/259.88	c |----------------------------------------------------------------|
c |
259.71/259.89	c
259.71/259.89	c main():: nodeCount: 105994
259.71/259.89	c main():: dead ends in main: 5431
259.71/259.89	c main():: lookAheadCount: 9504376
259.71/259.89	c main():: unitResolveCount: 9601839
259.71/259.89	c main():: time=259.830000
259.71/259.89	c main():: necessary_assignments: 121444
259.71/259.89	c main():: bin_sat: 0, bin_unsat 0
259.71/259.89	c main():: doublelook: #: 198211, succes #: 112612
259.71/259.89	c main():: doublelook: overall 2.157 of all possible doublelooks executed
259.71/259.89	c main():: doublelook: succesrate: 56.814, average DL_trigger: 105.196
259.71/259.89	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node5/watcher-314467-1172637544 -o ROOT/results/node5/solver-314467-1172637544 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/314467-1172637544/march_ks /tmp/evaluation/314467-1172637544/instance-314467-1172637544.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): 2400 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.71 0.91 0.97 3/77 28375
/proc/meminfo: memFree=1018720/2055920 swapFree=4192812/4192956
[pid=28375] ppid=28373 vsize=2236 CPUtime=0
/proc/28375/stat : 28375 (march_ks) R 28373 28375 28312 0 -1 4194304 420 0 0 0 0 0 0 0 18 0 1 0 283709268 2289664 405 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134557851 0 0 4096 0 0 0 0 17 1 0 0
/proc/28375/statm: 559 405 47 123 0 434 0

[startup+0.0922361 s]
/proc/loadavg: 0.71 0.91 0.97 3/77 28375
/proc/meminfo: memFree=1018720/2055920 swapFree=4192812/4192956
[pid=28375] ppid=28373 vsize=6224 CPUtime=0.08
/proc/28375/stat : 28375 (march_ks) R 28373 28375 28312 0 -1 4194304 1328 0 0 0 8 0 0 0 18 0 1 0 283709268 6373376 1001 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134677344 0 0 4096 0 0 0 0 17 1 0 0
/proc/28375/statm: 1556 1001 50 123 0 1431 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6224

[startup+0.101236 s]
/proc/loadavg: 0.71 0.91 0.97 3/77 28375
/proc/meminfo: memFree=1018720/2055920 swapFree=4192812/4192956
[pid=28375] ppid=28373 vsize=6224 CPUtime=0.09
/proc/28375/stat : 28375 (march_ks) R 28373 28375 28312 0 -1 4194304 1346 0 0 0 9 0 0 0 18 0 1 0 283709268 6373376 1019 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134628921 0 0 4096 0 0 0 0 17 1 0 0
/proc/28375/statm: 1556 1021 50 123 0 1431 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6224

[startup+0.301258 s]
/proc/loadavg: 0.71 0.91 0.97 3/77 28375
/proc/meminfo: memFree=1018720/2055920 swapFree=4192812/4192956
[pid=28375] ppid=28373 vsize=7908 CPUtime=0.29
/proc/28375/stat : 28375 (march_ks) R 28373 28375 28312 0 -1 4194304 4453 0 0 0 28 1 0 0 19 0 1 0 283709268 8097792 1474 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 1 0 0
/proc/28375/statm: 1977 1477 63 123 0 1852 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7908

[startup+0.701304 s]
/proc/loadavg: 0.71 0.91 0.97 3/77 28375
/proc/meminfo: memFree=1018720/2055920 swapFree=4192812/4192956
[pid=28375] ppid=28373 vsize=19148 CPUtime=0.69
/proc/28375/stat : 28375 (march_ks) R 28373 28375 28312 0 -1 4194304 9881 0 0 0 66 3 0 0 22 0 1 0 283709268 19607552 3919 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134527112 0 0 4096 0 0 0 0 17 1 0 0
/proc/28375/statm: 4787 3919 72 123 0 4662 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19148

[startup+1.50139 s]
/proc/loadavg: 0.73 0.91 0.97 2/78 28376
/proc/meminfo: memFree=1002264/2055920 swapFree=4192812/4192956
[pid=28375] ppid=28373 vsize=20732 CPUtime=1.49
/proc/28375/stat : 28375 (march_ks) R 28373 28375 28312 0 -1 4194304 10247 0 0 0 146 3 0 0 25 0 1 0 283709268 21229568 4285 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134538426 0 0 4096 0 0 0 0 17 1 0 0
/proc/28375/statm: 5183 4285 72 123 0 5058 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20732

[startup+3.10158 s]
/proc/loadavg: 0.73 0.91 0.97 2/78 28376
/proc/meminfo: memFree=1001048/2055920 swapFree=4192812/4192956
[pid=28375] ppid=28373 vsize=21656 CPUtime=3.09
/proc/28375/stat : 28375 (march_ks) R 28373 28375 28312 0 -1 4194304 10496 0 0 0 305 4 0 0 25 0 1 0 283709268 22175744 4534 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134539181 0 0 4096 0 0 0 0 17 1 0 0
/proc/28375/statm: 5414 4534 72 123 0 5289 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21656

[startup+6.30194 s]
/proc/loadavg: 0.73 0.91 0.97 2/78 28376
/proc/meminfo: memFree=998232/2055920 swapFree=4192812/4192956
[pid=28375] ppid=28373 vsize=25252 CPUtime=6.29
/proc/28375/stat : 28375 (march_ks) R 28373 28375 28312 0 -1 4194304 11297 0 0 0 625 4 0 0 25 0 1 0 283709268 25858048 5336 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134665944 0 0 4096 0 0 0 0 17 1 0 0
/proc/28375/statm: 6313 5339 72 123 0 6188 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 25252

[startup+12.7017 s]
/proc/loadavg: 0.77 0.91 0.97 2/78 28376
/proc/meminfo: memFree=987672/2055920 swapFree=4192812/4192956
[pid=28375] ppid=28373 vsize=37812 CPUtime=12.69
/proc/28375/stat : 28375 (march_ks) R 28373 28375 28312 0 -1 4194304 14317 0 0 0 1263 6 0 0 25 0 1 0 283709268 38719488 8355 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134539175 0 0 4096 0 0 0 0 17 1 0 0
/proc/28375/statm: 9453 8355 72 123 0 9328 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 37812

[startup+25.5011 s]
/proc/loadavg: 0.81 0.91 0.97 2/78 28376
/proc/meminfo: memFree=978328/2055920 swapFree=4192812/4192956
[pid=28375] ppid=28373 vsize=45396 CPUtime=25.49
/proc/28375/stat : 28375 (march_ks) R 28373 28375 28312 0 -1 4194304 16026 0 0 0 2542 7 0 0 25 0 1 0 283709268 46485504 10064 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134538189 0 0 4096 0 0 0 0 17 1 0 0
/proc/28375/statm: 11349 10064 72 123 0 11224 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 45396

[startup+51.102 s]
/proc/loadavg: 0.88 0.92 0.97 2/78 28376
/proc/meminfo: memFree=977816/2055920 swapFree=4192812/4192956
[pid=28375] ppid=28373 vsize=45812 CPUtime=51.07
/proc/28375/stat : 28375 (march_ks) R 28373 28375 28312 0 -1 4194304 16139 0 0 0 5100 7 0 0 25 0 1 0 283709268 46911488 10177 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134537973 0 0 4096 0 0 0 0 17 1 0 0
/proc/28375/statm: 11453 10177 72 123 0 11328 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 45812

[startup+102.306 s]
/proc/loadavg: 1.02 0.94 0.97 2/78 28376
/proc/meminfo: memFree=977304/2055920 swapFree=4192812/4192956
[pid=28375] ppid=28373 vsize=46628 CPUtime=102.26
/proc/28375/stat : 28375 (march_ks) R 28373 28375 28312 0 -1 4194304 16272 0 0 0 10218 8 0 0 25 0 1 0 283709268 47747072 10310 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134526644 0 0 4096 0 0 0 0 17 1 0 0
/proc/28375/statm: 11657 10310 72 123 0 11532 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 46628

[startup+162.302 s]
/proc/loadavg: 1.00 0.95 0.97 2/78 28378
/proc/meminfo: memFree=976472/2055920 swapFree=4192812/4192956
[pid=28375] ppid=28373 vsize=47616 CPUtime=162.23
/proc/28375/stat : 28375 (march_ks) R 28373 28375 28312 0 -1 4194304 16466 0 0 0 16215 8 0 0 25 0 1 0 283709268 48758784 10504 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134596366 0 0 4096 0 0 0 0 17 1 0 0
/proc/28375/statm: 11904 10504 72 123 0 11779 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 47616

[startup+222.301 s]
/proc/loadavg: 1.00 0.96 0.97 2/78 28378
/proc/meminfo: memFree=975512/2055920 swapFree=4192812/4192956
[pid=28375] ppid=28373 vsize=48380 CPUtime=222.22
/proc/28375/stat : 28375 (march_ks) R 28373 28375 28312 0 -1 4194304 16691 0 0 0 22213 9 0 0 25 0 1 0 283709268 49541120 10729 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134564829 0 0 4096 0 0 0 0 17 1 0 0
/proc/28375/statm: 12095 10729 72 123 0 11970 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 48380

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

[startup+230.301 s]
/proc/loadavg: 1.00 0.96 0.97 2/78 28378
/proc/meminfo: memFree=975448/2055920 swapFree=4192812/4192956
[pid=28375] ppid=28373 vsize=48380 CPUtime=230.22
/proc/28375/stat : 28375 (march_ks) R 28373 28375 28312 0 -1 4194304 16718 0 0 0 23013 9 0 0 25 0 1 0 283709268 49541120 10756 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134596395 0 0 4096 0 0 0 0 17 1 0 0
/proc/28375/statm: 12095 10756 72 123 0 11970 0
Current children cumulated CPU time (s) 230.22
Current children cumulated vsize (KiB) 48380

[startup+243.106 s]
/proc/loadavg: 1.00 0.96 0.97 2/78 28378
/proc/meminfo: memFree=975256/2055920 swapFree=4192812/4192956
[pid=28375] ppid=28373 vsize=48380 CPUtime=243.02
/proc/28375/stat : 28375 (march_ks) R 28373 28375 28312 0 -1 4194304 16765 0 0 0 24293 9 0 0 25 0 1 0 283709268 49541120 10803 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134584621 0 0 4096 0 0 0 0 17 1 0 0
/proc/28375/statm: 12095 10803 72 123 0 11970 0
Current children cumulated CPU time (s) 243.02
Current children cumulated vsize (KiB) 48380

[startup+249.501 s]
/proc/loadavg: 1.00 0.96 0.97 2/78 28378
/proc/meminfo: memFree=975128/2055920 swapFree=4192812/4192956
[pid=28375] ppid=28373 vsize=49532 CPUtime=249.41
/proc/28375/stat : 28375 (march_ks) R 28373 28375 28312 0 -1 4194304 16790 0 0 0 24932 9 0 0 25 0 1 0 283709268 50720768 10828 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134564374 0 0 4096 0 0 0 0 17 1 0 0
/proc/28375/statm: 12383 10828 72 123 0 12258 0
Current children cumulated CPU time (s) 249.41
Current children cumulated vsize (KiB) 49532

[startup+255.901 s]
/proc/loadavg: 1.00 0.96 0.97 3/78 28378
/proc/meminfo: memFree=975064/2055920 swapFree=4192812/4192956
[pid=28375] ppid=28373 vsize=49532 CPUtime=255.81
/proc/28375/stat : 28375 (march_ks) R 28373 28375 28312 0 -1 4194304 16812 0 0 0 25572 9 0 0 25 0 1 0 283709268 50720768 10850 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134587448 0 0 4096 0 0 0 0 17 1 0 0
/proc/28375/statm: 12383 10850 72 123 0 12258 0
Current children cumulated CPU time (s) 255.81
Current children cumulated vsize (KiB) 49532

[startup+257.501 s]
/proc/loadavg: 1.00 0.96 0.97 2/78 28378
/proc/meminfo: memFree=975000/2055920 swapFree=4192812/4192956
[pid=28375] ppid=28373 vsize=49532 CPUtime=257.41
/proc/28375/stat : 28375 (march_ks) R 28373 28375 28312 0 -1 4194304 16818 0 0 0 25732 9 0 0 25 0 1 0 283709268 50720768 10856 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134539175 0 0 4096 0 0 0 0 17 1 0 0
/proc/28375/statm: 12383 10856 72 123 0 12258 0
Current children cumulated CPU time (s) 257.41
Current children cumulated vsize (KiB) 49532

[startup+259.102 s]
/proc/loadavg: 1.00 0.96 0.97 2/78 28378
/proc/meminfo: memFree=975000/2055920 swapFree=4192812/4192956
[pid=28375] ppid=28373 vsize=49664 CPUtime=259.01
/proc/28375/stat : 28375 (march_ks) R 28373 28375 28312 0 -1 4194304 16845 0 0 0 25892 9 0 0 25 0 1 0 283709268 50855936 10883 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134538215 0 0 4096 0 0 0 0 17 1 0 0
/proc/28375/statm: 12416 10883 72 123 0 12291 0
Current children cumulated CPU time (s) 259.01
Current children cumulated vsize (KiB) 49664

[startup+259.502 s]
/proc/loadavg: 1.00 0.96 0.97 2/78 28378
/proc/meminfo: memFree=974872/2055920 swapFree=4192812/4192956
[pid=28375] ppid=28373 vsize=49664 CPUtime=259.41
/proc/28375/stat : 28375 (march_ks) R 28373 28375 28312 0 -1 4194304 16852 0 0 0 25932 9 0 0 25 0 1 0 283709268 50855936 10890 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134538186 0 0 4096 0 0 0 0 17 1 0 0
/proc/28375/statm: 12416 10890 72 123 0 12291 0
Current children cumulated CPU time (s) 259.41
Current children cumulated vsize (KiB) 49664

[startup+259.702 s]
/proc/loadavg: 1.00 0.96 0.97 2/78 28378
/proc/meminfo: memFree=974872/2055920 swapFree=4192812/4192956
[pid=28375] ppid=28373 vsize=49664 CPUtime=259.61
/proc/28375/stat : 28375 (march_ks) R 28373 28375 28312 0 -1 4194304 16856 0 0 0 25952 9 0 0 25 0 1 0 283709268 50855936 10894 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134543477 0 0 4096 0 0 0 0 17 1 0 0
/proc/28375/statm: 12416 10894 72 123 0 12291 0
Current children cumulated CPU time (s) 259.61
Current children cumulated vsize (KiB) 49664

[startup+259.802 s]
/proc/loadavg: 1.00 0.96 0.97 2/78 28378
/proc/meminfo: memFree=974872/2055920 swapFree=4192812/4192956
[pid=28375] ppid=28373 vsize=49796 CPUtime=259.71
/proc/28375/stat : 28375 (march_ks) R 28373 28375 28312 0 -1 4194304 16864 0 0 0 25962 9 0 0 25 0 1 0 283709268 50991104 10902 18446744073709551615 134512640 135019032 4294956624 18446744073709551615 134538578 0 0 4096 0 0 0 0 17 1 0 0
/proc/28375/statm: 12449 10902 72 123 0 12324 0
Current children cumulated CPU time (s) 259.71
Current children cumulated vsize (KiB) 49796

Child status: 20
Real time (s): 259.899
CPU time (s): 259.817
CPU user time (s): 259.712
CPU system time (s): 0.105983
CPU usage (%): 99.9686
Max. virtual memory (cumulated for all children) (KiB): 49796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 259.712
system time used= 0.105983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16876
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= 7
involuntary context switches= 472

runsolver used 0.313952 second user time and 0.618905 second system time

The end

Launcher Data (download as text)

Begin job on node5 on Wed Feb 28 04:39:05 UTC 2007

IDJOB= 314467
IDBENCH= 20392
IDSOLVER= 111
FILE ID= node5/314467-1172637544

PBS_JOBID= 3980931

Free space on /tmp= 66532 MiB

SOLVER NAME= March KS 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/medium/AProVE07-22.cnf
COMMAND LINE= /tmp/evaluation/314467-1172637544/march_ks /tmp/evaluation/314467-1172637544/instance-314467-1172637544.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node5/watcher-314467-1172637544 -o ROOT/results/node5/solver-314467-1172637544 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/314467-1172637544/march_ks /tmp/evaluation/314467-1172637544/instance-314467-1172637544.cnf            

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  3b3198fba6db1661781a1aa668754f11

RANDOM SEED= 766037791

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node5.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.224
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.224
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:       1019192 kB
Buffers:         54628 kB
Cached:         864120 kB
SwapCached:          0 kB
Active:         381420 kB
Inactive:       581072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1019192 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3328 kB
Writeback:           0 kB
Mapped:          62652 kB
Slab:            59924 kB
Committed_AS:   956656 kB
PageTables:       1692 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= 66532 MiB

End job on node5 on Wed Feb 28 04:43:25 UTC 2007