Trace number 1820491

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
MiniSat2hack 2009-03-23UNSAT 66.56 66.5587

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l06-ipc5-h31-unknown.cnf
MD5SUM4211c3af8594e6cbb06d7f7e8978c614
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark49.95
Satisfiable
(Un)Satisfiability was proved
Number of variables149210
Number of clauses761906
Sum of the clauses size1988854
Maximum clause length591
Minimum clause length1
Number of clauses of size 1276
Number of clauses of size 2614506
Number of clauses of size 3141844
Number of clauses of size 41307
Number of clauses of size 5115
Number of clauses of size over 53858

Solver Data

0.00/0.00	c Parsing...
0.62/0.67	c ==============================================================================
0.62/0.67	c |           |     ORIGINAL     |              LEARNT              |          |
0.62/0.67	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.62/0.67	c ==============================================================================
0.62/0.67	c |         0 |  761606  1988518 |  228481       0        0     nan |  0.000 % |
17.82/17.87	c |         0 |  481437  2946128 |      --       0       --      -- |     --   | -280169/957610
17.82/17.87	c ==============================================================================
17.82/17.87	c Result  :   #vars: 11671   #clauses: 481437   #literals: 2946128
17.82/17.87	c CPU time:   17.57 s
17.82/17.87	c ==============================================================================
18.72/18.78	This is MiniSat 2.0 beta with hacks by AVG
18.72/18.78	WARNING: for repeatability, setting FPU to use double precision
18.72/18.78	============================[ Problem Statistics ]=============================
18.72/18.78	|                                                                             |
18.72/18.79	|  Number of variables:  11671                                                |
18.72/18.79	|  Number of clauses:    481437                                               |
18.78/19.22	|  Parsing time:         0.37         s                                       |
66.51/66.52	restarts              : 15
66.51/66.52	conflicts             : 76494          (1604 /sec)
66.51/66.52	decisions             : 126463         (1.78 % random) (2652 /sec)
66.51/66.52	propagations          : 45730340       (959109 /sec)
66.51/66.52	conflict literals     : 1386039        (32.07 % deleted)
66.51/66.52	Memory used           : 39.20 MB
66.51/66.52	CPU time              : 47.68 s
66.51/66.52	
66.51/66.52	UNSATISFIABLE
66.51/66.53	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: runsolver --timestamp -w /tmp/evaluation-result-1820491-1242449710/watcher-1820491-1242449710 -o /tmp/evaluation-result-1820491-1242449710/solver-1820491-1242449710 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820491-1242449710.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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.99 2/96 6103
/proc/meminfo: memFree=1310196/2074464 swapFree=1950760/1959888
[pid=6103] ppid=6101 vsize=2412 CPUtime=0
/proc/6103/stat : 6103 (SatELiteGTI) S 6101 6103 11066 0 -1 4194304 367 646 0 0 0 0 0 0 25 0 1 0 1009469457 2469888 276 4294967295 134512640 135169312 3219425680 3219424216 3085815534 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/6103/statm: 603 276 235 161 0 42 0
[pid=6107] ppid=6103 vsize=956 CPUtime=0
/proc/6107/stat : 6107 (SatELite_releas) R 6103 6103 11066 0 -1 4202496 136 0 0 0 0 0 0 0 25 0 1 0 1009469457 978944 72 4294967295 134512640 135223648 3219366272 3219364868 134719062 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6107/statm: 239 78 45 174 0 64 0

[startup+0.048635 s]
/proc/loadavg: 0.99 0.97 0.99 2/96 6103
/proc/meminfo: memFree=1310196/2074464 swapFree=1950760/1959888
[pid=6103] ppid=6101 vsize=2412 CPUtime=0
/proc/6103/stat : 6103 (SatELiteGTI) S 6101 6103 11066 0 -1 4194304 367 646 0 0 0 0 0 0 25 0 1 0 1009469457 2469888 276 4294967295 134512640 135169312 3219425680 3219424216 3085815534 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/6103/statm: 603 276 235 161 0 42 0
[pid=6107] ppid=6103 vsize=5664 CPUtime=0.05
/proc/6107/stat : 6107 (SatELite_releas) R 6103 6103 11066 0 -1 4202496 1188 0 0 0 4 1 0 0 25 0 1 0 1009469457 5799936 1124 4294967295 134512640 135223648 3219366272 3219365224 134737310 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6107/statm: 1416 1124 47 174 0 1241 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 8076

