Trace number 1820973

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
APTUSAT 2009-03-22UNSAT 64.07 64.0952

General information on the benchmark

NameAPPLICATIONS/bitverif/
smulo/smulo016.cnf
MD5SUM576249eded8a3c95c0b3aa8dcd51992e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark20.07
Satisfiable
(Un)Satisfiability was proved
Number of variables2945
Number of clauses8738
Sum of the clauses size20386
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 25824
Number of clauses of size 32912
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |    8736    20384 |    2620       0        0     nan |  0.000 % |
0.00/0.05	c |         0 |    6300    17931 |      --       0       --      -- |     --   | -2434/-2448
0.00/0.05	c ==============================================================================
0.00/0.05	c Result  :   #vars: 1456   #clauses: 6300   #literals: 17931
0.00/0.05	c CPU time:   0.05 s
0.00/0.05	c ==============================================================================
0.00/0.05	This is MiniSat 2.0 beta
0.00/0.05	WARNING: for repeatability, setting FPU to use double precision
0.00/0.05	============================[ Problem Statistics ]=============================
0.00/0.05	|                                                                             |
0.00/0.05	|  Number of variables:  1456                                                 |
0.00/0.05	|  Number of clauses:    6300                                                 |
0.00/0.06	|  Parsing time:         0.01         s                                       |
0.00/0.06	============================[ Search Statistics ]==============================
0.00/0.06	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.06	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.06	===============================================================================
0.00/0.06	|         0 |    1456     6300    17931 |     2100        0    nan |  0.000 % |
0.00/0.06	|       100 |    1456     6300    17931 |     2310      100     11 |  0.003 % |
0.00/0.08	|       250 |    1456     6300    17931 |     2541      250     22 |  0.000 % |
0.00/0.09	|       475 |    1454     6294    17916 |     2795      471     20 |  0.137 % |
0.06/0.10	|       812 |    1454     6294    17916 |     3074      808     19 |  0.137 % |
0.06/0.15	|      1319 |    1454     6291    17910 |     3382     1315     21 |  0.137 % |
0.06/0.24	|      2078 |    1454     6291    17910 |     3720     2074     24 |  0.137 % |
0.06/0.42	|      3218 |    1454     6291    17910 |     4092     3214     26 |  0.137 % |
0.06/0.64	|      4928 |    1454     6291    17910 |     4501     2793     25 |  0.137 % |
0.06/0.90	|      7490 |    1454     6291    17910 |     4951     3011     22 |  0.137 % |
1.21/1.30	|     11334 |    1454     6291    17910 |     5446     4322     17 |  0.137 % |
1.79/1.85	|     17100 |    1453     6286    17899 |     5991     4436     18 |  0.206 % |
2.69/2.77	|     25750 |    1453     6286    17899 |     6590     3945     16 |  0.206 % |
4.09/4.19	|     38724 |    1453     6286    17899 |     7249     3399     15 |  0.206 % |
7.39/7.50	|     58185 |    1453     6286    17899 |     7974     4366     18 |  0.206 % |
10.59/10.68	|     87377 |    1453     6286    17899 |     8772     5060     18 |  0.206 % |
15.19/15.29	|    131166 |    1453     6286    17899 |     9649     8165     20 |  0.206 % |
22.19/22.29	|    196850 |    1453     6286    17899 |    10614     9579     18 |  0.206 % |
33.39/33.41	|    295377 |    1452     6281    17888 |    11675    10600     19 |  0.275 % |
50.50/50.55	|    443166 |    1428     6103    17406 |    12843     9503     17 |  1.923 % |
64.00/64.09	===============================================================================
64.00/64.09	restarts              : 20
64.00/64.09	conflicts             : 539982         (8440 /sec)
64.00/64.09	decisions             : 694556         (1.31 % random) (10856 /sec)
64.00/64.09	propagations          : 114179253      (1784609 /sec)
64.00/64.09	conflict literals     : 11018645       (47.14 % deleted)
64.00/64.09	Memory used           : 4.91 MB
64.00/64.09	CPU time              : 63.98 s
64.00/64.09	
64.00/64.09	UNSATISFIABLE
64.00/64.09	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-1820973-1242492972/watcher-1820973-1242492972 -o /tmp/evaluation-result-1820973-1242492972/solver-1820973-1242492972 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820973-1242492972.cnf -restarts=1 

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 1.00 1.00 2/97 21007
/proc/meminfo: memFree=1783316/2074464 swapFree=1949244/1959888
[pid=21007] ppid=21005 vsize=2416 CPUtime=0.01
/proc/21007/stat : 21007 (SatELiteGTI) S 21005 21007 16367 0 -1 4194304 368 644 0 0 1 0 0 0 25 0 1 0 1013798194 2473984 277 4294967295 134512640 135169312 3215386032 3215384568 3085491950 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/21007/statm: 604 277 235 161 0 43 0
[pid=21011] ppid=21007 vsize=956 CPUtime=0
/proc/21011/stat : 21011 (SatELite_releas) R 21007 21007 16367 0 -1 4202496 133 0 0 0 0 0 0 0 25 0 1 0 1013798194 978944 68 4294967295 134512640 135223648 3214658816 3214657768 134737310 0 0 0 3 0 0 0 17 0 0 0 0
/proc/21011/statm: 239 69 46 174 0 64 0

