Trace number 1821986

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 453.95 453.942

General information on the benchmark

Namemanol-pipe-c7bidw_i.cnf
MD5SUM3eac71f4fca7132b74d6d27cfa83813f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark144.03
Satisfiable
(Un)Satisfiability was proved
Number of variables131004
Number of clauses387841
Sum of the clauses size904961
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2258560
Number of clauses of size 3129280
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.01/0.39	c ==============================================================================
0.01/0.39	c |           |     ORIGINAL     |              LEARNT              |          |
0.01/0.39	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.01/0.39	c ==============================================================================
0.01/0.39	c |         0 |  387840   904960 |  116351       0        0     nan |  0.000 % |
2.43/2.48	c |         0 |  169202   659445 |      --       0       --      -- |     --   | -218636/-245510
2.43/2.48	c ==============================================================================
2.43/2.48	c Result  :   #vars: 22468   #clauses: 169202   #literals: 659445
2.43/2.48	c CPU time:   2.31 s
2.43/2.48	c ==============================================================================
2.63/2.71	This is MiniSat 2.0 beta
2.63/2.71	WARNING: for repeatability, setting FPU to use double precision
2.63/2.71	============================[ Problem Statistics ]=============================
2.63/2.71	|                                                                             |
2.63/2.71	|  Number of variables:  22468                                                |
2.63/2.71	|  Number of clauses:    169202                                               |
2.72/2.84	|  Parsing time:         0.10         s                                       |
2.72/2.85	============================[ Search Statistics ]==============================
2.72/2.85	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.72/2.85	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.72/2.85	===============================================================================
2.72/2.86	|         0 |   22468   169202   659445 |    56400        0    nan |  0.000 % |
2.72/2.91	|       100 |   22453   169202   659445 |    62040       94     10 |  0.280 % |
2.72/2.94	|       250 |   22447   169202   659445 |    68244      240      8 |  0.427 % |
2.72/3.01	|       475 |   22429   169202   659445 |    75069      465     10 |  0.427 % |
2.72/3.14	|       812 |   22425   169202   659445 |    82576      801     10 |  0.436 % |
2.72/3.24	|      1319 |   22417   169202   659445 |    90833     1306     11 |  0.534 % |
3.33/3.37	|      2078 |   22409   169202   659445 |    99917     2064     10 |  0.770 % |
3.53/3.57	|      3218 |   22409   169202   659445 |   109908     3204     11 |  0.770 % |
3.73/3.76	|      4926 |   22295   165698   645963 |   120899     4869     13 |  0.770 % |
3.93/3.92	|      7489 |   22293   165698   645963 |   132989     7430     14 |  0.779 % |
4.32/4.36	|     11333 |   22293   165698   645963 |   146288    11274     14 |  0.779 % |
4.82/4.90	|     17100 |   22231   165647   645814 |   160917    17034     16 |  1.264 % |
6.81/6.83	|     25750 |   22173   163113   636435 |   177009    25660     16 |  1.313 % |
8.41/8.45	|     38724 |   22164   162963   635969 |   194710    38629     18 |  1.353 % |
12.11/12.18	|     58185 |   22157   162849   635574 |   214181    58085     18 |  1.384 % |
19.91/19.92	|     87379 |   22080   162735   635276 |   235599    87273     19 |  1.843 % |
34.71/34.73	|    131168 |   21942   158164   618323 |   259159   131018     22 |  2.341 % |
59.40/59.42	|    196852 |   21942   158164   618323 |   285075   196702     23 |  2.341 % |
103.80/103.88	|    295379 |   21931   157965   617694 |   313583    25025     23 |  2.390 % |
163.21/163.28	|    443168 |   21870   156668   612908 |   344941   172806     32 |  2.662 % |
293.62/293.70	|    664851 |   21854   156508   612429 |   379435    71246     22 |  2.733 % |
453.93/453.92	===============================================================================
453.93/453.92	restarts              : 21
453.93/453.92	conflicts             : 908496         (2014 /sec)
453.93/453.92	decisions             : 3143678        (1.56 % random) (6968 /sec)
453.93/453.92	propagations          : 224109487      (496774 /sec)
453.93/453.92	conflict literals     : 25501729       (32.76 % deleted)
453.93/453.92	Memory used           : 68.48 MB
453.93/453.92	CPU time              : 451.13 s
453.93/453.92	
453.93/453.92	UNSATISFIABLE
453.93/453.93	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-1821986-1242585650/watcher-1821986-1242585650 -o /tmp/evaluation-result-1821986-1242585650/solver-1821986-1242585650 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821986-1242585650.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 1.03 1.01 4/94 20884
/proc/meminfo: memFree=963068/2074464 swapFree=1953004/1959888
[pid=20881] ppid=20879 vsize=2412 CPUtime=0.01
/proc/20881/stat : 20881 (SatELiteGTI) S 20879 20881 9090 0 -1 4194304 340 0 0 0 0 1 0 0 18 0 1 0 1023065431 2469888 272 4294967295 134512640 135169312 3213114256 3213111848 3085345710 0 0 4 65536 3222620697 0 0 17 0 0 0 0
/proc/20881/statm: 603 272 230 161 0 42 0
[pid=20882] ppid=20881 vsize=2412 CPUtime=0
/proc/20882/stat : 20882 (SatELiteGTI) R 20881 20881 9090 0 -1 4194368 103 0 0 0 0 0 0 0 20 0 1 0 1023065431 2469888 115 4294967295 134512640 135169312 3213114256 3213110476 3085154164 0 65538 0 65538 0 0 0 17 0 0 0 0
/proc/20882/statm: 603 115 72 161 0 42 0
[pid=20883] ppid=20882 vsize=0 CPUtime=0
/proc/20883/stat : 20883 (SatELiteGTI) Z 20882 20881 9090 0 -1 4194380 142 0 0 0 0 0 0 0 18 0 1 0 1023065431 0 0 4294967295 0 0 0 0 0 0 0 0 65538 3222378830 0 0 17 0 0 0 0
/proc/20883/statm: 0 0 0 0 0 0 0
[pid=20884] ppid=20882 vsize=2412 CPUtime=0
/proc/20884/stat : 20884 (SatELiteGTI) R 20882 20881 9090 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 1 0 1023065431 2469888 43 4294967295 134512640 135169312 3213114256 3213110476 3085154164 0 65538 0 65538 0 0 0 17 0 0 0 0
/proc/20884/statm: 603 43 0 161 0 42 0