[startup+0.11863 s]
/proc/loadavg: 0.99 0.97 0.99 2/96 6103
/proc/meminfo: memFree=1310196/2074464 swapFree=1950760/1959888
[pid=6103] ppid=6101 vsize=2412 CPUtime=0
/proc/6103/stat : 6103 (SatELiteGTI) S 6101 6103 11066 0 -1 4194304 367 646 0 0 0 0 0 0 25 0 1 0 1009469457 2469888 276 4294967295 134512640 135169312 3219425680 3219424216 3085815534 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/6103/statm: 603 276 235 161 0 42 0
[pid=6107] ppid=6103 vsize=13132 CPUtime=0.12
/proc/6107/stat : 6107 (SatELite_releas) R 6103 6103 11066 0 -1 4202496 2889 0 0 0 9 3 0 0 25 0 1 0 1009469457 13447168 2825 4294967295 134512640 135223648 3219366272 3219365224 134737310 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6107/statm: 3283 2826 47 174 0 3108 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 15544

[startup+0.318619 s]
/proc/loadavg: 0.99 0.97 0.99 2/96 6103
/proc/meminfo: memFree=1310196/2074464 swapFree=1950760/1959888
[pid=6103] ppid=6101 vsize=2412 CPUtime=0
/proc/6103/stat : 6103 (SatELiteGTI) S 6101 6103 11066 0 -1 4194304 367 646 0 0 0 0 0 0 25 0 1 0 1009469457 2469888 276 4294967295 134512640 135169312 3219425680 3219424216 3085815534 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/6103/statm: 603 276 235 161 0 42 0
[pid=6107] ppid=6103 vsize=39060 CPUtime=0.32
/proc/6107/stat : 6107 (SatELite_releas) R 6103 6103 11066 0 -1 4202496 8188 0 0 0 26 6 0 0 25 0 1 0 1009469457 39997440 8124 4294967295 134512640 135223648 3219366272 3219364872 134719062 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6107/statm: 9765 8124 47 174 0 9590 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 41472

[startup+0.718596 s]
/proc/loadavg: 0.99 0.97 0.99 2/96 6103
/proc/meminfo: memFree=1310196/2074464 swapFree=1950760/1959888
[pid=6103] ppid=6101 vsize=2412 CPUtime=0
/proc/6103/stat : 6103 (SatELiteGTI) S 6101 6103 11066 0 -1 4194304 367 646 0 0 0 0 0 0 25 0 1 0 1009469457 2469888 276 4294967295 134512640 135169312 3219425680 3219424216 3085815534 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/6103/statm: 603 276 235 161 0 42 0
[pid=6107] ppid=6103 vsize=92292 CPUtime=0.72
/proc/6107/stat : 6107 (SatELite_releas) R 6103 6103 11066 0 -1 4202496 19730 0 0 0 58 14 0 0 25 0 1 0 1009469457 94507008 19294 4294967295 134512640 135223648 3219366272 3219364272 134548455 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6107/statm: 23073 19294 73 174 0 22898 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 94704

[startup+1.51855 s]
/proc/loadavg: 0.99 0.97 0.99 2/98 6108
/proc/meminfo: memFree=1229308/2074464 swapFree=1950760/1959888
[pid=6103] ppid=6101 vsize=2412 CPUtime=0
/proc/6103/stat : 6103 (SatELiteGTI) S 6101 6103 11066 0 -1 4194304 367 646 0 0 0 0 0 0 25 0 1 0 1009469457 2469888 276 4294967295 134512640 135169312 3219425680 3219424216 3085815534 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/6103/statm: 603 276 235 161 0 42 0
[pid=6107] ppid=6103 vsize=96472 CPUtime=1.52
/proc/6107/stat : 6107 (SatELite_releas) R 6103 6103 11066 0 -1 4202496 20742 0 0 0 136 16 0 0 25 0 1 0 1009469457 98787328 20306 4294967295 134512640 135223648 3219366272 3219364272 134548935 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6107/statm: 24118 20306 73 174 0 23943 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 98884

