Trace number 1821896

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
BinMiniSat 2009-03-21UNSAT 420.33 420.332

General information on the benchmark

Namemanol-pipe-c7nidw.cnf
MD5SUMcddc29f8f256e39e02d9b418f68e802c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark135.07
Satisfiable
(Un)Satisfiability was proved
Number of variables169072
Number of clauses501421
Sum of the clauses size1169981
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2334280
Number of clauses of size 3167140
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.42/0.48	c ==============================================================================
0.42/0.48	c |           |     ORIGINAL     |              LEARNT              |          |
0.42/0.48	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.42/0.48	c ==============================================================================
0.42/0.48	c |         0 |  501420  1169980 |  150425       0        0     nan |  0.000 % |
3.22/3.23	c |         0 |  215779   849690 |      --       0       --      -- |     --   | -285639/-320285
3.22/3.23	c ==============================================================================
3.22/3.23	c Result  :   #vars: 28036   #clauses: 215779   #literals: 849690
3.22/3.23	c CPU time:   3.1 s
3.22/3.23	c ==============================================================================
3.52/3.53	This is MiniSat 2.0 beta
3.52/3.53	WARNING: for repeatability, setting FPU to use double precision
3.52/3.53	============================[ Problem Statistics ]=============================
3.52/3.53	|                                                                             |
3.52/3.53	|  Number of variables:  28036                                                |
3.52/3.53	|  Number of clauses:    215779                                               |
3.53/3.69	|  Parsing time:         0.16         s                                       |
3.53/3.70	============================[ Search Statistics ]==============================
3.53/3.70	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.53/3.70	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.53/3.70	===============================================================================
3.53/3.71	|         0 |   28036   215779   849690 |    71926        0    nan |  0.000 % |
3.53/3.76	|       101 |   28030   215779   849690 |    79118       97      7 |  0.171 % |
3.53/3.81	|       252 |   28014   215779   849690 |    87030      243      8 |  0.335 % |
3.53/3.88	|       477 |   27992   215779   849690 |    95733      467     11 |  0.346 % |
3.53/3.96	|       815 |   27989   215779   849690 |   105307      805     13 |  0.346 % |
3.53/4.03	|      1322 |   27989   215779   849690 |   115838     1312     15 |  0.346 % |
3.53/4.17	|      2081 |   27965   215779   849690 |   127421     2068     15 |  0.596 % |
3.53/4.27	|      3220 |   27940   215779   849690 |   140164     3206     16 |  0.621 % |
4.60/4.62	|      4930 |   27807   210814   830178 |   154180     4831     16 |  0.817 % |
4.80/4.89	|      7492 |   27807   210814   830178 |   169598     7393     18 |  0.817 % |
5.50/5.53	|     11337 |   27785   210814   830178 |   186558    11229     18 |  0.981 % |
6.50/6.52	|     17103 |   27753   209801   826336 |   205214    16956     20 |  1.017 % |
8.00/8.08	|     25752 |   27738   209548   825161 |   225735    25577     24 |  1.063 % |
10.10/10.12	|     38726 |   27732   209377   824598 |   248309    38544     21 |  1.084 % |
13.90/14.00	|     58188 |   27606   209342   824498 |   273140    57990     22 |  2.372 % |
19.00/19.05	|     87381 |   27359   200428   789334 |   300454    87072     25 |  2.425 % |
29.71/29.81	|    131173 |   27345   200139   788375 |   330499   130857     24 |  2.465 % |
59.80/59.82	|    196857 |   27322   199907   787565 |   363549   196062     24 |  2.550 % |
120.80/120.81	|    295383 |   27205   198379   781449 |   399904   293780     26 |  2.964 % |
246.81/246.81	|    443173 |   27095   195720   772221 |   439894   392139     26 |  3.356 % |
403.73/403.79	|    664856 |   26737   190624   750722 |   483884   191188     28 |  4.633 % |
420.22/420.31	===============================================================================
420.22/420.31	restarts              : 21
420.22/420.31	conflicts             : 677418         (1626 /sec)
420.22/420.31	decisions             : 2198180        (1.53 % random) (5276 /sec)
420.22/420.31	propagations          : 194969003      (467944 /sec)
420.22/420.31	conflict literals     : 19515246       (37.24 % deleted)
420.22/420.31	Memory used           : 78.69 MB
420.22/420.31	CPU time              : 416.65 s
420.22/420.31	
420.22/420.31	UNSATISFIABLE
420.32/420.32	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-1821896-1242577756/watcher-1821896-1242577756 -o /tmp/evaluation-result-1821896-1242577756/solver-1821896-1242577756 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821896-1242577756.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.92 0.99 0.99 2/91 27768
/proc/meminfo: memFree=970760/2074464 swapFree=1953004/1959888
[pid=27768] ppid=27766 vsize=2412 CPUtime=0
/proc/27768/stat : 27768 (SatELiteGTI) S 27766 27768 9090 0 -1 4194304 367 643 0 0 0 0 0 0 25 0 1 0 1022276018 2469888 276 4294967295 134512640 135169312 3215558112 3215556648 3085799150 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/27768/statm: 603 276 235 161 0 42 0
[pid=27772] ppid=27768 vsize=948 CPUtime=0
/proc/27772/stat : 27772 (SatELite_releas) R 27768 27768 9090 0 -1 4202496 106 0 0 0 0 0 0 0 25 0 1 0 1022276019 970752 42 4294967295 134512640 135223648 3213401024 3213400092 134525680 0 0 0 3 0 0 0 17 2 0 0 0
/proc/27772/statm: 237 49 40 174 0 62 0

