Trace number 1849451

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
minisat2 070721/coreUNSAT 60.24 60.2339

General information on the benchmark

Namesimon-s03-fifo8-300.cnf
MD5SUMbc88ff447c824a634465ac9483a47d5c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark29.17
Satisfiable
(Un)Satisfiability was proved
Number of variables194762
Number of clauses530713
Sum of the clauses size1200865
Maximum clause length11
Minimum clause length1
Number of clauses of size 14539
Number of clauses of size 2407666
Number of clauses of size 3101726
Number of clauses of size 413487
Number of clauses of size 51199
Number of clauses of size over 52096

Solver Data

0.00/0.00	c Parsing...
0.82/0.85	c ==============================================================================
0.82/0.85	c |           |     ORIGINAL     |              LEARNT              |          |
0.82/0.85	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.82/0.85	c ==============================================================================
0.82/0.85	c |         0 |  512081  1166425 |  153624       0        0     nan |  0.000 % |
3.22/3.27	c |         0 |  104585   338143 |      --       0       --      -- |     --   | -229624/-408982
3.22/3.27	c ==============================================================================
3.22/3.27	c Result  :   #vars: 22541   #clauses: 104585   #literals: 338143
3.22/3.27	c CPU time:   3.1 s
3.22/3.27	c ==============================================================================
3.42/3.45	This is MiniSat 2.0 beta
3.42/3.45	WARNING: for repeatability, setting FPU to use double precision
3.42/3.45	============================[ Problem Statistics ]=============================
3.42/3.45	|                                                                             |
3.42/3.45	|  Number of variables:  22541                                                |
3.42/3.45	|  Number of clauses:    104585                                               |
3.45/3.55	|  Parsing time:         0.11         s                                       |
3.45/3.56	============================[ Search Statistics ]==============================
3.45/3.56	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.45/3.56	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.45/3.56	===============================================================================
3.45/3.56	|         0 |   22541   104585   338143 |    34861        0    nan |  0.000 % |
3.45/3.59	|       100 |   22539   104585   338143 |    38347       99      4 |  0.067 % |
3.45/3.62	|       251 |   22528   104585   338143 |    42182      248      5 |  0.146 % |
3.45/3.67	|       477 |   22498   104585   338143 |    46400      471      5 |  0.386 % |
3.45/3.74	|       814 |   22477   104585   338143 |    51040      806      5 |  0.519 % |
3.45/3.81	|      1320 |   22455   104585   338143 |    56145     1309      6 |  0.705 % |
3.45/3.89	|      2080 |   22455   104585   338143 |    61759     2069      6 |  0.705 % |
3.45/4.06	|      3219 |   22317   103571   334560 |    67935     3194      6 |  1.335 % |
3.45/4.29	|      4927 |   22197   102475   330807 |    74729     4851      6 |  1.526 % |
4.62/4.63	|      7489 |   22128   102475   330807 |    82201     7406      6 |  2.010 % |
5.12/5.16	|     11333 |   21993   101690   328121 |    90422    11114      7 |  2.724 % |
6.02/6.07	|     17099 |   21401    97596   314033 |    99464    15866      7 |  5.151 % |
7.52/7.59	|     25748 |   21299    96762   311311 |   109410    24019      7 |  5.510 % |
9.93/9.98	|     38722 |   21172    96243   309326 |   120351    36745      7 |  6.473 % |
16.22/16.27	|     58183 |   20751    93607   300552 |   132387    55236      8 |  7.981 % |
28.63/28.69	|     87375 |   20580    92369   296622 |   145625    83208      9 |  8.731 % |
60.23/60.22	===============================================================================
60.23/60.22	restarts              : 16
60.23/60.22	conflicts             : 123708         (2180 /sec)
60.23/60.22	decisions             : 398132         (1.59 % random) (7017 /sec)
60.23/60.22	propagations          : 40482787       (713479 /sec)
60.23/60.22	conflict literals     : 1751375        (30.63 % deleted)
60.23/60.22	Memory used           : 18.87 MB
60.23/60.22	CPU time              : 56.74 s
60.23/60.22	
60.23/60.22	UNSATISFIABLE
60.23/60.22	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-1849451-1244822588/watcher-1849451-1244822588 -o /tmp/evaluation-result-1849451-1244822588/solver-1849451-1244822588 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1849451-1244822588.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: 1.07 1.03 1.01 3/91 1010
/proc/meminfo: memFree=1381528/2074464 swapFree=1959888/1959888
[pid=1010] ppid=1008 vsize=2416 CPUtime=0
/proc/1010/stat : 1010 (SatELiteGTI) S 1008 1010 17865 0 -1 4194304 369 645 0 0 0 0 0 0 18 0 1 0 79678538 2473984 277 4294967295 134512640 135169312 3213849664 3213848200 3085737710 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/1010/statm: 604 277 235 161 0 43 0
[pid=1014] ppid=1010 vsize=952 CPUtime=0
/proc/1014/stat : 1014 (SatELite_releas) R 1010 1010 17865 0 -1 4202496 113 0 0 0 0 0 0 0 20 0 1 0 79678539 974848 49 4294967295 134512640 135223648 3219859952 3219858856 134736942 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1014/statm: 238 52 43 174 0 63 0