[startup+3.11846 s]
/proc/loadavg: 0.99 0.97 0.99 2/98 6110
/proc/meminfo: memFree=1222612/2074464 swapFree=1950760/1959888
[pid=6103] ppid=6101 vsize=2412 CPUtime=0
/proc/6103/stat : 6103 (SatELiteGTI) S 6101 6103 11066 0 -1 4194304 367 646 0 0 0 0 0 0 25 0 1 0 1009469457 2469888 276 4294967295 134512640 135169312 3219425680 3219424216 3085815534 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/6103/statm: 603 276 235 161 0 42 0
[pid=6107] ppid=6103 vsize=100136 CPUtime=3.12
/proc/6107/stat : 6107 (SatELite_releas) R 6103 6103 11066 0 -1 4202496 21637 0 0 0 291 21 0 0 25 0 1 0 1009469457 102539264 21201 4294967295 134512640 135223648 3219366272 3219364272 134548984 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6107/statm: 25034 21201 73 174 0 24859 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 102548

[startup+6.31829 s]
/proc/loadavg: 0.99 0.97 0.99 2/98 6111
/proc/meminfo: memFree=1206740/2074464 swapFree=1950760/1959888
[pid=6103] ppid=6101 vsize=2412 CPUtime=0
/proc/6103/stat : 6103 (SatELiteGTI) S 6101 6103 11066 0 -1 4194304 367 646 0 0 0 0 0 0 25 0 1 0 1009469457 2469888 276 4294967295 134512640 135169312 3219425680 3219424216 3085815534 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/6103/statm: 603 276 235 161 0 42 0
[pid=6107] ppid=6103 vsize=106636 CPUtime=6.32
/proc/6107/stat : 6107 (SatELite_releas) R 6103 6103 11066 0 -1 4202496 23173 0 0 0 607 25 0 0 25 0 1 0 1009469457 109195264 22737 4294967295 134512640 135223648 3219366272 3219364032 134578192 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6107/statm: 26659 22737 73 174 0 26484 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 109048

[startup+12.7179 s]
/proc/loadavg: 0.99 0.97 0.99 2/98 6112
/proc/meminfo: memFree=1181260/2074464 swapFree=1950760/1959888
[pid=6103] ppid=6101 vsize=2412 CPUtime=0
/proc/6103/stat : 6103 (SatELiteGTI) S 6101 6103 11066 0 -1 4194304 367 646 0 0 0 0 0 0 25 0 1 0 1009469457 2469888 276 4294967295 134512640 135169312 3219425680 3219424216 3085815534 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/6103/statm: 603 276 235 161 0 42 0
[pid=6107] ppid=6103 vsize=122936 CPUtime=12.72
/proc/6107/stat : 6107 (SatELite_releas) R 6103 6103 11066 0 -1 4202496 26562 0 0 0 1241 31 0 0 25 0 1 0 1009469457 125886464 25834 4294967295 134512640 135223648 3219366272 3219364624 134601968 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6107/statm: 30734 25834 73 174 0 30559 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 125348

[startup+25.5172 s]
/proc/loadavg: 0.99 0.97 0.99 2/98 6302
/proc/meminfo: memFree=1234400/2074464 swapFree=1950760/1959888
[pid=6103] ppid=6101 vsize=2416 CPUtime=18.78
/proc/6103/stat : 6103 (SatELiteGTI) S 6101 6103 11066 0 -1 4194304 386 29884 0 0 0 0 1845 33 20 0 1 0 1009469457 2473984 277 4294967295 134512640 135169312 3219425680 3219421896 3085815534 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6103/statm: 604 277 235 161 0 43 0
[pid=6301] ppid=6103 vsize=33472 CPUtime=6.74
/proc/6301/stat : 6301 (minisat_static) R 6103 6103 11066 0 -1 4202496 8095 0 0 0 667 7 0 0 25 0 1 0 1009471335 34275328 8030 4294967295 134512640 135214715 3218497792 3218496256 134528643 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6301/statm: 8368 8030 73 172 0 8195 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 35888

[startup+51.1158 s]
/proc/loadavg: 0.99 0.97 0.99 2/98 6302
/proc/meminfo: memFree=1229824/2074464 swapFree=1950760/1959888
[pid=6103] ppid=6101 vsize=2416 CPUtime=18.78
/proc/6103/stat : 6103 (SatELiteGTI) S 6101 6103 11066 0 -1 4194304 386 29884 0 0 0 0 1845 33 20 0 1 0 1009469457 2473984 277 4294967295 134512640 135169312 3219425680 3219421896 3085815534 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6103/statm: 604 277 235 161 0 43 0
[pid=6301] ppid=6103 vsize=38388 CPUtime=32.34
/proc/6301/stat : 6301 (minisat_static) R 6103 6103 11066 0 -1 4202496 9288 0 0 0 3227 7 0 0 25 0 1 0 1009471335 39309312 9223 4294967295 134512640 135214715 3218497792 3218496256 134528509 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6301/statm: 9597 9223 73 172 0 9424 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 40804

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