[startup+0.075668 s]
/proc/loadavg: 0.92 0.99 0.99 2/91 27768
/proc/meminfo: memFree=970760/2074464 swapFree=1953004/1959888
[pid=27768] ppid=27766 vsize=2412 CPUtime=0
/proc/27768/stat : 27768 (SatELiteGTI) S 27766 27768 9090 0 -1 4194304 367 643 0 0 0 0 0 0 25 0 1 0 1022276018 2469888 276 4294967295 134512640 135169312 3215558112 3215556648 3085799150 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/27768/statm: 603 276 235 161 0 42 0
[pid=27772] ppid=27768 vsize=11380 CPUtime=0.08
/proc/27772/stat : 27772 (SatELite_releas) R 27768 27768 9090 0 -1 4202496 2694 0 0 0 4 4 0 0 25 0 1 0 1022276019 11653120 2629 4294967295 134512640 135223648 3213401024 3213399976 134737310 0 0 0 3 0 0 0 17 2 0 0 0
/proc/27772/statm: 2845 2630 46 174 0 2670 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13792

[startup+0.115647 s]
/proc/loadavg: 0.92 0.99 0.99 2/91 27768
/proc/meminfo: memFree=970760/2074464 swapFree=1953004/1959888
[pid=27768] ppid=27766 vsize=2412 CPUtime=0
/proc/27768/stat : 27768 (SatELiteGTI) S 27766 27768 9090 0 -1 4194304 367 643 0 0 0 0 0 0 25 0 1 0 1022276018 2469888 276 4294967295 134512640 135169312 3215558112 3215556648 3085799150 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/27768/statm: 603 276 235 161 0 42 0
[pid=27772] ppid=27768 vsize=18648 CPUtime=0.12
/proc/27772/stat : 27772 (SatELite_releas) R 27768 27768 9090 0 -1 4202496 4104 0 0 0 8 4 0 0 25 0 1 0 1022276019 19095552 4039 4294967295 134512640 135223648 3213401024 3213399976 134737310 0 0 0 3 0 0 0 17 2 0 0 0
/proc/27772/statm: 4662 4041 46 174 0 4487 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 21060

[startup+0.315637 s]
/proc/loadavg: 0.92 0.99 0.99 2/91 27768
/proc/meminfo: memFree=970760/2074464 swapFree=1953004/1959888
[pid=27768] ppid=27766 vsize=2412 CPUtime=0
/proc/27768/stat : 27768 (SatELiteGTI) S 27766 27768 9090 0 -1 4194304 367 643 0 0 0 0 0 0 25 0 1 0 1022276018 2469888 276 4294967295 134512640 135169312 3215558112 3215556648 3085799150 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/27768/statm: 603 276 235 161 0 42 0
[pid=27772] ppid=27768 vsize=44164 CPUtime=0.32
/proc/27772/stat : 27772 (SatELite_releas) R 27768 27768 9090 0 -1 4202496 10792 0 0 0 24 8 0 0 25 0 1 0 1022276019 45223936 10727 4294967295 134512640 135223648 3213401024 3213399608 134719062 0 0 0 3 0 0 0 17 2 0 0 0
/proc/27772/statm: 11041 10727 46 174 0 10866 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 46576