[startup+0.101456 s]
/proc/loadavg: 0.99 1.00 1.00 2/97 21007
/proc/meminfo: memFree=1783316/2074464 swapFree=1949244/1959888
[pid=21007] ppid=21005 vsize=2420 CPUtime=0.06
/proc/21007/stat : 21007 (SatELiteGTI) S 21005 21007 16367 0 -1 4194304 385 1184 0 0 1 0 5 0 25 0 1 0 1013798194 2478080 278 4294967295 134512640 135169312 3215386032 3215382248 3085491950 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21007/statm: 605 278 235 161 0 44 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2420

[startup+0.211449 s]
/proc/loadavg: 0.99 1.00 1.00 2/97 21007
/proc/meminfo: memFree=1783316/2074464 swapFree=1949244/1959888
[pid=21007] ppid=21005 vsize=2420 CPUtime=0.06
/proc/21007/stat : 21007 (SatELiteGTI) S 21005 21007 16367 0 -1 4194304 385 1184 0 0 1 0 5 0 25 0 1 0 1013798194 2478080 278 4294967295 134512640 135169312 3215386032 3215382248 3085491950 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21007/statm: 605 278 235 161 0 44 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2420

[startup+0.311443 s]
/proc/loadavg: 0.99 1.00 1.00 2/97 21007
/proc/meminfo: memFree=1783316/2074464 swapFree=1949244/1959888
[pid=21007] ppid=21005 vsize=2420 CPUtime=0.06
/proc/21007/stat : 21007 (SatELiteGTI) S 21005 21007 16367 0 -1 4194304 385 1184 0 0 1 0 5 0 25 0 1 0 1013798194 2478080 278 4294967295 134512640 135169312 3215386032 3215382248 3085491950 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21007/statm: 605 278 235 161 0 44 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2420

[startup+0.711421 s]
/proc/loadavg: 0.99 1.00 1.00 2/97 21007
/proc/meminfo: memFree=1783316/2074464 swapFree=1949244/1959888
[pid=21007] ppid=21005 vsize=2420 CPUtime=0.06
/proc/21007/stat : 21007 (SatELiteGTI) S 21005 21007 16367 0 -1 4194304 385 1184 0 0 1 0 5 0 25 0 1 0 1013798194 2478080 278 4294967295 134512640 135169312 3215386032 3215382248 3085491950 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21007/statm: 605 278 235 161 0 44 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2420