[startup+0.10121 s]
/proc/loadavg: 0.92 1.03 1.01 4/94 20884
/proc/meminfo: memFree=963068/2074464 swapFree=1953004/1959888
[pid=20881] ppid=20879 vsize=2412 CPUtime=0.01
/proc/20881/stat : 20881 (SatELiteGTI) S 20879 20881 9090 0 -1 4194304 368 646 0 0 0 1 0 0 19 0 1 0 1023065431 2469888 277 4294967295 134512640 135169312 3213114256 3213112792 3085151982 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20881/statm: 603 277 235 161 0 42 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2412

[startup+0.221204 s]
/proc/loadavg: 0.92 1.03 1.01 4/94 20884
/proc/meminfo: memFree=963068/2074464 swapFree=1953004/1959888
[pid=20881] ppid=20879 vsize=2412 CPUtime=0.01
/proc/20881/stat : 20881 (SatELiteGTI) S 20879 20881 9090 0 -1 4194304 368 646 0 0 0 1 0 0 19 0 1 0 1023065431 2469888 277 4294967295 134512640 135169312 3213114256 3213112792 3085151982 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20881/statm: 603 277 235 161 0 42 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2412

[startup+0.321199 s]
/proc/loadavg: 0.92 1.03 1.01 4/94 20884
/proc/meminfo: memFree=963068/2074464 swapFree=1953004/1959888
[pid=20881] ppid=20879 vsize=2412 CPUtime=0.01
/proc/20881/stat : 20881 (SatELiteGTI) S 20879 20881 9090 0 -1 4194304 368 646 0 0 0 1 0 0 19 0 1 0 1023065431 2469888 277 4294967295 134512640 135169312 3213114256 3213112792 3085151982 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20881/statm: 603 277 235 161 0 42 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2412