[startup+0.715617 s]
/proc/loadavg: 0.92 0.99 0.99 2/91 27768
/proc/meminfo: memFree=970760/2074464 swapFree=1953004/1959888
[pid=27768] ppid=27766 vsize=2412 CPUtime=0
/proc/27768/stat : 27768 (SatELiteGTI) S 27766 27768 9090 0 -1 4194304 367 643 0 0 0 0 0 0 25 0 1 0 1022276018 2469888 276 4294967295 134512640 135169312 3215558112 3215556648 3085799150 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/27768/statm: 603 276 235 161 0 42 0
[pid=27772] ppid=27768 vsize=80080 CPUtime=0.72
/proc/27772/stat : 27772 (SatELite_releas) R 27768 27768 9090 0 -1 4202496 18610 0 0 0 62 10 0 0 25 0 1 0 1022276019 82001920 17151 4294967295 134512640 135223648 3213401024 3213399024 134548278 0 0 0 3 0 0 0 17 2 0 0 0
/proc/27772/statm: 20020 17151 73 174 0 19845 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 82492

[startup+1.51563 s]
/proc/loadavg: 0.92 0.99 0.99 3/93 27775
/proc/meminfo: memFree=898080/2074464 swapFree=1953004/1959888
[pid=27768] ppid=27766 vsize=2412 CPUtime=0
/proc/27768/stat : 27768 (SatELiteGTI) S 27766 27768 9090 0 -1 4194304 367 643 0 0 0 0 0 0 25 0 1 0 1022276018 2469888 276 4294967295 134512640 135169312 3215558112 3215556648 3085799150 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/27768/statm: 603 276 235 161 0 42 0
[pid=27772] ppid=27768 vsize=84236 CPUtime=1.52
/proc/27772/stat : 27772 (SatELite_releas) R 27768 27768 9090 0 -1 4202496 19528 0 0 0 141 11 0 0 25 0 1 0 1022276019 86257664 18069 4294967295 134512640 135223648 3213401024 3213398976 134669913 0 0 0 3 0 0 0 17 2 0 0 0
/proc/27772/statm: 21059 18069 73 174 0 20884 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 86648

[startup+3.1155 s]
/proc/loadavg: 0.92 0.99 0.99 2/93 27775
/proc/meminfo: memFree=885184/2074464 swapFree=1953004/1959888
[pid=27768] ppid=27766 vsize=2412 CPUtime=0
/proc/27768/stat : 27768 (SatELiteGTI) S 27766 27768 9090 0 -1 4194304 367 643 0 0 0 0 0 0 25 0 1 0 1022276018 2469888 276 4294967295 134512640 135169312 3215558112 3215556648 3085799150 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/27768/statm: 603 276 235 161 0 42 0
[pid=27772] ppid=27768 vsize=87204 CPUtime=3.12
/proc/27772/stat : 27772 (SatELite_releas) R 27768 27768 9090 0 -1 4202496 20493 0 0 0 300 12 0 0 25 0 1 0 1022276019 89296896 18702 4294967295 134512640 135223648 3213401024 3213399120 134586144 0 0 0 3 0 0 0 17 2 0 0 0
/proc/27772/statm: 21801 18702 73 174 0 21626 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 89616

[startup+6.31535 s]
/proc/loadavg: 0.93 0.99 0.99 2/93 27776
/proc/meminfo: memFree=935900/2074464 swapFree=1953004/1959888
[pid=27768] ppid=27766 vsize=2416 CPUtime=3.53
/proc/27768/stat : 27768 (SatELiteGTI) S 27766 27768 9090 0 -1 4194304 385 22855 0 0 0 0 338 15 18 0 1 0 1022276018 2473984 277 4294967295 134512640 135169312 3215558112 3215554328 3085799150 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/27768/statm: 604 277 235 161 0 43 0
[pid=27776] ppid=27768 vsize=17252 CPUtime=2.77
/proc/27776/stat : 27776 (minisat_static) R 27768 27768 9090 0 -1 4202496 4063 0 0 0 274 3 0 0 25 0 1 0 1022276371 17666048 3998 4294967295 134512640 135216011 3220589312 3220587664 134528022 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27776/statm: 4313 3998 71 172 0 4140 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 19668