[startup+0.084848 s]
/proc/loadavg: 1.07 1.03 1.01 3/91 1010
/proc/meminfo: memFree=1381528/2074464 swapFree=1959888/1959888
[pid=1010] ppid=1008 vsize=2416 CPUtime=0
/proc/1010/stat : 1010 (SatELiteGTI) S 1008 1010 17865 0 -1 4194304 369 645 0 0 0 0 0 0 18 0 1 0 79678538 2473984 277 4294967295 134512640 135169312 3213849664 3213848200 3085737710 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/1010/statm: 604 277 235 161 0 43 0
[pid=1014] ppid=1010 vsize=27228 CPUtime=0.09
/proc/1014/stat : 1014 (SatELite_releas) R 1010 1010 17865 0 -1 4202496 5340 0 0 0 7 2 0 0 20 0 1 0 79678539 27881472 5130 4294967295 134512640 135223648 3219859952 3219858904 134737310 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1014/statm: 6807 5131 47 174 0 6632 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29644

[startup+0.114846 s]
/proc/loadavg: 1.07 1.03 1.01 3/91 1010
/proc/meminfo: memFree=1381528/2074464 swapFree=1959888/1959888
[pid=1010] ppid=1008 vsize=2416 CPUtime=0
/proc/1010/stat : 1010 (SatELiteGTI) S 1008 1010 17865 0 -1 4194304 369 645 0 0 0 0 0 0 18 0 1 0 79678538 2473984 277 4294967295 134512640 135169312 3213849664 3213848200 3085737710 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/1010/statm: 604 277 235 161 0 43 0
[pid=1014] ppid=1010 vsize=30680 CPUtime=0.12
/proc/1014/stat : 1014 (SatELite_releas) R 1010 1010 17865 0 -1 4202496 6192 0 0 0 9 3 0 0 20 0 1 0 79678539 31416320 5982 4294967295 134512640 135223648 3219859952 3219858536 134719062 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1014/statm: 7670 5983 47 174 0 7495 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 33096

[startup+0.314829 s]
/proc/loadavg: 1.07 1.03 1.01 3/91 1010
/proc/meminfo: memFree=1381528/2074464 swapFree=1959888/1959888
[pid=1010] ppid=1008 vsize=2416 CPUtime=0
/proc/1010/stat : 1010 (SatELiteGTI) S 1008 1010 17865 0 -1 4194304 369 645 0 0 0 0 0 0 18 0 1 0 79678538 2473984 277 4294967295 134512640 135169312 3213849664 3213848200 3085737710 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/1010/statm: 604 277 235 161 0 43 0
[pid=1014] ppid=1010 vsize=48476 CPUtime=0.32
/proc/1014/stat : 1014 (SatELite_releas) R 1010 1010 17865 0 -1 4202496 10605 0 0 0 25 7 0 0 21 0 1 0 79678539 49639424 10395 4294967295 134512640 135223648 3219859952 3219858904 134737310 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1014/statm: 12119 10396 47 174 0 11944 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 50892