[startup+0.72118 s]
/proc/loadavg: 0.92 1.03 1.01 4/94 20884
/proc/meminfo: memFree=963068/2074464 swapFree=1953004/1959888
[pid=20881] ppid=20879 vsize=2412 CPUtime=0.01
/proc/20881/stat : 20881 (SatELiteGTI) S 20879 20881 9090 0 -1 4194304 368 646 0 0 0 1 0 0 19 0 1 0 1023065431 2469888 277 4294967295 134512640 135169312 3213114256 3213112792 3085151982 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20881/statm: 603 277 235 161 0 42 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2412

[startup+1.52114 s]
/proc/loadavg: 0.92 1.03 1.01 2/93 20886
/proc/meminfo: memFree=903044/2074464 swapFree=1953004/1959888
[pid=20881] ppid=20879 vsize=2412 CPUtime=0.01
/proc/20881/stat : 20881 (SatELiteGTI) S 20879 20881 9090 0 -1 4194304 368 646 0 0 0 1 0 0 19 0 1 0 1023065431 2469888 277 4294967295 134512640 135169312 3213114256 3213112792 3085151982 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20881/statm: 603 277 235 161 0 42 0
[pid=20886] ppid=20881 vsize=60524 CPUtime=1.52
/proc/20886/stat : 20886 (SatELite_releas) R 20881 20881 9090 0 -1 4202496 15539 0 0 0 136 16 0 0 25 0 1 0 1023065432 61976576 14397 4294967295 134512640 135223648 3220271696 3220269464 134737406 0 0 0 3 0 0 0 17 3 0 0 0
/proc/20886/statm: 15131 14398 73 174 0 14956 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 62936

[startup+3.12107 s]
/proc/loadavg: 0.92 1.03 1.01 3/93 20886
/proc/meminfo: memFree=894612/2074464 swapFree=1953004/1959888
[pid=20881] ppid=20879 vsize=2416 CPUtime=2.72
/proc/20881/stat : 20881 (SatELiteGTI) S 20879 20881 9090 0 -1 4194304 387 17884 0 0 0 1 253 18 20 0 1 0 1023065431 2473984 278 4294967295 134512640 135169312 3213114256 3213110472 3085151982 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/20881/statm: 604 278 235 161 0 43 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 2416

[startup+6.32092 s]
/proc/loadavg: 0.93 1.03 1.01 2/93 20887
/proc/meminfo: memFree=935448/2074464 swapFree=1953004/1959888
[pid=20881] ppid=20879 vsize=2416 CPUtime=2.72
/proc/20881/stat : 20881 (SatELiteGTI) S 20879 20881 9090 0 -1 4194304 387 17884 0 0 0 1 253 18 20 0 1 0 1023065431 2473984 278 4294967295 134512640 135169312 3213114256 3213110472 3085151982 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/20881/statm: 604 278 235 161 0 43 0
[pid=20887] ppid=20881 vsize=14852 CPUtime=3.59
/proc/20887/stat : 20887 (minisat_static) R 20881 20881 9090 0 -1 4202496 3525 0 0 0 356 3 0 0 25 0 1 0 1023065703 15208448 3460 4294967295 134512640 135216011 3214312704 3214311056 134527341 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20887/statm: 3713 3460 71 172 0 3540 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 17268