[startup+12.7151 s]
/proc/loadavg: 0.93 0.99 0.99 3/93 27776
/proc/meminfo: memFree=931012/2074464 swapFree=1953004/1959888
[pid=27768] ppid=27766 vsize=2416 CPUtime=3.53
/proc/27768/stat : 27768 (SatELiteGTI) S 27766 27768 9090 0 -1 4194304 385 22855 0 0 0 0 338 15 18 0 1 0 1022276018 2473984 277 4294967295 134512640 135169312 3215558112 3215554328 3085799150 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/27768/statm: 604 277 235 161 0 43 0
[pid=27776] ppid=27768 vsize=21720 CPUtime=9.17
/proc/27776/stat : 27776 (minisat_static) R 27768 27768 9090 0 -1 4202496 5186 0 0 0 914 3 0 0 25 0 1 0 1022276371 22241280 5121 4294967295 134512640 135216011 3220589312 3220587664 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27776/statm: 5430 5121 71 172 0 5257 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 24136

[startup+25.5144 s]
/proc/loadavg: 0.95 0.99 0.99 3/93 27959
/proc/meminfo: memFree=921820/2074464 swapFree=1953004/1959888
[pid=27768] ppid=27766 vsize=2416 CPUtime=3.53
/proc/27768/stat : 27768 (SatELiteGTI) S 27766 27768 9090 0 -1 4194304 385 22855 0 0 0 0 338 15 18 0 1 0 1022276018 2473984 277 4294967295 134512640 135169312 3215558112 3215554328 3085799150 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/27768/statm: 604 277 235 161 0 43 0
[pid=27776] ppid=27768 vsize=30772 CPUtime=21.97
/proc/27776/stat : 27776 (minisat_static) R 27768 27768 9090 0 -1 4202496 7424 0 0 0 2192 5 0 0 25 0 1 0 1022276371 31510528 7359 4294967295 134512640 135216011 3220589312 3220587664 134527289 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27776/statm: 7693 7359 71 172 0 7520 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 33188

[startup+51.1132 s]
/proc/loadavg: 0.96 0.99 0.99 3/93 27962
/proc/meminfo: memFree=913004/2074464 swapFree=1953004/1959888
[pid=27768] ppid=27766 vsize=2416 CPUtime=3.53
/proc/27768/stat : 27768 (SatELiteGTI) S 27766 27768 9090 0 -1 4194304 385 22855 0 0 0 0 338 15 18 0 1 0 1022276018 2473984 277 4294967295 134512640 135169312 3215558112 3215554328 3085799150 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/27768/statm: 604 277 235 161 0 43 0
[pid=27776] ppid=27768 vsize=39892 CPUtime=47.57
/proc/27776/stat : 27776 (minisat_static) R 27768 27768 9090 0 -1 4202496 9693 0 0 0 4751 6 0 0 25 0 1 0 1022276371 40849408 9628 4294967295 134512640 135216011 3220589312 3220587664 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27776/statm: 9973 9628 71 172 0 9800 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 42308

[startup+102.311 s]
/proc/loadavg: 0.98 0.99 0.99 2/93 28148
/proc/meminfo: memFree=899744/2074464 swapFree=1953004/1959888
[pid=27768] ppid=27766 vsize=2416 CPUtime=3.53
/proc/27768/stat : 27768 (SatELiteGTI) S 27766 27768 9090 0 -1 4194304 385 22855 0 0 0 0 338 15 18 0 1 0 1022276018 2473984 277 4294967295 134512640 135169312 3215558112 3215554328 3085799150 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/27768/statm: 604 277 235 161 0 43 0
[pid=27776] ppid=27768 vsize=52996 CPUtime=98.77
/proc/27776/stat : 27776 (minisat_static) R 27768 27768 9090 0 -1 4202496 12978 0 0 0 9870 7 0 0 25 0 1 0 1022276371 54267904 12913 4294967295 134512640 135216011 3220589312 3220587664 134527395 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27776/statm: 13249 12913 71 172 0 13076 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 55412