[startup+1.51138 s]
/proc/loadavg: 0.99 1.00 1.00 3/99 21013
/proc/meminfo: memFree=1781704/2074464 swapFree=1949244/1959888
[pid=21007] ppid=21005 vsize=2420 CPUtime=0.06
/proc/21007/stat : 21007 (SatELiteGTI) S 21005 21007 16367 0 -1 4194304 385 1184 0 0 1 0 5 0 25 0 1 0 1013798194 2478080 278 4294967295 134512640 135169312 3215386032 3215382248 3085491950 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21007/statm: 605 278 235 161 0 44 0
[pid=21013] ppid=21007 vsize=3104 CPUtime=1.43
/proc/21013/stat : 21013 (minisat_static) R 21007 21007 16367 0 -1 4202496 471 0 0 0 143 0 0 0 25 0 1 0 1013798200 3178496 406 4294967295 134512640 135213731 3216348928 3216347408 134530086 0 0 0 3 0 0 0 17 0 0 0 0
/proc/21013/statm: 776 406 73 172 0 602 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5524

[startup+3.11129 s]
/proc/loadavg: 0.99 1.00 1.00 3/99 21013
/proc/meminfo: memFree=1781704/2074464 swapFree=1949244/1959888
[pid=21007] ppid=21005 vsize=2420 CPUtime=0.06
/proc/21007/stat : 21007 (SatELiteGTI) S 21005 21007 16367 0 -1 4194304 385 1184 0 0 1 0 5 0 25 0 1 0 1013798194 2478080 278 4294967295 134512640 135169312 3215386032 3215382248 3085491950 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21007/statm: 605 278 235 161 0 44 0
[pid=21013] ppid=21007 vsize=3236 CPUtime=3.03
/proc/21013/stat : 21013 (minisat_static) R 21007 21007 16367 0 -1 4202496 509 0 0 0 303 0 0 0 25 0 1 0 1013798200 3313664 444 4294967295 134512640 135213731 3216348928 3216347408 134529947 0 0 0 3 0 0 0 17 0 0 0 0
/proc/21013/statm: 809 444 73 172 0 635 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5656

[startup+6.3111 s]
/proc/loadavg: 0.99 1.00 1.00 3/99 21013
/proc/meminfo: memFree=1781768/2074464 swapFree=1949244/1959888
[pid=21007] ppid=21005 vsize=2420 CPUtime=0.06
/proc/21007/stat : 21007 (SatELiteGTI) S 21005 21007 16367 0 -1 4194304 385 1184 0 0 1 0 5 0 25 0 1 0 1013798194 2478080 278 4294967295 134512640 135169312 3215386032 3215382248 3085491950 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21007/statm: 605 278 235 161 0 44 0
[pid=21013] ppid=21007 vsize=3512 CPUtime=6.23
/proc/21013/stat : 21013 (minisat_static) R 21007 21007 16367 0 -1 4202496 594 0 0 0 622 1 0 0 25 0 1 0 1013798200 3596288 529 4294967295 134512640 135213731 3216348928 3216347408 134530034 0 0 0 3 0 0 0 17 0 0 0 0
/proc/21013/statm: 878 529 73 172 0 704 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5932

[startup+12.7107 s]
/proc/loadavg: 0.99 1.00 1.00 3/99 21015
/proc/meminfo: memFree=1781600/2074464 swapFree=1949244/1959888
[pid=21007] ppid=21005 vsize=2420 CPUtime=0.06
/proc/21007/stat : 21007 (SatELiteGTI) S 21005 21007 16367 0 -1 4194304 385 1184 0 0 1 0 5 0 25 0 1 0 1013798194 2478080 278 4294967295 134512640 135169312 3215386032 3215382248 3085491950 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21007/statm: 605 278 235 161 0 44 0
[pid=21013] ppid=21007 vsize=3788 CPUtime=12.63
/proc/21013/stat : 21013 (minisat_static) R 21007 21007 16367 0 -1 4202496 649 0 0 0 1262 1 0 0 25 0 1 0 1013798200 3878912 584 4294967295 134512640 135213731 3216348928 3216347408 134530633 0 0 0 3 0 0 0 17 0 0 0 0
/proc/21013/statm: 947 584 73 172 0 773 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 6208