[startup+12.7206 s]
/proc/loadavg: 0.93 1.03 1.01 2/93 20887
/proc/meminfo: memFree=931220/2074464 swapFree=1953004/1959888
[pid=20881] ppid=20879 vsize=2416 CPUtime=2.72
/proc/20881/stat : 20881 (SatELiteGTI) S 20879 20881 9090 0 -1 4194304 387 17884 0 0 0 1 253 18 20 0 1 0 1023065431 2473984 278 4294967295 134512640 135169312 3213114256 3213110472 3085151982 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/20881/statm: 604 278 235 161 0 43 0
[pid=20887] ppid=20881 vsize=19440 CPUtime=9.99
/proc/20887/stat : 20887 (minisat_static) R 20881 20881 9090 0 -1 4202496 4660 0 0 0 996 3 0 0 25 0 1 0 1023065703 19906560 4595 4294967295 134512640 135216011 3214312704 3214311056 134527243 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20887/statm: 4860 4595 71 172 0 4687 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 21856

[startup+25.52 s]
/proc/loadavg: 0.95 1.03 1.00 2/93 20889
/proc/meminfo: memFree=925084/2074464 swapFree=1953004/1959888
[pid=20881] ppid=20879 vsize=2416 CPUtime=2.72
/proc/20881/stat : 20881 (SatELiteGTI) S 20879 20881 9090 0 -1 4194304 387 17884 0 0 0 1 253 18 20 0 1 0 1023065431 2473984 278 4294967295 134512640 135169312 3213114256 3213110472 3085151982 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/20881/statm: 604 278 235 161 0 43 0
[pid=20887] ppid=20881 vsize=25164 CPUtime=22.79
/proc/20887/stat : 20887 (minisat_static) R 20881 20881 9090 0 -1 4202496 6085 0 0 0 2275 4 0 0 25 0 1 0 1023065703 25767936 6020 4294967295 134512640 135216011 3214312704 3214311056 134527542 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20887/statm: 6291 6020 71 172 0 6118 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 27580

[startup+51.1088 s]
/proc/loadavg: 0.97 1.03 1.00 3/93 20893
/proc/meminfo: memFree=915156/2074464 swapFree=1953004/1959888
[pid=20881] ppid=20879 vsize=2416 CPUtime=2.72
/proc/20881/stat : 20881 (SatELiteGTI) S 20879 20881 9090 0 -1 4194304 387 17884 0 0 0 1 253 18 20 0 1 0 1023065431 2473984 278 4294967295 134512640 135169312 3213114256 3213110472 3085151982 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/20881/statm: 604 278 235 161 0 43 0
[pid=20887] ppid=20881 vsize=35212 CPUtime=48.38
/proc/20887/stat : 20887 (minisat_static) R 20881 20881 9090 0 -1 4202496 8608 0 0 0 4833 5 0 0 25 0 1 0 1023065703 36057088 8543 4294967295 134512640 135216011 3214312704 3214310784 134524338 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20887/statm: 8803 8543 71 172 0 8630 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 37628

[startup+102.306 s]
/proc/loadavg: 0.98 1.02 1.00 3/93 21080
/proc/meminfo: memFree=897836/2074464 swapFree=1953004/1959888
[pid=20881] ppid=20879 vsize=2416 CPUtime=2.72
/proc/20881/stat : 20881 (SatELiteGTI) S 20879 20881 9090 0 -1 4194304 387 17884 0 0 0 1 253 18 20 0 1 0 1023065431 2473984 278 4294967295 134512640 135169312 3213114256 3213110472 3085151982 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/20881/statm: 604 278 235 161 0 43 0
[pid=20887] ppid=20881 vsize=52448 CPUtime=99.58
/proc/20887/stat : 20887 (minisat_static) R 20881 20881 9090 0 -1 4202496 12892 0 0 0 9953 5 0 0 25 0 1 0 1023065703 53706752 12827 4294967295 134512640 135216011 3214312704 3214311008 134531909 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20887/statm: 13112 12827 71 172 0 12939 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 54864