[startup+0.714797 s]
/proc/loadavg: 1.07 1.03 1.01 3/91 1010
/proc/meminfo: memFree=1381528/2074464 swapFree=1959888/1959888
[pid=1010] ppid=1008 vsize=2416 CPUtime=0
/proc/1010/stat : 1010 (SatELiteGTI) S 1008 1010 17865 0 -1 4194304 369 645 0 0 0 0 0 0 18 0 1 0 79678538 2473984 277 4294967295 134512640 135169312 3213849664 3213848200 3085737710 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/1010/statm: 604 277 235 161 0 43 0
[pid=1014] ppid=1010 vsize=73300 CPUtime=0.72
/proc/1014/stat : 1014 (SatELite_releas) R 1010 1010 17865 0 -1 4202496 16841 0 0 0 59 13 0 0 22 0 1 0 79678539 75059200 16631 4294967295 134512640 135223648 3219859952 3219858960 134547562 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1014/statm: 18325 16631 47 174 0 18150 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 75716

[startup+1.51473 s]
/proc/loadavg: 1.07 1.03 1.01 3/93 1015
/proc/meminfo: memFree=1312676/2074464 swapFree=1959888/1959888
[pid=1010] ppid=1008 vsize=2416 CPUtime=0
/proc/1010/stat : 1010 (SatELiteGTI) S 1008 1010 17865 0 -1 4194304 369 645 0 0 0 0 0 0 18 0 1 0 79678538 2473984 277 4294967295 134512640 135169312 3213849664 3213848200 3085737710 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/1010/statm: 604 277 235 161 0 43 0
[pid=1014] ppid=1010 vsize=82236 CPUtime=1.52
/proc/1014/stat : 1014 (SatELite_releas) R 1010 1010 17865 0 -1 4202496 20191 0 0 0 137 15 0 0 25 0 1 0 79678539 84209664 18439 4294967295 134512640 135223648 3219859952 3219857952 134548148 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1014/statm: 20559 18439 73 174 0 20384 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 84652

[startup+3.1146 s]
/proc/loadavg: 1.07 1.03 1.01 3/93 1015
/proc/meminfo: memFree=1302012/2074464 swapFree=1959888/1959888
[pid=1010] ppid=1008 vsize=2416 CPUtime=0
/proc/1010/stat : 1010 (SatELiteGTI) S 1008 1010 17865 0 -1 4194304 369 645 0 0 0 0 0 0 18 0 1 0 79678538 2473984 277 4294967295 134512640 135169312 3213849664 3213848200 3085737710 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/1010/statm: 604 277 235 161 0 43 0
[pid=1014] ppid=1010 vsize=85632 CPUtime=3.12
/proc/1014/stat : 1014 (SatELite_releas) R 1010 1010 17865 0 -1 4202496 21015 0 0 0 295 17 0 0 25 0 1 0 79678539 87687168 19011 4294967295 134512640 135223648 3219859952 3219858128 134585373 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1014/statm: 21408 19011 73 174 0 21233 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 88048

[startup+6.31434 s]
/proc/loadavg: 1.06 1.03 1.00 4/93 1016
/proc/meminfo: memFree=1364168/2074464 swapFree=1959888/1959888
[pid=1010] ppid=1008 vsize=2420 CPUtime=3.45
/proc/1010/stat : 1010 (SatELiteGTI) S 1008 1010 17865 0 -1 4194304 387 23930 0 0 0 0 326 19 18 0 1 0 79678538 2478080 278 4294967295 134512640 135169312 3213849664 3213845880 3085737710 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/1010/statm: 605 278 235 161 0 44 0
[pid=1016] ppid=1010 vsize=9392 CPUtime=2.87
/proc/1016/stat : 1016 (minisat_static) R 1010 1010 17865 0 -1 4202496 2203 0 0 0 287 0 0 0 25 0 1 0 79678883 9617408 2138 4294967295 134512640 135212939 3219890784 3219889248 134526797 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1016/statm: 2348 2138 76 171 0 2176 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 11812