[startup+25.51 s]
/proc/loadavg: 0.99 1.00 1.00 3/99 21015
/proc/meminfo: memFree=1781300/2074464 swapFree=1949244/1959888
[pid=21007] ppid=21005 vsize=2420 CPUtime=0.06
/proc/21007/stat : 21007 (SatELiteGTI) S 21005 21007 16367 0 -1 4194304 385 1184 0 0 1 0 5 0 25 0 1 0 1013798194 2478080 278 4294967295 134512640 135169312 3215386032 3215382248 3085491950 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21007/statm: 605 278 235 161 0 44 0
[pid=21013] ppid=21007 vsize=4184 CPUtime=25.43
/proc/21013/stat : 21013 (minisat_static) R 21007 21007 16367 0 -1 4202496 752 0 0 0 2541 2 0 0 25 0 1 0 1013798200 4284416 687 4294967295 134512640 135213731 3216348928 3216347408 134530183 0 0 0 3 0 0 0 17 0 0 0 0
/proc/21013/statm: 1046 687 73 172 0 872 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 6604

[startup+51.1186 s]
/proc/loadavg: 0.99 1.00 1.00 3/99 21019
/proc/meminfo: memFree=1780752/2074464 swapFree=1949244/1959888
[pid=21007] ppid=21005 vsize=2420 CPUtime=0.06
/proc/21007/stat : 21007 (SatELiteGTI) S 21005 21007 16367 0 -1 4194304 385 1184 0 0 1 0 5 0 25 0 1 0 1013798194 2478080 278 4294967295 134512640 135169312 3215386032 3215382248 3085491950 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21007/statm: 605 278 235 161 0 44 0
[pid=21013] ppid=21007 vsize=4588 CPUtime=51.04
/proc/21013/stat : 21013 (minisat_static) R 21007 21007 16367 0 -1 4202496 865 0 0 0 5102 2 0 0 25 0 1 0 1013798200 4698112 800 4294967295 134512640 135213731 3216348928 3216347408 134529984 0 0 0 3 0 0 0 17 0 0 0 0
/proc/21013/statm: 1147 800 73 172 0 973 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 7008

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

[startup+51.2186 s]
/proc/loadavg: 0.99 1.00 1.00 3/99 21019
/proc/meminfo: memFree=1780752/2074464 swapFree=1949244/1959888
[pid=21007] ppid=21005 vsize=2420 CPUtime=0.06
/proc/21007/stat : 21007 (SatELiteGTI) S 21005 21007 16367 0 -1 4194304 385 1184 0 0 1 0 5 0 25 0 1 0 1013798194 2478080 278 4294967295 134512640 135169312 3215386032 3215382248 3085491950 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21007/statm: 605 278 235 161 0 44 0
[pid=21013] ppid=21007 vsize=4588 CPUtime=51.14
/proc/21013/stat : 21013 (minisat_static) R 21007 21007 16367 0 -1 4202496 865 0 0 0 5112 2 0 0 25 0 1 0 1013798200 4698112 800 4294967295 134512640 135213731 3216348928 3216347408 134530208 0 0 0 3 0 0 0 17 0 0 0 0
/proc/21013/statm: 1147 800 73 172 0 973 0
Current children cumulated CPU time (s) 51.2
Current children cumulated vsize (KiB) 7008

[startup+57.6182 s]
/proc/loadavg: 0.99 1.00 1.00 3/99 21019
/proc/meminfo: memFree=1780628/2074464 swapFree=1949244/1959888
[pid=21007] ppid=21005 vsize=2420 CPUtime=0.06
/proc/21007/stat : 21007 (SatELiteGTI) S 21005 21007 16367 0 -1 4194304 385 1184 0 0 1 0 5 0 25 0 1 0 1013798194 2478080 278 4294967295 134512640 135169312 3215386032 3215382248 3085491950 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21007/statm: 605 278 235 161 0 44 0
[pid=21013] ppid=21007 vsize=4892 CPUtime=57.54
/proc/21013/stat : 21013 (minisat_static) R 21007 21007 16367 0 -1 4202496 911 0 0 0 5751 3 0 0 25 0 1 0 1013798200 5009408 846 4294967295 134512640 135213731 3216348928 3216347184 134536125 0 0 0 3 0 0 0 17 0 0 0 0
/proc/21013/statm: 1223 846 73 172 0 1049 0
Current children cumulated CPU time (s) 57.6
Current children cumulated vsize (KiB) 7312