[startup+162.313 s]
/proc/loadavg: 0.99 1.02 1.00 2/93 21271
/proc/meminfo: memFree=897844/2074464 swapFree=1953004/1959888
[pid=20881] ppid=20879 vsize=2416 CPUtime=2.72
/proc/20881/stat : 20881 (SatELiteGTI) S 20879 20881 9090 0 -1 4194304 387 17884 0 0 0 1 253 18 20 0 1 0 1023065431 2473984 278 4294967295 134512640 135169312 3213114256 3213110472 3085151982 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/20881/statm: 604 278 235 161 0 43 0
[pid=20887] ppid=20881 vsize=52448 CPUtime=159.59
/proc/20887/stat : 20887 (minisat_static) R 20881 20881 9090 0 -1 4202496 12893 0 0 0 15954 5 0 0 25 0 1 0 1023065703 53706752 12828 4294967295 134512640 135216011 3214312704 3214311056 134527314 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20887/statm: 13112 12828 71 172 0 12939 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 54864

[startup+222.321 s]
/proc/loadavg: 0.99 1.01 1.00 2/93 21460
/proc/meminfo: memFree=890528/2074464 swapFree=1953004/1959888
[pid=20881] ppid=20879 vsize=2416 CPUtime=2.72
/proc/20881/stat : 20881 (SatELiteGTI) S 20879 20881 9090 0 -1 4194304 387 17884 0 0 0 1 253 18 20 0 1 0 1023065431 2473984 278 4294967295 134512640 135169312 3213114256 3213110472 3085151982 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/20881/statm: 604 278 235 161 0 43 0
[pid=20887] ppid=20881 vsize=59604 CPUtime=219.6
/proc/20887/stat : 20887 (minisat_static) R 20881 20881 9090 0 -1 4202496 14682 0 0 0 21952 8 0 0 25 0 1 0 1023065703 61034496 14617 4294967295 134512640 135216011 3214312704 3214311056 134527752 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20887/statm: 14901 14617 71 172 0 14728 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 62020

[startup+282.318 s]
/proc/loadavg: 0.99 1.00 1.00 3/93 21647
/proc/meminfo: memFree=880484/2074464 swapFree=1953004/1959888
[pid=20881] ppid=20879 vsize=2416 CPUtime=2.72
/proc/20881/stat : 20881 (SatELiteGTI) S 20879 20881 9090 0 -1 4194304 387 17884 0 0 0 1 253 18 20 0 1 0 1023065431 2473984 278 4294967295 134512640 135169312 3213114256 3213110472 3085151982 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/20881/statm: 604 278 235 161 0 43 0
[pid=20887] ppid=20881 vsize=69936 CPUtime=279.6
/proc/20887/stat : 20887 (minisat_static) R 20881 20881 9090 0 -1 4202496 17180 0 0 0 27952 8 0 0 25 0 1 0 1023065703 71614464 17115 4294967295 134512640 135216011 3214312704 3214311056 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20887/statm: 17484 17115 71 172 0 17311 0
Current children cumulated CPU time (s) 282.32
Current children cumulated vsize (KiB) 72352

[startup+342.325 s]
/proc/loadavg: 0.99 1.00 1.00 3/93 21835
/proc/meminfo: memFree=880360/2074464 swapFree=1953004/1959888
[pid=20881] ppid=20879 vsize=2416 CPUtime=2.72
/proc/20881/stat : 20881 (SatELiteGTI) S 20879 20881 9090 0 -1 4194304 387 17884 0 0 0 1 253 18 20 0 1 0 1023065431 2473984 278 4294967295 134512640 135169312 3213114256 3213110472 3085151982 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/20881/statm: 604 278 235 161 0 43 0
[pid=20887] ppid=20881 vsize=69936 CPUtime=339.61
/proc/20887/stat : 20887 (minisat_static) R 20881 20881 9090 0 -1 4202496 17180 0 0 0 33953 8 0 0 25 0 1 0 1023065703 71614464 17115 4294967295 134512640 135216011 3214312704 3214311056 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20887/statm: 17484 17115 71 172 0 17311 0
Current children cumulated CPU time (s) 342.33
Current children cumulated vsize (KiB) 72352