[startup+12.7138 s]
/proc/loadavg: 1.06 1.03 1.00 3/93 1017
/proc/meminfo: memFree=1362008/2074464 swapFree=1959888/1959888
[pid=1010] ppid=1008 vsize=2420 CPUtime=3.45
/proc/1010/stat : 1010 (SatELiteGTI) S 1008 1010 17865 0 -1 4194304 387 23930 0 0 0 0 326 19 18 0 1 0 79678538 2478080 278 4294967295 134512640 135169312 3213849664 3213845880 3085737710 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/1010/statm: 605 278 235 161 0 44 0
[pid=1016] ppid=1010 vsize=11360 CPUtime=9.27
/proc/1016/stat : 1016 (minisat_static) R 1010 1010 17865 0 -1 4202496 2682 0 0 0 926 1 0 0 25 0 1 0 79678883 11632640 2617 4294967295 134512640 135212939 3219890784 3219889248 134526848 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1016/statm: 2840 2617 76 171 0 2668 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 13780

[startup+25.5128 s]
/proc/loadavg: 1.04 1.02 1.00 2/93 1203
/proc/meminfo: memFree=1359288/2074464 swapFree=1959888/1959888
[pid=1010] ppid=1008 vsize=2420 CPUtime=3.45
/proc/1010/stat : 1010 (SatELiteGTI) S 1008 1010 17865 0 -1 4194304 387 23930 0 0 0 0 326 19 18 0 1 0 79678538 2478080 278 4294967295 134512640 135169312 3213849664 3213845880 3085737710 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/1010/statm: 605 278 235 161 0 44 0
[pid=1016] ppid=1010 vsize=13988 CPUtime=22.07
/proc/1016/stat : 1016 (minisat_static) R 1010 1010 17865 0 -1 4202496 3320 0 0 0 2204 3 0 0 25 0 1 0 79678883 14323712 3255 4294967295 134512640 135212939 3219890784 3219889248 134526785 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1016/statm: 3497 3255 76 171 0 3325 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 16408

[startup+51.1207 s]
/proc/loadavg: 1.03 1.02 1.00 3/93 1206
/proc/meminfo: memFree=1355044/2074464 swapFree=1959888/1959888
[pid=1010] ppid=1008 vsize=2420 CPUtime=3.45
/proc/1010/stat : 1010 (SatELiteGTI) S 1008 1010 17865 0 -1 4194304 387 23930 0 0 0 0 326 19 18 0 1 0 79678538 2478080 278 4294967295 134512640 135169312 3213849664 3213845880 3085737710 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/1010/statm: 605 278 235 161 0 44 0
[pid=1016] ppid=1010 vsize=18392 CPUtime=47.68
/proc/1016/stat : 1016 (minisat_static) R 1010 1010 17865 0 -1 4202496 4410 0 0 0 4764 4 0 0 25 0 1 0 79678883 18833408 4345 4294967295 134512640 135212939 3219890784 3219889168 134523886 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1016/statm: 4598 4345 76 171 0 4426 0
Current children cumulated CPU time (s) 51.13
Current children cumulated vsize (KiB) 20812

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