[startup+60.818 s]
/proc/loadavg: 0.99 1.00 1.00 2/99 21202
/proc/meminfo: memFree=1779712/2074464 swapFree=1949244/1959888
[pid=21007] ppid=21005 vsize=2420 CPUtime=0.06
/proc/21007/stat : 21007 (SatELiteGTI) S 21005 21007 16367 0 -1 4194304 385 1184 0 0 1 0 5 0 25 0 1 0 1013798194 2478080 278 4294967295 134512640 135169312 3215386032 3215382248 3085491950 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21007/statm: 605 278 235 161 0 44 0
[pid=21013] ppid=21007 vsize=5024 CPUtime=60.74
/proc/21013/stat : 21013 (minisat_static) R 21007 21007 16367 0 -1 4202496 946 0 0 0 6071 3 0 0 25 0 1 0 1013798200 5144576 881 4294967295 134512640 135213731 3216348928 3216347408 134530208 0 0 0 3 0 0 0 17 0 0 0 0
/proc/21013/statm: 1256 881 73 172 0 1082 0
Current children cumulated CPU time (s) 60.8
Current children cumulated vsize (KiB) 7444

[startup+62.4179 s]
/proc/loadavg: 0.99 1.00 1.00 2/99 21202
/proc/meminfo: memFree=1779588/2074464 swapFree=1949244/1959888
[pid=21007] ppid=21005 vsize=2420 CPUtime=0.06
/proc/21007/stat : 21007 (SatELiteGTI) S 21005 21007 16367 0 -1 4194304 385 1184 0 0 1 0 5 0 25 0 1 0 1013798194 2478080 278 4294967295 134512640 135169312 3215386032 3215382248 3085491950 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21007/statm: 605 278 235 161 0 44 0
[pid=21013] ppid=21007 vsize=5024 CPUtime=62.34
/proc/21013/stat : 21013 (minisat_static) R 21007 21007 16367 0 -1 4202496 946 0 0 0 6231 3 0 0 25 0 1 0 1013798200 5144576 881 4294967295 134512640 135213731 3216348928 3216347248 134528762 0 0 0 3 0 0 0 17 0 0 0 0
/proc/21013/statm: 1256 881 73 172 0 1082 0
Current children cumulated CPU time (s) 62.4
Current children cumulated vsize (KiB) 7444

[startup+63.2179 s]
/proc/loadavg: 0.99 1.00 1.00 2/99 21202
/proc/meminfo: memFree=1779604/2074464 swapFree=1949244/1959888
[pid=21007] ppid=21005 vsize=2420 CPUtime=0.06
/proc/21007/stat : 21007 (SatELiteGTI) S 21005 21007 16367 0 -1 4194304 385 1184 0 0 1 0 5 0 25 0 1 0 1013798194 2478080 278 4294967295 134512640 135169312 3215386032 3215382248 3085491950 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21007/statm: 605 278 235 161 0 44 0
[pid=21013] ppid=21007 vsize=5024 CPUtime=63.14
/proc/21013/stat : 21013 (minisat_static) R 21007 21007 16367 0 -1 4202496 946 0 0 0 6311 3 0 0 25 0 1 0 1013798200 5144576 881 4294967295 134512640 135213731 3216348928 3216347344 134535320 0 0 0 3 0 0 0 17 0 0 0 0
/proc/21013/statm: 1256 881 73 172 0 1082 0
Current children cumulated CPU time (s) 63.2
Current children cumulated vsize (KiB) 7444