[startup+402.312 s]
/proc/loadavg: 0.99 1.00 1.00 3/93 22023
/proc/meminfo: memFree=880228/2074464 swapFree=1953004/1959888
[pid=20881] ppid=20879 vsize=2416 CPUtime=2.72
/proc/20881/stat : 20881 (SatELiteGTI) S 20879 20881 9090 0 -1 4194304 387 17884 0 0 0 1 253 18 20 0 1 0 1023065431 2473984 278 4294967295 134512640 135169312 3213114256 3213110472 3085151982 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/20881/statm: 604 278 235 161 0 43 0
[pid=20887] ppid=20881 vsize=69936 CPUtime=399.6
/proc/20887/stat : 20887 (minisat_static) R 20881 20881 9090 0 -1 4202496 17182 0 0 0 39952 8 0 0 25 0 1 0 1023065703 71614464 17117 4294967295 134512640 135216011 3214312704 3214311056 134527760 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20887/statm: 17484 17117 71 172 0 17311 0
Current children cumulated CPU time (s) 402.32
Current children cumulated vsize (KiB) 72352

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

[startup+409.612 s]
/proc/loadavg: 0.99 1.00 1.00 4/93 22024
/proc/meminfo: memFree=880228/2074464 swapFree=1953004/1959888
[pid=20881] ppid=20879 vsize=2416 CPUtime=2.72
/proc/20881/stat : 20881 (SatELiteGTI) S 20879 20881 9090 0 -1 4194304 387 17884 0 0 0 1 253 18 20 0 1 0 1023065431 2473984 278 4294967295 134512640 135169312 3213114256 3213110472 3085151982 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/20881/statm: 604 278 235 161 0 43 0
[pid=20887] ppid=20881 vsize=69936 CPUtime=406.9
/proc/20887/stat : 20887 (minisat_static) R 20881 20881 9090 0 -1 4202496 17182 0 0 0 40682 8 0 0 25 0 1 0 1023065703 71614464 17117 4294967295 134512640 135216011 3214312704 3214311056 134527269 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20887/statm: 17484 17117 71 172 0 17311 0
Current children cumulated CPU time (s) 409.62
Current children cumulated vsize (KiB) 72352

[startup+435.21 s]
/proc/loadavg: 0.99 1.00 1.00 3/93 22210
/proc/meminfo: memFree=880040/2074464 swapFree=1953004/1959888
[pid=20881] ppid=20879 vsize=2416 CPUtime=2.72
/proc/20881/stat : 20881 (SatELiteGTI) S 20879 20881 9090 0 -1 4194304 387 17884 0 0 0 1 253 18 20 0 1 0 1023065431 2473984 278 4294967295 134512640 135169312 3213114256 3213110472 3085151982 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/20881/statm: 604 278 235 161 0 43 0
[pid=20887] ppid=20881 vsize=69936 CPUtime=432.5
/proc/20887/stat : 20887 (minisat_static) R 20881 20881 9090 0 -1 4202496 17182 0 0 0 43242 8 0 0 25 0 1 0 1023065703 71614464 17117 4294967295 134512640 135216011 3214312704 3214311056 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20887/statm: 17484 17117 71 172 0 17311 0
Current children cumulated CPU time (s) 435.22
Current children cumulated vsize (KiB) 72352

[startup+441.61 s]
/proc/loadavg: 0.99 1.00 1.00 3/93 22210
/proc/meminfo: memFree=880072/2074464 swapFree=1953004/1959888
[pid=20881] ppid=20879 vsize=2416 CPUtime=2.72
/proc/20881/stat : 20881 (SatELiteGTI) S 20879 20881 9090 0 -1 4194304 387 17884 0 0 0 1 253 18 20 0 1 0 1023065431 2473984 278 4294967295 134512640 135169312 3213114256 3213110472 3085151982 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/20881/statm: 604 278 235 161 0 43 0
[pid=20887] ppid=20881 vsize=70120 CPUtime=438.9
/proc/20887/stat : 20887 (minisat_static) R 20881 20881 9090 0 -1 4202496 17198 0 0 0 43882 8 0 0 25 0 1 0 1023065703 71802880 17133 4294967295 134512640 135216011 3214312704 3214311056 134527474 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20887/statm: 17530 17133 71 172 0 17357 0
Current children cumulated CPU time (s) 441.62
Current children cumulated vsize (KiB) 72536