[startup+54.3204 s]
/proc/loadavg: 1.03 1.02 1.00 2/93 1206
/proc/meminfo: memFree=1354672/2074464 swapFree=1959888/1959888
[pid=1010] ppid=1008 vsize=2420 CPUtime=3.45
/proc/1010/stat : 1010 (SatELiteGTI) S 1008 1010 17865 0 -1 4194304 387 23930 0 0 0 0 326 19 18 0 1 0 79678538 2478080 278 4294967295 134512640 135169312 3213849664 3213845880 3085737710 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/1010/statm: 605 278 235 161 0 44 0
[pid=1016] ppid=1010 vsize=18788 CPUtime=50.88
/proc/1016/stat : 1016 (minisat_static) R 1010 1010 17865 0 -1 4202496 4516 0 0 0 5084 4 0 0 25 0 1 0 79678883 19238912 4451 4294967295 134512640 135212939 3219890784 3219889248 134526848 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1016/statm: 4697 4451 76 171 0 4525 0
Current children cumulated CPU time (s) 54.33
Current children cumulated vsize (KiB) 21208

[startup+57.5201 s]
/proc/loadavg: 1.02 1.02 1.00 2/93 1206
/proc/meminfo: memFree=1354308/2074464 swapFree=1959888/1959888
[pid=1010] ppid=1008 vsize=2420 CPUtime=3.45
/proc/1010/stat : 1010 (SatELiteGTI) S 1008 1010 17865 0 -1 4194304 387 23930 0 0 0 0 326 19 18 0 1 0 79678538 2478080 278 4294967295 134512640 135169312 3213849664 3213845880 3085737710 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/1010/statm: 605 278 235 161 0 44 0
[pid=1016] ppid=1010 vsize=19052 CPUtime=54.08
/proc/1016/stat : 1016 (minisat_static) R 1010 1010 17865 0 -1 4202496 4597 0 0 0 5404 4 0 0 25 0 1 0 79678883 19509248 4532 4294967295 134512640 135212939 3219890784 3219889248 134526848 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1016/statm: 4763 4532 76 171 0 4591 0
Current children cumulated CPU time (s) 57.53
Current children cumulated vsize (KiB) 21472

[startup+59.12 s]
/proc/loadavg: 1.02 1.02 1.00 2/93 1206
/proc/meminfo: memFree=1354184/2074464 swapFree=1959888/1959888
[pid=1010] ppid=1008 vsize=2420 CPUtime=3.45
/proc/1010/stat : 1010 (SatELiteGTI) S 1008 1010 17865 0 -1 4194304 387 23930 0 0 0 0 326 19 18 0 1 0 79678538 2478080 278 4294967295 134512640 135169312 3213849664 3213845880 3085737710 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/1010/statm: 605 278 235 161 0 44 0
[pid=1016] ppid=1010 vsize=19184 CPUtime=55.68
/proc/1016/stat : 1016 (minisat_static) R 1010 1010 17865 0 -1 4202496 4630 0 0 0 5564 4 0 0 25 0 1 0 79678883 19644416 4565 4294967295 134512640 135212939 3219890784 3219889248 134526848 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1016/statm: 4796 4565 76 171 0 4624 0
Current children cumulated CPU time (s) 59.13
Current children cumulated vsize (KiB) 21604

[startup+59.92 s]
/proc/loadavg: 1.02 1.02 1.00 2/93 1206
/proc/meminfo: memFree=1354060/2074464 swapFree=1959888/1959888
[pid=1010] ppid=1008 vsize=2420 CPUtime=3.45
/proc/1010/stat : 1010 (SatELiteGTI) S 1008 1010 17865 0 -1 4194304 387 23930 0 0 0 0 326 19 18 0 1 0 79678538 2478080 278 4294967295 134512640 135169312 3213849664 3213845880 3085737710 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/1010/statm: 605 278 235 161 0 44 0
[pid=1016] ppid=1010 vsize=19316 CPUtime=56.48
/proc/1016/stat : 1016 (minisat_static) R 1010 1010 17865 0 -1 4202496 4647 0 0 0 5644 4 0 0 25 0 1 0 79678883 19779584 4582 4294967295 134512640 135212939 3219890784 3219889248 134526848 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1016/statm: 4829 4582 76 171 0 4657 0
Current children cumulated CPU time (s) 59.93
Current children cumulated vsize (KiB) 21736