[startup+57.5154 s]
/proc/loadavg: 0.99 0.97 0.99 2/98 6302
/proc/meminfo: memFree=1229080/2074464 swapFree=1950760/1959888
[pid=6103] ppid=6101 vsize=2416 CPUtime=18.78
/proc/6103/stat : 6103 (SatELiteGTI) S 6101 6103 11066 0 -1 4194304 386 29884 0 0 0 0 1845 33 20 0 1 0 1009469457 2473984 277 4294967295 134512640 135169312 3219425680 3219421896 3085815534 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6103/statm: 604 277 235 161 0 43 0
[pid=6301] ppid=6103 vsize=39060 CPUtime=38.74
/proc/6301/stat : 6301 (minisat_static) R 6103 6103 11066 0 -1 4202496 9461 0 0 0 3867 7 0 0 25 0 1 0 1009471335 39997440 9396 4294967295 134512640 135214715 3218497792 3218496256 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6301/statm: 9765 9396 73 172 0 9592 0
Current children cumulated CPU time (s) 57.52
Current children cumulated vsize (KiB) 41476

[startup+60.7053 s]
/proc/loadavg: 0.99 0.97 0.99 2/98 6302
/proc/meminfo: memFree=1228584/2074464 swapFree=1950760/1959888
[pid=6103] ppid=6101 vsize=2416 CPUtime=18.78
/proc/6103/stat : 6103 (SatELiteGTI) S 6101 6103 11066 0 -1 4194304 386 29884 0 0 0 0 1845 33 20 0 1 0 1009469457 2473984 277 4294967295 134512640 135169312 3219425680 3219421896 3085815534 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6103/statm: 604 277 235 161 0 43 0
[pid=6301] ppid=6103 vsize=39608 CPUtime=41.93
/proc/6301/stat : 6301 (minisat_static) R 6103 6103 11066 0 -1 4202496 9589 0 0 0 4186 7 0 0 25 0 1 0 1009471335 40558592 9524 4294967295 134512640 135214715 3218497792 3218496256 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6301/statm: 9902 9524 73 172 0 9729 0
Current children cumulated CPU time (s) 60.71
Current children cumulated vsize (KiB) 42024

[startup+63.9051 s]
/proc/loadavg: 0.99 0.97 0.99 2/98 6302
/proc/meminfo: memFree=1228088/2074464 swapFree=1950760/1959888
[pid=6103] ppid=6101 vsize=2416 CPUtime=18.78
/proc/6103/stat : 6103 (SatELiteGTI) S 6101 6103 11066 0 -1 4194304 386 29884 0 0 0 0 1845 33 20 0 1 0 1009469457 2473984 277 4294967295 134512640 135169312 3219425680 3219421896 3085815534 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6103/statm: 604 277 235 161 0 43 0
[pid=6301] ppid=6103 vsize=40140 CPUtime=45.13
/proc/6301/stat : 6301 (minisat_static) R 6103 6103 11066 0 -1 4202496 9711 0 0 0 4506 7 0 0 25 0 1 0 1009471335 41103360 9646 4294967295 134512640 135214715 3218497792 3218496256 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6301/statm: 10035 9646 73 172 0 9862 0
Current children cumulated CPU time (s) 63.91
Current children cumulated vsize (KiB) 42556

[startup+65.505 s]
/proc/loadavg: 0.99 0.97 0.99 2/98 6302
/proc/meminfo: memFree=1228088/2074464 swapFree=1950760/1959888
[pid=6103] ppid=6101 vsize=2416 CPUtime=18.78
/proc/6103/stat : 6103 (SatELiteGTI) S 6101 6103 11066 0 -1 4194304 386 29884 0 0 0 0 1845 33 20 0 1 0 1009469457 2473984 277 4294967295 134512640 135169312 3219425680 3219421896 3085815534 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6103/statm: 604 277 235 161 0 43 0
[pid=6301] ppid=6103 vsize=40140 CPUtime=46.73
/proc/6301/stat : 6301 (minisat_static) R 6103 6103 11066 0 -1 4202496 9725 0 0 0 4666 7 0 0 25 0 1 0 1009471335 41103360 9660 4294967295 134512640 135214715 3218497792 3218496256 134528560 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6301/statm: 10035 9660 73 172 0 9862 0
Current children cumulated CPU time (s) 65.51
Current children cumulated vsize (KiB) 42556