[startup+448.01 s]
/proc/loadavg: 0.99 1.00 1.00 5/93 22210
/proc/meminfo: memFree=880112/2074464 swapFree=1953004/1959888
[pid=20881] ppid=20879 vsize=2416 CPUtime=2.72
/proc/20881/stat : 20881 (SatELiteGTI) S 20879 20881 9090 0 -1 4194304 387 17884 0 0 0 1 253 18 20 0 1 0 1023065431 2473984 278 4294967295 134512640 135169312 3213114256 3213110472 3085151982 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/20881/statm: 604 278 235 161 0 43 0
[pid=20887] ppid=20881 vsize=70120 CPUtime=445.3
/proc/20887/stat : 20887 (minisat_static) R 20881 20881 9090 0 -1 4202496 17198 0 0 0 44522 8 0 0 25 0 1 0 1023065703 71802880 17133 4294967295 134512640 135216011 3214312704 3214311056 134527438 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20887/statm: 17530 17133 71 172 0 17357 0
Current children cumulated CPU time (s) 448.02
Current children cumulated vsize (KiB) 72536

[startup+451.22 s]
/proc/loadavg: 0.99 1.00 1.00 4/93 22210
/proc/meminfo: memFree=880112/2074464 swapFree=1953004/1959888
[pid=20881] ppid=20879 vsize=2416 CPUtime=2.72
/proc/20881/stat : 20881 (SatELiteGTI) S 20879 20881 9090 0 -1 4194304 387 17884 0 0 0 1 253 18 20 0 1 0 1023065431 2473984 278 4294967295 134512640 135169312 3213114256 3213110472 3085151982 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/20881/statm: 604 278 235 161 0 43 0
[pid=20887] ppid=20881 vsize=70120 CPUtime=448.51
/proc/20887/stat : 20887 (minisat_static) R 20881 20881 9090 0 -1 4202496 17198 0 0 0 44843 8 0 0 25 0 1 0 1023065703 71802880 17133 4294967295 134512640 135216011 3214312704 3214311056 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20887/statm: 17530 17133 71 172 0 17357 0
Current children cumulated CPU time (s) 451.23
Current children cumulated vsize (KiB) 72536

[startup+452.82 s]
/proc/loadavg: 0.99 1.00 1.00 3/93 22210
/proc/meminfo: memFree=880112/2074464 swapFree=1953004/1959888
[pid=20881] ppid=20879 vsize=2416 CPUtime=2.72
/proc/20881/stat : 20881 (SatELiteGTI) S 20879 20881 9090 0 -1 4194304 387 17884 0 0 0 1 253 18 20 0 1 0 1023065431 2473984 278 4294967295 134512640 135169312 3213114256 3213110472 3085151982 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/20881/statm: 604 278 235 161 0 43 0
[pid=20887] ppid=20881 vsize=70120 CPUtime=450.11
/proc/20887/stat : 20887 (minisat_static) R 20881 20881 9090 0 -1 4202496 17198 0 0 0 45003 8 0 0 25 0 1 0 1023065703 71802880 17133 4294967295 134512640 135216011 3214312704 3214311056 134527243 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20887/statm: 17530 17133 71 172 0 17357 0
Current children cumulated CPU time (s) 452.83
Current children cumulated vsize (KiB) 72536