[startup+162.308 s]
/proc/loadavg: 0.99 0.99 0.99 3/93 28337
/proc/meminfo: memFree=885840/2074464 swapFree=1953004/1959888
[pid=27768] ppid=27766 vsize=2416 CPUtime=3.53
/proc/27768/stat : 27768 (SatELiteGTI) S 27766 27768 9090 0 -1 4194304 385 22855 0 0 0 0 338 15 18 0 1 0 1022276018 2473984 277 4294967295 134512640 135169312 3215558112 3215554328 3085799150 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/27768/statm: 604 277 235 161 0 43 0
[pid=27776] ppid=27768 vsize=67272 CPUtime=158.77
/proc/27776/stat : 27776 (minisat_static) R 27768 27768 9090 0 -1 4202496 16449 0 0 0 15868 9 0 0 25 0 1 0 1022276371 68886528 16384 4294967295 134512640 135216011 3220589312 3220587664 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27776/statm: 16818 16384 71 172 0 16645 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 69688

[startup+222.315 s]
/proc/loadavg: 0.99 0.99 0.99 3/93 28528
/proc/meminfo: memFree=878252/2074464 swapFree=1953004/1959888
[pid=27768] ppid=27766 vsize=2416 CPUtime=3.53
/proc/27768/stat : 27768 (SatELiteGTI) S 27766 27768 9090 0 -1 4194304 385 22855 0 0 0 0 338 15 18 0 1 0 1022276018 2473984 277 4294967295 134512640 135169312 3215558112 3215554328 3085799150 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/27768/statm: 604 277 235 161 0 43 0
[pid=27776] ppid=27768 vsize=74476 CPUtime=218.78
/proc/27776/stat : 27776 (minisat_static) R 27768 27768 9090 0 -1 4202496 18260 0 0 0 21867 11 0 0 25 0 1 0 1022276371 76263424 18195 4294967295 134512640 135216011 3220589312 3220587664 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27776/statm: 18619 18195 71 172 0 18446 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 76892

[startup+282.312 s]
/proc/loadavg: 0.99 0.99 0.99 3/93 28716
/proc/meminfo: memFree=874804/2074464 swapFree=1953004/1959888
[pid=27768] ppid=27766 vsize=2416 CPUtime=3.53
/proc/27768/stat : 27768 (SatELiteGTI) S 27766 27768 9090 0 -1 4194304 385 22855 0 0 0 0 338 15 18 0 1 0 1022276018 2473984 277 4294967295 134512640 135169312 3215558112 3215554328 3085799150 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/27768/statm: 604 277 235 161 0 43 0
[pid=27776] ppid=27768 vsize=77660 CPUtime=278.78
/proc/27776/stat : 27776 (minisat_static) R 27768 27768 9090 0 -1 4202496 19101 0 0 0 27865 13 0 0 25 0 1 0 1022276371 79523840 19036 4294967295 134512640 135216011 3220589312 3220587664 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27776/statm: 19415 19036 71 172 0 19242 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 80076

[startup+342.319 s]
/proc/loadavg: 0.99 0.99 0.99 2/93 28903
/proc/meminfo: memFree=871968/2074464 swapFree=1953004/1959888
[pid=27768] ppid=27766 vsize=2416 CPUtime=3.53
/proc/27768/stat : 27768 (SatELiteGTI) S 27766 27768 9090 0 -1 4194304 385 22855 0 0 0 0 338 15 18 0 1 0 1022276018 2473984 277 4294967295 134512640 135169312 3215558112 3215554328 3085799150 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/27768/statm: 604 277 235 161 0 43 0
[pid=27776] ppid=27768 vsize=80572 CPUtime=338.79
/proc/27776/stat : 27776 (minisat_static) R 27768 27768 9090 0 -1 4202496 19851 0 0 0 33866 13 0 0 25 0 1 0 1022276371 82505728 19786 4294967295 134512640 135216011 3220589312 3220587664 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27776/statm: 20143 19786 71 172 0 19970 0
Current children cumulated CPU time (s) 342.32
Current children cumulated vsize (KiB) 82988