[startup+63.6179 s]
/proc/loadavg: 0.99 1.00 1.00 2/99 21202
/proc/meminfo: memFree=1779604/2074464 swapFree=1949244/1959888
[pid=21007] ppid=21005 vsize=2420 CPUtime=0.06
/proc/21007/stat : 21007 (SatELiteGTI) S 21005 21007 16367 0 -1 4194304 385 1184 0 0 1 0 5 0 25 0 1 0 1013798194 2478080 278 4294967295 134512640 135169312 3215386032 3215382248 3085491950 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21007/statm: 605 278 235 161 0 44 0
[pid=21013] ppid=21007 vsize=5024 CPUtime=63.54
/proc/21013/stat : 21013 (minisat_static) R 21007 21007 16367 0 -1 4202496 946 0 0 0 6351 3 0 0 25 0 1 0 1013798200 5144576 881 4294967295 134512640 135213731 3216348928 3216347408 134529947 0 0 0 3 0 0 0 17 0 0 0 0
/proc/21013/statm: 1256 881 73 172 0 1082 0
Current children cumulated CPU time (s) 63.6
Current children cumulated vsize (KiB) 7444

[startup+64.0179 s]
/proc/loadavg: 0.99 1.00 1.00 2/99 21202
/proc/meminfo: memFree=1779652/2074464 swapFree=1949244/1959888
[pid=21007] ppid=21005 vsize=2420 CPUtime=0.06
/proc/21007/stat : 21007 (SatELiteGTI) S 21005 21007 16367 0 -1 4194304 385 1184 0 0 1 0 5 0 25 0 1 0 1013798194 2478080 278 4294967295 134512640 135169312 3215386032 3215382248 3085491950 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21007/statm: 605 278 235 161 0 44 0
[pid=21013] ppid=21007 vsize=5024 CPUtime=63.94
/proc/21013/stat : 21013 (minisat_static) R 21007 21007 16367 0 -1 4202496 946 0 0 0 6391 3 0 0 25 0 1 0 1013798200 5144576 881 4294967295 134512640 135213731 3216348928 3216347344 134535285 0 0 0 3 0 0 0 17 0 0 0 0
/proc/21013/statm: 1256 881 73 172 0 1082 0
Current children cumulated CPU time (s) 64
Current children cumulated vsize (KiB) 7444

Child status: 20
Real time (s): 64.0952
CPU time (s): 64.07
CPU user time (s): 64.04
CPU system time (s): 0.03
CPU usage (%): 99.9608
Max. virtual memory (cumulated for all children) (KiB): 7444

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

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi11 at 2009-05-16 18:56:12
IDJOB=1820973
IDBENCH=70788
IDSOLVER=662
FILE ID=tipi11/1820973-1242492972
PBS_JOBID=
Free space on /tmp= 9918 MiB

SOLVER NAME= APTUSAT 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/bitverif/smulo/smulo016.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -restarts=1
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1820973-1242492972/watcher-1820973-1242492972 -o /tmp/evaluation-result-1820973-1242492972/solver-1820973-1242492972 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1820973-1242492972.cnf -restarts=1

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

MD5SUM BENCH= 576249eded8a3c95c0b3aa8dcd51992e
RANDOM SEED= 15292255

Linux tipi11 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.431
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.40

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.431
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.77

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.431
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.431
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.77


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:       1783440 kB
Buffers:         23856 kB
Cached:         196872 kB
SwapCached:       5224 kB
Active:          54788 kB
Inactive:       177760 kB
HighTotal:     1178688 kB
HighFree:      1001688 kB
LowTotal:       895776 kB
LowFree:        781752 kB
SwapTotal:     1959888 kB
SwapFree:      1949244 kB
Dirty:            1644 kB
Writeback:           0 kB
AnonPages:       11136 kB
Mapped:           5108 kB
Slab:            49944 kB
PageTables:        664 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    97128 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 9918 MiB
End job on tipi11 at 2009-05-16 18:57:16