[startup+60.1199 s]
/proc/loadavg: 1.02 1.02 1.00 2/93 1206
/proc/meminfo: memFree=1354060/2074464 swapFree=1959888/1959888
[pid=1010] ppid=1008 vsize=2420 CPUtime=3.45
/proc/1010/stat : 1010 (SatELiteGTI) S 1008 1010 17865 0 -1 4194304 387 23930 0 0 0 0 326 19 18 0 1 0 79678538 2478080 278 4294967295 134512640 135169312 3213849664 3213845880 3085737710 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/1010/statm: 605 278 235 161 0 44 0
[pid=1016] ppid=1010 vsize=19316 CPUtime=56.68
/proc/1016/stat : 1016 (minisat_static) R 1010 1010 17865 0 -1 4202496 4651 0 0 0 5664 4 0 0 25 0 1 0 79678883 19779584 4586 4294967295 134512640 135212939 3219890784 3219889248 134526636 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1016/statm: 4829 4586 76 171 0 4657 0
Current children cumulated CPU time (s) 60.13
Current children cumulated vsize (KiB) 21736

[startup+60.2199 s]
/proc/loadavg: 1.02 1.02 1.00 2/93 1206
/proc/meminfo: memFree=1354060/2074464 swapFree=1959888/1959888
[pid=1010] ppid=1008 vsize=2420 CPUtime=3.45
/proc/1010/stat : 1010 (SatELiteGTI) S 1008 1010 17865 0 -1 4194304 387 23930 0 0 0 0 326 19 18 0 1 0 79678538 2478080 278 4294967295 134512640 135169312 3213849664 3213845880 3085737710 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/1010/statm: 605 278 235 161 0 44 0
[pid=1016] ppid=1010 vsize=19316 CPUtime=56.78
/proc/1016/stat : 1016 (minisat_static) R 1010 1010 17865 0 -1 4202496 4652 0 0 0 5674 4 0 0 25 0 1 0 79678883 19779584 4587 4294967295 134512640 135212939 3219890784 3219889024 134537680 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1016/statm: 4829 4587 76 171 0 4657 0
Current children cumulated CPU time (s) 60.23
Current children cumulated vsize (KiB) 21736

Child status: 20
Real time (s): 60.2339
CPU time (s): 60.24
CPU user time (s): 60
CPU system time (s): 0.24
CPU usage (%): 100.01
Max. virtual memory (cumulated for all children) (KiB): 88048

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

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi08 at 2009-06-12 18:03:08
IDJOB=1849451
IDBENCH=71758
IDSOLVER=690
FILE ID=tipi08/1849451-1244822588
PBS_JOBID=
Free space on /tmp= 15452 MiB

SOLVER NAME= minisat2 070721/core
BENCH NAME= SAT_RACE06/simon-s03-fifo8-300.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1849451-1244822588/watcher-1849451-1244822588 -o /tmp/evaluation-result-1849451-1244822588/solver-1849451-1244822588 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1849451-1244822588.cnf

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

MD5SUM BENCH= bc88ff447c824a634465ac9483a47d5c
RANDOM SEED= 642586645

Linux tipi08 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.464
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.464
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.75

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.464
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.464
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:       1381552 kB
Buffers:         63176 kB
Cached:         518056 kB
SwapCached:          0 kB
Active:         134492 kB
Inactive:       457972 kB
HighTotal:     1178688 kB
HighFree:       712160 kB
LowTotal:       895776 kB
LowFree:        669392 kB
SwapTotal:     1959888 kB
SwapFree:      1959888 kB
Dirty:           11124 kB
Writeback:           0 kB
AnonPages:       11128 kB
Mapped:           5488 kB
Slab:            91860 kB
PageTables:        476 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    85844 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 15452 MiB
End job on tipi08 at 2009-06-12 18:04:11