[startup+402.316 s]
/proc/loadavg: 0.99 0.99 0.99 2/93 29093
/proc/meminfo: memFree=871720/2074464 swapFree=1953004/1959888
[pid=27768] ppid=27766 vsize=2416 CPUtime=3.53
/proc/27768/stat : 27768 (SatELiteGTI) S 27766 27768 9090 0 -1 4194304 385 22855 0 0 0 0 338 15 18 0 1 0 1022276018 2473984 277 4294967295 134512640 135169312 3215558112 3215554328 3085799150 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/27768/statm: 604 277 235 161 0 43 0
[pid=27776] ppid=27768 vsize=80572 CPUtime=398.79
/proc/27776/stat : 27776 (minisat_static) R 27768 27768 9090 0 -1 4202496 19852 0 0 0 39866 13 0 0 25 0 1 0 1022276371 82505728 19787 4294967295 134512640 135216011 3220589312 3220587664 134527314 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27776/statm: 20143 19787 71 172 0 19970 0
Current children cumulated CPU time (s) 402.32
Current children cumulated vsize (KiB) 82988

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

[startup+409.526 s]
/proc/loadavg: 1.07 1.00 1.00 2/93 29094
/proc/meminfo: memFree=871712/2074464 swapFree=1953004/1959888
[pid=27768] ppid=27766 vsize=2416 CPUtime=3.53
/proc/27768/stat : 27768 (SatELiteGTI) S 27766 27768 9090 0 -1 4194304 385 22855 0 0 0 0 338 15 18 0 1 0 1022276018 2473984 277 4294967295 134512640 135169312 3215558112 3215554328 3085799150 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/27768/statm: 604 277 235 161 0 43 0
[pid=27776] ppid=27768 vsize=80572 CPUtime=406
/proc/27776/stat : 27776 (minisat_static) R 27768 27768 9090 0 -1 4202496 19854 0 0 0 40587 13 0 0 25 0 1 0 1022276371 82505728 19789 4294967295 134512640 135216011 3220589312 3220587664 134527391 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27776/statm: 20143 19789 71 172 0 19970 0
Current children cumulated CPU time (s) 409.53
Current children cumulated vsize (KiB) 82988

[startup+415.916 s]
/proc/loadavg: 1.07 1.00 1.00 2/93 29094
/proc/meminfo: memFree=871720/2074464 swapFree=1953004/1959888
[pid=27768] ppid=27766 vsize=2416 CPUtime=3.53
/proc/27768/stat : 27768 (SatELiteGTI) S 27766 27768 9090 0 -1 4194304 385 22855 0 0 0 0 338 15 18 0 1 0 1022276018 2473984 277 4294967295 134512640 135169312 3215558112 3215554328 3085799150 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/27768/statm: 604 277 235 161 0 43 0
[pid=27776] ppid=27768 vsize=80572 CPUtime=412.39
/proc/27776/stat : 27776 (minisat_static) R 27768 27768 9090 0 -1 4202496 19857 0 0 0 41226 13 0 0 25 0 1 0 1022276371 82505728 19792 4294967295 134512640 135216011 3220589312 3220587664 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27776/statm: 20143 19792 71 172 0 19970 0
Current children cumulated CPU time (s) 415.92
Current children cumulated vsize (KiB) 82988

[startup+417.516 s]
/proc/loadavg: 1.07 1.00 1.00 2/93 29094
/proc/meminfo: memFree=871720/2074464 swapFree=1953004/1959888
[pid=27768] ppid=27766 vsize=2416 CPUtime=3.53
/proc/27768/stat : 27768 (SatELiteGTI) S 27766 27768 9090 0 -1 4194304 385 22855 0 0 0 0 338 15 18 0 1 0 1022276018 2473984 277 4294967295 134512640 135169312 3215558112 3215554328 3085799150 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/27768/statm: 604 277 235 161 0 43 0
[pid=27776] ppid=27768 vsize=80572 CPUtime=413.99
/proc/27776/stat : 27776 (minisat_static) R 27768 27768 9090 0 -1 4202496 19857 0 0 0 41386 13 0 0 25 0 1 0 1022276371 82505728 19792 4294967295 134512640 135216011 3220589312 3220587664 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27776/statm: 20143 19792 71 172 0 19970 0
Current children cumulated CPU time (s) 417.52
Current children cumulated vsize (KiB) 82988