[startup+66.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/98 6302
/proc/meminfo: memFree=1227964/2074464 swapFree=1950760/1959888
[pid=6103] ppid=6101 vsize=2416 CPUtime=18.78
/proc/6103/stat : 6103 (SatELiteGTI) S 6101 6103 11066 0 -1 4194304 386 29884 0 0 0 0 1845 33 20 0 1 0 1009469457 2473984 277 4294967295 134512640 135169312 3219425680 3219421896 3085815534 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6103/statm: 604 277 235 161 0 43 0
[pid=6301] ppid=6103 vsize=40140 CPUtime=47.53
/proc/6301/stat : 6301 (minisat_static) R 6103 6103 11066 0 -1 4202496 9734 0 0 0 4746 7 0 0 25 0 1 0 1009471335 41103360 9669 4294967295 134512640 135214715 3218497792 3218496256 134529071 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6301/statm: 10035 9669 73 172 0 9862 0
Current children cumulated CPU time (s) 66.31
Current children cumulated vsize (KiB) 42556

[startup+66.5049 s]
/proc/loadavg: 0.99 0.97 0.99 2/98 6302
/proc/meminfo: memFree=1227964/2074464 swapFree=1950760/1959888
[pid=6103] ppid=6101 vsize=2416 CPUtime=18.78
/proc/6103/stat : 6103 (SatELiteGTI) S 6101 6103 11066 0 -1 4194304 386 29884 0 0 0 0 1845 33 20 0 1 0 1009469457 2473984 277 4294967295 134512640 135169312 3219425680 3219421896 3085815534 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6103/statm: 604 277 235 161 0 43 0
[pid=6301] ppid=6103 vsize=40140 CPUtime=47.73
/proc/6301/stat : 6301 (minisat_static) R 6103 6103 11066 0 -1 4202496 9734 0 0 0 4766 7 0 0 25 0 1 0 1009471335 41103360 9669 4294967295 134512640 135214715 3218497792 3218496256 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6301/statm: 10035 9669 73 172 0 9862 0
Current children cumulated CPU time (s) 66.51
Current children cumulated vsize (KiB) 42556

Child status: 20
Real time (s): 66.5587
CPU time (s): 66.56
CPU user time (s): 66.13
CPU system time (s): 0.43
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 132620

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

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi23 at 2009-05-16 06:55:10
IDJOB=1820491
IDBENCH=20419
IDSOLVER=660
FILE ID=tipi23/1820491-1242449710
PBS_JOBID=
Free space on /tmp= 9763 MiB

SOLVER NAME= MiniSat2hack 2009-03-23
BENCH NAME= SAT07/industrial/palacios/uts/uts-l06-ipc5-h31-unknown.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1820491-1242449710/watcher-1820491-1242449710 -o /tmp/evaluation-result-1820491-1242449710/solver-1820491-1242449710 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1820491-1242449710.cnf

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

MD5SUM BENCH= 4211c3af8594e6cbb06d7f7e8978c614
RANDOM SEED= 1776768014

Linux tipi23 2.6.18 #19 SMP Tue Jun 19 11:27:27 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.377
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3618.38

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.377
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.78

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.377
cache size	: 1024 KB
physical id	: 1
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.79

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.377
cache size	: 1024 KB
physical id	: 1
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.78


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:       1310196 kB
Buffers:         34916 kB
Cached:         630376 kB
SwapCached:       3700 kB
Active:         320648 kB
Inactive:       356528 kB
HighTotal:     1178688 kB
HighFree:       542104 kB
LowTotal:       895776 kB
LowFree:        768092 kB
SwapTotal:     1959888 kB
SwapFree:      1950760 kB
Dirty:           15688 kB
Writeback:          12 kB
AnonPages:       11096 kB
Mapped:           4572 kB
Slab:            78392 kB
PageTables:        528 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    96896 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 9763 MiB
End job on tipi23 at 2009-05-16 06:56:18