[startup+453.62 s]
/proc/loadavg: 0.99 1.00 1.00 3/93 22210
/proc/meminfo: memFree=880112/2074464 swapFree=1953004/1959888
[pid=20881] ppid=20879 vsize=2416 CPUtime=2.72
/proc/20881/stat : 20881 (SatELiteGTI) S 20879 20881 9090 0 -1 4194304 387 17884 0 0 0 1 253 18 20 0 1 0 1023065431 2473984 278 4294967295 134512640 135169312 3213114256 3213110472 3085151982 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/20881/statm: 604 278 235 161 0 43 0
[pid=20887] ppid=20881 vsize=70120 CPUtime=450.91
/proc/20887/stat : 20887 (minisat_static) R 20881 20881 9090 0 -1 4202496 17198 0 0 0 45083 8 0 0 25 0 1 0 1023065703 71802880 17133 4294967295 134512640 135216011 3214312704 3214311056 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20887/statm: 17530 17133 71 172 0 17357 0
Current children cumulated CPU time (s) 453.63
Current children cumulated vsize (KiB) 72536

[startup+453.82 s]
/proc/loadavg: 0.99 1.00 1.00 3/93 22210
/proc/meminfo: memFree=880112/2074464 swapFree=1953004/1959888
[pid=20881] ppid=20879 vsize=2416 CPUtime=2.72
/proc/20881/stat : 20881 (SatELiteGTI) S 20879 20881 9090 0 -1 4194304 387 17884 0 0 0 1 253 18 20 0 1 0 1023065431 2473984 278 4294967295 134512640 135169312 3213114256 3213110472 3085151982 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/20881/statm: 604 278 235 161 0 43 0
[pid=20887] ppid=20881 vsize=70120 CPUtime=451.11
/proc/20887/stat : 20887 (minisat_static) R 20881 20881 9090 0 -1 4202496 17198 0 0 0 45103 8 0 0 25 0 1 0 1023065703 71802880 17133 4294967295 134512640 135216011 3214312704 3214311056 134527457 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20887/statm: 17530 17133 71 172 0 17357 0
Current children cumulated CPU time (s) 453.83
Current children cumulated vsize (KiB) 72536

[startup+453.92 s]
/proc/loadavg: 0.99 1.00 1.00 3/93 22210
/proc/meminfo: memFree=880112/2074464 swapFree=1953004/1959888
[pid=20881] ppid=20879 vsize=2416 CPUtime=2.72
/proc/20881/stat : 20881 (SatELiteGTI) S 20879 20881 9090 0 -1 4194304 387 17884 0 0 0 1 253 18 20 0 1 0 1023065431 2473984 278 4294967295 134512640 135169312 3213114256 3213110472 3085151982 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/20881/statm: 604 278 235 161 0 43 0
[pid=20887] ppid=20881 vsize=70120 CPUtime=451.21
/proc/20887/stat : 20887 (minisat_static) R 20881 20881 9090 0 -1 4202496 17198 0 0 0 45113 8 0 0 25 0 1 0 1023065703 71802880 17133 4294967295 134512640 135216011 3214312704 3214311056 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20887/statm: 17530 17133 71 172 0 17357 0
Current children cumulated CPU time (s) 453.93
Current children cumulated vsize (KiB) 72536

Child status: 20
Real time (s): 453.942
CPU time (s): 453.95
CPU user time (s): 453.66
CPU system time (s): 0.29
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 72536

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

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi19 at 2009-05-17 20:40:50
IDJOB=1821986
IDBENCH=71766
IDSOLVER=661
FILE ID=tipi19/1821986-1242585650
PBS_JOBID=
Free space on /tmp= 8798 MiB

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

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

MD5SUM BENCH= 3eac71f4fca7132b74d6d27cfa83813f
RANDOM SEED= 874959012

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:        963316 kB
Buffers:         49772 kB
Cached:         943412 kB
SwapCached:       2904 kB
Active:         204480 kB
Inactive:       798164 kB
HighTotal:     1178688 kB
HighFree:       341180 kB
LowTotal:       895776 kB
LowFree:        622136 kB
SwapTotal:     1959888 kB
SwapFree:      1953004 kB
Dirty:            8304 kB
Writeback:           0 kB
AnonPages:        8752 kB
Mapped:           3240 kB
Slab:            99356 kB
PageTables:        604 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    87780 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 8798 MiB
End job on tipi19 at 2009-05-17 20:48:25