[startup+419.116 s]
/proc/loadavg: 1.06 1.00 1.00 2/93 29095
/proc/meminfo: memFree=871712/2074464 swapFree=1953004/1959888
[pid=27768] ppid=27766 vsize=2416 CPUtime=3.53
/proc/27768/stat : 27768 (SatELiteGTI) S 27766 27768 9090 0 -1 4194304 385 22855 0 0 0 0 338 15 18 0 1 0 1022276018 2473984 277 4294967295 134512640 135169312 3215558112 3215554328 3085799150 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/27768/statm: 604 277 235 161 0 43 0
[pid=27776] ppid=27768 vsize=80572 CPUtime=415.59
/proc/27776/stat : 27776 (minisat_static) R 27768 27768 9090 0 -1 4202496 19857 0 0 0 41546 13 0 0 25 0 1 0 1022276371 82505728 19792 4294967295 134512640 135216011 3220589312 3220587664 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27776/statm: 20143 19792 71 172 0 19970 0
Current children cumulated CPU time (s) 419.12
Current children cumulated vsize (KiB) 82988

[startup+419.916 s]
/proc/loadavg: 1.06 1.00 1.00 2/93 29095
/proc/meminfo: memFree=871712/2074464 swapFree=1953004/1959888
[pid=27768] ppid=27766 vsize=2416 CPUtime=3.53
/proc/27768/stat : 27768 (SatELiteGTI) S 27766 27768 9090 0 -1 4194304 385 22855 0 0 0 0 338 15 18 0 1 0 1022276018 2473984 277 4294967295 134512640 135169312 3215558112 3215554328 3085799150 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/27768/statm: 604 277 235 161 0 43 0
[pid=27776] ppid=27768 vsize=80572 CPUtime=416.39
/proc/27776/stat : 27776 (minisat_static) R 27768 27768 9090 0 -1 4202496 19857 0 0 0 41626 13 0 0 25 0 1 0 1022276371 82505728 19792 4294967295 134512640 135216011 3220589312 3220587664 134527330 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27776/statm: 20143 19792 71 172 0 19970 0
Current children cumulated CPU time (s) 419.92
Current children cumulated vsize (KiB) 82988

[startup+420.316 s]
/proc/loadavg: 1.06 1.00 1.00 2/93 29095
/proc/meminfo: memFree=871712/2074464 swapFree=1953004/1959888
[pid=27768] ppid=27766 vsize=2416 CPUtime=3.53
/proc/27768/stat : 27768 (SatELiteGTI) S 27766 27768 9090 0 -1 4194304 385 22855 0 0 0 0 338 15 18 0 1 0 1022276018 2473984 277 4294967295 134512640 135169312 3215558112 3215554328 3085799150 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/27768/statm: 604 277 235 161 0 43 0
[pid=27776] ppid=27768 vsize=0 CPUtime=416.79
/proc/27776/stat : 27776 (minisat_static) R 27768 27768 9090 0 -1 4202500 19868 0 0 0 41665 14 0 0 25 0 1 0 1022276371 0 0 4294967295 0 0 0 0 0 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27776/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 420.32
Current children cumulated vsize (KiB) 2416

Child status: 20
Real time (s): 420.332
CPU time (s): 420.33
CPU user time (s): 420.03
CPU system time (s): 0.3
CPU usage (%): 99.9995
Max. virtual memory (cumulated for all children) (KiB): 90960

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

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi19 at 2009-05-17 18:29:16
IDJOB=1821896
IDBENCH=71715
IDSOLVER=661
FILE ID=tipi19/1821896-1242577756
PBS_JOBID=
Free space on /tmp= 8796 MiB

SOLVER NAME= BinMiniSat 2009-03-21
BENCH NAME= SAT_RACE06/manol-pipe-c7nidw.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1821896-1242577756/watcher-1821896-1242577756 -o /tmp/evaluation-result-1821896-1242577756/solver-1821896-1242577756 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1821896-1242577756.cnf

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

MD5SUM BENCH= cddc29f8f256e39e02d9b418f68e802c
RANDOM SEED= 772494890

Linux tipi19 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.426
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.39

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

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.426
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:        970792 kB
Buffers:         48964 kB
Cached:         937188 kB
SwapCached:       2904 kB
Active:         200896 kB
Inactive:       794752 kB
HighTotal:     1178688 kB
HighFree:       347420 kB
LowTotal:       895776 kB
LowFree:        623372 kB
SwapTotal:     1959888 kB
SwapFree:      1953004 kB
Dirty:           10572 kB
Writeback:           0 kB
AnonPages:        8700 kB
Mapped:           3372 kB
Slab:            99044 kB
PageTables:        456 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    87776 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 8796 MiB
End job on tipi19 at 2009-05-17 18:36:17